@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

video {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

a,
span {
  display: inline-block;
}

/* 基本
***************************************************************/
html {
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.7;
}

body {
  width: 390px;
  margin: 0 auto;
}

main {
  position: relative;
  z-index: 100;
  background: #fff;
}

@media screen and (max-width: 680px) {
  html {
    font-size: 4.1025641026vw;
  }
  body {
    width: 100%;
  }
}
/* フォント
***************************************************************/
.en {
  font-family: "Cormorant Garamond", serif;
}

.future {
  font-family: "futura-pt", sans-serif;
}

/* コンテンツ・セクション幅
***************************************************************/
section {
  padding: 40px 0;
}

.inner {
  padding: 0 20px;
}

@media screen and (max-width: 680px) {
  section {
    padding: 10.2564102564vw 0;
  }
  .inner {
    padding: 0 5.1282051282vw;
  }
}
/* PC・SP 非表示
***************************************************************/
.sp_only {
  display: none !important;
}

@media screen and (max-width: 680px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
/* 共通パーツ (全ページ)
***************************************************************/
.section_title {
  text-align: center;
  line-height: 1.4;
}

.section_title .en {
  display: block;
  color: rgba(128, 128, 128, 0.3);
  font-size: 48px;
  font-weight: 300;
  line-height: 42px;
}

.section_title .ja {
  display: block;
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.28px;
  margin-top: 13px;
}

@media screen and (max-width: 680px) {
  .section_title .en {
    font-size: 12.3076923077vw;
    line-height: 10.7692307692vw;
  }
  .section_title .ja {
    font-size: 4.1025641026vw;
    letter-spacing: 0.3282051282vw;
    margin-top: 3.3333333333vw;
  }
}
.fixed {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 5px 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 100;
  text-align: center;
}

.fixed.active {
  opacity: 1;
  visibility: unset;
}

.fixed_link {
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  border-radius: 30px;
  background: #CD6A67;
  border: 2px solid #CD6A67;
  padding: 6px 0 10px;
  width: 344px;
  transition: 0.3s;
}

.top_btn {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 80px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 100;
}

.top_btn.is-show {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (min-width: 681px) {
  .fixed_link:hover {
    color: #CD6A67;
    background: #fff;
  }
  .top_btn:hover {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 680px) {
  .fixed {
    bottom: 2.5641025641vw;
    padding: 1.2820512821vw 0;
  }
  .fixed_link {
    font-size: 3.8461538462vw;
    border-radius: 7.6923076923vw;
    border: 0.5128205128vw solid #CD6A67;
    padding: 1.5384615385vw 0 2.5641025641vw;
    width: 88.2051282051vw;
  }
  .top_btn {
    right: 5.1282051282vw;
    bottom: 17.9487179487vw;
    width: 9.2307692308vw;
  }
}
/*===================================================
ヘッダー
===================================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  z-index: -1;
  background-image: url(../images/front/bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.header_inner {
  display: grid;
  grid-template-columns: 275px 275px;
  align-items: center;
  gap: 600px;
}

.header_content {
  text-align: center;
}

.header_logo {
  width: 206px;
  margin: 0 auto;
}

.toggle-menu {
  display: none;
}

.header_nav_text {
  color: #FFF;
  font-size: 40px;
  text-align: center;
}

.global_nav_list {
  border-bottom: 1px solid #CCC;
  margin-top: 10px;
}

.global_nav_item a {
  display: block;
  width: 100%;
  color: #FFF;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.88px;
  position: relative;
  padding: 5px 10px 10px;
  border-top: 1px solid #CCC;
  transition: 0.3s;
}

.global_nav_item a::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/icon_arrow_menu01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translate(0, -50%);
  transition: 0.3s;
}

.global_nav_item a span {
  display: block;
  color: #DCDCDC;
  font-size: 21px;
  font-weight: 300;
}

@media screen and (min-width: 681px) {
  .global_nav_item a:hover {
    opacity: 0.7;
  }
  .global_nav_item a:hover::before {
    background-image: url(../images/icon/icon_arrow_menu02.svg);
  }
}
@media screen and (max-width: 1210px) {
  .header_inner {
    grid-template-columns: 255px 255px;
    gap: 450px;
  }
  .header_nav_text {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .header_inner {
    display: none;
  }
}
/*===================================================
フッター
===================================================*/
footer {
  background: #4D4D4D;
  padding: 30px 0;
  text-align: center;
}

.footer_img {
  width: 228px;
}

.footer_text {
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.12px;
  margin-top: 25px;
}

.footer_btn01 {
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 1.04px;
  border-radius: 8px;
  border: 1px solid #FFF;
  width: calc(100% - 20px);
  margin: 28px auto 0;
  display: block;
  padding: 9px 0 11px;
  transition: 0.3s;
}

.footer_btn02 {
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  border-radius: 30px;
  background: #CD6A67;
  border: 2px solid #CD6A67;
  padding: 6px 0 10px;
  width: 344px;
  transition: 0.3s;
  margin-top: 18px;
}

.copyright {
  color: #FFF;
  font-size: 12px;
  letter-spacing: 0.96px;
  margin-top: 32px;
}

@media screen and (min-width: 681px) {
  .footer_btn01:hover {
    background: #fff;
    color: #4D4D4D;
  }
  .footer_btn02:hover {
    color: #CD6A67;
    background: #fff;
  }
}
@media screen and (max-width: 680px) {
  footer {
    background: #4D4D4D;
    padding: 7.6923076923vw 0;
    text-align: center;
  }
  .footer_img {
    width: 58.4615384615vw;
  }
  .footer_text {
    color: #FFF;
    font-size: 3.5897435897vw;
    line-height: 5.1282051282vw;
    letter-spacing: 0.2871794872vw;
    margin-top: 6.4102564103vw;
  }
  .footer_btn01 {
    color: #FFF;
    font-size: 3.3333333333vw;
    font-weight: 500;
    line-height: 5.1282051282vw;
    letter-spacing: 0.2666666667vw;
    border-radius: 2.0512820513vw;
    border: 1px solid #FFF;
    width: calc(100% - 5.1282051282vw);
    margin: 7.1794871795vw auto 0;
    display: block;
    padding: 2.3076923077vw 0 2.8205128205vw;
    transition: 0.3s;
  }
  .footer_btn02 {
    color: #FFF;
    font-size: 3.8461538462vw;
    font-weight: 700;
    border-radius: 7.6923076923vw;
    background: #CD6A67;
    border: 0.5128205128vw solid #CD6A67;
    padding: 1.5384615385vw 0 2.5641025641vw;
    width: 88.2051282051vw;
    transition: 0.3s;
    margin-top: 4.6153846154vw;
  }
  .copyright {
    color: #FFF;
    font-size: 3.0769230769vw;
    letter-spacing: 0.2461538462vw;
    margin-top: 8.2051282051vw;
  }
}
/* フェードイン
***************************************************************/
@media all and (min-width: 681px) {
  .action01 {
    opacity: 0;
    transform: translateY(40px);
    position: relative;
    transition: opacity 0.4s, transform 0.4s ease-out;
  }
  .action01.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02 {
    opacity: 0;
    transform: translateX(-40px);
    position: relative;
    transition: opacity 0.4s, transform 0.4s ease-out;
  }
  .action02.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03 {
    opacity: 0;
    transform: translateX(40px);
    position: relative;
    transition: opacity 0.4s, transform 0.4s ease-out;
  }
  .action03.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04 {
    opacity: 0;
    transition: opacity 0.4s ease-out;
  }
  .action04.action {
    opacity: 1;
  }
  .delay1 {
    transition-delay: 0.3s;
  }
  .delay2 {
    transition-delay: 0.6s;
  }
  .delay3 {
    transition-delay: 0.9s;
  }
  .delay4 {
    transition-delay: 1.2s;
  }
  .delay5 {
    transition-delay: 1.5s;
  }
}
@media all and (max-width: 750px) {
  .action01_sp {
    opacity: 0;
    transform: translateY(50px);
    position: relative;
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action01_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action02_sp {
    opacity: 0;
    transform: translateX(-50px);
    position: relative;
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action02_sp.action {
    opacity: 1;
    transform: translateY(0);
  }
  .action03_sp {
    opacity: 0;
    transform: translateX(50px);
    position: relative;
    transition: opacity 0.6s, transform 0.6s ease-out;
  }
  .action03_sp.action {
    opacity: 1;
    transform: translateX(0);
  }
  .action04_sp {
    opacity: 0;
    transition: opacity 0.6s ease-out;
  }
  .action04_sp.action {
    opacity: 1;
  }
  .delay1_sp {
    transition-delay: 0.3s;
  }
  .delay2_sp {
    transition-delay: 0.6s;
  }
  .delay3_sp {
    transition-delay: 0.9s;
  }
  .delay4_sp {
    transition-delay: 1.2s;
  }
  .delay5_sp {
    transition-delay: 1.5s;
  }
}
/*===================================================
トップページ
===================================================*/
/* FV
***************************************************************/
.fv {
  background-image: url(../images/front/fv_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 60px 0 200px;
}

.fv::before {
  content: "";
  display: inline-block;
  width: 390px;
  height: 444px;
  background-image: url(../images/front/fv_bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  top: 134px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}

.fv_logo {
  width: 87px;
  height: 18px;
  display: block;
  position: absolute;
  top: 22px;
  left: 20px;
}

.fv_logo img {
  display: block;
}

.fv_title {
  width: 270px;
  margin: 0 auto;
}

.fv_img01 {
  margin-top: -30px;
  position: relative;
  left: -10px;
  z-index: 1;
  padding: 0 10px 0 25px;
}

.fv_img02 {
  width: 34px;
  position: absolute;
  top: 162px;
  right: 20px;
}

.fv_img03 {
  width: 37px;
  position: absolute;
  top: 245px;
  left: 15px;
}

.fv_banner {
  width: 370px;
  position: absolute;
  bottom: 20px;
  right: 0;
  transition: 0.3s;
}

/* 共通 初期状態 */
.fv_img01,
.fv_img02,
.fv_img03,
.fv_banner {
  opacity: 0;
  transition: all 0.8s ease;
}

/* 1はそのまま */
.fv_img01.active {
  opacity: 1;
  transform: translateY(0);
}

/* 2は上から */
.fv_img02 {
  transform: translateY(-20px);
}

.fv_img02.active {
  opacity: 1;
  transform: translateY(0);
}

/* 3は下から */
.fv_img03 {
  transform: translateY(20px);
}

.fv_img03.active {
  opacity: 1;
  transform: translateY(0);
}

/* バナーも下から */
.fv_banner {
  display: inline-block;
  /* aタグなので */
  transform: translateY(30px);
}

.fv_banner.active {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (min-width: 681px) {
  .fv_banner:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 680px) {
  .fv {
    background-image: url(../images/front/fv_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 15.3846153846vw 0 51.2820512821vw;
  }
  .fv::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 113.8461538462vw;
    background-image: url(../images/front/fv_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    top: 34.358974359vw;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
  }
  .fv_logo {
    width: 22.3076923077vw;
    height: 4.6153846154vw;
    display: block;
    position: absolute;
    top: 5.641025641vw;
    left: 5.1282051282vw;
  }
  .fv_logo img {
    display: block;
  }
  .fv_title {
    width: 69.2307692308vw;
    margin: 0 auto;
  }
  .fv_img01 {
    margin-top: -7.6923076923vw;
    position: relative;
    left: -2.5641025641vw;
    z-index: 1;
    padding: 0 2.5641025641vw 0 6.4102564103vw;
  }
  .fv_img02 {
    width: 8.7179487179vw;
    position: absolute;
    top: 41.5384615385vw;
    right: 5.1282051282vw;
  }
  .fv_img03 {
    width: 9.4871794872vw;
    position: absolute;
    top: 62.8205128205vw;
    left: 3.8461538462vw;
  }
  .fv_banner {
    width: 94.8717948718vw;
    position: absolute;
    bottom: 5.1282051282vw;
    right: 0;
    transition: 0.3s;
  }
  /* 共通 初期状態 */
  .fv_img01,
  .fv_img02,
  .fv_img03,
  .fv_banner {
    opacity: 0;
    transition: all 0.8s ease;
  }
  /* 1はそのまま */
  .fv_img01.active {
    opacity: 1;
    transform: translateY(0);
  }
  /* 2は上から */
  .fv_img02 {
    transform: translateY(-5.1282051282vw);
  }
  .fv_img02.active {
    opacity: 1;
    transform: translateY(0);
  }
  /* 3は下から */
  .fv_img03 {
    transform: translateY(5.1282051282vw);
  }
  .fv_img03.active {
    opacity: 1;
    transform: translateY(0);
  }
  /* バナーも下から */
  .fv_banner {
    display: inline-block;
    /* aタグなので */
    transform: translateY(7.6923076923vw);
  }
  .fv_banner.active {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Section1
***************************************************************/
.sec1 {
  background: #F2F2F2;
}

.sec1 .section_title .ja {
  position: relative;
}

.sec1 .section_title .ja::before {
  content: "";
  display: inline-block;
  width: 72px;
  height: 8px;
  background-image: url(../images/icon/icon_marker.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: 52px;
  bottom: -8px;
}

.sec1_list {
  padding: 0 20px;
  margin-top: 40px;
}

.sec1_item {
  text-align: center;
}

.sec1_item:nth-of-type(n + 2) {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #c3c3c3;
}

.sec1_item_number {
  color: #8B9999;
  font-size: 48px;
  line-height: 1;
  font-style: italic;
  text-align: left;
}

.sec1_item_img {
  width: auto;
  height: 158px;
  margin-top: -20px;
}

.sec1_item_title {
  color: #4D4D4D;
  font-size: 17px;
  font-weight: 700;
  display: inline-block;
  background: #fff;
  margin-top: 10px;
  padding: 0 10px;
}

.sec1_item_text {
  color: #4D4D4D;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.45px;
  text-align: left;
  margin-top: 18px;
}

@media screen and (max-width: 680px) {
  .sec1 {
    background: #F2F2F2;
  }
  .sec1 .section_title .ja {
    position: relative;
  }
  .sec1 .section_title .ja::before {
    content: "";
    display: inline-block;
    width: 18.4615384615vw;
    height: 2.0512820513vw;
    background-image: url(../images/icon/icon_marker.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    right: 13.3333333333vw;
    bottom: -2.0512820513vw;
  }
  .sec1_list {
    padding: 0 5.1282051282vw;
    margin-top: 10.2564102564vw;
  }
  .sec1_item {
    text-align: center;
  }
  .sec1_item:nth-of-type(n + 2) {
    padding-top: 6.1538461538vw;
    margin-top: 6.1538461538vw;
    border-top: 1px solid #c3c3c3;
  }
  .sec1_item_number {
    color: #8B9999;
    font-size: 12.3076923077vw;
    line-height: 1;
    font-style: italic;
    text-align: left;
  }
  .sec1_item_img {
    width: auto;
    height: 40.5128205128vw;
    margin-top: -5.1282051282vw;
  }
  .sec1_item_title {
    color: #4D4D4D;
    font-size: 4.358974359vw;
    font-weight: 700;
    display: inline-block;
    background: #fff;
    margin-top: 2.5641025641vw;
    padding: 0 2.5641025641vw;
  }
  .sec1_item_text {
    color: #4D4D4D;
    font-size: 3.8461538462vw;
    font-weight: 400;
    line-height: 6.4102564103vw;
    letter-spacing: 0.1153846154vw;
    text-align: left;
    margin-top: 4.6153846154vw;
  }
}
/* Section2
***************************************************************/
.sec2 {
  padding: 40px 0 0;
}

.sec2_tab {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 46px;
}

.sec2_tab li button {
  color: #FFF;
  text-shadow: 2px 2px 4px #B3B3B3;
  font-weight: 500;
  letter-spacing: 1.28px;
  padding: 18px 0;
  text-align: center;
  display: block;
  width: 100%;
  border: 1px solid #333333;
  border-radius: 30px 30px 0 0;
  position: relative;
  z-index: 1;
}

.sec2_tab li button.mens {
  background: #588088;
}

.sec2_tab li button.womens {
  background: #CD6A67;
}

.sec2_tab li.active button.mens {
  border-bottom: 1px solid #588088;
}

.sec2_tab li.active button.womens {
  border-bottom: 1px solid #CD6A67;
}

.sec2_tab li button.mens::before {
  content: "";
  display: inline-block;
  width: 105px;
  height: 128px;
  background-image: url(../images/front/sec2_img01.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  left: -10px;
  bottom: -1px;
  z-index: -1;
}

.sec2_tab li button.womens::before {
  content: "";
  display: inline-block;
  width: 102px;
  height: 124px;
  background-image: url(../images/front/sec2_img02.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  right: -3px;
  bottom: -1px;
  z-index: -1;
}

.sec2_tabArea {
  display: none;
  opacity: 0;
  padding: 15px 15px 30px;
  border-left: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333;
}

#mens.sec2_tabArea {
  background: #588088;
}

#womens.sec2_tabArea {
  background: #CD6A67;
}

.sec2_tabArea.is-active {
  display: block;
  animation-name: displayAnime;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.sec2_tabArea_banner {
  position: relative;
  height: 80px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.sec2_tabArea_banner:nth-of-type(n + 2) {
  margin-top: 8px;
}

.sec2_tabArea_banner img {
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.sec2_tabArea_banner img:nth-of-type(2) {
  opacity: 0;
}

.sec2_tabArea_banner span {
  color: #FFF;
  text-shadow: 2px 1px 4px #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.28px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.sec2_form {
  display: flex;
  flex-flow: column;
  margin-top: 26px;
  gap: 14px;
}

.sec2_form_area {
  position: relative;
}

.sec2_form_area::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../images/icon/icon_arrow_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  position: absolute;
  bottom: 10px;
  right: 11px;
}

.sec2_form_area label {
  display: block;
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.04px;
  cursor: pointer;
}

.sec2_form_area select {
  display: block;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #4D4D4D;
  background: #D9D9D9;
  padding: 5px 11px;
  margin-top: 5px;
  cursor: pointer;
}

.sec2_btn {
  display: block;
  border-radius: 200px;
  border: 1px solid #FFF;
  text-align: center;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.2px;
  margin-top: 20px;
  transition: 0.3s;
  width: 100%;
  padding: 8px 0 10px;
}

@media screen and (min-width: 681px) {
  .sec2_tabArea_banner:hover img:nth-of-type(2) {
    opacity: 1;
  }
  #mens .sec2_btn:hover {
    background: #fff;
    color: #588088;
  }
  #womens .sec2_btn:hover {
    background: #fff;
    color: #CD6A67;
  }
}
@media screen and (max-width: 680px) {
  .sec2 {
    padding: 40px 0 0;
  }
  .sec2_tab {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 46px;
  }
  .sec2_tab li button {
    color: #FFF;
    text-shadow: 2px 2px 4px #B3B3B3;
    font-weight: 500;
    letter-spacing: 1.28px;
    padding: 18px 0;
    text-align: center;
    display: block;
    width: 100%;
    border: 1px solid #333333;
    border-radius: 30px 30px 0 0;
    position: relative;
    z-index: 1;
  }
  .sec2_tab li button.mens {
    background: #588088;
  }
  .sec2_tab li button.womens {
    background: #CD6A67;
  }
  .sec2_tab li.active button.mens {
    border-bottom: 1px solid #588088;
  }
  .sec2_tab li.active button.womens {
    border-bottom: 1px solid #CD6A67;
  }
  .sec2_tab li button.mens::before {
    content: "";
    display: inline-block;
    width: 105px;
    height: 128px;
    background-image: url(../images/front/sec2_img01.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    left: -10px;
    bottom: 0;
    z-index: -1;
  }
  .sec2_tab li button.womens::before {
    content: "";
    display: inline-block;
    width: 102px;
    height: 124px;
    background-image: url(../images/front/sec2_img02.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    right: -3px;
    bottom: 0;
    z-index: -1;
  }
  .sec2_tabArea {
    display: none;
    opacity: 0;
    padding: 15px 15px 30px;
    border-left: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
  }
  #mens.sec2_tabArea {
    background: #588088;
  }
  #womens.sec2_tabArea {
    background: #CD6A67;
  }
  .sec2_tabArea.is-active {
    display: block;
    animation-name: displayAnime;
    animation-fill-mode: forwards;
  }
  @keyframes displayAnime {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .sec2_tabArea_banner {
    position: relative;
    height: 20.5128205128vw;
    display: block;
    border-radius: 2.5641025641vw;
    overflow: hidden;
  }
  .sec2_tabArea_banner:nth-of-type(n + 2) {
    margin-top: 2.0512820513vw;
  }
  .sec2_tabArea_banner img {
    height: 20.5128205128vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
  }
  .sec2_tabArea_banner img:nth-of-type(2) {
    opacity: 0;
  }
  .sec2_tabArea_banner span {
    color: #FFF;
    text-shadow: 0.5128205128vw 1px 1.0256410256vw #000;
    font-size: 4.1025641026vw;
    font-weight: 500;
    letter-spacing: 0.3282051282vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
  }
  .sec2_form {
    display: flex;
    flex-flow: column;
    margin-top: 26px;
    gap: 14px;
  }
  .sec2_form_area {
    position: relative;
  }
  .sec2_form_area::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url(../images/icon/icon_arrow_down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    position: absolute;
    bottom: 10px;
    right: 11px;
  }
  .sec2_form_area label {
    display: block;
    color: #FFF;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.04px;
    cursor: pointer;
  }
  .sec2_form_area select {
    display: block;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #4D4D4D;
    background: #D9D9D9;
    padding: 5px 11px;
    margin-top: 5px;
    cursor: pointer;
  }
  .sec2_btn {
    display: block;
    border-radius: 200px;
    border: 1px solid #FFF;
    text-align: center;
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.2px;
    margin-top: 20px;
    transition: 0.3s;
    width: 100%;
    padding: 8px 0 10px;
  }
}
/* Section3
***************************************************************/
.sec3 {
  padding: 40px 0 60px;
}

.sec3_list {
  display: flex;
  flex-flow: column;
  gap: 18px;
  margin-top: 28px;
}

.sec3_item a {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 10px;
  overflow: hidden;
  background: #E6E6E6;
}

.sec3_item a:nth-of-type(2n) {
  flex-flow: row-reverse;
}

.sec3_itemBox {
  padding: 15px;
}

.sec3_itemBox_text {
  color: #FFF;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.88px;
  background: #000;
  display: inline-block;
  padding: 0 15px;
}

.sec3_itemBox_brand {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.04px;
  margin-top: 8px;
}

.sec3_itemBox_title {
  font-size: 12px;
  margin-top: 4px;
  line-height: 1.4;
}

.sec3_itemBox_price {
  font-size: 17px;
  font-weight: 500;
}

.sec3_itemBox_price span {
  font-size: 13px;
  font-weight: 700;
}

.sec3_itemBox_check {
  border-radius: 31px;
  border: 1px solid #4D4D4D;
  text-align: center;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  transition: 0.3s;
  font-style: italic;
}

.sec3_item_img {
  height: 100%;
  transition: 0.3s;
}

.sec3_btn {
  text-align: center;
  display: block;
  border-radius: 200px;
  border: 1px solid #588088;
  color: #588088;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.2px;
  padding: 8px 0 10px;
  margin-top: 24px;
  line-height: 1.4;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .sec3_item a:hover img {
    opacity: 0.7;
  }
  .sec3_item a:hover .sec3_itemBox_check {
    color: #fff;
    background: #000;
  }
  .sec3_btn:hover {
    color: #fff;
    background: #588088;
  }
}
@media screen and (max-width: 680px) {
  .sec3 {
    padding: 10.2564102564vw 0 15.3846153846vw;
  }
  .sec3_list {
    display: flex;
    flex-flow: column;
    gap: 4.6153846154vw;
    margin-top: 7.1794871795vw;
  }
  .sec3_item a {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 2.5641025641vw;
    overflow: hidden;
    background: #E6E6E6;
  }
  .sec3_item a:nth-of-type(2n) {
    flex-flow: row-reverse;
  }
  .sec3_itemBox {
    padding: 3.8461538462vw;
  }
  .sec3_itemBox_text {
    color: #FFF;
    font-size: 2.8205128205vw;
    font-weight: 500;
    letter-spacing: 0.2256410256vw;
    background: #000;
    display: inline-block;
    padding: 0 3.8461538462vw;
  }
  .sec3_itemBox_brand {
    font-size: 3.3333333333vw;
    font-weight: 500;
    letter-spacing: 0.2666666667vw;
    margin-top: 2.0512820513vw;
  }
  .sec3_itemBox_title {
    font-size: 3.0769230769vw;
    margin-top: 1.0256410256vw;
    line-height: 1.4;
  }
  .sec3_itemBox_price {
    font-size: 4.358974359vw;
    font-weight: 500;
  }
  .sec3_itemBox_price span {
    font-size: 3.3333333333vw;
    font-weight: 700;
  }
  .sec3_itemBox_check {
    border-radius: 7.9487179487vw;
    border: 1px solid #4D4D4D;
    text-align: center;
    margin-top: 2.0512820513vw;
    font-size: 3.0769230769vw;
    font-weight: 500;
    transition: 0.3s;
    font-style: italic;
  }
  .sec3_item_img {
    height: 100%;
    transition: 0.3s;
  }
  .sec3_btn {
    text-align: center;
    display: block;
    border-radius: 51.2820512821vw;
    border: 1px solid #588088;
    color: #588088;
    font-size: 3.8461538462vw;
    font-weight: 500;
    letter-spacing: 0.3076923077vw;
    padding: 2.0512820513vw 0 2.5641025641vw;
    margin-top: 6.1538461538vw;
    line-height: 1.4;
    transition: 0.3s;
  }
}
/* Section4
***************************************************************/
.sec4 {
  background: #8C9999;
  padding: 0;
  margin-top: -2px;
}

.sec4 .section_title .en {
  color: rgba(255, 255, 255, 0.67);
}

.sec4 .section_title .ja {
  color: #fff;
}

.sec4_title {
  width: 151px;
  display: block;
  margin: 9px auto 0;
}

.sec4_slider {
  max-width: 320px;
  margin: 24px auto 0;
}

.sec4_slider iframe {
  width: 100%;
  height: 178px;
  display: block;
}

.sec4 .slick-prev,
.sec4 .slick-next {
  position: absolute;
  top: 78px;
  cursor: pointer;
  outline: none;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  height: 15px;
  width: 15px;
}

.sec4 .slick-prev {
  left: -20px;
  transform: rotate(-135deg);
}

.sec4 .slick-next {
  right: -20px;
  transform: rotate(45deg);
}

.sec4 .slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.sec4 .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.sec4 .slick-dots button {
  color: transparent;
  outline: none;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  background: #ccc;
}

.sec4 .slick-dots .slick-active button {
  background: #FFFFFF;
}

.sec4_btn {
  display: block;
  border-radius: 200px;
  border: 1px solid #FFF;
  text-align: center;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.2px;
  margin-top: 20px;
  transition: 0.3s;
  width: 100%;
  padding: 8px 0 10px;
}

.sec4_arch02 {
  margin-top: 40px;
}

@media screen and (min-width: 681px) {
  .sec4_btn:hover {
    background: #fff;
    color: #8C9999;
  }
}
@media screen and (max-width: 680px) {
  .sec4 {
    background: #8C9999;
    padding: 0;
  }
  .sec4 .section_title .en {
    color: rgba(255, 255, 255, 0.67);
  }
  .sec4 .section_title .ja {
    color: #fff;
  }
  .sec4_title {
    width: 38.7179487179vw;
    display: block;
    margin: 2.3076923077vw auto 0;
  }
  .sec4_slider {
    max-width: 82.0512820513vw;
    margin: 6.1538461538vw auto 0;
  }
  .sec4_slider iframe {
    width: 100%;
    height: 45.641025641vw;
    display: block;
  }
  .sec4 .slick-prev,
  .sec4 .slick-next {
    position: absolute;
    top: 20vw;
    cursor: pointer;
    outline: none;
    border-top: 0.7692307692vw solid #fff;
    border-right: 0.7692307692vw solid #fff;
    height: 3.8461538462vw;
    width: 3.8461538462vw;
  }
  .sec4 .slick-prev {
    left: -5.1282051282vw;
    transform: rotate(-135deg);
  }
  .sec4 .slick-next {
    right: -5.1282051282vw;
    transform: rotate(45deg);
  }
  .sec4 .slick-dots {
    text-align: center;
    margin: 5.1282051282vw 0 0 0;
  }
  .sec4 .slick-dots li {
    display: inline-block;
    margin: 0 1.2820512821vw;
  }
  .sec4 .slick-dots button {
    color: transparent;
    outline: none;
    width: 2.0512820513vw;
    height: 2.0512820513vw;
    display: block;
    border-radius: 50%;
    background: #ccc;
  }
  .sec4 .slick-dots .slick-active button {
    background: #FFFFFF;
  }
  .sec4_btn {
    display: block;
    border-radius: 51.2820512821vw;
    border: 1px solid #FFF;
    text-align: center;
    color: #FFF;
    font-size: 3.8461538462vw;
    font-weight: 500;
    letter-spacing: 0.3076923077vw;
    margin-top: 5.1282051282vw;
    transition: 0.3s;
    width: 100%;
    padding: 2.0512820513vw 0 2.5641025641vw;
  }
  .sec4_arch02 {
    margin-top: 10.2564102564vw;
  }
}
/* Section5
***************************************************************/
.sec5 {
  padding: 0 0 40px;
}

.sec5_text {
  color: #4D4D4D;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 1.04px;
  margin-top: 28px;
  padding: 0 17px;
}

.sec5_list {
  display: flex;
  flex-flow: column;
  gap: 18px;
  margin-top: 25px;
}

.sec5_item {
  border-radius: 16px;
  overflow: hidden;
  background-image: url(../images/front/sec5_item_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sec5_item_img {
  height: 195px;
}

.sec5_itemBox {
  padding: 16px 16px 24px;
}

.sec5_item_title {
  display: inline-block;
  color: #FFF;
  font-weight: 500;
  letter-spacing: 0.64px;
  background: #8B9999;
  padding: 0 6px;
}

.sec5_item_text {
  font-size: 13px;
  line-height: 23px;
  margin-top: 8px;
}

@media screen and (max-width: 680px) {
  .sec5 {
    padding: 0 0 10.2564102564vw;
  }
  .sec5_text {
    color: #4D4D4D;
    font-size: 3.3333333333vw;
    line-height: 6.1538461538vw;
    letter-spacing: 0.2666666667vw;
    margin-top: 7.1794871795vw;
    padding: 0 4.358974359vw;
  }
  .sec5_list {
    display: flex;
    flex-flow: column;
    gap: 4.6153846154vw;
    margin-top: 6.4102564103vw;
  }
  .sec5_item {
    border-radius: 4.1025641026vw;
    overflow: hidden;
    background-image: url(../images/front/sec5_item_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .sec5_item_img {
    height: 50vw;
  }
  .sec5_itemBox {
    padding: 4.1025641026vw 4.1025641026vw 6.1538461538vw;
  }
  .sec5_item_title {
    display: inline-block;
    color: #FFF;
    font-weight: 500;
    letter-spacing: 0.1641025641vw;
    background: #8B9999;
    padding: 0 1.5384615385vw;
  }
  .sec5_item_text {
    font-size: 3.3333333333vw;
    line-height: 5.8974358974vw;
    margin-top: 2.0512820513vw;
  }
}
/* Section6
***************************************************************/
.sec6 {
  background: #F2F2F2;
}

.sec6_text {
  text-align: center;
  font-size: 12px;
  margin-top: 8px;
}

.sec6_img {
  margin-top: 32px;
}

.sec6_accordion {
  margin-top: 27px;
  border-bottom: 1px solid #C3C3C3;
}

.sec6_accordion li {
  border-top: 1px solid #C3C3C3;
  padding: 12px 17px;
}

.sec6_title {
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  color: #333;
  font-size: 15px;
  letter-spacing: 1.2px;
}

/*アイコンの＋と×*/
.sec6_title::before,
.sec6_title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  background-color: rgb(51, 51, 51);
  transition: 0.3s;
}

.sec6_title::before {
  top: 48%;
  right: 0;
  transform: rotate(0deg);
}

.sec6_title::after {
  top: 48%;
  right: 0;
  transform: rotate(90deg);
}

.sec6_title.close::after {
  transform: rotate(0);
}

.sec6_box {
  display: none;
  margin-top: 10px;
}

.sec6_box_link {
  color: #807F7F;
  font-size: 15px;
  line-height: 36px;
  letter-spacing: 1.2px;
  text-decoration: underline;
  transition: 0.3s;
}

@media screen and (min-width: 681px) {
  .sec6_box_link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 680px) {
  .sec6_text {
    text-align: center;
    font-size: 3.0769230769vw;
    margin-top: 2.0512820513vw;
  }
  .sec6_img {
    margin-top: 8.2051282051vw;
  }
  .sec6_accordion {
    margin-top: 6.9230769231vw;
    border-bottom: 1px solid #C3C3C3;
  }
  .sec6_accordion li {
    border-top: 1px solid #C3C3C3;
    padding: 3.0769230769vw 4.358974359vw;
  }
  .sec6_title {
    position: relative;
    cursor: pointer;
    transition: all 0.5s ease;
    color: #333;
    font-size: 3.8461538462vw;
    letter-spacing: 0.3076923077vw;
  }
  /*アイコンの＋と×*/
  .sec6_title::before,
  .sec6_title::after {
    position: absolute;
    content: "";
    width: 3.8461538462vw;
    height: 1px;
    background-color: rgb(51, 51, 51);
    transition: 0.3s;
  }
  .sec6_title::before {
    top: 48%;
    right: 0;
    transform: rotate(0deg);
  }
  .sec6_title::after {
    top: 48%;
    right: 0;
    transform: rotate(90deg);
  }
  .sec6_title.close::after {
    transform: rotate(0);
  }
  .sec6_box {
    display: none;
    margin-top: 2.5641025641vw;
  }
  .sec6_box_link {
    color: #807F7F;
    font-size: 3.8461538462vw;
    line-height: 9.2307692308vw;
    letter-spacing: 0.3076923077vw;
    text-decoration: underline;
    transition: 0.3s;
  }
}