@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
body {
  font-size: 18px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #4c4c4c;
  background-color: #f8f8f8;
  line-height: 1.8;
}
body a {
  color: #4c4c4c;
  text-decoration: none;
}

a > img ,
a > figure > img{
  transition: 0.3s ease-in-out;
}
a > img:hover ,
a > figure > img:hover {
  opacity: .7;
}

.sp_only {
  display: none;
}

section{
  padding: 80px 0;
}

/* ---------------------------------------
フレックス　コンテナ
--------------------------------------- */
.flex-container{
  width: 100%;
  display: flex;
}
.flex-container.--gap-1{gap:1em}
.flex-container.--gap-2{gap:2em}
.flex-container.--gap-3{gap:3em}
.flex-container.--gap-4{gap:4em}
.flex-container.--gap-5{gap:5em}
.flex-container.--gap-6{gap:6em}
.flex-container.--gap-7{gap:7em}
.flex-container.--gap-8{gap:8em}
.flex-container.--gap-9{gap:9em}
.flex-container.--gap-10{gap:10em}
@media screen and (max-width: 750px) {
  .flex-container.--gap-1 { gap: 0.5em; }
  .flex-container.--gap-2 { gap: 1em; }
  .flex-container.--gap-3 { gap: 1.5em; }
  .flex-container.--gap-4 { gap: 2em; }
  .flex-container.--gap-5 { gap: 2.5em; }
  .flex-container.--gap-6 { gap: 3em; }
  .flex-container.--gap-7 { gap: 3.5em; }
  .flex-container.--gap-8 { gap: 4em; }
  .flex-container.--gap-9 { gap: 4.5em; }
  .flex-container.--gap-10 { gap: 5em; }
}

.flex-container.--jc-start{justify-content: flex-start;}
.flex-container.--jc-end{justify-content: flex-end;}
.flex-container.--jc-center{justify-content: center;}
.flex-container.--jc-between{justify-content: space-between;}
.flex-container.--jc-around{justify-content: space-around;}

.flex-container.--ai-center{align-items: center;}
.flex-container.--ai-start{align-items: flex-start;}
.flex-container.--ai-end{align-items: flex-end;}


/* column width */
.flex-container.--flex-column-w-1-9 .flex-container__item:first-child{width: 10%;}
.flex-container.--flex-column-w-1-9 .flex-container__item:last-child{width: 90%;}

.flex-container.--flex-column-w-2-8 .flex-container__item:first-child{width: 20%;}
.flex-container.--flex-column-w-2-8 .flex-container__item:last-child{width: 80%;}

.flex-container.--flex-column-w-3-7 .flex-container__item:first-child{width: 30%;}
.flex-container.--flex-column-w-3-7 .flex-container__item:last-child{width: 70%;}

.flex-container.--flex-column-w-4-6 .flex-container__item:first-child{width: 40%;}
.flex-container.--flex-column-w-4-6 .flex-container__item:last-child{width: 60%;}

.flex-container.--flex-column-w-5-5 .flex-container__item:first-child{width: 50%;}
.flex-container.--flex-column-w-5-5 .flex-container__item:last-child{width: 50%;}

.flex-container.--flex-column-w-6-4 .flex-container__item:last-child{width: 60%;}
.flex-container.--flex-column-w-6-4 .flex-container__item:last-child{width: 40%;}

.flex-container.--flex-column-w-7-3 .flex-container__item:first-child{width: 70%;}
.flex-container.--flex-column-w-7-3 .flex-container__item:last-child{width: 30%;}

.flex-container.--flex-column-w-8-2 .flex-container__item:first-child{width: 80%;}
.flex-container.--flex-column-w-8-2 .flex-container__item:last-child{width: 20%;}

.flex-container.--flex-column-w-9-1 .flex-container__item:first-child{width: 90%;}
.flex-container.--flex-column-w-9-1 .flex-container__item:last-child{width: 10%;}

/* ---------------------------------------
マージン
--------------------------------------- */
/* マージン：ボトム */
.mg-btm-1em{margin-bottom: 1em}
.mg-btm-2em{margin-bottom: 2em}
.mg-btm-3em{margin-bottom: 3em}
.mg-btm-4em{margin-bottom: 4em}
.mg-btm-5em{margin-bottom: 5em}
.mg-btm-6em{margin-bottom: 6em}
.mg-btm-7em{margin-bottom: 7em}
.mg-btm-8em{margin-bottom: 8em}
.mg-btm-9em{margin-bottom: 9em}
.mg-btm-10em{margin-bottom: 10em}

/* マージン（ボトム）を半分に */
.mg-btm-1em_sp-half {margin-bottom: 1em}
.mg-btm-2em_sp-half { margin-bottom: 2em; }
.mg-btm-3em_sp-half { margin-bottom: 3em; }
.mg-btm-4em_sp-half { margin-bottom: 4em; }
.mg-btm-5em_sp-half { margin-bottom: 5em; }
.mg-btm-6em_sp-half { margin-bottom: 6em; }
.mg-btm-7em_sp-half { margin-bottom: 7em; }
.mg-btm-8em_sp-half { margin-bottom: 8em; }
.mg-btm-9em_sp-half { margin-bottom: 9em; }
.mg-btm-10em_sp-half { margin-bottom: 10em; }


/* ---------------------------------------
見出し
--------------------------------------- */
/* 見出し */
.lp-heading{
  line-height: 1.4;
  font-size: 24px;
  font-weight: bold;
}


/* 座布団：緑 */
.--bg-green{
  font-size: 2rem;
  padding: 1.0416vw;
  margin-bottom: 1.0416vw;
  background: #3b5b59;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}


/* ---------------------------------------
テキスト
--------------------------------------- */
/* 明朝 */
.--ff-min{
  font-family: 'Amiri', 'Noto Serif JP', serif;
}
/* センター */
.--ta-center{
  text-align: center;
}
/* 太字：ノーマル */
.--fw-normal{
  font-weight: normal;
}
/* 太字 */
.--fw-bold{
  font-weight: bold;
}
/* line-height */
.--lh-default{ line-height: 1.8;}
.--lh-1dot5{line-height: 1.5;}
.--lh-1dot4{line-height: 1.4;}
.--lh-1dot3{line-height: 1.3;}
.--lh-1dot2{line-height: 1.2;}
.--lh-1dot1{line-height: 1.1;}
.--lh-1{line-height: 1;}

/* 通常テキストを2px大きく */
.--fs_pc_sp_up11{
  font-size: calc(18px + 2px);
}
/* 通常テキストを2px小さく */
.--fs_pc_sp_down1{
  font-size: calc(18px - 2px);
}
/* 通常テキスト　PCはデフォルト SPのみ２px大きく　*/
.--fs_pc-default_sp-up1{

}
/* 通常テキスト　PCはデフォルト SPのみ２px小さく　*/
.--fs_pc-default_sp-down1{

}
/* 通常テキスト　PCのみ２px大きく　SPはデフォルト */
.--fs_pc-up1_sp-default{
  font-size: calc(18px + 2px);
}
/* 通常テキスト　PCのみ２px小さく　SPはデフォルト */
.--fs_pc-down1_sp-default{
  font-size: calc(18px - 2px);
}

/* ---------------------------------------
横線
--------------------------------------- */
hr{
  margin-top:0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid #999; /*#3d3d3d;*/
  border-bottom: none;
  border-left:none;
  border-right:none;
  max-width: 1200px;
  width: 94%;
}
hr.full-width{
  margin-top:80px;
  width: 100%;
  max-width: initial;
  margin-left: initial;
  margin-right: initial;
}
hr.full-width-header{
  margin-top:40px;
  margin-bottom:80px;
  width: 100%;
  max-width: initial;
  margin-left: initial;
  margin-right: initial;
}

/* ---------------------------------------
YouTubeサムネイル設定
--------------------------------------- */
.youtube-thumbnail {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9のアスペクト比 */
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

/* 再生アイコンの表示 */
.youtube-thumbnail::before {
  content: '';
  background-image: url('https://www.ballwatch.co.jp/ec/wp-content/uploads/2021/03/icon-play-youtube.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px; /* アイコンサイズ */
  height: 64px; /* アイコンサイズ */
  z-index: 1;
  pointer-events: none;
}

/* iframe表示設定 */
.youtube-thumbnail iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* ---------------------------------------
アニメーション
--------------------------------------- */
.anm {opacity: 0}
.trigger {opacity: 0}
.trigger.up {animation: up .8s ease .3s 1 normal forwards}
.trigger.delay1 {animation-delay: 100ms}
.trigger.delay2 {animation-delay: 200ms}
.trigger.delay3 {animation-delay: 300ms}
.trigger.delay4 {animation-delay: 400ms}
.trigger.delay5 {animation-delay: 500ms}
.trigger.delay6 {animation-delay: 600ms}
.trigger.delay7 {animation-delay: 700ms}
.trigger.delay8 {animation-delay: 800ms}
.trigger.delay9 {animation-delay: 900ms}
.trigger.delay10 {animation-delay: 1000ms}
.trigger.delay11 {animation-delay: 1100ms}
.trigger.delay12 {animation-delay: 1200ms}

@keyframes up {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


@media screen and (max-width: 750px) {
  body {
    font-size:calc(32 / 750 * 100 * 1vw);
  }

  .sp_only {
    display: block;
  }

  .pc_only {
    display: none;
  }

  section{
    padding: 40px 0;
  }

  /* ---------------------------------------
  マージン
  --------------------------------------- */
  /* マージン（ボトム）を半分に */
  .mg-btm-1em_sp-half { margin-bottom: 0.5em; }
  .mg-btm-2em_sp-half { margin-bottom: 1em; }
  .mg-btm-3em_sp-half { margin-bottom: 1.5em; }
  .mg-btm-4em_sp-half { margin-bottom: 2em; }
  .mg-btm-5em_sp-half { margin-bottom: 2.5em; }
  .mg-btm-6em_sp-half { margin-bottom: 3em; }
  .mg-btm-7em_sp-half { margin-bottom: 3.5em; }
  .mg-btm-8em_sp-half { margin-bottom: 4em; }
  .mg-btm-9em_sp-half { margin-bottom: 4.5em; }
  .mg-btm-10em_sp-half { margin-bottom: 5em; }

  /* ---------------------------------------
  フレックス　コンテナ
  --------------------------------------- */
  .flex-container:not(.--bp-sp-no-column){
    flex-direction: column;
  }
  /* ---------------------------------------
  見出し
  --------------------------------------- */
  /* 見出し */

  /* 明朝 */

  /* 通常テキストを２px大きくする */
  .--fs_pc_sp_up1{
    font-size:calc((18 + 2) / 18 * 32 / 750 * 100 * 1vw);
  }

  /* 通常テキストを２px小さく */
  .--fs_pc_sp_down1{
    font-size:calc((18 - 2) / 18 * 32 / 750 * 100 * 1vw);
  }

  /* 通常テキスト　PCはデフォルト SPのみ２px大きく　*/
  .--fs_pc-default_sp-up1{
    font-size:calc((18 + 2) / 18 * 32 / 750 * 100 * 1vw);
  }

  /* 通常テキスト　PCはデフォルト SPのみ２px小さく　*/
  .--fs_pc-default_sp-down1{
    font-size:calc((18 - 2) / 18 * 32 / 750 * 100 * 1vw);
  }

  /* 通常テキスト　PCのみ２px大きく　SPはデフォルト */
  .--fs_pc-up1_sp-default{
    font-size:calc((18 + 0) / 18 * 32 / 750 * 100 * 1vw);
  }

  /* 通常テキスト　PCのみ２px小さく　SPはデフォルト */
  .--fs_pc-down1_sp-default{
    font-size:calc((18 - 2) / 18 * 32 / 750 * 100 * 1vw);
  }

  /* 座布団：緑 */
  .--bg-green{
    font-size: 2rem;
  }
  /* ---------------------------------------
  横線
  --------------------------------------- */
  hr{
    margin-left: 3%;
    margin-right: 3%;
  }
  hr.full-width-header {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}

/*----------------------------------------------------- */
/*  header           */
/*----------------------------------------------------- */
.header {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header .header_logo {
  display: block;
  width: 200px;
}

.menu_wrap {
  background-color: #3b5b59;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}

.menu_nav {
  width: 200px;
  margin: 0 auto 60px;
}
.menu_nav li {
  margin: 0 0 30px;
  width: 100%;
}
.menu_nav a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.menu_nav a:hover {
  text-decoration: underline;
}

.menu_logo {
  text-align: center;
  margin-bottom: 60px;
}

.menu_copy {
  text-align: center;
  font-size: 12px;
  margin: 0 auto;
  color: #fff;
}

.menu_toggle {
  z-index: 101;
  display: block;
  position: absolute;
  top: 30px;
  right: 3%;
  height: 50px;
  cursor: pointer;
}
.menu_toggle div {
  position: relative;
  width: 50px;
}
.menu_toggle span {
  width: 100%;
  height: 2px;
  right: 0;
  display: block;
  background: #000;
  position: absolute;
  transition: all .3s ease-out;
}
.menu_toggle span:nth-child(1) {
  top: 0px;
}
.menu_toggle span:nth-child(2) {
  top: 16px;
}
.menu_toggle span:nth-child(3) {
  top: 32px;
}

.is-open {
  overflow: hidden;
}
.is-open .menu_toggle span:nth-child(1) {
  top: 20px;
  background: #fff;
  transform: rotate(45deg);
}
.is-open .menu_toggle span:nth-child(2) {
  display: none;
}
.is-open .menu_toggle span:nth-child(3) {
  top: 20px;
  background: #fff;
  transform: rotate(-45deg);
}
.is-open .menu_wrap {
  visibility: visible;
  opacity: 1;
  transition: opacity .6s ease, visibility .6s ease;
  overflow-y: scroll;
}

@media screen and (max-width: 750px) {
  .header {
    height: 60px;
  }
  .header .header_logo {
    width: 130px;
  }

  .menu_nav {
    margin-bottom: 40px;
  }
  .menu_nav li {
    margin: 20px 0;
  }
  .menu_nav a {
    /*font-size: calc(18px * 1.4)*/
    font-size:calc(18 / 14 * 28 / 750 * 100 * 1vw);
  }

  .menu_logo {
    width: 40%;
    text-align: center;
    margin: 0 auto 40px;
  }

  .menu_copy {
    /*font-size: calc(12px * 1.4);*/
    font-size:calc(11 / 14 * 30 / 750 * 100 * 1vw);
    margin-bottom: 20px;
  }

  .menu_policy {
    /*font-size: calc(12px * 1.4);*/
    font-size:calc(11 / 14 * 30 / 750 * 100 * 1vw);
  }

  .menu_toggle {
    top: 18px;
    right: 4%;
    height: 40px;
    cursor: pointer;
  }
  .menu_toggle div {
    position: relative;
    width: 35px;
  }
  .menu_toggle span {
    width: 100%;
    height: 2px;
  }
  .menu_toggle span:nth-child(1) {
    top: 0px;
  }
  .menu_toggle span:nth-child(2) {
    top: 12px;
  }
  .menu_toggle span:nth-child(3) {
    top: 24px;
  }

  .is-open .menu_toggle span:nth-child(1) {
    top: 12px;
  }
  .is-open .menu_toggle span:nth-child(3) {
    top: 12px;
  }
}
/*----------------------------------------------------- */
/*  kv           */
/*----------------------------------------------------- */
.kv img {
  width: 100%;
}

/*----------------------------------------------------- */
/*  sec01           */
/*----------------------------------------------------- */
.sec01 {
  padding: 80px 0;
}
.sec01 h1 {
  font-family: 'Amiri', 'Noto Serif JP', serif;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.4;
}

.sec01 h1 span {
  display: inline-block;
}

.sec01_txt01 {
  text-align: center;
  margin-bottom: 50px;
}

.sec01_txt02 {
  text-align: center;
  margin-bottom: 50px;
}

.inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 3%;
  box-sizing: content-box;
}

.btn {
  display: block;
  width: 220px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  background: #3b5b59;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.btn:hover {
  opacity: .7;
}

@media screen and (max-width: 750px) {
  .sec01 {
    padding: 40px 0;
  }
  .sec01 h1 {
    /*font-size: calc(18px * 1.4);*/
    margin-bottom: 20px;
    line-height: 1.3;
  }
  .lp-heading{
    font-size:calc(24 / 18 * 18 * 1.67 / 750 * 100 * 1vw);
  }

  .sec01 h1 span {
    display: inline;
  }

  .sec01_txt01 {
    margin-bottom: 20px;
  }

  .sec01_txt02 {
    margin-bottom: 20px;
  }

  .inner {
    padding: 0 3%;
  }

  .btn {
    display: block;
    width: 220px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    background: #3b5b59;
    text-decoration: none;
    transition: 0.3s ease-in-out;
  }
  .btn:hover {
    opacity: .7;
  }
}
/*----------------------------------------------------- */
/*  youtube           */
/*----------------------------------------------------- */
.youtube {
  background: #1a1a1a;
  padding: 60px 0;
}

.youtube_wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.youtube_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 750px) {
  .youtube {
    padding: 30px 0;
  }
}
/*----------------------------------------------------- */
/*  sec02           */
/*----------------------------------------------------- */
.sec02 {
  padding: 80px 0 0;
}

.watch_list {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.watch_list li {
  width: 20%;
  text-align: center;
  margin: 0 40px;
}
.watch_list li p {
  margin-top: 10px;
  font-size: 14px;
}
.watch_list li a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
  display: block;
}
.watch_list li a:hover {
  opacity: .7;
}

.conquer {
  margin-bottom: 80px;
  background: #000;
  text-align: center;
  padding: 60px 0 100px;
}
.conquer p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 80px;
}

#switch {
  width: 440px;
  margin: 0 auto;
}

.twentytwenty-before-label,
.twentytwenty-after-label {
  display: none !important;
}

.twentytwenty-overlay:hover {
  background: none !important;
}

.feature_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.feature_list li {
  width: calc(50% - 10px);
}
.feature_list h2 {
  font-family: 'Amiri', 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.feature_list.reverse {
  flex-direction: row-reverse;
}

.bg01 img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .sec02 {
    padding: 40px 0 0;
  }

  .watch_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .watch_list li {
    width: 33%;
    margin: 0;
   
  }
  .watch_list li img {
    width: 75%;
  }
  .watch_list li p {
    margin-top: 5px;
    /*font-size: calc(12px * 1.4);*/
    font-size:calc(11 / 14 * 30 / 750 * 100 * 1vw);
  }

  .conquer {
    margin-bottom: 40px;
    padding: 30px 0 50px;
  }
  .conquer p {
    color: #fff;
    /*font-size: calc(16px * 1.4);*/
    font-size:calc(16 / 14 * 30 / 750 * 100 * 1vw);
    margin-bottom: 20px;
  }

  #switch {
    width: 70%;
    margin: 0 auto;
  }

  .twentytwenty-before-label,
  .twentytwenty-after-label {
    display: none !important;
  }

  .twentytwenty-overlay:hover {
    background: none !important;
  }

  .feature_list {
    display: block;
    margin-bottom: 30px;
  }
  .feature_list li {
    width: 100%;
    margin-bottom: 10px;
  }
  .feature_list h2 {
    /*font-size: calc(18px * 1.4);*/
    font-size:calc(18 / 14 * 30 / 750 * 100 * 1vw);
  }

  .bg01 img {
    width: 100%;
  }
}
/*----------------------------------------------------- */
/*  sec03           */
/*----------------------------------------------------- */
.sec03 .sec03_inner {
  height: 940px;
  background: url(../images/bg_02.png) center center no-repeat;
  background-size: 410px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail_list dt {
  cursor: pointer;
  position: relative;
  padding: 30px 0;
  display: flex;
  align-items: center;
}
.detail_list dt span {
  display: block;
  width: 40px;
  height: 40px;
  background: #3b5b59;
  position: relative;
}
.detail_list dt span::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -1px;
  width: 28px;
  height: 2px;
  background: #fff;
  transition: all .2s ease-out;
}
.detail_list dt span::before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 19px;
  margin-top: -14px;
  width: 2px;
  height: 28px;
  background: #fff;
  transition: all .3s ease-out;
}
.detail_list dt p {
  margin-left: 10px;
}
.detail_list dt.active span::before {
  display: none;
}
.detail_list dt.active span::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.detail_list dd {
  display: none;
  padding: 5px 10px 5px;
  font-size: 16px;
}
.detail_list dd li {
  position: relative;
  padding-left: 20px;
}
.detail_list dd li::before {
  content: '◆';
  position: absolute;
  top: 3px;
  left: 2px;
  color: #3b5b59;
  font-size: 14px;
}

.detail_list01 {
  width: 320px;
  margin-left: 80px;
}

.detail_list02 {
  width: 320px;
  margin-right: 0;
}

.bg01 a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.bg01 a:hover {
  opacity: .7;
}

.bg01_txt {
  text-decoration: none;
  text-align: center;
  border: 3px solid #4c4c4c;
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: bold;
}

@media screen and (max-width: 1200px) {
  .bg01_txt {
    font-size: 2vw;
  }
}
.bg02 img {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .sec03 .sec03_inner {
    padding-top: 85%;
    padding-bottom: 30px;
    height: auto;
    background: url(../images/bg_02.png) center top 40px no-repeat;
    background-size: 45%;
    align-items: flex-start;
  }

  .detail_list dt {
    padding: 10px 0;
  }
  .detail_list dt span {
    display: block;
    width: 20px;
    height: 20px;
    background: #3b5b59;
    position: relative;
  }
  .detail_list dt span::after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -1px;
    width: 14px;
    height: 1px;
  }
  .detail_list dt span::before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -7px;
    width: 1px;
    height: 14px;
  }
  .detail_list dt p {
    margin-left: 10px;
  }
  .detail_list dd {
    display: none;
    padding: 5px 0 5px;
    /*font-size: calc(12px * 1.4);*/
    font-size:calc(11 / 14 * 30 / 750 * 100 * 1vw);
  }
  .detail_list dd li {
    position: relative;
    padding-left: 20px;
  }
  .detail_list dd li::before {
    content: '◆';
    position: absolute;
    top: 2px;
    left: 2px;
    color: #3b5b59;
    /*font-size: calc(10px * 1.4);*/
    font-size:calc(11 / 14 * 30 / 750 * 100 * 1vw);
  }

  .detail_list01 {
    width: 48%;
    margin-left: 0;
  }

  .detail_list02 {
    width: 48%;
    margin-right: 0;
  }

  .bg01_txt {
    font-size: 3.8vw;
    line-height: 1.4;
    margin-bottom: 10px;
    padding: 5px 0;
  }
}
/*----------------------------------------------------- */
/*  sec04           */
/*----------------------------------------------------- */
.sec04 {
  padding: 80px 0;
  text-align: center;
}
.sec04 h2 {
  font-family: 'Amiri', 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.sec04 p {
  margin-bottom: 60px;
}

.sec04 h3 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

.sec04 .btn {
  margin-bottom: 60px;
}

.purchase_btn {
  position: fixed;
  bottom: 0;
  right: 2%;
  display: block;
  background-color:#3b5b59;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 220px;
  height: 60px;
  line-height: 60px;
  transition: 0.3s ease-in-out;
}
.purchase_btn:hover {
  opacity: .7;
}

@media screen and (max-width: 750px) {
  .sec04 {
    padding: 40px 0;
    text-align: center;
  }
  .sec04 h2 {
    /*font-size: calc(18px * 1.4);*/
    font-size:calc(18 / 14 * 30 / 750 * 100 * 1vw);
    margin-bottom: 20px;
  }
  .sec04 p {
    margin-bottom: 30px;
  }

  .sec04 h3 {
    /*font-size: calc(16px * 1.4);*/
    font-size:calc(16 / 14 * 30 / 750 * 100 * 1vw);
    margin-bottom: 10px;
  }
  
  .sec04 .btn {
    margin-bottom: 30px;
  }

  .purchase_btn {
    right: 3%;
    width: 220px;
    height: 50px;
    line-height: 50px;
  }
}
/*----------------------------------------------------- */
/*  footer           */
/*----------------------------------------------------- */
/*********************************
 footer
**********************************/
footer .footer-nav {
  background: #3b5b59;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Amiri', 'Noto Serif JP', serif;
}

footer .footer-nav a {
  color: #fff;
  text-decoration: none;
}

footer .copyright {
  background: #2e4947;
  color: #fff;
}

@media (max-width: 750px) {
  footer .footer-nav {
    padding-top: 8vw;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  footer .footer-logo {
    margin-bottom: 8vw;
    text-align: center;
    width: 100%;
  }

  footer .footer-logo img {
    margin-bottom: 4vw;
  }

  footer .footer-nav .nav {
    width: 48%;
    font-size: 12px;
    padding-left: 5.3333vw;
    padding-right: 10.6666vw;
    padding-bottom: 8vw;
  }

  footer .footer-nav .ttl {
    margin-bottom: 4vw;
  }

  footer .footer-nav ul + .ttl,
  footer .footer-nav ul + ul {
    margin-top: 4vw;
  }

  footer .copyright {
    font-size: 12px;
    padding-top: 4vw;
    padding-bottom: 4vw;
    text-align: center;
  }
}
@media (min-width: 751px) {
  footer .footer-logo img {
    margin-bottom: 3.3333vw;
  }

  footer .footer-nav {
    padding-top: 3.8541vw;
    padding-bottom: 3.3333vw;
    padding-left: 2.6041vw;
    padding-right: 2.6041vw;
    justify-content: space-between;
    font-size: 13px;
  }

  footer .footer-nav .nav {
    margin-top: 52px;
    margin-left: 1.0416vw;
  }

  footer .footer-nav .nav:last-child {
    margin-top: 98px;
  }

  footer .footer-nav .ttl {
    font-size: 16px;
    margin-bottom: 1.25vw;
  }

  footer .footer-nav ul + .ttl,
  footer .footer-nav ul + ul {
    margin-top: 1.25vw;
  }

  footer .copyright {
    font-size: 13px;
    text-align: center;
    padding-top: 2.0833vw;
    padding-bottom: 2.0833vw;
  }
}
.anm {
  opacity: 0;
}

.trigger {
  opacity: 0;
}

.trigger.up {
  animation: up .8s ease .3s 1 normal forwards;
}

.trigger.delay1 {
  animation-delay: 100ms;
}

.trigger.delay2 {
  animation-delay: 200ms;
}

.trigger.delay3 {
  animation-delay: 300ms;
}

.trigger.delay4 {
  animation-delay: 400ms;
}

.trigger.delay5 {
  animation-delay: 500ms;
}

.trigger.delay6 {
  animation-delay: 600ms;
}

.trigger.delay7 {
  animation-delay: 700ms;
}

.trigger.delay8 {
  animation-delay: 800ms;
}

.trigger.delay9 {
  animation-delay: 900ms;
}

.trigger.delay10 {
  animation-delay: 1000ms;
}

.trigger.delay11 {
  animation-delay: 1100ms;
}

.trigger.delay12 {
  animation-delay: 1200ms;
}

@keyframes up {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
