@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%;
}
#main .bg_grade::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #main {
    font-size: 16px;
  }
  #main .showPC {
    display: block;
  }
  #main .container {
    width: 1030px;
  }
  #main .bg_grade::before {
    background: url(../media/images/campaign/2025/08/campaign_es/bg_grade.jpg) 0 0 repeat-y;
    background-size: cover;
  }
}
@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;
  }
  #main .bg_grade::before {
    background: url(../media/images/campaign/2025/08/campaign_es/bg_grade_sp.jpg) 0 0 repeat-y;
    background-size: cover;
  }
}
@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: #21b8c5;
  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 #0095b8;
}
#main .es_wrapper .es__box.box1 .es__box--catch {
  background: #0095b8;
}
#main .es_wrapper .es__box.box1 .es__box--catch::after {
  border-color: #0095b8 transparent transparent transparent;
}
#main .es_wrapper .es__box.box1 .es__box--title {
  color: #0095b8;
}
#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 #bc923b;
}
#main .es_wrapper .es__box.box3 .es__box--catch {
  background: #bc923b;
}
#main .es_wrapper .es__box.box3 .es__box--catch::after {
  border-color: #bc923b transparent transparent transparent;
}
#main .es_wrapper .es__box.box3 .es__box--title {
  color: #bc923b;
  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 #0095b8;
}
#main .es_wrapper .es__box.box5 .es__box--catch {
  background: #0095b8;
}
#main .es_wrapper .es__box.box5 .es__box--catch::after {
  border-color: #0095b8 transparent transparent transparent;
}
#main .es_wrapper .es__box.box5 .es__box--title {
  color: #0095b8;
}
@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 */
}
@media screen and (min-width: 768px) {
  #main .es {
    padding: 80px 0;
  }
  #main .es .es__banner {
    margin-top: 20px;
  }
  #main .es .es__banner li:not(:last-child) {
    margin-bottom: 20px;
  }
  #main .es .es_wrapper {
    margin-top: 90px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #main .es {
    padding: 40px 0;
  }
  #main .es .es__title img {
    width: 90%;
  }
  #main .es .es_wrapper {
    margin-top: calc(90px * 0.8);
  }
}
@media screen and (max-width: 767px) {
  #main .es {
    padding: 25px 0;
  }
  #main .es .es__title {
    padding: 0 5px;
  }
  #main .es .es__banner {
    margin-top: 5px;
  }
  #main .es .es__banner li:not(:last-child) {
    margin-bottom: 15px;
  }
  #main .es .es_wrapper {
    margin-top: 40px;
  }
  #main .es .es_wrapper .es__box.box1 .es__box--img {
    font-size: 11px;
  }
}
#main .gift {
  background: #f2f1eb;
  /* GIFT PC */
  /* GIFT TAB */
  /* GIFT SP */
  /* GIFT SE */
}
#main .gift .gift__es-title {
  background: #21b8c5;
  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: 18px;
    padding: 10px 15px;
    margin-top: 20px;
  }
  #main .gift .gift__es-title span {
    justify-content: space-between;
  }
  #main .gift .es_wrapper {
    margin-top: 30px;
  }
}
#main .notice {
  background: #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;
  }
  #main .notice dl {
    font-size: 16px;
  }
  #main .notice .notice__img {
    margin-top: 25px;
  }
}

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