@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

/* --------------------------------
    Theme CSS for EC-CUBE 3
-------------------------------- */
/* --------------------------------
    Common
-------------------------------- */
body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Roboto, "游ゴシック", YuGothic, "Yu Gothic", Arial, sans-serif;
  line-height: 1.4;
  background-color: #fff;
  color: #525263;
  -webkit-text-size-adjust: 100%;
}

.img_center,
.txt_center {
  text-align: center;
}

.img_right,
.txt_right {
  text-align: right;
}

/****** Base Layout Setting ********/
#header {
  background: #fff;
}

#contents {
  background: #fff;
  overflow: hidden; /* 8/25 追加 */
}

/* twig内のcss */
html {
  font-size: 62.5%;
}

body {
  font-family: "MS Pゴシック", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
}

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

a:hover {
  font-weight: normal;
  color: #ff0000;
  text-decoration: underline;
}

a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
}

h1 {
  font-size: 32px; /* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(2.4rem + (1vw - 0.64rem) * 2.1429); /* 24px~36pxで可変*/
  line-height: 1.3;
}

h2 {
  font-size: 22px; /* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(2rem + (1vw - 0.64rem) * 0.7143); /* 20px~24pxで可変*/
  line-height: 1.3;
}

h3 {
  font-size: 18px; /* IE8以下とAndroid4.3以下用フォールバック */
  font-size: calc(2rem + (1vw - 0.64rem) * 0.7143); /* 20px~24pxで可変*/
  line-height: 1.2;
}

ul {
  margin: 0;
  padding: 0;
}

@media (min-width: 1200px) {
  /* 1200px以上*/
  h1 {
    font-size: 3.6rem; /* 36px*/
  }
  h2 {
    font-size: 2.4rem; /* 24px*/
  }
  h3 {
    font-size: 1.8rem; /* 24px*/
  }
}
@media screen and (max-width: 640px) {
  /* 640px以下*/
  body {
    line-height: 1.8;
  }
  h1 {
    font-size: 2.4rem; /* 24px*/
  }
  h2 {
    font-size: 2rem; /* 20px*/
  }
  h3 {
    font-size: 1.8rem; /* 18px*/
  }
}
.btn-flat-simple {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #000;
  background: #ececec;
  transition: 0.4s;
}

.btn-flat-simple:hover {
  background: #000;
  color: white;
}

/* 2カラム */
*,
*:before,
*:after {
  box-sizing: border-box;
}

.col_2 {
  width: 85%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  background-color: #fff; /* 背景の色 */
  color: #333; /* 文字の色 */
  text-align: center; /* 内容は中央配置 */
}

.col_2 > div {
  width: 50%;
  padding: 10px;
}

@media screen and (max-width: 640px) {
  .col_2 > div {
    width: 100%;
  }
}
.col_3 {
  width: 100%;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
  color: #333; /* 文字の色 */
  text-align: center; /* 内容は中央配置 */
}

.col_3 > div {
  width: 50%;
  padding: 10px;
}

@media screen and (max-width: 640px) {
  .col_3 > div {
    width: 100%;
  }
}
h1.page-heading {
  background-color: #000;
  color: #fff;
  padding: 1rem 0;
}

.main_wrapper {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.read_text {
  text-align: left;
  margin: 40px 0 80px 0;
}

.read_text p {
  font-size: 1.8rem;
}

table.schedule {
  width: 100%;
}

.schedule th {
  background-color: #ececec;
  border: 1px solid #808080;
}

.schedule tr {
  border: 1px solid #808080;
}

.schedule td {
  border: 1px dashed #808080;
}

.w20 {
  width: 20%;
  text-align: center;
}

.w60 {
  width: 60%;
  padding: 0.5rem 1rem;
}

ul.notice {
  list-style-type: disc;
}

.boxred {
  padding: 0.5em 1em;
  margin: 2em 0;
  background: #fff;
  border: dashed 2px red; /*点線*/
  text-align: left;
}

.boxred ul {
  padding: 16px;
}

.boxred ul li {
  font-size: 1.8rem;
}

.btn-red {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #fff;
  background-color: red;
  transition: 0.4s;
}

.btn-red:hover {
  color: #000; /* 文字色を白にする */
  text-decoration: none; /* リンクに出てくる下線を無効にする*/
  font-weight: normal;
}

.under {
  background: linear-gradient(transparent 90%, #ff0000 70%);
}

@media screen and (max-width: 640px) {
  .read_text p {
    font-size: 1.6rem;
  }
  ul.schedule {
    font-size: 16px;
  }
  ul.schedule li:nth-child(2) {
    font-size: 20px;
  }
  ul.schedule li {
    padding: 36px 0;
  }
  .boxred ul li {
    font-size: 16px;
  }
}
.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #333333;
  border: solid 2px #333333;
  border-radius: 3px;
  transition: 0.4s;
}

.btn-flat-border:hover {
  background: #333333;
  color: white;
}

/* ナビ*/
.global-nav {
  margin: 0 0 30px;
  padding: 0;
  border-top: 1px solid #aaa;
  font-size: 13px;
  list-style-type: none;
}

/*clearfix*/
.global-nav:after {
  content: "";
  clear: both;
  display: block;
}

.global-nav li {
  float: left;
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #aaa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*奇数のli要素に適応*/
.global-nav li:nth-child(odd) {
  border-right: 1px solid #aaa;
}

.global-nav a {
  display: block;
  line-height: 44px;
  color: #000;
  text-decoration: none;
}

.global-nav a:hover {
  color: #000;
  background: #e6e6e6;
}

/*横幅1280px以上に適応*/
@media screen and (min-width: 1280px) {
  .global-nav li:nth-child(odd) {
    border-right: none;
  }
  .global-nav {
    display: table;
    table-layout: fixed;
    width: 90%;
    border-top: none;
    border-collapse: collapse;
  }
  .global-nav li {
    float: none;
    display: table-cell;
    width: 90%;
    border-bottom: none;
    border: 1px solid #aaa;
  }
}
.hr1 {
  border-top: 1px dashed #000; /* 破線 */
}

ul li {
  list-style: none;
}

.vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

ul.schedule li:nth-child(2) {
  color: #ff0000;
  padding: 78px 0;
}

html:has(.custom-lp-2026) {
  -webkit-appearance: none;
  scroll-behavior: smooth;
  word-break: break-all;
  font-size: 10px;
}
@media (min-width: 768px) and (max-width: 1008px) {
  html:has(.custom-lp-2026) {
    font-size: 0.9920634921vw;
  }
}
@media (max-width: 767px) {
  html:has(.custom-lp-2026) {
    font-size: 2.2624434389vw;
  }
}

body:has(.custom-lp-2026) {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0;
  color: #1e1e1e;
}
@media (max-width: 767px) {
  body:has(.custom-lp-2026) {
    font-size: 1.4rem;
  }
}
body:has(.custom-lp-2026) *,
body:has(.custom-lp-2026) ::before,
body:has(.custom-lp-2026) ::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
  box-sizing: border-box;
}
body:has(.custom-lp-2026) ::before,
body:has(.custom-lp-2026) ::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
body:has(.custom-lp-2026) * {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
body:has(.custom-lp-2026) #wrapper {
  min-width: 100px !important;
}
@media (min-width: 768px) {
  body:has(.custom-lp-2026) header .header-top-inner {
    width: 100%;
  }
}
@media (min-width: 768px) {
  body:has(.custom-lp-2026) header .header-top-inner .header-top-inner-box {
    font-size: 1.6rem;
  }
}
body:has(.custom-lp-2026) .container-fluid {
  margin: 0;
}
body:has(.custom-lp-2026) .inner {
  max-width: none;
}
@media (max-width: 767px) {
  body:has(.custom-lp-2026) .pc-only {
    display: none !important;
  }
}
@media (min-width: 768px) {
  body:has(.custom-lp-2026) .sp-only {
    display: none !important;
  }
}
body:has(.custom-lp-2026) #contents_bottom {
  padding-inline: 50px;
  overflow: hidden;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  body:has(.custom-lp-2026) #contents_bottom {
    padding-inline: 15px;
    margin-bottom: 60px;
  }
}
body:has(.custom-lp-2026) #contents_bottom .result-ranking {
  max-width: 1160px;
  margin-inline: auto;
  width: 100%;
}
body:has(.custom-lp-2026) #contents_bottom .result-ranking .result-list {
  width: 100%;
}
body:has(.custom-lp-2026) #contents_bottom .result-ranking .result-list .result-list-item {
  margin-inline: 10px;
}
@media (max-width: 767px) {
  body:has(.custom-lp-2026) #contents_bottom .result-ranking .result-list .result-list-item {
    margin-inline: 6px;
  }
}
body:has(.custom-lp-2026) #contents_bottom .result-ranking .result-list .result-list-item a {
  display: block;
}
body:has(.custom-lp-2026) #contents_bottom .result-ranking .result-list .result-list-item .result-list-item-inr_detail {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}

.custom-lp-2026 ol, .custom-lp-2026 ul {
  list-style: none;
}
.custom-lp-2026 a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}
.custom-lp-2026 a:active,
.custom-lp-2026 a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
.custom-lp-2026 button,
.custom-lp-2026 input,
.custom-lp-2026 optgroup,
.custom-lp-2026 select,
.custom-lp-2026 textarea {
  font: inherit; /* Specify font inheritance of form elements */
  padding: 0;
  margin: 0;
}
.custom-lp-2026 optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}
.custom-lp-2026 button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
.custom-lp-2026 button,
.custom-lp-2026 select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
.custom-lp-2026 {
  /* Apply cursor pointer to button elements */
}
.custom-lp-2026 button,
.custom-lp-2026 [type=button],
.custom-lp-2026 [type=reset],
.custom-lp-2026 [type=submit],
.custom-lp-2026 [role=button] {
  cursor: pointer;
  color: inherit;
}
.custom-lp-2026 {
  /* Remove inner padding and border in Firefox 4+ */
}
.custom-lp-2026 button::-moz-focus-inner,
.custom-lp-2026 [type=button]::-moz-focus-inner,
.custom-lp-2026 [type=reset]::-moz-focus-inner,
.custom-lp-2026 [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.custom-lp-2026 {
  /* Replace focus style removed in the border reset above */
}
.custom-lp-2026 button:-moz-focusring,
.custom-lp-2026 [type=button]::-moz-focus-inner,
.custom-lp-2026 [type=reset]::-moz-focus-inner,
.custom-lp-2026 [type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
.custom-lp-2026 button,
.custom-lp-2026 html [type=button],
.custom-lp-2026 [type=reset],
.custom-lp-2026 [type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}
.custom-lp-2026 {
  /* Remove the default button styling in all browsers */
}
.custom-lp-2026 button,
.custom-lp-2026 input,
.custom-lp-2026 select,
.custom-lp-2026 textarea {
  background-color: transparent;
  border-style: none;
}
.custom-lp-2026 a:focus,
.custom-lp-2026 button:focus,
.custom-lp-2026 input:focus,
.custom-lp-2026 select:focus,
.custom-lp-2026 textarea:focus {
  outline-width: 0;
}
.custom-lp-2026 picture {
  display: block;
}
.custom-lp-2026 img {
  width: 100%;
  height: auto;
  display: block;
}
.custom-lp-2026 #container {
  width: 100%;
}
.custom-lp-2026 section {
  position: relative;
}
.custom-lp-2026 .cl-inner {
  width: 94.8rem;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .custom-lp-2026 .cl-inner {
    width: 42.5rem;
  }
}
.custom-lp-2026 .all_svg {
  display: none;
}
.custom-lp-2026 .u-color-yellow {
  color: #fff600;
}

.l-header {
  width: 100%;
  height: 200px;
  background: #ff6;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
@media (max-width: 767px) {
  .l-header {
    height: 130px;
  }
}

/* footer */
.l-footer {
  background: #0b111a;
  height: 591px;
}
@media (max-width: 767px) {
  .l-footer {
    height: 680px;
  }
}

/* fv */
.cl-mv {
  position: relative;
  padding-top: 2rem;
}
.cl-mv__title h2 {
  font-size: 2rem;
  font-weight: 600;
}
.cl-mv__text {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

@keyframes lineDisappear {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes lineAppear {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
#top .cl-mv {
  padding-top: 3rem;
}
@media (max-width: 767px) {
  #top .cl-mv {
    padding-top: 1.6rem;
  }
}
#top .cl-mv__title h2 {
  font-size: 2rem;
}
#top .cl-mv__text {
  margin-top: 0.6rem;
  text-align: justify;
}
@media (max-width: 767px) {
  #top .cl-mv__text {
    margin-top: 1.2rem;
  }
}
#top .cl-mv__text p {
  font-size: 1.6rem;
}
#top .cl-mv__anno {
  margin-top: 1rem;
  text-align: justify;
}
@media (max-width: 767px) {
  #top .cl-mv__anno {
    margin-top: 1.4rem;
  }
}
#top .cl-mv__anno p {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}
#top .custom-order {
  margin-top: 4.7rem;
  padding-top: 6rem;
  padding-bottom: 20rem;
}
#top .custom-order__head {
  display: flex;
  column-gap: 1rem;
}
@media (max-width: 767px) {
  #top .custom-order__head {
    flex-direction: column-reverse;
    row-gap: 3rem;
  }
}
#top .custom-order__image-area {
  width: 50%;
}
@media (max-width: 767px) {
  #top .custom-order__image-area {
    width: 100%;
  }
}
#top .custom-order__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 2rem;
}
#top .custom-order__name {
  margin-top: 1rem;
}
#top .custom-order__name h2 {
  font-size: 3.2rem;
  font-weight: bold;
}
#top .custom-order__tabs {
  flex: 1;
  font-weight: 400;
}
#top .custom-order__categories {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 1rem;
}
#top .custom-order__categories li button {
  width: 100%;
  height: 5.8rem;
  border: 0.1rem solid #1e1e1e;
  display: grid;
  place-content: center;
  background: #1e1e1e;
  color: #fff;
  border-radius: 0.9rem;
}
@media (max-width: 767px) {
  #top .custom-order__categories li button {
    font-size: 1.6rem;
    height: 5.4rem;
  }
}
#top .custom-order__categories li.is-current button {
  background: #D9D9D9;
  color: #1e1e1e;
  font-weight: bold;
}
#top .custom-order__series {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  margin-top: 3.4rem;
}
@media (max-width: 767px) {
  #top .custom-order__series {
    margin-top: 2rem;
  }
}
#top .custom-order__series li button {
  width: 100%;
  height: 7rem;
  border: 0.2rem solid #1e1e1e;
  display: grid;
  place-content: center;
  border-radius: 0.9rem;
  line-height: 1.2;
}
@media (max-width: 767px) {
  #top .custom-order__series li button {
    height: 6.6rem;
  }
}
#top .custom-order__series li.is-current button {
  border-color: #BA996B;
  font-weight: bold;
}
#top .custom-order__contents {
  margin-top: 10rem;
  display: none;
}
@media (max-width: 767px) {
  #top .custom-order__contents {
    margin-top: 3rem;
  }
}
#top .custom-order__blocks {
  display: flex;
  flex-direction: column;
  row-gap: 6rem;
}
#top .custom-order .custom-order-block__title h3 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  #top .custom-order .custom-order-block__title h3 {
    font-size: 2rem;
  }
}
#top .custom-order .custom-order-block__contents {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  #top .custom-order .custom-order-block .custom-menu__items {
    border-top: 0.1rem solid #1e1e1e;
    border-left: 0.1rem solid #1e1e1e;
    border-right: 0.1rem solid #1e1e1e;
  }
}
@media (max-width: 767px) {
  #top .custom-order .custom-order-block .custom-menu__items {
    display: flex;
    flex-direction: column;
    row-gap: 3.6rem;
  }
}
#top .custom-order .custom-order-block .custom-menu .custom-menu-item {
  font-size: 1.6rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  #top .custom-order .custom-order-block .custom-menu .custom-menu-item {
    font-size: 1.4rem;
    display: flex;
  }
}
@media (min-width: 768px) {
  #top .custom-order .custom-order-block .custom-menu .custom-menu-item__category {
    width: 13rem;
    padding: 0.4rem;
    border-bottom: 0.1rem solid #1e1e1e;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  #top .custom-order .custom-order-block .custom-menu .custom-menu-item__category {
    font-weight: bold;
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  #top .custom-order .custom-order-block .custom-menu .custom-menu-item__content {
    flex: 1;
    border-left: 0.1rem solid #1e1e1e;
  }
}
@media (max-width: 767px) {
  #top .custom-order .custom-order-block .custom-menu .custom-menu-item__content {
    margin-top: 1.2rem;
  }
}
#top .custom-order .custom-order-block .custom-menu .custom-menu-item__content li {
  display: flex;
}
@media (min-width: 768px) {
  #top .custom-order .custom-order-block .custom-menu .custom-menu-item__content li {
    border-bottom: 0.1rem solid #1e1e1e;
  }
}
@media (max-width: 767px) {
  #top .custom-order .custom-order-block .custom-menu .custom-menu-item__content li {
    padding-block: 1rem;
    border-bottom: 0.1rem solid #1e1e1e;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  #top .custom-order .custom-order-block .custom-menu .custom-menu-item__content li.is-open .custom-menu-item__sp-flex::before {
    transform: translateY(-50%) rotate(-135deg);
  }
}
@media (max-width: 767px) {
  #top .custom-order .custom-order-block .custom-menu .custom-menu-item__content li.no-toggle .custom-menu-item__sp-flex::before {
    display: none;
  }
}
#top .custom-order .custom-order-block .custom-menu .custom-menu-item__content li:has(a) {
  border-bottom: none;
  margin-top: 1.6rem;
  flex-direction: initial;
}
#top .custom-order .custom-order-block .custom-menu .custom-menu-item__content li:has(a) a {
  display: block;
  font-weight: bold;
  color: #1e1e1e;
  position: relative;
  line-height: 1.2;
  outline: none;
  text-decoration: none;
}
#top .custom-order .custom-order-block .custom-menu .custom-menu-item__content li:has(a) a::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(/user_data/customorder-lp/asset/img/outer-link-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
#top .custom-order .custom-order-block .custom-menu .custom-menu-item__content li:has(a) a::after {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #1e1e1e;
  position: absolute;
  top: 100%;
  left: 0;
  transform: scaleY(0.5);
}
#top .custom-order .custom-order-block .custom-menu .custom-menu-item__content li:has(a) a:hover {
  text-decoration: none;
}
#top .custom-order .custom-order-block .custom-menu .custom-menu-item__content li:has(a) a:hover::after {
  animation: lineDisappear 0.3s forwards, lineAppear 0.3s 0.3s forwards;
}
#top .custom-order .custom-order-block .custom-menu .custom-menu-item__sp-flex {
  position: relative;
}
@media (min-width: 768px) {
  #top .custom-order .custom-order-block .custom-menu .custom-menu-item__sp-flex {
    display: contents;
  }
}
@media (max-width: 767px) {
  #top .custom-order .custom-order-block .custom-menu .custom-menu-item__sp-flex {
    display: flex;
    column-gap: 1rem;
    padding-right: 3.6rem;
  }
}
@media (max-width: 767px) {
  #top .custom-order .custom-order-block .custom-menu .custom-menu-item__sp-flex::before {
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    border-right: 0.2rem solid rgba(30, 30, 30, 0.3);
    border-bottom: 0.2rem solid rgba(30, 30, 30, 0.3);
    position: absolute;
    top: 30%;
    right: 0.8rem;
    transform-origin: center 70%;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease;
  }
}
@media (min-width: 768px) {
  #top .custom-order .custom-order-block .custom-menu .custom-menu-item__menu {
    padding: 0.4rem;
    width: 20rem;
  }
}
@media (max-width: 767px) {
  #top .custom-order .custom-order-block .custom-menu .custom-menu-item__menu {
    flex: 1;
  }
}
@media (min-width: 768px) {
  #top .custom-order .custom-order-block .custom-menu .custom-menu-item__price {
    padding: 0.4rem;
    border-left: 0.1rem solid #1e1e1e;
    order: 2;
    width: 11rem;
    text-align: right;
  }
}
@media (min-width: 768px) {
  #top .custom-order .custom-order-block .custom-menu .custom-menu-item__explanation {
    padding: 0.4rem;
    border-left: 0.1rem solid #1e1e1e;
    flex: 1;
    order: 1;
  }
}
@media (max-width: 767px) {
  #top .custom-order .custom-order-block .custom-menu .custom-menu-item__explanation {
    margin-top: 1rem;
    font-size: 1.4rem;
    display: none;
  }
}
#top .custom-order .custom-order-block .custom-menu__pdf-link {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 1rem;
}
@media (max-width: 767px) {
  #top .custom-order .custom-order-block .custom-menu__pdf-link {
    row-gap: 2rem;
  }
}
#top .custom-order .custom-order-block .custom-menu__pdf-link li a {
  display: block;
  font-weight: bold;
  color: #1e1e1e;
  position: relative;
  line-height: 1.2;
  outline: none;
  text-decoration: none;
}
#top .custom-order .custom-order-block .custom-menu__pdf-link li a::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  background-image: url(/user_data/customorder-lp/asset/img/outer-link-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
#top .custom-order .custom-order-block .custom-menu__pdf-link li a::after {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #1e1e1e;
  position: absolute;
  top: 100%;
  left: 0;
  transform: scaleY(0.5);
}
#top .custom-order .custom-order-block .custom-menu__pdf-link li a:hover {
  text-decoration: none;
}
#top .custom-order .custom-order-block .custom-menu__pdf-link li a:hover::after {
  animation: lineDisappear 0.3s forwards, lineAppear 0.3s 0.3s forwards;
}
#top .custom-order .custom-order-block .custom-menu__anno {
  margin-top: 2.4rem;
}
#top .custom-order .custom-order-block .custom-menu__anno ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
}
#top .custom-order .custom-order-block .shaft-list .shaft-list-item {
  display: flex;
  column-gap: 2rem;
  padding-block: 2rem;
  border-bottom: 0.1rem solid rgba(30, 30, 30, 0.3);
}
@media (max-width: 767px) {
  #top .custom-order .custom-order-block .shaft-list .shaft-list-item {
    flex-direction: column;
  }
}
#top .custom-order .custom-order-block .shaft-list .shaft-list-item__textarea {
  flex: 1;
}
#top .custom-order .custom-order-block .shaft-list .shaft-list-item__name p {
  font-size: 2rem;
  font-weight: bold;
}
#top .custom-order .custom-order-block .shaft-list .shaft-list-item__text {
  text-align: justify;
  margin-top: 0.4rem;
}
#top .custom-order .custom-order-block .shaft-list .shaft-list-item__image {
  width: 45.3rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #top .custom-order .custom-order-block .shaft-list .shaft-list-item__image {
    width: 100%;
  }
}
#top .custom-order .custom-order-block .shaft-colors__anno {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  font-size: 1.4rem;
}
#top .custom-order .custom-order-block .shaft-colors__anno ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#top .custom-order .custom-order-block .shaft-colors__anno strong {
  font-weight: bold;
}
#top .custom-order .custom-order-block .shaft-colors__items {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 3rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  #top .custom-order .custom-order-block .shaft-colors__items {
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem 0.6rem;
  }
}
#top .custom-order .custom-order-block .shaft-colors .shaft-colors-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#top .custom-order .custom-order-block .shaft-colors .shaft-colors-item__image {
  width: 10rem;
}
@media (max-width: 767px) {
  #top .custom-order .custom-order-block .shaft-colors .shaft-colors-item__image {
    width: 7rem;
  }
}
#top .custom-order .custom-order-block .shaft-colors .shaft-colors-item__name {
  text-align: center;
}
#top .custom-order .custom-order-block .shaft-colors .shaft-colors-item__name p {
  font-size: 1rem;
}
#top .custom-order .custom-order-block .crown-colors__anno {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  font-size: 1.4rem;
}
#top .custom-order .custom-order-block .crown-colors__anno ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#top .custom-order .custom-order-block .crown-colors__anno strong {
  font-weight: bold;
}
#top .custom-order .custom-order-block .crown-colors__items {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  #top .custom-order .custom-order-block .crown-colors__items {
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem 0.6rem;
  }
}
#top .custom-order .custom-order-block .crown-colors .crown-colors-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#top .custom-order .custom-order-block .crown-colors .crown-colors-item__image {
  width: 7.125rem;
}
@media (max-width: 767px) {
  #top .custom-order .custom-order-block .crown-colors .crown-colors-item__image {
    width: 7rem;
  }
}
#top .custom-order .custom-order-block .crown-colors .crown-colors-item__name {
  text-align: center;
}
#top .custom-order .custom-order-block .crown-colors .crown-colors-item__name p {
  font-size: 1rem;
}
#top .custom-order .custom-order-block__contact {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media (min-width: 768px) {
  #top .custom-order .custom-order-block__contact p a {
    color: #1e1e1e;
    pointer-events: none;
  }
}/*# sourceMappingURL=style.css.map */