html{
    max-width: 100%;
    height: auto;
    font-size: 16px;
    overflow: visible;
    /* scroll-behavior: smooth; */
}

h1,h2,h3,h4,dt,dd,a,li,div,small {
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

p {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "游ゴシック", "Yu Gothic", sans-serif;
    line-height: 1.4;
}

img {
  width: 100%;
  height: auto;
}

.main {
    max-width: 640px;
    margin: 0 auto;
}

/*-- ハンバーガーメニュー --*/
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 15px;
}

.logo {
  font-weight: 700;
  padding-left: 14px;
}

.hamburger-menu {
  width: 50px;
  height: 50px;
  position: relative;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
}

.hamburger-menu__bar {
  display: inline-block;
  width: 60%;
  height: 2px;
  background: #242424;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}

.hamburger-menu__bar:first-child {
  top: 14px;
}

.hamburger-menu__bar:nth-child(2) {
  top: 24px;
}

.hamburger-menu__bar:last-child {
  top: 34px;
}
.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}

.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}

.nav {
  display: none;
  background: #242424;
  position: absolute;
  top: 85px;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.nav__list {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav__list-item {
  border-bottom: solid 1px #474747;
}

.nav__list-item:first-child {
  border-top: solid 1px #474747;
}

.nav__link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  display: block;
  padding: 24px 0;
  transition: .5s;
}

@media (hover: hover) and (pointer: fine) {
  .nav__link:hover {
    background: #333;
  }
}
/*-- END --*/

.head_text {
  text-align: center;
}

.head_text a {
  display: block;
  background: #1E4030;
  padding: 15px 35px;
}

.head_text p {
  color: #fff;
  font-size: 20px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.4;
}

header h1 {
  text-align: center;
  padding: 15px 0 5px;
}

.gray {
  background: #dbebf1;
}

.green {
  background: #1d4030;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.sec02 {
  padding: 20px 0;
}

.sec02 h2 {
  font-size: 34px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
}

.sec02 h2 span {
  font-size: 44px;
}

.sec02 .flex{
  padding: 20px;
}

.sec02 img {
  width: 180px;
}

.sec03 {
  position: relative;
  height: 32.2vh;
}

.sec03 img {
  width: 250px;
  position: absolute;
  top: -26px;
}

.sec03 .flex {
  padding: 30px 50px 0 30px;
}

.sec03 dl {
  position: absolute;
  right: 37px;
}

.sec03 dt {
  font-size: 26px;
  letter-spacing: 0.05em;
  color: #1d4030;
  background: #fff;
  padding: 5px 20px;
}

.sec03 dl dd:first-of-type {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  padding: 14px 0 18px;
}

.sec03 dl dd:last-of-type {
  color: #fff;
  font-size: 65px;
  letter-spacing: 0.09em;
}

.sec03 dl dd:last-of-type rt {
  font-size: 16px;
  letter-spacing: -1.8em;
}

.gold {
  background-image: url(../img/gold_price_bgi.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 42vh;
  padding-top: 25px;
}

.sec04 div {
  width: 92%;
  margin: 0 auto;
  text-align: center;
  background: #fff;
  padding: 25px 20px;
}

.sec04 h4 {
  font-size: 28px;
  font-weight: 500;
  padding-bottom: 25px;
}

.sec04 h3 {
  font-size: 44px;
  font-weight: 600;
}

.sec04 div p {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.sec04 div p:first-of-type strong {
  font-size: 80px;
  font-weight: bold;
  line-height: 1.2;
  background: linear-gradient(90deg, #cfa93a 0%, #e0c268 40%, #cfa93a 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec04 div p span {
  font-size: 24px;
  font-weight: 600;
  color: #222;
}

.sec04 div ruby {
  font-size: 30px;
  font-weight: 600;
  color: #222;
}

.sec04 div ruby rt {
  font-size: 16px;
}

.sec04 div p:last-of-type {
  text-align: right;
  font-size: 16px;
  padding-right: 45px;
}

.sec05 img,
.sec11 img,
.sec16 img,
.sec17 img,
.sec18 img {
  width: 60%;
}

.sec05 h2,
.sec11 h2,
.sec16 h2,
.sec17 h2,
.sec18 h2 {
  text-align: center;
  padding-bottom: 20px;
}

.sec05 {
  padding: 30px 2%;
}

.ctr_btn {
  display: flex;
  justify-content: center;
  opacity: 1; /* 初期状態で表示 */
  transition: transform 0.4s ease, opacity 0.4s ease; /* スライド効果と透明度の遷移 */
  transform: none; /* 初期状態ではスライドせずにそのまま表示 */
}

.ctr_btn a {
  background: rgb(188,43,4);
  background: linear-gradient(0deg, rgb(145 36 6) 0%, rgba(194, 83, 48, 1) 65%, rgba(221, 111, 66, 1) 100%);
  border-radius: 10px;
  padding: 25px 20px;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  width: 580px;
  box-shadow: 0 5px 0 #8f1f01;
}

.ctr_btn img {
  width: 100%;
}

.onayami_bgi {
  background-image: url(../img/onayami_bgi.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 33vw;
  padding-top: 25px;
}

.h2_tit h2{
  font-size: 44px;
  font-weight: 500;
}

.center {
  text-align: center;
}

.sec07 {
  padding: 50px 2%;
}

.cause_box {
  padding: 30px 0 10px;
}

.cause_box h3 {
  font-size: 32px;
  font-weight: 500;
  font-style: italic;
  padding-bottom: 15px;
}

.cause_box img {
  padding-bottom: 10px;
}

.sec07 .cause_box:last-of-type {
  padding-bottom: 0;
}

.video_box {
  padding-top: 30px;
}

.video_box video {
  width: 100%;
}

.pt {
  padding-top: 80px;
}

.sec08,
.sec09,
.sec10 {
  padding-left: 2%;
  padding-right: 2%;
}

.sec10 .voice_box:nth-of-type(3) .voice_tit,
.sec10 .voice_box:nth-of-type(5) .voice_tit {
  justify-content: flex-end;
}

.voice_box {
  padding: 30px 0 10px;
}

.sec10 .voice_box:nth-of-type(3),
.sec10 .voice_box:nth-of-type(4),
.sec10 .voice_box:nth-of-type(5),
.sec10 .voice_box:nth-of-type(6) {
  padding-top: 40px;
}

.voice_tit {
  display: flex;
}

.voice_tit h3 {
  font-size: 26px;
  color: #fff;
  background: #00913a;
  padding: 5px 15px 7px;
  margin-bottom: 15px;
}

.voice_tit span {
  padding-top: 23px;
}

.voice_box img {
  padding-bottom: 20px;
}

.silk_bgi {
  background-image: url(../img/cvr_bgi.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 2%;
}

.sec12 {
  position: relative;
  padding: 30px 20px 50px;
}

.sec12 .flex {
  padding-top: 30px;
}

.sec12 .flex img {
  position: absolute;
  right: 0;
  top: 197px;
  width: 48%;
}

.sec12 h2 img {
  width: 80%;
}

.profile_text {
  width: 46%;
  padding: 10px 0 50px;
}

.profile_text p {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.profile_text p:first-of-type {
  padding-bottom: 35px;
}

.profile_box h4 {
  color: #fff;
  font-size: 24px;
  padding-bottom: 10px;
}

.profile_box div {
  background: #fff;
  padding: 20px;
}

.profile_box div ul li {
  padding-bottom: 10px;
  line-height: 1.4;
}

.profile_box div ul li:last-of-type {
  padding-bottom: 0;
}

.sec12 .profile_box:nth-of-type(4) {
  padding: 30px 0;
}

/*-- ステップバー --*/
.step-wrap4 {
  counter-reset: mycounter;
  margin: 2em 0;
  position: relative;
 }

 .step-content4 {
  padding: 1em 0 1.3em 5.5em;
  margin: 0;
  position: relative;
 }

 .step-content4::before {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  background: #cfa93a;
  position: absolute;
  top: 0;
  left: -3px;
  box-shadow: 0 5px 0 #d6d9db;
 }

 .step-content4::after {
  content: "";
  display: block;
  height: calc(100% - 55px);
  border-left: solid 2px #cfa93a;
  position: absolute;
  top: 60px;
  left: 28px;
 }

 .step-label4 {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  position: absolute;
  top: 7px;
  left: 8px;
 }

 .step-label4::after {
  counter-increment: mycounter;
  content: counter(mycounter, decimal-leading-zero);
  position: absolute;
  font-size: 36px;
  top: 13px;
  left: 0;
 }

 .step-title4 {
  font-weight: 600;
  font-size: 30px;
  padding-bottom: 10px;
  border-bottom: solid 1px #222;
 }

 .step-body4 {
  margin-top: 1em;
  padding: 0 0 1em;
 }

 .step-wrap4 > :last-of-type::after {
  display: none;
 }

 .step_text {
  padding-bottom: 20px;
 }

 .step-body4 img {
  padding-bottom: 30px;
 }

 .step-body4 .ctr_btn img {
  padding-bottom: 0;
 }

 .step-body4 .ctr_btn {
  position: relative;
  bottom: 0;
 }

 .step-body4 .ctr_btn a {
  width: 526px;
 }

.light_gray {
  background: #f6f6f6;
  padding: 60px 2% 0;
}

.step-body4 .flex {
  margin-top: 30px;
  background: #fff;
  padding: 15px 0 11px 18px;
  align-items: center;
}

.step-body4 .flex p {
  font-size: 20px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.step-body4 .flex a p {
  font-size: 40px;
  font-weight: 600;
}

.step-body4 .flex a span {
  line-height: 1;
  display: block;
}

.none {
  display: none;
}

.step-wrap4 .step-content4:nth-of-type(5)::after {
  top: -10px;
}


/*-- アコーディオンメニュー --*/

.toggle_title{
  position: relative;
  padding: 15px 15px 15px 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.4;
}

.toggle_btn{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: block;
  width: 24px;
  height: 24px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
}

.toggle_btn:before,
.toggle_btn:after{
  display: block;
  content: '';
  background: #cfa93a;
  position: absolute;
  width: 13px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toggle_contents p {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.toggle_btn:before{
  width: 1px;
  height: 13px;
}

.toggle_title.selected .toggle_btn:before{
  content: normal;
}

.toggle_contents dd{
  display: none;
  padding-top: 20px;
}

.sec14 {
  padding: 35px 2% 45px;
}

.toggle_title p {
  font-size: 20px;
  font-weight: 500;
}

.toggle_title div span{
  color: #fff;
  background: #cfa93a;
  border-radius: 26px;
  padding: 6px 16px 9px;
  font-size: 24px;
  margin-right: 10px;
  width: 50px;
  height: 50px;
}

.toggle_contents dd span {
  color: #fff;
  background: #666666;
  border-radius: 26px;
  padding: 10px 16px 9px;
  font-size: 24px;
  margin-right: 10px;
  width: 50px;
  height: 50px;
}

.toggle_contents dt div,
.toggle_contents dd div {
  display: flex;
}

.toggle_contents dd div p {
  width: 90%;
  padding-top: 5px;
}

.top_blk dl {
  border-bottom: solid 1px #cfa93a;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

 /*-- END --*/
.gold_bgi {
  background-image: url(../img/gold_bgi.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  padding: 27px;
  text-align: center;
  margin-bottom: 30px;
}

.thread_tit h3 {
  font-size: 22px;
  font-weight: 600;
  background: #fff;
  padding: 10px;
}

.thread_text p {
  font-size: 30px;
  font-weight: 600;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.2;
  padding-top: 5px;
  /* text-shadow: #6D6D6C 0px 0 1px; */
}

.thread_text p span {
  font-size: 70px;
  color: #cd0a0a;
}

.lift_contain {
  padding-left: 2%;
  padding-right: 2%;
 }

.lift_blk {
  padding-bottom: 40px;
}

.lift_blk h3 {
  font-size: 32px;
  font-weight: 500;
  font-style: italic;
  padding-bottom: 15px;
}

.lift_blk h3 span {
  font-size: 20px;
  padding-left: 10px;
}

.lift_blk .flex p {
  width: 100%;
  padding-right: 30px;
  line-height: 1.5;
}

.black_bgi {
  background-image: url(../img/black_bgi.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 30vh;
  padding: 27px 2%;
}

.sec17 {
  padding: 40px 2% 40px;
}

.yellow {
  background: #fef2d8;
}

.map iframe {
  width: 100%;
  height: 45vh;
  margin-bottom: 35px;
}

.access_blk img {
  width: 100%;
  padding-bottom: 15px;
}

.access_blk p {
  font-size: 22px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.1;
}

.access_blk span {
  display: inline-block;
  font-size: 16px;
  padding-bottom: 15px;
}

.access_blk a {
  display: inline-block;
  color: #c97d07;
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 15px;
}

.access_blk p:last-of-type {
  font-size: 16px;
  line-height: 1.5;
}

.sec18 {
  padding: 40px 2%;
}

footer small {
  width: 100%;
  display: block;
  text-align: center;
  background: #20513b;
  padding: 15px;
  color: #fff;
  font-size: 16px;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.is-fixed {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  width: 600px;
  margin-left: 8px;
  transition: transform 0.4s ease, opacity 0.4s ease; /* スライドと透明度をスムーズに */
  transform: translateY(0); /* 固定されたときの最終位置 */
  opacity: 1; /* 表示時の透明度 */
  padding: 18px 10px;
}




.js-fix.is-fixed {
  transform: translateY(0); /* スライド後の位置（元の位置） */
  opacity: 1; /* スライド後の透明度 */
}

@media (max-width: 639px){
  .header {
    padding: 0 10px;
  }
  .logo_img img {
    width: 50px;
  }
  .nav {
    top: 75px;
  }
  .head_text a {
    padding: 15px;
  }
  .head_text p {
    font-size: 16px;
  }
  .sec02 h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3;
  }
  .sec02 h2 span {
    font-size: 32px;
  }
  .sec02 img {
    width: 120px;
  }
  .sec02 .flex {
    padding: 20px 10px;
  }
  .sec03 {
    height: 28vh;
  }
  .sec03 dl {
    right: 20px;
  }
  .sec03 dl dd:last-of-type {
    font-size: 50px;
  }
  .sec03 dt {
    font-size: 18px;
    text-align: center;
  }
  .sec03 dl dd:first-of-type {
    font-size: 20px;
    padding: 14px 0 17px;
  }
  .sec03 dl dd:last-of-type {
    font-size: 50px;
  }
  .sec03 img {
    width: 183px;
    top: 43px;
    left: 0;
  }
  .sec04 h4 {
    font-size: 24px;
  }
  .sec04 h3 {
    font-size: 40px;
  }
  .sec04 div p:first-of-type strong {
    font-size: 60px;
  }
  .sec04 div p:last-of-type {
    padding-right: 0px;
  }
  .sec04 div p span {
    font-size: 18px;
  }
  .sec04 div ruby {
    font-size: 28px;
  }
  .ctr_btn a {
    width: 400px;
    font-size: 24px;
    text-align: left;
    justify-content: left;
  }
  .ctr_btn a span {
    font-size: 20px;
  }
  .h2_tit h2 {
    font-size: 36px;
  }
  .cause_box h3 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .cause_box {
    padding: 25px 0 10px;
  }
  .voice_tit h3 {
    font-size: 20px;
    padding: 8px 15px 10px;
    margin-bottom: 10px;
  }
  .voice_tit {
    display: block;
    padding-bottom: 15px;
  }
  .voice_tit span {
    padding-top: 0;
    display: block;
    line-height: 1;
    text-align: right;
  }
  .sec10 .voice_box:nth-of-type(3) .voice_tit, .sec10 .voice_box:nth-of-type(5) .voice_tit {
    display: flex;
    flex-direction: column-reverse;
  }
  .sec10 .voice_box:nth-of-type(6) {
    padding-bottom: 50px;
  }
  .profile_text {
    width: 50%;
  }
  .profile_text p {
    font-size: 16px;
  }
  .sec12 h2 img {
    width: 100%;
  }
  .sec12 .flex img {
    top: 287px;
    width: 50%;
  }
  .profile_box h4 {
    font-size: 20px;
  }
  .step-content4 {
    padding: 1em 0 1.3em 5em;
  }
  .step-title4 {
    font-size: 24px;
  }
  .step-body4 .ctr_btn a span {
    font-size: 18px;
    padding: 3px 11px 5px;
    margin-right: 5px;
  }
  .step-body4 .ctr_btn a {
    width: 100%;
    font-size: 20px;
    text-align: left;
    padding: 20px 13px;
  }
  .step-body4 .flex {
    display: block;
  }
  .lift_blk h3 span {
    padding-left: 7px;
  }
  .toggle_title div span {
    padding: 7px 12px 10px;
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
  .toggle_contents dd span {
    padding: 9px 12px 11px;
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
  .toggle_contents dt div {
    align-items: center;
  }
  .gold {
    background-image: url(../img/gold_price_bgi_sp.jpg);
    height: 36vh;
  }
  .black_bgi {
    background-image: url(../img/black_bgi_sp.jpg);
    height: 25vh;
  }
  .lift_blk .flex {
    flex-direction: column-reverse;
  }
  .lift_blk img {
    padding-bottom: 15px;
  }
  .lift_blk .flex p {
    padding-right: 0;
  }
  .lift_blk h3 {
    font-size: 26px;
    padding-bottom: 10px;
  }
  .lift_blk h3 span {
    font-size: 18px;
  }
  .map iframe {
    height: 30vh;
  }
  .is-fixed {
    margin-left: 0;
  }
  .is-fixed a {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -0%);
    padding: 12px 20px 10px;
  }
  .is-fixed img {
    width: 93%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .js-fix.is-fixed {
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -0%);
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .pt {
    padding-top: 60px;
  }
}

@media (max-width: 415px) {
  .gold_bgi {
    height: 34vh;
  }
  .sec03 {
    height: 29.2vh;
  }
  .ctr_btn a {
    width: 400px;
  }
  .gold {
    padding-top: 17px;
    height: 36vh;
  }
  .profile_text {
    width: 56%;
  }
  .sec12 .flex img {
    top: 292px;
  }
}

@media (max-width: 413px) {
  .sec12 .flex img {
    top: 261px;
  }
  .profile_text p {
    font-size: 14px;
  }
  .sec03 {
    height: 29.2vh;
  }
}

@media (max-width: 391px) {
  .sec03 {
    height: 29vh;
  }
  .sec03 dl dd:first-of-type {
    font-size: 18px;
    padding: 14px 0 17px;
  }
  .sec03 dl dd:last-of-type {
    font-size: 46px;
  }
  .sec03 dl {
    right: 10px;
  }
  .sec03 img {
    width: 170px;
  }
  .sec04 h4 {
    padding-bottom: 20px;
  }
  .sec04 div p:first-of-type strong {
    font-size: 50px;
  }
  .gold {
    padding-top: 18px;
  }
  .ctr_btn a span {
    font-size: 18px;
  }
  .ctr_btn a {
    width: 370px;
    font-size: 22px;
  }
  .ctr_btn img {
    bottom: 32px;
  }
  .profile_text {
    width: 52%;
    padding: 10px 0 20px;
  }
  .profile_text p {
    font-size: 14px;
  }
  .profile_text p:first-of-type {
    padding-bottom: 20px;
  }
  .sec12 .flex img {
    top: 236px;
    width: 47%;
  }
  .profile_box div ul li {
    font-size: 15px;
  }
  .profile_box div {
    padding: 15px;
  }
  .step-body4 .flex p {
    font-size: 18px;
  }
  .step-body4 .flex a span {
    font-size: 14px;
  }
  .step-body4 .flex a p {
    font-size: 36px;
  }
  .step-body4 .ctr_btn a span {
    font-size: 16px;
    margin-right: 5px;
  }
  .step-body4 .ctr_btn a {
    font-size: 18px;
  }
  .toggle_title p {
    font-size: 18px;
    font-weight: 500;
  }
  .top_blk dl {
    border-bottom: solid 1px #cfa93a;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .gold_bgi {
    height: 31vh;
  }
}

@media (max-width: 376px) {
  .head_text p {
    font-size: 14px;
  }
  header h1 {
    font-size: 14px;
  }
  .black_bgi {
    background-image: url(../img/black_bgi_sp.jpg);
    height: 31vh;
  }
  .gold_bgi {
    height: 38vh;
  }
  .gold {
    padding-top: 13px;
    height: 44vh;
  }
  .step-content4 {
    padding: 1em 0 1.3em 4.5em;
  }
  .step-label4::after {
    font-size: 32px;
  }
  .step-content4::before {
    width: 60px;
    height: 60px;
  }
  step-label4 {
    font-size: 14px;
    top: 6px;
    left: 10px;
  }
  .sec12 .flex {
    padding-top: 20px;
  }
  .sec12 .flex img {
    top: 245px;
    width: 45%;
  }
  .voice_tit h3 {
    padding: 8px 10px 10px;
  }
  .sec03 {
    height: 32.3vh;
  }
  .sec03 img {
    width: 145px;
  }
  .sec03 dl {
    right: 7px;
    top: 22px;
  }
  .nav {
    display: none;
    background: #242424;
    position: absolute;
    top: 69px;
    left: 0;
  }
  .ctr_btn a {
    width: 360px;
  }
}