@charset "UTF-8";
.forPC {
  display: block;
}
@media screen and (max-width: 991px) {
  .forPC {
    display: none;
  }
}

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

.forTABSP {
  display: none;
}
@media screen and (max-width: 991px) {
  .forTABSP {
    display: block;
  }
}

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

.for-lg {
  display: none;
}
@media screen and (max-width: 1239px) {
  .for-lg {
    display: block;
  }
}

.for-md {
  display: none;
}
@media screen and (max-width: 991px) {
  .for-md {
    display: block;
  }
}

.for-sm {
  display: none;
}
@media screen and (max-width: 767px) {
  .for-sm {
    display: block;
  }
}

.for-xs {
  display: none;
}
@media screen and (max-width: 575px) {
  .for-xs {
    display: block;
  }
}

.for-lg--less {
  display: block;
}
@media screen and (max-width: 1239px) {
  .for-lg--less {
    display: none;
  }
}

.for-md--less {
  display: block;
}
@media screen and (max-width: 991px) {
  .for-md--less {
    display: none;
  }
}

.for-sm--less {
  display: block;
}
@media screen and (max-width: 767px) {
  .for-sm--less {
    display: none;
  }
}

.for-xs--less {
  display: block;
}
@media screen and (max-width: 575px) {
  .for-xs--less {
    display: none;
  }
}

.mt_none {
  margin-top: 0 !important;
}

.mb_none {
  margin-bottom: 0 !important;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

html {
  font-size: 62.5%;
  color: #222;
}

body {
  font-family: "Hiragino Sans", "Noto Sans JP", serif;
  font-size: 1.6rem;
  font-weight: 400;
}

.mincho {
  font-family: "Shippori Mincho", serif;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dt, dd, th, td, a {
  margin: 0;
  padding: 0;
  line-height: 2;
}

a {
  text-decoration: none;
}

.u-margintop--md {
  margin-top: 80px;
}
@media screen and (max-width: 575px) {
  .u-margintop--md {
    margin-top: 60px;
  }
}

.u-margintop--sm {
  margin-top: 60px;
}
@media screen and (max-width: 575px) {
  .u-margintop--sm {
    margin-top: 40px;
  }
}

.u-padding--lg {
  padding: 100px 0;
}
@media screen and (max-width: 575px) {
  .u-padding--lg {
    padding: 80px 0;
  }
}

.u-padding--md {
  padding: 80px 0;
}
@media screen and (max-width: 575px) {
  .u-padding--md {
    padding: 60px 0;
  }
}

.u-padding--sm {
  padding: 60px 0;
}
@media screen and (max-width: 575px) {
  .u-padding--sm {
    padding: 40px 0;
  }
}

.w-1200 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .w-1200 {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .w-1200 {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .w-1200 {
    width: 100%;
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .w-1200 {
    width: 100%;
    max-width: 1200px;
  }
}

.w-1000 {
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 40px);
}
@media (min-width: 576px) {
  .w-1000 {
    width: 100%;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .w-1000 {
    width: 100%;
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .w-1000 {
    width: 100%;
    max-width: 960px;
  }
}
@media (min-width: 1240px) {
  .w-1000 {
    width: 100%;
    max-width: 1000px;
  }
}

.popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 300px;
}
.popup.hidden {
  display: none;
}
.popup figure {
  width: 100%;
  height: 250px;
  background: #ccc;
  margin: 0;
}
.popup .close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
}
.popup .close:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 15px;
  height: 2px;
  background: #fff;
}
.popup .close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 2px;
  background: #fff;
}

.magazine_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .magazine_header {
    padding: 20px;
  }
}
.magazine_header h1 {
  line-height: 1;
  width: 150px;
}
.magazine_header h1 a {
  line-height: 1;
  display: block;
}
.magazine_header h1 a img {
  width: 100%;
}
.magazine_header_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .magazine_header_tel {
    display: block;
  }
}
.magazine_header_tel p {
  font-size: 1.5rem;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .magazine_header_tel p {
    font-size: 1.2rem;
    margin: 0;
  }
}
.magazine_header_tel a {
  font-size: 4rem;
  color: #B5A44A;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .magazine_header_tel a {
    font-size: 2.4rem;
  }
}

.magazine_header_mv {
  width: 100%;
  margin-top: 80px;
  padding: 50px 0;
  background: url(/images/main_bg_pc.webp) no-repeat #e9eae4;
  background-size: contain;
  background-position: 100% 100%;
}
@media screen and (max-width: 991px) {
  .magazine_header_mv {
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .magazine_header_mv {
    margin-top: 80px;
  }
}
.magazine_header_mv_inner {
  width: calc(100% - 40px);
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 80px;
}
@media screen and (max-width: 991px) {
  .magazine_header_mv_inner {
    width: 70%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .magazine_header_mv_inner {
    width: 80%;
  }
}
.magazine_header_mv_inner > figure {
  width: 326px;
  margin-right: 80px;
}
@media screen and (max-width: 991px) {
  .magazine_header_mv_inner > figure {
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .magazine_header_mv_inner > figure {
    width: 55%;
  }
}
.magazine_header_mv_inner > figure img {
  width: 100%;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
}
.magazine_header_mv_inner_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 991px) {
  .magazine_header_mv_inner_txt {
    display: none;
  }
}
.magazine_header_mv_inner_txt .ttl_box {
  padding: 10px 20px;
  border-top: 1px solid #C4B14D;
  border-bottom: 1px solid #C4B14D;
  background: rgba(0, 0, 0, 0.7);
}
.magazine_header_mv_inner_txt .ttl_box h4 {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 400;
  line-height: 1.6;
}
.magazine_header_mv_inner_txt .ttl_box h2 {
  font-size: 3.6rem;
  font-weight: 400;
  color: #C4B14D;
  line-height: 1.6;
}
.magazine_header_mv_inner_txt .ttl_box h5 {
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  margin-top: 5px;
}
.magazine_header_mv_inner_txt .desc {
  margin-top: 20px;
}
.magazine_header_mv_inner_txt .desc h3 {
  font-size: 2.4rem;
  display: inline-block;
  padding: 0 35px;
  position: relative;
}
.magazine_header_mv_inner_txt .desc h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 1px;
  background: #222;
}
.magazine_header_mv_inner_txt .desc h3:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 1px;
  background: #222;
}
.magazine_header_mv_inner_txt .desc p {
  margin-top: 5px;
  padding-left: 35px;
}
.magazine_header_mv_inner_txt .btn {
  width: 370px;
  text-align: center;
  margin-top: 10px;
}
.magazine_header_mv_inner_txt .btn p {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  color: #2F2F70;
  position: relative;
  padding: 0 25px;
}
.magazine_header_mv_inner_txt .btn p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(60deg);
          transform: translateY(-50%) rotate(60deg);
  width: 20px;
  height: 2px;
  background: #8F7B16;
}
.magazine_header_mv_inner_txt .btn p:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-60deg);
          transform: translateY(-50%) rotate(-60deg);
  width: 20px;
  height: 2px;
  background: #8F7B16;
}
.magazine_header_mv_inner_txt .btn a {
  display: block;
  margin-top: 5px;
  width: 100%;
  padding: 12px 40px 12px 20px;
  border-radius: 5px;
  font-size: 2rem;
  position: relative;
  color: #fff;
  font-weight: 600;
  z-index: 1;
  letter-spacing: 0.08em;
  display: inline-block;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
}
.magazine_header_mv_inner_txt .btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(134, 113, 9)), to(rgb(180, 163, 73)));
  background: linear-gradient(0deg, rgb(134, 113, 9) 0%, rgb(180, 163, 73) 100%);
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.magazine_header_mv_inner_txt .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(157, 133, 17)), to(rgb(255, 242, 170)));
  background: linear-gradient(0deg, rgb(157, 133, 17) 0%, rgb(255, 242, 170) 100%);
  z-index: -2;
}
.magazine_header_mv_inner_txt .btn a:hover:before {
  opacity: 0;
}
.magazine_header_mv_inner_txt .btn a img {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}

.magazine_main_ttl h3 {
  font-size: 4rem;
  position: relative;
  text-align: center;
  font-weight: 500;
  padding-bottom: 10px;
}
@media screen and (max-width: 575px) {
  .magazine_main_ttl h3 {
    font-size: 3.2rem;
  }
}
.magazine_main_ttl h3:before {
  content: "";
  width: 100px;
  height: 1px;
  background: #B5A44A;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.magazine_main_ttl_sbu h3 {
  font-size: 2.6rem;
  position: relative;
  text-align: center;
  font-weight: 500;
  padding-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .magazine_main_ttl_sbu h3 {
    font-size: 2.4rem;
  }
}
.magazine_main_ttl_sbu h3:before {
  content: "";
  width: 100px;
  height: 1px;
  background: #B5A44A;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.magazine_author_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .magazine_author_content {
    display: block;
  }
}
.magazine_author_content figure {
  width: 396px;
  margin-right: 50px;
}
@media screen and (max-width: 991px) {
  .magazine_author_content figure {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .magazine_author_content figure {
    width: 100%;
    margin: 0;
  }
}
.magazine_author_content figure img {
  width: 100%;
}
.magazine_author_content_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .magazine_author_content_txt {
    margin-top: 30px;
  }
}
.magazine_author_content_txt h4 {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 575px) {
  .magazine_author_content_txt h4 {
    font-size: 2.8rem;
  }
}
.magazine_author_content_txt h5 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 20px;
}
.magazine_author_content_txt p {
  font-size: 1.4rem;
  margin-top: 20px;
}

.magazine_line {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(51, 51, 123)), color-stop(50%, rgb(36, 35, 74)), to(rgb(51, 51, 123)));
  background-image: linear-gradient(90deg, rgb(51, 51, 123), rgb(36, 35, 74) 50%, rgb(51, 51, 123));
}
.magazine_line_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .magazine_line_inner {
    display: block;
    padding: 0 0 10px;
  }
}
.magazine_line_inner .circle {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  background: #907B16;
  position: relative;
  margin-right: 15px;
}
@media screen and (max-width: 991px) {
  .magazine_line_inner .circle {
    margin: 0 auto;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.magazine_line_inner .circle p {
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  line-height: 1.4;
}
.magazine_line_inner .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 330px;
}
@media screen and (max-width: 991px) {
  .magazine_line_inner .txt {
    padding: 0;
    margin-top: 0;
    text-align: center;
  }
}
.magazine_line_inner .txt h3 {
  font-size: 2.6rem;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 1239px) {
  .magazine_line_inner .txt h3 {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 991px) {
  .magazine_line_inner .txt h3 {
    font-size: 2.4rem;
  }
}
.magazine_line_inner .txt h3 small {
  font-size: 2rem;
  color: #C4B14D;
  display: block;
}
@media screen and (max-width: 1239px) {
  .magazine_line_inner .txt h3 small {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 991px) {
  .magazine_line_inner .txt h3 small {
    margin-top: 10px;
    font-size: 2rem;
  }
}
.magazine_line_inner .link_main {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 320px;
}
@media screen and (max-width: 991px) {
  .magazine_line_inner .link_main {
    position: static;
    margin: 60px auto 0;
  }
}
.magazine_line .coution {
  background: #fff;
  padding: 10px;
}
.magazine_line .coution p {
  text-align: center;
  font-size: 1.1rem;
}

.link_main a {
  display: block;
  padding: 20px 20px 20px 30px;
  font-size: 1.8rem;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  color: #222;
  font-weight: 600;
  z-index: 1;
}
.link_main a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgb(255, 255, 255)), to(rgb(219, 211, 139)));
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 40%, rgb(219, 211, 139));
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_main a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgb(255, 255, 255)), to(rgb(157, 136, 18)));
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 40%, rgb(157, 136, 18));
  border-radius: 5px;
  z-index: -2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_main a:hover:before {
  opacity: 0;
}
.link_main a img {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}

.magazine_overview {
  background: url(/images/magazine_overview_bg_01.webp) no-repeat;
  background-size: cover;
  background-position: 0 0;
  padding-top: 80px;
}
@media screen and (max-width: 575px) {
  .magazine_overview {
    background: #fff !important;
    padding-top: 60px;
  }
}
.magazine_overview_content {
  padding: 80px 0 0;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .magazine_overview_content {
    padding: 0;
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
  }
}
.magazine_overview_content p {
  font-size: 1.8rem;
  line-height: 2;
  padding: 0 100px;
}
.magazine_overview_content p:not(:first-of-type) {
  margin-top: 25px;
}
@media screen and (max-width: 991px) {
  .magazine_overview_content p {
    padding: 0 80px;
  }
}
@media screen and (max-width: 575px) {
  .magazine_overview_content p {
    padding: 0;
  }
}
.magazine_overview_content_desc {
  margin-top: 80px;
  padding: 25px 20px;
  background-image: linear-gradient(225deg, rgb(36, 35, 74), rgb(51, 51, 123));
}
@media screen and (max-width: 575px) {
  .magazine_overview_content_desc {
    margin-left: -20px;
    margin-top: 60px;
    width: calc(100% + 40px);
  }
}
.magazine_overview_content_desc p {
  font-size: 2.2rem;
  color: #C4B14D;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .magazine_overview_content_desc p {
    font-size: 1.8rem;
  }
}
.magazine_overview_content_desc h4 {
  font-size: 2.8rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .magazine_overview_content_desc h4 {
    font-size: 2.4rem;
  }
}

.magazine_conList {
  background: url(/images/magazine_overview_bg_02.webp) no-repeat;
  background-size: cover;
  background-position: 0 100%;
  padding-top: 320px;
  padding-bottom: 193px;
  margin-top: -240px;
}
@media screen and (max-width: 991px) {
  .magazine_conList {
    margin-top: -120px;
    padding-top: 200px;
  }
}
@media screen and (max-width: 575px) {
  .magazine_conList {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 130px;
  }
}
.magazine_conList_content {
  width: calc(100% - 40px);
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 575px) {
  .magazine_conList_content {
    margin-top: 60px;
  }
}
.magazine_conList_content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  padding: 8px 20px;
}
.magazine_conList_content ul li:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .magazine_conList_content ul li {
    display: block;
    position: relative;
    padding: 20px 20px 8px;
  }
  .magazine_conList_content ul li:not(:first-of-type) {
    margin-top: 40px;
  }
}
.magazine_conList_content ul li .num {
  width: 33px;
  height: 33px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(51, 51, 123)), to(rgb(36, 35, 74)));
  background-image: linear-gradient(180deg, rgb(51, 51, 123), rgb(36, 35, 74));
  position: relative;
  border-radius: 50%;
  margin-right: 15px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (max-width: 575px) {
  .magazine_conList_content ul li .num {
    position: absolute;
    top: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin: 0;
  }
}
.magazine_conList_content ul li .num span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -56%);
          transform: translate(-50%, -56%);
  color: #C4B14D;
  font-size: 2.4rem;
  line-height: 1;
}
.magazine_conList_content ul li h4 {
  font-size: 2.8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .magazine_conList_content ul li h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 575px) {
  .magazine_conList_content ul li h4 {
    font-size: 2rem;
    text-align: center;
  }
}

.magazine_table_contents {
  overflow-x: hidden;
  background: #EBEBE5;
}
.magazine_table_contents_content {
  width: 100%;
}
.magazine_table_contents_content .swiper {
  overflow: visible;
}
.magazine_table_contents_content .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
}
.magazine_table_contents_content .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
@media screen and (max-width: 1239px) {
  .magazine_table_contents_content .swiper .swiper-wrapper .swiper-slide img {
    width: calc(100% - 60px);
  }
}
.magazine_table_contents .swiper-button-next {
  width: 80px;
  height: 80px;
  right: auto !important;
  left: -44px !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1239px) {
  .magazine_table_contents .swiper-button-next {
    left: -14px !important;
  }
}
@media screen and (max-width: 575px) {
  .magazine_table_contents .swiper-button-next {
    width: 50px;
    height: 50px;
    left: 3px !important;
  }
}
.magazine_table_contents .swiper-button-next:after {
  display: none;
}
.magazine_table_contents .swiper-button-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: url(/images/slide_arrow.svg) no-repeat;
  background-size: contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media screen and (max-width: 575px) {
  .magazine_table_contents .swiper-button-next:before {
    width: 50px;
    height: 50px;
  }
}
.magazine_table_contents .swiper-button-prev {
  width: 80px;
  height: 80px;
  right: -44px !important;
  left: auto !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1239px) {
  .magazine_table_contents .swiper-button-prev {
    right: -14px !important;
  }
}
@media screen and (max-width: 575px) {
  .magazine_table_contents .swiper-button-prev {
    width: 50px;
    height: 50px;
    right: 3px !important;
  }
}
.magazine_table_contents .swiper-button-prev:after {
  display: none;
}
.magazine_table_contents .swiper-button-prev:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: url(/images/slide_arrow.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 575px) {
  .magazine_table_contents .swiper-button-prev:before {
    width: 50px;
    height: 50px;
  }
}

.benefits {
  background: url(/images/lp_benefit_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 575px) {
  .benefits {
    padding: 0 !important;
  }
}
.benefits_content {
  background: -webkit-gradient(linear, left top, right top, from(rgb(191, 176, 80)), to(rgb(159, 143, 64)));
  background: linear-gradient(90deg, rgb(191, 176, 80) 0%, rgb(159, 143, 64) 100%);
  padding: 45px;
}
@media screen and (max-width: 575px) {
  .benefits_content {
    padding: 45px 20px;
    width: 100% !important;
    max-width: 100% !important;
  }
}
.benefits_content_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .benefits_content_inner {
    display: block;
  }
}
.benefits_content_inner .txt_box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 40px;
}
@media screen and (max-width: 991px) {
  .benefits_content_inner .txt_box {
    margin-right: 0;
  }
}
.benefits_content_inner .txt_box h4 {
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (max-width: 1239px) {
  .benefits_content_inner .txt_box h4 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 991px) {
  .benefits_content_inner .txt_box h4 {
    font-size: 2.4rem;
    margin-top: 20px;
  }
}
.benefits_content_inner .txt_box p {
  margin-top: 20px;
  font-size: 1.6rem;
}
.benefits_content_inner .txt_box .link_main {
  margin-top: 20px;
}
.benefits_content_inner .txt_box .coution {
  font-size: 1.2rem;
  padding-left: 1.2em;
  position: relative;
  margin-top: 10px;
}
.benefits_content_inner .txt_box .coution:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.benefits_content_inner .txt_desc {
  width: 520px;
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}
@media screen and (max-width: 991px) {
  .benefits_content_inner .txt_desc {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 575px) {
  .benefits_content_inner .txt_desc {
    padding: 20px;
  }
}
.benefits_content_inner .txt_desc .list_ttl {
  background: #B5A44A;
  font-size: 1.8rem;
  padding: 4px 10px;
  color: #fff;
  line-height: 1.6;
  display: inline-block;
}
.benefits_content_inner .txt_desc h3 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-top: 15px;
  line-height: 1.6;
}
.benefits_content_inner .txt_desc .coution_sub {
  font-size: 1.4rem;
  margin-top: 10px;
}
.benefits_content_inner .txt_desc ul {
  margin-top: 15px;
  list-style: none;
}
.benefits_content_inner .txt_desc ul li {
  font-size: 1.4rem;
  position: relative;
  padding-left: 1em;
}
.benefits_content_inner .txt_desc ul li:not(:first-of-type) {
  margin-top: 5px;
}
.benefits_content_inner .txt_desc ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.benefits_content_inner .txt_desc p {
  text-align: right;
  font-size: 1.4rem;
  margin-top: 10px;
}
.benefits_ttl {
  text-align: center;
}
.benefits_ttl p {
  display: inline-block;
  color: #fff;
  background: #222;
  font-size: 1.8rem;
  padding: 2px 55px;
}
.benefits_ttl h2 {
  font-size: 4.6rem;
  color: #fff;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.benefits .benefits_btn_sp {
  margin-top: 30px;
}
.benefits .benefits_btn_sp .link_main {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 575px) {
  .benefits .benefits_btn_sp .link_main {
    max-width: 375px;
    width: 100%;
  }
}
.benefits .benefits_btn_sp .coution {
  font-size: 1.2rem;
  padding-left: 1.2em;
  position: relative;
  margin-top: 20px;
}
.benefits .benefits_btn_sp .coution:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.buy_btn {
  background: -webkit-gradient(linear, left top, right top, from(rgb(36, 35, 74)), color-stop(40%, rgb(65, 65, 147)), color-stop(60%, rgb(65, 65, 147)), to(rgb(36, 35, 74)));
  background: linear-gradient(90deg, rgb(36, 35, 74) 0%, rgb(65, 65, 147) 40%, rgb(65, 65, 147) 60%, rgb(36, 35, 74) 100%);
  text-align: center;
}
.buy_btn_inner {
  width: calc(100% - 40px);
  width: 510px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .buy_btn_inner {
    width: 435px;
  }
}
@media screen and (max-width: 575px) {
  .buy_btn_inner {
    width: calc(100% - 40px);
  }
}
.buy_btn figure {
  width: 137px;
  position: absolute;
  top: 50%;
  left: -60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .buy_btn figure {
    width: 120px;
  }
}
@media screen and (max-width: 575px) {
  .buy_btn figure {
    position: static;
    -webkit-transform: none;
            transform: none;
    -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
            box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    margin: 0 auto;
  }
}
.buy_btn figure img {
  width: 100%;
}
.buy_btn a {
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 2.6rem;
  position: relative;
  color: #fff;
  font-weight: 600;
  z-index: 1;
  letter-spacing: 0.08em;
  display: inline-block;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .buy_btn a {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  .buy_btn a {
    font-size: 2rem;
    padding: 15px 40px 15px 20px;
  }
}
.buy_btn a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(134, 113, 9)), to(rgb(180, 163, 73)));
  background: linear-gradient(0deg, rgb(134, 113, 9) 0%, rgb(180, 163, 73) 100%);
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.buy_btn a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(157, 133, 17)), to(rgb(255, 242, 170)));
  background: linear-gradient(0deg, rgb(157, 133, 17) 0%, rgb(255, 242, 170) 100%);
  z-index: -2;
}
.buy_btn a:hover:before {
  opacity: 0;
}
.buy_btn a img {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}
.buy_btn .day_outer {
  margin-bottom: 5px;
}
@media screen and (max-width: 575px) {
  .buy_btn .day_outer {
    margin-top: 10px;
  }
}
.buy_btn .day_outer p {
  display: inline-block;
  font-size: 3rem;
  color: #fff;
  position: relative;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .buy_btn .day_outer p {
    font-size: 2.4rem;
  }
}
.buy_btn .day_outer p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(55deg);
          transform: translateY(-50%) rotate(55deg);
  width: 25px;
  height: 2px;
  background: #8F7B16;
}
.buy_btn .day_outer p:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-55deg);
          transform: translateY(-50%) rotate(-55deg);
  width: 25px;
  height: 2px;
  background: #8F7B16;
}

.copy {
  padding: 20px;
}
.copy p {
  font-size: 1.1rem;
}

.magazine_header_desc_sp {
  display: none;
}
@media screen and (max-width: 991px) {
  .magazine_header_desc_sp {
    display: block;
    background: rgba(0, 0, 0, 0.7);
    padding: 30px 0;
  }
}
@media screen and (max-width: 991px) and (max-width: 575px) {
  .magazine_header_desc_sp {
    padding: 20px 0;
  }
}
@media screen and (max-width: 991px) {
  .magazine_header_desc_sp h4 {
    font-size: 2.5rem;
    color: #fff;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) and (max-width: 575px) {
  .magazine_header_desc_sp h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .magazine_header_desc_sp h2 {
    font-size: 3.6rem;
    font-weight: 400;
    color: #C4B14D;
    line-height: 1.6;
    text-align: center;
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) and (max-width: 575px) {
  .magazine_header_desc_sp h2 {
    font-size: 2.8rem;
    margin-top: 6px;
  }
}
@media screen and (max-width: 991px) {
  .magazine_header_desc_sp h5 {
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    margin-top: 5px;
    text-align: center;
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) and (max-width: 575px) {
  .magazine_header_desc_sp h5 {
    font-size: 1.4rem;
  }
}

.magazine_header_desc_sub_sp {
  display: none;
}
@media screen and (max-width: 991px) {
  .magazine_header_desc_sub_sp {
    display: block;
    background: #EBEBE5;
    padding: 40px 20px 80px;
  }
}
@media screen and (max-width: 991px) and (max-width: 575px) {
  .magazine_header_desc_sub_sp {
    padding: 30px 20px 60px;
  }
}
@media screen and (max-width: 991px) {
  .magazine_header_desc_sub_sp h3 {
    font-size: 2.8rem;
    position: relative;
    text-align: center;
    line-height: 1.6;
  }
}
@media screen and (max-width: 991px) and (max-width: 575px) {
  .magazine_header_desc_sub_sp h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .magazine_header_desc_sub_sp p {
    margin-top: 10px;
    text-align: center;
  }
}
@media screen and (max-width: 991px) and (max-width: 575px) {
  .magazine_header_desc_sub_sp p {
    font-size: 1.5rem;
  }
}

.btn_sp_outer {
  display: none;
}
@media screen and (max-width: 991px) {
  .btn_sp_outer {
    display: block;
    background: #EBEBE5;
    margin-top: 10px;
  }
}

.btn_sp {
  width: 100%;
  max-width: 370px;
  text-align: center;
  margin: 0 auto;
}
.btn_sp p {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  color: #2F2F70;
  position: relative;
  padding: 0 25px;
}
.btn_sp p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(60deg);
          transform: translateY(-50%) rotate(60deg);
  width: 20px;
  height: 2px;
  background: #8F7B16;
}
.btn_sp p:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-60deg);
          transform: translateY(-50%) rotate(-60deg);
  width: 20px;
  height: 2px;
  background: #8F7B16;
}
.btn_sp a {
  display: block;
  margin-top: 5px;
  width: 100%;
  max-width: 370px;
  padding: 12px 40px 12px 20px;
  border-radius: 5px;
  font-size: 2.2rem;
  position: relative;
  color: #fff;
  font-weight: 600;
  z-index: 1;
  letter-spacing: 0.08em;
  display: inline-block;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 575px) {
  .btn_sp a {
    font-size: 2rem;
    letter-spacing: 0.03em;
  }
}
.btn_sp a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(134, 113, 9)), to(rgb(180, 163, 73)));
  background: linear-gradient(0deg, rgb(134, 113, 9) 0%, rgb(180, 163, 73) 100%);
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn_sp a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(157, 133, 17)), to(rgb(255, 242, 170)));
  background: linear-gradient(0deg, rgb(157, 133, 17) 0%, rgb(255, 242, 170) 100%);
  z-index: -2;
}
.btn_sp a:hover:before {
  opacity: 0;
}
.btn_sp a img {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
}