@charset "UTF-8";
/* =======================================
 リセットCSS
======================================= */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

img {
  border: 0;
  vertical-align: bottom;
  }

html {
  -webkit-text-size-adjust: 100%; }

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  /*-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;*/ }

* {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');


/* =======================================
 base style
======================================= */
body {
  color: #242424;
  font-size: 15px;
  line-height: 2;
  font-family: Noto Sans JP,Hiragino Kaku Gothic ProN,Hiragino Sans,Meiryo,sans-serif;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
}
.title {
  letter-spacing: 0.04em;
  font-weight: 600;
  font-weight: 500;
}
img {
  max-width: 100%;
  width: auto;
}
.copyright {
  letter-spacing: 0.2em;
  font-size: 10px;
  text-align: center;
  padding: 80px 20px;
}
.caption-list li {
  margin-top: 3px;
  display: flex;
}
.caption-list li span {
  margin-right: .5em;
  flex-shrink: 0;
}
.flex {
  display: flex;
}

.pt-00 {padding-top: 0!important;}
.pt-10 {padding-top: 10px!important;}
.pt-20 {padding-top: 20px!important;}
.pt-30 {padding-top: 30px!important;}
.pt-40 {padding-top: 40px!important;}
.pl-20 {padding-left: 20px!important;}
.pl-40 {padding-left: 40px!important;}
.pl-80 {padding-left: 80px!important;}
.pr-20 {padding-right: 20px!important;}
.pr-40 {padding-right: 40px!important;}
.pr-120 {padding-right: 120px!important;}
.pb-20 {padding-bottom: 20px!important;}
.px-10 {padding-left: 10px; padding-right: 10px;}
.px-20 {padding-left: 20px; padding-right: 20px;}
.px-20 {padding-left: 20px; padding-right: 20px;}
.px-40 {padding-left: 40px; padding-right: 40px;}
.py-20 {padding: 20px 0;}

.mb-00 {margin-bottom: 0px!important;}
.mb-05 {margin-bottom: 5px!important;}
.mb-10 {margin-bottom: 10px!important;}
.mb-20 {margin-bottom: 20px!important;}
.mb-30 {margin-bottom: 30px!important;}
.mb-40 {margin-bottom: 40px!important;}
.mb-50 {margin-bottom: 50px!important;}
.mb-60 {margin-bottom: 60px!important;}
.mb-80 {margin-bottom: 80px!important;}
.mb-120 {margin-bottom: 120px!important;}
.mr-20 {margin-right: 20px!important;}
.-mr-20 {margin-right: -20px!important;}
.-mt-60 {margin-top: -60px!important;}
.mx-auto { margin: 0 auto;}

.tal { text-align: left!important;}
.tac { text-align: center!important;}
.tar { text-align: right!important;}

.flex { display: flex;}
.relative { position: relative;}
.absolute { position: absolute;}

.eng {
  font-weight: 300;
}

.txt-black {
  color: #000000;
}
.cv-btn {
  padding: 10px 30px;
  display: block;
  box-sizing: border-box;
  border-radius: 40px;
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  text-align: center;
}
.cv-btn.men {
  background-color: #786F6F;
}
.cv-btn.women {
  background-color: #DA3333;
}
.cv-btn.men,
.cv-btn.women {
  padding: 5px 30px;
  line-height: 1.2;
  font-size: 20px;
  width: 100%;
}
.cv-btn.men span,
.cv-btn.women span {
  font-size: 12px;
  text-align: center;
  display: block;
}
/*----------------------------------------------------
	header
----------------------------------------------------*/
.header  {
  position: relative;
}
.header h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 20px 0;
  box-sizing: border-box;
  text-align: center;
}
.header .txt-sub {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 30px;
  box-sizing: border-box;
  text-align: center;
}

/*----------------------------------------------------
	section
----------------------------------------------------*/
.main-wrapper {
  max-width: 430px;
  border-left: solid 8px #efefef;
  border-right: solid 8px #efefef;
  margin: 0 auto;
}
@media (max-width:430px) {
 .main-wrapper {
    border: none;
  } 
}
.section {
  overflow: hidden;
  padding: 60px 0;
}
h2.section-title {
  font-size: 21px;
  margin-bottom: 30px;
  position: relative;
  z-index: 100;
}
/* .section-01 */
.section-01 {
  padding-top: 30px;
  background: url(../img/bg-section01.png) repeat center center;
  color: #9C4D03;
  font-size: 12px;
}
.section-01 strong {
  font-weight: 600;
}
.section-01 h2.section-title span {
  display: inline-block;
  background:linear-gradient(transparent 60%, #FBFFCE 60%);
}
.section-01 .section-inner {
  width: 250px;
}
.section-01 h3 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 19px;
  letter-spacing: 8px;
  line-height: 1.8;
  font-weight: 500;
}
/* .section-02 */
.section-02 {
  color: #ffffff;
  background-color: #D4AA92;
}
.section-02 .sub-title {
  font-size: 45px;
  line-height: 1.2;
  color: #DBCACA;
  margin-top: -20px;
  margin-bottom: 20px;
}
.section-02 h2.section-title {
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 20px;
}
.section-02 h3.title,
.section-02 .title {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
}
.section-02 h3.title.lg,
.section-02 .title.lg {
  font-size: 22px;
  font-weight: 900;
}
@media (max-width:375px) {
 .section-02 h3.title.lg,
  .section-02 .title.lg {
    font-size: 18px;
  } 
}
.section-02 h3.title span {
  font-size: 15px;
}
.section-02 .table-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 20px 20px 0px #B4A095;
}
.section-02 .table-comparison {
  box-sizing: border-box;
  background-color: #FFF6E5;
  width: 100%;
}
.section-02 .table-comparison tbody th strong {
  font-weight: bold;
  font-size: 14px;
}
.section-02 .table-comparison tbody th span {
  font-weight: normal;
  font-size: 12px;
}
.section-02 .table-comparison tbody strong {
  font-weight: bold;
  font-size: 12px;
}
.section-02 .table-comparison tbody td:first-of-type {
  text-align: center;
  font-weight: bold;
}
.section-02 .table-comparison tbody th,
.section-02 .table-comparison tbody td {
  padding: 25px 10px;
  color: #000000;
  line-height: 1.4;
  font-size: 11px;
  vertical-align: middle;
  border-right: solid 2px #C5C5C5;
  border-bottom: solid 2px #C5C5C5;
}
.section-02 .table-comparison tbody th:last-of-type,
.section-02 .table-comparison tbody td:last-of-type {
  border-right: none;
}
.section-02 .table-comparison tbody tr:last-of-type td {
  border-bottom: none;
}
.section-02 .box-features {
  padding: 40px 0px 20px;
  position: relative;
  background-color: #BF9A85;
}
.section-02 .box-features .icon {
  position: absolute;
  left: 50%;
  top: -25px;
  transform: translate(-50%);
}
/* .section-03 */
.section-03 {
  color: #938A8A;
  background: url(../img/bg-section03.svg) no-repeat left 0px top 30px / 140px;
}
.section-03 .sub-title {
  font-size: 45px;
  line-height: 1.2;
  color: #DBCACA;
  margin-bottom: 40px;
}
.section-03 h2.section-title {
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 60px;
  margin-bottom: 40px;
}
.section-03 .voice-list li {
  display: flex;
  gap: 20px;
  margin-bottom: 80px;
}
.section-03 .voice-list li:last-child {
  margin-bottom: 0px;
}
.section-03 .voice-list li .img {
  flex-shrink: 0;
  width: 30%;
}
.section-03 .voice-list li .img.lg {
  width: 40%;
}
.section-03 .txt {
  font-size: 12px;
  color: #938A8A;
  line-height: 1.6;
}
.section-03 .txt-stts {
  font-weight: bold;
  text-align: center;
}
/* .section-04 */
.section-04 {
  color: #938A8A;
  background: #FFF8ED url(../img/bg-section04.svg) no-repeat right 0px top 60px / 120px;
}
.section-04 .sub-title {
  font-size: 45px;
  line-height: 1.2;
  color: #DBCACA;
  margin-top: -20px;
  margin-bottom: 40px;
}
.section-04 h2.section-title {
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 30px;
}
.section-04 .slider-area {
  padding-bottom: 40px;
}
.section-04 .slider-area .slick-track .img {
  margin: 0 10px;
}
.section-04 .slick-prev:before,
.section-04 .slick-next:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-color: #000000;
}
.section-04 .slick-prev:before {
  background: url( ../img/btn-pre.svg) no-repeat center center / 40px 40px;
}
.section-04 .slick-next:before {
  background: url( ../img/btn-next.svg) no-repeat center center / 40px 40px;
}
.section-04 .slick-prev {
  top: initial;
  bottom: -40px;
  left: 50%;
  margin-left: -55px;
  width: 40px;
  height: 40px;
}
.section-04 .slick-next {
  top: initial;
  bottom: -40px;
  right: 50%;
  margin-right: -55px;
  width: 40px;
  height: 40px;
}
/* .section-05 */
.section-05 {
  color: #ffffff;
  background-color: #C0B2B2;
}
.section-05 .sub-title {
  font-size: 40px;
  line-height: 1.2;
  color: #AE9494;
  margin-top: -20px;
  margin-bottom: 40px;
}
.section-05 h2.section-title {
  line-height: 1.2;
  margin-bottom: 0;
  font-weight: 500;
}
.section-05 h3.title {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 40px;
  font-weight: 400;
}
/* .section-06 */
.section-06 {
  padding: 40px 0 40px;
  color: #938A8A;
}
.section-06 .sub-title {
  font-size: 30px;
  color: #DBCACA;
  margin-top: -20px;
  margin-bottom: 40px;
}
.section-06 h2.section-title {
  font-size: 25px;
  color: #F1A87D;
  margin-bottom: 0;
}
.section-06 h3.title {
  font-size: 20px;
}
/* .section-07 */
.section-07 {
  padding: 0 0 40px;
  background-color: #F9F9F9;
  color: #938A8A;
}
.section-07 .sub-title {
  font-size: 34px;
  color: #E2E2E2;
  letter-spacing: 0;
}
/* .section-08 */
.section-08 {
  padding: 40px 0;
  background-color: #F0F0F0;
  color: #938A8A;
}
.section-08 h3.title {
  display: block;
  padding: 5px;
  text-align: center;
  background-color: #938A8A;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.2;
}
/* .section-09 */
.section-09 {
  padding: 40px 0;
}
.section-09 .voice-list li {
  display: flex;
  gap: 20px;
  margin-bottom: 80px;
}
.section-09 .voice-list li:last-child {
  margin-bottom: 0px;
}
.section-09 .voice-list li .img {
  flex-shrink: 0;
}
.section-09 .txt {
  font-size: 12px;
  color: #938A8A;
  line-height: 1.6;
}
.section-09 .txt-stts {
  font-weight: bold;
}
.section-09 .txt-stts strong {
  font-size: 20px;
  line-height: 1;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
.footer {
  padding-top: 60px;
  text-align: center;
  background-color: #efefef;
}
.footer .title {
  color: #898989;
  margin-bottom: 10px;
}
.footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer ul li a {
  padding: 10px;
  color: #898989;
  text-decoration: none;
  opacity: 1;
  transition: all .2s ease-in-out;
}
.footer ul li a:hover {
  opacity: .6;
}
.footer ul li a::before {
  content: "＞";
  display: inline-block;
  font-size: 14px;
  transform: scaleX(0.6);
}