/* fix */
main .l-inner {
  margin: 0 auto;
}
main .l-inner * {
  box-sizing: border-box;
}
main .l-inner article {
  width: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.ftool-wrapper {
  background-color: #fff;
}
.ftool-wrapper p {
  line-height: 1em;
}
.ftool-wrapper .col--02--C {
  width: auto;
}
/* 以下コンテンツ */
.box-wrapper {
  overflow: hidden;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}
.box-wrapper .pc {
  display: block;
}
.box-wrapper .sp {
  display: none;
}
@media (max-width: 750px) {
  .box-wrapper .pc {
    display: none;
  }
  .box-wrapper .sp {
    display: block;
  }
}
.box-wrapper .inner figure {
  margin: 0 0 0 0;
}
.box-wrapper img {
  width: 100%;
  height: auto;
}
.box-wrapper .sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
  transform: translateZ(1px);
  overflow: hidden !important;
  background-color: #0F0F0F;
  color: #fff;
}
.main_visual {
  position: relative;
}
.box-wrapper .kv_title {
  position: absolute;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: calc(100vw* 366 / 1280);
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}
@media (max-width: 750px) {
  .box-wrapper .kv_title {
    width: calc(100vw* 224 / 350);
    top: 40%;
  }
}
.box-wrapper .kv_title .logo_ccu {
  width: calc(100vw* 153 / 1280);
}
@media (max-width: 750px) {
  .box-wrapper .kv_title .logo_ccu {
    width: calc(100vw* 94 / 350);
  }
}
.box-wrapper .kv_title .logo_wism {
  width: calc(100vw* 153 / 1280);
}
@media (max-width: 750px) {
  .box-wrapper .kv_title .logo_wism {
    width: calc(100vw* 94 / 350);
  }
}
.box-wrapper .read-wrapper-ttl {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  margin: 200px auto 40px;
  text-align: center;
}
@media (max-width: 750px) {
  .box-wrapper .read-wrapper-ttl {
    font-size: calc(100vw* 24 / 350);
    margin: calc(100vw* 110 / 350) auto calc(100vw* 30 / 350);
  }
}
.box-wrapper .read-wrapper-txt {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 13px;
  line-height: 2;
  text-align: center;
  font-weight: 400;
  margin-bottom: 235px;
}
@media (max-width: 750px) {
  .box-wrapper .read-wrapper-txt {
    font-size: calc(100vw* 12 / 350);
    margin-bottom: calc(100vw* 80 / 350);
  }
}
.box-wrapper .btn-product {
  position: relative;
  width: 542px;
  height: 115px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 750px) {
  .box-wrapper .btn-product {
    width: calc(100vw* 315 / 350);
    height: calc(100vw* 94 / 350);
  }
}
.box-wrapper .btn-product::after {
  position: absolute;
  content: '';
  width: 542px;
  height: 115px;
  top: 0;
  left: 0;
  background-image: url(../images/frame.svg);
  background-size: contain;
  z-index: -1;
}
@media (max-width: 750px) {
  .box-wrapper .btn-product::after {
    width: calc(100vw* 315 / 350);
    height: calc(100vw* 94 / 350);
    background-image: url(../images/frame_sp.svg);
  }
}
.box-wrapper .btn-product a {
  display: block;
  font-family: "acumin-pro", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  text-decoration: none;
  height: 115px;
}
@media (max-width: 750px) {
.box-wrapper .btn-product a {
    height: calc(100vw* 94 / 350);
}
}


.box-wrapper a, .btn-product::after {
  filter: brightness(1);
  transition: 0.5s;
}
@media (min-width: 751px) {
  .box-wrapper .btn-product a:hover, .btn-product:hover::after {
    filter: brightness(1.5);
  }
  .btn-product:hover::after {
    background-color: #111;
  }
}
.box-wrapper .btn-product-title {
  font-size: 20px;
  margin: 0 auto 12px;
  text-align: center;
}
@media (max-width: 750px) {
  .box-wrapper .btn-product-title {
    font-size: calc(100vw* 15 / 350);
    margin: 0 auto calc(100vw* 8 / 350);
  }
}
.box-wrapper .btn-product-brand {
  display: block;
  margin: 0 auto;
  font-size: 15px;
  padding: 18px 0 10px;
}
@media (max-width: 750px) {
  .box-wrapper .btn-product-brand {
    font-size: calc(100vw* 13 / 350);
    padding: calc(100vw* 17 / 350) 0 calc(100vw* 8 / 350);
  }
}

.box-wrapper .btn-product-price {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center; 
  font-size: 20px;
  line-height: 1;
  padding-top: 5px;
}
@media (max-width: 750px) {
  .box-wrapper .btn-product-price {
    font-size: calc(100vw* 15 / 350);
  }
}
.box-wrapper .btn-product-value {
  	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
 height: 25px;
  padding-top: 5px;
}
  _::-webkit-full-page-media, _:future, :root .box-wrapper .btn-product-value {
    padding-bottom: 5px;
}
@media (max-width: 750px) {
  .box-wrapper .btn-product-value {
      padding: calc(100vw* 5 / 350) 0 0 0;
  }
  _::-webkit-full-page-media, _:future, :root .box-wrapper .btn-product-value {
  padding: calc(100vw* 5 / 350) 0;
}
}
.box-wrapper .btn-product-buy {
  	display: block;
  width: 55px;
  height: 25px;
  margin-left: 5px;
}
@media (max-width: 750px) {
  .box-wrapper .btn-product-buy {
    width: calc(100vw* 40 / 350);
    height: calc(100vw* 19 / 350);
  }
  _::-webkit-full-page-media, _:future, :root .box-wrapper .btn-product-buy {
  padding: calc(100vw* 5 / 350) 0;
}
}
.box-wrapper #s01 .btn-product {
  padding-bottom: 600px;
}
@media (max-width: 750px) {
  .box-wrapper #s01 .btn-product {
    padding-bottom: calc(100vw* 400 / 350);
  }
}
.box-wrapper .s02-02 {
  width: calc(100vw* 1200 / 1280);
  margin: 160px auto 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 750px) {
  .box-wrapper .s02-02 {
    width: calc(100vw* 315 / 350);
    margin: calc(100vw* 75 / 350) auto 0;
    display: block;
  }
}
.box-wrapper .s02-02-01 {
  width: calc(100vw* 600 / 1280);
}
@media (max-width: 750px) {
  .box-wrapper .s02-02-01 {
    width: calc(100vw* 220 / 350);
  }
}
.box-wrapper .s02-02-02 {
  width: calc(100vw* 540 / 1280);
  margin-top: calc(100vw* 290 / 1280);
}
@media (max-width: 750px) {
  .box-wrapper .s02-02-02 {
    width: calc(100vw* 220 / 350);
    margin: calc(100vw* 40 / 350) 0 0 calc(100vw* 95 / 350);
  }
}
.box-wrapper .s02-03 {
  width: calc(100vw* 1200 / 1280);
  margin: calc(100vw* 60 / 1280) auto 0;
  padding-bottom: 300px;
}
@media (max-width: 750px) {
  .box-wrapper .s02-03 {
    width: calc(100vw* 315 / 350);
    margin: calc(100vw* 40 / 350) auto 0;
    padding-bottom: calc(100vw* 80 / 350);
  }
}
.box-wrapper .s03-01 {
  margin-top: calc(100vw* 115 / 1280);
}
@media (max-width: 750px) {
  .box-wrapper .s03-01 {
    margin-top: calc(100vw* 48 / 350);
  }
}
.box-wrapper .s03-02 {
  position: absolute;
  width: calc(100vw* 800 / 1280);
  top: 0;
  left: calc(100vw* 40 / 1280);
}
@media (max-width: 750px) {
  .box-wrapper .s03-02 {
    width: calc(100vw* 220 / 350);
    top: 0;
    left: calc(100vw* 17.5 / 350);
  }
}
.box-wrapper .s04-01 {
  width: calc(100vw* 1200 / 1280);
  margin: calc(100vw* 120 / 1280) auto 0;
}
@media (max-width: 750px) {
  .box-wrapper .s04-01 {
    width: calc(100vw* 315 / 350);
    margin: calc(100vw* 80 / 350) auto 0;
  }
}
.box-wrapper .s04-02 {
  width: calc(100vw* 1200 / 1280);
  margin: 160px auto 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 750px) {
  .box-wrapper .s04-02 {
    width: calc(100vw* 315 / 350);
    margin: calc(100vw* 75 / 350) auto 0;
    display: block;
  }
}
.box-wrapper .s04-02-01 {
  width: calc(100vw* 600 / 1280);
}
@media (max-width: 750px) {
  .box-wrapper .s04-02-01 {
    width: calc(100vw* 220 / 350);
  }
}
.box-wrapper .s04-02-02 {
  width: calc(100vw* 540 / 1280);
  margin-top: calc(100vw* 290 / 1280);
}
@media (max-width: 750px) {
  .box-wrapper .s04-02-02 {
    width: calc(100vw* 220 / 350);
    margin: calc(100vw* 40 / 350) 0 0 calc(100vw* 95 / 350);
  }
}
.box-wrapper #s05 {
  padding-bottom: 600px;
}
@media (max-width: 750px) {
  .box-wrapper #s05 {
    padding-bottom: calc(100vw* 400 / 350);
  }
}
.box-wrapper .s05-01 {
  width: calc(100vw* 1000 / 1280);
  margin: calc(100vw* 150 / 1280) auto;
}
@media (max-width: 750px) {
  .box-wrapper .s05-01 {
    width: calc(100vw* 315 / 350);
    margin: calc(100vw* 80 / 350) auto;
  }
}
.box-wrapper #end {
  padding-top: calc(100vw* 200 / 1280);
  text-align: center;
}
@media (max-width: 750px) {
  .box-wrapper #end {
    padding-top: calc(100vw* 150 / 350);
  }
}
.box-wrapper .end-01 {
  width: 600px;
  margin: 0 auto;
}
@media (max-width: 750px) {
  .box-wrapper .end-01 {
    width: calc(100vw* 280 / 350);
  }
}
.box-wrapper .end-01 img {
  border: solid 1px #fff;
}
.box-wrapper .end-ccu {
  margin-top: 100px;
}
@media (max-width: 750px) {
  .box-wrapper .end-ccu {
    margin-top: calc(100vw* 40 / 350);
  }
}
.box-wrapper .end-ccu-title {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .box-wrapper .end-ccu-title {
    font-size: calc(100vw* 18 / 350);
  }
}
.box-wrapper .end-ccu-logo {
  display: block;
  width: 250px;
  margin: 0 auto 60px;
}
@media (max-width: 750px) {
  .box-wrapper .end-ccu-logo {
    width: calc(100vw* 150 / 350);
    margin: 0 auto calc(100vw* 24 / 350);
  }
}
.box-wrapper .end-ccu-text {
  font-size: 13px;
  line-height: 2;
  font-weight: 400;
  margin-top: 20px;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .box-wrapper .end-ccu-text {
    font-size: calc(100vw* 12 / 350);
    margin-top: calc(100vw* 24 / 350);
  }
}
.box-wrapper .end-credit {
  text-align: center;
  margin-top: 200px;
}
@media (max-width: 750px) {
  .box-wrapper .end-credit {
    margin-top: calc(100vw* 140 / 350);
  }
}
.box-wrapper .end-credit-title {
  font-family: "acumin-pro", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #999999;
}
@media (max-width: 750px) {
  .box-wrapper .end-credit-title {
    font-size: calc(100vw* 18 / 350);
  }
}
.box-wrapper .end-credit-text {
  font-family: "acumin-pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
  margin: 20px auto 390px;
}
@media (max-width: 750px) {
  .box-wrapper .end-credit-text {
    font-size: calc(100vw* 12 / 350);
    margin: calc(100vw* 14 / 350) auto calc(100vw* 140 / 350);
  }
}
.box-wrapper .end-wism-logo {
  width: 200px;
  margin: 0 auto 300px;
}
@media (max-width: 750px) {
  .box-wrapper .end-wism-logo {
    width: calc(100vw* 150 / 350);
    margin: 0 auto calc(100vw* 140 / 350);
  }
}
/*以下アニメーション*/
.fadeInTrigger, .fadeUpTrigger, .fadeDownTrigger, .fadeLeftTrigger, .fadeRightTrigger {
  opacity: 0;
}
.blurTrigger {
  opacity: 1;
      filter: grayscale(1);
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  transition: all 0.1s ease 0.1s;
  animation-fill-mode: forwards;
  opacity: 0;
  /* position: relative; */
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    /* top: 20px; */
    transform: translate(0, 50px);
    filter: blur(10px) grayscale(1);
  }
  to {
    opacity: 1;
    /* top: 0; */
    transform: translate(0, 0);
    filter: blur(0) grayscale(0);
  }
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 1.5s;
  transition: all 0.1s ease 0.1s;
  animation-fill-mode: forwards;
  opacity: 0;
  /* position: relative; */
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    /* right: 50px; */
    transform: translate(-50px, 0);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    /* right: 0; */
    transform: translate(0, 0);
    filter: blur(0);
  }
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1.5s;
  transition: all 0.1s ease 0.1s;
  animation-fill-mode: forwards;
  opacity: 0;
  /* position: relative; */
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    /* left: 50px; */
    transform: translate(50px, 0);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    /* left: 0; */
    transform: translate(0, 0);
    filter: blur(0);
  }
}
/* blur */
.blur {
  animation-name: blurAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: grayscale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    filter: grayscale(0);
    transform: scale(1);
    opacity: 1;
  }
}
/* blur 2*/
.blur2 {
  animation-name: blur2Anime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes blur2Anime {
  from {
    filter: grayscale(1);
    transform: scale(1);
    opacity: 0;
  }
  to {
    filter: grayscale(0);
    transform: scale(1);
    opacity: 1;
  }
}