@charset "UTF-8";
.inner400 {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.secinner {
  max-width: 1000px;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 1030px) {
.secinner {
  max-width: 100%;
  width: 100%;
}
}
#page2top a {
  right: 20px;
}
/* seclead */
.seclead {
}
.seclead-bg {
  background: url("../img/seclead_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}
.seclead-head {
  position: relative;
}
.seclead-head-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 250px;
  background: #ff0000;
  display: flex;
  place-items: center;
  mix-blend-mode: multiply;
}
.seclead-head-box {
  height: 250px;
  text-align: center;
}
.seclead-ttl {
  color: #fff;
  padding-top: 30px;
  font-size: 51px;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 5px;
}
.seclead-ttl .f-uni {
  display: inline-block;
  position: relative;
}
.seclead-kana {
  position: relative;
  font-size: 15px;
  color: #fff;
  margin-bottom: 15px;
}
.sticky-nav {
  position: relative;
  background: initial;
}
.sticky-nav__inner {
  max-width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.sticky-nav.clone-nav.is-fixed-nav .sticky-nav__inner {
  border-top: 0;
  border-bottom: 0;
}
.sticky-nav__list {
  padding: 10px 0;
}
.sticky-nav__list li {
  border-right: 1px solid #fff;
}
.sticky-nav__list li:last-of-type {
  border-right: 0
}
.sticky-nav__list li a {
  color: #fff;
  font-weight: 400;
  height: 30px;
  line-height: 30px;
border-bottom: 0;
}
.sticky-nav__list li:hover {
  background: initial;
  opacity: 0.8;
}
.sticky-nav.clone-nav {
  background: #ff0000;
}
.seclead-body {
  text-align: center;
}
.seclead-body img {
  max-width: 380px;
  padding: 30px 0;
}
.seclead-bottom {
  color: #fff;
  background: #4D4C4C;
  padding: 45px 0 40px;
}
.seclead-bottom .inner400 {
}
.seclead-txt-wrap {
  position: relative;
  border: 1px solid #fff;
  border-radius: 15px;
}
.seclead-txt-wrap h3 {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}
.seclead-txt-wrap h3 span {
  display: inline-block;
  background: #4D4C4C;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 0 20px;
}
.seclead-txt-wrap ul {
  padding: 40px 30px 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.seclead-txt-wrap ul li {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px; 
}
.seclead-txt-wrap ul li img {
  margin-right: 10px;
}
@media screen and (max-width: 930px) {
}
@media screen and (max-width: 768px) {
  .inner400 {
    padding: 0 10px;
  }
  .seclead-bottom {
    color: #fff;
    background: #4D4C4C;
    padding: 8vw 0 7vw;
  }
  .seclead-head-bg {
    padding-bottom: 260px;
  }
  .seclead-head-box {
    height: 260px;
  }
  .seclead-ttl {
    font-size: 8vw;
  }
}
@media screen and (max-width: 600px) {
  .seclead-txt-wrap ul {
    padding: 6vw 7vw 4vw;
  }
  .seclead-txt-wrap ul li {
    font-size: 3.5vw;
    margin-bottom: 2.5vw;
  }
  .seclead-txt-wrap ul li img {
    max-width: 20px;
  }
  .seclead-txt-wrap h3 span {
    font-size: 3.5vw;
  }
  .seclead-body img {
    max-width: 90%;
    width: 90%;
  }
  .seclead-ttl {
    padding-top: 6vw;
  }
  .seclead-kana {
    font-size: 3.5vw;
    margin-bottom: 3.5vw;
  }
.seclead-head-bg {
  padding-bottom: 48vw;
}  
.seclead-head-box {
  height: 48vw;
  }
}
@media screen and (max-width: 400px) {
.seclead-head-bg {
  padding-bottom: 58vw;
}  
.seclead-head-box {
  height: 58vw;
  }
}

/* secimg
------------------------------------------------------------------ */
.shadow {
  filter: drop-shadow(0 3px 6px #B7B4A5);
}

.secimg {
  color: #fff;
}
.secimg .secimg-bg__wrap {
  width: 100%;
  max-width: 380px;
  height: 660px;
  margin: 0 auto 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.secimg01 .secimg-bg {
  background: url("../img/secimg01_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: initial;
  min-height: 660px;
}
.secimg02 .secimg-bg {
  background: url("../img/secimg02_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: initial;
  min-height: 660px;
}
.secimg03 .secimg-bg {
  background: url("../img/secimg03_bg_pc.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: initial;
  min-height: 660px;
}
.secimg .txt-box {
  padding: 0;
}
.secimg02 .shadow {
  filter: drop-shadow(0 3px 6px #B7B4A5);
}
.secimg03 .shadow {
  filter: drop-shadow(0 3px 6px #3f5d7b);
}
@media screen and (max-width: 1030px) {
}
@media screen and (max-width: 767px) {
  .secimg .img-wrap {
    padding-left: 15px;
    padding-right: 15px;
    margin: 20px 0;
  }
  .secimg .secimg-bg__wrap {
    min-height: 926px;
    padding: 40px 0;
    justify-content: space-between;
  }
  .secimg01 .secimg-bg {
    background-position: center right 70%;
    min-height: 926px;
  }
  .secimg02 .secimg-bg {
    background-position: center left 70%;
    min-height: 926px;
  }
  .secimg03 .secimg-bg {
  background: url("../img/secimg03_bg_sp2.jpg") no-repeat;
    background-position: center top 20%;
    min-height: 926px;
  }
}
@media screen and (max-width: 600px) {
  .secimg .secimg-bg__wrap {
    width: 100%;
    max-width: 100%;
    padding: 12vw 7vw;
    height: 216vw;
    min-height: 216vw;
  }
  .secimg01 .secimg-bg {
    background-position: center right 70%;
    min-height: 216vw;
  }
  .secimg02 .secimg-bg {
    background-position: center left 70%;
    min-height: 216vw;
  }
  .secimg03 .secimg-bg {
  background: url("../img/secimg03_bg_sp.jpg") no-repeat;
    background-position: center top;
    background-size: contain;
    min-height: 216vw;
  }
}
.secimg-ttl {
  margin: 0;
  bottom: 40px;
  line-height: 1;
  font-size: 60px;
  text-align: center;
}
.secimg-ttl span {
  display: block;
  margin-bottom: 15px;
  font-size: 35px;
}
.secimg-tech {
  margin-top: 35px;
  border: 2px solid #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 30px;
  font-weight: 700;
}
.secimg-txt {
  margin-top: 20px;
  font-size: 15px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 600px) {
  .secimg-ttl {
    font-size: 14.5vw;
    bottom: 8vw;
  }
  .secimg-ttl span {
    font-size: 6.3vw;
  }
  .secimg-tech {
    margin-top: 35px;
    padding: 5px 0;
    font-size: 6vw;
  }
  .secimg-txt {
    font-size: 3vw;
  }
}



/* secanchor
------------------------------------------------------------------ */
.secanchor {
  color: #4D4C4C;
}
.secanchor .inner {
  margin: 60px auto 50px;
}
.item {
  color:#4D4C4C;
  max-width: 380px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-bottom: 10px;
}
.item-box {
  margin-top: 50px;
  margin-bottom: 50px;
}
.item-img {
  padding: 30px 0 10px;
}
.item-catch {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
}
.item-ttl {
  font-size: 35px;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 5px;
  text-align: center;
}
.item-kana {
  color: #4D4C4C;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: center;
}
.sec-ttl_tag_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 10px auto 0;
}
.sec-ttl_tag {
  background: #666;
  color: #fff;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 0 5px;
  padding: 0 10px;
  width: 100px;
}
.tag-men {
  background-color: #2F6383;
}
.tag-women {
  background-color: #954848;
}
.item-price {
  margin-top: 50px;
  font-size: 35px;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 5px;
  text-align: center;
}
.item-btn {
  margin-top: 30px;
  text-align: center;
}
.item-btn a {
  display: inline-block;
  width: 250px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
  padding: 10px 0;
  margin: 0 auto;
  background-color: #FF2600;
  color: #fff;
  border-radius: 9px;
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.5));
}
.item-btn a:hover {
  cursor: pointer;
  opacity: 0.8;
}

@media screen and (max-width: 900px) {
.item-btn {
  width: 100%;
}
.item-btn a {
  width: 80%;
}
}
@media screen and (max-width: 767px) {
  .desc-list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .desc-box {
    padding: 20px 0;
  }
  .desc-item {
    width: 100%;
  }
.item-box {
}
}
@media screen and (max-width: 600px) {
  .item-img {
    padding: 30px 0 10px;
  }
  .item-catch {
    font-size: 4.67vw;
  }
  .item-ttl {
    font-size: 8.18vw;
  }
  .item-kana {
    color: #4D4C4C;
    font-size: 3.5vw;
  }
  .secanchor .inner {
    margin-top: 60px;
  }
  .item {
    max-width: 380px;
  }
  .item-btn {
    width: 100%;
    margin-top: 7vw;
  }
  .item-btn a {
    font-size: 4vw;
    width: 80%;
  }
}


.desc-box {
  width: 100%;
  margin-top: 50px;
}
h2.secanchor-ttl {
  width: 100%;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  padding: 25px 0;
  text-align: center;
  background: #4D4C4C;
  color: #fff;
}
.desc-box__wrap {
  background: #E8E8E8;
  padding: 20px;
}
.desc-list {
  display: flex;
  justify-content: space-between;
}
.al {
  text-align: left !important;
}
.desc-topitem__inner {
  max-width: 580px;
  margin: 0 auto;
}
.desc-topitem {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 27px 17px 17px;
  margin-bottom: 17px;
}
.desc-item {
  width: 32%;
  background: #fff;
  text-align: center;
  padding: 17px;
}
.desc-img {
  text-align: center;
  margin-bottom: 20px;
}
.desc-topitem .desc-img {
  max-width: 350px;
  margin: 10px auto;
}
.desc-ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.desc-catch {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 10px;
}
.desc-text {
  font-size: 15px;
}
.desc-txt {
  font-size: 12px;
  text-align: left;
}

.review-box__wrap {
  background: #E8E8E8;
  padding: 30px 10px 5px;
}
.review-item__inner {
  max-width: 580px;
  margin: 0 auto;
}
.review-item {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 30px 40px;
  margin-bottom: 15px;
  filter: drop-shadow(0px 3px 3px rgba(0,0,0,0.16));
  text-align: left;
  font-size: 12px;
}
.review-position {
  margin-top: 35px;
  font-size: 10px;
  text-align: right;
}
.review-name {
  font-size: 18px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .desc-list {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .desc-box {
    padding: 0;
    margin: 0;
  }
  .desc-item {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  .desc-box__wrap {
    padding: 5vw;
  }
h2.secanchor-ttl {
    font-size: 8.18vw;
    padding: 5.84vw 0;
  }
.desc-ttl {
  font-size: 4.67vw;
}
.desc-catch {
  font-size: 8.88vw;
}
.desc-text {
  font-size: 3.5vw;
}
.desc-txt {
  font-size: 2.8vw;
  text-align: left;
}
.review-item {
  padding: 7.01vw 9.35vw;
  }
}


.plus {
  margin: 0 auto 50px;
  max-width: 55px;
}
.recommend-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: space-between;
  align-items: flex-start;
  list-style-type: none;
}
.recommend-list {
  color:#4D4C4C;
}
.item-body {
  min-height: 198px;
  width: 100%;
}
.typhon_nov .item-body {
  min-height: 200px;
  width: 100%;
}
.typhon_dec .item-body {
  min-height: 200px;
  width: 100%;
}
.recommend-list .item {
  position: relative;
  width: 32%;
  padding-bottom: 30px;
}
.recommend-list .item-ttl {
  font-size: 30px;
}
.recommend-list .item-kana {
  font-size: 12px;
  min-height: 40px;
}
.recommend-list .item-img {
  padding: 0;
}
.recommend-ttl {
  border-top: 3px solid #707070;
  border-bottom: 3px solid #707070;
  text-align: center;
  padding: 10px 0;
  font-size: 30px;
  font-weight: 700;
}
.item-copy {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  margin: 20px 0 10px;
}
.item-border {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  border: 1px solid #707070;
  border-radius: 10px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 900px) {
  .recommend-list .item {
    width: 100%;
  }
  .item-copy {
    font-size: 16px;
    letter-spacing: -1px;
  }
  .item-body {
    min-height: initial;
  }
  .typhon_nov .item-body {
    min-height: initial;
  }
  .typhon_dec .item-body {
    min-height: initial;
  }
  .recommend-box {
    flex-direction: column;
  }
  .item-border {
    width: 95%;
    height: 95%;
  }
  .recommend-list .item {
    padding-bottom: 50px;
  }
  .recommend-list .item-kana {
    min-height: auto;
  }
}
@media screen and (max-width: 600px) {
  .recommend-ttl {
    font-size: 7vw;
  }
  .recommend-list .item-kana {
    font-size: 3.2vw;
  }
  .item-copy {
    font-size: 3.1vw;
  }
  .plus {
    margin: 0 auto 11.68vw;
    max-width: 12.85vw;
  }
}
@media screen and (max-width: 500px) {
  .item-copy {
    font-size: 3.6vw;
    letter-spacing: 0;
  }
}
/* 固定ナビ
------------------------------------------------------------------ */
/*
.sticky-nav__list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sticky-nav__list li {
  padding: 0 35px;
}
@media screen and (max-width: 979px) {
  .sticky-nav__list li {
    padding: 0 20px;
  }
  .sticky-nav__list li a {
    line-height: 1;
    height: auto;
    padding: 15px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .sticky-nav__list li a {
    padding: 10px 0;
    font-size: 13px;
  }
}
@media screen and (max-width: 600px) {
  .sticky-nav__list li {
    padding: 0 2%;
  }
  .sticky-nav__list li a {
    font-size: 2.2vw;
    letter-spacing: 0;
  }
}*/



.slider-box {
  margin: 0;
  padding: 20px;
}
.style-box__wrap {
  background: #E8E8E8;
  position: relative;
  background: url("../img/style_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  padding-top: initial;
}
.swiper-pagination-bullet-active {
  background-color: #fff !important;
}
.swiper-slide {
  height: auto !important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 20px !important;
}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 15%;
  height: 3vw;
  border-radius: 10px;
}
.swiper-scrollbar1 {
  display: block;
}
.swiper-pagination1 {
  display: none;
}
@media screen and (max-width: 767px) {
  .slider-box {
    margin: 0;
    padding: 10px 30px 10px 0;
  }
.swiper-scrollbar1 {
  display: none;
}
.swiper-pagination1 {
  display: block;
}
}
@media screen and (max-width: 600px) {
  .slider-box {
    margin: 0;
    padding: 10px 30px 10px 0;
  }