@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');

/* 共通 */
#contents_wrap {
  font-family: 'Noto Sans Japanese', sans-serif;
  width: 100%;
  margin: auto;
  color: #231815;
  background: #EBF6FC;
  box-sizing: border-box;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  #contents_wrap {
    width: 1000px;
  }
}

#contents_wrap * {
  box-sizing: inherit;
}

#contents_wrap section,
#contents_wrap main {
  display: block;
}

.H_span {
  display: block;
  opacity: 0;
  height: 0.5em;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 200;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: unset;
}

@media screen and (max-width: 768px) {

  h1,
  h2,
  h3,
  h4,
  h5 {
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
  }

  #contents_wrap img {
    height: auto;
    max-width: 100%;
  }
}

/* PCSP表示切替 */
#contents_wrap .pc_only_ {
  display: block;
}

#contents_wrap .sp_only_ {
  display: none;
}

@media screen and (max-width: 768px) {
  #contents_wrap .pc_only_ {
    display: none !important;
  }

  #contents_wrap .sp_only_ {
    display: block;
  }
}

/* パンくず */
.breadcrumb {
  padding: 15px 0 15px 80px;
  font-size: 12px;
  width: 1000px;
  margin: 0 auto;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb a {
  display: inline-block;
  position: relative;
  padding: 0 7px;
  margin-left: 10px;
}

.breadcrumb li {
  position: relative;
}

.breadcrumb li:after {
  position: absolute;
  top: -1px;
  left: 2px;
  font-family: "Yu Gothic", "Meiryo", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  content: '>';
}

.breadcrumb li:first-child,
.breadcrumb li:first-child a {
  padding-left: 0;
  margin-left: 0;
}

.breadcrumb li:first-child:after {
  display: none;
}

.border-bottom {
  border-bottom: 1px solid #444;
}

.breadcrumb a:hover .border-bottom {
  border-bottom: 1px solid #976F34;
}

.sp-only {
  display: none;
}

.breadcrumb {
  padding: 10px;
  font-size: 12px;
  line-height: 2;
  width: 1000px;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    width: 100% !important;
  }
}

/* コンテンツ */
/*共通*/
h2.common_h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin: auto;
  padding: 0;
  background: #13989e;
}

h2.common_h2 span {
  position: relative;
  display: inline-block;
  padding: 0 30px;
}

/*h2.common_h2 span:before {
  position: absolute;
  left: 0;
  top: -1px;
  content: "";
  width: 3px;
  height: 120%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(-25deg);
}
h2.common_h2 span:after {
  position: absolute;
  content: "";
  right: 0;
  top: -1px;
  width: 3px;
  height: 120%;
  background: #fff;
  border-radius: 3px;
  transform: rotate(25deg);
}*/
@media screen and (max-width: 767px) {
  h2.common_h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    margin: auto;
    padding: 0;
    background: #13989e;
  }

  h2.common_h2 span {
    position: relative;
    display: inline-block;
    padding: 0 30px;
  }
}

/*mv*/
.mv_area img {
  width: 100%;
}

/*detail*/
.detail_area {
  margin-bottom: 30px;
  padding: 40px 0 70px;
  background: url(/img/usr/event/0318day/2025/PC_background.png) no-repeat top center;
}

p.detail_headline {
  display: table;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: auto;
  padding: 0 1px 0 8px;
  background: linear-gradient(transparent 50%, #fcf6a7 50%);
}

p.detail_txt {
  font-size: 18px;
  text-align: center;
  line-height: 1.7;
  margin: 10px auto;
}

.detail_what {
  width: 100%;
  max-width: 857px;
  margin: 40px auto 50px;
  padding: 30px;
  background: #fcf6a7;
}

.detail_what h3 {
  display: table;
  margin: -40px auto 20px;
}

.detail_what p {
  font-size: 16px;
  text-align: center;
  line-height: 1.7;
  margin: 10px auto 30px;
}

.detail_what p.desc {
  display: block;
  font-size: 12px;
  text-align: center;
}

.benefits_img {
  display: table;
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .detail_area {
    margin-bottom: 0;
    padding: calc(50 * (100vw / 750)) 0 calc(105 * (100vw / 750));
    padding-bottom: 0;
    background: url(/img/usr/event/0318day/2025/SP_background.png) no-repeat top center;
    background-size: cover;
  }

  p.detail_headline {
    font-size: calc(34 * (100vw / 750));
    background: linear-gradient(transparent 50%, #fcf6a7 50%);
  }

  p.detail_txt {
    font-size: 4vw;
    margin: calc(20 * (100vw / 750)) auto;
    letter-spacing: 1px;
  }

  .detail_what {
    width: calc(100% - calc(70 * (100vw / 750)));
    max-width: 100%;
    margin: calc(90 * (100vw / 750)) calc(35 * (100vw / 750)) calc(60 * (100vw / 750));
    padding: calc(30 * (100vw / 750)) 0.5em;
  }

  .detail_what h3 {
    margin: calc(-80 * (100vw / 750)) auto calc(20 * (100vw / 750));
  }

  .detail_what h3 img {
    width: calc(425 * (100vw / 750));
  }

  .detail_what p {
    font-size: 3.5vw;
    margin: calc(30 * (100vw / 750)) auto calc(50 * (100vw / 750));
  }

  .detail_what p.desc {
    font-size: 2.6vw;
  }

  .benefits_img img {
    width: calc(600 * (100vw / 750));
  }
}

/*1,2共通*/
.num_headline {
  margin-top: 80px;
}

.num_headline img {
  transform: translateY(-100%);
}

.num_txt {
  font-size: 18px;
  text-align: center;
  margin-top: 0;
}

.num_num {
  font-size: 32px;
  font-weight: 900;
}

.num_jp {
  font-size: 29px;
  font-weight: 900;
}

.num_en {
  font-size: 24px;
  font-weight: 900;
}

.marker_line {
  display: inline-block;
  /* padding: 0 3px; */
  line-height: 1.2;
  background: linear-gradient(transparent 60%, #f7f08c 40%);
  color: #e5576f;
  margin: 0.25em 0;
}

@media screen and (max-width: 767px) {
  .num_headline {
    margin-top: 16vw;
    margin-bottom: 0
  }

  .num_txt {
    font-size: calc(30 * (100vw / 750));
    margin-bottom: calc(35 * (100vw / 750));
  }

  .num_num {
    font-size: calc(59 * (100vw / 750));
  }

  .num_jp {
    font-size: calc(52 * (100vw / 750));
  }

  .num_en {
    font-size: calc(42 * (100vw / 750));
  }
}

/*1*/
.new_reg_area {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 4px solid #13989e;
  background: #faf9e7;
}

.new_reg_area .desc {
  padding: 0 0.75em;
}

.new_reg_area .desc .num_txt {
  margin-top: -1.0em;
  padding: 0 0.75em;
}

.new_reg_area .point_cation_txt {
  color: #e5576f;
  text-align: center;
  margin-top: 1.0em;
  margin-bottom: 2.0em;
}

.new_reg_area .new_reg_btn {
  text-align: center;
  padding-top: 0.75em;
}

.new_reg_area .new_reg_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 380px;
  height: 60px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  text-decoration: underline;
  margin: auto;
  background: #e5576f;
  border-radius: 30px;
}

.new_reg_area .new_reg_btn a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .new_reg_area {
    margin-bottom: calc(50 * (100vw / 750));
    padding-bottom: calc(40 * (100vw / 750));
    font-size: 14px;
  }

  .new_reg_area .new_reg_btn a {
    width: calc(625 * (100vw / 750));
    height: calc(100 * (100vw / 750));
    font-size: calc(36 * (100vw / 750));
    border-radius: calc(50 * (100vw / 750));
  }

  .new_reg_area .pre_icon {
    width: calc(150 * (100vw / 750));
    margin: 0 auto calc(30 * (100vw / 750));
  }
}

/*goods*/
.goods_area {
  padding-bottom: 70px;
  background: #faf9e7;
  position: relative;
}

[data-browse-mode="P"] #for_mm {
  position: absolute;
  top: -176px;
}
[data-browse-mode="S"] #for_mm {
  position: absolute;
  top: -12.0vw;
}
.goods_area .items {
  padding: 0 0.75em;
}

@media screen and (min-width: 768px) {
  .goods_area .items .num_txt {
    margin-bottom: 50px;
  }
}

.goods_area h2 {
  position: relative;
  width: 100%;
  padding: 0 0 25px;
  font-size: 22px;
  font-weight: 500;
  color: #13989e;
  text-align: center;
  letter-spacing: 3px;
}

.goods_area h2 .title_line {
  position: relative;
  text-align: center;
  display: table;
  margin: auto;
}

.goods_area h2 .title_line:before,
.goods_area h2 .title_line:after {
  position: absolute;
  top: 10px;
  display: inline-block;
  content: "";
  background: #13989e;
  width: 3px;
  height: 1.3em;
  margin: 0 1em;
  margin-top: -.2em;
  vertical-align: middle;
}

.goods_area h2 .title_line:before {
  transform: rotate(-35deg);
  left: -40px;
}

.goods_area h2 .title_line:after {
  transform: rotate(35deg);
  right: -40px;
}

.goods_txt {
  font-size: 18px;
  text-align: center;
  line-height: 2;
  margin: 35px auto 40px;
}

ul.goods_detail {
  padding: 0;
  margin: 0 auto;
  display: grid;
  list-style-type: none;
  justify-content: space-between;
  width: 880px;

}

ul.goods_detail+h2 {
  margin-top: 1.0em;
}

ul.goods_detail.x2 {
  grid-template-columns: repeat(2, 425px);
  margin-bottom: 50px;
}

ul.goods_detail.x4 {
  grid-template-columns: repeat(4, 212px);
}

@media screen and (max-width: 767px) {
  ul.goods_detail {
    gap: 1vw;
    width: 100%;
  }

  ul.goods_detail.x2 {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 4vw;
  }

  ul.goods_detail.x4 {
    grid-template-columns: repeat(2, 1fr);
  }
}



ul.goods_detail li[class] {
  background: black;
  height: 100px;
  overflow: hidden;
}

ul.goods_detail li {
  margin: 0;
  padding: 0;
  font-weight: 500;
}

ul.goods_detail li ._img {
  width: 100%;
  margin: 0 0 auto;
}

ul.goods_detail li ._img img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

ul.goods_detail li ._name,
ul.goods_detail li ._price {
  font-weight: 500;
  text-align: center;
  margin: 0.5em 0;
}

ul.goods_detail li ._name {
  font-size: 1.4em;
  text-align: left;
}

ul.goods_detail li ._price {
  font-size: 28px;
  text-align: center;
}

ul.goods_detail li ._price span {
  font-size: 0.6em;
  font-weight: 500;
}

ul.goods_detail li ._price ._pop {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

ul.goods_detail li ._price ._pop>.caption {
  position: absolute;
  top: 0;
  font-size: 11px;
  color: #656565;
  font-weight: 400;
  padding: 1.5em;
  padding-right: 20%;
  text-align: left;
  line-height: 1;
}

ul.goods_detail li ._price ._pop>.caption>span.points {
  display: block;
  color: #e5576f;
  font-size: 1.4em;
  font-weight: 700;
  margin-top: 0.5em;
}

ul.goods_detail li ._price ._pop>.caption>span.points>span {
  color: #e5576f;
  font-size: 1.6em;
  padding-right: 0.15em;
  font-weight: 700;
  display: inline-block;
}

/* ul.goods_detail.x4 li ._price {
  text-align: center;
} */
/* ul.goods_detail.x4 li ._price ._pop>.caption{
  font-size: 12px;
}
ul.goods_detail.x4 li ._price ._pop>.caption>span.points {
  display: block;
  font-size: 1.6em;
  margin-top:0.3em;
} */

ul.goods_detail li ._price img {
  display: block;
  width: 190px;
}

ul.goods_detail li ._txt {
  font-weight: 400;
}

ul.goods_detail.x2 li ._txt {
  font-size: 16px;
}

ul.goods_detail.x4 li ._txt {
  font-size: 14px;
}

ul.goods_detail li ._detail a._btnCart,
ul.goods_detail li ._detail a._btnDesc {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 50em;
  border: 2px solid #f27e8c;
  text-align: center;
  text-decoration: none;
  line-height: 2.5em;
}

ul.goods_detail li ._detail a._btnCart {
  color: #fff;
  background: #f27e8c;
  margin-top: 25px;
}

ul.goods_detail li ._detail a._btnDesc {
  color: #f27e8c;
  background: #fff;
  margin-top: 0.75em;
  padding-right: 2.0em;
}

ul.goods_detail li ._detail a._btnDesc::before {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10em;
  transform: translateY(-50%);
  margin: auto;
  width: 1.0em;
  height: 1.0em;
  font-size: 1.0em;
  color: #f27e8c;
  line-height: 1;
}

ul.goods_detail li ._detail a._btnCart:hover,
ul.goods_detail li ._detail a._btnDesc:hover {
  text-decoration: underline;
  opacity: 0.7;
}

ul.goods_detail.x2 li ._detail a._btnCart,
ul.goods_detail.x2 li ._detail a._btnDesc {
  font-size: 1.25em;
  line-height: 3.0em;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

ul.goods_detail.x2 li ._detail a._btnDesc::before {
  left: 13.5em;
}

ul.goods_detail.x4 li ._detail a._btnDesc::before {
  left: 10.5em;
}

.campaign_period{
    margin-top: 16px;
    display: block;
    font-size: 14px;
    text-align: center;
}


@media screen and (max-width: 767px) {
  ul.goods_detail.x2 li ._price ._pop>.caption>span.points {
    letter-spacing: -0.05em;
  }

  ul.goods_detail li ._detail {
    font-size: 1.0em;
  }


  ul.goods_detail.x2 li ._detail {
    font-size: 5vw;
  }

  ul.goods_detail.x2 li ._name {
    font-size: 1.05em;
  }

  ul.goods_detail.x2 li ._price {
    font-size: 7vw;
  }


  ul.goods_detail.x2 li ._price ._pop {
    width: 46%;
  }

  ul.goods_detail.x2 li ._price ._pop>.caption {
    font-size: 2.4vw;
  }

  ul.goods_detail.x2 li ._txt,
  ul.goods_detail.x2 li ._links {
    font-size: 4.25vw;
  }

  ul.goods_detail.x4 {
    gap: 2vw;
  }

  ul.goods_detail.x4 li ._name {
    font-size: 4.05vw;
  }

  ul.goods_detail.x4 li ._price {
    font-size: 6vw;
  }

  ul.goods_detail.x4 li ._txt,
  ul.goods_detail.x4 li ._links {
    font-size: 3.8vw;
  }


  ul.goods_detail.x4 li ._price ._pop>.caption {
    font-size: 2.6vw;
  }

  ul.goods_detail li ._price ._pop>.caption>span.points {
    font-size: 1.5em;
  }

  ul.goods_detail li ._detail a._btnCart,
  ul.goods_detail li ._detail a._btnDesc {
    font-size: inherit;
  }

  ul.goods_detail.x2 li ._detail a._btnDesc::before {
    left: unset;
    right: 1.5em;
  }

  ul.goods_detail.x4 li ._detail a._btnDesc::before {
    left: unset;
    right: 1em;
  }

  ul.goods_detail li ._detail a._btnDesc {
    padding-right: 1em;
  }


  .goods_area {
    padding-bottom: calc(30 * (100vw / 750));
    background: #faf9e7;
  }

  .goods_area h2 {
    padding: 0 0 calc(25 * (100vw / 750));
    font-size: calc(38 * (100vw / 750));
  }

  .goods_area h2 .title_line:before,
  .goods_area h2 .title_line:after {
    top: calc(40 * (100vw / 750));
    width: calc(6 * (100vw / 750));
    height: 1.7em;
  }

  .goods_area h2 .title_line:before {
    transform: rotate(-35deg);
    left: calc(-80 * (100vw / 750));
  }

  .goods_area h2 .title_line:after {
    transform: rotate(35deg);
    right: calc(-80 * (100vw / 750));
  }

  .goods_txt {
    font-size: calc(28 * (100vw / 750));
    line-height: 1.7;
    margin: calc(25 * (100vw / 750)) auto calc(20 * (100vw / 750));
  }

  ul.goods_detail li {
    display: block;
    width: 100%;
    margin: 0;
  }

  ul.goods_detail li>a {
    display: block;
    width: calc(100% - calc(60 * (100vw / 750)));
    margin: 0 calc(30 * (100vw / 750));
  }


  ul.goods_detail li ._name {
    width: 100%;
    flex-direction: column;
    margin: calc(30 * (100vw / 750)) auto calc(60 * (100vw / 750));
  }

  ul.goods_detail li ._name+._name {
    margin-top: calc(-30 * (100vw / 750));
  }

  ul.goods_detail li ._namel {
    width: 100%;
    margin-right: 0;
    order: 2;
  }

  ul.goods_detail li ._name h4 {
    width: 95%;
    font-size: calc(38 * (100vw / 750));
    margin: calc(20 * (100vw / 750)) auto;
    padding-left: calc(20 * (100vw / 750));
  }

  ul.goods_detail li ._name h4 span {
    font-size: calc(24 * (100vw / 750));
  }

  a._btn {
    width: 97%;
    margin: auto;
    padding: calc(20 * (100vw / 750));
    font-size: calc(40 * (100vw / 750));
  }

  a._btn::before {
    top: calc(50% - 4px);
    right: calc(45 * (100vw / 750));
    width: calc(28 * (100vw / 750));
    height: calc(28 * (100vw / 750));
    font-size: calc(32 * (100vw / 750));
    font-weight: 600;
  }

  ul.goods_detail li ._btn2row a._btn {
    margin: 0 calc(10 * (100vw / 750)) 0 0;
    font-size: calc(24 * (100vw / 750));
  }

  ul.goods_detail li ._namer {
    width: calc(178 * (100vw / 750));
  }

  ul.goods_detail li ._img {
    margin: calc(40 * (100vw / 750)) auto;
  }

  ul.goods_detail li ._line {
    margin-bottom: calc(80 * (100vw / 750));
    padding-bottom: calc(15 * (100vw / 750));
  }


  ._note {
    margin: calc(30 * (100vw / 750)) 0 calc(50 * (100vw / 750)) calc(50 * (100vw / 750));
  }
}

/* --------------------概要--------------------　*/
.overview_area {
  width: 100%;
  border-bottom: solid 1px #EBF6FC;
}

.overview_area .common_h2 {
  border-bottom: solid 3px #faf9e7;
}

.summary-title {
  font-size: calc(42 * (100vw / 750));
  margin: 0 auto calc(30 * (100vw / 750));
  padding: calc(25 * (100vw / 750)) 0;
}

.summary-list {
  margin: 0;
  border: solid 1px #e0e0e0;
}

.summary-list dd {
  margin: 0;
  padding-top: 1.0em;
  padding-bottom: 1.0em;
  background-color: #fff;
}

.summary-list dt {
  background-color: #f6f4f5;
}

.summary-list dd .txt_em {
  font-weight: bold;
  color: #cc3302;
}


[data-browse-mode="P"] .summary-area {
  width: 880px;
  margin: 25px auto 100px;
  border: 1px solid #e0e0e0;
}

[data-browse-mode="P"] .summary-list {
  display: grid;
  margin: 0;
  grid-template-columns: 190px 100%;
}

[data-browse-mode="P"] .summary-list:last-child {
  margin-bottom: 0;
}

[data-browse-mode="P"] .summary-list dt {
  padding: 14px 13px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

[data-browse-mode="P"] .summary-list dd {
  width: calc(100% - 190px);
  padding: 14px 20px;
  font-size: 14px;
  line-height: 2;
}

[data-browse-mode="P"] .summary-list-bullet li {
  list-style: disc;
  margin: 0 0 0 18px;
}

[data-browse-mode="P"] .summary-list-bullet li:last-child {
  margin-bottom: 0;
}

[data-browse-mode="P"] .summary-list a {
  font-weight: bold;
  color: #004098;
  text-decoration: underline;
}

[data-browse-mode="P"] .summary-list a:hover {
  text-decoration: none;
}

[data-browse-mode="S"] .summary-title {
  font-size: calc(42 * (100vw / 750));
  margin: 0 auto calc(30 * (100vw / 750));
  padding: calc(25 * (100vw / 750)) 0;
}

[data-browse-mode="S"] .summary-area {
  margin: calc(50 * (100vw / 750)) 10px 50px;
}

[data-browse-mode="S"] .summary-list {
  font-weight: 500;
}

[data-browse-mode="S"] .summary-list+.summary-list {
  margin-top: 2vw;
}

[data-browse-mode="S"] .summary-list dt {
  padding: 0.5em 0.75em;
}

[data-browse-mode="S"] .summary-list dd {
  padding: 1.0em 0.75em;
  line-height: 1.8;
}

[data-browse-mode="S"] .summary-list dd ul {
  padding: 0;
}


[data-browse-mode="S"] .summary-list-bullet {
  margin-left: 10px;
}

[data-browse-mode="S"] .summary-list-bullet li {
  list-style: disc;
  margin: 0 0 10px 15px;
  word-wrap: break-word;
}

[data-browse-mode="S"] .summary-list a {
  font-weight: bold;
  color: #004098;
  text-decoration: underline;
}