@charset "UTF-8";
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
@keyframes show {
  0% {
    clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    opacity: 0;
  }
  60% {
    clip-path: polygon(0 0, 100% 0, 100% 30%, 0 60%);
    opacity: 1;
  }
  80% {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 65%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
main .l-inner .ftool-wrapper {
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw);
  background-color: #FFF;
  padding-bottom: 0px;
  display: block;
  position: relative;
}
main .l-inner .ftool-wrapper img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
main .l-inner .ftool-wrapper ul li {
  list-style: none;
}
main .l-inner .ftool-wrapper div {
  box-sizing: border-box;
}
main .l-inner .ftool-wrapper .col--02--Y {
  max-width: 100%;
}
main .l-inner .ftool-wrapper .title h4 {
  transform: scale(0.5);
  opacity: 0;
  transition: all 0.3s ease-in 0.25s;
}
main .l-inner .ftool-wrapper .title.on h4 {
  transform: scale(1);
  opacity: 1;
  transform: scale(1);
}
main .l-inner .ftool-wrapper .combo,
main .l-inner .ftool-wrapper .set,
main .l-inner .ftool-wrapper .movie,
main .l-inner .ftool-wrapper .comment {
  opacity: 0;
  transition: opacity 0.5s ease-in 0.25s;
}
main .l-inner .ftool-wrapper .combo.on,
main .l-inner .ftool-wrapper .set.on,
main .l-inner .ftool-wrapper .movie.on,
main .l-inner .ftool-wrapper .comment.on {
  opacity: 1;
}
main .l-inner .ftool-wrapper #visual {
  width: 100%;
  min-width: 1080px;
  height: auto;
  margin: 0 auto;
  position: relative;
}
main .l-inner .ftool-wrapper #visual .photo {
  width: 100%;
  opacity: 0;
  transition: opacity 1s ease-in 0.5s;
}
main .l-inner .ftool-wrapper #visual h2 {
  background-image: url(../images/title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 26.25vw;
  min-width: 283.5px;
  height: 15.62505vw;
  min-height: 168.75054px;
  position: absolute;
  top: 90px;
  left: 60px;
  z-index: 1;
  opacity: 0;
  clip-path: polygon(0 0, 0 0, 0 0, 0 0);
  transition: all 0.5s ease-in 1s;
}
main .l-inner .ftool-wrapper #visual h3 {
  width: 130px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 1;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
}
main .l-inner .ftool-wrapper #visual h3 a {
  background-image: url(../images/logo_spick.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 130px;
  height: 28px;
}
main .l-inner .ftool-wrapper #visual.on .photo {
  opacity: 1;
}
main .l-inner .ftool-wrapper #visual.on h2 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  opacity: 1;
}
main .l-inner .ftool-wrapper #visual.on h3 {
  opacity: 1;
}
main .l-inner .ftool-wrapper #lead {
  width: 100%;
  padding: 80px 0;
  opacity: 0;
  transition: all 0.25s ease-in 0s;
}
main .l-inner .ftool-wrapper #lead p {
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
}
main .l-inner .ftool-wrapper #lead p:not(:last-child) {
  margin-bottom: 10px;
}
main .l-inner .ftool-wrapper #lead.on {
  opacity: 1;
}
main .l-inner .ftool-wrapper .style:not(:last-child) {
  margin-bottom: 150px;
}
main .l-inner .ftool-wrapper .style.s1 .title h4 {
  background-image: url(../images/style_title01.png);
}
main .l-inner .ftool-wrapper .style.s1 .combo .mybody {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 auto 70px auto;
}
main .l-inner .ftool-wrapper .style.s1 .combo .mybody h5 {
  background-image: url(../images/body_style01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 176px;
  height: 34px;
  margin: 0 0 0 5px;
  position: relative;
}
main .l-inner .ftool-wrapper .style.s1 .combo .mybody::before {
  content: "";
  width: 115px;
  height: 1px;
  background-color: #000;
  display: block;
}
main .l-inner .ftool-wrapper .style.s1 .combo .mybody::after {
  content: "";
  width: 115px;
  height: 1px;
  background-color: #000;
  margin: 0 0 0 5px;
  display: block;
}
main .l-inner .ftool-wrapper .style.s2 .title h4 {
  background-image: url(../images/style_title02.png);
}
main .l-inner .ftool-wrapper .style.s2 .combo.bg {
  margin-bottom: 60px;
  z-index: 0;
}
main .l-inner .ftool-wrapper .style.s2 .combo.bg .photo {
  position: relative;
  z-index: 1;
}
main .l-inner .ftool-wrapper .style.s2 .combo.bg .text {
  border: solid 1px #EDEBEB;
  position: relative;
  z-index: 1;
}
main .l-inner .ftool-wrapper .style.s2 .combo.bg .text p {
  color: #EDEBEB;
}
main .l-inner .ftool-wrapper .style.s2 .combo.bg::before {
  background-color: #C12432;
}
main .l-inner .ftool-wrapper .style.s3 .title h4 {
  background-image: url(../images/style_title03.png);
}
main .l-inner .ftool-wrapper .style.s3 .combo .photo {
  position: relative;
  z-index: 1;
}
main .l-inner .ftool-wrapper .style.s3 .combo .text {
  border: solid 1px #2EB17A;
  position: relative;
  z-index: 1;
}
main .l-inner .ftool-wrapper .style.s4 .title h4 {
  background-image: url(../images/style_title04.png);
}
main .l-inner .ftool-wrapper .style.s4 .combo.bg::before {
  background-color: #848984;
}
main .l-inner .ftool-wrapper .style.s5 .title h4 {
  background-image: url(../images/style_title05.png);
}
main .l-inner .ftool-wrapper .style.s5 .combo .photo-w {
  position: relative;
  z-index: 1;
}
main .l-inner .ftool-wrapper .style.s5 .combo .photo-w:not(:last-child) {
  margin-bottom: 30px;
}
main .l-inner .ftool-wrapper .style.s5 .combo .text {
  border: solid 1px #222222;
  position: relative;
  z-index: 1;
}
main .l-inner .ftool-wrapper .style .title {
  width: auto;
  margin: 0 auto;
  position: relative;
  transform: translateY(10px);
  z-index: 3;
}
main .l-inner .ftool-wrapper .style .title h4 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 117px;
  height: 117px;
  margin: 0 auto;
}
main .l-inner .ftool-wrapper .style .combo {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
main .l-inner .ftool-wrapper .style .combo:not(:last-child) {
  margin-bottom: 100px;
}
main .l-inner .ftool-wrapper .style .combo.bg {
  margin-bottom: 60px;
  z-index: 0;
}
main .l-inner .ftool-wrapper .style .combo.bg .photo {
  position: relative;
  z-index: 1;
}
main .l-inner .ftool-wrapper .style .combo.bg .text {
  border: solid 1px #EDEBEB;
  position: relative;
  z-index: 1;
}
main .l-inner .ftool-wrapper .style .combo.bg .text p {
  color: #EDEBEB;
}
main .l-inner .ftool-wrapper .style .combo.bg::before {
  content: "";
  width: 100%;
  height: 770px;
  position: absolute;
  left: 0px;
  bottom: -35px;
  z-index: 0;
}
main .l-inner .ftool-wrapper .style .combo .photo {
  width: 580px;
  margin: 0 auto;
}
main .l-inner .ftool-wrapper .style .combo .photo:not(:last-child) {
  margin-bottom: 30px;
}
main .l-inner .ftool-wrapper .style .combo .photo-w {
  width: 800px;
  margin: 0 auto;
}
main .l-inner .ftool-wrapper .style .combo .photo-w:not(:last-child) {
  margin-bottom: 60px;
}
main .l-inner .ftool-wrapper .style .combo .text {
  width: 580px;
  padding: 20px;
  margin: 0 auto;
  border: solid 1px #385A9F;
}
main .l-inner .ftool-wrapper .style .combo .text:not(:last-child) {
  margin-bottom: 30px;
}
main .l-inner .ftool-wrapper .style .combo .text p {
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.05em;
  text-align: justify;
  margin: 0px;
}
main .l-inner .ftool-wrapper .style .combo .photoset {
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .l-inner .ftool-wrapper .style .combo .photoset.type1 {
  width: 800px;
}
main .l-inner .ftool-wrapper .style .combo .photoset.type1:not(:last-child) {
  margin-bottom: 25px;
}
main .l-inner .ftool-wrapper .style .combo .photoset.type1 > div {
  width: 380px;
  position: relative;
}
main .l-inner .ftool-wrapper .style .combo .photoset.type1 > div:nth-child(2) {
  padding-top: 85px;
}
main .l-inner .ftool-wrapper .style .combo .photoset.type1-2 {
  width: 800px;
}
main .l-inner .ftool-wrapper .style .combo .photoset.type1-2:not(:last-child) {
  margin-bottom: 25px;
}
main .l-inner .ftool-wrapper .style .combo .photoset.type1-2 > div {
  position: relative;
}
main .l-inner .ftool-wrapper .style .combo .photoset.type1-2 > div:nth-child(1) {
  width: 460px;
}
main .l-inner .ftool-wrapper .style .combo .photoset.type1-2 > div:nth-child(2) {
  width: 320px;
  padding-top: 340px;
}
main .l-inner .ftool-wrapper .style .combo .photoset.type2 {
  width: 800px;
  justify-content: flex-end;
  position: relative;
}
main .l-inner .ftool-wrapper .style .combo .photoset.type2:not(:last-child) {
  margin-bottom: 25px;
}
main .l-inner .ftool-wrapper .style .combo .photoset.type2 > div {
  position: relative;
}
main .l-inner .ftool-wrapper .style .combo .photoset.type2 > div:nth-child(1) {
  width: 380px;
  position: absolute;
  top: 0px;
  left: 0px;
}
main .l-inner .ftool-wrapper .style .combo .photoset.type2 > div:nth-child(2) {
  width: 436px;
  padding-top: 110px;
  transform: translateZ(1);
}
main .l-inner .ftool-wrapper .style .combo .photoset.type3 {
  width: 1080px;
}
main .l-inner .ftool-wrapper .style .combo .photoset.type3:not(:last-child) {
  margin-bottom: 25px;
}
main .l-inner .ftool-wrapper .style .combo .photoset.type3 > div {
  width: 340px;
  position: relative;
}
main .l-inner .ftool-wrapper .style .combo .photoset.type3 > div:nth-child(1) {
  padding-top: 130px;
}
main .l-inner .ftool-wrapper .style .combo .photoset.type3 > div:nth-child(2) {
  padding-top: 70px;
}
main .l-inner .ftool-wrapper .style .combo .photoset.type4 {
  width: 1080px;
}
main .l-inner .ftool-wrapper .style .combo .photoset.type4:not(:last-child) {
  margin-bottom: 25px;
}
main .l-inner .ftool-wrapper .style .combo .photoset.type4 > div {
  width: 320px;
  position: relative;
}
main .l-inner .ftool-wrapper .style .combo .photoset.type4 > div:nth-child(2) {
  padding-top: 135px;
}
main .l-inner .ftool-wrapper .style .combo .photoset.type4 > div:nth-child(3) {
  padding-top: 60px;
}
main .l-inner .ftool-wrapper .style .combo .credit {
  width: 100%;
  margin: 0 auto;
}
main .l-inner .ftool-wrapper .style .combo .credit:not(:last-child) {
  margin-bottom: 160px;
}
main .l-inner .ftool-wrapper .movie {
  width: 380px;
  margin: 0 auto 100px auto;
}
main .l-inner .ftool-wrapper .movie video {
  width: 100%;
  height: auto;
}
main .l-inner .ftool-wrapper .comment {
  width: 800px;
  margin: 0 auto;
}
main .l-inner .ftool-wrapper .comment:not(:last-child) {
  margin-bottom: 140px;
}
main .l-inner .ftool-wrapper .comment .title {
  width: auto;
  margin: 0 auto;
  position: relative;
  transform: translateY(10px);
  z-index: 3;
}
main .l-inner .ftool-wrapper .comment .title h4 {
  background-image: url(../images/comment_title.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  width: 117px;
  height: 117px;
  margin: 0 auto;
}
main .l-inner .ftool-wrapper .comment .inner {
  width: 100%;
  padding: 70px 110px;
  border-radius: 20px;
  background-color: #EDEBEB;
}
main .l-inner .ftool-wrapper .comment .inner .photo {
  width: 100%;
  margin-bottom: 60px;
}
main .l-inner .ftool-wrapper .comment .inner .text {
  margin-bottom: 60px;
}
main .l-inner .ftool-wrapper .comment .inner .text p {
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.05em;
  margin: 0px;
}
main .l-inner .ftool-wrapper .comment .inner .text p:not(:last-child) {
  margin-bottom: 20px;
}
main .l-inner .ftool-wrapper .comment .inner .profile {
  width: 100%;
  padding: 40px 0;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
main .l-inner .ftool-wrapper .comment .inner .profile dl dt {
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
main .l-inner .ftool-wrapper .comment .inner .profile dl dd {
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0.05em;
}
main .l-inner .ftool-wrapper .comment .inner .profile dl dd:not(:last-child) {
  margin-bottom: 10px;
}
main .l-inner .ftool-wrapper .comment .inner .profile dl dd.ig {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
main .l-inner .ftool-wrapper .comment .inner .profile dl dd.ig::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../images/icon_insta.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
main .l-inner .ftool-wrapper .comment .inner .profile dl dd.ig a {
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: underline;
  display: inline-block;
  margin: 0 0 0 5px;
}
main .l-inner .ftool-wrapper .comment .inner .profile dl dd.ig a:hover {
  color: #999999;
}
main .l-inner .ftool-wrapper .comment .inner .profile dl dd.ig span {
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  display: inline-block;
  margin: 0 0 0 5px;
}
main .l-inner .ftool-wrapper .instagram a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .l-inner .ftool-wrapper .instagram a span {
  width: 30px;
  margin-bottom: 10px;
  display: block;
}
main .l-inner .ftool-wrapper .instagram a p {
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: center;
}
main .l-inner .ftool-wrapper .credits {
  width: 580px;
  margin: 0 auto;
}
main .l-inner .ftool-wrapper .credits ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .l-inner .ftool-wrapper .credits ul li {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}
main .l-inner .ftool-wrapper .credits ul li a {
  min-height: 66px;
  padding: 0 0 0 65px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  box-sizing: border-box;
  transition: all 0.25s ease-in 0s;
}
main .l-inner .ftool-wrapper .credits ul li a .thumb {
  width: 55px;
  position: absolute;
  left: 0px;
  top: 0px;
}
main .l-inner .ftool-wrapper .credits ul li a .brand {
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  letter-spacing: 0em;
  margin: 0px;
}
main .l-inner .ftool-wrapper .credits ul li a .name {
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0em;
  margin: 0px;
}
main .l-inner .ftool-wrapper .credits ul li a .price {
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0em;
  margin: 0px;
}
main .l-inner .ftool-wrapper .credits ul li a:hover {
  opacity: 0.8;
}
main .l-inner .ftool-wrapper .mb60 {
  width: 100%;
  margin: 0px;
}
main .l-inner .ftool-wrapper .ref-item {
  margin: 0px;
}
main .l-inner .ftool-wrapper .description {
  margin: 0px;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  .ftool-wrapper {
    width: 100%;
    padding: 0px;
    margin: 0 auto;
  }

  main .l-inner {
    padding: 0px;
    margin: 0px;
    width: 100%;
  }
  main .l-inner .ftool-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0px;
  }
  main .l-inner .ftool-wrapper .mb60 {
    width: 100%;
    margin: 0px;
  }
  main .l-inner .ftool-wrapper .ref-item {
    margin: 0px;
  }
  main .l-inner .ftool-wrapper .description {
    margin: 0px;
  }
  main .l-inner .ftool-wrapper .title,
main .l-inner .ftool-wrapper .combo,
main .l-inner .ftool-wrapper .set {
    opacity: 0;
    transition: opacity 0.5s ease-in 0.25s;
  }
  main .l-inner .ftool-wrapper .title.on,
main .l-inner .ftool-wrapper .combo.on,
main .l-inner .ftool-wrapper .set.on {
    opacity: 1;
  }
  main .l-inner .ftool-wrapper #visual {
    min-width: 100%;
  }
  main .l-inner .ftool-wrapper #visual .photo {
    width: 100%;
    margin-bottom: 50px;
  }
  main .l-inner .ftool-wrapper #visual h2 {
    background-image: url(../images/title_sp.png);
    width: 225px;
    min-width: 225px;
    height: 119px;
    min-height: 119px;
    margin: 0 auto;
    position: relative;
    top: auto;
    left: auto;
  }
  main .l-inner .ftool-wrapper #visual h3 {
    width: 65px;
    top: 10px;
    bottom: auto;
    left: 10px;
  }
  main .l-inner .ftool-wrapper #visual h3 a {
    width: 65px;
    height: 14px;
  }
  main .l-inner .ftool-wrapper #visual.on .inner .title {
    opacity: 1;
  }
  main .l-inner .ftool-wrapper #visual.on .inner .photo {
    opacity: 1;
  }
  main .l-inner .ftool-wrapper #lead {
    width: 100%;
    padding: 45px 20px 60px 20px;
  }
  main .l-inner .ftool-wrapper #lead p {
    color: #000;
    font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
  }
  main .l-inner .ftool-wrapper #lead p br:not(:first-child) {
    display: none;
  }
  main .l-inner .ftool-wrapper .style:not(:last-child) {
    margin-bottom: 90px;
  }
  main .l-inner .ftool-wrapper .style.s1 .title h4 {
    background-image: url(../images/style_title01.png);
  }
  main .l-inner .ftool-wrapper .style.s1 .combo .mybody {
    width: calc(100% - 40px);
    margin: 0 auto 20px auto;
  }
  main .l-inner .ftool-wrapper .style.s1 .combo .mybody h5 {
    width: 140px;
    height: 26px;
  }
  main .l-inner .ftool-wrapper .style.s1 .combo .mybody::before {
    width: calc((100% - 150px) / 2);
  }
  main .l-inner .ftool-wrapper .style.s1 .combo .mybody::after {
    width: calc((100% - 150px) / 2);
  }
  main .l-inner .ftool-wrapper .style.s2 .title h4 {
    background-image: url(../images/style_title02.png);
  }
  main .l-inner .ftool-wrapper .style.s2 .combo.bg {
    margin-bottom: 60px;
    z-index: 0;
  }
  main .l-inner .ftool-wrapper .style.s2 .combo.bg .photo {
    position: relative;
    z-index: 1;
  }
  main .l-inner .ftool-wrapper .style.s2 .combo.bg .text {
    border: solid 1px #EDEBEB;
    position: relative;
    z-index: 1;
  }
  main .l-inner .ftool-wrapper .style.s2 .combo.bg .text p {
    color: #EDEBEB;
  }
  main .l-inner .ftool-wrapper .style.s2 .combo.bg::before {
    background-color: #C12432;
  }
  main .l-inner .ftool-wrapper .style.s2 .combo .credits {
    padding: 0 20px;
  }
  main .l-inner .ftool-wrapper .style.s3 .title h4 {
    background-image: url(../images/style_title03.png);
  }
  main .l-inner .ftool-wrapper .style.s3 .combo .photo {
    position: relative;
    z-index: 1;
  }
  main .l-inner .ftool-wrapper .style.s3 .combo .text {
    border: solid 1px #2EB17A;
    position: relative;
    z-index: 1;
  }
  main .l-inner .ftool-wrapper .style.s4 .title h4 {
    background-image: url(../images/style_title04.png);
  }
  main .l-inner .ftool-wrapper .style.s4 .combo.bg::before {
    background-color: #848984;
  }
  main .l-inner .ftool-wrapper .style.s5 .title h4 {
    background-image: url(../images/style_title05.png);
  }
  main .l-inner .ftool-wrapper .style.s5 .combo .photo-w {
    position: relative;
    z-index: 1;
  }
  main .l-inner .ftool-wrapper .style.s5 .combo .photo-w:not(:last-child) {
    margin-bottom: 30px;
  }
  main .l-inner .ftool-wrapper .style.s5 .combo .text {
    border: solid 1px #222222;
    position: relative;
    z-index: 1;
  }
  main .l-inner .ftool-wrapper .style .title {
    transform: translateY(10px);
  }
  main .l-inner .ftool-wrapper .style .title h4 {
    width: 90px;
    height: 90px;
  }
  main .l-inner .ftool-wrapper .style .combo {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  main .l-inner .ftool-wrapper .style .combo:not(:last-child) {
    margin-bottom: 40px;
  }
  main .l-inner .ftool-wrapper .style .combo.bg {
    margin-bottom: 60px;
    z-index: 0;
  }
  main .l-inner .ftool-wrapper .style .combo.bg .photo {
    position: relative;
    z-index: 1;
  }
  main .l-inner .ftool-wrapper .style .combo.bg .text {
    border: solid 1px #EDEBEB;
    position: relative;
    z-index: 1;
  }
  main .l-inner .ftool-wrapper .style .combo.bg .text p {
    color: #EDEBEB;
  }
  main .l-inner .ftool-wrapper .style .combo.bg::before {
    height: 144.5vw;
    bottom: -30px;
  }
  main .l-inner .ftool-wrapper .style .combo .photo {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .l-inner .ftool-wrapper .style .combo .photo:not(:last-child) {
    margin-bottom: 25px;
  }
  main .l-inner .ftool-wrapper .style .combo .photo-w {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .l-inner .ftool-wrapper .style .combo .photo-w:not(:last-child) {
    margin-bottom: 20px;
  }
  main .l-inner .ftool-wrapper .style .combo .text {
    width: calc(100% - 40px);
    padding: 20px;
  }
  main .l-inner .ftool-wrapper .style .combo .text:not(:last-child) {
    margin-bottom: 40px;
  }
  main .l-inner .ftool-wrapper .style .combo .text p {
    color: #000;
    font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.05em;
    text-align: justify;
    margin: 0px;
  }
  main .l-inner .ftool-wrapper .style .combo .photoset {
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .l-inner .ftool-wrapper .style .combo .photoset.type1 {
    width: calc(100% - 40px);
  }
  main .l-inner .ftool-wrapper .style .combo .photoset.type1:not(:last-child) {
    margin-bottom: 15px;
  }
  main .l-inner .ftool-wrapper .style .combo .photoset.type1 > div {
    width: calc((100% - 16px) / 2);
    position: relative;
  }
  main .l-inner .ftool-wrapper .style .combo .photoset.type1 > div:nth-child(2) {
    padding-top: 36px;
  }
  main .l-inner .ftool-wrapper .style .combo .photoset.type1-2 {
    width: calc(100% - 40px);
  }
  main .l-inner .ftool-wrapper .style .combo .photoset.type1-2:not(:last-child) {
    margin-bottom: 15px;
  }
  main .l-inner .ftool-wrapper .style .combo .photoset.type1-2 > div:nth-child(1) {
    width: 59.7%;
  }
  main .l-inner .ftool-wrapper .style .combo .photoset.type1-2 > div:nth-child(2) {
    width: 35.8%;
    padding-top: 155px;
  }
  main .l-inner .ftool-wrapper .style .combo .photoset.type2 {
    width: calc(100% - 40px);
  }
  main .l-inner .ftool-wrapper .style .combo .photoset.type2:not(:last-child) {
    margin-bottom: 25px;
  }
  main .l-inner .ftool-wrapper .style .combo .photoset.type2 > div {
    position: relative;
  }
  main .l-inner .ftool-wrapper .style .combo .photoset.type2 > div:nth-child(1) {
    width: 46.5%;
  }
  main .l-inner .ftool-wrapper .style .combo .photoset.type2 > div:nth-child(2) {
    width: 56.1%;
    padding-top: 45px;
  }
  main .l-inner .ftool-wrapper .style .combo .photoset.type3 {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .l-inner .ftool-wrapper .style .combo .photoset.type3:not(:last-child) {
    margin-bottom: 20px;
  }
  main .l-inner .ftool-wrapper .style .combo .photoset.type3 > div {
    width: 100%;
  }
  main .l-inner .ftool-wrapper .style .combo .photoset.type3 > div:not(:last-child) {
    margin-bottom: 20px;
  }
  main .l-inner .ftool-wrapper .style .combo .photoset.type3 > div:nth-child(1) {
    padding: 0 110px 0 0;
  }
  main .l-inner .ftool-wrapper .style .combo .photoset.type3 > div:nth-child(2) {
    padding: 0 0 0 110px;
  }
  main .l-inner .ftool-wrapper .style .combo .photoset.type3 > div:nth-child(3) {
    padding: 0 50px 0 20px;
  }
  main .l-inner .ftool-wrapper .style .combo .photoset.type4 {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .l-inner .ftool-wrapper .style .combo .photoset.type4:not(:last-child) {
    margin-bottom: 20px;
  }
  main .l-inner .ftool-wrapper .style .combo .photoset.type4 > div {
    width: 100%;
  }
  main .l-inner .ftool-wrapper .style .combo .photoset.type4 > div:not(:last-child) {
    margin-bottom: 20px;
  }
  main .l-inner .ftool-wrapper .style .combo .photoset.type4 > div:nth-child(1) {
    padding: 0 20px 0 90px;
  }
  main .l-inner .ftool-wrapper .style .combo .photoset.type4 > div:nth-child(2) {
    padding: 0 65px 0 45px;
  }
  main .l-inner .ftool-wrapper .style .combo .photoset.type4 > div:nth-child(3) {
    padding: 0 75px 0 0;
  }
  main .l-inner .ftool-wrapper .style .combo .credit {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .l-inner .ftool-wrapper .style .combo .credit:not(:last-child) {
    margin-bottom: 60px;
  }
  main .l-inner .ftool-wrapper .movie {
    width: calc(100% - 40px);
    margin: 0 auto 90px auto;
  }
  main .l-inner .ftool-wrapper .comment {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .l-inner .ftool-wrapper .comment:not(:last-child) {
    margin-bottom: 70px;
  }
  main .l-inner .ftool-wrapper .comment .title h4 {
    width: 90px;
    height: 90px;
  }
  main .l-inner .ftool-wrapper .comment .inner {
    padding: 30px 20px;
  }
  main .l-inner .ftool-wrapper .comment .inner .photo {
    width: 100%;
    margin-bottom: 30px;
  }
  main .l-inner .ftool-wrapper .comment .inner .text {
    margin-bottom: 40px;
  }
  main .l-inner .ftool-wrapper .comment .inner .text p {
    color: #000;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.05em;
    margin: 0px;
  }
  main .l-inner .ftool-wrapper .comment .inner .text p:not(:last-child) {
    margin-bottom: 10px;
  }
  main .l-inner .ftool-wrapper .comment .inner .profile {
    width: 100%;
    padding: 40px 0;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
  }
  main .l-inner .ftool-wrapper .comment .inner .profile dl dt {
    color: #000;
    font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.05em;
    padding: 0 10px;
    margin-bottom: 10px;
  }
  main .l-inner .ftool-wrapper .comment .inner .profile dl dd {
    color: #000;
    font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.05em;
    padding: 0 10px;
  }
  main .l-inner .ftool-wrapper .comment .inner .profile dl dd br {
    display: none;
  }
  main .l-inner .ftool-wrapper .comment .inner .profile dl dd:not(:last-child) {
    margin-bottom: 10px;
  }
  main .l-inner .ftool-wrapper .comment .inner .profile dl dd.ig {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main .l-inner .ftool-wrapper .comment .inner .profile dl dd.ig::before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../images/icon_insta.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
  }
  main .l-inner .ftool-wrapper .comment .inner .profile dl dd.ig a {
    color: #000;
    font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    text-decoration: underline;
    display: inline-block;
    margin: 0 0 0 5px;
  }
  main .l-inner .ftool-wrapper .comment .inner .profile dl dd.ig a:hover {
    color: #999999;
  }
  main .l-inner .ftool-wrapper .comment .inner .profile dl dd.ig span {
    color: #000;
    font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    display: inline-block;
    margin: 0 0 0 5px;
  }
  main .l-inner .ftool-wrapper .instagram a span {
    width: 30px;
    margin-bottom: 10px;
    display: block;
  }
  main .l-inner .ftool-wrapper .instagram a p {
    color: #000;
    font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
  }
  main .l-inner .ftool-wrapper .credits {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .l-inner .ftool-wrapper .credits ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .l-inner .ftool-wrapper .credits ul li {
    width: 100%;
    padding: 0px;
  }
  main .l-inner .ftool-wrapper .credits ul li:not(:last-child) {
    margin-bottom: 15px;
  }
  main .l-inner .ftool-wrapper .credits ul li a {
    padding: 0 0 0 65px;
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
    transition: all 0.25s ease-in 0s;
  }
  main .l-inner .ftool-wrapper .credits ul li a .thumb {
    width: 55px;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  main .l-inner .ftool-wrapper .credits ul li a .brand {
    color: #000;
    font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    margin: 0px;
  }
  main .l-inner .ftool-wrapper .credits ul li a .name {
    color: #000;
    font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    margin: 0px;
  }
  main .l-inner .ftool-wrapper .credits ul li a .price {
    color: #000;
    font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0em;
    margin: 0px;
  }
  main .l-inner .ftool-wrapper .credits ul li a:hover {
    opacity: 1;
  }
}

/*# sourceMappingURL=style.css.map */
