@charset "UTF-8";
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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "MS P Gothic", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
  color: #000;
  line-height: 1.4;
  font-weight: 500;
  font-size: 15px;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
  /* リンク長押しのポップアップを無効化 */
  -webkit-user-select: none;
  /* テキスト長押しの選択ボックスを無効化 */
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

strong {
  font-weight: bold;
}

span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  vertical-align: bottom;
}

table th, table td {
  vertical-align: top;
}

input[type='radio'],
input[type='checkbox'],
label {
  cursor: pointer;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='search'],
input[type='tel'],
input.text,
textarea {
  padding: 2px 6px;
  margin: 0 5px 0 0;
  border: 1px solid #fff;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "MS P Gothic", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
  color: #000;
  max-width: 100%;
  font-size: 16px;
  display: block;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input.text:focus,
textarea:focus {
  background-color: #fff;
}

textarea {
  line-height: 1.4;
}

select {
  height: 30px;
  padding: 2px 6px;
  line-height: 1;
  border: 1px solid #dcdcdc;
  background: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "MS P Gothic", "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
  color: #000;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-clip: padding;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
}

textarea {
  resize: none;
}

/*
 レイアウト
 ----------------------------*/
html {
  position: relative;
  font-weight: 500;
  overscroll-behavior: none;
}

body {
  height: 100%;
  background: url(../img/2025/bg-tile.png);
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  body {
    min-width: 100%;
  }
}

.container {
  max-width: 1480px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.container.size-sm {
  max-width: 1080px;
}
.container.size-xs {
  max-width: 1040px;
}
.container.size-xl {
  max-width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .container {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .container.size-sm {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .container.size-xs {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .container.size-xl {
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
  }
  .container.sp_full {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}

.section-bg {
  min-width: 1480px;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .section-bg {
    min-width: 100%;
  }
}

.main {
  background-color: transparent !important;
  border: none !important;
}

html {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none;
}

/*
 header
 ----------------------------*/
.header {
  position: fixed;
  padding: 0 20px;
  top: 0;
  left: 50%;
  width: 100%;
  height: 120px;
  box-sizing: border-box;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  .header {
    position: fixed;
    left: 0;
    top: 0;
    height: 75px;
    min-width: 100%;
    box-sizing: border-box;
  }
}
.header .header-logo {
  position: absolute;
  left: 30px;
  top: 30px;
  height: 95px;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .header .header-logo {
    height: 75px;
    padding: 13px 0;
  }
}
.header .header-logo img {
  vertical-align: bottom;
}
@media screen and (max-width: 1100px) {
  .header .header-logo img {
    width: 86px;
  }
}

.following-nav {
  position: fixed;
  top: 50px;
  right: 60px;
  width: 21px;
  height: 21px;
  text-align: center;
  z-index: 20000;
}
.following-nav .js-nav-btn {
  width: 21px;
  height: 21px;
}
.following-nav .js-nav-btn span {
  position: absolute;
  width: 5px;
  height: 5px;
  left: 50%;
  top: 50%;
  background: #8E8E8E;
  border-radius: 50%;
  transform: translateY(-50%) translateX(-50%);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.following-nav .js-nav-btn span:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  left: -8px;
  top: 0;
  background: #8E8E8E;
  border-radius: 50%;
}
.following-nav .js-nav-btn span:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  left: 8px;
  top: 0;
  background: #8E8E8E;
  border-radius: 50%;
}
.following-nav .js-nav-btn span:nth-child(2) {
  top: calc(50% - 8px);
}
.following-nav .js-nav-btn span:nth-child(3) {
  top: calc(50% + 8px);
}
.following-nav .js-nav-btn.active span:nth-child(2) {
  top: calc(50%);
}
.following-nav .js-nav-btn.active span:nth-child(3) {
  top: calc(50%);
}
@media screen and (max-width: 1100px) {
  .following-nav {
    top: 0;
    right: 0;
    height: 75px;
    overflow: hidden;
  }
  .following-nav img {
    width: 75px;
  }
}
.following-nav .js-nav-btn {
  margin-bottom: 100px;
  cursor: pointer;
  position: relative;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*
  &:before{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0px;
    height: 0px;
    background-color: #FFC400;
    border-radius: 50%;
    z-index: 1;
    transform: translateY(-50%) translateX(-50%);
    @include transition(all 0.2s ease);
  }
  &:hover:before{
    width: 35px;
    height: 35px;
  }
  */
}
.following-nav .js-nav-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.following-nav .js-nav-btn img {
  position: relative;
  z-index: 10;
}
.following-nav .top-links > li {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 40px;
}
.following-nav .top-links > li:last-child:before {
  display: none;
}
.following-nav .top-links > li:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 13px;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #151515;
}
.following-nav .top-links > li a {
  position: relative;
  z-index: 10;
}
.following-nav .top-links > li a:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 65%;
  width: 0px;
  height: 0px;
  background-color: #FFC400;
  border-radius: 50%;
  z-index: 1;
  transform: translateY(-50%) translateX(-50%);
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.following-nav .top-links > li a:hover:before, .following-nav .top-links > li a.active:before {
  width: 25px;
  height: 25px;
}
.following-nav .top-links > li a img {
  position: relative;
  z-index: 10;
}

.header-nav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  padding: 190px 15% 70px;
  z-index: 10000;
  background: url(../img/2023/bg_nav.png) no-repeat center;
  background-size: cover;
  box-sizing: border-box;
  overflow-y: scroll;
}
.header-nav::-webkit-scrollbar {
  display: none;
}
.header-nav .nav-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 100px;
}
.header-nav .nav-main .main-list li span, .header-nav .nav-main .main-list li a {
  font-family: "Helvetica", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, serif;
  font-size: 140px;
  line-height: 1em;
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px #707070;
  text-stroke: 1px #707070;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-nav .nav-main .main-list li span:hover, .header-nav .nav-main .main-list li span.active, .header-nav .nav-main .main-list li a:hover, .header-nav .nav-main .main-list li a.active {
  -webkit-text-stroke: 0 #fff;
  text-stroke: 0 #fff;
  color: #fff;
  text-decoration: none;
}
.header-nav .nav-main .sub-lists {
  margin-left: 12.5vw;
}
.header-nav .nav-main .sub-lists .sub-list {
  display: none;
}
.header-nav .nav-main .sub-lists .sub-list:first-child {
  display: block;
}
.header-nav .nav-main .sub-lists .sub-list li a {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 2.33333em;
  color: #fff;
}
.header-nav .nav-main .sub-lists .sub-list li a:hover {
  text-decoration: none;
}
.header-nav .nav-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.header-nav .nav-footer .sns {
  margin: 0 45px;
}
.header-nav .nav-footer .btn-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-nav .nav-footer .btn-links li {
  margin: 0 12px;
}
.header-nav .nav-footer .btn-links li a {
  display: block;
  max-width: 300px;
  width: 100%;
  padding: 15px 50px;
  font-family: "Helvetica", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #f0f0ef;
  border: 1px solid #707070;
  background: rgba(0, 0, 0, 0.14);
  border-radius: 9px;
  text-align: center;
  box-sizing: border-box;
}
.header-nav .nav-footer .btn-links li a img {
  margin-right: 15px;
  vertical-align: middle;
}

#breadcrumbs {
  padding: 17px 0;
}
@media screen and (max-width: 1100px) {
  #breadcrumbs {
    margin-bottom: 20px;
  }
}
#breadcrumbs a {
  font-size: 14px;
  letter-spacing: -0.02em;
  color: #4e3737;
}
#breadcrumbs .fas {
  margin-left: 20px;
  margin-right: 5px;
}

/*
 loading
 ----------------------------*/
#showloading {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
}
#showloading img {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#showloading .tetrominos {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-112px, -96px);
}
#showloading .tetromino {
  width: 96px;
  height: 112px;
  position: absolute;
  transition: all ease .3s;
  background: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 612 684"%3E%3Cpath fill="%23010101" d="M305.7 0L0 170.9v342.3L305.7 684 612 513.2V170.9L305.7 0z"/%3E%3Cpath fill="%23fff" d="M305.7 80.1l-233.6 131 233.6 131 234.2-131-234.2-131"/%3E%3C/svg%3E') no-repeat top center;
}
#showloading .box1 {
  animation: tetromino1 1.5s ease-out infinite;
}
#showloading .box2 {
  animation: tetromino2 1.5s ease-out infinite;
}
#showloading .box3 {
  animation: tetromino3 1.5s ease-out infinite;
  z-index: 2;
}
#showloading .box4 {
  animation: tetromino4 1.5s ease-out infinite;
}
@keyframes tetromino1 {
  0%, 40% {
    /* compose logo */
    /* 1 on 3 */
    /* L-shape */
    transform: translate(0, 0);
  }
  50% {
    /* pre-box */
    transform: translate(48px, -27px);
  }
  60%, 100% {
    /* box */
    /* compose logo */
    transform: translate(96px, 0);
  }
}
@keyframes tetromino2 {
  0%, 20% {
    /* compose logo */
    /* 1 on 3 */
    transform: translate(96px, 0px);
  }
  40%, 100% {
    /* L-shape */
    /* box */
    /* compose logo */
    transform: translate(144px, 27px);
  }
}
@keyframes tetromino3 {
  0% {
    /* compose logo */
    transform: translate(144px, 27px);
  }
  20%, 60% {
    /* 1 on 3 */
    /* L-shape */
    /* box */
    transform: translate(96px, 54px);
  }
  90%, 100% {
    /* compose logo */
    transform: translate(48px, 27px);
  }
}
@keyframes tetromino4 {
  0%, 60% {
    /* compose logo */
    /* 1 on 3 */
    /* L-shape */
    /* box */
    transform: translate(48px, 27px);
  }
  90%, 100% {
    /* compose logo */
    transform: translate(0, 0);
  }
}
#showloading.hidden {
  display: none;
}

/*
 section
 ----------------------------*/
/*
流れる横タイトル
----------------------------*/
.side_title_txt {
  position: relative;
}
.side_title_txt .left_txt,
.side_title_txt .right_txt {
  z-index: -1;
}
.side_title_txt .left_txt {
  position: fixed;
  width: 95px;
  height: 100vh;
  top: 0;
  left: 50%;
  animation: side_title 100s linear infinite;
  background: url(../img/2024/icn-slide-title.png);
  background-repeat: repeat-y;
  background-size: cover;
  transform: rotate(180deg) translateX(300px);
}
@media screen and (max-width: 900px) {
  .side_title_txt .left_txt {
    transform: rotate(180deg);
    width: 20.35623vw;
    left: 0;
  }
}
.side_title_txt .right_txt {
  position: fixed;
  width: 95px;
  height: 100vh;
  top: 0;
  right: 50%;
  animation: side_title 100s linear infinite;
  background: url(../img/2024/icn-slide-title.png);
  background-repeat: repeat-y;
  background-size: cover;
  transform: translateX(300px);
}
@media screen and (max-width: 900px) {
  .side_title_txt .right_txt {
    transform: none;
    width: 20.35623vw;
    right: 0;
  }
}
@keyframes side_title {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -6540px;
  }
}
/*============================
 baloon
 ============================*/
.p-deco__balloon li {
  position: absolute;
  z-index: 0;
  transition: transform 5s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

/*============================
 Diamond
 ============================*/
.p-deco__dimond li {
  position: absolute;
  z-index: 0;
  transition: transform 5s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

/*============================
small baloon
============================*/
.p-deco__sb li {
  position: absolute;
  z-index: 0;
  transition: transform 5s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.sample-txt {
  font-size: 14px;
  margin-top: 6.10687vw;
  margin-bottom: 20.35623vw;
  color: #000;
  padding: 0 8.90585vw;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .sample-txt {
    font-size: 3.56234vw;
  }
}

.page-top {
  position: fixed;
  right: 50%;
  transform: translateX(770%);
  bottom: 86px;
  width: 46px;
  height: 46px;
  background: url(../img/2025/inc-pagetop.svg) center center no-repeat;
  background-size: contain;
  z-index: 9999;
}
@media screen and (max-width: 900px) {
  .page-top {
    right: 14px;
    bottom: 86px;
  }
}

.footer_character {
  width: 386px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .footer_character {
    width: 100%;
  }
}

a img {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a img:hover {
  text-decoration: none;
  opacity: 0.7;
}

/*
 btn
 ----------------------------*/
.btn {
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
  border: 1px solid #fff;
  padding: 10px 20px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-shadow: none;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.btn.btn-ghost {
  color: #151515;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #FFFFFF;
}
.btn.btn-white-ghost {
  color: #fff;
  border: 1px solid #fff;
}
.btn.btn-white-ghost:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.btn.btn-white {
  color: #fff;
  border: 1px solid #fff;
}
.btn.btn-white:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.btn.btn-black {
  background: #151515;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
.btn.btn-black:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.btn.btn-option {
  color: #fff;
  background: #ff9000;
  border-color: #ff9000;
}
.btn.btn-option:hover {
  color: #fff;
  background: #ff6f00;
  border-color: #ff6f00;
}
.btn.btn-primary {
  color: #fff;
  background: #151515;
  border-color: #151515;
}
.btn.btn-primary:hover {
  text-decoration: none;
  opacity: 0.7;
}
.btn.btn-secondary {
  color: #151515;
  border-color: #151515;
}
.btn.btn-secondary:hover {
  text-decoration: none;
  opacity: 0.7;
}
.btn.btn-sm {
  font-size: 14px;
  padding: 8px 15px;
}

/*
 titles
 ----------------------------*/
/*
 bg
 ----------------------------*/
.bg-white {
  background-color: #fff !important;
}

.bg-option {
  background-color: #ff9000;
}

.bg-primary {
  background-color: #151515;
}

.bg-gray {
  background: #cfcfcf24;
}

.bg-babypink {
  background-color: #FFF4EB !important;
}

.bg-orange {
  background-color: #FFF4EB;
}

.m-box-shadow {
  box-shadow: 70px 70px 70px 0px rgba(150, 150, 150, 0.8);
}
.m-box-shadow.shadow-black {
  box-shadow: 70px 70px 70px 0px rgba(90, 90, 90, 0.8);
}
@media screen and (max-width: 1100px) {
  .m-box-shadow {
    box-shadow: 30px 30px 30px 0px rgba(150, 150, 150, 0.8);
  }
}

/*
 bd
 ----------------------------*/
.bd-gray {
  border: 1px solid #cccccc;
}

/*
 color
 ----------------------------*/
.color-white {
  color: #fff !important;
}

.color-black {
  color: #000 !important;
}

.color-red {
  color: red !important;
}

/*
 table
 ----------------------------*/
.table {
  table-layout: fixed;
  width: 100%;
}
.table.table-primary {
  position: relative;
  border-top: 1px solid #BABABA;
}
.table.table-primary tr {
  position: relative;
}
.table.table-primary tr th {
  width: 215px;
  padding: 15px 0;
  border-bottom: 1px solid #BABABA;
  font-size: 16px;
  letter-spacing: 0.12em;
  text-align: left;
  color: #7b7b7b;
  vertical-align: middle;
}
@media screen and (max-width: 1100px) {
  .table.table-primary tr th {
    display: block;
    width: 100%;
    border-bottom: 0;
  }
}
.table.table-primary tr td {
  padding: 15px 0;
  border-bottom: 1px solid #BABABA;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 2.5em;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 1100px) {
  .table.table-primary tr td {
    padding-top: 0;
    display: block;
    width: 100%;
  }
}

/*
 block
 ----------------------------*/
/*
 column
 ----------------------------*/
.col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col2 .cell {
  width: 48%;
}
@media screen and (max-width: 1100px) {
  .col2 .cell {
    width: 100%;
    margin-bottom: 20px;
  }
}

.col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col3 .cell {
  width: 31%;
  margin-bottom: 20px;
}
@media screen and (max-width: 1100px) {
  .col3 .cell {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1100px) {
  .sp_col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sp_col2 .cell {
    width: 48%;
    margin-bottom: 20px;
  }
}
.wmax-view {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

.modal-content {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100000;
}
.modal-content .modal-inner {
  position: relative;
  max-width: 690px;
  max-height: 490px;
  top: 50%;
  left: 50%;
  width: calc(100vw - 20px);
  height: calc(100vh - 20px);
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  padding: 90px;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .modal-content .modal-inner {
    padding: 70px 20px;
    width: calc(100vw - 35px);
    height: auto;
  }
}
.modal-content .modal-inner .icon-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.js-open-detail,
.js-close-detail {
  cursor: pointer;
}

.modal-content {
  display: none;
}

.menu-trigger {
  cursor: pointer;
}

.js-toggle-btn {
  cursor: pointer;
}

/*
 file-upload-area
 ----------------------------*/
.file-upload-area {
  box-sizing: border-box;
}
.file-upload-area .file-upload-btn input[type="file"] {
  display: none;
}
.file-upload-area .file-upload-item {
  margin-bottom: 20px;
}
.file-upload-area .file-upload-item:last-child {
  margin-bottom: 40px;
}
.file-upload-area .file-upload-item img {
  width: 100%;
}
.file-upload-area .file-upload-item .title {
  display: none;
}
.file-upload-area .file-upload-btn {
  margin-bottom: 4.3257vw;
}
.file-upload-area .error {
  padding-top: 20px;
  font-size: 13px;
  text-align: center;
  color: #e2432e;
}
.file-upload-area .btn.btn-remove {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #767676;
  background: none;
  padding: 0;
  padding-bottom: 10px;
  border: none;
  border-bottom: 1px solid #707070;
  position: relative;
  margin-left: 30px;
}
.file-upload-area .btn.btn-remove img {
  position: absolute;
  left: -30px;
  top: 3px;
}
.file-upload-area .file-uploading {
  text-align: center;
  color: #272727;
}
.file-upload-area .file-uploading .uploading-txt {
  margin-bottom: 10px;
}
.file-upload-area .file-uploading .uploading-txt i {
  font-size: 20px;
  vertical-align: middle;
}
.file-upload-area .file-uploading .upload-progressbar {
  display: block;
  height: 10px;
  text-align: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.file-upload-area .file-uploading .upload-progressbar > span {
  display: block;
  height: 10px;
  background: #f4897b;
}

body.modal-open {
  overflow: hidden;
}

.max-btn {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.modal-wrap {
  display: none;
}
.modal-wrap .modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
.modal-wrap .modal-close {
  position: absolute;
  right: 0;
  top: 90px;
  z-index: 20100;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .modal-wrap .modal-close {
    right: 20px;
    top: 20.35623vw;
    z-index: 20100;
  }
}
.modal-wrap .modal-arrow {
  position: fixed;
  top: 50%;
  z-index: 10200;
  line-height: 1;
  color: #fff;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
}
.modal-wrap .modal-arrow.modal-prev {
  left: 20px;
}
.modal-wrap .modal-arrow.modal-next {
  right: 20px;
}
@media screen and (max-width: 900px) {
  .modal-wrap .modal-arrow.modal-prev {
    left: 0;
  }
  .modal-wrap .modal-arrow.modal-next {
    right: 0;
  }
}
.modal-wrap .modal {
  background: #fff;
  z-index: 10200;
  min-height: 500px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  color: #fff;
  font-size: 16px;
  top: 0;
  padding-top: 29px;
  width: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.modal-wrap .modal .modal-body {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.modal-wrap .modal .link-wrap {
  padding-top: 20px;
}
.modal-wrap .modal .link-wrap a {
  color: #fff;
}
.modal-wrap .modal .link-wrap a img {
  margin-right: 10px;
  vertical-align: middle;
}
.modal-wrap .modal .img {
  position: relative;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  height: 500px;
}
.modal-wrap .modal .img img {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.modal-wrap .modal .btns {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 16px;
}
.modal-wrap .modal .link-wrap {
  text-align: center;
}
.modal-wrap .modal .link-wrap a {
  background: #F1F1F1;
  padding: 10px 68px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  color: #000;
}
.modal-wrap .modal .title {
  font-weight: bold;
  font-size: 5.08906vw;
  color: #007EE8;
  text-align: center;
  margin-bottom: 5.08906vw;
}
@media screen and (max-width: 900px) {
  .modal-wrap .modal {
    padding-top: 7.37913vw;
    padding-bottom: 20px;
  }
  .modal-wrap .modal .btns {
    margin-bottom: 16px;
  }
  .modal-wrap .modal .img {
    width: 100%;
    height: auto;
  }
  .modal-wrap .modal .img img {
    position: static;
    width: 100%;
    height: auto;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    max-width: 100%;
  }
  .modal-wrap .modal .link-wrap {
    padding-top: 7.63359vw;
    padding-bottom: 30px;
  }
}
.modal-wrap .link-img {
  display: inline-block;
}

.link-like {
  text-align: center;
  color: #fff;
  font-size: 15px;
}
.link-like .icn {
  display: block;
  width: 60px;
  height: 60px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.7));
  padding-top: 15px;
  padding-left: 10px;
  margin: 0 auto 10px;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.link-like .icn img {
  display: block;
}
.link-like .icn .off {
  display: none;
}
.link-like:hover, .link-like.liked {
  text-decoration: none;
}
.link-like:hover .icn, .link-like.liked .icn {
  background: #151515;
}
.link-like:hover .on, .link-like.liked .on {
  display: none;
}
.link-like:hover .off, .link-like.liked .off {
  display: block;
}

.cards {
  width: 100% !important;
  overflow: hidden;
  margin: -1px auto 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cards .card {
  padding: 0;
  width: 16.66667%;
}
@media screen and (max-width: 900px) {
  .cards .card {
    width: 33.33333%;
  }
}
.cards .card > span,
.cards .card a {
  display: block;
  position: relative;
  overflow: hidden;
}
.cards .card > span .img,
.cards .card a .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/bg-dummy.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 1;
}
.cards .card > span:before,
.cards .card a:before {
  content: " ";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.cards .card.card-lg a .message {
  width: 50%;
}

.more-btn-wrap {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.more-btn-wrap .btn {
  padding: 15px 0;
  margin-bottom: 40px;
  border: none;
}
.more-btn-wrap .btn img {
  vertical-align: middle;
  margin-right: 5px;
}
@media screen and (max-width: 900px) {
  .more-btn-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .more-btn-wrap .btn {
    margin-top: -20px;
  }
}

.card-box {
  border-radius: 20px;
  background: #fff;
  margin-bottom: 20px;
  border: 5px solid #FFFFFF;
}
@media screen and (max-width: 900px) {
  .card-box {
    border-color: #f7e3be;
  }
}
.card-box .card-title {
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  border-radius: 50px;
  background: #f5ae2c;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px;
  margin-top: -1em;
}
@media screen and (max-width: 900px) {
  .card-box .card-title {
    padding: 6px 10px;
    font-size: 23px;
    font-size: 6.13333vw;
  }
}
.card-box .card-body {
  padding: 20px 20px;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.07em;
  line-height: 1.65116em;
  text-align: center;
  color: #72541d;
}
@media screen and (max-width: 900px) {
  .card-box .card-body {
    font-size: 22px;
    font-size: 5.86667vw;
  }
}

.d-ib {
  display: inline-block !important;
}

#modalMessage .modal {
  background: url(../img/2025/bg-tile.png);
  background-size: contain;
  background-repeat: repeat;
  padding-top: 0;
}
#modalMessage .modal .modal-body {
  padding-top: 160px;
  position: relative;
  position: relative;
}
#modalMessage .modal .modal-body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: min(414 / 1440 * 100vw, 414px);
  height: min(146 / 1440 * 100vw, 146px);
  background: url(../img/2025/star-left.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 900px) {
  #modalMessage .modal .modal-body::before {
    width: 100%;
    height: 15.26718vw;
    background: url(../img/2025/star-left.png);
    background-size: contain;
  }
}
#modalMessage .modal .modal-body::after {
  content: "";
  position: absolute;
  background: url(../img/2025/star-right.png) no-repeat;
  background-size: contain;
  width: min(337 / 1440 * 100vw, 337px);
  height: min(146 / 1440 * 100vw, 146px);
  right: 0;
  top: 0;
}
@media screen and (max-width: 900px) {
  #modalMessage .modal .modal-body::after {
    content: none;
  }
}

@keyframes top_bottom {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -6540px 0;
  }
}
.all {
  display: grid;
  grid-template-columns: 1fr 574px 1fr;
  grid-template-areas: "left center right";
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 900px) {
  .all {
    display: block;
    overflow: visible;
  }
}
.all .left_wrap {
  position: relative;
  grid-area: left;
  width: 100%;
  z-index: 0;
}
.all .left_wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 70%;
  height: 100%;
  background: url(../img/2025/star-left.png) no-repeat;
  background-size: contain;
}
.all .left_wrap .wrap {
  position: sticky;
  top: 50%;
  transform: translateY(-40%);
  left: 0;
  z-index: 100;
  width: 24.02778vw;
  margin: 0 auto;
}
.all .left_wrap .wrap .left_img {
  margin-bottom: 18px;
  text-align: center;
}
.all .left_wrap .wrap .messages_link {
  display: inline-block;
  margin: 0 auto;
}
.all .right_wrap {
  grid-area: right;
  width: 100%;
  background-size: 100%;
  position: relative;
}
.all .right_wrap::before {
  content: "";
  position: absolute;
  background: url(../img/2025/star-right.png) no-repeat;
  background-size: contain;
  width: 60%;
  height: 100%;
  right: 0;
  top: 0;
}
.all .right_wrap figure {
  position: sticky;
  top: 50%;
  left: 0;
  transform: translateY(-40%);
  width: 20.83333vw;
  margin: 0 auto;
}
.all .right_wrap figure img {
  width: 100%;
}
.all .main_wrap {
  grid-area: center;
  position: relative;
  background: url(../img/2025/bg-tile.png);
}
.all .main_wrap::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 900px) {
  .all .main_wrap {
    overflow: visible;
  }
}
.all .main_wrap header {
  position: relative;
  z-index: 2;
}
.all .main_wrap header .logo_sp {
  position: absolute;
  top: 4.07125vw;
  left: 8.90585vw;
  width: 22.90076vw;
}
.all .main_wrap header .head_txt {
  text-align: center;
  position: relative;
}
.all .main_wrap header .head_txt .top {
  position: relative;
  padding-bottom: 74px;
}
@media screen and (max-width: 900px) {
  .all .main_wrap header .head_txt .top {
    padding-bottom: 0;
  }
}
.all .main_wrap header .head_txt .top::after {
  content: "";
  width: 100%;
  height: 343.23155px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #1e4e9b 86%);
}
@media screen and (max-width: 900px) {
  .all .main_wrap header .head_txt .top::after {
    background-image: linear-gradient(180deg, rgba(65, 164, 253, 0), #1e4e9b);
    bottom: -2.54453vw;
  }
}
.all .main_wrap header .head_txt .top .logo {
  position: absolute;
  width: 134.3715px;
  top: 51.11959px;
  left: 61.34351px;
}
@media screen and (max-width: 900px) {
  .all .main_wrap header .head_txt .top .logo {
    width: 23.40967vw;
    top: 8.90585vw;
    left: 10.68702vw;
  }
}
.all .main_wrap header .head_txt .top .logo img {
  width: 100%;
}
.all .main_wrap header .head_txt .top .bg img {
  width: 100%;
}
.all .main_wrap header .head_txt .top .main-title {
  position: absolute;
  top: 400px;
  left: 50%;
  transform: translateX(-50%);
  width: 449.85242px;
  z-index: 50;
}
@media screen and (max-width: 900px) {
  .all .main_wrap header .head_txt .top .main-title {
    width: 78.3715vw;
    top: 71.50127vw;
  }
}
.all .main_wrap header .head_txt .top .main-title img {
  width: 100%;
}
.all .main_wrap header .head_txt .top .caractor {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 112px;
  transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
  .all .main_wrap header .head_txt .top .caractor {
    bottom: 0;
  }
}
.all .main_wrap header .head_txt .top .caractor img {
  width: 100%;
}
.all .main_wrap header .head_txt .top .kv-text {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 506.81425px;
  z-index: 40;
}
@media screen and (max-width: 900px) {
  .all .main_wrap header .head_txt .top .kv-text {
    width: 88.29517vw;
    bottom: -9.41476vw;
  }
}
.all .main_wrap header .head_txt .top .kv-text img {
  width: 100%;
}
.all .main_wrap header .head_txt .top .kv-text p {
  width: 100%;
  color: #1E4E9B;
  font-size: 23.36896px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 160%;
}
@media screen and (max-width: 900px) {
  .all .main_wrap header .head_txt .top .kv-text p {
    font-size: 4.07125vw;
  }
}
.all .main_wrap header .head_txt h2 {
  font-size: 17px;
  color: #007EE8;
  font-weight: bold;
  margin-top: -40px;
  margin-bottom: 13px;
  line-height: 160%;
}
@media screen and (max-width: 900px) {
  .all .main_wrap header .head_txt h2 {
    font-size: 4.3257vw;
    margin-bottom: 3.30789vw;
  }
}
.all .main_wrap header .head_txt p {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.95;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .all .main_wrap header .head_txt p {
    font-size: 3.81679vw;
    line-height: 1.92593;
  }
}
.all .main_wrap header .head_txt p img {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 444px;
}
@media screen and (max-width: 900px) {
  .all .main_wrap header .head_txt p img {
    width: 92.87532vw;
  }
}
.all .main_wrap .post_sample_title {
  font-size: 6.66667vw;
  padding-top: 15.73333vw;
  margin-bottom: 11.46667vw;
  text-align: center;
  letter-spacing: 0.14em;
}
.all .main_wrap .post_show {
  background: url(../img/2023/img_post_bg.png) no-repeat;
  background-size: cover;
  text-align: center;
}
.all .main_wrap .post_show .post_image {
  padding-top: 39px;
}
.all .main_wrap .post_show .post_image img {
  width: 100%;
}
.all .main_wrap .post_show a {
  font-size: 4vw;
  letter-spacing: 0.09em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9.2vw 0 13.06667vw;
}
.all .main_wrap .post_show a::before {
  content: "";
  display: block;
  background: url(../img/2023/ico_top_back.svg) no-repeat;
  background-size: contain;
  width: 7.73333vw;
  height: 7.73333vw;
  margin-right: 3.6vw;
}
.all .main_wrap .low {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .all .main_wrap .low {
    padding-top: 25.44529vw;
  }
}
.all .main_wrap .low::before {
  content: "";
  background: url(../img/2025/pillar-line.png);
  width: 100%;
  height: 28px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.all .main_wrap .low::after {
  content: "";
  background: url(../img/2025/star-01.png) no-repeat;
  width: 251px;
  height: 89px;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 900px) {
  .all .main_wrap .low::after {
    width: 61.32316vw;
    height: 22.64631vw;
  }
}
.all .main_wrap .low .logo {
  position: absolute;
  top: 35px;
  left: 21px;
}
@media screen and (max-width: 900px) {
  .all .main_wrap .low .logo {
    top: 8.90585vw;
    left: 10.68702vw;
  }
}
.all .main_wrap .low .logo img {
  width: 90px;
}
@media screen and (max-width: 900px) {
  .all .main_wrap .low .logo img {
    width: 22.90076vw;
  }
}
.all .main_wrap .low .head_txt .entries-title {
  width: 367px;
}
@media screen and (max-width: 900px) {
  .all .main_wrap .low .head_txt .entries-title {
    width: 93.38422vw;
  }
}
.all .main_wrap .low .head_txt .count_wrap {
  margin-bottom: 24px;
}
.all .main_wrap .low .head_txt .count_wrap .count {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.all .main_wrap .low .head_txt .count_wrap .count p {
  font-size: 27px;
  color: #FF3D84;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (max-width: 900px) {
  .all .main_wrap .low .head_txt .count_wrap .count p {
    font-size: 6.87023vw;
  }
}
.all .main_wrap .low .head_txt .count_wrap .count span {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .all .main_wrap .low .head_txt .count_wrap .count span {
    font-size: 4.07125vw;
  }
}
.all .main_wrap .low .post_btn {
  text-align: center;
  margin-bottom: 9.66921vw;
}
.all .main_wrap .low .comp_title {
  display: block;
  width: 367px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .all .main_wrap .low .comp_title {
    width: 93.38422vw;
  }
}
.all .main_wrap .low .comp_txt {
  font-weight: bold;
}
.all .main_wrap .low .comp_txt h2 {
  font-size: 18px;
  margin-bottom: 13px;
  text-align: center;
  line-height: 160%;
}
@media screen and (max-width: 900px) {
  .all .main_wrap .low .comp_txt h2 {
    font-size: 4.58015vw;
    margin-bottom: 3.30789vw;
  }
}
.all .main_wrap .low .comp_txt h3 {
  width: 284px;
  font-size: 16px;
  color: #1E4E9B;
  line-height: 160%;
  margin: 0 auto 20px;
}
@media screen and (max-width: 900px) {
  .all .main_wrap .low .comp_txt h3 {
    font-size: 4.07125vw;
    width: 72.26463vw;
    margin: 0 auto 5.08906vw;
  }
}
.all .main_wrap .low .comp_txt p {
  width: 284px;
  margin: 0 auto 43px;
  font-size: 15px;
  line-height: 160%;
}
@media screen and (max-width: 900px) {
  .all .main_wrap .low .comp_txt p {
    font-size: 3.81679vw;
    width: 72.26463vw;
    margin: 0 auto 10.94148vw;
  }
}
.all .main_wrap .low .message_txt {
  width: 284px;
  margin: 0 auto 54px;
  font-size: 16px;
  font-weight: 700;
  color: #1E4E9B;
}
@media screen and (max-width: 900px) {
  .all .main_wrap .low .message_txt {
    font-size: 4.07125vw;
    width: 72.26463vw;
    margin: 0 auto 13.74046vw;
  }
}

.back_top {
  text-align: center;
  margin-bottom: 39px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .back_top {
    margin-bottom: 9.92366vw;
  }
}
.back_top a {
  background: #fff;
  font-weight: bold;
  display: inline-block;
  font-size: 16px;
  padding: 10px 48px;
  border-radius: 50px;
  border: 1px solid #DCDCDC;
}
@media screen and (max-width: 900px) {
  .back_top a {
    font-size: 4.07125vw;
    padding: 2.54453vw 12.21374vw;
    border-radius: 12.72265vw;
  }
}

@media screen and (max-width: 900px) {
  .btna a {
    width: 83.2vw;
    display: flex;
    align-items: baseline;
    justify-content: center;
    padding: 3.3vw 0;
    margin: 0 auto;
    font-weight: bold;
    letter-spacing: 0.08em;
    position: relative;
  }
  .btna a::after {
    content: "";
    width: 1.86667vw;
    height: 1.86667vw;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 6vw;
  }
}

.message_btn a {
  color: #000;
  background-image: linear-gradient(135deg, #f1e231, #ff9d00);
  font-size: 5.6vw;
  margin-bottom: 5.06667vw;
}
.message_btn a::after {
  border-top: 0.533vw solid #000;
  border-right: 0.533vw solid #000;
}
.message_btn a span {
  font-size: 3.46667vw;
}
.message_btn a b {
  font-size: 4.26667vw;
}

.post_btn {
  text-align: center;
}
.post_btn a {
  text-align: center;
  color: #72580C;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 86.00509vw;
  width: 100%;
  padding: 4.07125vw 0;
  background: url(../img/2025/icn-post-btn.png) no-repeat;
  background-size: contain;
  font-size: 4.07125vw;
  font-weight: 700;
  background-position: center;
  margin: 0 auto;
}

.service {
  position: relative;
  z-index: 5;
  padding-top: 23.40967vw;
}
.service h2 {
  color: #1E4E9B;
  font-weight: bold;
  text-align: center;
  font-size: 5.08906vw;
  margin-bottom: 8.14249vw;
}
.service .service_wrap {
  padding-left: 66px;
  padding-right: 46px;
}
.service .service_wrap p {
  font-size: 3.56234vw;
  margin-bottom: 6.10687vw;
  line-height: 180%;
  position: relative;
}
.service .service_wrap p::before {
  font-size: 4.3257vw;
  content: "★";
  color: #007EE8;
  position: absolute;
  top: 0;
  left: -5.66667vw;
}
.service .footer-character {
  width: 91.09415vw;
  margin: 0 auto;
  display: block;
}

.post_all a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 63px;
  font-size: 20px;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 900px) {
  .post_all a {
    margin-top: 11.06667vw;
    font-size: 4vw;
    padding-bottom: 14.66667vw;
  }
}
.post_all a::before {
  content: "";
  background: url(../img/2023/ico_more.svg) no-repeat;
  width: 44px;
  height: 44px;
  background-size: contain;
  display: block;
  margin-right: 21px;
}
@media screen and (max-width: 900px) {
  .post_all a::before {
    width: 7.73333vw;
    height: 7.73333vw;
    margin-right: 3.6vw;
  }
}

.footer {
  position: relative;
  z-index: 4;
  padding-top: 42px;
  padding-bottom: 43px;
}
@media screen and (max-width: 900px) {
  .footer {
    padding-top: 17.8117vw;
    padding-bottom: 10.94148vw;
  }
}
.footer .footer_item {
  text-align: center;
  margin-bottom: 26px;
}
@media screen and (max-width: 900px) {
  .footer .footer_item {
    margin-bottom: 6.61578vw;
  }
}
.footer .footer_item a {
  width: 291px;
  height: 82px;
  color: #fff;
  font-family: serif;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: url(../img/2025/footer_btn.png) no-repeat;
  background-size: contain;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .footer .footer_item a {
    width: 74.0458vw;
    height: 20.86514vw;
    font-size: 4.58015vw;
  }
}
.footer small {
  font-size: 14px;
  display: block;
  text-align: center;
  margin-top: 23px;
}
@media screen and (max-width: 900px) {
  .footer small {
    font-size: 3.56234vw;
  }
}

.float_btn {
  visibility: hidden;
}
@media screen and (max-width: 900px) {
  .float_btn {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.5s;
    padding: 16px 0;
    background: #1E4E9B;
    width: 100%;
  }
  .float_btn.active {
    visibility: visible;
    opacity: 1;
  }
}

.box-upload {
  position: relative;
  padding: 0 10px;
}
.box-upload .link-wrap {
  margin-bottom: 30px;
  position: relative;
}
.box-upload .link-wrap .link-txt {
  border-radius: 10px;
  background: rgba(255, 196, 87, 0.33);
  padding: 20px 20px;
  display: block;
  border: none;
  max-width: 85%;
  margin: 0 auto;
}
.box-upload .link-wrap .link-txt span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
  position: relative;
  z-index: 2;
}
.box-upload .title-preview {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.07em;
  color: #72580C;
  position: relative;
  margin-bottom: 15px;
}
.box-upload .title-preview > span {
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  position: relative;
  z-index: 2;
}
.box-upload .title-preview:after {
  content: " ";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  background: #72580C;
  opacity: .4;
  z-index: 1;
}
.box-upload .box-body {
  position: relative;
  background: #fff;
  padding: 9.41476vw 7.12468vw;
  margin-bottom: 7.88804vw;
  box-shadow: 0px 0px 12px 0px rgba(150, 150, 150, 0.15);
}
.box-upload .box-body::before, .box-upload .box-body::after {
  content: "";
  background: url(../img/2025/gold-deco.png) no-repeat;
  width: 83.96947vw;
  height: 9.16031vw;
  background-size: contain;
  position: absolute;
  left: 50%;
}
.box-upload .box-body::before {
  top: 1.27226vw;
  transform: translateX(-50%);
}
.box-upload .box-body::after {
  bottom: 1.27226vw;
  transform: translateX(-50%) rotate(180deg);
}
.box-upload .box-body .title {
  font-weight: bold;
  font-size: 5.08906vw;
  text-align: center;
  color: #1E4E9B;
  margin-bottom: 5.34351vw;
}
.box-upload .box-body .note {
  font-weight: normal;
  font-size: 3.56234vw;
  text-align: center;
}
.box-upload .file-upload-remove {
  text-align: center;
}
.box-upload .btn-upload {
  width: 100%;
  display: block;
  font-weight: bold;
  position: relative;
  padding: 0;
  background: #fff;
}
.box-upload .btn-upload[disabled="disabled"] {
  display: none;
}
.box-upload .btn-upload[type="submit"]::after {
  display: none;
}
.box-upload .btn-upload[type="submit"] {
  margin-top: 20px;
}

.section-entries {
  padding-bottom: 60px;
  position: relative;
  z-index: 5;
}
.section-entries .btn-wrap {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}
.section-entries .btn-txt {
  margin-top: -30px;
  font-weight: bold;
  line-height: 1.8;
  font-size: 16px;
  font-size: 4.26667vw;
  text-align: left;
  padding: 0 30px;
}

.section-btn {
  padding: 14.75827vw 0 7.63359vw;
  background: url(../img/2025/section-01_bg.png) no-repeat;
  background-size: cover;
}
.section-btn .card {
  text-align: center;
  position: relative;
}
.section-btn .card .huchi::before {
  content: "";
  width: 87.53181vw;
  height: 90.33079vw;
  position: absolute;
  background: rgba(14, 39, 94, 0.7);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-btn .card .huchi img {
  width: 92.62087vw;
  position: relative;
  z-index: 2;
}
.section-btn .card .inner {
  width: 87.53181vw;
  height: 90.33079vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 13.74046vw 8.6514vw 17.3028vw;
  box-sizing: border-box;
  z-index: 10;
}
.section-btn .card .inner h2 {
  font-size: 3.81679vw;
  color: #fff;
  margin-bottom: 8.6514vw;
  line-height: 180%;
  font-weight: 700;
}

.content_post {
  overflow-x: clip;
  position: relative;
  z-index: 10;
}
.content_post .How_to_post_pc {
  padding-top: 135px;
  background: url(../img/2025/icn-top-star.png) no-repeat;
  background-size: contain;
  position: relative;
}
.content_post .How_to_post_pc::after {
  content: "";
  background: url(../img/2025/upload-caractor.png) no-repeat;
  width: 222px;
  height: 444px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -34px;
}
.content_post .How_to_post_pc .txt {
  width: 327.16539px;
  text-align: center;
  margin-bottom: 45px;
  margin-left: 42.35623px;
}
.content_post .How_to_post_pc .txt h2 {
  font-weight: 700;
  font-size: 20px;
  color: #1E4E9B;
  margin-bottom: 14px;
}
.content_post .How_to_post_pc .txt .deco {
  margin-bottom: 18px;
}
.content_post .How_to_post_pc .txt h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
}
.content_post .How_to_post_pc .qr_image {
  margin-bottom: 34px;
}
.content_post .How_to_post_sp {
  padding-top: 34.6056vw;
  background: url(../img/2025/icn-top-star.png) no-repeat;
  background-size: contain;
  position: relative;
}
.content_post .How_to_post_sp::after {
  content: "";
  background: url(../img/2025/upload-caractor.png) no-repeat;
  width: 56.48855vw;
  height: 112.9771vw;
  background-size: contain;
  position: absolute;
  right: -8.14249vw;
  top: -11.70483vw;
  z-index: 10;
}
.content_post .How_to_post_sp .txt {
  text-align: center;
  width: 62.08651vw;
  margin-left: 7.37913vw;
  margin-bottom: 11.95929vw;
}
.content_post .How_to_post_sp .txt h2 {
  font-weight: 700;
  font-size: 5.08906vw;
  color: #1E4E9B;
  margin-bottom: 3.56234vw;
}
.content_post .How_to_post_sp .txt .deco {
  margin-bottom: 4.58015vw;
}
.content_post .How_to_post_sp .txt h3 {
  font-size: 4.07125vw;
  font-weight: 700;
  line-height: 160%;
}

.period {
  background: url(../img/2025/section-01_bg.png) no-repeat;
  padding: 50px 23px 32px;
  position: relative;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .period {
    padding: 12.72265vw 5.85242vw 8.14249vw;
  }
}
.period::before {
  content: "";
  background: url(../img/2025/period-caractor.png) no-repeat;
  background-size: contain;
  width: 248px;
  height: 485px;
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .period::before {
    width: 53.94402vw;
    height: 105.59796vw;
    top: 1.27226vw;
    left: -14.24936vw;
  }
}
.period .post_box {
  margin-left: auto;
  width: 255px;
  height: 161px;
  background: #fff;
  padding: 25px 0;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px 0px rgba(150, 150, 150, 0.15);
}
@media screen and (max-width: 900px) {
  .period .post_box {
    width: 64.8855vw;
    height: 40.96692vw;
    padding: 6.36132vw 0;
  }
}
.period .post_box:first-child {
  margin-bottom: 14px;
}
.period .post_box::before, .period .post_box::after {
  content: "";
  width: 241px;
  height: 26px;
  background: url(../img/2025/gold-deco.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
  .period .post_box::before, .period .post_box::after {
    width: 61.32316vw;
    height: 6.61578vw;
  }
}
.period .post_box::before {
  top: 6px;
}
.period .post_box::after {
  bottom: 6px;
  transform: translateX(-50%) rotate(180deg);
}
.period .post_box .title {
  color: #1E4E9B;
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .period .post_box .title {
    font-size: 5.08906vw;
  }
}
.period .post_box .deco {
  margin-bottom: 8px;
}
.period .post_box p {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 900px) {
  .period .post_box p {
    font-size: 4.07125vw;
  }
}

.bottom-deco {
  margin-bottom: 20px;
}

.tower {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: url(../img/2025/service-bg.png);
  background-size: contain;
}
.tower .tower_item {
  position: absolute;
  top: 0;
  width: 61px;
  height: 100%;
}
.tower .tower_item::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/2025/pillar-long.png);
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
}
.tower .tower_item figure {
  position: absolute;
  z-index: 10;
}
.tower .tower_item figure img {
  width: 100%;
}
.tower .tower_item figure.top {
  top: 0;
}
.tower .tower_item figure.bottom {
  bottom: 0;
  transform: rotate(180deg);
}
.tower .tower_item.left {
  left: -3.56234vw;
}
.tower .tower_item.left::after {
  left: 0;
}
.tower .tower_item.left figure {
  left: 0;
}
.tower .tower_item.right {
  right: -3.56234vw;
}
.tower .tower_item.right::after {
  right: 0;
}
.tower .tower_item.right figure {
  right: 0;
}

.pc_only {
  display: block !important;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 900px) {
  .sp_only {
    display: block !important;
  }

  .pc_only {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .sp_none {
    display: none !important;
  }

  .sp_block {
    display: block !important;
  }

  .sp_inline-block {
    display: inline-block !important;
  }

  .sp_tac {
    text-align: center !important;
  }

  .sp_tal {
    text-align: left !important;
  }

  .sp_tar {
    text-align: right !important;
  }

  .sp_fln {
    float: none !important;
  }

  .sp_bdn {
    border: none !important;
  }

  .sp_fz20 {
    font-size: 18px !important;
  }

  .sp_fz12 {
    font-size: 12px !important;
  }

  .sp_fz16 {
    font-size: 16px !important;
  }

  .sp_w15 {
    width: 15px !important;
  }

  .sp_h15 {
    height: 15px;
  }

  .sp_w50 {
    width: 50px;
  }

  .sp_w200 {
    width: 200px;
  }

  .sp_w250 {
    width: 250px;
  }

  .sp_w80 {
    width: 80px !important;
  }

  .sp_w100 {
    width: 100px !important;
  }

  .sp_w24p {
    width: 24% !important;
  }

  .sp_w34p {
    width: 34% !important;
  }

  .sp_w100p {
    width: 100% !important;
  }

  .sp_wauto {
    width: auto !important;
  }

  .sp_maxw100p {
    max-width: 100% !important;
  }

  .sp_minwn {
    min-width: none !important;
  }

  .sp_maxwn {
    max-width: none !important;
  }

  .sp_col1 {
    *zoom: 1;
  }
  .sp_col1:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }
  .sp_col1 > .cell {
    width: auto !important;
    float: none !important;
    clear: both;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sp_col1 > .cell:nth-child(1n-1) {
    float: none !important;
    clear: both;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sp_col1 > .cell:nth-child(1n-0) {
    float: none !important;
    clear: both;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.body-flag {
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
  background-attachment: fixed;
  overflow: hidden;
}

.article-flag .article-title {
  text-align: center;
  padding: 0 25px 5px;
  background: url(../img/2025/monitor-bg.png) top center no-repeat;
  background-size: cover;
  position: relative;
  height: 194px;
}
.article-flag .article-title .title {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 967px;
  width: 100%;
}

.article-flag .section-entries {
  padding: 14px 10px 50px;
  margin-top: 0;
}
.article-flag .section-entries .cards {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto auto auto auto auto;
}
.article-flag .section-entries .cards .card {
  width: 100%;
}
body[data-mode="new"] .article-flag .section-entries .cards .card:nth-child(4), body[data-mode="new"] .article-flag .section-entries .cards .card:nth-child(5), body[data-mode="new"] .article-flag .section-entries .cards .card:nth-child(13), body[data-mode="new"] .article-flag .section-entries .cards .card:nth-child(15), body[data-mode="new"] .article-flag .section-entries .cards .card:nth-child(19), q
body[data-mode="new"] .article-flag .section-entries .cards .card:nth-child(21) {
  grid-column: span 2;
  grid-row: span 2;
}
body[data-mode="old"] .article-flag .section-entries .cards .card:nth-child(7), body[data-mode="old"] .article-flag .section-entries .cards .card:nth-child(16), body[data-mode="old"] .article-flag .section-entries .cards .card:nth-child(17), body[data-mode="old"] .article-flag .section-entries .cards .card:nth-child(23) {
  grid-column: span 2;
  grid-row: span 2;
}
.article-flag .section-entries .cards .card .img {
  background-color: #fff;
}
.article-flag .section-entries .cards .card.is-animate .img:nth-child(1) {
  opacity: 1;
  transform: rotateY(0deg);
  transition: opacity 100ms 100ms, transform 200ms 100ms;
}
.article-flag .section-entries .cards .card.is-animate.is-rotate .img:nth-child(1) {
  opacity: 0;
  transform: rotateY(90deg);
  transition: opacity 50ms 200ms, transform 200ms;
}
.article-flag .section-entries .cards .card.is-animate .img:nth-child(2) {
  opacity: 0;
  transform: rotateY(90deg);
  transition: opacity 50ms 200ms, transform 200ms;
}
.article-flag .section-entries .cards .card.is-animate.is-rotate .img:nth-child(2) {
  opacity: 1;
  transform: rotateY(0deg);
  transition: opacity 100ms 100ms, transform 200ms 100ms;
}
