@charset "UTF-8";
/* CSS Document */
/*スマホ用スタイル*/
@media screen and (max-width: 767px) {

/*
      セクション間余白
----------------------------------------------------------- */
section {
      padding: 45px 0;
}

/*
      OTHER
----------------------------------------------------------- */
h2 {
      font-size: 28px;
}
.sec-head_en {
      font-size: 45px;
}
.sec_srl {
	padding-top: 60px;
	margin-top: -60px;
}
/*
      HEADER
----------------------------------------------------------- */
header {
      height: 60px;
}
.header_menu {
	gap: 15px;
}
.header_menu_links {
	width: 100%;
	right: unset;
}
/*
      FV
----------------------------------------------------------- */
.fv {
      margin-top: 60px;
      padding-top: 54%;
	background: url(../img/sp_fv_bg.png) no-repeat top center / cover;
}
.fv_scroll {
	width: 60px;
	height: 60px;
	border-radius: 30px;
      font-size: 10px;
}
.fv_scroll::after {
	height: 47px;
	bottom: -48px;
}
/*
      CTA
----------------------------------------------------------- */
.cta {
      background: url(../img/sp_sec07_bg.png) no-repeat top center / cover;
}
.cta_wrap {
      width: 100%;
      margin-left: 0;
      padding-top: 65%;
}
.cta .sec-head_en {
      font-size: 38px;
}
.cta h2 {
      font-size: 28px;
}
/*
      CTA2
----------------------------------------------------------- */
.cta_02 {
      background: url(../img/sp_sec09_bg.png) no-repeat top center / cover;
}
.cta_02 .cta_wrap {
      width: 100%;
      margin-left: unset;
}
/*
      SEC01
----------------------------------------------------------- */
.sec01_box {
      width: 100%;
      padding: 20px;
}
.sec01_box-head {
      font-size: 25px;
}
.sec01_box p:not(:first-of-type) {
      padding-top: 5px;
}
.sec01_item > p {
      position: static;
}
.sec01_item-box {
      position: relative;
      z-index: 1;
      margin-top: -20%;
      width: 100%;
}

/*
      SEC02
----------------------------------------------------------- */
.sec02_wrap {
      grid-template-columns: repeat(1, 1fr);
      gap: 10px;
}
.sec02_box-wrap img {
      width: 30%;
}
.sec02_txt {
      font-size: 20px;
}
/*
      SEC03
----------------------------------------------------------- */
.sec03 .sec-head_en {
      font-size: 34px;
}
.sec03_box-wrap {
	flex-wrap: wrap;
}
.sec03_box::after {
      right: 0;
      width: 100%;
      height: 100%;
}
.sec03_box04-01,
.sec03_box04-02 {
	width: 100%;
      margin: 0;
}
.sec03_box-contents {
      width: 100%;
}
.sec03_box04-01 .sec03_box-contents,
.sec03_box04-02 .sec03_box-contents {
      padding-bottom: 0;
}
.sec03_box-contents h3 {
      font-size: 22px;
}
/*
      SEC04
----------------------------------------------------------- */
.sec04_box-wrap {
      grid-template-columns: repeat(1, 1fr);
}
.sec04_box {
      padding: 30px;
}
.sec04_box-head {
      padding-left: 10px;
}
/*
      SEC05
----------------------------------------------------------- */
.sec05_item {
      padding-top: 35%;
}
.sec05_item:last-child {
      padding-top: 25%;
}
.sec05_item-box {
      width: 100%;
      padding: 20px;
}
.sec05_item h3 {
      font-size: 20px;
}
.sec05_item h3:before {
      width: 20px;
      left: -20px;
}
.sec05_item img {
top: 0;
transform: none;
}
/*
      SEC06
----------------------------------------------------------- */
.sec06_wrap {
      grid-template-columns: repeat(1, 1fr);
}
.sec06_wrap p {
      grid-column: 1/3;
      padding: 10px;
      padding-left: 15px;
}

/*
      SEC07
----------------------------------------------------------- */


/*
      SEC08
----------------------------------------------------------- */
.sec08_q-wrap,
.sec08_a-wrap,
.sec08_txt-wrap {

}
.sec08_txt-wrap {
      width: calc(100% - 38px);
}
.sec08_txt-wrap p:first-child {
      width: 28px;
}
.sec08_txt-wrap p:last-child {
      width: calc(100% - 38px);
}

/*
      SEC09
----------------------------------------------------------- */
.sec09_wrap {
      grid-template-columns: repeat(1, 1fr);
      gap: 10px;
}
.sec09_box-wrap img {
      width: 30%;
}
.sec09_box {
	margin-bottom: 0;
	padding: 30px;
      padding-top: 45px;
}

.sec09 .shop-button {
      font-size: 18px;
}

.sec09 .shop-button .arrow {
	right: 10px;
	font-size: 24px;
}

/*
      FOOTER
----------------------------------------------------------- */
.footer_wrap {
      width: 80%;
}

}/*スマホ用スタイルend*/
