@charset "UTF-8";
/*本番公開時には、画像のパスを「/22ss/pod/img/」から「./img」に置換*/
a:active {
  color: #2A2A2A;
}

p {
  margin: 0;
}

.f-def {
  font-family: "Noto Sans JP", "Noto Sans Japanese", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Osaka, "ＭＳ Ｐゴシック", MS PGothic sans-serif !important;
}
.main .inner {
  overflow: initial;
}
/*sticky-nav*/
@media screen and (max-width: 767px) {
  .sticky-nav__list li a {
    font-size: 12px;
  }
  .sticky-navv__list li {
    padding: 0 1%;
  }
  
}
@media screen and (max-width: 600px) {
  .sticky-nav__list li a {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 500px) {
  .u500_none {
    display: none;
  }
}
/* メインビジュアル */
.mv__inner {
  background-image: url("../img/pod_mv_pc.jpg");
  padding-top: initial;
padding-top:39%;
  min-height: auto;
}

.mv-catch {
  position: absolute;
  width: 47.8%;
  left: 6%;
  top: 10%;
}

.mv-catch {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.mv-catch img {
  width: 100%;
}

.mv-catch {
  filter: none;
}

@media screen and (max-width: 1280px) {
  .mv__inner {
    background-position-y: initial;
    padding-top: 39%;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .mv__inner {
    background-image: url("../img/pod_mv_sp.jpg");
    padding-top: initial;
    background-position: left;
    min-height: 500px;
  }
  .sticky-nav__list li a {
  }
  .mv-catch {
    width: 50%;
    position: absolute;
    top: 10vw;
    left: 3vw;
    bottom: initial;
    right: initial;
    display: flex;
    justify-content: left;
  }
  .mv-catch img {
    width: 100%;
    max-width: 290px;
  }

}
@media screen and (max-width: 680px) {
  .mv__inner {
    min-height: 80vw;
    background-position-x: 45%;
  }
.mv-catch {
    width: 50vw;
    left: 1vw;
    top: 10vw;
    bottom: initial;
}
}
/* コピー */
.copy-lead {
  font-size: 6rem;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 4px;
  color: #000;
  text-align: left;
  line-height: 1.6;
}
.copy-lead span {
  padding-bottom: 5px;
  border-bottom: 5px solid #000;
}
.copy-body {
  margin-top: 60px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 4px;
  color: #000;
  text-align: left;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .copy-lead {
    font-size: 6vw;
  }
  .copy-body {
    margin-top: 30px;
    font-size: 3vw;
  }
  .copy .inner {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .copy-lead span {
    padding-bottom: 3px;
    border-bottom: 3px solid #000;
  }
}
@media screen and (max-width: 600px) {
  .copy-lead {
    font-size: 7vw;
    letter-spacing: 2px;
  }
  .copy-body {
    font-size: 3.5vw;
  }
}
/*
 *  セクション
-----------------------------------------------------------*/
/* sec01 */
.sec01_bg {
  background-image: url("../img/sec01_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 800px;
  text-align: center;
  padding-top: 90px;
}

.sec01 .copy-lead  {
  margin-bottom: 50px;
  color: #fff;
}
.sec01 .copy-lead span {
    padding-bottom: 5px;
    border-bottom: 5px solid #fff;
}
.sec01_txt {
  font-size: 2rem;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 2;
  margin-bottom: 60px;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 1030px) {

}
@media screen and (max-width: 767px) {
  .sec01_bg {
    padding: 8vw 0 8vw;
    height: 145vw;
  }

  .sec01_ttl {
    font-size: 3rem;
    margin-bottom: 35px;
  }
  .sec01_txt {
    font-size: 2.8vw;
  }
  .sec01 .copy-lead  {
    margin-bottom: 5vw;
    color: #fff;
  }
}
/* sec02 */
.sec02 {
  margin-top: 150px;
}

.sec02 .copy-lead {
  margin: 150px auto 0;
}

.sec02 .txt {
  color: #4D4C4C;
  text-align: left;
  line-height: 1.6
}

.sec02 .link-btn {
  padding: 30px 0 100px;
  text-align: center;
}

.bg-100__wrap.sec02-bg01 {
    min-height: 300px;
    margin-top: 0;
}
.sec02-bg01 {
    background-image: url(../img/bg01.jpg);
}

.bg-100__wrap.sec02-bg02 {
    min-height: 300px;
    margin-top: 0;
}
.sec02-bg02 {
    background-image: url(../img/bg02.jpg);
}

.bg-100__wrap.sec02-bg03 {
    min-height: 300px;
    margin-top: 0;
}
.sec02-bg03 {
    background-image: url(../img/bg03.jpg);
}

.bg-100__wrap.sec02-bg04 {
    min-height: 300px;
    margin-top: 0;
}
.sec02-bg04 {
    background-image: url(../img/bg04.jpg);
}
@media screen and (max-width: 767px) {
  .bg-100__wrap.sec02-bg01 {
    min-height: 20vw;
    margin-top: 0;
}
.bg-100__wrap.sec02-bg02 {
    min-height: 20vw;
    margin-top: 0;
}
.bg-100__wrap.sec02-bg03 {
    min-height: 20vw;
    margin-top: 0;
}
.bg-100__wrap.sec02-bg04 {
    min-height: 20vw;
    margin-top: 0;
}
  .sec02 .copy-lead {
    margin: 20vw auto 0;
  }
  .sec02 .link-btn {
    padding: 20px 0 20px;
  }

  /* .sec02 .txt {
    font-size: 12px;
  } */
}
.product-head-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
.product-head {
  width: 50%;
  text-align: left;
  display: flex;
  flex-direction: column;
}
.product-head_img {
  order: 2;
}
.product-head_txt {
  order: 1;
}
.copy-product {
  margin-top: 120px;
}
.product-head_ttl {
  font-size: 100px;
  line-height: 1;
}

.product-head_ttl sup {
  top: -0.8em;
}

.product-head_catch {
  font-size: 35px;
  letter-spacing: 1px;
}

.product-head_kana {
  font-size: 14px;
  color: #4D4C4C;
  margin-top: 10px;
  display: block;
  vertical-align: middle;
}
.sec02-4 .product-head_kana {
  display: block;
  margin-left: 0;
  margin-top: 15px;
}
.product-head_sub {
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 4px;
  line-height: 1.4;
  margin-top: 10px;
}

.product-body-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.product-body {
  width: 50%;
}

.product-body_ttl {
  font-size: 30px;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
.sec02 .txt {
  margin-top: 10px;
  margin-bottom: 20px;
}
.product-body_img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
}
.product-body_img_list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.product-body_img_list li {
  width: 48%;
}
.product-body_img img {
  max-width: 50%;
}
.product-body_item {
  width: 48%;
}

.product-body_item img {
  margin-bottom: 10px;
}

.product-body_item .txt {
  font-size: 12px;
}


@media screen and (max-width: 767px) {
  .product-body_img img {
    max-width: 80%;
}
.product-head-box {
  margin-top: 20px;
}
  
.copy-product {
  margin-top: 10vw;
}
  .sec02 {
    margin-top: 30px;
  }

  .sec02 .sec02-h2 {
    font-size: 28px;
    padding-bottom: 5px;
  }

  .product-head {
    width: 100%;
    text-align: center;
  }

  .product-head_ttl {
    font-size: 30px;
  }

  .product-head_kana {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    margin-left: 0;
  }

  .product-head_catch {
    font-size: 13px;
  }

  .product-head_sub {
    font-size: 15px;
    letter-spacing: 2px;
  }

  .product-body {
    width: 100%;
  }

  .product-body_ttl {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
  }

  .product-body_item .txt {
    font-size: 10px;
  }
}
/*sec02-0*/
.product-ins-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-top: 10px;
}
.product-ins {
  width: 48%;
  text-align: center;
  padding: 20px 0;
}
.product-ins_plus {
  width: 4%;
}
.product-ins_ttl {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
}
.product-ins_kana {
  font-size: 10px;
  line-height: 1.2;
  color: #4D4C4C;
}
@media screen and (max-width: 767px) {
  .product-ins-box {
    margin: 15px 0;
  }
  .product-ins {
    padding: 15px 0;
  }
  .product-ins_ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }
}


/*アイテムリスト*/
.item-box {
  border: 0;
  margin-top: 50px;
}
.item-list {
  margin: 0 auto;
}

.item-list .list-item {
  width: 25%;
  line-height: 1.4;
}
.sec02-2 .item-list .list-item {
  width: 50%;
}

.item-list .item-img {
  padding: 30px 0 10px;
}

.item-list .item-img img {
  padding: 0 5px;
}
.item-list .link-btn {
  margin: 40px 0 0;
}

.item-list .item-txt {
  margin-top: 10px;
}

.item-list .item-catch {
  font-size: 15px;
  letter-spacing: 0;
  margin-bottom: 5px;
}

.item-list .item-gendar {
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 5px;
}

.item-list .item-kana {
  color: #4D4C4C;
  font-size: 10px;
  letter-spacing: 1px;
}

.item-list a {
  position: relative;
}

.item-list .item-icon {
  position: absolute;
  width: 69px;
  top: 5px;
  right: 5px;
  z-index: 5;
}

.item-list .item-one .list-item {
  border: 0;
  width: 100%;
}

.item-logo img {
  max-width: 20px;
  margin-bottom: 5px;
}

/*1つ*/
.item-box.item-one .list-item {
  border: 1px solid #DBDBDB;
  width: 77% !important;
}
.item-box.item-one a {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
  position: relative;
  padding: 0 0;
}
.item-box.item-one .item-women {
  background: #FFBCBC;
  display: inline-block;
  padding: 2px 10px;
  margin-top: 20px;
}
.item-box.item-one a .item-img {
  width: 100%;
  padding: 0;
}
.item-box.item-one a .item-txt {
  width: 35%;
  position: absolute;
  order: 1;
  margin-top: 3.5vw;
  z-index: 5;
  text-align: center;
}
.sec02-4 .item-list .list-item {
  width: 26%;
}
@media screen and (max-width: 767px) {
.sec02-4 .item-list .list-item {
  width: 50%;
}
.item-box.item-one .list-item {
  width: 100% !important;
}
  .item-list .item-icon {
    width: 60px;
  }

  .item-list .list-item {
    width: calc(50% + 1px);
    line-height: 1.4;
  }
  .item-list .item-catch {
    font-size: 12px;
    letter-spacing: 0;
  }

  .item-list .item-gendar {
    font-size: 24px;
    letter-spacing: 1px;
  }

  .item-list .item-img {
    padding: 10px 0;
  }

  .item-list .link-btn {
    margin: 40px 0;
  }
  .item-box.item-one a .item-txt {
    position: relative;
    width: 100%;
    margin-top: 10px;
    padding-bottom: 20px;
  }
}

/*sec02-1*/
.sec02-1 .product-body-box {
  margin-top: 40px;
  padding-bottom: 20px;
}

.sec02-1 .product-body_txt {
  order: 1;
  padding-right: 30px;
}

.sec02-1 .product-body_img {
  order: 2;
}

@media screen and (max-width: 1030px) {
  .sec02-1 .product-head_txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  
  .sec02-1 .product-head_img {
    order: 1;
  }

  .sec02-1 .product-head_txt {
    order: 2;
  }
  .sec02-1 .product-body_img {
    order: 1;
  }

  .sec02-1 .product-body_txt {
    order: 2;
  }
  .sec02-1 .product-body-box {
    margin-top: 20px;
  }

  .sec02-1 .product-head_txt {
    margin-top: 0;
    padding-left: 0;
  }

  .sec02-1 .product-body_img {
    padding-left: 0;
    margin-top: 15px;
  }

  .sec02-1 .product-body_txt {
    padding-right: 0;
    margin-top: 20px;
  }
}
/*sec02-2*/

.sec02-2 sup {
  font-size: 45px;
  font-weight: 500;
}
.sec02-2 .product-head-box {
}
.sec02-2 .product-body_img img {
    max-width: 110%;
  margin-left: -10%;
}
@media screen and (max-width: 1200px) {
  .sec02-2 .product-head_txt {
    margin-top: 40px;
  }
  .sec02-2 .product-body_img img {
    max-width: 100%;
    margin-left: 0%;
  }
}
@media screen and (max-width: 767px) {
.sec02-2 sup {
  font-size: 3vw;
  }
  .sec02-2 .product-head_txt {
    margin-top: 0;
    padding-left: 0;
  }

  .sec02-2 .product-head_img {
    order: 1;
  }

  .sec02-2 .product-head_txt {
    order: 2;
  }

  .sec02-2 .product-body_txt {
    margin-top: 20px;
    padding-left: 0;
  }

  .sec02-2 .product-body_txt {
    order: 2;
  }

  .sec02-2 .product-body_img {
    order: 1;
  }
}
.r-mark {
  font-size: 3rem;
  font-weight: normal;
  position: absolute;
  top: 5px;
  line-height: 1;
}

/*sec02-3*/

.sec02-3 .product-head_img {
  margin-top: 40px;
}
.sec02-3 .product-body_img img {
    max-width: 100%;
}
.txt-box .item-txt-wrap .sub-ttl {
  font-size: 3rem;
  margin-bottom: 17px;
}

.sec02-3 .product-head_sub {
  margin-bottom: 15px;
}
.sec02-3 .item-list {
  margin-top: 80px;
}
@media screen and (max-width: 1030px) {
  .sec02-3 .product-head_txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .sec02-3 .product-head_txt {
    order: 2;
  }

  .sec02-3 .product-head_img {
    order: 1;
  }

  .sec02-3 .product-head_txt {
    margin-top: 0;
    padding-right: 0;
  }

  .sec02-3 .product-body-box {
    margin-top: 20px;
  }

  .r-mark {
    font-size: 1.3rem;
    font-weight: normal;
    position: absolute;
    top: 2px;
    line-height: 1;
  }

  .sec02-3 .product-body_txt {
    width: 100%;
    order: 2;
    margin-top: 20px;
    padding-left: 0;
  }

  .sec02-3 .product-body_img {
    width: 100%;
    order: 1;
  }
}
/*sec02-4*/

.sec02-4 .item-list {
  margin-top: 80px;
}
.sec02-4 .product-head_img {
}
.sec02-4 .product-body_img img {
    max-width: 100%;
}

@media screen and (max-width: 1030px) {
  .sec02-4 .product-head_txt {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  
.sec02-4 .product-head_img {
  margin-top: 0;
  margin-bottom: 10px;
}
  .sec02-4 .product-head_txt {
    margin-top: 0;
    padding-left: 0;
  }

  .sec02-4 .product-head_img {
    order: 1;
  }

  .sec02-4 .product-head_txt {
    order: 2;
  }

  .sec02-4 .product-body_txt {
    margin-top: 20px;
    padding-left: 0;
  }

  .sec02-4 .product-body_txt {
    order: 2;
  }

  .sec02-4 .product-body_img {
    order: 1;
  }

  .sec02 img {
    width: 100%;
  }
}

.desc-box {
  display: flex;
  flex-wrap: wrap;
  justify-content:center;
  margin-top: 80px;
  padding: 0 0 80px;
}
.desc-item {
  width: 100%;
}
.desc-ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
.desc-txt {
  min-height: 80px;
}
.youtube {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .desc-box {
  margin-top: 20px;
    padding: 20px 0;
  }
  .desc-ttl {
    text-align: center;
  }
  .desc-txt {
    min-height: auto;
    margin-bottom: 30px;
    margin-top: 10px;
  }
  .desc-item {
    width: 100%;
    padding-bottom: 40px;
  }
}