@charset "UTF-8";
/*
  Function
*/
/*
  CSS Override (Cancel)
*/
.contents,
.main_column {
  width: auto;
}

.pankuzu_area ul.pankuzu,
#main_visual {
  display: none;
}

.pankuzu_area {
  padding: 0;
}

.contents,
.contents .columns {
  padding-bottom: 0;
}

#wholewrapper {
  visibility: hidden;
}

/* PC */
@media screen and (min-width: 768px) {
  #main {
    padding-bottom: 0;
  }
  #main.main_contents.wide {
    max-width: 100%;
  }
}
/* TAB */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  header .header_logo {
    padding-left: 15px;
  }

  #main {
    padding-bottom: 0;
  }
  #main.main_contents.wide {
    padding-left: 0;
    padding-right: 0;
  }
}
/* SP */
@media screen and (max-width: 767px) {
  #main {
    padding-bottom: 0;
  }
  #main.main_contents.wide {
    padding-left: 0;
    padding-right: 0;
  }
}
/*
  OP
*/
#main #op {
  display: none;
}

body > #op {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow: hidden;
  /* OP PC */
  /* OP TAB */
  /* OP SP */
  /* Opening SE */
}
body > #op .wrapper {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  width: 100%;
  height: auto;
}
body > #op .wrapper .op__logo {
  opacity: 0;
  visibility: hidden;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  transition: opacity 0.7s ease-in;
}
body > #op .wrapper .op__logo img {
  width: 100%;
}
body > #op .wrapper .op__logo.active {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  body > #op .wrapper .op__logo {
    width: 15vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  body > #op .wrapper .op__logo {
    width: 35vw;
  }
}
@media screen and (max-width: 767px) {
  body > #op .wrapper .op__logo {
    width: 50vw;
  }
  body > #op .wrapper .op_text {
    margin: 2em auto 0 auto;
  }
  body > #op .wrapper .op_text img {
    width: 98vw;
    height: auto;
  }
}

/*
  Main
*/
#main {
  /* COMMON ALL */
  color: #231815;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  /* COMMON */
  /* COMMON PC */
  /* COMMON TAB */
  /* COMMON SP */
  /* COMMON SE */
  /* ES共通 */
  /* HERO */
  /* ES */
  /* GIFT */
  /* NOTICE */
}
#main img {
  vertical-align: bottom;
}
#main img[src$=".svg"] {
  max-width: 100%;
  height: auto;
}
#main a {
  text-decoration: none;
}
#main h2, #main h3, #main h4, #main h5, #main p, #main ul, #main ol, #main figure {
  padding: 0;
  margin: 0;
  list-style: none;
}
#main .container {
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
#main .d-block {
  display: block;
}
#main .d-inline {
  display: inline;
}
#main .d-none {
  display: none;
}
#main .text-left {
  text-align: left;
}
#main .text-center {
  text-align: center;
}
#main .text-right {
  text-align: right;
}
#main .bg_white {
  background: #fff;
}
#main .bg_orange {
  background: #F08437;
}
#main .bg_purple {
  background: #A64A97;
}
#main .color_black {
  color: #000;
}
#main .color_white {
  color: #fff;
}
#main .color_brown {
  color: #544300;
}
#main .color_purple {
  color: #A64A97;
}
#main .color_orange {
  color: #F08437;
}
#main .ls-0 {
  letter-spacing: 0;
}
#main .ls-01 {
  letter-spacing: 0.1em;
}
#main .ls-0-05 {
  letter-spacing: 0.05em;
}
#main .lh-1 {
  line-height: 1;
}
#main .lh-1-5 {
  line-height: 1.5;
}
#main .lh-1-6 {
  line-height: 1.6;
}
#main .lh-1-75 {
  line-height: 1.75;
}
#main .lh-1-87 {
  line-height: 1.87;
}
#main .lh-2 {
  line-height: 2;
}
#main .fs80 {
  font-size: 80%;
}
#main .fw100 {
  font-weight: 100;
}
#main .fw200 {
  font-weight: 200;
}
#main .fw300 {
  font-weight: 300;
}
#main .fw400 {
  font-weight: 400;
}
#main .fw500 {
  font-weight: 500;
}
#main .fw600 {
  font-weight: 600;
}
#main .fw700 {
  font-weight: 700;
}
#main .fw900 {
  font-weight: 900;
}
#main .w100 {
  width: 100%;
}
#main .img100 {
  width: 100%;
  height: auto;
}
#main .opacity {
  opacity: 1;
  transition: opacity 0.6s ease-out;
}
#main .opacity:hover {
  opacity: 0.8 !important;
}
#main .box_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
#main .showPC, #main .showTAB, #main .showSP, #main .showSE {
  display: none;
}
#main .text-noto-mincho {
  font-family: 'Noto Serif JP', serif;
}
#main .animate-fadein {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
#main .animate-fadein.is-animated {
  opacity: 1.0;
}
#main .bg_grade {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #272975;
}
@media screen and (min-width: 768px) {
  #main {
    font-size: 16px;
  }
  #main .showPC {
    display: block;
  }
  #main .container {
    width: 1030px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .container {
    width: 100%;
  }
  #main .showTAB {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #main {
    font-size: 14px;
  }
  #main img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #main .showSP {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  #main ._showSE {
    display: block;
  }
}
#main .es__banner {
  text-align: center;
}
#main .es_wrapper {
  /* ES共通 PC */
  /* ES共通 TAB */
  /* ES共通 SP */
  /* ES共通 SE */
}
#main .es_wrapper .es__box {
  background: #fff;
  border-radius: 10px;
}
#main .es_wrapper .es__box .es__box--catch {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  line-height: 1;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(-50%);
}
#main .es_wrapper .es__box .es__box--catch::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 8px 0px 0px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
}
#main .es_wrapper .es__box .es__box--title {
  font-family: "Noto Serif JP", serif;
  line-height: 1.38;
  letter-spacing: 0.05em;
  font-weight: 600;
  text-align: center;
}
#main .es_wrapper .es__box .es__box--desc {
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 1.5em;
}
#main .es_wrapper .es__box .es__box--img small {
  font-size: 75%;
}
#main .es_wrapper .es__box .es__box--btn {
  margin-top: 1em;
}
#main .es_wrapper .es__box .es__box--btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9e884a;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
}
#main .es_wrapper .es__box .es__box--btn a:nth-of-type(2) {
  margin-top: 10px;
}
#main .es_wrapper .es__box .es__box--btn a::after {
  content: "";
  display: block;
  background: url(../media/images/campaign/2025/04/campaign_es/btn_arrow.svg) 0 0 no-repeat;
  background-size: contain;
  width: 6px;
  height: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
#main .es_wrapper .es__box.box1 {
  border: solid 1px #475784;
}
#main .es_wrapper .es__box.box1 .es__box--catch {
  background: #475784;
}
#main .es_wrapper .es__box.box1 .es__box--catch::after {
  border-color: #475784 transparent transparent transparent;
}
#main .es_wrapper .es__box.box1 .es__box--title {
  color: #475784;
}
#main .es_wrapper .es__box.box2 {
  border: solid 1px #7a9a33;
}
#main .es_wrapper .es__box.box2 .es__box--catch {
  background: #7a9a33;
}
#main .es_wrapper .es__box.box2 .es__box--catch::after {
  border-color: #7a9a33 transparent transparent transparent;
}
#main .es_wrapper .es__box.box2 .es__box--title {
  color: #7a9a33;
}
#main .es_wrapper .es__box.box3 {
  border: solid 1px #88a2bf;
}
#main .es_wrapper .es__box.box3 .es__box--catch {
  background: #88a2bf;
}
#main .es_wrapper .es__box.box3 .es__box--catch::after {
  border-color: #88a2bf transparent transparent transparent;
}
#main .es_wrapper .es__box.box3 .es__box--title {
  color: #88a2bf;
  letter-spacing: 0;
}
#main .es_wrapper .es__box.box4 {
  border: solid 1px #aa768e;
}
#main .es_wrapper .es__box.box4 .es__box--catch {
  background: #aa768e;
}
#main .es_wrapper .es__box.box4 .es__box--catch::after {
  border-color: #aa768e transparent transparent transparent;
}
#main .es_wrapper .es__box.box4 .es__box--title {
  color: #aa768e;
  letter-spacing: 0;
}
#main .es_wrapper .es__box.box5 {
  border: solid 1px #bc923b;
}
#main .es_wrapper .es__box.box5 .es__box--catch {
  background: #bc923b;
}
#main .es_wrapper .es__box.box5 .es__box--catch::after {
  border-color: #bc923b transparent transparent transparent;
}
#main .es_wrapper .es__box.box5 .es__box--title {
  color: #bc923b;
}
@media screen and (min-width: 768px) {
  #main .es_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #main .es_wrapper .es__box {
    width: 480px;
    padding: 0 40px 30px 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  #main .es_wrapper .es__box:not(:last-of-type) {
    margin-bottom: 50px;
  }
  #main .es_wrapper .es__box .es__box--catch {
    width: 380px;
    height: 40px;
    font-size: 20px;
  }
  #main .es_wrapper .es__box .es__box--title {
    font-size: 40px;
    margin-top: 10px;
  }
  #main .es_wrapper .es__box .es__box--img {
    margin-top: 25px;
  }
  #main .es_wrapper .es__box .es__box--btn a {
    width: 250px;
    height: 50px;
  }
  #main .es_wrapper .es__box.box3 .es__box--title {
    font-size: 34px;
    margin-top: 31px;
  }
  #main .es_wrapper .es__box.box4 .es__box--title {
    font-size: 33px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .es_wrapper .es__box {
    margin: 0 auto 50px auto;
  }
  #main .es_wrapper .es__box:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  #main .es_wrapper .es__box.box3 .es__box--title {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #main .es_wrapper .es__box {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  #main .es_wrapper .es__box:last-of-type {
    margin-bottom: 0;
  }
  #main .es_wrapper .es__box .es__box--catch {
    width: 295px;
    height: 35px;
    font-size: 16px;
  }
  #main .es_wrapper .es__box .es__box--title {
    font-size: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #main .es_wrapper .es__box .es__box--desc {
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
  }
  #main .es_wrapper .es__box .es__box--img {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 10px;
  }
  #main .es_wrapper .es__box .es__box--img small {
    margin-top: 2.5px;
  }
  #main .es_wrapper .es__box .es__box--btn {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 7.5px;
  }
  #main .es_wrapper .es__box .es__box--btn a {
    height: 60px;
    font-size: 19.2px;
  }
  #main .es_wrapper .es__box.box3 .es__box--title {
    font-size: 27px;
  }
  #main .es_wrapper .es__box.box4 .es__box--title {
    font-size: 25px;
  }
}
@media screen and (max-width: 320px) {
  #main .es_wrapper .es__box .es__box--catch {
    width: calc(295px * 0.8);
    height: calc(40px * 0.8);
    font-size: calc(16px * 0.8);
  }
  #main .es_wrapper .es__box .es__box--title {
    font-size: calc(35px * 0.7);
  }
  #main .es_wrapper .es__box .es__box--desc {
    font-size: 14px;
  }
  #main .es_wrapper .es__box .es__box--btn a {
    height: calc(60px * 0.8);
    font-size: calc(19.2px * 0.8);
  }
  #main .es_wrapper .es__box.box3 .es__box--title {
    font-size: calc(27px * 0.8);
  }
  #main .es_wrapper .es__box.box4 .es__box--title {
    font-size: calc(25px * 0.8);
  }
}
#main .hero {
  position: relative;
  /* HERO PC */
  /* HERO TAB */
  /* HERO SP */
  /* HERO SE */
}
#main .hero img,
#main .hero svg {
  width: 100%;
  height: auto;
}
#main .hero .hero__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#main .hero .fixation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in;
}
#main .hero .fixation.active {
  opacity: 1;
}
#main .es {
  /* ES ALL */
  /* ES PC */
  /* ES TAB */
  /* ES SP */
  /* ES SE */
}
#main .es .es__nav--title,
#main .es .es_wrapper__title {
  line-height: 1;
}
#main .es .es__nav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main .es .es__nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  color: #231815;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #main .es {
    padding-bottom: 80px;
  }
  #main .es .es__banner {
    margin-top: 20px;
  }
  #main .es .es__banner li:not(:last-child) {
    margin-bottom: 20px;
  }
  #main .es .es__nav--title,
  #main .es .es_wrapper__title {
    font-size: 40px;
  }
  #main .es .es__nav .es__nav--title {
    padding: 60px 0 20px 0;
  }
  #main .es .es__nav ul li {
    width: 33%;
    margin: 0.32% 0;
  }
  #main .es .es__nav ul li a {
    height: 63px;
    font-size: 20px;
    transition: background-color 0.3s ease-in, color 0.3s ease-in;
  }
  #main .es .es__nav ul li a:hover {
    background-color: #9e884a;
    color: #fff;
  }
  #main .es .es_wrapper__title {
    margin: 60px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .es {
    padding-bottom: 40px;
  }
  #main .es .es__nav--title,
  #main .es .es_wrapper__title {
    font-size: calc(40px * 0.8);
  }
  #main .es .es__nav .es__nav--title {
    padding: 40px 0 20px 0;
  }
  #main .es .es_wrapper__title {
    margin: 40px 0;
  }
  #main .es .es_wrapper {
    margin-top: calc(90px * 0.8);
  }
}
@media screen and (max-width: 767px) {
  #main .es {
    padding-bottom: 25px;
  }
  #main .es .es__banner {
    margin-top: 5px;
  }
  #main .es .es__banner li:not(:last-child) {
    margin-bottom: 15px;
  }
  #main .es .es__nav--title,
  #main .es .es_wrapper__title {
    font-size: calc(40px * 0.6);
  }
  #main .es .es__nav .es__nav--title {
    padding: 30px 0 20px 0;
  }
  #main .es .es__nav ul li {
    width: 49.5%;
    margin: 0.5% 0;
  }
  #main .es .es__nav ul li:nth-child(1) {
    order: 1;
  }
  #main .es .es__nav ul li:nth-child(2) {
    order: 3;
  }
  #main .es .es__nav ul li:nth-child(3) {
    order: 5;
  }
  #main .es .es__nav ul li:nth-child(4) {
    order: 2;
  }
  #main .es .es__nav ul li:nth-child(5) {
    order: 4;
  }
  #main .es .es__nav ul li:nth-child(6) {
    order: 6;
  }
  #main .es .es__nav ul li a {
    height: 40px;
    font-size: 15px;
  }
  #main .es .es_wrapper__title {
    margin: 40px 0 40px 0;
  }
  #main .es .es_wrapper {
    margin-top: 40px;
  }
  #main .es .es_wrapper .es__box.box1 .es__box--img {
    font-size: 11px;
  }
}
#main .gift {
  background-color: #1c2444;
  /* GIFT PC */
  /* GIFT TAB */
  /* GIFT SP */
  /* GIFT SE */
}
#main .gift .gift__es-title {
  background: #9e884a;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
#main .gift .gift__es-title span {
  display: flex;
  justify-content: center;
  align-items: center;
}
#main .gift .gift__es-title span::before, #main .gift .gift__es-title span::after {
  content: "";
  display: block;
  width: 21px;
  height: 11px;
  background: url(../media/images/campaign/2025/04/campaign_es/icon_arrow_under.svg) 0 0 no-repeat;
  background-size: contain;
}
#main .gift .gift__es-title span::before {
  margin-right: 1.5em;
}
#main .gift .gift__es-title span::after {
  margin-left: 1.5em;
}
@media screen and (min-width: 768px) {
  #main .gift {
    padding: 80px 0;
  }
  #main .gift .gift__pay {
    margin-top: 50px;
  }
  #main .gift .gift__es-title {
    font-size: 30px;
    padding: 17.5px;
    margin-top: 80px;
  }
  #main .gift .es_wrapper {
    margin-top: 80px;
  }
  #main .gift .es_wrapper .es__box .es__box--btn {
    margin-top: 30px;
  }
  #main .gift .es_wrapper .es__box.box3 .es__box--btn {
    margin-top: 53px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .gift {
    padding: 40px 0;
  }
  #main .gift .gift__title img {
    width: 90%;
  }
  #main .gift .gift__pay {
    margin-top: 40px;
  }
  #main .gift .gift__es-title {
    width: 90%;
    font-size: calc(30px * 0.8);
    padding: calc(17.5px * 0.8);
    margin-top: calc(80px * 0.8);
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  #main .gift {
    padding: 30px 0 20px 0;
  }
  #main .gift .gift__title {
    padding: 0 5px;
  }
  #main .gift .gift__pay {
    margin-top: 25px;
  }
  #main .gift .gift__es-title {
    font-size: 25px;
    padding: 10px 15px;
    margin-top: 25px;
  }
  #main .gift .gift__es-title span {
    justify-content: space-between;
  }
  #main .gift .gift__es-title span::before {
    margin-right: 0.1em;
  }
  #main .gift .gift__es-title span::after {
    margin-left: 0.1em;
  }
  #main .gift .es_wrapper {
    margin-top: 30px;
  }
}
@media screen and (max-width: 320px) {
  #main .gift .gift__es-title {
    font-size: 22px;
  }
}
#main .notice {
  background-color: #1c2444;
  color: #fff;
  /* NOTICE PC */
  /* NOTICE TAB */
  /* NOTICE SP */
  /* NOTICE SE */
}
#main .notice dl {
  margin: 0;
}
#main .notice dl dt,
#main .notice dl dd {
  display: inline;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: justify;
  margin: 0;
}
#main .notice .notice__img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #main .notice {
    padding-top: 40px;
  }
  #main .notice .notice__img {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .notice .notice__img {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #main .notice {
    padding-top: 15px;
    padding-bottom: 20px;
  }
  #main .notice dl {
    font-size: 16px;
  }
  #main .notice .notice__img {
    margin-top: 25px;
  }
}

body {
  font-feature-settings: "palt";
  color: #333333;
  margin: 0;
  padding: 0;
}

.wrap {
  max-width: 1000px;
  margin: 0 auto;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.text-bold {
  font-weight: bold;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.ssp {
  display: block !important;
}

@media screen and (min-width: 360px) {
  .ssp {
    display: none !important;
  }
}
.sp {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.sp_flex {
  display: flex !important;
}

@media screen and (min-width: 768px) {
  .sp_flex {
    display: none !important;
  }
}
.pc {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}
.pc_flex {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .pc_flex {
    display: flex !important;
  }
}
.main_contents {
  padding: 0;
}

.caption {
  font-size: 10px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .caption {
    font-size: 12px;
  }
}
.caption-area {
  padding: 0 15px;
}

.goldbg {
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.5));
}

.goldbg-contents {
  background: linear-gradient(90deg, #f7de7f 0%, #f5f4bd 49.36%, #f7de7f 100%);
  clip-path: polygon(100% 0, 100% calc(100% - 30px), calc(50% + 15px) calc(100% - 30px), 50% 100%, calc(50% - 15px) calc(100% - 30px), 0 calc(100% - 30px), 0 0);
  padding-bottom: 35px;
  font-size: 25px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .goldbg-contents {
    font-size: 38px;
    padding-bottom: 30px;
  }
}
.goldbg-contents .pink {
  font-size: 1.1em;
  color: #cf5c87;
}

@media screen and (min-width: 768px) {
  .goldbg-contents .pink {
    font-size: 1.2em;
  }
}
.anchor {
  margin-top: -60px;
  padding-top: 60px;
}

.fv {
  padding-top: 20px;
  background: url("../media/images/campaign/2026/04/fv-bg.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .fv {
    padding-top: 50px;
    margin-bottom: -25px;
    background-image: url("../media/images/campaign/2026/04/fv-bg-pc.jpg");
  }
}
.fv-img {
  position: relative;
  z-index: 2;
}

.fv-img .caption {
  position: absolute;
  z-index: 3;
  bottom: 5px;
  left: 5px;
  color: #fff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 768px) {
  .fv-img .caption {
    bottom: 30px;
  }
}
.sv {
  background: url("../media/images/campaign/2026/04/sv-bg.jpg") no-repeat center center;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .sv {
    background-image: url("../media/images/campaign/2026/04/sv-bg-pc.jpg");
  }
}
.sv-contents {
  display: flex;
  flex-direction: column;
  padding: 15px 15px 15px;
}

@media screen and (min-width: 768px) {
  .sv-contents {
    padding: 0 0 30px;
  }
}
.sv-img {
  padding: 30px 15px;
}

@media screen and (min-width: 768px) {
  .sv-img {
    padding: 50px 30px;
  }
}
.sv-img:first-of-type {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  .sv-img:first-of-type {
    padding-bottom: 0;
  }
}
.sv-img:last-of-type {
  border-top: 1px solid #000;
}

.sec01 {
  font-family: "Noto Sans JP", sans-serif;
  background: url("../media/images/campaign/2026/04/sec01-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .sec01 {
    background-image: url("../media/images/campaign/2026/04/sec01-bg-pc.jpg");
    padding: 70px 0;
  }
}
.sec01-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 15px 0 20px !important;
}

@media screen and (min-width: 768px) {
  .sec01-title {
    padding: 15px 0 30px !important;
  }
}
.sec01-area {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0 15px;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .sec01-area {
    padding-bottom: 70px;
  }
}
.sec01-area-btn {
  background: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 10px 15px;
  width: calc((100% - 10px) / 2);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  transition: all 0.4s ease;
  font-size: 20px;
  color: #000;
}

@media screen and (min-width: 768px) {
  .sec01-area-btn {
    font-size: 25px;
    width: calc((100% - 30px) / 3);
  }
}
.sec01-area-btn:hover {
  opacity: 0.6;
}

.sec01-detail {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
  padding: 0 15px;
  padding-bottom: 30px;
  justify-content: center;
}

.sec01-detail-btn {
  background: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 10px 15px;
  width: calc((100% - 10px) / 2);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #000;
  width: 100%;
  position: relative;
  transition: all 0.4s ease;
  font-size: 20px;
}

@media screen and (min-width: 768px) {
  .sec01-detail-btn {
    font-size: 30px;
  }
}
.sec01-detail-btn:hover {
  opacity: 0.6;
}

.sec01-detail-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 25px;
  height: 23px;
  background: #000;
  transform: translateY(-50%);
  clip-path: polygon(100% 0, 0 0, 50% 100%);
}

@media screen and (min-width: 768px) {
  .sec01-detail-btn:after {
    right: 30%;
  }
}
.sec02 {
  font-family: "Noto Sans JP", sans-serif;
  background: url("../media/images/campaign/2026/04/sec02-bg.jpg");
  background-repeat: repeat-y;
  padding: 30px 15px;
}

@media screen and (min-width: 768px) {
  .sec02 {
    padding: 70px 0;
    background: url("../media/images/campaign/2026/04/sec02-bg-pc.jpg");
    background-size: cover;
  }
}
.sec02-gift {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .sec02-gift {
    flex-direction: row;
    padding-bottom: 50px;
  }
}
.sec02-gift-col {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sec02-gift-col {
    width: calc((100% - 30px) / 2);
  }
}
.sec02-add {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}

.sec02-add-col1 {
  width: 100%;
}

.sec02-add-col1 .goldbg-contents {
  padding: 15px 15px 40px;
}

.sec02-add-col2 {
  width: 100%;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.4));
}

@media screen and (min-width: 768px) {
  .sec02-add-col2 {
    width: calc((100% - 15px) / 2 - 30px);
    padding-right: 30px;
  }
}
.sec02-add-col3 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .sec02-add-col3 {
    width: calc((100% - 15px) / 2 + 30px);
  }
}
.sec02-add-col4 {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .sec02-add-col4 {
    width: calc((100% - 15px) / 2 + 30px);
    align-items: flex-start;
  }
}
.sec02-add-col4 .text {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  letter-spacing: -0.05em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sec02-add-col4 .text {
    font-size: 18px;
    text-align: left;
  }
}
.sec02-add-col5 {
  width: 100%;
  filter: drop-shadow(5px 5px 3px rgba(0, 0, 0, 0.4));
}

@media screen and (min-width: 768px) {
  .sec02-add-col5 {
    width: calc((100% - 15px) / 2 - 30px);
  }
}
.sec02-add-col6 {
  width: 100%;
  padding-top: 30px;
}

.sec03 {
  background: url("../media/images/campaign/2026/04/sec03-bg.jpg") no-repeat top center;
  background-size: cover;
  padding: 30px 0 70px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .sec03 {
    padding: 50px 0 70px;
  }
}
.sec03-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 15px 0 !important;
}

@media screen and (min-width: 768px) {
  .sec03-title {
    padding: 15px 0 30px !important;
  }
}
.sec03-contents {
  display: flex;
  flex-direction: row;
  gap: 30px;
  flex-wrap: wrap;
  padding: 0 15px;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .sec03-contents {
    gap: 50px;
    padding-bottom: 70px;
  }
}
.sec03-contents-col {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 0;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  align-items: flex-start;
}

@media screen and (min-width: 768px) {
  .sec03-contents-col {
    width: calc((100% - 50px) / 2);
  }

  .sec03-contents-col:nth-child(1) {
    width: 100%;
  }
}
.sec03-contents-col-title {
  width: 100%;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  padding: 5px !important;
}

@media screen and (min-width: 768px) {
  .sec03-contents-col-title {
    font-size: 20px;
  }
}
.sec03-contents-col .detail {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 15px;
}

.sec03-contents-col .detail-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  padding-top: 15px !important;
}

@media screen and (min-width: 768px) {
  .sec03-contents-col .detail-title {
    font-size: 35px;
    min-height: 8rem;
  }
}
.sec03-contents-col .detail-text {
  text-align: center;
  padding: 0 15px;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
  .sec03-contents-col .detail-text {
    text-align: left;
    align-self: flex-start;
    padding: 0 30px;
  }
}
.sec03-contents-col .detail-img {
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .sec03-contents-col .detail-img {
    padding: 0 30px;
  }
}
.sec03-contents-col .detail-caption {
  font-size: 10px;
}

@media screen and (min-width: 768px) {
  .sec03-contents-col .detail-caption {
    font-size: 12px;
  }
}
.sec03-contents-col .detail-area {
  width: 100%;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

@media screen and (min-width: 768px) {
  .sec03-contents-col .detail-area {
    min-height: 6rem;
  }
}
.sec03-contents-col .detail-btn {
  color: #fff;
  padding: 15px 15px;
  width: 100%;
  max-width: 300px;
  text-align: center;
  border-radius: 50px;
  position: relative;
  transition: all 0.4s ease;
}

@media screen and (min-width: 768px) {
  .sec03-contents-col .detail-btn {
    padding: 10px 15px;
  }
}
.sec03-contents-col .detail-btn:after {
  content: "";
  width: 15px;
  height: 17px;
  position: absolute;
  top: 50%;
  right: 15px;
  background: #fff;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.sec03-contents-col .detail-btn:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .sec03-contents-col:first-of-type .detail {
    width: 50%;
    padding-bottom: 0;
  }

  .sec03-contents-col:first-of-type .detail-text {
    align-self: center;
  }

  .sec03-contents-col:first-of-type .detail-img {
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .sec03-contents-col:first-of-type .detail-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.sec03-contents-col:nth-child(1) h3 {
  background: #2e457c;
}

.sec03-contents-col:nth-child(1) .detail-btn {
  background: #2e457c;
}

.sec03-contents-col:nth-child(2) h3 {
  background: #699242;
}

.sec03-contents-col:nth-child(2) .detail-btn {
  background: #699242;
}

.sec03-contents-col:nth-child(3) h3 {
  background: #6f9ab6;
}

.sec03-contents-col:nth-child(3) .detail-btn {
  background: #6f9ab6;
}

.sec03-contents-col:nth-child(4) h3 {
  background: #b96f93;
}

.sec03-contents-col:nth-child(4) .detail-btn {
  background: #b96f93;
}

.sec03-contents-col:nth-child(5) h3 {
  background: #be892f;
}

.sec03-contents-col:nth-child(5) .detail-btn {
  background: #be892f;
}

.caption-area .caption {
  padding-bottom: 30px !important;
}

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