@charset "UTF-8";

main > .inner {
  width: auto !important;
}
@media screen and (max-width: 912px) {
  main {
    padding-bottom: 0;
  }
  main > .inner {
    padding: 0 0;
  }
}
.content h2 {
  margin-bottom: 0 !important;
  line-height: 1;
}
#page-2024_hoseitaiken .contents {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Mayryo','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 14px;
  color: #303030;
  line-height: 1.5;
}
@media screen and (min-width: 1040px) {
  #page-2024_hoseitaiken .contents {
    margin: 0 auto 50px;
    max-width: 1040px;
    font-size: 28px;
  }
}
#page-2024_hoseitaiken a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
}
#page-2024_hoseitaiken a:hover {
  text-decoration: underline;
}
#page-2024_hoseitaiken span {
  font-size: inherit;
  font-weight: inherit;
}
#page-2024_hoseitaiken .cl {
  clear: both;
}
#page-2024_hoseitaiken .clx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
#page-2024_hoseitaiken .clx {
  min-height: 1px;
}
#page-2024_hoseitaiken * html .clx {
  height: 1px;
}
#page-2024_hoseitaiken img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  vertical-align: bottom;
}
#page-2024_hoseitaiken img.img-t {
  vertical-align: top;
}
#page-2024_hoseitaiken body {
  width: 100%;
}
#page-2024_hoseitaiken .cta {
  position: relative;
}


/*-------------------------------------------
アンカーリンク
-----------------------------------------------*/
.l-anchor {
  position: relative;
}
.anchor {
  position: absolute !important;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 93.6%;
}
@media screen and (max-width: 912px) {
}


/*-------------------------------------------
フローティングボタン
-----------------------------------------------*/
.target {
  position: relative;
}
#floatingLink {
  display: none;
  width: 83.9%;
  max-width: 839px;
  left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}
#floatingLink.active {
  display: block;
  position: fixed;
  bottom: 0;
  z-index: 2;
}
@media screen and ( max-width: 820px ) {
  #floatingLink {
    width: 88.54vw;
  }
  .target {
    position: relative;
    top: 42.68vw;
  }
}


/*-------------------------------------------
アコーディオン
-----------------------------------------------*/
.accordion__list {
  padding: 150px 0;
  color: #595757;
  font-size: 40px;
  text-align: center;
  background: #f6edec;
}
.accordion__head {
  display: inline-block;
  border-bottom: 2px solid #595757;
  cursor: pointer;
}
.accordion__item:nth-child(n+2) {
  margin-top: 12%;
}
.accordion__body {
  overflow: hidden;
  padding: 0 1em;
  color: #595757;
  width: 100%;
  height: 0;
  transition: all .25s ease;
  box-sizing: border-box;
}
.accordion__item.active .accordion__body {
  padding: 1em;
  height: auto;
}
@media screen and ( max-width: 820px ) {
  .accordion__list {
    padding: 16vw 0 8vw;
    font-size: 16px;
  }
  .accordion__item:nth-child(n+2) {
    margin-top: 8%;
  }
}


/*-------------------------------------------
CTA set
-----------------------------------------------*/
.cta {
  position: relative;
}
.btn-cart {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 3%;
  width: 83.9%;
  cursor: pointer;
}


/*-------------------------------------------
shiny-btn
-----------------------------------------------*/
.shiny-btn {
  position: relative;
  overflow: hidden;
}
.shiny-btn::after {
  content: "";
  position: absolute;
  top: -10%;
  left: -20%;
  width: 84px;
  height: 100%;
  transform: scale(2) rotate(20deg) translate3d(0, 0, 0);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  -webkit-animation-name: shiny;
  animation-name: shiny;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media screen and (max-width: 912px) {
  .shiny-btn::after {
    width: 11.2vw;
  }
}
@-webkit-keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

/*-------------------------------------------
footer
-----------------------------------------------*/
#page-2024_hoseitaiken .footer-link {
  text-align: center;
  margin-top: 10%;
}
#page-2024_hoseitaiken .footer-link li {
  font-size: 1.2em;
  padding-bottom: .8em;
  letter-spacing: .2em;
}
#page-2024_hoseitaiken .footer-link li a:visited,
#page-2024_hoseitaiken .footer-link li a:link {
  color: #000;
}
#page-2024_hoseitaiken #copy {
  background: #f1bbc2;
  text-align: center;
  font-size: .72em;
  color: #fff;
  background-size: 100% auto;
  box-sizing: border-box;
  padding: 1em 0 1em;
  line-height: 1.7;
}


/*-------------------------------------------
注意事項
-----------------------------------------------*/
.attention {
  border: 1px solid #595757;
  margin-top: 40px;
  padding: 40px;
}
.attention__inner + .attention__inner {
  margin-top: 2em;
  padding-top: 2em;
  border-top: 1px solid #595757;
}
.attention__heading {
  margin: 0 0 1em;
  font-size: 3.0rem;
  font-weight: 700;
  text-align: center;
}
.attention__text {
  line-height: 1.7;
}
#page-2024_hoseitaiken .attention__text a {
  color: #B9647B;
}
.attention__text p + p {
  margin-top: 1em;
}
.attention__text ul {
  margin: 1em 0 0 1em;
}
.attention__text li::before {
  content: "・";
  display: inline-block;
  text-indent: -1em;
}

@media screen and (max-width: 820px) {
  .attention {
    margin: 10.67vw 5.4vw;
    padding: 8vw 5.33vw;
  }
  .attention__heading {
    margin: 0 0 0.5em;
    font-size: 2.4rem;
  }
}