@charset "UTF-8";

.notes {
  font-size: 14px;
  text-align: left;
}

/*************
header
*************/
header {
  height: 60px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  left: 0;
  opacity: 1;
  top: 0;
  visibility: visible;
  width: 100%;
}

header h1 {
  padding-left: 20px;
  width: 138px;
  height: auto;
}

header h1 img {
  display: block;
  width: 100%;
}

/*************
main
*************/
main {}

.container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

/*************
mv
*************/

.infoBox {
  background-color: #C53535;
  text-align: center;
  font-size: 15px;
}

.infoBox a {
  display: block;
  padding: 0.8em;

}

.infoBox a p {
  position: relative;
  padding-right: 14px;
  display: inline-block;
}


.infoBox a p::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -0.5em;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(135deg);
}

.infoBox p {
  color: #FFF;
  font-size: 15px;

}

.infoBox p span {
  color: #C53535;
  padding: 0.05em 0.5em;
  line-height: 1;
  background-color: #FFF;
  font-weight: bold;
  border-radius: 1em;
  margin-right: 0.75em;
  font-size: 15px;
}

.mv {

  text-align: center;
  padding: 60px 20px 40px;
  position: relative;
}

.mv:before {
  content: '';
  background-image: url("../img/pc/mv_bg.jpg");
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 753px;
  filter: blur(3px);
  z-index: -1;
}

.logo {
  width: 80%;
  max-width: 560px;
  margin: 0 auto;
}

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

footer a {
  color: #fff;
}

.footerNav {
  margin-bottom: 1.4641288433vw;
  max-width: 850px;
}

.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: flex;
  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: 14px;
}

.footerCp {
  color: #fff;
  opacity: 0.6;
  font-size: 11px;
}

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

.sp_only {
  display: none;
}

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

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

.mb25 {
  margin-bottom: 50px;
}

.mb20 {
  margin-bottom: 40px;
}

.mb10 {
  margin-bottom: 20px;
}

.mb5 {
  margin-bottom: 10px;
}

.mb0 {
  margin-bottom: 0;
}

/*************
about
*************/
.about {
  background: url(../img/pc/bg_list.jpg) no-repeat center top / cover;
  color: #FFF;
  text-align: center;
  padding: 80px 20px;
}

.about__heading {
  font-size: 40px;
  line-height: 1.3;
  margin-bottom: 1em;
  font-family: "CorporateLogoVer3-b", sans-serif;
  font-weight: bold;
}

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

.about__btn {
  margin: 1em auto 0;
  width: 280px;
  display: flex;
  justify-content: center;
}

.about__img {
  width: 546px;
  margin: 0 auto;
}

/*************
feature
*************/
.feature {
  background-color: #654E2D;
  background-image: url("../img/pc/bg_a.png"), url("../img/pc/bg_b.png");
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  background-size: 800px auto, 800px auto;
  background-size: 60vw auto, 60vw auto;
  padding: 80px 20px;
}

/*************
step
*************/
.step {
  background: url(../img/pc/bg_step.jpg) repeat center top;
  background-size: 392px auto;
  padding: 80px 20px;
}

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

.step__textDecoration {
  font-family: "CorporateLogoVer3-b", sans-serif;
  font-size: 17px;
  position: relative;
}

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

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

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

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

/*************
list
*************/
.list {
  background: url(../img/pc/bg_list.jpg) no-repeat center top / cover;
  padding: 80px 20px;
}

.list__text {
  font-family: "CorporateLogoVer3-b", sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 1em;
}

.list__text span {
  position: relative;
}

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

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

.list .card__app {
  margin-bottom: 0;
}

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

.list .section__title {
  margin-bottom: 0.5em;
}

/*************
more
*************/
.more {
  background: url(../img/pc/bg_more.jpg) no-repeat center top / cover;
  padding: 80px 20px;
}

.more .card {
  padding-top: 30px;
}

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

.more .card__text {
  font-size: 20px;
  padding: 0 20px;
  text-align: center;
}

.more__logo {
  max-width: 80px;
  margin: 0 auto 16px;
}

.more__text2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.4;
  font-family: "CorporateLogoVer2-b", sans-serif;
}

.more__text3 {
  font-size: 16px;
  font-family: "CorporateLogoVer2-b", sans-serif;
  margin: 80px 0 1em;
  color: #FFFFFF;
  text-align: center;
}

.more__text4 {
  font-size: 16px;
  font-family: "CorporateLogoVer2-b", sans-serif;
  color: #FFFFFF;
  text-align: center;
  margin: 1em auto 0.5em;
}

.more__text5 {
  font-size: 11px;
  font-family: "CorporateLogoVer2-b", sans-serif;
  color: #FFFFFF;
  text-align: center;
}

.more .accordion__details {
  padding: 0;
}

/*************
common
*************/
.section__title {
  font-family: "CorporateLogoVer2-b", sans-serif;
  font-size: 40px;
  color: #FFC300;
  text-align: center;
  margin-bottom: 65px;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.7);
}

.section__title>span {
  position: relative;
}

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

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

.section__sub-heading {
  font-family: "CorporateLogoVer3-b", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 2em;
}

.card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}

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

.card.s3 {
  padding: 40px 16px 0;
}

.card__label {
  width: 242px;
  height: 77px;
  padding-top: 9px;
  font-size: 28px;
  font-family: "CorporateLogoVer3-b", sans-serif;
  color: #FFF;
  background: url(../img/bg_card_label.png) no-repeat center top;
  background-size: cover;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: bold;
}

.card__title {
  font-size: 26px;
  font-family: "CorporateLogoVer3-b", sans-serif;
  color: #3C7B46;
  margin-bottom: 15px;
}

.card__text {
  font-size: 18px;
  font-family: "CorporateLogoVer2-b", sans-serif;
  line-height: 1.4;
  margin-bottom: 10px;
}

.card__text2 {
  font-size: 18px;
  font-family: "CorporateLogoVer3-b", sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}

.card__imagebox {
  max-width: 546px;
  padding: 0;
  margin: 0 auto 10px;
}

.card__imagebox img.bdr {
  border: 2px solid #B78600
}

.card__imagebox2 {
  max-width: 546px;
  padding: 0;
  margin: 0 auto;
}

.card__app {
  display: flex;
  justify-content: center;
  gap: 60px;
  max-width: calc(271 / 390 * 100vw);
  margin: 0 auto 2em;
}

.card__app img {
  width: 110px;
}

.card__appTxt {
  font-size: 10px;
  font-family: "CorporateLogoVer2-m", sans-serif;
  font-weight: normal;
  margin-top: 0.75em;
}

.card__note {
  font-size: 12px;
  font-family: "CorporateLogoVer2-m", 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: 18px;
  background-color: #3A3A3A;
  color: #FFFFFF;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  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: 21px;
  height: 33px;
  background: url(../img/arrow_white.svg) no-repeat center top / 21px 33px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  transition: all 0.2s ease;
}

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

.accordion__content {
  font-size: 14px;
  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: 18px;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 4em;
  padding: 0.5em;
}

.about .c-btn {
  text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 1px 1px 1px #000;
  box-shadow: 1px 1px 1px #000;
}

.c-btn--yellow {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 9999px;
  background: linear-gradient(to bottom, #ffd700, #f5b800);
  border: 1px solid white;
  padding: 3px 40px 7px;
  margin: auto;
  font-size: 26px;
  font-family: "CorporateLogoVer3-b", sans-serif;
  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: 12px;
  height: 22px;
  background: url(../img/arrow.svg) no-repeat center top / 12px 22px;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}

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

#collaboration {
  background: url(../img/pc/bg_collaboration.jpg) no-repeat center top / cover;
  padding: 60px 0 0;
}

.collaboration__summary {
  width: 100%;
}

.henna-ikimono-illust {
  max-width: 800px;
  margin: 0 auto;
}

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


/*************
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: 18px;
  margin-bottom: 10px;
}

.cta_btn .c-btn--yellow {
  color: #000000;
  padding: 0.6em;
  height: auto;
  display: flex;
  align-items: center;
  max-width: 600px;
  line-height: 1;
}

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

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

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

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

.thumbnailBox ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.thumbnailBox ul li {
  width: 21%;
}

.thumbnailBox ul li p {
  text-align: center;
  color: #FFF;
  font-size: 22px;
  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;
}

.aTxt {
  text-align: center;
}

.aTxt p {
  color: #FFF;
  font-size: 14px;
  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;
}

.aTxt span {
  color: #FFF;
  font-size: 12px;
  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;
}

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

.aTxt2 p {
  color: #FFF;
  font-size: 14px;
  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;
}

.mTxt.thumbnailBox ul li p {
  font-size: 20px;
}

@media (max-width: 1280px) {
  .mTxt.thumbnailBox ul li p {
    font-size: calc(18 / 1280 * 100vw);
  }
}