@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
/* -------------------------------------------------------
reset
------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

img {
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

input[type=text] {
  padding: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: none;
}

textarea {
  padding: 0;
  outline: none;
  border: 0;
  background: transparent;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  outline: none;
  border: none;
}

html,
body {
  font-size: 62.5%;
}

body {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  color: #1E1E1E;
  overflow-x: hidden;
}

a {
  color: #222;
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    cursor: default;
    text-decoration: none;
    pointer-events: none;
    display: inline-block;
  }
}

.unlink {
  pointer-events: none;
}
.unlink:hover {
  opacity: none;
  transform: none;
}
.unlink::before, .unlink::after {
  content: none;
}

@media screen and (min-width: 1025px) {
  .link_tel {
    cursor: default;
    text-decoration: none;
    pointer-events: none;
  }
}

.preload * {
  transition: none !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb40 {
  margin-bottom: 20px !important;
}
@media screen and (min-width: 1025px) {
  .mgb40 {
    margin-bottom: 40px !important;
  }
}

.mgb50 {
  margin-bottom: 25px !important;
}
@media screen and (min-width: 1025px) {
  .mgb50 {
    margin-bottom: 50px !important;
  }
}

.mgb60 {
  margin-bottom: 30px !important;
}
@media screen and (min-width: 1025px) {
  .mgb60 {
    margin-bottom: 60px !important;
  }
}

.mgb70 {
  margin-bottom: 35px !important;
}
@media screen and (min-width: 1025px) {
  .mgb70 {
    margin-bottom: 70px !important;
  }
}

.mgb80 {
  margin-bottom: 40px !important;
}
@media screen and (min-width: 1025px) {
  .mgb80 {
    margin-bottom: 80px !important;
  }
}

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

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

.txtBold {
  font-weight: bold;
}

.txtCenter {
  text-align: center;
}

.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

.fontColor01 {
  color: #1192E5;
  font-weight: bold;
  margin-right: 2px;
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  opacity: 0;
  right: 15px;
  transition: opacity 0.3s;
}
.pagetop.active {
  opacity: 1;
}
.pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: all 0.3s;
}

.header__nav {
  position: fixed;
  z-index: 999;
  background: #fff;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  padding: 50px 20px;
}
@media screen and (min-width: 769px) {
  .header__nav {
    right: 50px;
    top: 120px;
    width: auto;
    height: auto;
    background: none;
    pointer-events: all;
    opacity: 1;
    padding: 0;
  }
}
.header__nav.open {
  pointer-events: all;
  opacity: 1;
}
.header__nav_list--itme {
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .header__nav_list--itme {
    text-align: right;
  }
}
.header__nav_list--itme a {
  color: #FF976E;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .header__nav_list--itme a:hover {
    opacity: 0.7;
  }
}

.header__trrigger-btn {
  position: fixed;
  top: 0px;
  right: 5px;
  width: 57px;
  height: 57px;
  cursor: pointer;
  z-index: 9999;
}
@media screen and (min-width: 1200px) {
  .header__trrigger-btn {
    display: none;
  }
}

.header__trrigger-btn span {
  position: absolute;
  left: 50%;
  width: 37px;
  height: 6px;
  background-color: #fff;
  border: 1px solid #000;
  transform: translateX(-50%);
}

.header__trrigger-btn span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.header__trrigger-btn span:nth-of-type(1) {
  top: 10px;
}

.header__trrigger-btn span:nth-of-type(2) {
  top: 20px;
}

.header__trrigger-btn span:nth-of-type(3) {
  bottom: 20px;
}

.header__trrigger-btn p {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 1.2rem;
}

.header__trrigger-btn.active span:nth-of-type(1) {
  transform: translate(-20px, 8px) rotate(-315deg);
}

.header__trrigger-btn.active span:nth-of-type(2) {
  opacity: 0;
}

.header__trrigger-btn.active span:nth-of-type(3) {
  transform: translate(-20px, -12px) rotate(315deg);
}

.header__overlay {
  pointer-events: none;
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 125;
  opacity: 0;
  transition: all 0.2s;
}
.header__overlay.active {
  opacity: 0.8;
}

.menuOpen {
  overflow: hidden;
}
@media screen and (min-width: 1201px) {
  .menuOpen {
    overflow: auto;
  }
}

main {
  display: block;
  position: relative;
  overflow: hidden;
}
main img {
  max-width: 100%;
  height: auto;
  min-height: auto;
}

.mv {
  width: 100%;
}
.mv__ttl img {
  width: 100%;
}

.sec__inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
.sec__ttl {
  font-size: 5rem;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  color: #FDAB8A;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .sec__ttl {
    font-size: 6rem;
  }
}
.sec__ttl--jp {
  display: block;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  color: #173D8E;
}

.sec_top {
  padding: 50px 0;
}
@media screen and (min-width: 769px) {
  .sec_top {
    background: url(/special/campaign/GK10th/files/img/bg_sec_top.svg) right bottom no-repeat;
    padding: 100px 0;
  }
}
.sec_top__ttl {
  font-size: 2.4rem;
  font-weight: 900;
  color: #FE5815;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .sec_top__ttl {
    font-size: 3rem;
    text-align: center;
  }
}
.sec_top__txt {
  padding-bottom: 75px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .sec_top__txt {
    text-align: center;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}
.sec_top__txt::after {
  content: "";
  background: url(/special/campaign/GK10th/files/img/bg_sec_top_sp.svg) right bottom no-repeat;
  position: absolute;
  right: -20px;
  bottom: 0;
  z-index: -1;
  width: 19.3rem;
  height: 11.2rem;
}
@media screen and (min-width: 769px) {
  .sec_top__txt::after {
    content: none;
  }
}
.sec_top__video {
  text-align: center;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  aspect-ratio: 16/9;
}
.sec_top__video iframe {
  width: 100%;
  height: 100%;
}

.sec_history {
  background: #FE5815;
  padding: 35px 0 70px;
}
@media screen and (min-width: 769px) {
  .sec_history {
    padding: 60px 0;
  }
}
.sec_history__ttl {
  text-align: center;
}
.sec_history__ttl--font {
  display: block;
  color: #173D8E;
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 20px;
}
.sec_history__ttl img {
  margin-bottom: 20px;
}
.sec_history__link {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: right;
}
.sec_history__link a {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .sec_history__link a:hover {
    opacity: 0.6;
  }
}

.swiper-slide {
  height: auto !important;
}

.wrapper .swiper-container .swiper-wrapper {
  transition-timing-function: linear !important;
}

.sec_point {
  padding-top: 50px;
  margin-bottom: 100px;
}
@media screen and (min-width: 769px) {
  .sec_point {
    padding-top: 160px;
    background: url(/special/campaign/GK10th/files/img/bg_sec_point.svg) top right no-repeat #fff;
  }
}
.sec_point__ttl {
  text-align: center;
  margin-bottom: 50px;
}
.sec_point__ttl--font {
  display: block;
  font-size: 3rem;
  font-weight: 900;
  color: #173D8E;
}
.sec_point__list {
  display: block;
}
@media screen and (min-width: 769px) {
  .sec_point__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 50px;
  }
}
.sec_point__list_item {
  width: 100%;
  border-radius: 27px;
  border: 5px solid #FE5815;
  padding: 20px 0;
  margin-bottom: 30px;
  background: url(/special/campaign/GK10th/files/img/bg_sec_point_list.svg) top 10px right 10px no-repeat #fff;
  background-size: 25%;
}
@media screen and (min-width: 769px) {
  .sec_point__list_item {
    background-size: auto;
    width: calc(50% - 25px);
    margin-bottom: 0;
    padding: 25px 45px;
  }
}
.sec_point__list_ttl {
  text-align: center;
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FF4212;
}
.sec_point__list_ttl img {
  display: block;
  margin: 0 auto 20px;
}
.sec_point__list_txt {
  margin-bottom: 10px;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .sec_point__list_txt {
    min-height: 120px;
    padding: 0;
  }
}
.sec_point__list_li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 769px) {
  .sec_point__list_li {
    text-indent: -2em;
  }
}
.sec_point__list_li::before {
  content: "●";
  color: #FF4212;
}
.sec_point__list_btn {
  text-align: center;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .sec_point__list_btn {
    padding: 0;
  }
}
.sec_point__list_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  background: #FF4212;
  border-radius: 12px;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .sec_point__list_btn a {
    height: 60px;
  }
  .sec_point__list_btn a:hover {
    background: #173D8E;
  }
}

.sec_price {
  margin-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .sec_price {
    margin-bottom: 100px;
  }
}
.sec_price__list {
  display: block;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .sec_price__list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
}
.sec_price__list_item {
  font-size: 3rem;
  font-weight: bold;
}
.sec_price__list_item:first-child {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .sec_price__list_item:first-child {
    width: 65.625%;
  }
}
.sec_price__list_item:last-child {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .sec_price__list_item:last-child {
    width: calc(32.8125% - 20px);
  }
}
.sec_price__list_item:last-child .sec_price__list_ttl {
  color: #173D8E;
}
.sec_price__list_item:last-child .sec_price__list_item_box {
  background: #173D8E;
}
.sec_price__list_item--col2 {
  display: block;
}
@media screen and (min-width: 769px) {
  .sec_price__list_item--col2 {
    display: flex;
    gap: 40px;
  }
}
.sec_price__list_item--col2 .sec_price__list_item_box {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .sec_price__list_item--col2 .sec_price__list_item_box {
    width: calc(50% - 20px);
    margin-bottom: 0;
  }
}
.sec_price__list_ttl {
  color: #FE5815;
  margin-bottom: 15px;
}
.sec_price__list_item_box {
  background: #FE5815;
  border-radius: 20px;
  padding: 10px 20px;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .sec_price__list_item_box {
    padding: 10px 40px;
  }
}
.sec_price__list_item_box--price {
  font-size: 2.5rem;
  display: flex;
  align-items: baseline;
}
.sec_price__list_item_box--price span {
  display: inline-block;
  font-size: 2rem;
  margin-right: 20px;
  min-width: 2.5em;
}
.sec_price__list_item_box--price strong {
  display: inline-block;
  font-size: 5rem;
  margin-right: 20px;
}
.sec_price__btn {
  text-align: center;
}
.sec_price__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  height: 80px;
  background: #FDAB8A;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .sec_price__btn a:hover {
    background: #173D8E;
  }
}

.sec_access {
  padding-bottom: 100px;
  background: url(/special/campaign/GK10th/files/img/bg_sec_access.png) bottom -1px center no-repeat #fff;
  background-size: 100%;
}
.sec_access__ttl {
  font-size: 2.3rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .sec_access__ttl {
    font-size: 3rem;
  }
}
.sec_access__list {
  display: block;
}
@media screen and (min-width: 769px) {
  .sec_access__list {
    display: flex;
    justify-content: center;
    gap: 50px;
  }
}
.sec_access__list dl {
  display: flex;
  align-items: baseline;
}
.sec_access__list dl dt {
  font-size: 2rem;
  font-weight: 900;
  margin-right: 15px;
}
.sec_access__list dl dd {
  color: #FE5815;
  font-size: 3rem;
  font-weight: 900;
}
.sec_access__list dl dd strong {
  font-size: 5rem;
}
.sec_access__txt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .sec_access__txt {
    text-align: center;
    margin-bottom: 60px;
  }
}
.sec_access__txt span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}
.sec_access__img {
  width: 100%;
  max-width: 1089px;
  margin: 0 auto;
}
.sec_access__img img {
  display: block;
  max-width: 689px;
}
@media screen and (min-width: 769px) {
  .sec_access__img img {
    max-width: 100%;
  }
}

.sec_campaign {
  background: #FE5815;
  padding: 20px 0 70px;
}
@media screen and (min-width: 769px) {
  .sec_campaign {
    text-align: center;
  }
}
.sec_campaign__box {
  background: #fff;
  border-radius: 28px;
  border: 3px solid #1E1E1E;
  padding: 50px 0;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .sec_campaign__box {
    padding: 30px 70px 70px;
    margin-bottom: 60px;
  }
}
.sec_campaign__box--txt {
  font-size: 2rem;
  font-weight: 500;
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  .sec_campaign__box--txt {
    text-align: center;
    transform: translateY(-40px);
    margin-bottom: -20px;
    padding: 0;
  }
}
.sec_campaign__box_inner {
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  .sec_campaign__box_inner {
    padding: 0;
  }
}
.sec_campaign__ttl {
  color: #FF4212;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.sec_campaign__txt {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .sec_campaign__txt {
    text-align: center;
  }
}
.sec_campaign__txt span {
  font-size: 1.9rem;
  font-weight: bold;
}
.sec_campaign__txt span strong {
  color: #FE5815;
}
.sec_campaign__img {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .sec_campaign__img {
    margin-bottom: 40px;
  }
}
.sec_campaign__img img {
  margin: 0 auto 20px;
}
.sec_campaign__img--note {
  font-size: 1.3rem;
}
.sec_campaign__list {
  border: 1px solid #707070;
  padding: 15px;
  text-align: left;
  overflow-y: scroll;
  height: 400px;
  margin: 20px 0 40px;
}
@media screen and (min-width: 769px) {
  .sec_campaign__list {
    margin: 60px 0 40px;
  }
}
.sec_campaign__list ul li {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .sec_campaign__list ul li {
    margin-bottom: 30px;
  }
}
.sec_campaign__list ul li .sec_campaign__ttl {
  text-align: left;
}
.sec_campaign__btn {
  text-align: center;
}
.sec_campaign__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  height: 80px;
  background: #FE5815;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .sec_campaign__btn a:hover {
    background: #173D8E;
  }
}
.sec_campaign__note {
  color: #fff;
  font-weight: 900;
}
.sec_campaign__note--ttl {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .sec_campaign__note--ttl {
    font-size: 2.4rem;
  }
}
.sec_campaign__note--txt a {
  display: inline-block;
  color: #fff;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .sec_campaign__note--txt a:hover {
    text-decoration: underline;
  }
}
.sec_campaign__note--txt > p {
  margin-bottom: 10px;
  display: block;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  .sec_campaign__note--txt > p {
    font-size: 1.8rem;
  }
}
.sec_campaign__note--txt > span {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .sec_campaign__note--txt > span {
    font-size: 1.4rem;
  }
}

.sec_ban {
  padding: 50px 0;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .sec_ban {
    padding: 100px 0;
  }
}
.sec_ban__list {
  display: block;
}
@media screen and (min-width: 481px) {
  .sec_ban__list {
    display: flex;
    justify-content: center;
    gap: 100px;
  }
}
.sec_ban__list li:first-child {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .sec_ban__list li:first-child {
    margin-bottom: 0;
  }
}
.sec_ban__list li a {
  display: block;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  .sec_ban__list li a:hover {
    opacity: 0.6;
  }
}
.sec_ban__list li a img {
  width: 100%;
}
.sec_ban__list li a span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #092981;
  margin-top: 10px;
}

.l-inner {
  position: relative;
  box-sizing: content-box;
  margin: 0 auto;
}

.swiper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.l-section .l-inner {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider {
  overflow: hidden;
}

.slider .swiper {
  overflow: visible;
}

.slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.slider .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #fff;
  border-radius: 25px;
  overflow: hidden;
}

.slider .slide {
  overflow: hidden;
  width: 30rem;
  border-radius: 4px;
}

.slider .slide-media {
  padding-top: 62.5%;
  border-bottom: 2px solid #FF4212;
}

.slider .slide-media img {
  height: calc(100% + 16px);
  transform: translateY(-16px);
}

.slider .slide-content {
  padding: 20px;
}

.slider .slide-date {
  color: #FF4212;
  font-size: 2.4rem;
  font-weight: bold;
}

.slider .slide-title {
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 1.6rem;
}

@media screen and (min-width: 769px) {
  .slider .slide {
    width: 30rem;
  }
}
@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
  .slider .slide {
    transition: var(--transition);
  }
  .slider .slide img {
    transition: var(--transition);
  }
}
.swiper-button-prev, .swiper-button-next {
  top: calc(50% + 40px) !important;
  width: auto !important;
  height: auto !important;
  background: none !important;
}
.swiper-button-prev span, .swiper-button-next span {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev span::after,
.swiper-button-next span::after {
  content: "";
  border-bottom: 15px solid transparent;
  border-left: 25px solid #173D8E;
  border-top: 15px solid transparent;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.slider-thumbnail {
  display: none;
}
@media screen and (min-width: 769px) {
  .slider-thumbnail {
    display: block;
    position: relative !important;
    bottom: inherit !important;
    left: inherit !important;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .slider-thumbnail::after {
    content: "";
    border-top: 23px solid #fff;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .slider-thumbnail .swiper-slide {
    margin-right: 20px !important;
    background: none;
    opacity: 1;
    color: #fff;
    font-weight: bold;
    width: auto;
    height: auto;
    border-radius: 0;
    color: #FFFF00 !important;
    cursor: pointer;
  }
  .slider-thumbnail .swiper-slide:nth-child(1)::after {
    content: "2014";
    display: inline-block;
    margin-left: 20px;
    pointer-events: none;
    cursor: auto;
    color: #FFF !important;
  }
  .slider-thumbnail .swiper-slide:nth-child(2)::before {
    content: "2015";
    display: inline-block;
    margin-right: 20px;
    pointer-events: none;
    cursor: auto;
    color: #FFF !important;
  }
  .slider-thumbnail .swiper-slide:nth-child(4)::after {
    content: "2018";
    display: inline-block;
    pointer-events: none;
    cursor: auto;
    color: #FFF !important;
  }
  .slider-thumbnail .swiper-slide:last-child {
    margin-right: 0 !important;
  }
  .slider-thumbnail .swiper-wrapper {
    padding-bottom: 40px;
    justify-content: center;
  }
  .slider-thumbnail .swiper-wrapper span {
    color: #fff;
    font-weight: bold;
    margin-right: 20px;
    pointer-events: none;
    cursor: auto;
  }
  .slider-thumbnail .swiper-wrapper span:last-child {
    margin-right: 0 !important;
  }
}

.sns {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
  background: #ffe7e1;
  padding: 20px 15px;
}
@media screen and (min-width: 769px) {
  .sns {
    padding: 20px;
  }
}
.sns__ttl {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
}
.sns__ttl span {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}
.sns ul {
  display: block;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .sns ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
  }
}
.sns ul li {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .sns ul li {
    margin-bottom: 0;
  }
}
.sns ul li.tw a {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  align-items: center;
  background-color: #f3f7fa;
  border-radius: 24px;
  cursor: pointer;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  padding: 0 16px 0 12px;
  position: relative;
}
.sns ul li.tw a .b24__label {
  margin-left: 8px;
  font-weight: 700;
  letter-spacing: 0.12px;
  line-height: 24px;
}
@media screen and (min-width: 769px) {
  .sns ul li.tw a:hover {
    background: #d3dce3;
  }
}

.insta_btn {
  color: #FFF;
  border-radius: 7px;
  position: relative;
  display: inline-block;
  height: 50px;
  width: 190px;
  text-align: center;
  font-size: 2rem;
  line-height: 50px;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  text-decoration: none;
}

.insta_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn .fa-instagram {
  font-size: 35px;
  position: relative;
  top: 4px;
}

.insta_btn span {
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.insta_btn:hover span {
  transform: rotateX(360deg);
}

.footer {
  position: relative;
  border-top: 1px solid #e5e5e5;
  background: #fff;
  margin-top: 80px;
  padding: 0;
}

.footer__body > .wrp-container {
  position: relative;
  padding: 60px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-back {
  position: absolute;
  top: -30px;
  left: auto;
  right: 15px;
  box-shadow: 0px 12px 24px 0px rgba(33, 65, 88, 0.3);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 15px;
  font-size: 24px;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
}

.footer__logo {
  align-self: center;
  margin-right: auto;
}

.footer__logo img {
  max-width: 170px;
}

.footer__text {
  align-self: flex-end;
}

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

.footer__sns-list > li {
  display: inline-block;
  margin-right: 20px;
}

.footer__sns-list > li:last-child {
  margin-right: 0;
}

.footer__sns-list > li a {
  width: 45px;
  height: 45px;
  border: 1px solid #000;
  border-radius: 50%;
  display: block;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
}

.footer__sns-list > li a i:before {
  color: #000;
  font-size: 20px;
}

.footer__copyright {
  margin-top: 20px;
  font-size: 13px;
}

@media only screen and (min-width: 1px) and (max-width: 768px) {
  .footer {
    background-color: #fff;
    padding: 40px 0 10px;
    text-align: center;
    margin-top: 40px;
  }
  .footer__body > .wrp-container {
    padding: 0;
    display: block;
    position: initial;
  }
  .btn-back {
    top: -22px;
    width: 45px;
    height: 45px;
    font-size: 15px;
  }
  .footer__logo {
    display: inline-block;
    margin: 0 auto;
  }
  .footer__sns-list {
    margin-top: 25px;
    text-align: center;
  }
  .footer__sns-list > li {
    display: inline-block;
    margin-right: 20px;
  }
  .footer__sns-list > li:last-child {
    margin-right: 0;
  }
  .footer__sns-list > li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 8px;
    text-align: center;
    box-sizing: border-box;
  }
  .footer__sns-list > li a i:before {
    color: #000;
    font-size: 16px;
  }
  .footer__copyright {
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.04em;
    margin-top: 10px;
  }
}
.wrp-container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 25px;
}

/* 231005更新 */
.note{
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .note{
    font-size: 1.6rem;
    margin-bottom: 60px;
  }
}