@charset "UTF-8";
/*共通*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");

* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-family: YakuHanJP, Roboto, Noto Sans JP, sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  color: black;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-out !important;
  opacity: 1 !important;
}

a:hover {
  opacity: 0.8 !important;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

@media print,
screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

.swim_wrap {
  position: relative;
}

.content1 {
  position: relative;
  background-color: #4E7CB4;
  padding: 10% 0;
  background-image: url(../images/c-bg_top.png), url(../images/c-bg_bottom.png);
  background-repeat: no-repeat;
  background-size: 500px, 500px;
  background-position: top 0 right 0, bottom 0 left 0;
}

@media screen and (max-width: 767px) {
  .content1 {
    background-size: 40%;
  }
}

.content2 {
  position: relative;
  background-color: #ED5CA4;
  padding: 10% 0;
  background-image: url(../images/c-bg_top.png), url(../images/c-bg_bottom.png);
  background-repeat: no-repeat;
  background-size: 500px, 500px;
  background-position: top 0 right 0, bottom 0 left 0;
}

@media screen and (max-width: 767px) {
  .content2 {
    background-size: 40%;
  }
}

.content3 {
  background-color: #F3A662;
  padding: 10% 0;
  background-image: url(../images/c-bg_top.png), url(../images/c-bg_bottom.png);
  background-repeat: no-repeat;
  background-size: 500px, 500px;
  background-position: top 0 right 0, bottom 0 left 0;
}

@media screen and (max-width: 767px) {
  .content3 {
    background-size: 40%;
  }
}


/*---------------------------
レスポンシブ
-----------------------------*/
/*--------------------
 ゆめバーゲン
  ---------------------*/


.header {
  text-align: center;
  position: relative;
  padding: 0 0 4%;
  border-top: #0E418B solid 35px;
  border-bottom: #0E418B solid 35px;
  overflow: hidden;
  z-index: 0;
}


@media screen and (max-width: 1030px) {
  .header {
    text-align: center;
    padding: 20% 0 66%;
  }
}

.header::before {
  content: "";
  position: absolute;
  background-image: url(../images/top-bg_l.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-position-x: left;
  z-index: -10;
}

.header::after {
  content: "";
  position: absolute;
  background-image: url(../images/top-bg_r.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-position-x: right;
  z-index: -10;
}

@media screen and (max-width: 1745px) {
  .header::before {
    left: 0;
  }
  .header::after {
    right: 0;
  }
}

@media screen and (max-width: 1445px) {
  .header::before {
    left: 0;
  }
  .header::after {
    right: 0;
  }
}

@media screen and (max-width: 1200px) {
  .header::before {
    left: -14%;
  }
  .header::after {
    right: -14%;
  }
}

@media screen and (max-width: 1030px) {
  .header::before {
    left: -20%;
    background-position-y: bottom;
  }
  .header::after {
    right: -20%;
    background-position-y: bottom;
  }
}

.top_logo {
  position: absolute;
  z-index: 999;
  width: 80px;
  height: 80px;
  left: 10px;
  top: 20px;
  border: #ffffff solid 2px;
}

@media screen and (max-width: 767px) {
  .top_logo {
    width: 64px;
    top: 15px;
    height: 64px;
  }
}


.fv_bg {
  position: relative;
  z-index: 0;
  width: fit-content;
  margin: auto;
}

.fv_bg::before {
  content: "";
  position: absolute;
  background-image: url(../images/shoes-l.png?bbb);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  width: 440px;
  height: 480px;
  top: -90px;
  left: -55%;
}

.fv_bg::after {
  content: "";
  position: absolute;
  background-image: url(../images/shoes-r.png?bbb);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  width: 440px;
  height: 480px;
  top: -90px;
  right: -55%;
}
@media screen and (min-width: 2200px) {
  .fv_bg::before {
    width: 450px;
    height: 490px;
    top: -30%;
    left: -82%;

  }
  .fv_bg::after {
    width: 450px;
    height: 490px;
    top: -30%;
    right: -82%;

  }
}

@media screen and (min-width: 2000px) and (max-width: 2199px) {
  .fv_bg::before {
    width: 400px;
    height: 440px;
    top: -30%;
    left: -72%;

  }
  .fv_bg::after {
    width: 400px;
    height: 440px;
    top: -30%;
    right: -72%;

  }
}

@media screen and (min-width: 1700px) and (max-width: 1999px){
  .fv_bg::before {
    width: 500px;
    height: 440px;
    top: -30%;
    left: -62%;

  }
  .fv_bg::after {
    width: 500px;
    height: 440px;
    top: -30%;
    right: -62%;

  }
}

@media screen and (min-width: 1301px) and (max-width: 1699px){
  .fv_bg::before {
    width: 380px;
    height: 410px;
    top: -20%;
    left: -42%;

  }
  .fv_bg::after {
    width: 380px;
    height: 410px;
    top: -20%;
    right: -42%;

  }
}

@media screen and (max-width: 1300px) {
  .fv_bg::before {
    width: 280px;
    height: 310px;
    top: 20px;
    left: -26%;

  }
  .fv_bg::after {
    width: 280px;
    height: 310px;
    top: 20px;
    right: -26%;
  }
}

@media screen and (max-width: 1030px) {
  .fv_bg::before {
    width: 500px;
    height: 440px;
    top: 180%;
    left: -12%;

  }
  .fv_bg::after {
    width: 500px;
    height: 440px;
    top: 180%;
    right: -12%;

  }
}

@media screen and (max-width: 767px) {
  .fv_bg::before {
    width: 54%;
    height: 90%;
    top: 130%;
    left: -5%;
  }
  .fv_bg::after {
    width: 54%;
    height: 90%;
    top: 130%;
    right: -5%;
  }
}


.fv_bg_img {
  max-width: 750px;
  margin: 100px auto 0;
  width: 90%;

}
@media screen and (max-width: 767px) {
  .fv_bg_img {
    max-width: 600px;
    width: 90%;
    margin: auto;

  }
}

.fv_bg_img::before {
  content: "";
  position: absolute;
  background-image: url(../images/fv_title_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 100px;
  top: -50px;
  right: -80px;
  z-index: -1;
}
@media screen and (max-width: 950px) {
  .fv_bg_img::before {
    width: 120px;
    height: 80px;
    top: -80px;
    right: -50px;
  }
}
@media screen and (max-width: 850px) {
  .fv_bg_img::before {
    width: 120px;
    height: 80px;
    top: -90px;
    right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .fv_bg_img::before {
    width: 100px;
    height: 70px;
    top: -70px;
    right: 0;
  }
}

.fv_bg_sub p {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  margin: 30px auto 0;
  color: #231815;
}

@media screen and (max-width: 767px) {
  .fv_bg_sub p {
    font-size: 1.4em;
  }
}

.main__title {
  margin: 0 auto;
}


.ttl_dete {
  background-color: #D31675;
  padding: 5px;
  margin: 30px auto 0;
  max-width: 400px;
  width: 80%;
  border-radius: 100px;
}

@media screen and (max-width: 767px) {
  .ttl_dete {
    padding: 5px;
  }
}

.date_sub {
  color: #FFFFFF;
  font-size: 1.4em;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .date_sub {
    font-size: 18px;
  }
}

.date_sub span {
  font-size: 1.5em;
}




/* ----------------------------
             動画
  -----------------------------*/
#movie {
  position: relative;
}

#movie .caution-text {
  text-align: center;
  margin-top: 100px;
}

#movie .caution-text+.caution-text {
  margin-top: 0;
}

.movie__wrap--bd {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 80px 4% 100px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .movie__wrap--bd {
    width: unset;
  }
}

.movie__wrap--bd .movie__title {
  font: 900 2.5rem "Noto Sans JP", sans-serif;
  width: 150px;
  margin: auto;
}

.movie__title {
  position: relative;
}


.wrap--ly {
  z-index: 1;
  position: relative;
}

.movie-youtube {
  text-align: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .movie-youtube {
    margin: 0;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .movie-youtube iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.osae {
  padding: 1rem 4% 0;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .osae {
    font-size: 0.95rem;
    font-weight: 500;
  }
}

.content_attention {
  background: #ffffff;
  padding: 5% 0;
}

.attention {
  margin: 0 auto;
  text-align: center;
  font-style: 1.2em;
  font-weight: 600;
  padding: 40px;
  border: #002C58 solid 2px;
  color: #002C58;
  max-width: 800px;
  width: 80%;
}

@media screen and (max-width: 599px) {
  .attention {
    padding: 20px;
  }
}

.attention_main {
  font-size: 1.5em;
  margin-bottom: 5px;
}

@media screen and (max-width: 599px) {
  .attention_main {
    font-size: 1.2em;
  }
}

.attention_sub {
  font-size: 1em;
}

@media screen and (max-width: 599px) {
  .attention_sub {
    font-size: 0.9em;
  }
}

.tenpo_attention {
  margin: 20px auto;
  text-align: center;
}


.product__list {
  padding: 100px 0 40px;
  background: #ffffff;
  max-width: 1200px;
  width: 90%;
  border: #014395 solid 3px;
  border-radius: 1000px 1000px 50px 50px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .product__list {
    padding: 20px 0 40px;
    border: #014395 solid 2px;
  }
}

.product__list--fst {
  margin-top: 56px;
}

.product__list-ttl {
  padding: 24px 0;
  text-align: center;
}

.product__list-ttl h3 {
  width: 90%;
  margin: 0 auto;
  color: #fff;
  font-size: 3.7em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 800;
  line-height: 0.7;
}

@media screen and (max-width: 767px) {
  .product__list-ttl h3 {
    font-size: 3em;
  }
}

.product__list-ttl h3 span.yen {
  font-size: 0.6em;
  font-weight: 600;
}

.product__list-ttl h3 span.kinitsu {
  font-size: 0.8em;
  font-weight: 600;
}

.product__list-ttl h3 span.zeikomi {
  font-size: 0.3em;
  font-weight: 400;
}

.product__list-ttl h3 span.tax {
  font-size: 0.4em;
  font-weight: 600;
}

.product__list-ttl h3 span.per {
  font-size: 1.4em;
}

.product__list-ttl h3.peroff {
  margin-top: -20px;
  font-size: 5.3em;
  line-height: 0.9;
  letter-spacing: 1px;
  display: table;
}

@media screen and (max-width: 767px) {
  .product__list-ttl h3.peroff {
    font-size: 3.4em;
    line-height: 0;
  }
}

.product__list-ttl h3.peroff span.hontai {
  display: inline-block;
  font-size: 0.4em;
  font-weight: 600;
  line-height: 1.6em;
}

.product__list-ttl h3.peroff span.hotai_ss {
  display: inline-block;
  font-size: 0.2em;
  font-weight: 400;
  line-height: 1.6em;
}

.peroff_hontai {
  font-size: 1.2em;
  margin-top: 10%;
  color: #ffffff;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .peroff_hontai {
    margin: 20px auto 0;
    text-align: center;

  }
}

.peroff_hontai2 {
  max-width: 150px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .peroff_hontai2 {
    max-width: 120px;
    margin-right: 10px;
  }
}

.product__list-ttl h3.peroff span.byregi {
  font-size: 0.5em;
}

.product__list-ttl h3.peroff span.peroff {
  font-size: 0.8em;
}

.peroff-top {
  max-width: 1000px;
  margin: auto;
  position: relative;
  text-align: center;
}

.product__list-ttl--peroff {
  padding: 70px 0 0;
  z-index: 0;
}

.peroff-top2 {
  width: 100%;
  position: relative;
}

.product__list-ttl--peroff2 {
  padding: 70px 0 30px;
  z-index: 0;
}

.peroff-top3 {
  width: 100%;
  position: relative;
}

.product__list-ttl--peroff3 {
  padding: 70px 0 30px;
  z-index: 0;
}

.peroff-top4 {
  width: 100%;
  position: relative;
}

.product__list-ttl--peroff4 {
  padding: 80px 0 30px;
  background: #EB6878;
  z-index: 0;
}

.peroff-top5 {
  width: 100%;
  position: relative;
}

.product__list-ttl--peroff5 {
  padding: 80px 0 30px;
  background: #14B4A0;
  z-index: 0;
}

.peroff-top6 {
  width: 100%;
  position: relative;
}

.product__list-ttl--peroff6 {
  padding: 80px 0 30px;
  background: #F29040;
  z-index: 0;
}

.peroff-top7 {
  width: 100%;
  position: relative;
}

.product__list-ttl--peroff7 {
  padding: 90px 0 30px;
  background: #FAD1E8;
  z-index: 0;
}

.corner_txt {
  text-align: center;
  font-size: 3.9em;
  font-weight: 800;
  margin: 10px auto 25px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .corner_txt {
    margin: 20px auto 20px;
    line-height: 1.2;
    font-size: 3em;
  }
}

.txt-b {
  color: #4E7CB4;
}

.txt-p {
  color: #ED5CA4;
}

.txt-o {
  color: #F19542;
}

.product__list-ttl--peroff .tokusetsu--txt {
  margin-bottom: 8px;
  font-size: 1.2em;
  font-weight: 600;
  color: #002C58;
}

@media screen and (max-width: 767px) {
  .product__list-ttl--peroff .tokusetsu--txt {
    font-size: 1em;
  }
}

.bg-ladies {
  background-color: #E5167D;
  color: #ffffff;
  padding: 3px 10px;
  margin-left: 10px;
}

.bg-mens {
  background-color: #00A8D7;
  color: #ffffff;
  padding: 3px 10px;
  margin-left: 10px;
}

.product__list-ttl--peroff .tokusetsu--logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  max-width: 600px;
  z-index: 1;
  position: relative;
}

.product__list-ttl--peroff .tokusetsu--logo-item {
  margin: 0 4px;
}

.block_contents {
  display: inline-block;
}

.per_txt_block {
  display: flex;
  max-width: 700px;
  margin: auto;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .per_txt_block {
    max-width: 500px;
  }
}

.per_txt {
  display: flex;
  color: #FFF100;
  font-weight: 800;
  line-height: 1.1;
}

.per_txt_block2 {
  display: flex;
  max-width: 700px;
  margin: auto;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .per_txt_block2 {
    display: block;
    width: 100%;
    max-width: 500px;
  }
}

.per_txt_block3 {
  display: flex;
  max-width: 600px;
  margin: 20px auto 0;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .per_txt_block3 {
    max-width: 500px;
    width: 100%;
  }
}

.per_txt2 {
  display: flex;
  color: #FFF100;
  font-weight: 800;
  line-height: 1.1;
}

@media screen and (max-width: 767px) {
  .per_txt2 {
    width: 100%;
    margin: auto;
    justify-content: center;
  }
}

.per_main {
  font-size: 150px;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .per_main {
    font-size: 90px;
    margin-right: 2px;
    margin: auto;
  }
}

.per_tilde {
  font-size: 20px;
  display: inline-flex;
  vertical-align: middle;
  padding-bottom: 5%;
}

@media screen and (max-width: 767px) {
  .per_tilde {
    font-size: 8px;
  }
}

.per_sub {
  font-size: 62px;
  margin: 16% 0 0;
  line-height: 1;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .per_sub {
    font-size: 36px;
    margin: 14% auto 0;
    line-height: 1;
  }
}

.per_sub3 {
  font-size: 62px;
  margin: 11% 0 0;
  line-height: 1;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .per_sub3 {
    font-size: 36px;
    margin: 6% auto 0 0;
    line-height: 1;
  }
}

.ect_txt {
  background-color: #FFF100;
  color: #0081CC;
  font-size: 20px;
  padding: 5px;
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .ect_txt {
    font-size: 20px;
    padding: 5px;
  }
}

.ect_txt2 {
  background-color: #FFF100;
  color: #63ACE0;
  font-size: 20px;
  padding: 5px;
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .ect_txt2 {
    font-size: 20px;
    padding: 5px;
  }
}

.ect_txt3 {
  background-color: #FFF100;
  color: #00B3D6;
  font-size: 20px;
  padding: 5px;
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .ect_txt3 {
    font-size: 20px;
    padding: 5px;
  }
}


.product__list .ichirei {
  text-align: center;
}

.product__list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
  margin-top: 46px;
}

@media screen and (max-width: 767px) {
  .product__list ul {
    justify-content: space-between;
  }
}

.product__list ul li {
  display: inline-block;
  width: 320px;
  margin: 40px 15px 60px;
  max-width: 360px;
}

@media screen and (max-width: 767px) {
  .product__list ul li {
    margin: auto;
    max-width: 300px;
    width: 45%;
  }
}

.product__list ul li .item__img {
  max-width: 400px;
  margin: 30px;
}

@media screen and (max-width: 767px) {
  .product__list ul li .item__img {
    max-width: 400px;
    margin: 20px;
  }
}

.product__list ul li .item__img2 {
  max-width: 400px;
  margin: 15px;
}

@media screen and (max-width: 767px) {
  .product__list ul li .item__img2 {
    max-width: 400px;
    margin: 10px;
  }
}

.product__list ul li .item__info {
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .product__list ul li .item__info {
    display: block;
  }
}

.product__list ul li .item__info .item__comment {
  width: 100%;
  margin-top: 12px;
}

.product__list ul li .logo_ichirei {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .product__list ul li .logo_ichirei {
    margin-bottom: 8px;
  }
}

.product__list ul li .logo_ichirei .item__ichirei p {
  font-size: 0.9em;
  color: #002C58;
  font-weight: 500;
}

.product__list ul li .item__logo {
  max-width: 100px;
  border: #000 solid 1px;
}

@media screen and (max-width: 767px) {
  .product__list ul li .item__logo {
    max-width: 80px;
  }
}

.product__list ul li .item__txt p {
  margin-bottom: 10px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .product__list ul li .item__txt p {
    font-size: 0.9em;
  }
}

.product__list ul li .item__comment {
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .product__list ul li .item__comment p {
    font-size: 0.9em;
  }
}

.product__list ul li .item__peroff {
  margin-top: 12px;
}

.product__list ul li .item__maker p {
  font-size: 0.9em;
  font-weight: 500;
}

.product__list ul li .item__waribiki {
  display: flex;
  align-items: baseline;
  line-height: 1;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .product__list ul li .item__waribiki {
    flex-wrap: wrap;
    font-size: 0.8em;
    justify-content: end;
  }
}

.product__list ul li .item__waribiki p {
  font-size: 2em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .product__list ul li .item__waribiki p {
    text-align: right;
  }
}

.product__list ul li .item__waribiki .waribiki {
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .product__list ul li .item__waribiki .waribiki {
    width: 100%;
  }
}

.product__list ul li .item__waribiki .waribiki p {
  font-size: 1em;
  color: #FFFFFF;
  background-color: #E4007F;
  padding: 2px 5px;
}

@media screen and (max-width: 767px) {
  .product__list ul li .item__waribiki .waribiki p {
    margin-left: 52%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .product__list ul li .item__waribiki .waribiki {
    margin-top: 8px;
    margin-right: 0;
    width: 100%;
    text-align: right;
  }
}

.product__list ul li .item__waribiki2 {
  display: flex;
  align-items: baseline;
  line-height: 1;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .product__list ul li .item__waribiki2 {
    display: block;
    width: 135px;
    font-size: 0.8em;
    margin-right: 0;
    margin-left: auto;
  }
}

.product__list ul li .item__waribiki2 p {
  font-size: 2em;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .product__list ul li .item__waribiki2 p {
    text-align: right;
    font-size: 2.8em;
  }
}

.product__list ul li .item__waribiki2 .waribiki2 {
  margin-right: 8px;
}

@media screen and (max-width: 767px) {
  .product__list ul li .item__waribiki2 .waribiki2 {
    width: 100%;
  }
}

.product__list ul li .item__waribiki2 .waribiki2 p {
  font-size: 1em;
  color: #ffffff;
  background-color: #DD1818;
  padding: 2px 5px;
}

@media screen and (max-width: 767px) {
  .product__list ul li .item__waribiki2 .waribiki2 p {
    font-size: 1.2em;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .product__list ul li .item__waribiki2 .waribiki2 {
    margin-top: 8px;
    margin-right: 0;
    width: 135px;
    text-align: right;
    display: inline-block;
  }
}

.product__list ul li .item__waribiki .tax {
  margin-left: 4px;
}

@media screen and (max-width: 767px) {
  .product__list ul li .item__waribiki .tax {
    width: 100%;
  }
}

.product__list ul li .item__waribiki .tax p {
  font-size: 1em;
}

.product__list ul li .item__waribiki2 .tax {
  margin-left: 4px;
}

@media screen and (max-width: 767px) {
  .product__list ul li .item__waribiki2 .tax {
    width: 100%;
    font-size: 1.8em;
    margin-left: 0;
  }
}

.product__list ul li .item__waribiki2 .tax2 {
  margin-left: 4px;
}

@media screen and (max-width: 767px) {
  .product__list ul li .item__waribiki2 .tax2 {
    width: 100%;
    margin-left: 0;
  }
}

.product__list ul li .item__waribiki2 .tax p {
  font-size: 1em;
}


.product__list ul li .item__waribiki2 .tax2 p {
  font-size: 1em;
  color: #DD1818;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .product__list ul li .item__waribiki2 .tax2 p {
    font-size: 1.8em;
  }
}

.product__list ul li .item__waribiki2 .price2 p {
  color: #DD1818;
  font-weight: 700;
}

.product__list ul li .item p {
  line-height: 1.4;
  color: #002C58;
}

@media screen and (max-width: 767px) {
  .product__list ul li .item p {
    line-height: 1.2;
  }
}

.product__list ul li.w100 {
  width: 80%;
  margin: 0 auto;
  max-width: none;
}

@media screen and (max-width: 767px) {
  .product__list ul li.w100 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 40px;
  }
}

.product__list ul li.w100 .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .product__list ul li.w100 .item {
    display: flex;
    flex-direction: column;
  }
}

.product__list ul li.w100 .item__img {
  width: 70%;
  max-width: 370px;
  margin-bottom: 0;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .product__list ul li.w100 .item__img {
    max-width: 450px;
    width: 80%;
    margin-right: 8px;
    margin: auto;
  }
}

.product__list ul li.w100 .item__info {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .product__list ul li.w100 .item__info {
    max-width: 410px;
    width: 80%;
    margin: auto;
    order: 1;
  }
}

.product__list ul li.sp100 {
  display: inline-block;
  width: 320px;
  margin: 40px 15px 60px;
  max-width: 360px;
}

@media screen and (max-width: 767px) {
  .product__list ul li.sp100 {
    width: 100%;
    max-width: 500px;
    margin: 50px auto;
  }
}

@media screen and (max-width: 767px) {
  .product__list ul li.sp100 .item {
    display: flex;
    flex-direction: column;
  }
}

.product__list ul li.sp100 .item__img2 {
  max-width: 400px;
  margin: 15px
}

@media screen and (max-width: 767px) {
  .product__list ul li.sp100 .item__img2 {
    max-width: 450px;
    width: 80%;
    margin: auto;
  }
}

.product__list ul li.sp100 .item__info {
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .product__list ul li.sp100 .item__info {
    max-width: 410px;
    width: 80%;
    margin: auto;
    order: 1;
  }
}



/*アニメーション*/
.anime-l {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateX(-40px);
}

.anime-b {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(50px);
}

.anime-bplus {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transition-delay: 0.5s;
  transform: translateY(50px);
}

.anime-o {
  opacity: 0;
  visibility: hidden;
  transition: 2.5s;
}

.slide-in {
  overflow: hidden;
  display: inline-block;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .slide-in {
    padding: 4px 0;
  }
}

.slide-in_inner {
  display: inline-block;
}


.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}



#loadTrigger {
  opacity: 0;
}

#s_footer #s_toPageTop {
  padding: 50px;
  overflow: hidden;
  position: fixed;
  right: -26px;
  bottom: -26px;
  z-index: 50;
}

#s_footer #s_toPageTop button {
  width: 64px;
  height: 64px;
  overflow: hidden;
  position: relative;
  background: url("../img/pageTop.svg") no-repeat 50% 50%/64px 64px #fff;
  text-indent: -9999em;
  white-space: nowrap;
  border-radius: 50%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.16);
  border: none;
}

#s_footer #s_toPageTop button:after {
  content: "";
  display: block;
  width: 18px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -9px;
  transform: rotate(-90deg);
  background: url("../img/arrow_black.svg") no-repeat 50% 50%/17px auto;
}

@media screen and (max-width: 767px) {
  #s_footer #s_toPageTop {
    right: -40px;
    bottom: -28px;
  }

  #s_footer #s_toPageTop button {
    width: 50px;
    height: 50px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
  }

  #s_footer #s_toPageTop button:after {
    width: 6px;
    height: 36px;
    margin-left: -3px;
    background-size: 5px auto;
  }
}

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

.hangaku_img {
  max-width: 400px;
  width: 70%;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  .hangaku_img {
    margin: 20px auto 20px;
  }
}

.hangaku_eg {
  max-width: 800px;
  width: 95%;
  margin: 0 auto 20px;
}

.hangaku_attention {
  max-width: 910px;
  width: 90%;
  margin: 0 auto 20px;
  font-size: 0.9em;
  text-align: left;
}

.item_attention {
  max-width: 700px;
  width: 90%;
  margin: 20px auto;
  font-size: 1em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .item_attention {
    font-size: 0.9em;
    text-align: left;
  }
}

.original_price-off20 {
  text-align: center;
  font-size: 1.8em;
  font-weight: bold;
  color: #DD1818;
  margin-top: 1.5em;
  margin-bottom: -1em;
}

@media screen and (max-width: 767px) {
  .original_price-off20 {
    font-size: 1.4em;
    margin-top: 20px;
    margin-bottom: -0.5em;
  }
}

.cash_register-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95%;
  margin: auto;
}

.register {
  color: #ffffff;
  background-color: #DD1818;
  line-height: 1em;
  font-size: 1.6em;
  display: inline-block;
  font-weight: bold;
  padding: 5px;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .register {
    font-size: 1em;
    margin-top: 20px;
  }
}

.off-20_yellow {
  color: #DD1818;
  font-size: 3.7em;
  font-weight: 900;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .off-20_yellow {
    font-size: 2.6em;
  }
}

.yellow20 {
  font-size: 1.6em;
}

@media screen and (max-width: 767px) {
  .yellow20 {
    font-size: 1.4em;
  }
}

hr {
  height: 2px;
  background-color: #014395;
  max-width: 370px;
  width: 50%;
  border: none;
}

.moonstareve {
  position: relative;
}
@media screen and (max-width: 767px) {
  .moonstareve {
    padding-top: 25%;
  }
}

.moonstareve::before {
  position: absolute;
  content: "";
  background-image: url(../images/moonstar-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 190px;
  top: -12%;
  left: -10%;
}
@media screen and (max-width: 767px) {
  .moonstareve::before {
    background-image: url(../images/moonstar-bg-sp.png);
    width: 80%;
    height: 18%;
    background-position: center;
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
  }
}


.moonstar {
  position: relative;
}
@media screen and (max-width: 767px) {
  .moonstar {
    padding-top: 15%;
  }
}
.moonstar::before {
  position: absolute;
  content: "";
  background-image: url(../images/moonstarsub-bg-sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 90%;
  height: 22%;
  background-position: center;
  top: -23%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .moonstar::before {
    top: -4%;
  }
}

.mb_40 {
    padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mb_40 {
    padding-bottom: 0;
}
}

.sp-itemline {
  width: 100%;
  margin: 10% auto;
  text-align: center;
}
.sp-itemline img {
width: 140px;
margin: auto;
}
@media print,
screen and (min-width: 767px) {
  .only-spline {
    display: none;
  }
}



/* fadeUp */

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeUpTrigger {
  opacity: 0;
}