@charset "UTF-8";
/*reset--------------------------------------*/
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-size: 100%;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
  box-sizing: border-box;
}

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

img {
  width: auto;
  height: auto;
  max-width: 100%;
  border: 0;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s;
}

a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

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

b,
strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

button {
  display: block;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}

/*
  ガイドライン参照 カラー設計
*/
body {
  color: #fff;
  overflow-x: hidden;
  font-family: "Zen Old Mincho", serif;
}

a {
  text-decoration: none;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.6;
}

.page_width {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.wide_width {
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.page_width_l {
  width: 100%;
  max-width: 1460px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.page_width_m {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.page_width_s {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/*only*/
.pc_only {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc_only {
    display: block !important;
  }
}

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

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

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

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

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

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

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

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

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

.xs_only {
  display: none !important;
}
@media screen and (max-width: 575px) {
  .xs_only {
    display: block !important;
  }
}

/*ヘッダー*/
header a img {
  max-width: 260px;
}
header .fixed_header {
  background: linear-gradient(#000 0%, rgba(34, 51, 96, 0) 100%);
  display: flex;
  align-items: center;
  height: clamp(4.5rem, 3.3167475728rem + 5.0485436893vw, 9.375rem);
  position: fixed;
  left: 0;
  z-index: 95;
  width: 100%;
  /* 左右端に配置 */
  justify-content: space-between;
}
@media screen and (min-width: 1200px) {
  header .fixed_header {
    justify-content: initial;
  }
}
header .fixed_header .logo {
  margin-left: clamp(1.25rem, 0.7949029126rem + 1.9417475728vw, 3.125rem);
}
header .fixed_header .logo a {
  display: flex;
  align-items: center;
  gap: clamp(1.25rem, 1.0983009709rem + 0.6472491909vw, 1.875rem);
}
header .fixed_header .logo a img {
  width: clamp(7.5rem, 6.286407767rem + 5.1779935275vw, 12.5rem);
  filter: brightness(0) invert(1);
}
header .fixed_header .logo a .title {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.1em;
  display: none;
}
@media screen and (min-width: 768px) {
  header .fixed_header .logo a .title {
    display: block;
  }
}
header .fixed_header .box {
  display: flex;
  align-items: center;
  margin-right: clamp(1.25rem, 0.036407767rem + 5.1779935275vw, 6.25rem);
  margin-left: auto;
}
header .fixed_header .box .menu {
  display: none;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  header .fixed_header .box .menu {
    display: flex;
  }
}
header .fixed_header .box .menu > li {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  letter-spacing: 0.05em;
}
header .fixed_header .box .menu > li a {
  font-size: 17px;
}
header .fixed_header .box .menu > li a:hover {
  opacity: 0.5;
}

#drawer {
  display: block;
}
@media screen and (min-width: 768px) {
  #drawer {
    display: none;
  }
}

#drawer .drawer__btn {
  position: fixed;
  top: 26px;
  right: 20px;
  z-index: 10001;
  width: clamp(1.625rem, 1.2609223301rem + 1.5533980583vw, 3.125rem);
  height: clamp(1.625rem, 1.2609223301rem + 1.5533980583vw, 3.125rem);
  overflow: hidden;
  cursor: pointer;
}
#drawer .drawer__btn span {
  display: block;
  width: clamp(1.5625rem, 1.3349514563rem + 0.9708737864vw, 2.5rem);
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
}
#drawer .drawer__btn span:nth-child(1) {
  transform: translate(-50%, -10px);
}
#drawer .drawer__btn span:nth-child(2) {
  transform: translate(-50%, -50%);
}
#drawer .drawer__btn span:nth-child(3) {
  transform: translate(-50%, 8px);
}
#drawer .drawer__btn.active span:nth-child(1) {
  transform: translate(-50%, 0) rotate(-45deg);
}
#drawer .drawer__btn.active span:nth-child(2) {
  transform: translate(-100%, 0);
  opacity: 0;
}
#drawer .drawer__btn.active span:nth-child(3) {
  transform: translate(-50%, 0) rotate(45deg);
}
#drawer .drawer__menu {
  position: fixed;
  top: clamp(3.75rem, 3.1432038835rem + 2.5889967638vw, 6.25rem);
  left: 0;
  z-index: 10001;
  width: 100%;
  overflow: auto;
  transition: opacity 0.3s, width 0.3s;
  transform: translateX(-100%);
  opacity: 0;
  padding: 10px 35px;
}
#drawer .drawer__menu nav {
  height: 100%;
  padding-bottom: 70px;
  overflow-y: scroll;
  position: relative;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
  /*スクロールバー非表示（Chrome・Safari）*/
}
#drawer .drawer__menu nav::-webkit-scrollbar {
  display: none;
}
#drawer .drawer__menu nav .insta {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #fff;
  display: flex;
  align-items: center;
  border-radius: 10px 0 0 0;
}
#drawer .drawer__menu nav .insta a {
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  gap: 13px;
  padding: 0 35px 0 25px;
}
#drawer .drawer__menu nav .insta img {
  width: 25px;
}
#drawer .drawer__menu.active {
  transform: translateX(0);
  opacity: 1;
}
#drawer .drawer__menu .inner_category .include-accordion ul {
  height: 0;
  padding: 0;
  overflow: hidden;
  margin: 0;
  padding-left: 15px;
}
#drawer .drawer__menu .inner_category .include-accordion ul a {
  padding: 0 12px;
}
#drawer .drawer__menu .inner_category ul.active {
  overflow-y: auto;
}
#drawer .drawer__menu .inner_category .category_list > li {
  border-bottom: 1px solid #3e537e;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
}
#drawer .drawer__menu .inner_category .category_list > li a {
  display: block;
  padding: 24px 5px;
  position: relative;
}
#drawer .drawer__menu .inner_category .category_list > li a::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px #c8b062;
  border-right: solid 2px #c8b062;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
}
#drawer .drawer__menu .inner_category .category_list > li #accodion_set:hover {
  opacity: 1;
}
#drawer .drawer__menu .inner_category .category_list > li ul a {
  padding: 10px 0;
}
#drawer .drawer__menu .inner_category .category_list > li.accordion {
  position: relative;
}
#drawer .drawer__menu .inner_category .category_list > li button {
  position: absolute;
  top: 12px;
  right: 0;
  border: none;
  width: 36px;
  color: #fff;
  cursor: pointer;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  padding: 24px 0;
  line-height: 1.5;
}
#drawer .drawer__menu .inner_category .category_list > li button::before, #drawer .drawer__menu .inner_category .category_list > li button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 18px;
  height: 2px;
  transition: transform 0.3s, opacity 0.3s;
}
#drawer .drawer__menu .inner_category .category_list > li button::before {
  transform: translateY(-50%) rotate(0deg);
}
#drawer .drawer__menu .inner_category .category_list > li button::after {
  transform: translateY(-50%) rotate(90deg);
}
#drawer .drawer__menu .inner_category .category_list > li.active ul {
  padding-bottom: 24px;
}
#drawer .drawer__menu .inner_category .category_list > li.active button::before {
  transform: translateY(-50%) rotate(0deg);
}
#drawer .drawer__menu .inner_category .category_list > li.active button::after {
  transform: translateY(-50%) rotate(180deg);
}
#drawer .drawer__bg {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000;
  width: 100%;
  height: 100vh;
  background-color: #111c39;
  transition: opacity 0.3s;
  transform: translateX(-100%);
  opacity: 0;
  cursor: pointer;
}
#drawer .drawer__bg.active {
  transform: translateX(0);
  opacity: 1;
}

/*フッター*/
footer {
  background: #111c39;
}
footer .line {
  width: 100%;
  height: 2px;
  background: linear-gradient(to bottom right, #8d743b 0%, #a5905e 23.42%, #8c7643 50.2%, #a5905e 74.89%, #8d743b 100%);
}
footer .footer_box {
  padding-top: clamp(2rem, 1.1808252427rem + 3.4951456311vw, 5.375rem);
  padding-bottom: clamp(2rem, 1.1959951456rem + 3.430420712vw, 5.3125rem);
}
footer .footer_box .back_number_box {
  margin-bottom: clamp(5.625rem, 4.2597087379rem + 5.8252427184vw, 11.25rem);
}
footer .footer_box .back_number_box .title {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-size: clamp(1.75rem, 1.5527912621rem + 0.8414239482vw, 2.5625rem);
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: clamp(1.6875rem, 1.2779126214rem + 1.7475728155vw, 3.375rem);
}
footer .footer_box .back_number_box .list {
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(3.375rem, 2.8895631068rem + 2.071197411vw, 5.375rem);
}
footer .footer_box .back_number_box .list:not(:last-of-type) {
  margin-bottom: clamp(3.4375rem, 3.0279126214rem + 1.7475728155vw, 5.125rem);
}
footer .footer_box .back_number_box .list:nth-of-type(1) {
  max-width: 1300px;
}
@media screen and (min-width: 768px) {
  footer .footer_box .back_number_box .list:nth-of-type(1) {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer_box .back_number_box .list:nth-of-type(1) {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
footer .footer_box .back_number_box .list:nth-of-type(2) {
  max-width: 1070px;
}
@media screen and (min-width: 768px) {
  footer .footer_box .back_number_box .list:nth-of-type(2) {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 992px) {
  footer .footer_box .back_number_box .list:nth-of-type(2) {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  footer .footer_box .back_number_box .list {
    gap: clamp(3.375rem, 2.8895631068rem + 2.071197411vw, 5.375rem) 4px;
  }
}
footer .footer_box .back_number_box .list > li .list_detail {
  display: flex;
  flex-direction: column;
  gap: clamp(0.625rem, 0.5491504854rem + 0.3236245955vw, 0.9375rem);
}
@media screen and (min-width: 768px) {
  footer .footer_box .back_number_box .list > li .list_detail > li {
    line-height: 1.4;
  }
}
footer .footer_box .back_number_box .list > li .list_detail > li a {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: clamp(0.75rem, 0.7044902913rem + 0.1941747573vw, 0.9375rem);
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-align: left;
  color: #fff;
}
footer .footer_box .footer_logo_box {
  display: flex;
  justify-content: center;
}
footer .footer_box .footer_logo_box a img {
  width: clamp(7.8125rem, 6.6747572816rem + 4.854368932vw, 12.5rem);
  filter: brightness(0) invert(1);
}

.top .main_visual_box {
  position: relative;
  width: 100%;
  height: 100svh;
  background: #111c39;
  /* スクロールダウンの位置 */
}
.top .main_visual_box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/main_bg_sp.jpg");
  background-size: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s ease;
}
.top .main_visual_box.show::after {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .top .main_visual_box {
    max-height: 56.25vw;
  }
  .top .main_visual_box::after {
    background-image: url("../images/main_bg.jpg");
  }
}
.top .main_visual_box .page_width {
  height: 100%;
}
.top .main_visual_box .main_visual_box_inner {
  height: 100%;
}
.top .main_visual_box .image_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.top .main_visual_box .image_box picture {
  display: block;
  max-width: clamp(20.9375rem, 10.5461165049rem + 44.3365695793vw, 63.75rem);
  padding-bottom: 34px;
}
@media screen and (min-width: 992px) {
  .top .main_visual_box .image_box picture {
    max-width: clamp(20.9375rem, -7.6041666667rem + 59.4618055556vw, 63.75rem);
  }
}
.top .main_visual_box .scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: clamp(6.25rem, 5.0060679612rem + 5.3074433657vw, 11.375rem);
  font-family: serif;
  font-weight: 600;
  font-size: clamp(0.625rem, 0.5491504854rem + 0.3236245955vw, 0.9375rem);
  letter-spacing: 0.05em;
  color: #fff;
  z-index: 1;
  /* 線のアニメーション部分 */
  /* 線のアニメーション */
}
@media screen and (min-width: 768px) {
  .top .main_visual_box .scroll {
    bottom: clamp(5rem, 0.75rem + 8.8541666667vw, 11.375rem);
  }
}
.top .main_visual_box .scroll::before {
  animation: scroll 2s infinite;
  background-color: #fff;
  bottom: calc(clamp(3.4375rem, 2.4514563107rem + 4.2071197411vw, 7.5rem) * -1);
  content: "";
  height: clamp(2.1875rem, 1.3531553398rem + 3.5598705502vw, 5.625rem);
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@media screen and (min-width: 768px) {
  .top .main_visual_box .scroll::before {
    bottom: calc(clamp(4.0625rem, 1.7708333333rem + 4.7743055556vw, 7.5rem) * -1);
  }
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.top .contents {
  background-image: url("../images/main_contens_bg_sp.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
}
@media screen and (min-width: 768px) {
  .top .contents {
    background-image: url("../images/main_contens_bg.jpg");
  }
}
.top .contents .description_box {
  display: flex;
  justify-content: center;
  background: #223360;
}
.top .contents .description_box .description_box_inner {
  padding: clamp(3.125rem, 1.6080097087rem + 6.4724919094vw, 9.375rem) 0 clamp(3.75rem, 2.3847087379rem + 5.8252427184vw, 9.375rem);
}
.top .contents .description_box .description_box_inner .title {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: clamp(1.5rem, 1.2724514563rem + 0.9708737864vw, 2.4375rem);
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: clamp(1.375rem, 1.0109223301rem + 1.5533980583vw, 2.875rem);
}
@media screen and (min-width: 768px) {
  .top .contents .description_box .description_box_inner .title {
    line-height: 1.7948717949;
  }
}
.top .contents .description_box .description_box_inner .title .set_color {
  color: #c8b062;
}
.top .contents .description_box .description_box_inner .text {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.7991504854rem + 0.3236245955vw, 1.1875rem);
  letter-spacing: 0.1em;
  line-height: 2.2857142857;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top .contents .description_box .description_box_inner .text {
    line-height: 2.8421052632;
  }
}
.top .contents .description_box .description_box_inner .text .set_color {
  color: #fff3cc;
}
.top .contents #overview,
.top .contents #grand-prize-category,
.top .contents #news {
  margin-top: calc(clamp(4.5rem, 4.0752427184rem + 1.8122977346vw, 6.25rem) * -1);
  padding-top: clamp(4.5rem, 4.0752427184rem + 1.8122977346vw, 6.25rem);
}
.top .contents .overview_box {
  background: linear-gradient(to bottom right, #8d743b 0%, #a5905e 23.42%, #8c7643 50.2%, #a5905e 74.89%, #8d743b 100%);
}
.top .contents .overview_box .overview_box_inner {
  padding-top: clamp(3.125rem, 2.3665048544rem + 3.2362459547vw, 6.25rem);
  padding-bottom: clamp(5rem, 4.6966019417rem + 1.2944983819vw, 6.25rem);
}
.top .contents .overview_box .overview_box_inner .title {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: clamp(1.375rem, 1.208131068rem + 0.71197411vw, 2.0625rem);
  text-align: center;
  position: relative;
}
.top .contents .overview_box .overview_box_inner .title::after {
  content: "";
  display: block;
  margin: clamp(1.375rem, 1.1322815534rem + 1.0355987055vw, 2.375rem) auto 0;
  width: clamp(1.25rem, 1.0224514563rem + 0.9708737864vw, 2.1875rem);
  height: 2px;
  background: #654817;
}
.top .contents .overview_box .overview_box_inner .overview_detail_box {
  margin-top: clamp(1.875rem, 0.8131067961rem + 4.5307443366vw, 6.25rem);
}
.top .contents .overview_box .overview_box_inner .overview_detail_box .overview_detail_box_inner {
  display: flex;
  flex-direction: column;
  gap: clamp(2.1875rem, 1.5048543689rem + 2.9126213592vw, 5rem);
}
.top .contents .overview_box .overview_box_inner .overview_detail_box .overview_detail_box_inner .box {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .top .contents .overview_box .overview_box_inner .overview_detail_box .overview_detail_box_inner .box {
    flex-direction: initial;
    align-items: baseline;
    gap: clamp(1.25rem, 0.036407767rem + 5.1779935275vw, 6.25rem);
  }
  .top .contents .overview_box .overview_box_inner .overview_detail_box .overview_detail_box_inner .box:first-child {
    align-items: center;
  }
}
.top .contents .overview_box .overview_box_inner .overview_detail_box .overview_detail_box_inner .box:nth-child(1) .box_title {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .top .contents .overview_box .overview_box_inner .overview_detail_box .overview_detail_box_inner .box:nth-child(1) .box_title {
    margin-bottom: 0;
  }
}
.top .contents .overview_box .overview_box_inner .overview_detail_box .overview_detail_box_inner .box:nth-child(2) .box_title {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .top .contents .overview_box .overview_box_inner .overview_detail_box .overview_detail_box_inner .box:nth-child(2) .box_title {
    margin-bottom: 0;
  }
}
.top .contents .overview_box .overview_box_inner .overview_detail_box .overview_detail_box_inner .box:nth-child(3) .box_title {
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .top .contents .overview_box .overview_box_inner .overview_detail_box .overview_detail_box_inner .box:nth-child(3) .box_title {
    margin-bottom: 0;
  }
}
.top .contents .overview_box .overview_box_inner .overview_detail_box .overview_detail_box_inner .box .box_title {
  font-weight: 500;
  font-size: clamp(0.9375rem, 0.8464805825rem + 0.3883495146vw, 1.3125rem);
  letter-spacing: 0.1em;
  text-align: center;
  background: #223360;
  width: 100%;
  max-width: clamp(5rem, 4.2415048544rem + 3.2362459547vw, 8.125rem);
  line-height: clamp(1.875rem, 1.6474514563rem + 0.9708737864vw, 2.8125rem);
}
.top .contents .overview_box .overview_box_inner .overview_detail_box .overview_detail_box_inner .box .targer_period {
  font-family: "Lexend", sans-serif;
  font-weight: 300;
  font-size: clamp(1.4625rem, 1.1955097087rem + 1.1391585761vw, 2.5625rem);
  letter-spacing: 0.1em;
}
.top .contents .overview_box .overview_box_inner .overview_detail_box .overview_detail_box_inner .box .targer_period .small {
  font-size: clamp(0.875rem, 0.708131068rem + 0.71197411vw, 1.5625rem);
  font-weight: 300;
}
.top .contents .overview_box .overview_box_inner .overview_detail_box .overview_detail_box_inner .box .description {
  font-weight: 400;
  font-size: clamp(0.8125rem, 0.7093446602rem + 0.4401294498vw, 1.2375rem);
  line-height: 1.7692307692;
}
@media screen and (min-width: 768px) {
  .top .contents .overview_box .overview_box_inner .overview_detail_box .overview_detail_box_inner .box .description {
    letter-spacing: 0.1em;
  }
}
.top .contents .overview_box .overview_box_inner .overview_detail_box .overview_detail_box_inner .box .award_contents_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(0.625rem, 0.2457524272rem + 1.6181229773vw, 2.1875rem);
}
@media screen and (min-width: 768px) {
  .top .contents .overview_box .overview_box_inner .overview_detail_box .overview_detail_box_inner .box .award_contents_list {
    grid-template-columns: 1fr auto;
  }
}
.top .contents .overview_box .overview_box_inner .overview_detail_box .overview_detail_box_inner .box .award_contents_list .awar_title_box {
  display: flex;
  align-items: baseline;
}
.top .contents .overview_box .overview_box_inner .overview_detail_box .overview_detail_box_inner .box .award_contents_list .awar_title_box .award_title {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
  font-size: clamp(1rem, 0.9241504854rem + 0.3236245955vw, 1.3125rem);
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .top .contents .overview_box .overview_box_inner .overview_detail_box .overview_detail_box_inner .box .award_contents_list .awar_title_box .award_title {
    line-height: 1.4;
  }
}
.top .contents .overview_box .overview_box_inner .overview_detail_box .overview_detail_box_inner .box .award_contents_list .awar_title_box .award_title::before {
  content: "";
  display: inline-block;
  width: clamp(1.375rem, 1.2536407767rem + 0.5177993528vw, 1.875rem);
  height: clamp(0.9375rem, 0.8464805825rem + 0.3883495146vw, 1.3125rem);
  background-image: url("../images/crown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.top .contents .overview_box .overview_box_inner .overview_detail_box .overview_detail_box_inner .box .award_contents_list .award_detail {
  font-weight: 400;
  font-size: clamp(0.8125rem, 0.7214805825rem + 0.3883495146vw, 1.1875rem);
  letter-spacing: 0.05em;
  line-height: 1.8461538462;
  text-align: left;
  color: #fff;
}
.top .contents .overview_box .overview_box_inner .overview_detail_box .overview_detail_box_inner .box .award_contents_list .award_detail:not(:last-of-type) {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .top .contents .overview_box .overview_box_inner .overview_detail_box .overview_detail_box_inner .box .award_contents_list .award_detail {
    letter-spacing: 0.1em;
    line-height: 1.6666666667;
  }
  .top .contents .overview_box .overview_box_inner .overview_detail_box .overview_detail_box_inner .box .award_contents_list .award_detail:not(:last-of-type) {
    margin-bottom: 0;
  }
}
.top .contents .grand_prize_category_box .grand_prize_category_inner {
  padding-top: clamp(3.125rem, 2.3665048544rem + 3.2362459547vw, 6.25rem);
  padding-bottom: clamp(5rem, 3.9381067961rem + 4.5307443366vw, 9.375rem);
}
.top .contents .grand_prize_category_box .grand_prize_category_inner .title {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: clamp(1.375rem, 1.208131068rem + 0.71197411vw, 2.0625rem);
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top .contents .grand_prize_category_box .grand_prize_category_inner .title {
    letter-spacing: 0.26em;
  }
}
.top .contents .grand_prize_category_box .grand_prize_category_inner .title::after {
  content: "";
  display: block;
  margin: clamp(1.375rem, 1.1322815534rem + 1.0355987055vw, 2.375rem) auto 0;
  width: clamp(1.25rem, 1.0224514563rem + 0.9708737864vw, 2.1875rem);
  height: 2px;
  background: #aa8c47;
}
.top .contents .grand_prize_category_box .grand_prize_category_inner .category_box {
  margin-top: clamp(2.5rem, 1.5898058252rem + 3.8834951456vw, 6.25rem);
  margin-bottom: clamp(3.75rem, 2.3847087379rem + 5.8252427184vw, 9.375rem);
}
.top .contents .grand_prize_category_box .grand_prize_category_inner .category_box:last-of-type {
  margin-bottom: 0;
}
.top .contents .grand_prize_category_box .grand_prize_category_inner .category_box:nth-of-type(1) .detail_box .detail_title .image {
  width: clamp(1.875rem, 1.5716019417rem + 1.2944983819vw, 3.125rem);
}
.top .contents .grand_prize_category_box .grand_prize_category_inner .category_box:nth-of-type(2) .detail_box .detail_title .image {
  width: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  margin-left: 12px;
}
.top .contents .grand_prize_category_box .grand_prize_category_inner .category_box:nth-of-type(3) .detail_box .detail_title .image {
  width: clamp(3.125rem, 2.8216019417rem + 1.2944983819vw, 4.375rem);
}
.top .contents .grand_prize_category_box .grand_prize_category_inner .category_box:nth-of-type(4) .detail_box .detail_title .image {
  width: clamp(1.625rem, 1.3519417476rem + 1.1650485437vw, 2.75rem);
}
.top .contents .grand_prize_category_box .grand_prize_category_inner .category_box:nth-of-type(5) .detail_box .detail_title .image {
  width: clamp(3.0625rem, 2.8197815534rem + 1.0355987055vw, 4.0625rem);
}
.top .contents .grand_prize_category_box .grand_prize_category_inner .category_box:nth-of-type(6) .detail_box .detail_title .image {
  width: clamp(2.5rem, 2.3483009709rem + 0.6472491909vw, 3.125rem);
}
.top .contents .grand_prize_category_box .grand_prize_category_inner .category_box .detail_box {
  margin-top: clamp(1.875rem, 1.4199029126rem + 1.9417475728vw, 3.75rem);
}
.top .contents .grand_prize_category_box .grand_prize_category_inner .category_box .detail_box .detail_title {
  display: flex;
  align-items: center;
  gap: clamp(0.625rem, 0.4733009709rem + 0.6472491909vw, 1.25rem);
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: clamp(1.25rem, 1.1134708738rem + 0.5825242718vw, 1.8125rem);
  text-align: left;
  color: #fff;
}
.top .contents .grand_prize_category_box .grand_prize_category_inner .category_box .detail_box .category_list_box {
  margin-top: clamp(1.875rem, 1.7233009709rem + 0.6472491909vw, 2.5rem);
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media screen and (min-width: 992px) {
  .top .contents .grand_prize_category_box .grand_prize_category_inner .category_box .detail_box .category_list_box {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
.top .contents .grand_prize_category_box .grand_prize_category_inner .category_box .detail_box .category_list_box .category_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.top .contents .grand_prize_category_box .grand_prize_category_inner .category_box .detail_box .category_list_box .category_list > li .list_title {
  font-weight: bold;
  font-size: clamp(1rem, 0.9241504854rem + 0.3236245955vw, 1.3125rem);
  line-height: 1.5v;
  letter-spacing: 0.05em;
  color: #d4c594;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .top .contents .grand_prize_category_box .grand_prize_category_inner .category_box .detail_box .category_list_box .category_list > li .list_title {
    line-height: 2;
    margin-bottom: 5px;
  }
}
.top .contents .grand_prize_category_box .grand_prize_category_inner .category_box .detail_box .category_list_box .category_list > li .list_description {
  font-weight: 400;
  font-size: clamp(0.8125rem, 0.7518203883rem + 0.2588996764vw, 1.0625rem);
  letter-spacing: 0.05em;
  line-height: 1.8461538462;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top .contents .grand_prize_category_box .grand_prize_category_inner .category_box .detail_box .category_list_box .category_list > li .list_description {
    line-height: 1.5;
  }
}
.top .contents .news_box .news_box_inner {
  padding-top: clamp(3.125rem, 1.8052184466rem + 5.6310679612vw, 8.5625rem);
}
.top .contents .news_box .news_box_inner .title {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  font-size: clamp(1.375rem, 1.208131068rem + 0.71197411vw, 2.0625rem);
  letter-spacing: 0.1em;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top .contents .news_box .news_box_inner .title {
    letter-spacing: 0.26em;
  }
}
.top .contents .news_box .news_box_inner .title::after {
  content: "";
  display: block;
  margin: clamp(1.375rem, 1.1322815534rem + 1.0355987055vw, 2.375rem) auto 0;
  width: clamp(1.25rem, 1.0224514563rem + 0.9708737864vw, 2.1875rem);
  height: 2px;
  background: #aa8c47;
}
.top .contents .news_box .news_box_inner .news_box {
  margin-top: clamp(2.5rem, 1.5898058252rem + 3.8834951456vw, 6.25rem);
  margin-bottom: clamp(3.75rem, 2.3847087379rem + 5.8252427184vw, 9.375rem);
  display: flex;
  justify-content: center;
}
.top .contents .news_box .news_box_inner .news_box .news_list {
  display: grid;
  grid-template-columns: 1fr;
  align-items: baseline;
  gap: 10px clamp(0.625rem, -0.2093446602rem + 3.5598705502vw, 4.0625rem);
}
@media screen and (min-width: 768px) {
  .top .contents .news_box .news_box_inner .news_box .news_list {
    grid-template-columns: 1fr auto;
  }
}
.top .contents .news_box .news_box_inner .news_box .news_list dt {
  font-family: "Lexend", sans-serif;
  font-weight: 300;
  font-size: clamp(0.8125rem, 0.7518203883rem + 0.2588996764vw, 1.0625rem);
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .top .contents .news_box .news_box_inner .news_box .news_list dt {
    line-height: 1.6;
  }
}
.top .contents .news_box .news_box_inner .news_box .news_list dd {
  font-weight: 500;
  font-size: clamp(0.9375rem, 0.8768203883rem + 0.2588996764vw, 1.1875rem);
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: left;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .top .contents .news_box .news_box_inner .news_box .news_list dd {
    line-height: 1.6;
  }
}
.top .contents .news_box .news_box_inner .list_button {
  margin-top: clamp(3rem, 2.0594660194rem + 4.0129449838vw, 6.875rem);
  display: flex;
  justify-content: center;
}
.top .contents .news_box .news_box_inner .list_button > a {
  display: block;
  width: 100%;
  max-width: clamp(12.8125rem, 11.3713592233rem + 6.1488673139vw, 18.75rem);
  line-height: clamp(3.125rem, 2.9733009709rem + 0.6472491909vw, 3.75rem);
  font-weight: 500;
  font-size: clamp(0.875rem, 0.8294902913rem + 0.1941747573vw, 1.0625rem);
  letter-spacing: 0.1em;
  text-align: center;
  background: linear-gradient(to bottom right, #8d743b 0%, #a5905e 23.42%, #8c7643 50.2%, #a5905e 74.89%, #8d743b 100%);
}
.top .contents .slider_set_box .slider_set_box_inner {
  padding-top: clamp(3.125rem, 1.8052184466rem + 5.6310679612vw, 8.5625rem);
  padding-bottom: clamp(5.625rem, 4.7906553398rem + 3.5598705502vw, 9.0625rem);
}
.top .contents .slider_set_box .slider_box {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media screen and (min-width: 768px) {
  .top .contents .slider_set_box .slider_box {
    margin: initial;
    width: initial;
  }
}
.top .contents .slider_set_box .slider_box .splide__slide img {
  width: 100%;
  height: auto;
}
.top .contents .slider_set_box .slider_box .splide__pagination {
  bottom: -30px;
}
.top .contents .slider_set_box .slider_box .splide__pagination__page {
  width: 6px;
  height: 6px;
  opacity: 1;
  background: #fff;
}
.top .contents .slider_set_box .slider_box .splide__pagination__page.is-active {
  background: #aa8c47;
  transform: initial;
}/*# sourceMappingURL=style.css.map */