@charset "UTF-8";
/* YUI 3.5.0 reset.css (http://developer.yahoo.com/yui/3/cssreset/) - http://cssreset.com */
html {
  /*color:#000;*/
  background: #fff;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF\4F53", YuGothic, "\6E38\30B4\30B7\30C3\30AF", "Yu Gothic", "\30E1\30A4\30EA\30AA", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #513746;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-weight: inherit;
  }
}

@media screen and (max-width: 768px) {
  main {
    margin-top: 50px !important;
  }
}

p {
  line-height: 2.4;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: #513746;
  text-decoration: none;
}
a:visited, a:hover, a:active {
  color: #513746;
}

ul {
  list-style: none;
}

*, *:before, *:after {
  box-sizing: border-box;
}

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

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

.mt_5 {
  margin-top: 5px !important;
}
.mt_10 {
  margin-top: 10px !important;
}
.mt_20 {
  margin-top: 20px !important;
}
.mt_30 {
  margin-top: 30px !important;
}
.mt_50 {
  margin-top: 50px !important;
}
.mt_70 {
  margin-top: 70px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 768px) {
  .mb_10 {
    margin-bottom: 1.3333333333vw !important;
  }
}
.mb_20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  .mb_20 {
    margin-bottom: 2.6666666667vw !important;
  }
}
.mb_30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 768px) {
  .mb_30 {
    margin-bottom: 4vw !important;
  }
}
.mb_40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 768px) {
  .mb_40 {
    margin-bottom: 5.3333333333vw !important;
  }
}
.mb_70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 768px) {
  .mb_70 {
    margin-bottom: 9.3333333333vw !important;
  }
}
.mb_100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .mb_100 {
    margin-bottom: 13.3333333333vw !important;
  }
}
.mb_140 {
  margin-bottom: 140px !important;
}
@media screen and (max-width: 768px) {
  .mb_140 {
    margin-bottom: 18.6666666667vw !important;
  }
}

.fs_12 {
  font-size: 1.2rem;
}
.fs_20 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .fs_sm_16 {
    font-size: 1.6rem;
  }
}

.fw_b {
  font-weight: bold;
}

.center {
  margin: 0 auto;
}

.sourceview {
  display: none;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  width: 15px;
  height: 15px;
  color: #fff;
  background: #b1d5cb;
  border-radius: 50%;
  text-decoration: none;
  z-index: 2;
}

/*----------------------------------------------------
  header
----------------------------------------------------*/
.header {
  position: relative;
}
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    background: hsla(0deg, 0%, 100%, 0.8);
    z-index: 99;
  }
}
.headerInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1300px;
  width: 100%;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .headerInner {
    padding: 0 4vw;
    height: 45px;
  }
}
.headerLogo {
  flex-shrink: 0;
}
.headerLogoImg {
  width: 220px;
  height: 36px;
}
@media screen and (max-width: 1024px) {
  .headerLogoImg {
    width: 180px;
    height: 29px;
  }
}
@media screen and (max-width: 768px) {
  .headerLogoImg {
    width: 150px;
    height: 29px;
  }
}
.headerNavList {
  display: none;
}
@media screen and (max-width: 768px) {
  .headerNavList {
    display: flex;
    margin-right: 50px;
  }
}
.headerNavItem {
  margin-left: 15px;
}
.headerNavItemIco {
  width: 35px;
  height: 35px;
}
.headerContentsList {
  display: flex;
}
@media screen and (max-width: 768px) {
  .headerContents {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 2px solid #e1e1e1;
    background: rgba(255, 255, 255, 0.8);
    text-align: left;
    transform: translateY(-100%);
    transition: all 0.6s;
    z-index: 1;
  }
}
.headerContentsOpen {
  transform: translateY(0);
  top: 45px;
  transition: all 0.6s;
}
.headerContentsItem {
  display: flex;
  align-items: center;
  margin-left: 35px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #513746;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 1160px) {
  .headerContentsItem {
    margin-left: 15px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1024px) {
  .headerContentsItem {
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .headerContentsItem {
    display: flex;
    padding: 0;
    margin: 0;
    width: 100%;
    border-bottom: 2px solid #e1e1e1;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    transition: all 0.5s;
  }
  .headerContentsItem:hover {
    background: #b1d5cc;
    transition: all 0.2s;
  }
  .headerContentsItem:before {
    position: absolute;
    content: "\F138";
    right: 25px;
    padding-top: 5px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #71bfac;
  }
}
@media screen and (max-width: 1024px) {
  .headerContentsItem:nth-child(6), .headerContentsItem:nth-child(7) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .headerContentsItem:last-child {
    padding: 4vw;
  }
  .headerContentsItem:last-child:hover {
    background: none;
  }
  .headerContentsItem:last-child:before {
    display: none;
  }
}
.headerContentsItem a {
  flex-shrink: 0;
}
.headerContentsItemLink {
  position: relative;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .headerContentsItemLink {
    padding: 25px 4vw;
    width: 100%;
    font-weight: bold;
    white-space: nowrap;
  }
}
.headerContentsItemLink::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #edb3a1;
  bottom: -5px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
@media screen and (max-width: 768px) {
  .headerContentsItemLink::after {
    display: contents;
  }
}
.headerContentsItemLink:hover::after {
  transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  .headerContentsItemLink:hover::after {
    display: contents;
  }
}
.headerContentsItemIco {
  width: 30px;
  height: 30px;
}
.headerContentsItemBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  border-radius: 25px;
  background-color: #71bfac;
  font-weight: bold;
  color: #fff;
  transition: 0.3s;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .headerContentsItemBtn {
    width: 100px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .headerContentsItemBtn {
    width: inherit;
    height: 45px;
  }
}
.headerContentsItemBtn:link, .headerContentsItemBtn:active, .headerContentsItemBtn:hover, .headerContentsItemBtn:visited {
  color: #fff;
}
.headerContentsItemBtn:hover {
  background-color: #5ba492;
  color: #fff;
}

/* ハンバーガーメニュー
--------------------------------------------------- */
.hamburger {
  width: 55px;
  height: 24px;
  cursor: pointer;
  position: absolute;
  justify-content: center;
  right: 0;
  top: calc(50% - 12px);
  color: #71bfac;
  display: none;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: flex;
  }
}
.hamburgerBar {
  position: absolute;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  background: #71bfac;
  transform: rotate(0);
  transition: transform 0.6s;
}
.hamburgerBar:first-child {
  top: 0;
}
.hamburgerBar:nth-child(2) {
  top: 10px;
  opacity: 1;
}
.hamburgerBar:nth-child(3) {
  bottom: 0;
}
.hamburgerClose {
  transition: transform 0.6s;
}
.hamburgerClose .hamburgerBar:first-child {
  transform: rotate(45deg);
  top: 12px;
}
.hamburgerClose .hamburgerBar:nth-child(2) {
  opacity: 0;
}
.hamburgerClose .hamburgerBar:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
}

/*----------------------------------------------------
	store#main
----------------------------------------------------*/
.main {
  margin: auto;
  padding: auto;
  /* mainVisual
  --------------------------------------------------- */
}
@media screen and (max-width: 768px) {
  .main {
    width: 100%;
  }
}
.main__flex {
  margin: 80px auto 100px;
  padding: 0 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .main__flex {
    margin: 60px auto 30px 0;
    padding: 0;
    flex-direction: column-reverse;
    width: 100%;
  }
}
.main .mainHeadline {
  margin: auto;
  padding: 0 20px;
  height: 180px;
  background: linear-gradient(to bottom, #fcfcfc, #f5f5f5);
}
@media screen and (max-width: 768px) {
  .main .mainHeadline {
    padding: 0;
    text-align: center;
    height: 100%;
    background: none;
  }
}
.main .mainHeadline__bg {
  margin: auto;
  width: 1000px;
  height: 180px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .main .mainHeadline__bg {
    width: 100%;
    height: 30vh;
    position: relative;
    background-size: cover;
    background-position: top;
  }
}
.main .mainHeadline .mainHeadlineBread {
  padding: 12px 0 0;
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main .mainHeadline .mainHeadlineBread {
    padding: 5px 3%;
    position: absolute;
    top: 30vh;
  }
}
.main .mainHeadline .mainHeadlineBread__item {
  display: inline;
  list-style: none;
}
.main .mainHeadline .mainHeadlineBread__item::after {
  content: ">";
  padding: 0 3px 0 6px;
  color: #000000;
}
.main .mainHeadline .mainHeadlineBread__item:last-child:after {
  content: "";
}
.main .mainHeadline .mainHeadline__ttl {
  margin: 50px 0 0 0;
  position: relative;
  font-family: "\6E38\660E\671D\4F53", "YuMincho", "\6E38\660E\671D", "Yu Mincho", serif;
  font-size: 28px;
  font-weight: bold;
  color: #666;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .main .mainHeadline .mainHeadline__ttl {
    margin: 0;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 10px #333;
  }
}
.main .mainHeadline .mainHeadline__ttl::before {
  display: inline-block;
  width: 30px;
  height: 3px;
  position: absolute;
  left: 20px;
  bottom: -15px;
  transform: translateX(-50%);
  background-color: #bf204a;
  content: "";
}
@media screen and (max-width: 768px) {
  .main .mainHeadline .mainHeadline__ttl::before {
    display: none;
  }
}
.main .mainHeadline {
  height: 140px;
}
@media screen and (max-width: 768px) {
  .main .mainHeadline {
    height: 100px;
    background: linear-gradient(to bottom, #fcfcfc, #f5f5f5);
  }
}
.main .mainHeadline__bg {
  height: 140px;
}
@media screen and (max-width: 768px) {
  .main .mainHeadline__bg {
    height: 100px;
  }
}
.main .mainHeadline .mainHeadline__ttl {
  margin: 30px 0 0 0;
}
@media screen and (max-width: 768px) {
  .main .mainHeadline .mainHeadline__ttl {
    margin: 5px 0 0 0;
    top: 30%;
    color: #666;
    text-shadow: none;
    font-size: 24px;
  }
}
.main .mainHeadline .mainHeadlineBread {
  top: 100px;
}
.main .mainContent {
  /* contents
  --------------------------------------------------- */
  flex-grow: 3;
  margin: 0 auto;
  width: 700px;
  /* bigHeadline
  --------------------------------------------------- */
  /* heading
  --------------------------------------------------- */
  /* subHeading
  --------------------------------------------------- */
  /* decoration
  --------------------------------------------------- */
  /* goToFormButton
  --------------------------------------------------- */
}
.main .mainContent__photo {
  text-align: center;
}
.main .mainContent__photo img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.main .mainContent__name {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .main .mainContent__txt {
    margin: 0 0 10px 0;
  }
}
.main .mainContentCompany__lead p {
  text-align: center;
  font-family: "\6E38\660E\671D\4F53", "YuMincho", "\6E38\660E\671D", "Yu Mincho", serif;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .main .mainContentCompany__lead p {
    text-align: left;
  }
}
.main .mainContentCompany__headline {
  margin: 30px 0;
  font-size: 18px;
  font-weight: bold;
  padding: 0.25em 0.5em;
  border-left: solid 2px;
}
.main .mainContentCompany__flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .mainContentCompany__flex {
    display: block;
  }
}
.main .mainContentCompany__flex figure {
  width: 300px;
  margin: 30px 30px 0 0;
}
.main .mainContentCompany__flex figure:nth-child(3), .main .mainContentCompany__flex figure :nth-child(6) {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .main .mainContentCompany__flex figure {
    width: inherit;
    margin: 30px 0 0;
  }
}
.main .mainContentCompany__flex figcaption {
  font-size: 14px;
  text-align: left;
}
.main .mainContentCompany__map iframe {
  width: 100%;
  height: 300px;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .main .mainContent {
    margin: 0 auto;
    padding: 0 3% 60px;
    width: 94%;
  }
}
.main .mainContent__lead {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-align: center;
  line-height: 1.8em;
}
@media screen and (max-width: 768px) {
  .main .mainContent__lead {
    font-size: 4.6vw;
  }
}
.main .mainContent__lead--sub {
  margin-bottom: 30px;
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  .main .mainContent__lead--sub {
    font-size: 4.6vw;
    line-height: 2;
  }
}
.main .mainContent__sup {
  font-size: 14px;
  text-align: center;
}
.main .mainContent__link:visited, .main .mainContent__link:link, .main .mainContent__link:hover {
  color: #bf204a;
}
.main .mainContent__margin--b10 {
  margin-bottom: 10px !important;
}
.main .mainContent__margin--b30 {
  margin-bottom: 30px !important;
}
.main .mainContent__margin--b60 {
  margin-bottom: 60px !important;
}
.main .mainContent__margin--t20 {
  margin-top: 20px !important;
}
.main .mainContent__margin--t40 {
  margin-top: 40px !important;
}
.main .mainContent__margin--t60 {
  margin-top: 60px !important;
}
.main .mainContent__unit {
  width: 50%;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .main .mainContent__unit {
    width: 100%;
  }
}
.main .mainContent__frame {
  display: inline-block;
  width: 300px;
  padding: 10px 0 0;
  margin: 4px 0 10px;
  border: solid 2px #e1e1e1;
}
@media screen and (max-width: 768px) {
  .main .mainContent__frame {
    padding: 0;
  }
}
.main .mainContentTable {
  width: 100%;
  border: 1px solid #eaeaea;
  border-collapse: collapse;
  text-align: left;
}
.main .mainContentTable tr {
  border-bottom: 1px solid #eaeaea;
}
.main .mainContentTable__heading {
  width: 33%;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 28px 30px;
  background: #f8f8f8;
}
.main .mainContentTable__data {
  width: 70%;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding: 28px 32px;
  position: relative;
  font-size: 15px;
  color: #333;
  vertical-align: top;
}
.main .mainContent__bigttl {
  margin: 0 0 30px 0;
  padding: 0.5em 0;
  font-size: 24px;
  line-height: 1.5em;
  border-top: solid 3px #bf204a;
  border-bottom: solid 1px #bf204a;
}
@media screen and (max-width: 768px) {
  .main .mainContent__bigttl {
    margin: 0 auto 30px 0;
    width: 100%;
    position: relative;
    display: inline-block;
    text-align: center;
    font-family: "\6E38\660E\671D\4F53", "YuMincho", "\6E38\660E\671D", "Yu Mincho", serif;
    border: none;
    color: #666;
  }
}
.main .mainContent__bigttl br {
  display: none;
}
@media screen and (max-width: 768px) {
  .main .mainContent__bigttl br {
    display: inherit;
  }
}
@media screen and (max-width: 768px) {
  .main .mainContent__bigttl::before {
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: calc(50% - 30px);
    display: inline-block;
    content: "";
    background-color: #bf204a;
  }
}
.main .mainContent__ttl {
  margin: 30px 0;
  padding: 0 0 0.3em;
  font-size: 18px;
  font-weight: bold;
  border-bottom: solid 2px;
}
@media screen and (max-width: 768px) {
  .main .mainContent__ttl {
    margin: 30px 0;
    color: #444;
    border-bottom: solid 1px #666;
  }
}
.main .mainContent__subttl {
  margin: 30px 0 0;
  padding: 0 0 0.3em;
  font-size: 16px;
  font-weight: bold;
}
.main .mainContent__txt {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .main .mainContent__txt {
    text-align: left;
    line-height: 2;
    color: #666;
  }
}
.main .mainContent__txt--bold {
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 768px) {
  .main .mainContent__txt--bold {
    color: #444;
    margin: 30px 0;
    text-align: left;
    line-height: 2em;
  }
}
.main .mainContent__flex--2item {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .main .mainContent__flex--2item {
    display: block;
  }
}
.main .mainContent__flex--1item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .main .mainContent__flex--1item {
    display: block;
    text-align: center;
  }
  .main .mainContent__flex--1item > img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .main .mainContent__flex--1item > img {
    padding-top: 0;
  }
}
.main .mainContent__img {
  margin: 0 30px 30px 0;
}
.main .mainContent__caption {
  color: #666;
}
.main .mainContent__caption dt {
  margin-top: 10px;
}
.main .mainContent__caption dd {
  margin: -26px 0 0px 18px;
}
.main .mainContent__list {
  margin-bottom: 30px;
  -moz-column-count: 2;
       column-count: 2;
}
@media screen and (max-width: 768px) {
  .main .mainContent__list {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.main .mainContent__list--check {
  position: relative;
  padding: 2px 0 2px 40px;
  border: solid 2px #e1e1e1;
  background: #fafafa;
}
.main .mainContent__list--circle {
  counter-reset: list_count;
  position: relative;
  padding: 2px 0 2px 14px;
  border: solid 2px #e1e1e1;
  background: #fafafa;
}
.main .mainContent__list--left {
  text-align: left;
}
.main .mainContent__item {
  padding: 0 0 0 20px;
}
.main .mainContent__item::before {
  content: "";
  position: relative;
  top: -3px;
  left: -10px;
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #08618d;
}
.main .mainContent__item--check {
  line-height: 1;
  margin: 20px 0;
}
.main .mainContent__item--check::before {
  content: "";
  position: absolute;
  left: 3%;
  width: 10px;
  height: 6px;
  border-left: 2px solid #08618d;
  border-bottom: 2px solid #08618d;
  transform: rotate(-45deg);
}
.main .mainContent__item--circle {
  line-height: 1;
  margin: 20px 0;
}
.main .mainContent__item--circle::before {
  display: block;
  float: left;
  counter-increment: list_count;
  content: counter(list_count);
  height: 22px;
  width: 22px;
  border-radius: 50%;
  margin: -4px 0.25em 0 0;
  background-color: #08618d;
  color: #fff;
  line-height: 22px;
  text-align: center;
}
.main .mainContent__detail {
  border: solid 2px #e1e1e1;
  margin-bottom: 30px;
  padding: 14px 30px;
  background: #fafafa;
  line-height: 2.4;
}
.main .mainContent__detail dd {
  margin-left: 25px;
}
.main .mainContent__detail dd img {
  vertical-align: middle;
  margin: 0 0 1px 2px;
}
.main .mainContent__btn {
  display: inline-block;
  padding: 0.4em 0.8em;
  border-radius: 3px;
  background: #444;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.main .mainContent__btn a:visited, .main .mainContent__btn a:link, .main .mainContent__btn a:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .main .mainContent__btn {
    display: block;
    padding: 0.8rem 3rem;
    margin: 10px 20px 0 0;
    text-align: center;
    font-size: 18px;
  }
}
.main .mainContent .contact {
  margin: 60px 0;
  text-align: center;
}
.main .mainContent .contact__btn {
  margin: 0 350px;
  background: #bf204a;
  border-radius: 3px;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .main .mainContent .contact__btn {
    margin: 0;
  }
}
.main .mainContent .contact__btn a:visited, .main .mainContent .contact__btn a:link, .main .mainContent .contact__btn a:hover {
  color: #fff;
  line-height: 50px;
}
.main .mainContent .contact__link {
  display: block;
}

.storeHeadline {
  margin: auto;
  padding: 0 20px;
  height: 180px;
  background: linear-gradient(to bottom, #fcfcfc, #f5f5f5);
}
.storeNormal {
  margin: 0 auto;
  display: block;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  .storeNormal {
    margin: 0 auto;
    padding: 0;
    flex-direction: column-reverse;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .storeContent {
    margin: 0 auto;
    padding: 0 3%;
    width: 94%;
  }
}
.storeContentwrap {
  margin-bottom: 40px;
}
.storeContent__list {
  list-style-type: none; /* リストマーカーを消す */
  padding: 0;
  margin: 0;
}
.storeContent__list-item {
  border-bottom: 1px solid #333; /* 各アイテムの上にライン */
  padding: 12px 0;
  position: relative;
}
.storeContent__list-item ::before {
  position: absolute;
  top: 16px;
  right: 15px;
  content: "\F138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #bf204a;
}
.storeTop {
  display: flex;
  margin: 10px 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .storeTop {
    margin: 20px 0;
  }
}
.storeTop__btn {
  margin: 0 auto;
  width: 310px;
  background: #bf204a;
  border-radius: 3px;
  transition: 0.4s;
}
.storeTop__btn a:visited, .storeTop__btn a:link, .storeTop__btn a:hover {
  color: #fff;
  line-height: 50px;
}
.storeTop__link {
  display: block;
}

.meeta__kv {
  text-align: center;
}
.meetaKV__txt {
  margin: 5px 0 15px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.meetaKVImg {
  width: 695px;
}
.meeta__nav {
  padding: 8px 0;
  height: 50px;
  background-color: #f8f8f8;
}
.meetaNav__list {
  display: flex;
  justify-content: space-between;
}
.meetaNav__item {
  position: relative;
  width: 25%;
  height: 35px;
  border-right: 1px solid #999;
  text-align: center;
  font-size: 15px;
}
.meetaNav__item:last-child {
  border: none;
}
@media screen and (max-width: 768px) {
  .meetaNav__item {
    font-size: 10px;
  }
}
.meetaNav__item a {
  display: block;
  height: 100%;
  width: 100%;
  color: #000;
}
.meetaNav__item a:visited {
  color: #000;
}
.meetaNavItem__arrow {
  content: "";
  position: absolute;
  top: 25px;
  left: 50%;
  margin: auto;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-right: 2px solid #bf204a;
  border-bottom: 2px solid #bf204a;
  transform: rotate(45deg);
}
.meetaTxt__sup {
  font-size: 14px;
  display: block;
  line-height: 2em;
  margin: 15px 0 30px;
}
.meeta__worry {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .meeta__worry {
    margin-top: 15px;
  }
}
.meeta__worry img {
  vertical-align: top;
}
.meetaWorry__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: #f8f8f8;
  border-radius: 20px;
}
.meetaWorry__item {
  padding-left: 25px;
  background-image: url(/assets/img/lp/meeta/worry_ico_check.svg);
  background-repeat: no-repeat;
  background-position: 0 8px;
  background-size: 18px 18px;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .meetaWorry__item {
    width: 100%;
  }
}
.meetaWorry__txt {
  padding: 6px 0;
  text-align: left;
  font-size: 14px;
  color: #000;
}
.meetaAbout__flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .meetaAbout__flex {
    flex-direction: column;
  }
}
.meetaAbout__txt {
  flex: 1;
}
.meetaAbout__thum {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .meetaAbout__thum {
    margin: 15px auto 0;
  }
}
.meetaAbout__copy {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.meetaAbout__copy span {
  background: linear-gradient(transparent 60%, #fcf8d1 0);
}
.meetaAbout__img {
  margin: 30px auto;
  text-align: center;
}
.meetaAbout__term {
  padding-left: 30px;
  background-image: url(/assets/img/lp/meeta/worry_ico_check.svg);
  background-repeat: no-repeat;
  background-position: 0 2px;
  background-size: 20px 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .meetaAbout__term {
    margin-bottom: 10px;
  }
}
.meetaAbout__data {
  margin-bottom: 15px;
  border-bottom: 1px dotted #999;
  padding-bottom: 10px;
}
.meetaAbout__data:last-child {
  border-bottom: none;
}
.meetaHowtouse__list {
  margin-top: 50px;
}
.meetaHowtouse__item {
  margin-bottom: 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 95px;
  border-radius: 20px;
  border: 2px solid #ef94ae;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .meetaHowtouse__item {
    flex-direction: column;
    height: inherit;
  }
}
.meetaHowtouseItem__img {
  width: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0 20px 20px 0;
}
@media screen and (max-width: 768px) {
  .meetaHowtouseItem__img {
    width: 100%;
    height: 140px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
  }
}
.meetaHowtouseItem__left {
  flex-basis: calc(100% - 140px);
  background-color: #ef94ae;
  border-radius: 15px 0 0 15px;
}
@media screen and (max-width: 768px) {
  .meetaHowtouseItem__left {
    flex-basis: auto;
    border-radius: 15px 15px 0 0;
  }
}
.meetaHowtouseItem__right {
  flex-basis: 140px;
}
@media screen and (max-width: 768px) {
  .meetaHowtouseItem__right {
    flex-basis: auto;
    height: 140px;
  }
}
.meetaHowtouseItem__nom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: -28px;
  left: -5px;
  width: 50px;
  height: 50px;
  background-color: #fcf8d1;
  border-radius: 50%;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .meetaHowtouseItem__nom {
    width: 45px;
    height: 45px;
  }
}
.meetaHowtouseItem__nom--upper {
  padding-top: 5px;
  font-size: 12px;
  letter-spacing: 0.15em;
}
.meetaHowtouseItem__nom--lower {
  margin-left: 5px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .meetaHowtouseItem__nom--lower {
    margin-left: 0;
    font-size: 20px;
  }
}
.meetaHowtouseItem__txt {
  padding: 22px 0 0 40px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .meetaHowtouseItem__txt {
    padding: 5px 0 5px 40px;
    font-size: 20px;
    line-height: 1.4em;
  }
}
.meetaHowtouse__arrow::before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  border: 12px solid transparent;
  border-top: 12px solid #f8c8b9;
}
.meetaCartDeco__img--no1 {
  position: absolute;
  top: -15px;
  left: 20px;
  width: 60px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .meetaCartDeco__img--no1 {
    left: 30px;
    width: 90px;
  }
}
.meetaCartDeco__img--549 {
  width: 140px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .meetaCartDeco__img--549 {
    width: 80%;
    height: auto;
  }
}
.meetaCart__detail {
  position: relative;
  margin-bottom: 10px;
  padding: 20px 20px 15px;
  border-radius: 15px;
  border: 2px solid #ef94ae;
  text-align: left;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .meetaCart__detail {
    margin-top: 30px;
  }
}
.meetaCartDetail__ttl {
  position: absolute;
  top: -10px;
  left: 15px;
  display: inline-block;
  padding: 2px 0 4px;
  width: 110px;
  border-radius: 8px;
  background-color: #ef94ae;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2em;
}
.meetaCartDetail__item {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.2em;
}
.meetaCartDetail__item span {
  font-size: 14px;
}
.meetaCartDetail__img--holder {
  position: absolute;
  bottom: -10px;
  right: -15px;
  width: 160px;
  height: 164px;
}
@media screen and (max-width: 768px) {
  .meetaCartDetail__img--holder {
    width: 150px;
    height: 154px;
  }
}
.meetaCartDetail__img--plusus {
  position: absolute;
  bottom: 3px;
  right: 110px;
  width: 85px;
  height: 132px;
}
@media screen and (max-width: 768px) {
  .meetaCartDetail__img--plusus {
    right: 68px;
  }
}
.meetaCart__supplement {
  margin-top: 10px;
  width: 485px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  .meetaCart__supplement {
    width: 100%;
    text-align: left;
  }
}
.meetaCart__link--babylife {
  position: relative;
  left: 4px;
}
.meetaCart__link--babylife img {
  width: 100%;
}
.meetaCart__link--amazon, .meetaCart__link--rakuten, .meetaCart__link--yahoo {
  width: 92%;
}
.meetaCart__scroll {
  transition: all 0.3s;
}
.meetaCart__scroll:hover {
  transform: scale(0.95);
  transition: all 0.3s;
  opacity: 0.5;
}
.meetaCart__box {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding: 10px 4px 2px;
  background: #fdf5f8;
  border-radius: 7px;
  text-align: center;
}
.meetaCart__box--starter {
  justify-content: center;
}
.meetaCart__box--starter img {
  width: 150px;
}
.meetaFaq__list {
  position: relative;
  padding: 16px 0;
  border-bottom: 0;
  font-size: 18px;
  line-height: 1.6em;
  cursor: pointer;
  transition: all 0.3s;
}
.meetaFaq__list::before {
  content: "Q";
  position: absolute;
  left: 8px;
  top: 19px;
  font-size: 22px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #8abbc6;
  line-height: 1;
}
.meetaFaq__list::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 22px;
  width: 12px;
  height: 12px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(-45deg);
  transition: all 0.6s;
}
.meetaFaq__question {
  position: relative;
  padding: 0 32px 16px;
  border-bottom: 1px dashed #333;
  font-size: 18px;
  line-height: 1.6em;
  color: #000;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .meetaFaq__question {
    padding: 2px 30px 16px 35px;
  }
}
.meetaFaq__answer {
  position: relative;
  padding: 20px 32px;
  font-size: 16px;
  color: #000;
  display: none;
}
.meetaFaq__answer::before {
  content: "A";
  position: absolute;
  left: 8px;
  top: 52px;
  font-size: 22px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  color: #ef94ae;
  line-height: 1;
  transform: translateY(-32px);
}
.meetaFaq__answer::before,
.meetaFaq__answer .meetaFaqOpen:after {
  transition: all 0.6s;
}
.meetaFaq__txt--mini {
  font-size: 14px;
}
.meetaFaqOpen + .meetaFaq__answer::before {
  transform: translateY(0);
  transition: all 0.6s;
}
.meetaShop__pref {
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 0.5em;
  font-size: 16px;
  font-weight: bold;
  border-bottom: solid 1px;
}
.meetaShop__pref:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .meetaShop__pref {
    margin: 0 0 16px;
    padding-bottom: 16px;
  }
}
.meetaShop__pref::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 5px;
  width: 12px;
  height: 12px;
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  transform: rotate(-45deg);
  transition: all 0.6s;
}
.meetaShop__wrap {
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
}
.meetaShop__list {
  display: none;
}
.meetaShop__list__period {
  max-height: 999999px;
  margin-bottom: 13px;
  line-height: 2;
}
.meetaShop__item {
  margin-bottom: 5px;
}
.meetaShop__item:last-child {
  margin-bottom: 20px;
}
.meetaShopItem__heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 5px;
  padding: 2px 10px;
  background-color: #8abbc6;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .meetaShopItem__heading {
    min-height: 35px;
  }
}
.meetaShopItem__name {
  font-size: 16px;
  margin-bottom: 10px;
}
.meetaShopItem__tag {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  width: 70px;
  height: 24px;
  border-radius: 12px;
  border: solid 1px #dd4082;
  background-color: #fff;
  font-size: 12px;
  color: #dd4082;
}
.meetaShopItem__tagwrap {
  display: flex;
}
.meetaShopItem__tagdisplay {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 6px;
  width: 70px;
  height: 24px;
  border-radius: 12px;
  border: solid 1px #808080;
  background-color: #fff;
  font-size: 12px;
  color: #808080;
}
.meetaShopItem__bottom {
  display: flex;
  justify-content: space-between;
}
.meetaShopItem__map {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 24px;
  border-radius: 6px;
  background-color: #dcdcdc;
  font-size: 12px;
  color: #333;
  position: relative;
  padding-right: 8px;
}
.meetaShopItem__map::before {
  position: absolute;
  content: "";
  margin: auto;
  top: 0;
  bottom: 0;
  right: 14px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}
.meetaShopItem__txt {
  padding: 1.5rem 0;
}
.meetaShopItem__txt li {
  padding-left: 1em;
  text-indent: -1em;
}
.meetaShopItem__url {
  padding-left: 20px;
  background-image: url(/assets/img/products/meeta/ico_link_arrow.svg);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: left center;
  font-size: 14px;
  word-break: break-all;
}
.meetaShopItem__add {
  font-size: 14px;
  margin-bottom: 8px;
}
.meetaShopOpen + .meetaShop__list::before {
  transform: translateY(0);
  transition: all 0.6s;
}
.meetaShop__txt--sup {
  margin: 20px 0 0;
  padding: 10px 20px;
  background-color: #f8f8f8;
  border-radius: 15px;
  font-size: 14px;
  line-height: 1.4em;
}
.meetaAside {
  position: relative;
  margin-bottom: 10px;
  padding: 25px 15px 15px;
  border-radius: 15px;
  border: 2px solid #bf204a;
  text-align: left;
  font-weight: bold;
}
.meetaAside__ttl {
  position: absolute;
  top: -10px;
  left: 15px;
  display: inline-block;
  padding: 2px 0 4px;
  width: 135px;
  border-radius: 8px;
  background-color: #bf204a;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2em;
}
.meetaAside__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.2em;
}
.meetaAsideItem__img {
  flex-basis: 135px;
}
@media screen and (max-width: 768px) {
  .meetaAsideItem__img {
    flex-basis: 80px;
  }
}
.meetaAsideItem__img img {
  width: 135px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .meetaAsideItem__img img {
    width: 80px;
    height: 50px;
  }
}
.meetaAsideItem__link {
  flex-basis: calc(100% - 135px);
  position: relative;
  padding-left: 30px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .meetaAsideItem__link {
    lex-basis: calc(100% - 80px);
  }
}
.meetaAsideItem__link::before {
  position: absolute;
  bottom: 10px;
  left: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 2px solid #bf204a;
  border-right: 2px solid #bf204a;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .meetaAsideItem__link::before {
    bottom: 50%;
  }
}
.meeta__mov {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 20px;
  text-align: center;
}
.meeta__mov iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.meetaShopList {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .meetaShopList {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.meetaShopList > li {
  overflow: hidden;
}
.meetaShopList > li > img {
  width: 100%; /* 画像を親要素の幅いっぱいに表示 */
  height: auto; /* サイズを維持 */
  margin-bottom: 1rem;
}
.meetaShopList > li > p {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .fixed {
    top: 45px;
  }
}

.anchor {
  display: block;
  padding-top: 60px;
  margin-top: -60px;
}

.haschaild .meetaShop__pref {
  display: flex;
  align-items: center;
  padding: 2px 10px;
  background-color: #f8f8f8;
  border-bottom: none;
}

sup {
  vertical-align: text-top;
  font-size: small;
}

.btn-area {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .btn-area {
    display: block;
    margin: 20px 0 40px;
  }
}

.add-tel::before {
  content: "\F095";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #513746;
  margin-right: 6px;
}

.legend {
  margin: 0 0 12px 0;
  display: flex;
}

.legend-sale {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-right: 16px;
}
.legend-sale img {
  width: 20px;
  margin-right: 8px;
}

.legend-display {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.legend-display img {
  width: 20px;
  margin-right: 5px;
}

/*----------------------------------------------------
  footer
----------------------------------------------------*/
.footer {
  background-color: #f5f5f5;
}
.footerInnerUpper {
  margin: 0 auto;
  padding: 80px 20px 0;
  max-width: 1300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footerInnerUpper {
    padding: 60px 0 0;
  }
}
.footerInnerUpperMenuItem {
  margin-bottom: 15px;
}
.footerInnerLower {
  margin: 0 auto;
  padding: 0 20px 50px;
  max-width: 1300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footerInnerLower {
    padding: 0 4vw 60px;
  }
}
@media screen and (max-width: 768px) {
  .footerNav {
    display: block;
    visibility: visible;
    transition: all 0.3s ease-in;
    opacity: 1;
    position: relative;
    width: 100%;
  }
}
.footerNavList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .footerNavList {
    display: block;
    width: 100%;
    border-top: 2px solid #e1e1e1;
  }
}
.footerNavItem {
  margin-bottom: 20px;
  flex-grow: 0;
  flex-basis: calc(20% - 24px);
}
@media screen and (max-width: 1024px) {
  .footerNavItem {
    flex-basis: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .footerNavItem {
    display: flex;
    padding: 0;
    width: 100%;
    border-bottom: 2px solid #e1e1e1;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    align-items: center;
    margin-bottom: 0;
  }
  .footerNavItem:hover {
    background: #b1d5cc;
    transition: all 0.2s;
  }
  .footerNavItem::before {
    position: absolute;
    content: "\F138";
    right: 25px;
    padding-top: 5px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #71bfac;
  }
}
.footerNavItemOpen {
  margin-bottom: 20px;
  flex-grow: 0;
  flex-basis: calc(20% - 24px);
}
@media screen and (max-width: 1024px) {
  .footerNavItemOpen {
    flex-basis: calc(50% - 15px);
  }
}
@media screen and (max-width: 768px) {
  .footerNavItemOpen {
    margin: 0;
    width: 100%;
    border-bottom: 2px solid #e1e1e1;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
}
.footerNavMenu {
  margin-bottom: 15px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .footerNavMenu {
    margin: 0;
    padding: 25px 4vw;
    width: 100%;
  }
}
.footerNavSubmenuItem:first-child {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footerNavSubmenuItem {
    display: block;
    height: 70px;
    margin-bottom: 0;
  }
  .footerNavSubmenuItem:hover {
    background: #b1d5cc;
    transition: all 0.2s;
  }
  .footerNavSubmenuItem::before {
    position: absolute;
    content: "\F138";
    right: 25px;
    padding-top: 25px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #71bfac;
  }
  .footerNavSubmenuItemLink {
    display: flex;
    align-items: center;
    padding: 0 4vw;
    width: 100%;
    height: 100%;
  }
}
.footerNavSubmenuList {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .footerNavSubmenuList {
    gap: 0;
  }
}
.footerLowerList {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .footerLowerList {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.footerLowerItem {
  margin-left: 30px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  .footerLowerItem {
    order: 1;
    margin: 0 0 30px;
    font-size: 1.2rem;
    font-weight: bold;
  }
}
.footerLowerItemCopy {
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .footerLowerItemCopy {
    order: 2;
    margin-top: 30px;
  }
}

.ac-box label {
  color: #513746;
}
@media screen and (max-width: 768px) {
  .ac-box label {
    display: flex;
    padding: 25px 4vw;
    width: 100%;
    transition: all 0.5s;
  }
  .ac-box label:hover {
    background: #b1d5cc;
    transition: all 0.2s;
  }
  .ac-box label:after {
    position: absolute;
    content: "\F067";
    right: 25px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #71bfac;
  }
}
@media screen and (max-width: 768px) {
  .ac-box input {
    display: none;
  }
  .ac-box input:checked ~ label::after {
    position: absolute;
    content: "\F068";
    right: 25px;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    color: #71bfac;
  }
  .ac-box input:checked ~ .ac-small {
    height: auto;
    background: #f9f3f4;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .ac-small {
    height: 0px;
    padding: 0px;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
  }
}