/*-------------------------
  レイアウト
-------------------------*/
.l-container {
  width: 100%;
  max-width: calc(1000px + (18px * 2)) !important;
  margin: 0 auto;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.justify-center {
  justify-content: center;
}
.align-center {
  align-items: center;
}


/*-------------------------
  ヘッダー
-------------------------*/
header {
  width: 100%;
  max-width: calc(1000px + (18px * 2));
  margin: 0 auto;
  padding: 30px 18px;
}

header h1 a {
  display: inline-flex;
  text-decoration: none;
  align-items: baseline;
  column-gap: 48px;
}

header h1 a img {
  Width: 160px;
}

header h1 span {
  font-size: 16px;
  color: #333;
}

@media (max-width: 768px) {
  header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  header h1 a {
    column-gap: 12px;
  }

  header h1 a img {
    Width: 83px;
  }

  header h1 span {
    font-size: 14px;
  }
}


/*-------------------------
  フッター
-------------------------*/
footer {
  background-color: #e5e5e5;
  padding: 40px 20px;
}

.navi2 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 30px auto;
}

.navi2 ul {
  text-align: center;
}

.navi2 ul li {
  display: inline-block;
  padding: 5px 12px;
}

.navi2 ul li a {
  text-decoration: underline;
}

.navi2 .inq {
  color: #333;
  font-size: 11px;
}

.copy {
  font-size: 11px;
  color: #333;
  text-align: center;
}

@media (max-width: 768px) {
  footer {
    padding: 30px;
  }

  .navi2 {
    padding-top: 0 !important;
  }

  .navi2 ul {
    text-align: left;
  }

  .navi2 ul li {
    display: block;
    padding: 5px 0;
  }

  .navi2 .inq {
    font-size: 13px;
  }

  .copy span {
    display: block;
    margin-top: 5px;
  }
}


/*-------------------------
  メインコンテンツ
-------------------------*/
.js-anc {
  cursor: pointer;
}

.gotop span {
  display: block;
  background: url(/common_c/images/common/pagetop.png) no-repeat left top;
  background-size: 100%;
  width: 90px;
  height: 90px;
  text-indent: -99em;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (max-width: 768px) {
  .gotop span {
      width: 55px;
      height: 60px;
      margin-right: 1px;
  }
}

/* ----- お知らせ ----- */
.notices_Box {
  margin-bottom: 50px;
}

.notices {
  padding: 12px;
  border: 1px solid #aaaaaa;
}

.notices dt {
  margin-bottom: 15px;
  color: #ff0033;
  font-size: 16px;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
}

.notices dt span {
  padding-left: 30px;
  position: relative;
}

.notices dt span::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: calc(50% - 11px);
  background-image: url(/yshop/images/icon_note.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.notices dd {
  color: #707070;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}

.notices dd+dt,
.notices dd+dd {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .notices_Box {
    margin-bottom: 20px;
  }

  .notices {
    padding: 14px;
  }

  .notices dt {
    font-size: 14px;
  }

  .notices dt span {
    padding-left: 30px;
  }

  .notices dt span::before {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
  }

  .notices dd {
    font-size: 12px;
  }
}

/* ----- スライダー ----- */
.banner_Box {
  margin-bottom: 40px;
}

.banner_slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 60px;
}

.banner_slider-item {
  width: 540px !important;
}

.banner_slider-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.banner_slider-item a::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #a0a0a0;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}

.banner_slider-item.swiper-slide-active a::after {
  opacity: 0;
}

.banner_slider-item img {
  width: 100%;
  opacity: .6;
  transition: 0.3s;
}

.banner_slider-item.swiper-slide-active img {
  opacity: 1;
}

.banner_slider .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  margin: 0 15px !important;
  opacity: 1;
  background-color: #cccccc;
}

.banner_slider .swiper-pagination-bullet-active {
  background-color: #747474;
}

.banner_slider .swiper-button-prev,
.banner_slider .swiper-button-next {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-image: none;
  background-color: #232323;
  top: calc(50% - 60px);
}

.banner_slider .swiper-button-prev {
  left: calc(50% - (540px / 2 + 120px));
}

.banner_slider .swiper-button-next {
  right: calc(50% - (540px / 2 + 120px));
}

.banner_slider .swiper-button-prev::after,
.banner_slider .swiper-button-next::after {
  content: '';
  margin-top: 30px;
  margin-left: 35px;
  width: 10px;
  height: 20px;
  display: block;
  background-image: url(/yshop/images/icon_arrow_slide.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.banner_slider .swiper-button-next::after {
  transform: scaleX(-1);
}

@media (max-width: 768px) {
  .banner_Box {
    margin-bottom: 20px;
  }

  .banner_slider {
    padding-bottom: 50px;
  }

  .banner_slider-item {
    width: 82.4% !important;
  }

  .banner_slider .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 13px !important;
  }

  .banner_slider .swiper-button-prev,
  .banner_slider .swiper-button-next {
    width: 47px;
    height: 47px;
    top: calc(50% - (77px / 2));
  }

  .banner_slider .swiper-button-prev {
    left: calc(-1 * (47px * .4));
  }

  .banner_slider .swiper-button-next {
    right: calc(-1 * (47px * .4));
  }

  .banner_slider .swiper-button-prev::after,
  .banner_slider .swiper-button-next::after {
    margin-top: 18px;
    width: 6px;
    height: 12px;
  }

  .banner_slider .swiper-button-prev::after {
    margin-left: 25px;
  }
  .banner_slider .swiper-button-next::after {
    margin-left: 15px;
  }
}

/* ----- 追従メニュー ----- */
.stickynavi_Box {
  padding-top: 14px;
  padding-bottom: 14px;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}
.stickynavi {
  max-width: calc(1000px + (15px * 2));
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex: 1;
  justify-content: space-between;
}
.stickynavi_item {
  margin-right: 2%;
  display: flex;
  flex: 1;
}
.stickynavi_item_icon {
  width: auto;
  height: 1.2em;
  margin-right: 0.5em;
}
.stickynavi_item:last-of-type {
  margin-right: 0;
}
.stickynavi_item .btn {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: center;
  line-height: 1.6;
  font-size: clamp(12px, 1.6105417vw, 22px);
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .stickynavi_Box {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .stickynavi_item_icon {
    width: auto;
    height: 2em;
    margin-right: 0;
    margin-bottom: 0.5em;
  }
  .stickynavi_item .btn {
    padding: 10px 3px;
    flex-direction: column;
    justify-content: space-evenly;
    line-height: 1.2;
    font-size: clamp(12px, 1.6105417vw, 22px);
  }
}

/* ----- 見出し ----- */
.ttl_header {
  margin-bottom: 30px;
  padding: 20px;
  color: #ffffff;
  background-image: linear-gradient(90deg, #ff0033 50%, #ff0088 75%, #ff88ff);
}

.ttl_content {
  width: 100%;
  max-width: calc(1000px + (18px * 2));
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.ttl_content_icon {
  margin-right: 0.5em;
  width: auto;
  height: 1.2em;
}

.ttl_main {
  line-height: 1.2;
  color: #fff;
  background-color: #323232;
}
.ttl_sub {
  line-height: 1.2;
  color: #323232;
  font-size: 28px;
  background-image: repeating-linear-gradient(-45deg, #ffbbcc, #ffbbcc 10px, #ffccdd 10px, #ffccdd 20px);
}
.ttl_sub_big {
  padding: 20px 0;
  color: #cc0055;
  font-size: 42px;
  text-shadow: 4px 4px #fff;
}
.ttl_ul {
  padding-bottom: 20px;
  border-bottom: solid 3px #334455;
}

@media (max-width: 768px) {
  .ttl_content {
    font-size: 28px;
  }
  .ttl_sub {
    font-size: 20px;
  }
  .ttl_sub_big {
    padding: 10px 0;
    font-size: 30px;
    text-shadow: 3px 3px #fff;
  }
}

/* ----- 製品  ----- */
.lineup_Box {
  margin-top: 40px;
  padding-bottom: 60px;
}

@media (max-width: 768px) {
  .lineup_Box {
    padding-bottom: 40px;
  }
}

/* テーブル */
.lineup_item_sim .table {
  font-size: 12px;
}
.lineup_item_sim .table th, .table td {
padding: 3% 1%;
border-top: 1px solid #e5e5e5;
border-left: 1px solid #e5e5e5;
min-width: 50px;
vertical-align: middle;
line-height: 1.2;
}
@media (max-width: 768px){
  .lineup_item_sim .table {
    font-size: 14px;
  }
}

/* リスト */
.lineup_wrap {
  display: flex;
  gap: min(1.4641288vw, 20px) min(1.171303vw, 16px);
}
.lineup_wrap_1 {
  width: calc((100% - (min(1.171303vw, 16px) * 2)) / 3);
  display: flex;
  flex-direction: column;
  flex: 1;
}
.lineup_wrap_2 {
  width: calc((100% - (min(1.171303vw, 16px))) / 3 * 2);
}

.lineup_wrap_ttl {
  margin-bottom: 20px;
  text-align: center;
  font-size: 28px;
}

.lineup_list {
  display: flex;
  flex-wrap: wrap;
  gap: min(1.4641288vw, 20px) min(1.171303vw, 16px);
  margin-bottom: 20px;
}

.lineup_item {
  width: calc((100% - (min(1.171303vw, 16px) * 2)) / 3);
  position: relative;
}

.lineup_wrap_1 .lineup_item {
  width: 100%;
  position: relative;
}
.lineup_wrap_2 .lineup_item {
  width: calc((100% - min(1.171303vw, 16px)) / 2);
  position: relative;
}
.lineup_item_sim {
  padding: 10px 10px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: #ff0033;
}

.lineup_item_sim p {
  width: 100%;
}

.lineup_item picture {
  display: block;
  box-shadow: 2px 2px 5px #00000029;
}

.lineup_item picture>img {
  width: 100%;
}

.lineup_button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  padding: min(3.861003vw, 40px) min(1.930501vw, 20px);
}

.lineup_button-list {
  margin-bottom: 0;
  width: min(18.33976vw, 190px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: min(2.702702vw, 28px);
  line-height: 1;
}

.lineup_button-list>li {
  border: 1px solid #ffffff;
  border-radius: 50px;
  background-color: #4E4E4E;
  box-shadow: 1px 1px 0px #00009929;
  transition: background-color .2s;
}

.lineup_button-list>li:hover {
  background-color: #C81E1F;
}

.lineup_button-list>li>a {
  display: block;
  padding: min(0.7722007vw, 8px) min(1.447875vw, 15px) min(0.868725vw, 9px);
  color: #ffffff;
  font-size: min(1.254826vw, 13px);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.lineup_button-list>li>a::after {
  content: '';
  display: block;
  width: min(1.3513513vw, 14px);
  height: min(1.3513513vw, 14px);
  position: absolute;
  right: min(0.7722007vw, 8px);
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/yshop/images/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* 20240403追加 */
.lineup_button-list.lineup_button-list-one {
  width: 100%;
}
/* /20240403追加 */

@media (max-width: 768px) {
  .lineup_wrap {
    display: block;
  }
  .lineup_wrap_1,
  .lineup_wrap_2,
  .lineup_wrap_1 .lineup_item,
  .lineup_wrap_2 .lineup_item {
    width: 100%;
  }
  .lineup_wrap_1 {
    margin-bottom: 40px;
  }

  .lineup_wrap_ttl {
    font-size: 20px;
  }

  .lineup_list {
    flex-wrap: wrap;
    row-gap: 17px;
    margin-left: 0;
    margin-right: 0;
  }

  .lineup_item {
    width: 100%;
    margin: 0;
  }

  .lineup_item_sim .btn {
    width: 100%;
  }

  .lineup_button {
    padding: 5.06667vw 4.8vw;
  }

  .lineup_button-list {
    width: 48.8vw;
    gap: 8vw;
  }

  .lineup_button-list>li>a {
    padding: 1.8666667vw 5.3333333vw;
    font-size: 3.466667vw;
  }

  .lineup_button-list>li>a::after {
    width: max(3.7333333vw, 14px);
    height: max(3.7333333vw, 14px);
    right: max(2.1333333vw, 8px);
  }

  /* 20240403追加 */
  .lineup_button-list.lineup_button-list-one {
    width: 100%;
  }
  /* /20240403追加 */
}

/* ----- お知らせエリア ----- */
/* 共通パーツ */
.information_Box {
  background: #ffeeff;
  padding: 40px 0;
}

.information_inner {
  background-color: #fff;
  padding: 20px;
  margin: 0 auto 30px auto;
  border-radius: 10px;
}

.information_inner .information_title {
  width: 100%;
  text-align: center;
  padding: 20px 0px 25px 0px;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: #e5e5e5 solid 2px;
}

.information_inner .i_text {
  text-align: center;
  font-weight: bold;
  padding: 60px 0;
  font-size: 150%;
}

.information_inner .stepImg {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.information_inner .box_text_area {
  max-width: 798px;
  margin: 0 auto;
  width: 100%;
  font-size: 14px;
  padding: 10px 0 10px 0;
  line-height: 1.4;
}

.information_inner .i_text a {
  display: block;
  padding: 15px 10px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 15px;
  max-width: 177px;
  margin: 16px auto 0 auto;
}

.red {
  color: #ff0000;
}

.box_text_area_mini {
  color: #000000;
  max-width: 798px;
  margin: 0 auto;
  width: 100%;
  font-size: 14px;
  padding: 10px 0 10px 0;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .information_inner .i_text {
    padding: 34px 0;
    font-size: 100%;
  }

  .box_text_area,
  .box_text_area_mini {
    font-size: 11px !important;
  }
}

/* おトク情報 */
.information_deals {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .information_deals {
    margin-bottom: 45px;
  }
}

/* タイトル */
.deals_ttl {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px 15px;
}
.deals_ttl > div,
.deals_ttl .btn {
  display: flex;
  flex: 1;
}
.deals_ttl .btn {
  position: relative;
  margin: 0;
  padding: 7% 20% 3%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.deals_subttl {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 5%;
  transform: translate(-50%, -50%);
}
.deals_ttl .deals_ttl_item1 .btn {
  padding: 7% 2% 3%;
}
.deals_ttl_item1 {
  grid-column: 1/2;
  grid-row: 1/3;
}
.deals_ttl_item2 {
  grid-column: 2/3;
  grid-row: 1/2;
}
.deals_ttl_item3 {
  grid-column: 3/4;
  grid-row: 1/2;
}
.deals_ttl_item4 {
  padding: 1% 30%;
  grid-column: 2/4;
  grid-row: 2/3;
  justify-content: center;
  border-radius: 10px;
  background-color: #3333FF;
}
@media (max-width: 768px){
  .deals_ttl {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 10px;
  }
  .deals_ttl .btn,
  .deals_ttl .deals_ttl_item1 .btn {
    padding: 7% 10% 3%;
  }
  .deals_ttl_item1 {
    margin-bottom: 20px;
    grid-column: 1/3;
    grid-row: 1/2;
  }
  .deals_ttl_item2 {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .deals_ttl_item3 {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .deals_ttl_item4 {
    padding: 2.5% 20%;
    grid-column: 1/3;
    grid-row: 3/4;
  }
}

/* LYPプレミアム */
.information_lyp {
  margin-bottom: 0;
  position: relative;
  font-size: 15px;
  line-height: 1.6;
}

.lyp_new {
  position: absolute;
  background: #ff0033;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  width: 200px;
  height: 60px;
  line-height: 56px;
  border-radius: 5px;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.information_lyp .box {
  padding: 60px 8.4375%;
  border: none;
  border-radius: 10px;
}

.information_lyp .box h2 {
  padding: 0 12.531328%;
}

.line_color {
  color: #06c755;
}

.lyp_sub {
  background: #225cff;
}

.lyp_h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  margin-top: 50px !important;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 5px solid #225cff;
}

.lyp_h3 .text-big {
  font-size: 45px;
}

.lyp_flex_wrap {
  align-items: center;
}

.lyp_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px){
  .lyp_flex_md {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.lyp_flex_img {
  width: 15%;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .lyp_flex_img {
    width: 20%;
  }
}

.lyp_flex_txt {
  flex: 1;
}
@media (max-width: 768px){
  .lyp_flex_txt_md {
    text-align: left;
  }
}

.great-media-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 28px 6.1538461538%;
  margin-top: 40px;
  margin-bottom: 0;
}

.great-media-item img {
  width: 72px;
  margin-right: 14px;
}

.great-media-item {
  display: flex;
  align-items: center;
}

.great-media-button {
  margin: 40px auto 0;
  text-align: center;
}

.list-iconindent li {
  text-indent: -1.5em;
  margin-left: 1.5em;
  line-height: 1.6;
}

@media screen and (max-width: 700px) {
  .great-media-list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-auto-flow: row;
    gap: 32px 0;
  }
}

@media (max-width: 768px) {
  .information_lyp {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
  }

  .lyp_new {
    font-size: 28px;
    width: 150px;
    height: 44px;
    line-height: 42px;
    top: -22px;
  }

  .information_lyp .box {
    padding: 20px 0;
  }

  .information_lyp .box h2 {
    padding: 0;
  }

  .lyp_h3 {
    font-size: 19px;
    margin-top: 35px !important;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }

  .lyp_h3 .text-big {
    font-size: 32px;
  }

  .great-media-item img {
    width: 62px;
    margin-right: 12px;
  }

  .great-media-button {
    margin-top: 30px;
  }
}

.information_lyp .btn {
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #fff;
  color: #323232;
  border: 1px solid #cacaca;
  border-radius: 7px;
  min-width: 195px;
  padding: 10px 5px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0px 3px 0px rgb(202, 202, 202);
  line-height: 1.7;
  transition: all 0.1s ease;
  top: 0px;
  position: relative;
}

.information_lyp .btn-black {
  background: #323232;
  border: 1px solid #323232;
  color: #fff;
  box-shadow: 0px 3px 0px rgb(0, 0, 0);
}

.information_lyp .btn-black::after {
  background-image: url(/yshop/images/icon_arrow_white.svg);
}

.information_lyp .btn-arrow.btn-l {
  min-width: 482px;
  border-radius: 10px;
  padding: 16px 5px;
  font-size: 17px;
}

@media (max-width: 768px) {
  .information_lyp .btn-arrow::after {
    width: 5px;
    height: 8px;
    right: 13px;
  }

  .information_lyp .btn-arrow.btn-l {
    min-width: auto;
    width: 100%;
    border-radius: 7px;
    padding: 10px 3px;
    font-size: 13px;
  }
}

/* 全画面お知らせ用 */
.info-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000bb;
  z-index: 100;
}
/* /全画面お知らせ用 */