@charset "UTF-8";

section {
  margin-bottom: 0;
}

#top-target {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
  visibility: hidden;
}

/*************
header
*************/
#section-header h1 {
  padding-left: 5.0890585242vw;
  width: 34.6055979644vw;
}

.header_inner {
  padding: 2em;
}

.header_logo {
  width: 180px;
}

/*************
main
*************/
main {
  position: relative;
  margin-top: 0;
}

.container {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

/*************
mv
*************/
.infoBox {
  font-size: calc(13 / 390 * 100vw);
}

.infoBox a p {
  position: relative;
  padding-right: 25px;
  display: inline-flex;
  align-items: center;
  text-align: left;
}

.infoBox p {
  font-size: calc(13 / 390 * 100vw);
}

.infoBox p span {
  font-size: calc(13 / 390 * 100vw);
}

.mv {
  background-image: url("../img/pc/mv_bg.jpg");
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding: 8vw 0 4vw;
}

.logo {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

/*************
about
*************/
.about {
  background: url(../img/bg_list.png) no-repeat center top / cover;
  color: #FFF;
  text-align: center;
  padding: 36px 0;
}

.about .card__note {
  margin-top: 1em;
  margin-bottom: 1.5em;
}

.about__heading {
  font-size: calc(24 / 390 * 100vw);
  line-height: 1.3;
  margin-bottom: 0;
  font-family: "CorporateLogoVer3-b", sans-serif;
  font-weight: bold;
}

.about__heading--small {
  display: inline-block;
  font-size: 4vw;
}

.about__btn {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

.about__img {
  width: 100%;
  margin: 1.5em 0px 0.5em;
}

.aTxt {
  text-align: center;
  padding: 0 20px;
}

.aTxt p {
  color: #FFF;
  font-size: calc(12 / 390 * 100vw);
  line-height: 1.3;
  font-family: "CorporateLogoVer2-m", sans-serif;
  font-weight: normal;
  margin-bottom: 0;
  text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 1px 1px 1px #000;
  text-indent: -4.5em;
  padding-left: 4.5em;
  text-align: left;
}

.aTxt span {
  display: block;
  color: #FFF;
  font-size: calc(12 / 390 * 100vw);
  font-family: "CorporateLogoVer2-m", sans-serif;
  font-weight: normal;
  text-indent: -0.5em;
  padding-left: 0.5em;
  margin-top: 0.25em;
  line-height: 1.5;
  text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 1px 1px 1px #000;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
}

.aTxt2 {
  text-align: left;
  margin-top: 1em
}

.aTxt2 p {
  color: #FFF;
  font-size: calc(12 / 390 * 100vw);
  line-height: 1.3;
  font-family: "CorporateLogoVer2-m", sans-serif;
  font-weight: normal;
  text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 1px 1px 1px #000;
  text-indent: -1em;
  padding-left: 1em;
}

/*************
feature
*************/
.feature {
  background: url(../img/bg_feature.png) no-repeat center top / cover;
  padding: calc(55 / 390 * 100vw) 0 calc(37 / 390 * 100vw);
}

/*************
step
*************/
.step {
  background: url(../img/bg_step.png) no-repeat center top / cover;
  padding: calc(55 / 390 * 100vw) 0 calc(36 / 390 * 100vw);
}

.step__btn {
  display: flex;
  justify-content: center;
}

.step__textDecoration {
  font-size: 12px;
  font-size: clamp(10px, calc(12 / 390 * 100vw), 24px);
  position: relative;
}

.step__textDecoration:before {
  content: '';
  display: block;
  width: calc(10 / 390 * 100vw);
  height: calc(18 / 390 * 100vw);
  background: url(../img/line.svg) no-repeat center top / calc(10 / 390 * 100vw) calc(18 / 390 * 100vw);
  position: absolute;
  top: calc(-2 / 390 * 100vw);
  left: calc(-15 / 390 * 100vw);
}

.step__textDecoration:after {
  content: '';
  display: block;
  width: calc(10 / 390 * 100vw);
  height: calc(18 / 390 * 100vw);
  background: url(../img/line.svg) no-repeat center top / calc(10 / 390 * 100vw) calc(18 / 390 * 100vw);
  position: absolute;
  top: calc(-2 / 390 * 100vw);
  right: calc(-15 / 390 * 100vw);
  transform: scaleX(-1);
}

.step .card__note {
  margin-left: 1em;
}

.step .card__note>span {
  margin: 0 0.2em 0 -1em;
}

/*************
list
*************/
.list {
  background: url(../img/bg_list.png) no-repeat center top / cover;
  padding: calc(55 / 390 * 100vw) 0 calc(36 / 390 * 100vw);
}

.list__text {
  font-size: 18px;
  font-size: clamp(16px, calc(18 / 390 * 100vw), 36px);
  color: #FFFFFF;
  text-align: center;
  margin-bottom: calc(20 / 390 * 100vw);
}

.list__text span {
  position: relative;
}

.list__text span:before {
  content: '';
  display: block;
  width: calc(15 / 390 * 100vw);
  height: calc(26 / 390 * 100vw);
  background: url(../img/line_white.svg) no-repeat center top / calc(15 / 390 * 100vw) calc(26 / 390 * 100vw);
  position: absolute;
  top: calc(-4 / 390 * 100vw);
  left: calc(-17 / 390 * 100vw);
}

.list__text span:after {
  content: '';
  display: block;
  width: calc(15 / 390 * 100vw);
  height: calc(26 / 390 * 100vw);
  background: url(../img/line_white.svg) no-repeat center top / calc(15 / 390 * 100vw) calc(26 / 390 * 100vw);
  position: absolute;
  top: calc(-4 / 390 * 100vw);
  right: calc(-17 / 390 * 100vw);
  transform: scaleX(-1);
}

.list .card__appTxt {
  color: #FFFFFF;
  text-align: center;
}

.list .section__title {
  margin-bottom: calc(20 / 390 * 100vw);
}

/*************
more
*************/
.more {
  background: url(../img/bg_more.png) no-repeat center top / cover;
  padding: calc(30 / 390 * 100vw) 0 calc(60 / 390 * 100vw);
}

.more .card {
  padding-top: calc(25 / 390 * 100vw);
}

.more .card__label {
  position: static;
  text-align: center;
  margin-bottom: 0;
}

.more .card__text {
  font-size: 14px;
  font-size: clamp(14px, calc(15 / 390 * 100vw), 30px);
  padding: 0 20px;
  text-align: left;
}

.more__logo {
  max-width: calc(80 / 390 * 100vw);
  margin: 0 auto calc(10 / 390 * 100vw);
}

.more__text2 {
  font-size: 24px;
  font-size: clamp(24px, calc(24 / 390 * 100vw), 36px);
  font-weight: bold;
  margin-bottom: calc(20 / 390 * 100vw);
  color: #FFFFFF;
  text-align: center;
  line-height: 1.4;
}

.more__text3 {
  font-size: 17px;
  font-size: clamp(15px, calc(17 / 390 * 100vw), 34px);
  margin: calc(80 / 390 * 100vw) 0 calc(17 / 390 * 100vw);
  color: #FFFFFF;
  text-align: center;
}

.more__text4 {
  font-size: 17px;
  font-size: clamp(15px, calc(17 / 390 * 100vw), 34px);
  color: #FFFFFF;
  text-align: center;
}

.more__text5 {
  font-size: 12px;
  font-size: clamp(12px, calc(12 / 390 * 100vw), 24px);
  color: #FFFFFF;
  text-align: center;
}

.more .accordion__details {
  padding: 0;
}

/*************
common
*************/
.section__title {
  font-family: "CorporateLogoVer2-b", sans-serif;
  font-size: 24px;
  font-size: clamp(24px, calc(24 / 390 * 100vw), 36px);
  color: #FFC300;
  text-align: center;
  margin-bottom: calc(50 / 390 * 100vw);
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.7);
}

.section__title>span {
  position: relative;
}

.section__title>span:before {
  content: '';
  display: block;
  width: calc(66 / 390 * 100vw);
  height: calc(54 / 390 * 100vw);
  background: url(../img/bg_heading.png) no-repeat center top / cover;
  background-size: calc(66 / 390 * 100vw) calc(54 / 390 * 100vw);
  transform: scaleX(-1);
  position: absolute;
  top: calc(-20 / 390 * 100vw);
  left: calc(-75 / 390 * 100vw);
}

.section__title>span:after {
  content: '';
  display: block;
  width: calc(66 / 390 * 100vw);
  height: calc(54 / 390 * 100vw);
  background: url(../img/bg_heading.png) no-repeat center top / cover;
  background-size: calc(66 / 390 * 100vw) calc(54 / 390 * 100vw);
  position: absolute;
  top: calc(-20 / 390 * 100vw);
  right: calc(-75 / 390 * 100vw);
}

.section__sub-heading {
  font-family: "CorporateLogoVer3-b", sans-serif;
  font-weight: bold;
  font-size: 16px;
  font-size: clamp(16px, calc(16 / 390 * 100vw), 32px);
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 2em;
}

.card-list {
  display: flex;
  flex-wrap: wrap;
  gap: calc(62 / 390 * 100vw);
}

.card {
  border: 6px solid #B78600;
  background: url(../img/bg_card.png) no-repeat center top / cover;
  padding: calc(40 / 390 * 100vw) 0 calc(16 / 390 * 100vw);
  text-align: center;
  width: 100%;
  position: relative;
}

.card.s3 {
  padding: calc(40 / 390 * 100vw) 0 calc(16 / 390 * 100vw);
}

.card__label {
  width: calc(201 / 390 * 100vw);
  height: calc(65 / 390 * 100vw);
  padding-top: calc(8 / 390 * 100vw);
  font-size: 22px;
  font-size: clamp(22px, calc(22 / 390 * 100vw), 36px);
  color: #FFF;
  background: url(../img/bg_card_label.png) no-repeat center top;
  background-size: calc(201 / 390 * 100vw) calc(65 / 390 * 100vw);
  position: absolute;
  top: calc(-32 / 390 * 100vw);
  left: 0;
  right: 0;
  margin: auto;
  font-family: "CorporateLogoVer3-b", sans-serif;
  font-weight: bold;
}

.card__title {
  font-size: clamp(18px, calc(18 / 390 * 100vw), 36px);
  font-family: "CorporateLogoVer3-b", sans-serif;
  color: #3C7B46;
  margin-bottom: 15px;
}

.card__text {
  font-size: 15px;
  font-size: clamp(15px, calc(15 / 390 * 100vw), 30px);
  font-family: "CorporateLogoVer2-b", sans-serif;
  line-height: 1.4;
  margin-bottom: 10px;
}

.card__text2 {
  font-size: 13px;
  font-size: clamp(13px, calc(13 / 390 * 100vw), 26px);
  font-family: "CorporateLogoVer3-b", sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}

.card__imagebox {
  padding: 0 25px;
  margin-bottom: 10px;
}

.card__imagebox2 {
  padding: 0 25px;
  margin-bottom: 0;
}

.card__app {
  display: flex;
  gap: 10px;
  max-width: calc(271 / 390 * 100vw);
  margin: 0 auto 20px;
}

.card__app img {
  width: 100%;
}

.card__appTxt {
  font-size: 10px;
  font-size: clamp(10px, calc(10 / 390 * 100vw), 16px);
  font-family: "CorporateLogoVer3-b", sans-serif;
  font-weight: normal;
  margin-top: 5px;
}

.card__note {
  font-size: 12px;
  font-size: clamp(10px, calc(12 / 390 * 100vw), 24px);
  font-family: "CorporateLogoVer3-b", sans-serif;
  font-weight: normal;
  text-align: left;
  padding: 0 20px;
  margin-bottom: 5px;
  line-height: 1.5;
}

.accordion {
  padding: 0 23px;
}

.accordion+.accordion {
  margin-top: 20px;
}

.accordion__details {
  padding: 0 20px;
}

.accordion__summary {
  font-size: 16px;
  font-size: clamp(14px, calc(16 / 390 * 100vw), 32px);
  background-color: #3A3A3A;
  color: #FFFFFF;
  height: calc(50 / 390 * 100vw);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(15 / 390 * 100vw);
  cursor: pointer;
  position: relative;
  font-family: "CorporateLogoVer3-b", sans-serif;
  font-weight: bold;
}

.open .accordion__summary {
  border-radius: 15px 15px 0 0;
}

.accordion__summary:before {
  content: '';
  display: block;
  width: calc(14 / 390 * 100vw);
  height: calc(22 / 390 * 100vw);
  background: url(../img/arrow_white.svg) no-repeat center top / calc(14 / 390 * 100vw) calc(22 / 390 * 100vw);
  position: absolute;
  top: 0;
  right: calc(15 / 390 * 100vw);
  bottom: 0;
  margin: auto;
  transition: all 0.2s ease;
}

.open .accordion__summary:before {
  transform: rotate(-180deg);
}

.accordion__content {
  font-size: 14px;
  font-size: clamp(12px, calc(14 / 390 * 100vw), 28px);
  background-color: #FFFFFF;
  border-radius: 0 0 15px 15px;
  text-align: left;
  padding: 15px 15px 30px 15px;
  border-right: 2px solid #3A3A3A;
  border-bottom: 2px solid #3A3A3A;
  border-left: 2px solid #3A3A3A;
  display: none;
  font-family: "CorporateLogoVer3-b", sans-serif;
  font-weight: 500;
}

.accordion__list {
  padding-left: 1em;
}

.accordion__list>li {
  list-style: disc;
}

.accordion__list>li:not(:last-child) {
  margin-bottom: 20px;
}

.c-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-size: clamp(12px, calc(14 / 390 * 100vw), 28px);
  max-width: calc(185 / 390 * 100vw);
  width: 100%;
  height: calc(38 / 390 * 100vw);
  border: 1px solid #fff;
  border-radius: calc(18 / 390 * 100vw);
}

.c-btn--yellow {
  display: block;
  max-width: calc(300 / 390 * 100vw);
  height: calc(56 / 390 * 100vw);
  border-radius: 9999px;
  background: linear-gradient(to bottom, #ffd700, #f5b800);
  border: 1px solid white;
  padding: 3px 40px 7px;
  margin: auto;
  font-size: 18px;
  font-size: clamp(16px, calc(18 / 390 * 100vw), 36px);
  line-height: 1.3;
  font-weight: bold;
  box-shadow: inset 0 1px 4px rgba(255, 255, 255, 0.6), 0 2px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  overflow: hidden;
}

.c-btn--yellow:before {
  content: '';
  display: block;
  width: calc(6 / 390 * 100vw);
  height: calc(10 / 390 * 100vw);
  background: url(../img/arrow.svg) no-repeat center top / calc(6 / 390 * 100vw) calc(10 / 390 * 100vw);
  position: absolute;
  top: 0;
  right: calc(15 / 390 * 100vw);
  bottom: 0;
  margin: auto;
}

/*************
collaboration
*************/

#collaboration {
  padding: 40px 0 0;
}

.collaboration__summary {
  width: 100%;
}

.henna-ikimono-illust {
  width: 100%;
  margin: 0 auto;
}

#collaboration .cta_btn--full .c-btn--yellow {
  max-width: none;
  width: 100%;
}

/*************
footer
*************/
footer {
  width: 100%;
  padding: 2em 0 9em 0;
  background: rgba(0, 0, 0, .8);
}

footer a {
  color: #fff;
}

.footerNav {
  margin: 1.4641288433vw 1em;
}

.footerCp,
.footerNav .footerNav_list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  display: block;
  flex-direction: row;
  gap: 30px;
  margin-bottom: 20px;
  padding: 0;
}

.footerNav .footerNav_list>li {
  -webkit-transition: opacity .3s;
  -moz-transition: opacity .3s;
  transition: opacity .3s;
  font-size: 3.58974359vw;
  margin-bottom: 1.5em;
}

.footerCp {
  color: #fff;
  opacity: 0.6;
  font-size: 2.82051282vw;
}

/*************
cta_btn
*************/
.cta_btn-area {
  background: linear-gradient(106.44deg, #1B3920 0%, #45724C 100%);
  transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  padding: 17px 2em;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  transform: translateY(20px);
  z-index: 999;
}

.cta_btn-area.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cta_btn-area a {
  transition: none;
}

.cta_btn-area-container {
  width: 100%;
  margin: 0 auto;
}

.cta_btn-attention {
  font-size: 4.102561vw;
  margin-bottom: 10px;
}

.cta_btn .c-btn--yellow {
  color: #000000;
  padding: 3px 20px 7px;
  height: calc(50 / 390 * 100vw);
  display: flex;
  align-items: center;
  max-width: calc(353 / 390 * 100vw);
  line-height: 1;
}

.cta_btn a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
  font-size: 4.87179487vw;
}

.cta_btn:hover::before {
  right: 4%;
}

.cta_btn-area-notes {
  font-size: 2.82051282vw;
}

/*************
Display switching
*************/
.pc_only {
  display: none;
}

.sp_only {
  display: block;
}

/*************
align
*************/
.txtC {
  text-align: center;
}

/*************
margin
*************/
.mb50 {
  margin-bottom: 50px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb0 {
  margin-bottom: 0;
}

.thumbnailBox {
  width: 100%;
  margin-bottom: 3em;
}

.thumbnailBox ul {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  justify-content: flex-start;
  gap: 0;
}

.thumbnailBox ul li {
  min-width: 80%;
  margin-left: 20px;
}

.thumbnailBox ul li:last-child {
  margin-right: 20px;
}

.thumbnailBox ul li p {
  text-align: center;
  color: #FFF;
  font-size: 22px;
  font-size: clamp(22px, calc(22 / 390 * 100vw), 36px);
  font-family: "CorporateLogoVer3-b", sans-serif;
  text-shadow: 0 0 5px #FFC300;
  margin: 0.25em auto;
}

.thumbnailBox ul li img {
  border: 2px solid #FFC300;
  box-shadow: 0 0 6px #FFC300;
}

.mTxt.thumbnailBox ul li p {
  font-size: calc(18 / 390 * 100vw);
}