@charset "UTF-8";
/* VARIABLES */
/* MIXINS */
.contents {
  max-width: 1920px;
  margin: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  -webkit-appearance: none;
  /* accordion */
  /* もっと見るボタン */
  /* health_theme */
  /* health_theme_accordion */
  /* health_theme_accordion */
  /* health_lineup */
  /* health_lineup */
  /* style */
  /* style */
}

@media screen and (max-width: 750px) {
  .contents {
    font-size: 13px;
  }
}

.contents a {
  text-decoration: none;
}

.contents img {
  max-width: 100%;
}

.contents .mb5 {
  margin-bottom: 5px;
}

.contents .mb10 {
  margin-bottom: 10px;
}

.contents .mb20 {
  margin-bottom: 20px;
}

.contents .mb30 {
  margin-bottom: 30px;
}

.contents .mb50 {
  margin-bottom: 50px;
}

.contents .section {
  max-width: 900px;
  padding: 30px 0;
  margin: auto;
  position: relative;
  background: #fff;
}

.contents .section--bg-blue {
  background: #e1f3ff;
}

.contents .section > *:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  .contents .section {
    padding: 15px 2%;
  }
}

.contents#top .section {
  max-width: unset;
}

.contents .image {
  display: block;
  margin: 20px auto;
  text-align: center;
}

.contents .image--medium {
  max-width: 800px;
}

.contents .image--small {
  max-width: 600px;
}

.contents .image--left {
  margin-right: 15px;
  float: left;
}

.contents .image--right {
  margin-left: 15px;
  float: right;
}

.contents .image--left, .contents .image--right {
  max-width: 320px;
}

@media screen and (max-width: 750px) {
  .contents .image--left, .contents .image--right {
    width: 100%;
    margin: auto;
    float: unset;
  }
}

@media screen and (max-width: 750px) {
  .contents .pc {
    display: none;
  }
}

.contents .sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .contents .sp {
    display: block;
  }
}

.contents .text {
  line-height: 1.5;
  color: #000;
}

.contents .text--left {
  text-align: left;
}

.contents .text--right {
  text-align: right;
}

.contents .text--center {
  text-align: center;
}

.contents .text--large {
  font-size: 1.125em;
}

.contents .text--small {
  font-size: 0.8em;
}

.contents .text--bold {
  font-weight: bold;
}

.contents .text--em {
  font-weight: bold;
  color: #ff7e00;
}

.contents .text--accent {
  color: #ff7e00;
}

.contents .text--blue {
  color: #0089f2;
}

.contents .text--link {
  display: inline-block;
  color: #0089f2;
  position: relative;
  line-height: 1.7;
  transition: 0.3s;
  text-decoration: underline dashed;
  text-underline-offset: 0.3em;
}

.contents .text--link:hover {
  color: #74c0ff;
  transition: 0.3s;
}

.contents .text--link:hover::after {
  opacity: 0;
  transition: 0.3s;
}

.contents .quiz {
  max-width: 570px;
  margin: 30px auto;
}

@media screen and (max-width: 750px) {
  .contents .quiz {
    margin: 20px auto;
  }
}

.contents .quiz__item {
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 0 0 0 3px #74c0ff inset;
  border-radius: 30px;
}

.contents .quiz__item + .quiz__item {
  margin-top: 15px;
}

.contents .quiz__sign {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  height: 50px;
  width: 50px;
  background: #74c0ff;
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .contents .quiz__sign {
    height: 40px;
    width: 40px;
  }
}

.contents .quiz__text {
  width: 100%;
  padding: 10px 0;
  text-align: center;
}

.contents .quiz__answer {
  max-width: 800px;
  margin: 30px auto;
  padding: 25px;
  background-color: #fff;
  box-shadow: 0 3px 10px #ccc;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.5s;
  overflow: hidden;
}

.contents .quiz__answer:hover {
  background: #b8e3ff;
}

.contents .quiz__answer__title {
  font-weight: bold;
  text-align: center;
}

.contents .quiz__answer__title::before {
  content: '';
  width: 140px;
  background: url(../img/akiko_point.png);
}

.contents .quiz__answer__body {
  display: none;
  height: 0;
}

.contents .media {
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin: auto;
}

@media screen and (max-width: 750px) {
  .contents .media {
    flex-wrap: wrap;
  }
}

.contents .media__image {
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .contents .media__image {
    margin-bottom: 5px;
  }
}

.contents .media__text {
  width: 45%;
}

@media screen and (max-width: 750px) {
  .contents .media__image, .contents .media__text {
    width: 100%;
  }
}

@media screen and (max-width: 750px) and (max-width: 750px) {
  .contents .media__image--small {
    width: 80%;
    margin: auto;
  }
}

.contents .bullet-list {
  margin-bottom: 20px;
}

.contents .bullet-list__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 0 0 auto;
}

.contents .bullet-list__item::before {
  content: '';
  height: 10px;
  width: 10px;
  margin-right: 0.5em;
  background: #0089f2;
  border-radius: 50%;
}

.contents .bullet-list__item + .bullet-list__item {
  margin-top: 8px;
}

.contents .order-list {
  padding-left: 1.5em;
}

.contents .order-list__item {
  list-style: decimal;
}

.contents .order-list__item + .order-list__item {
  margin-top: 5px;
}

.contents .share-button {
  display: flex;
  margin-top: 10px;
}

.contents .share-button__item {
  box-sizing: border-box;
  /* すべての要素に設定したら個別の設定は不要 */
  margin: 0 5px;
  display: flex;
  align-items: center;
  height: 20px;
  padding-top: 2px;
  padding-left: 25px;
  padding-right: 8px;
  position: relative;
  border-radius: 3px;
  line-height: 1;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
}

.contents .share-button__item::before {
  content: '';
  height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
}

.contents .share-button__item--twitter {
  background: #1d9bf0;
}

.contents .share-button__item--twitter::before {
  background: url(../img/sns-icons/twitter.png) center center/contain no-repeat;
}

.contents .share-button__item--facebook {
  background: #1877f2;
}

.contents .share-button__item--facebook::before {
  height: 16px;
  background: url(../img/sns-icons/facebook.png) center center/contain no-repeat;
}

.contents .point {
  margin-top: 120px;
}

@media screen and (max-width: 750px) {
  .contents .point {
    margin-top: 10vw;
  }
}

.contents .point__wrap > *:last-child {
  margin-bottom: 0;
}

.contents .point .heading-h3 {
  margin-bottom: 0;
  padding-bottom: 25px;
}

@media screen and (max-width: 750px) {
  .contents .point .heading-h3 {
    padding-bottom: 20px;
    padding-left: 50px;
    font-size: 4.5vw;
  }
}

.contents .point .heading-h3::before {
  content: '';
  background: url(../img/akiko/akiko_point.png) bottom center/contain no-repeat;
  width: 100px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 1;
}

@media screen and (max-width: 750px) {
  .contents .point .heading-h3::before {
    width: 60px;
    left: -15px;
  }
}

.contents .point + .footer-link {
  padding-top: 0;
}

.contents .point + .footer-link::before {
  display: none;
}

.contents .table {
  border-collapse: collapse;
  border-radius: 25px;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .contents .table {
    width: 550px;
    border-radius: 20px;
    font-size: 12px;
  }
}

@media screen and (max-width: 750px) {
  .contents .table__wrapper {
    overflow-x: scroll;
  }
}

.contents .table th,
.contents .table td {
  vertical-align: middle;
  padding: 10px;
  padding-right: 15px;
}

@media screen and (max-width: 750px) {
  .contents .table th,
  .contents .table td {
    padding: 5px;
    padding-right: 10px;
  }
}

.contents .table th {
  width: calc(65% / 6);
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .contents .table th {
    width: calc(70% / 6);
  }
}

.contents .table__heading th {
  padding: 10px 5px;
  background: #0089f2;
  color: #fff;
}

.contents .table__heading th:not(:last-child) {
  border-right: 1px solid #fff;
}

@media screen and (max-width: 750px) {
  .contents .table__heading th {
    padding: 5px 0;
  }
}

.contents .table__body th,
.contents .table__body td {
  border: 1px solid #e1f3ff;
}

.contents .table__row th:first-child {
  width: 35%;
}

@media screen and (max-width: 750px) {
  .contents .table__row th:first-child {
    width: 30%;
  }
}

.contents .table__row td {
  text-align: right;
}

.contents .table__foot {
  border-top: 3px double #0089f2;
}

.contents .table__foot th,
.contents .table__foot td {
  background: #e1f3ff;
  border-right: 1px solid #fff;
  font-weight: bold;
}

.contents .heading-h3 {
  width: fit-content;
  margin: auto;
}

.contents .chat__items {
  align-items: start;
  position: relative;
}

@media screen and (max-width: 750px) {
  .contents .chat__items {
    margin: 15px 0;
  }
}

.contents .chat__items + .chat__items {
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  .contents .chat__items + .chat__items {
    margin-top: 4vw;
  }
}

.contents .chat__items--col2 .chat__icon {
  width: 150px;
  right: -50px;
}

@media screen and (max-width: 750px) {
  .contents .chat__items--col2 .chat__icon {
    width: 25vw;
    right: -0.5vw;
  }
}

@media screen and (max-width: 750px) {
  .contents .chat__items--col2 .chat__txt {
    width: 54.6w;
  }
  .contents .chat__items--col2 .chat__txt_right {
    margin-right: 29.7vw;
  }
  .contents .chat__items--col2 .chat__items {
    width: 24.5vw;
  }
}

.contents .chat__icon {
  height: 90px;
  width: 100px;
}

.contents .chat__icon > img {
  max-height: 100%;
}

@media screen and (max-width: 750px) {
  .contents .chat__icon {
    width: 16.5vw;
    height: 60px;
  }
  .contents .chat__icon p {
    font-size: 10px;
  }
}

.contents .chat__items_left .chat__icon {
  height: 100px;
}

@media screen and (max-width: 750px) {
  .contents .chat__items_left .chat__icon {
    height: 65px;
  }
}

.contents .health_theme__bg-image,
.contents .health_lineup__bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
  position: relative;
}

.contents .health_theme__bg-image::before,
.contents .health_lineup__bg-image::before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/arch_above.png") bottom center/contain no-repeat;
}

.contents .health_theme__bg-image {
  background-image: url("../img/health_theme/10theme_bg.jpg");
  background-position: center 40%;
}

.contents .health_lineup__bg-image {
  background-image: url("../img/health_lineup/lineup.jpg");
  background-position: center 40%;
}

.contents .health_theme__bg-image_opacity,
.contents .health_lineup__bg-image_opacity {
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}

.contents .notes {
  position: absolute;
  bottom: 18%;
  right: 5%;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #000;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}

@media screen and (max-width: 750px) {
  .contents .notes {
    bottom: 10%;
  }
}

.contents .under-arch {
  width: 100%;
  height: 72px;
  position: absolute;
  bottom: -2px;
  left: 0;
  user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.contents .food-safety__ttl {
  width: 90%;
  max-width: 600px;
  margin: auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
  .contents .food-safety__ttl {
    margin-bottom: 4vw;
  }
}

.contents .food-safety__ttl_top {
  text-align: center;
  letter-spacing: 2px;
  font-weight: 500;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  text-align: center;
}

.contents .health_theme__ttl,
.contents .health_lineup__ttl {
  position: absolute;
  font-weight: bold;
  top: 20%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.contents .health_lineup__ttl {
  top: 32%;
}

.contents .health_theme__ttl_subtop,
.contents .health_lineup__ttl_subtop {
  font-size: 26px;
  margin-bottom: 16px;
}

.contents .health_theme__ttl_top,
.contents .health_lineup__ttl_top {
  font-size: 45px;
}

.contents .dots {
  background-image: radial-gradient(circle at center, #ff7e00 23%, transparent 23%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1.05em 0.3em;
  padding-top: 0.4em;
}

.contents .ulDash {
  position: relative;
}

.contents .ulDash::after {
  background: radial-gradient(circle farthest-side, #000, #000 45%, transparent 70%, transparent);
  background-size: 14px;
  content: '';
  height: 4px;
  width: 102%;
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  padding: 0 40px;
}

.contents .ulDashmin {
  background-repeat: repeat-x;
  background-position: left bottom;
  background-image: linear-gradient(to right, #000 4px, transparent 2px);
  background-size: 8px 1px;
  padding: 0 5px 3px;
}

.contents .heading-list__item:hover .ulDashmin {
  background-image: linear-gradient(to right, #fff 4px, transparent 2px);
}

.contents .heading-list {
  margin: 40px auto;
}

@media screen and (max-width: 750px) {
  .contents .heading-list {
    margin: 8vw auto;
  }
}

.contents .heading-list__menu {
  display: flex;
  justify-content: center;
  gap: 0 60px;
}

.contents .heading-list__item {
  position: relative;
  line-height: 1.5;
  color: #000;
}

.contents .heading-list__item:visited {
  color: #000;
}

.contents .heading-list__item:hover {
  background: #74c0ff;
  color: #fff;
  transition: 0.5s;
}

.contents .heading-list__item_bg {
  border: 5px solid #74c0ff;
  background: #e1f3ff;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  width: 225px;
  text-align: center;
  box-shadow: 0 3px 6px #aaa;
  overflow: hidden;
}

.contents .heading-list__item:hover.heading-list__item_bg {
  box-shadow: 0 3px 10px #aaa;
}

.contents .heading-list__item:hover .down-icon {
  bottom: 5px;
}

.contents .heading-list__ttl {
  margin-top: 24px;
  font-size: 1.125em;
  font-weight: bold;
}

.contents .heading-list__subttl {
  margin: 14px 0 54px;
}

.contents .s-arch {
  position: absolute;
  bottom: 0;
  width: 100%;
  user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  z-index: 1;
}

.contents .s-arch_name {
  bottom: 28px;
}

.contents .down-icon {
  position: absolute;
  bottom: 10px;
  transition: 0.3s;
  user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  z-index: 2;
}

.contents .introduction {
  background: #74c0ff;
}

@media screen and (max-width: 750px) {
  .contents .introduction {
    padding: 0 2%;
  }
}

.contents .introduction__inner {
  max-width: 700px;
  margin: auto;
  padding: 45px 0 40px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .contents .introduction__inner {
    padding: 2vw 0;
  }
}

.contents .introduction__inner::before {
  content: '';
  height: 100%;
  width: 20%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/akiko/akiko_right_2.png") bottom center/contain no-repeat;
}

.contents .introduction__txt {
  width: 75%;
  margin-left: auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 25px;
  position: relative;
}

@media screen and (max-width: 750px) {
  .contents .introduction__txt {
    padding: 2vw 3vw;
    border-radius: 15px;
  }
}

.contents .introduction__txt::before {
  content: '';
  position: absolute;
  margin: auto;
  bottom: 20%;
  transform: translateY(-50%);
  left: -30px;
  border: 12px solid transparent;
  /*透明指定は先に記述*/
  border-right: 20px solid #fff;
}

@media screen and (max-width: 750px) {
  .contents .introduction__txt::before {
    left: -20px;
    border: 2.5vw solid transparent;
    border-right: 4.27vw solid #fff;
  }
}

.contents .family {
  padding-top: 50px;
  background: url("../img/family_bg.png") top 15% right 85%/120% no-repeat, #e1f3ff;
}

.contents .family::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../img/arch_above.png") bottom center/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  .contents .family {
    padding-top: 30px;
    padding-bottom: 10px;
    background: url("../img/family_bg.png") top 25% right 65%/210% no-repeat, #e1f3ff;
  }
}

.contents .health {
  padding-top: 0;
}

@media screen and (max-width: 750px) {
  .contents .health {
    padding-top: 4vw;
  }
}

.contents .news {
  padding-top: 130px;
  padding-bottom: 5px;
}

.contents .news::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/arch_below.png") top center/contain no-repeat;
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  .contents .news {
    padding-top: 15vw;
    padding-bottom: 5vw;
  }
}

.contents .question {
  padding-top: 70px;
  padding-bottom: 0;
}

@media screen and (max-width: 750px) {
  .contents .question {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}

.contents .bgOpacity {
  background-color: rgba(255, 255, 255, 0.562);
  padding-top: 60px;
}

.contents .heading-h2 {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.contents .heading-h2:after {
  content: '';
  margin: 18px auto 0;
  display: block;
  width: 50px;
  height: 8px;
  border-radius: 5px;
  background: linear-gradient(to right, #0089f2, #0089f2);
}

.contents .heading-h2__kana {
  font-size: 12px;
  text-align: center;
}

.contents .family__switch {
  width: 160px;
  height: 36px;
  background-color: #0089f2;
  border-radius: 18px;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  margin: 0 auto 50px;
}

.contents .family__switch-txt {
  position: absolute;
  color: #fff;
  font-size: 16px;
  top: 50%;
  transform: translateY(-45%);
  left: 25px;
}

.contents .family__switch.active {
  background-color: #bbbbbb;
  transition: 0.3s ease-in-out;
}

.contents .family__toggle {
  width: 50px;
  height: 25px;
  border-radius: 13px;
  position: absolute;
  background-color: white;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
  transition: 0.3s ease-in-out;
  line-height: 25px;
}

.contents .family__toggle:before {
  content: 'ON';
  font-size: 14px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #0089f2;
  transition: 0.3s ease-in-out;
}

.contents .family__toggle.active:before {
  content: 'OFF';
  color: #bbbbbb;
  transition: 0.3s ease-in-out;
}

.contents .family__item {
  position: relative;
  width: 770px;
  margin: auto;
  text-align: center;
  z-index: 0;
}

.contents .family__img {
  user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

@media screen and (max-width: 750px) {
  .contents .family__img {
    margin: auto;
  }
}

.contents .family__txt {
  position: absolute;
  width: fit-content;
  height: fit-content;
  background-color: #fff;
  border: 5px solid #74c0ff;
  border-radius: 50px;
  font-size: 16px;
  line-height: 17px;
  box-sizing: border-box;
  transition: 0.3s ease-in-out;
}

.contents .father.active,
.contents .mother.active,
.contents .g-father.active,
.contents .g-mother.active,
.contents .son.active,
.contents .daughter.active,
.contents .s-daughter.active {
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.contents .family__txt_center {
  padding: 16px 30px;
}

.contents .father {
  top: 10px;
  left: 75px;
  z-index: -1;
}

.contents .mother {
  top: 45px;
  right: 65px;
  z-index: -1;
}

.contents .g-father {
  bottom: 180px;
  left: -90px;
}

.contents .g-mother {
  bottom: 160px;
  right: -40px;
}

.contents .son {
  bottom: 115px;
  left: 50px;
}

.contents .daughter {
  bottom: 100px;
  right: 25px;
}

.contents .s-daughter {
  bottom: 90px;
  right: 280px;
  margin: auto;
}

.contents .card-list {
  position: relative;
}

.contents .pt20 {
  padding-top: 20px;
}

.contents .top-arch {
  width: 100%;
  height: 72px;
  position: absolute;
  top: -64px;
  user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.contents .card-list__menu {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  max-width: 850px;
}

.contents .card-list__menu_lineup {
  max-width: 900px;
  position: relative;
  justify-content: space-around;
}

.contents .card-list__item {
  position: relative;
  width: 31%;
  margin: 0 1% 0;
  border-radius: 20px;
  box-shadow: 0 3px 10px #ccc;
  overflow: hidden;
  color: #000;
  transition: 0.3s;
}

.contents .card-list__item:visited, .contents .card-list__item:hover {
  color: #000;
}

.contents .card-list__item:nth-child(n + 4) {
  margin-top: 30px;
}

.contents .card-list__item_lineup {
  width: calc(33% - 30px);
}

.contents .card-list__item:hover {
  box-shadow: 0 3px 15px #ccc;
  transition: 0.3s;
}

.contents .card-list__img-area {
  height: 170px;
  position: relative;
  overflow: hidden;
}

.contents .card-list__img-area::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/arch_above.png) bottom center/contain no-repeat;
  pointer-events: none;
}

.contents .card-list__img-area img {
  object-fit: cover;
}

.contents .card-list__img {
  transition: 0.3s;
  user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.contents .card-list__item:hover .card-list__img {
  transform: scale(1.1, 1.1);
  transition: 0.3s;
}

.contents .card-list__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  width: 100%;
  padding-bottom: 5px;
  background: #fff;
  text-align: center;
}

.contents .card-list__txt_lineup {
  font-size: 13px;
}

.contents .notes_medium {
  position: absolute;
  right: 70px;
  bottom: -30px;
}

.contents .accordion__wrap {
  margin-top: 34px;
}

.contents .accordion__item {
  width: 800px;
  margin: 0 auto 25px;
  box-shadow: 0 3px 10px #ccc;
  border-radius: 20px;
  background-color: #b8e3ff;
  overflow: hidden;
  position: relative;
}

.contents .accordion__q {
  background-color: #fff;
  padding: 28px 65px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: 0.5s;
  border-radius: 20px;
}

.contents .accordion__q:hover {
  background-color: #b8e3ff;
}

.contents .accordion__q.bgActive {
  background-color: #b8e3ff;
  border-radius: 20px 20px 0 0;
}

.contents .accordion__q .pm-btn {
  position: absolute;
  top: 50%;
  right: 4vw;
  transform: translateY(-50%);
}

.contents .pm-btn:before,
.contents .pm-btn:after {
  position: absolute;
  content: '';
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

.contents .pm-btn:before {
  border-top: 4px solid #0089f2;
  width: 22px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
}

.contents .pm-btn:after {
  border-left: 4px solid #0089f2;
  width: 0;
  height: 22px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: 0.5s;
  border-radius: 5px;
}

.contents .open .pm-btn:after {
  transform: rotate(90deg);
  transition: 0.3s;
}

.contents .accordion__a {
  display: none;
  position: relative;
  padding: 0px 30px 28px 140px;
  box-sizing: border-box;
  background: #b8e3ff;
  border-radius: 0 0 20px 20px;
  width: 750px;
}

.contents .accordion__a-chat::before {
  content: '';
  height: 100px;
  width: 90px;
  position: absolute;
  bottom: -30px;
  left: -100px;
  background: url(../img/akiko/akiko_right.png) bottom center/contain no-repeat;
}

@media screen and (max-width: 750px) {
  .contents .accordion__a-chat::before {
    width: 60px;
    left: -70px;
  }
}

.contents .accordion__image {
  margin: 5px auto;
  width: 40%;
}

@media screen and (max-width: 750px) {
  .contents .accordion__image {
    width: 60%;
  }
}

.contents .accordion__a:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 18%;
  width: 30px;
  height: 20px;
  border-right: 10px solid #fff;
  border-radius: 0 0 30px 0;
  transform: translateY(-5px);
}

.contents .accordion__a-chat {
  width: 580px;
  min-height: 78px;
  padding: 15px;
  background: #fff;
  border-radius: 18px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.contents .accordion__img {
  position: absolute;
  left: -138px;
  bottom: 0;
  width: 25%;
  transform: translateY(70px);
  z-index: 1;
}

.contents .accordion__img_small {
  width: 100%;
  height: auto;
  margin: 15px 0 0 5px;
}

.contents .accordion__img_small img {
  width: 175px;
  height: auto;
}

.contents .coBlue {
  color: #0089f2;
}

.contents .accordion__q-icon {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}

.contents .accordion__q-icon::before {
  position: absolute;
  content: 'Q';
  top: 50%;
  left: 0;
  color: #0089f2;
  font-size: 26px;
  font-weight: bold;
  transform: translateY(-50%);
}

.contents .more-btn {
  position: relative;
  width: 280px;
  margin: 0 auto;
  padding: 20px 0;
  background: linear-gradient(to right, #0089f2, #0089f2);
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  transition: 0.3s;
}

.contents .more-btn:hover {
  cursor: pointer;
  opacity: 0.6;
}

.contents .more-btn .more-btn__txt {
  padding-right: 20px;
}

.contents .more-btn .more-btn__txt:before {
  content: 'もっと見る';
}

.contents .more-btn.open .more-btn__txt:before {
  content: '閉じる';
}

.contents .more-btn .more-btn__pmbtn {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  border-radius: 50%;
}

.contents .more-btn .more-btn__pmbtn:before,
.contents .more-btn .more-btn__pmbtn:after {
  position: absolute;
  content: '';
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
  border-top: 2px solid #0089f2;
  width: 14px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-radius: 5px;
}

.contents .more-btn .more-btn__pmbtn:after {
  transform: rotate(90deg);
  transition: 0.3s;
}

.contents .more-btn.open .more-btn__pmbtn:after {
  transform: rotate(180deg);
  transition: 0.3s;
}

.contents .bottom-arch {
  width: 100%;
  height: 72px;
  position: absolute;
  top: -1px;
  transform: scaleY(-1);
  user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.contents .bottom-arch_under {
  top: initial;
  bottom: -54px;
}

.contents .news-list {
  max-width: 750px;
  margin: auto;
  border-radius: 20px;
  background: #fff;
}

.contents .news-list__item {
  padding: 20px 65px;
  position: relative;
}

.contents .news-list__item + .news-list__item {
  border-top: 1px solid #b8e3ff;
}

.contents .news-list__link {
  display: flex;
  color: #000;
  transition: 0.3s;
}

.contents .news-list__link:hover {
  color: #74c0ff;
}

.contents .news-list__item.new::before,
.contents .accordion__item.new .accordion__q::before {
  content: 'New!';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 17px;
  z-index: 2;
  transform: translateY(-50%);
  background: #ff7e00;
  border-radius: 50%;
  color: #fff;
  font-size: 11px;
  line-height: 1;
}

@media screen and (max-width: 750px) {
  .contents .news-list__item.new::before,
  .contents .accordion__item.new .accordion__q::before {
    height: 7.5vw;
    width: 7.5vw;
    left: 3%;
    font-size: 10px;
  }
}

.contents .news-list__time {
  margin-right: 20px;
  padding-top: 2px;
  font-size: 0.9em;
}

.contents .sns {
  position: relative;
  padding: 150px 0 10px;
}

.contents .sns::before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/arch_below_blue.png") top center/contain no-repeat;
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  .contents .sns {
    padding-top: 15vw;
  }
}

.contents .sns__menu {
  justify-content: center;
  display: flex;
}

.contents .sns__item {
  width: 40px;
  height: 40px;
  margin: 0 12.5px;
  transition: all 0.2s;
}

.contents .sns__item:hover {
  opacity: 0.6;
}

.contents .chat__wrap {
  max-width: 860px;
  margin: auto;
}

.contents .chat__items {
  display: flex;
}

.contents .chat__items_right {
  flex-direction: row-reverse;
}

.contents .chat__icon {
  text-align: center;
  position: absolute;
}

.contents .chat__icon p {
  font-size: 16px;
}

.contents .chat__txt {
  max-width: 570px;
  height: fit-content;
  border-radius: 25px;
  border: 4px solid #0089f2;
  position: relative;
  padding: 20px;
}

.contents .chat__txt_bgBlue {
  background-color: #e1f3ff;
}

.contents .chat__txt p {
  font-size: 16px;
  line-height: 30px;
}

.contents .chat__txt_left {
  margin-left: 120px;
}

.contents .chat__txt_right {
  margin-right: 120px;
}

.contents .chat__txt_left:before,
.contents .chat__txt_left:after,
.contents .chat__txt_right:before,
.contents .chat__txt_right:after {
  content: '';
  position: absolute;
  margin: auto;
}

.contents .chat__txt_left:before {
  top: 30%;
  transform: translateY(-50%);
  left: -32px;
  border: 12px solid transparent;
  /*透明指定は先に記述*/
  border-right: 20px solid #0089f2;
  /*後に記述*/
}

.contents .chat__txt_left:after {
  top: 30%;
  transform: translateY(-50%);
  left: -24px;
  border: 12px solid transparent;
  /*透明指定は先に記述*/
  border-right: 20px solid #e1f3ff;
  /*後に記述*/
  z-index: 10;
}

.contents .chat__txt_right:before {
  top: 25px;
  transform: translateY(-50%);
  right: -32px;
  border: 12px solid transparent;
  /*透明指定は先に記述*/
  border-left: 20px solid #0089f2;
  /*後に記述*/
}

.contents .chat__txt_right:after {
  top: 25px;
  transform: translateY(-50%);
  right: -24px;
  border: 12px solid transparent;
  /*透明指定は先に記述*/
  border-left: 20px solid #fff;
  /*後に記述*/
  z-index: 10;
}

.contents .chat__txt_natto {
  padding-right: 170px;
}

.contents .chat__image {
  height: 120px;
  margin-top: 5px;
}

@media screen and (max-width: 750px) {
  .contents .chat__image {
    height: 75px;
  }
}

.contents .chat__image img {
  max-height: 100%;
}

.contents .chat__inner {
  display: flex;
  height: 100%;
  gap: 20px;
  text-align: center;
  height: 110px;
  margin-top: 10px;
}

.contents .chat__inner p {
  font-size: 14px;
  line-height: 20px;
}

.contents .chat__inner-img {
  position: relative;
  width: 130px;
  height: 90px;
  margin: auto;
}

.contents .chat__inner-img img {
  width: 130px;
  height: 86px;
  object-fit: contain;
}

.contents .chat__inner-count {
  position: absolute;
  bottom: 10px;
  right: 15px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: bottom;
}

.contents .history__wrap {
  margin-bottom: 100px;
}

.contents .history__img {
  width: 1000px;
  height: auto;
  margin: 0 auto 70px;
}

.contents .history__img img {
  width: 100%;
  height: auto;
}

.contents .l-arch-b {
  width: 100%;
  height: 72px;
  position: absolute;
  top: -50px;
  left: 0;
  user-select: none;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  z-index: 0;
}

.contents .heading-h3 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}

.contents .point__bg {
  background-color: #e1f3ff;
  position: relative;
  padding-bottom: 60px;
}

.contents .point__top-icon {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: auto;
  padding-right: 360px;
}

.contents .point__wrap {
  max-width: 900px;
  margin: auto;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  text-align: center;
  padding: 30px;
}

.contents .point__wrap .chat__wrap {
  margin-top: 34px;
}

.contents .point__about {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}

.contents .point__img {
  width: 710px;
  height: auto;
  margin: 0 auto 66px;
}

.contents .point__img img {
  width: 100%;
  height: auto;
}

.contents .chat__wrap_taLeft {
  text-align: left;
}

.contents .ai-center {
  align-items: center;
}

.contents .accordion-des {
  margin: 0 auto 25px;
  max-width: 750px;
}

.contents .accordion-des__q {
  background-color: #fff;
  padding: 28px 57px 28px 20px;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition: 0.5s;
  border-radius: 20px;
  font-size: 20px;
  font-weight: bold;
  box-shadow: 0 3px 10px #ccc;
}

.contents .accordion-des__q:hover {
  background-color: #b8e3ff;
}

.contents .accordion-des__q.bgActive {
  background-color: #b8e3ff;
}

.contents .accordion-des__a {
  display: none;
  position: relative;
  padding-top: 30px;
}

@media screen and (max-width: 750px) {
  .contents .accordion-des__a {
    padding-top: 2vw;
  }
}

.contents .accordion-des__a-chat {
  width: 100%;
  background: #fff;
}

.contents .accordion-des__q .pm-btn {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
}

.contents .end__wrap {
  margin: 37px 0 5px;
}

.contents .end__btn-wrap {
  display: flex;
  gap: 0 30px;
  justify-content: center;
}

.contents .end__btn {
  position: relative;
  width: 280px;
  margin: 0 auto;
  padding: 15px 0;
  background: linear-gradient(to right, #0089f2, #0089f2);
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  transition: 0.3s;
}

.contents .end__btn:hover {
  cursor: pointer;
  opacity: 0.6;
}

.contents .end__txt {
  padding-right: 20px;
}

.contents .end__arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
}

.contents .end__arrow img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  right: 0;
  margin: auto;
  transform: rotate(-90deg);
  width: 50%;
}

.contents .chat__txt .b-link,
.contents .accordion__item .b-link {
  color: #0089f2;
  font-weight: bold;
  transition: 0.3s;
  position: relative;
}

.contents .chat__txt .b-link:after,
.contents .accordion__item .b-link:after,
.contents .next-content__link_blue:after {
  content: '';
  background: linear-gradient(to right, #0089f2, #0089f2 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 13px) left bottom/15px repeat-x;
  position: absolute;
  transition: 0.3s;
}

.contents .next-content__wrap {
  position: relative;
  text-align: center;
  background-color: #e1f3ff;
  padding: 130px 0 30px;
}

.contents .next-content__wrap::before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/arch_below.png) top center/contain no-repeat;
  pointer-events: none;
}

.contents .footer-link {
  position: relative;
  text-align: center;
  background-color: #e1f3ff;
  padding: 130px 0 30px;
}

.contents .footer-link__item {
  margin-bottom: 20px;
}

.contents .footer-link::before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/arch_below.png) top center/contain no-repeat;
  pointer-events: none;
}

.contents .under-arch_reverse {
  transform: scaleY(-1);
  bottom: initial;
  top: -2px;
  height: 40px;
  left: 0;
}

.contents .next-content__link {
  display: flex;
  gap: 60px;
  justify-content: center;
}

.contents .next-content .next-content__link_blue {
  color: #0089f2;
  position: relative;
  font-size: 16px;
}

.contents .next-content .next-content__link_blue:hover,
.contents .chat__txt .b-link:hover,
.contents .accordion__item .b-link:hover {
  color: #74c0ff;
  transition: 0.3s;
}

.contents .next-content .next-content__link_blue:hover:after,
.contents .chat__txt .b-link:hover:after,
.contents .accordion__item .b-link:hover:after {
  opacity: 0;
  transition: 0.3s;
}

.contents .next-content__link_fit-content {
  width: 10%;
}

.contents .chat__img_natto {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 110px;
  height: auto;
}

.contents .chat__img_natto img {
  width: 100%;
  height: auto;
}

.contents .l-arch-b_reverse {
  transform: scaleY(-1);
  top: initial;
  bottom: -32px;
  z-index: 0;
  height: 40px;
}

.contents .package__wrap {
  margin-bottom: 100px;
}

.contents .package__img {
  width: 1000px;
  height: auto;
  margin: 0 auto 70px;
}

.contents .package__img img {
  width: 100%;
  height: auto;
}

.contents .point__top-icon_lineup {
  padding-right: 440px;
}

.contents .point__img_lineup {
  width: 520px;
  margin-bottom: 0px;
}

.contents .coRed {
  color: #e6182e;
  font-weight: bold;
}

.contents .coOrange {
  color: #ff7e00;
  font-weight: bold;
}

.contents .coGreen {
  color: #00ac75;
  font-weight: bold;
}

.contents .bgBlue {
  background-color: #74c0ff;
}

.contents .bgSkyblue {
  background-color: #e1f3ff;
}

.contents .bgWhite {
  background-color: #fff;
}

.contents .fs13 {
  font-size: 13px;
}

.contents .fs14 {
  font-size: 14px;
}

.contents .fs16 {
  font-size: 16px;
}

.contents .fs18 {
  font-size: 18px;
}

.contents .fs30 {
  font-size: 30px;
}

.contents .fs39 {
  font-size: 39px;
}

.contents .lh20 {
  line-height: 20px;
}

.contents .fwBold {
  font-weight: bold;
}

.contents .fwNormal {
  font-weight: normal;
}

.contents .h130 {
  height: 130px;
}

.contents .mt5 {
  margin-top: 5px;
}

.contents .mt40 {
  margin-top: 40px;
}

.contents .mt30 {
  margin-top: 30px;
}

.contents .mt26 {
  margin-top: 26px;
}

.contents .mt20 {
  margin-top: 20px;
}

.contents .mb0 {
  margin-bottom: 0px;
}

.contents .pl10 {
  padding-left: 10px;
}

.contents .pr10 {
  padding-right: 10px;
}

@media screen and (max-width: 750px) {
  .contents {
    /* reset */
    /* reset */
    /*=========
accordion
=========*/
    /*=========
faq
=========*/
    /* もっと見るボタン */
    /* health_theme */
    /* health_theme */
    /* health_lineup */
    /* health_lineup */
    /* style */
    /* style */
  }
  .contents h1,
  .contents h2,
  .contents p {
    margin: 0;
    padding: 0;
  }
  .contents ul {
    padding-left: 0;
  }
  .contents li {
    list-style: none;
  }
  .contents body section a,
  .contents body section a:hover,
  .contents body section a:active,
  .contents body section a:focus,
  .contents body section a:visited {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  .contents body {
    color: #000;
    font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
    margin: 0;
  }
  .contents .food-safety__bg-image,
  .contents .health_theme__bg-image,
  .contents .health_lineup__bg-image {
    background-repeat: no-repeat;
    position: relative;
  }
  .contents .food-safety__bg-image {
    background-image: url("../img/lawson_mv.jpg");
    background-position: center -10vw;
    background-size: 140vw;
    height: 70vw;
    margin-bottom: 3vw;
  }
  .contents .health_theme__bg-image,
  .contents .health_lineup__bg-image {
    background-repeat: no-repeat;
    background-position: center -2vw;
    background-size: cover;
    height: 40vw;
    position: relative;
    margin-bottom: 5.74vw;
  }
  .contents .health_lineup__bg-image {
    background-image: url("../img/health_lineup/lineup.jpg");
  }
  .contents .health_theme__bg-image_opacity,
  .contents .health_lineup__bg-image_opacity {
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
  }
  .contents .under-arch,
  .contents .under-arch_sub {
    width: 100%;
    height: 10.65vw;
    position: absolute;
    left: 0;
    bottom: -1vw;
    user-select: none;
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
  }
  .contents .under-arch_sub {
    height: 4.8vw;
  }
  .contents .health_theme__ttl,
  .contents .health_lineup__ttl {
    position: absolute;
    font-weight: bold;
    top: 6.5vw;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .contents .health_lineup__ttl {
    top: 12vw;
  }
  .contents .health_theme__ttl_subtop,
  .contents .health_lineup__ttl_subtop {
    font-size: 4.27vw;
    margin-bottom: 3.2vw;
  }
  .contents .health_theme__ttl_top,
  .contents .health_lineup__ttl_top {
    font-size: 7vw;
  }
  .contents#sep .health_theme__ttl_top {
    font-size: 5.5vw;
  }
  .contents .dots {
    background-image: radial-gradient(circle at center, #ff6f00 23%, transparent 23%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 6.6vw 5vw;
    padding-top: 4.5vw;
  }
  .contents .ulDash {
    position: relative;
  }
  .contents .ulDash:after {
    background: radial-gradient(circle farthest-side, #000, #000 45%, transparent 70%, transparent);
    background-size: 3.73vw;
    content: '';
    height: 0.9vw;
    width: 101%;
    position: absolute;
    left: 50%;
    bottom: -3vw;
    transform: translateX(-50%);
    padding: 0 4vw;
  }
  .contents .ulDashmin {
    background-repeat: repeat-x;
    background-position: left bottom;
    background-image: linear-gradient(to right, #000 4px, transparent 2px);
    background-size: 2vw 0.4vw;
    padding: 0 1.33vw 0.8vw;
  }
  .contents .heading-list__item:active .ulDashmin {
    background-image: linear-gradient(to right, #fff 4px, transparent 2px);
  }
  .contents .heading-list__menu {
    display: flex;
    justify-content: center;
    gap: 0 2.4vw;
    flex-wrap: wrap;
  }
  .contents .heading-list__item {
    position: relative;
  }
  .contents .heading-list__item:active {
    background: #74c0ff;
    color: #fff;
    transition: 0.5s;
  }
  .contents .heading-list__item_bg {
    border: 3px solid #74c0ff;
    background: #e1f3ff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 44.5vw;
    text-align: center;
    box-shadow: 0 3px 6px #aaa;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .contents .heading-list__item:active.heading-list__item_bg {
    box-shadow: 0 3px 10px #aaa;
  }
  .contents .heading-list__item:active .down-icon {
    bottom: 5px;
  }
  .contents .heading-list__ttl {
    margin-top: 2.94vw;
    font-size: 3.5vw;
  }
  .contents .heading-list__subttl {
    margin: 2.4vw 0 9vw;
  }
  .contents .s-arch {
    position: absolute;
    bottom: 0.2vw;
    width: 100%;
    user-select: none;
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
  }
  .contents .down-icon {
    position: absolute;
    bottom: 1.5vw;
    width: 5vw;
    transition: 0.3s;
    user-select: none;
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
  }
  .contents .bgOpacity {
    background-color: rgba(255, 255, 255, 0.562);
    padding-top: 12vw;
  }
  .contents .heading-h2 {
    text-align: center;
    margin-bottom: 5vw;
    font-size: 5vw;
  }
  .contents .heading-h2:after {
    content: '';
    margin: 2.66vw auto 0;
    display: block;
    width: 10.8vw;
    height: 1.6vw;
    border-radius: 1.33vw;
    background: linear-gradient(to right, #0089f2, #0089f2);
  }
  .contents .heading-h2__kana {
    text-align: center;
  }
  .contents .family__switch {
    width: 32vw;
    height: 7.54vw;
    background-color: #0089f2;
    border-radius: 4.8vw;
    position: relative;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    margin: 0 auto 12vw;
    transition: 0.3s;
  }
  .contents .family__switch-txt {
    position: absolute;
    color: #fff;
    font-size: 3.2vw;
    top: 50%;
    transform: translateY(-45%);
    left: 4.27vw;
  }
  .contents .family__switch.active {
    background-color: #bbbbbb;
    transition: 0.3s ease-in-out;
  }
  .contents .family__toggle {
    width: 10.65vw;
    height: 5.4vw;
    border-radius: 3.46vw;
    position: absolute;
    background-color: white;
    top: 0;
    bottom: 0;
    right: 1.6vw;
    margin: auto;
    transition: 0.3s ease-in-out;
    line-height: 5.4vw;
  }
  .contents .family__toggle:before {
    content: 'ON';
    font-size: 2.16vw;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #0089f2;
    transition: 0.3s ease-in-out;
  }
  .contents .family__toggle.active:before {
    content: 'OFF';
    color: #bbbbbb;
    transition: 0.3s ease-in-out;
  }
  .contents .family__item {
    position: relative;
    width: 96.85vw;
    margin: auto;
    text-align: center;
    z-index: 0;
  }
  .contents .family__txt {
    position: absolute;
    min-width: 25.8vw;
    background-color: #fff;
    border: 0.7vw solid #74c0ff;
    border-radius: 7vw;
    font-size: 3vw;
    line-height: 4.27vw;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.2vw 2vw;
    transition: 0.3s ease-in-out;
  }
  .contents .father.active,
  .contents .mother.active,
  .contents .g-father.active,
  .contents .g-mother.active,
  .contents .son.active,
  .contents .daughter.active,
  .contents .s-daughter.active {
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  .contents .family__txt p {
    padding: 0;
  }
  .contents .father {
    top: -7vw;
    left: 0vw;
    z-index: -1;
  }
  .contents .mother {
    top: -2vw;
    right: 0vw;
    z-index: -1;
  }
  .contents .g-father {
    bottom: 35vw;
    left: 0;
  }
  .contents .g-mother {
    bottom: 32vw;
    right: 0;
  }
  .contents .son {
    bottom: 8vw;
    left: 7vw;
  }
  .contents .daughter {
    bottom: 8vw;
    right: 1vw;
  }
  .contents .s-daughter {
    bottom: 15vw;
    left: 35vw;
  }
  .contents .card-list {
    position: relative;
  }
  .contents .top-arch {
    width: 100%;
    height: 10.56vw;
    position: absolute;
    top: -10.2vw;
    user-select: none;
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
  }
  .contents .heading-txt {
    text-align: center;
  }
  .contents .card-list__menu {
    justify-content: space-between;
    margin: 8vw 0 14.73vw;
  }
  .contents .card-list__item {
    position: relative;
    width: 48%;
    border-radius: 4vw;
    box-shadow: 0 0.5vw 2.16vw #ccc;
    overflow: hidden;
    transition: 0.3s;
    user-select: none;
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
  }
  .contents .card-list__item:nth-of-type(n + 3) {
    margin-top: 15px;
  }
  .contents .card-list__item:active {
    box-shadow: 0 0.8vw 4vw #ccc;
    transition: 0.3s;
  }
  .contents .card-list__img-area {
    position: relative;
    width: 100%;
    height: 30vw;
    transition: 0.3s;
    overflow: hidden;
  }
  .contents .card-list__img-area::after {
    bottom: -12px;
  }
  .contents .card-list__img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .contents .card-list__item:active .card-list__img {
    transform: scale(1.1, 1.1);
    transition: 0.3s;
  }
  .contents .card-list__txt_lineup {
    bottom: 1vw;
    font-size: 3vw;
    line-height: 4vw;
  }
  .contents .s-arch_name {
    bottom: 4vw;
  }
  .contents .s-arch_lineup {
    bottom: 5vw;
  }
  .contents .accordion__wrap {
    margin-top: 9.08vw;
  }
  .contents .accordion__item {
    width: 97%;
    margin: 0 auto 4vw;
    box-shadow: 0 0.8vw 2.16vw #ccc;
    border-radius: 4vw;
    background-color: #b8e3ff;
    overflow: hidden;
  }
  .contents .accordion__q {
    background-color: #fff;
    padding: 4vw;
    padding-left: 12vw;
    position: relative;
    border-radius: 4vw;
    z-index: +1;
    cursor: pointer;
    transition: 0.5s;
  }
  .contents .accordion__q:active {
    background-color: #b8e3ff;
  }
  .contents .accordion__q.bgActive {
    background-color: #b8e3ff;
    border-radius: 20px 20px 0 0;
  }
  .contents .pm-btn {
    position: absolute;
    top: 50%;
    right: 4vw;
    width: 5.4vw;
    height: 5.4vw;
    transform: translateY(-50%);
  }
  .contents .pm-btn:before,
  .contents .pm-btn:after {
    position: absolute;
    content: '';
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
    border-top: 4px solid #0089f2;
    top: 0;
    bottom: 0;
    border-radius: 2px;
  }
  .contents .pm-btn:before {
    width: 20px;
    height: 0;
    right: 0;
  }
  .contents .pm-btn:after {
    width: 0;
    height: 20px;
    right: 8px;
    transition: 0.5s;
  }
  .contents .open .pm-btn:after {
    transform: rotate(90deg);
    transition: 0.3s;
  }
  .contents .accordion__a {
    display: none;
    width: 100%;
    position: relative;
    padding: 0 4vw 6vw 23.4vw;
    box-sizing: border-box;
    border-radius: 0 0 2.16vw 2.16vw;
  }
  .contents .accordion__a:after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 24vw;
    width: 8vw;
    height: 5.4vw;
    border-right: 2.16vw solid #fff;
    border-radius: 0 0 8vw 0;
    transform: translateY(-3.2vw);
  }
  .contents .accordion__a-chat {
    width: 100%;
    padding: 2.16vw;
    background: #fff;
    border-radius: 2.16vw;
    box-sizing: border-box;
    min-height: 17vw;
    position: relative;
  }
  .contents .accordion__img {
    position: absolute;
    left: -28vw;
    width: 34vw;
    bottom: 0;
    transform: translateY(13.3vw);
    z-index: 1;
  }
  .contents .accordion__q-icon {
    display: block;
    width: 72vw;
    padding-left: 8vw;
    position: relative;
    line-height: 1.5;
  }
  .contents .accordion__q-icon::before {
    position: absolute;
    content: 'Q';
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    color: #0089f2;
    font-size: 6vw;
    font-weight: bold;
  }
  .contents .more-btn {
    position: relative;
    width: 67.5vw;
    margin: 8vw auto 0;
    padding: 4vw 0;
    background: linear-gradient(to right, #0089f2, #0089f2);
    border-radius: 8vw;
    color: #fff;
    text-align: center;
    transition: 0.3s;
  }
  .contents .more-btn:active {
    cursor: pointer;
    opacity: 0.6;
  }
  .contents .more-btn .more-btn__txt {
    padding-right: 4vw;
  }
  .contents .more-btn .more-btn__txt:before {
    content: 'もっと見る';
  }
  .contents .more-btn.open .more-btn__txt:before {
    content: '閉じる';
  }
  .contents .more-btn .more-btn__pmbtn {
    position: absolute;
    top: 50%;
    right: 3.2vw;
    width: 7vw;
    height: 7vw;
    transform: translateY(-50%);
    border-radius: 50%;
  }
  .contents .more-btn .more-btn__pmbtn:before,
  .contents .more-btn .more-btn__pmbtn:after {
    position: absolute;
    content: '';
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
    border-top: 0.54vw solid #0089f2;
    width: 3.73vw;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 1.33vw;
  }
  .contents .more-btn .more-btn__pmbtn:after {
    transform: rotate(90deg);
    transition: 0.3s;
  }
  .contents .more-btn.open .more-btn__pmbtn:after {
    transform: rotate(180deg);
    transition: 0.3s;
  }
  .contents .bottom-arch {
    width: 100%;
    height: 10.56vw;
    position: absolute;
    top: -0.27vw;
    transform: scaleY(-1);
    user-select: none;
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
  }
  .contents .bottom-arch_under {
    top: initial;
    bottom: -7.56vw;
  }
  .contents .news-list {
    border-radius: 4vw;
  }
  .contents .news-list__item {
    padding: 4vw;
    padding-left: 13.5vw;
  }
  .contents .news-list__link {
    flex-direction: column;
  }
  .contents .sns__item {
    width: 10.65vw;
    height: 10.65vw;
    margin: 0 3.36vw;
  }
  .contents .sns__item:active {
    opacity: 0.6;
  }
  .contents .sns__icon {
    width: 100%;
    height: auto;
  }
  .contents .chat__items {
    display: flex;
  }
  .contents .chat__items_right {
    flex-direction: row-reverse;
  }
  .contents .chat__icon {
    width: 13.5vw;
    text-align: center;
    position: absolute;
  }
  .contents .chat__icon p {
    font-size: 3.46vw;
  }
  .contents .chat__txt {
    border-radius: 4vw;
    border: 0.7vw solid #0089f2;
    position: relative;
    padding: 4vw 2.5vw;
  }
  .contents .chat__txt_bgBlue {
    background-color: #e1f3ff;
  }
  .contents .chat__txt p {
    font-size: 3.46vw;
    line-height: 5.4vw;
  }
  .contents .chat__txt_left {
    margin-left: 19.7vw;
  }
  .contents .chat__txt_right {
    margin-right: 19.7vw;
  }
  .contents .chat__txt_left:before,
  .contents .chat__txt_left:after,
  .contents .chat__txt_right:before,
  .contents .chat__txt_right:after {
    content: '';
    position: absolute;
    margin: auto;
  }
  .contents .chat__txt_left:before {
    top: 25px;
    transform: translateY(-50%);
    left: -6.8vw;
    border: 3.2vw solid transparent;
    /*透明指定は先に記述*/
    border-right: 3.73vw solid #0089f2;
    /*後に記述*/
  }
  .contents .chat__txt_left:after {
    top: 25px;
    transform: translateY(-50%);
    left: -5.8vw;
    border: 3.2vw solid transparent;
    /*透明指定は先に記述*/
    border-right: 3.73vw solid #e1f3ff;
    /*後に記述*/
    z-index: 10;
  }
  .contents .chat__txt_right:before {
    top: 25px;
    transform: translateY(-50%);
    right: -6.9vw;
    border: 3.2vw solid transparent;
    /*透明指定は先に記述*/
    border-left: 3.73vw solid #0089f2;
    /*後に記述*/
  }
  .contents .chat__txt_right:after {
    top: 25px;
    transform: translateY(-50%);
    right: -6vw;
    border: 3.2vw solid transparent;
    /*透明指定は先に記述*/
    border-left: 3.73vw solid #fff;
    /*後に記述*/
    z-index: 10;
  }
  .contents .chat__inner {
    display: flex;
    gap: 1.3vw 5.2vw;
    text-align: center;
    margin-top: 1.33vw;
    flex-wrap: wrap;
    justify-content: center;
  }
  .contents .chat__inner p {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .contents .chat__inner-img {
    position: relative;
    width: 21.6vw;
    height: 16.5vw;
    margin: auto;
  }
  .contents .chat__inner-img img {
    width: 100%;
    height: 94%;
    object-fit: contain;
  }
  .contents .chat__inner-count {
    position: absolute;
    bottom: 1.33vw;
    right: 0.54vw;
    font-size: 4vw;
    font-weight: bold;
    vertical-align: bottom;
  }
  .contents .history__img {
    width: 96vw;
    height: auto;
    text-align: center;
    margin: 9.08vw auto;
  }
  .contents .history__img img {
    width: 97%;
    height: auto;
  }
  .contents .l-arch-b {
    width: 100%;
    height: 6vw;
    position: absolute;
    top: -6vw;
    left: 0;
    user-select: none;
    user-drag: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    z-index: -1;
  }
  .contents .heading-h3 {
    font-size: 5.4vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 6.75vw;
    padding-top: 4vw;
    position: relative;
  }
  .contents .chat__wrap_taLeft {
    text-align: left;
  }
  .contents .accordion-des__q {
    background-color: #fff;
    padding: 4vw 0;
    position: relative;
    z-index: +1;
    transition: 0.5s;
    border-radius: 4vw;
    font-size: 4.27vw;
    font-weight: bold;
    box-shadow: 0 0.8vw 2vw #ccc;
  }
  .contents .accordion-des__q.bgActive {
    background-color: #b8e3ff;
  }
  .contents .accordion-des__q .pm-btn {
    position: absolute;
    top: 50%;
    right: 4vw;
    width: 6vw;
    height: 6vw;
  }
  .contents .accordion-des__q .pm-btn:before {
    border-top: 4px solid #0089f2;
    width: 6vw;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 1.3vw;
  }
  .contents .accordion-des__q .pm-btn:after {
    border-left: 4px solid #0089f2;
    width: 0;
    height: 6vw;
    top: 0;
    bottom: 0;
    right: 50%;
    transition: 0.5s;
    border-radius: 1.3vw;
    transform: translateX(50%);
  }
  .contents .accordion-des__q.open .pm-btn:after {
    transform: rotate(90deg);
    transition: 0.3s;
  }
  .contents .accordion-des__a-chat {
    width: 100%;
    margin-top: 4vw;
    background: #fff;
    font-size: 3.46vw;
  }
  .contents .end__wrap {
    margin: 10.16vw 0 8vw;
  }
  .contents .end__btn {
    position: relative;
    width: 67.5vw;
    margin: 0 auto;
    background: linear-gradient(to right, #0089f2, #0089f2);
    border-radius: 8vw;
    color: #fff;
    text-align: center;
    font-size: 3.73vw;
    transition: 0.3s;
  }
  .contents .end__btn:hover {
    cursor: pointer;
    opacity: 0.6;
  }
  .contents .end__btn-wrap {
    display: flex;
    flex-flow: column;
    gap: 5.4vw 0;
  }
  .contents .end__txt {
    padding-right: 20px;
  }
  .contents .end__arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7vw;
    height: 7vw;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #fff;
  }
  .contents .end__arrow img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 2px;
    right: 0;
    margin: auto;
    transform: rotate(-90deg);
    width: 50%;
  }
  .contents .chat__txt .b-link,
  .contents .accordion__item .b-link {
    color: #0089f2;
    font-weight: bold;
    transition: 0.3s;
    position: relative;
  }
  .contents .chat__txt_natto {
    padding-right: 25vw;
  }
  .contents .chat__img_natto {
    position: absolute;
    width: 21vw;
    height: auto;
    top: 50%;
    right: 3vw;
    transform: translateY(-50%);
  }
  .contents .chat__img_natto img {
    width: 100%;
    height: auto;
  }
  .contents .chat__txt .b-link:after,
  .contents .accordion__item .b-link:after,
  .contents .next-content__link_blue:after {
    background: radial-gradient(circle farthest-side, #0089f2, #0089f2 50%, transparent 80%, transparent);
    background-size: 12px;
    content: '';
    height: 2.2px;
    width: 120%;
    position: absolute;
    left: -10%;
    bottom: -20%;
    transition: 0.3s;
  }
  .contents .next-content__wrap {
    position: relative;
    text-align: center;
    background-color: #e1f3ff;
    padding: 5vw 0 8vw;
  }
  .contents .under-arch_reverse {
    transform: scaleY(-1);
    bottom: initial;
    top: -2px;
  }
  .contents .next-content__link {
    display: flex;
    gap: 5.4vw;
    justify-content: center;
    flex-flow: column;
  }
  .contents .next-content .next-content__link_blue {
    color: #0089f2;
    position: relative;
    font-size: 3.73vw;
  }
  .contents .next-content .next-content__link_blue:hover,
  .contents .chat__txt .b-link:hover,
  .contents .accordion__item .b-link:hover {
    color: #74c0ff;
    transition: 0.3s;
  }
  .contents .next-content .next-content__link_blue:hover:after,
  .contents .chat__txt .b-link:hover:after,
  .contents .accordion__item .b-link:hover:after {
    opacity: 0;
    transition: 0.3s;
  }
  .contents .w38:after {
    width: 38%;
  }
  .contents .w58:after {
    width: 58%;
  }
  .contents .next-content__link_fit-content {
    width: 10%;
  }
  .contents .l-arch-b_reverse {
    transform: scaleY(-1);
    top: initial;
    bottom: -5.4vw;
  }
  .contents .package__img {
    width: 96vw;
    height: auto;
    text-align: center;
    margin: 9.08vw auto;
  }
  .contents .package__img img {
    width: 97%;
    height: auto;
  }
  .contents .point__bg {
    background-color: #e1f3ff;
    position: relative;
    padding-bottom: 10.65vw;
  }
  .contents .point__top-icon {
    position: absolute;
    top: 18.65vw;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 21.3vw;
    height: auto;
    padding-right: 63.9vw;
  }
  .contents .point__top-icon_lineup {
    padding-right: 72vw;
  }
  .contents .point__wrap {
    width: 100%;
    margin: auto;
    background-color: #fff;
    border-radius: 5.4vw;
    position: relative;
    text-align: center;
    padding: 5.4vw 2% 8vw;
  }
  .contents .point__about {
    font-size: 3.46vw;
    line-height: 6vw;
    margin-bottom: 9.57vw;
  }
  .contents .point__img {
    margin-bottom: 9.57vw;
    width: 95%;
  }
  .contents .point__img_mb {
    margin-bottom: 4vw;
  }
  .contents .fs11 {
    font-size: 2.94vw;
  }
  .contents .fs12 {
    font-size: 3.2vw;
  }
  .contents .fs13 {
    font-size: 3.46vw;
  }
  .contents .fs14 {
    font-size: 3.73vw;
  }
  .contents .fs20 {
    font-size: 5.33vw;
  }
  .contents .fs24 {
    font-size: 6.4vw;
  }
  .contents .fs39 {
    font-size: 39px;
  }
  .contents .pt10 {
    padding-top: 2.16vw;
  }
  .contents .pt20 {
    padding-top: 5.4vw;
  }
  .contents .mt15 {
    margin-top: 4vw;
  }
  .contents .mt20 {
    margin-top: 5.4vw;
  }
  .contents .mt23 {
    margin-top: 6vw;
  }
  .contents .mb0 {
    margin-bottom: 0px;
  }
  .contents .mb15 {
    margin-bottom: 4vw;
  }
  .contents .mb20 {
    margin-bottom: 5.4vw;
  }
  .contents .coRed {
    color: #e6182e;
    font-weight: bold;
  }
  .contents .coOrange {
    color: #ff6f00;
    font-weight: bold;
  }
  .contents .coGreen {
    color: #00ac75;
    font-weight: bold;
  }
  .contents .coBlue {
    color: #0089f2;
  }
  .contents .bgWhite {
    background-color: #fff;
  }
  .contents .bgSkyblue {
    background-color: #e1f3ff;
  }
  .contents .bgBlue {
    background-color: #74c0ff;
  }
  .contents .bottom16 {
    bottom: 4.27vw;
  }
  .contents .lh15 {
    line-height: 4vw;
  }
  .contents .lh20 {
    line-height: 5.4vw;
  }
  .contents .fwBold {
    font-weight: bold;
  }
  .contents .fwNormal {
    font-weight: normal;
  }
}

.contents .masthead {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 360px;
  padding-bottom: 60px;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.contents .masthead::before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/arch_above.png") bottom center/contain no-repeat;
  pointer-events: none;
}

.contents .masthead__title {
  padding-bottom: 5px;
  position: relative;
  font-size: 45px;
  font-weight: 900;
}

.contents .masthead__title::before {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, #000, #000 10px, rgba(255, 255, 255, 0) 10px, rgba(255, 255, 255, 0) 18px) bottom left/18px repeat-x;
}

@media screen and (max-width: 750px) {
  .contents .masthead__title::before {
    height: 2px;
    background-image: linear-gradient(to right, #000, #000 8px, rgba(255, 255, 255, 0) 8px, rgba(255, 255, 255, 0) 13px);
    background-size: 13px;
  }
}

.contents .masthead__title > img {
  max-height: 100%;
  height: 65px;
}

@media screen and (max-width: 750px) {
  .contents .masthead__title > img {
    height: auto;
    width: 85vw;
  }
}

@media screen and (max-width: 750px) {
  .contents .masthead__title {
    font-size: 4.25vw;
  }
}

@media screen and (max-width: 750px) {
  .contents .masthead {
    height: 45vw;
    padding-bottom: 3vw;
  }
}

.contents .next-content .next-content__link_blue {
  margin: auto;
}

.contents .chat__txt .b-link,
.contents .accordion__item .b-link,
.contents .next-content__link_blue {
  display: inline-block;
  width: fit-content;
  color: #0089f2;
  position: relative;
  line-height: 1.7;
}

.contents .chat__txt .b-link:hover,
.contents .accordion__item .b-link:hover,
.contents .next-content__link_blue:hover {
  color: #74c0ff;
  transition: 0.3s;
}

.contents .chat__txt .b-link:hover::after,
.contents .accordion__item .b-link:hover::after,
.contents .next-content__link_blue:hover::after {
  opacity: 0;
  transition: 0.3s;
}

.contents .chat__txt .b-link::after,
.contents .accordion__item .b-link::after,
.contents .next-content__link_blue::after {
  height: 1.5px;
  width: 101%;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.contents .box {
  padding: 15px;
  border: 2px solid #d9d9d9;
  border-radius: 15px;
}

@media screen and (max-width: 750px) {
  .contents .box {
    padding: 2vw;
    border-radius: 10px;
  }
}

@media screen and (max-width: 750px) {
  .contents .swiper {
    max-width: 380px;
    padding-bottom: 11vw;
  }
}

.contents .swiper-slide {
  transform: scale(0.9);
  transition: all 0.2s;
}

.contents .swiper-slide-active {
  transform: scale(1);
  transition: all 0.2s;
}

.contents .swiper-button-prev, .contents .swiper-button-next {
  height: 30px;
  width: 30px;
  background: #0089f2;
  border-radius: 50%;
}

.contents .swiper-button-prev::after, .contents .swiper-button-next::after {
  padding-top: 1px;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .contents .swiper-button-prev, .contents .swiper-button-next {
    top: unset;
    bottom: 0;
  }
}

.contents .swiper-button-prev {
  padding-right: 2px;
  left: 60px;
}

@media screen and (max-width: 750px) {
  .contents .swiper-button-prev {
    left: 142px;
  }
}

.contents .swiper-button-next {
  padding-left: 2px;
  right: 60px;
}

@media screen and (max-width: 750px) {
  .contents .swiper-button-next {
    right: 142px;
  }
}

.contents .video {
  max-width: 650px;
  margin: auto;
  padding: 40px;
  border: 4px solid #0089f2;
  border-radius: 15px;
}

.contents .video__inner {
  width: 100%;
  height: 0px;
  padding-top: 56.25%;
  position: relative;
}

.contents .video__inner iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.contents .video--2col {
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contents .video--2col__item {
  width: 49%;
}

@media screen and (max-width: 750px) {
  .contents .video--2col__item {
    width: 100%;
  }
  .contents .video--2col__item + .video--2col__item {
    margin-top: 15px;
  }
}

@media screen and (max-width: 750px) {
  .contents .video {
    max-width: 400px;
    padding: 6vw;
    border-width: 0.7vw;
  }
}

.contents .card-list__item--bordered {
  border: 4px solid #74c0ff;
}

#story .masthead {
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7)), url(../img/health_story/health_story_bg_pc.jpg);
}

@media screen and (max-width: 750px) {
  #story .masthead {
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7)), url(../img/health_story/health_story_bg_sp.jpg);
  }
}

#process .masthead {
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7)), url(/recommend/safety/img/quolity/quolity_process_bg_pc.jpg);
}

@media screen and (max-width: 750px) {
  #process .masthead {
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7)), url(/recommend/safety/img/quolity/quolity_process_bg_sp.jpg);
  }
}

#lineup .masthead {
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7)), url(../img/health_lineup/health_lineup_bg.jpg);
}

#allergy .masthead {
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7)), url(../img/quolity/allergy_mv.jpg);
  background-position-y: 70%;
}

@media screen and (max-width: 750px) {
  #allergy .media {
    justify-content: center;
  }
}

#allergy .media__image {
  width: 25%;
}

@media screen and (max-width: 750px) {
  #allergy .media__image {
    width: 40%;
  }
}

#allergy .media__text {
  width: 68%;
}

@media screen and (max-width: 750px) {
  #allergy .media__text {
    width: 100%;
  }
}

#bran_bread_renewal .masthead {
  background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7)), url(/recommend/safety/img/health_story/bran_bread_renewal_bg_pc.jpg);
}

@media screen and (max-width: 750px) {
  #bran_bread_renewal .masthead {
    background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7)), url(/recommend/safety/img/health_story/bran_bread_renewal_bg_sp.jpg);
    margin-bottom: 0;
  }
}

.contents .including_salt .table__row th:first-child {
  width: 30%;
}

.contents .table.including_salt th {
  width: calc(70% / 7);
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .contents .including_salt .table__row th:first-child {
    width: 30%;
  }
}

@media screen and (max-width: 750px) {
  .contents .table.including_salt th {
    width: calc(70% / 7);
  }
}

.contents .accordion__image__right {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.contents .accordion__image__right img {
  width: 40%;
}

@media screen and (max-width: 750px) {
  .contents .accordion__image__right {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 750px) {
  .contents .accordion__image__right img {
    width: 60%;
    margin: 0 auto;
  }
}

.contents section .ml1em {
  margin-left: 1em;
}

.contents section .txt_tdnone {
  text-decoration: none;
}

.hero {
  max-width: 1920px;
  margin-inline: auto;
}

.contents .chat__wrap .text--small {
  font-size: 0.8em;
  line-height: 1.75;
}
