@charset "UTF-8";

/* Sanitize CSS (reset css)
 * ========================================================================== */

 *,
 ::before,
 ::after {
   box-sizing: border-box;
 }
 
 ::before,
 ::after {
   text-decoration: inherit;
   vertical-align: inherit;
 }
 
 html {
   cursor: default;
   line-height: 1.5;
   -moz-tab-size: 4;
   tab-size: 4;
   -webkit-tap-highlight-color: transparent;
   -ms-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
   word-break: break-word;
 }
 
 body {
   margin: 0;
   max-width: clamp(375px, 100vw, 1240px);
   margin: 0 auto;
 }
 
 h1 {
   font-size: 2em;
   margin: 0.67em 0;
 }
 
 dl dl,
 dl ol,
 dl ul,
 ol dl,
 ul dl,
 dd {
   margin: 0;
 }
 
 ol ol,
 ol ul,
 ul ol,
 ul ul {
   margin: 0;
 }
 
 hr {
   height: 0;
   /* 1 */
   overflow: visible;
   /* 2 */
 }
 
 main {
   display: block;
 }
 
 nav ol,
 nav ul {
   list-style: none;
   padding: 0;
 }
 
 pre {
   font-family: monospace, monospace;
   font-size: 1em;
 }
 
 a {
   background-color: transparent;
 }
 
 abbr[title] {
   text-decoration: underline;
   text-decoration: underline dotted;
 }
 
 b,
 strong {
   font-weight: bolder;
 }
 
 code,
 kbd,
 samp {
   font-family: monospace, monospace;
   font-size: 1em;
 }
 
 small {
   font-size: 80%;
 }
 
 audio,
 canvas,
 iframe,
 img,
 svg,
 video {
   vertical-align: middle;
 }
 
 audio,
 video {
   display: inline-block;
 }
 
 audio:not([controls]) {
   display: none;
   height: 0;
 }
 
 iframe {
   border-style: none;
 }
 
 img {
   border-style: none;
 }
 
 svg:not([fill]) {
   fill: currentColor;
 }
 
 svg:not(:root) {
   overflow: hidden;
 }
 
 table {
   border-collapse: collapse;
 }
 
 button,
 input,
 select {
   margin: 0;
 }
 
 button {
   overflow: visible;
   text-transform: none;
   background: none;
   border: none;
 }
 
 button,
 [type=button],
 [type=reset],
 [type=submit] {
   -webkit-appearance: button;
 }
 
 fieldset {
   border: clamp(0.302px, 0.0806vw, 1px) solid #a0a0a0;
   padding: 0.35em 0.75em 0.625em;
 }
 
 input {
   overflow: visible;
 }
 
 legend {
   color: inherit;
   display: table;
   max-width: 100%;
   white-space: normal;
 }
 
 progress {
   display: inline-block;
   vertical-align: baseline;
 }
 
 select {
   text-transform: none;
 }
 
 textarea {
   margin: 0;
   overflow: auto;
   resize: vertical;
 }
 
 [type=checkbox],
 [type=radio] {
   padding: 0;
 }
 
 [type=search] {
   -webkit-appearance: textfield;
   outline-offset: -clamp(0.605px, 0.1613vw, 2px);
 }
 
 ::-webkit-inner-spin-button,
 ::-webkit-outer-spin-button {
   height: auto;
 }
 
 ::-webkit-input-placeholder {
   color: inherit;
   opacity: 0.54;
 }
 
 ::-webkit-search-decoration {
   -webkit-appearance: none;
 }
 
 ::-webkit-file-upload-button {
   -webkit-appearance: button;
   font: inherit;
 }
 
 ::-moz-focus-inner {
   border-style: none;
   padding: 0;
 }
 
 :-moz-focusring {
   outline: clamp(0.302px, 0.0806vw, 1px) dotted ButtonText;
 }
 
 :-moz-ui-invalid {
   box-shadow: none;
 }
 
 details {
   display: block;
 }
 
 dialog {
   background-color: white;
   border: solid;
   color: black;
   display: block;
   height: -moz-fit-content;
   height: -webkit-fit-content;
   height: fit-content;
   left: 0;
   margin: auto;
   padding: 1em;
   position: absolute;
   right: 0;
   width: -moz-fit-content;
   width: -webkit-fit-content;
   width: fit-content;
 }
 
 dialog:not([open]) {
   display: none;
 }
 
 summary {
   display: list-item;
 }
 
 canvas {
   display: inline-block;
 }
 
 template {
   display: none;
 }
 
 a,
 area,
 button,
 input,
 label,
 select,
 summary,
 textarea,
 [tabindex] {
   -ms-touch-action: manipulation;
   touch-action: manipulation;
 }
 
 [hidden] {
   display: none;
 }
 
 [aria-busy=true] {
   cursor: progress;
 }
 
 [aria-controls] {
   cursor: pointer;
 }
 
 [aria-disabled=true],
 [disabled] {
   cursor: not-allowed;
 }
 
 [aria-hidden=false][hidden] {
   display: initial;
 }
 
 [aria-hidden=false][hidden]:not(:focus) {
   clip: rect(0, 0, 0, 0);
   position: absolute;
 }
 
 /* customize */
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   margin: 0;
 }
 
 ul,
 li {
   list-style: none;
   padding: 0;
   margin: 0;
 }
 
 a {
   display: block;
   color: inherit;
   text-decoration: none;
 }
 
 img {
   max-width: 100%;
   align-items: center;
 }
 
 figure {
   margin: 0;
 }
 
 /* /Sanitize CSS (reset css)
  * ========================================================================== */
main {
    background-color: #FFE100;
}
  

  /* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
#header_vueroot {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.fv img {
    position: relative;
    z-index: 1;
}

.intro p {
    color: #000;
text-align: center;
font-family: "Noto Sans JP";
font-size: clamp(clamp(4.536px, 1.2097vw, 15px), 4vw, clamp(15px, 4vw, 49.6px));
font-style: normal;
font-weight: 700;
line-height: clamp(clamp(9.073px, 2.4194vw, 30px), 8vw, clamp(30px, 8vw, 99.2px)); /* 200% */
letter-spacing: clamp(clamp(0.181px, 0.0484vw, 0.6px), 0.16vw, clamp(0.6px, 0.16vw, 1.984px));
}

.intro .inner > img {
  margin-top: calc(-1 * clamp(33.266px, 23.8709vw, 109.999px));
  margin-bottom: clamp(10.584px, 9.333vw, 115.729px);
}

.intro_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(clamp(3.024px, 0.8065vw, 10.001px), 2.667vw, clamp(10.001px, 2.667vw, 33.071px));
    margin-bottom: clamp(clamp(13.609px, 3.629vw, 45px), 12vw, clamp(45px, 12vw, 148.8px));
}
.intro_block .intro_img a {
    display: block;
    width: clamp(clamp(30.242px, 8.0646vw, 100.001px), 26.667vw, clamp(100.001px, 26.667vw, 330.671px));
}
.intro_block .intro_img a img {
    width: 100%;
}
.intro_info {
    width: 90%;
    margin: 0 auto;
    margin-bottom: clamp(clamp(15.121px, 4.0322vw, 49.999px), 13.333vw, clamp(49.999px, 13.333vw, 165.329px));
}
.intro_info h2 img {
    width: clamp(clamp(40.222px, 10.7259vw, 133.001px), 35.467vw, clamp(133.001px, 35.467vw, 439.791px));
    display: block;
    margin: 0 auto;
}

.intro_info p {
    text-align: left;
    background-color: #FFF9CC;
    padding: clamp(clamp(7.561px, 2.0162vw, 25.001px), 6.667vw, clamp(25.001px, 6.667vw, 82.671px)) clamp(clamp(3.024px, 0.8065vw, 10.001px), 2.667vw, clamp(10.001px, 2.667vw, 33.071px));
    border-radius: clamp(clamp(4.536px, 1.2097vw, 15px), 4vw, clamp(15px, 4vw, 49.6px));
    margin-top: -clamp(clamp(5.293px, 1.4114vw, 17.501px), 4.667vw, clamp(17.501px, 4.667vw, 57.871px));
}

.character {
    background-image: url(../img/character_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.character h2 {
    margin-bottom: clamp(clamp(6.048px, 1.6128vw, 19.999px), 5.333vw, clamp(19.999px, 5.333vw, 66.129px));
}
.character h2 img {
    width: clamp(clamp(81.502px, 21.734vw, 269.501px), 71.867vw, clamp(269.501px, 71.867vw, 891.151px));
    display: block;
    margin: 0 auto;
}

.character_block .character_block_img1 {
    width: clamp(clamp(48.992px, 13.0645vw, 162px), 43.2vw, clamp(162px, 43.2vw, 535.68px));
    display: block;
    margin: 0 auto;
}

.character_block .character_block_img2 {
    width: clamp(clamp(41.431px, 11.0483vw, 136.999px), 36.533vw, clamp(136.999px, 36.533vw, 453.009px));
    display: block;
    margin: 0 auto;
}

.character_block > p {
    color: #000;
    font-family: "Rounded Mplus 1c";
    font-size: clamp(clamp(6.048px, 1.6128vw, 19.999px), 5.333vw, clamp(19.999px, 5.333vw, 66.129px));
    font-style: normal;
    font-weight: 900;
    line-height: clamp(clamp(6.048px, 1.6128vw, 19.999px), 5.333vw, clamp(19.999px, 5.333vw, 66.129px)); /* 100% */
    letter-spacing: clamp(clamp(0.121px, 0.0323vw, 0.401px), 0.107vw, clamp(0.401px, 0.107vw, 1.327px));
    text-align: center;
}

.character_block a {
    width: clamp(clamp(86.19px, 22.9839vw, 285px), 76vw, clamp(285px, 76vw, 942.4px));
    display: block;
    margin: 0 auto;
}

.character_box_up {
    display: flex;
    align-items: center;
}

.character_box_up p {
    background-color: #E42113;
    color: #FFF;
    font-family: "Noto Sans JP";
    font-size: clamp(clamp(4.536px, 1.2097vw, 15px), 4vw, clamp(15px, 4vw, 49.6px));
    font-style: normal;
    font-weight: 700;
    line-height: clamp(clamp(4.536px, 1.2097vw, 15px), 4vw, clamp(15px, 4vw, 49.6px)); /* 100% */
    letter-spacing: clamp(clamp(0.091px, 0.0242vw, 0.3px), 0.08vw, clamp(0.3px, 0.08vw, 0.992px));
    width: max-content;
    padding: clamp(clamp(1.512px, 0.4031vw, 4.999px), 1.333vw, clamp(4.999px, 1.333vw, 16.529px)) clamp(clamp(3.024px, 0.8065vw, 10.001px), 2.667vw, clamp(10.001px, 2.667vw, 33.071px));
    border-radius: clamp(clamp(3.024px, 0.8065vw, 10.001px), 2.667vw, clamp(10.001px, 2.667vw, 33.071px));
    white-space: nowrap;     /* テキストを1行にしたい場合 */
    flex: 0 0 auto; 
    margin-right: clamp(clamp(2.268px, 0.6048vw, 7.5px), 2vw, clamp(7.5px, 2vw, 24.8px));
}

.character_box_up img {
    flex: 1 1 auto; 
}

.character_box_dot {
    border: dotted clamp(0.907px, 0.2419vw, 3px) #E42113;
}

.character_block {
    overflow: hidden;
    padding-bottom: clamp(clamp(22.681px, 6.0484vw, 75px), 20vw, clamp(75px, 20vw, 248px));
}

.character .inner {
    width: 90%;
    margin: 0 auto;
}

.character_box > p {
    color: #333;
    font-family: "Noto Sans JP";
    font-size: clamp(clamp(4.839px, 1.2904vw, 16.001px), 4.267vw, clamp(16.001px, 4.267vw, 52.911px));
    font-style: normal;
    font-weight: 500;
    line-height: clamp(clamp(8.165px, 2.1774vw, 27px), 7.2vw, clamp(27px, 7.2vw, 89.28px)); /* 168.75% */
    margin-top: 0;
}

.supporter {
    background-image: url(../img/supporter_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.supporter h2 {
    padding-top: clamp(clamp(23.438px, 6.2501vw, 77.501px), 15.667vw, clamp(77.501px, 20.667vw, 256.271px));
}

.supporter h2 img {
    width: clamp(clamp(99.798px, 26.6129vw, 330px), 88vw, clamp(330px, 88vw, 1091.2px));
    display: block;
    margin: 0 auto;
}

.supporter .inner {
    width: 92%;
    margin: 0 auto;
}

.supporter .inner > p {
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: clamp(clamp(5.444px, 1.4516vw, 18px), 4.8vw, clamp(18px, 4.8vw, 59.52px));
    font-style: normal;
    font-weight: 700;
    line-height: clamp(clamp(9.677px, 2.5806vw, 31.999px), 8.533vw, clamp(31.999px, 8.533vw, 105.809px)); /* 177.778% */
}

.supporter > img {
    width: clamp(clamp(36.744px, 9.7984vw, 121.5px), 32.4vw, clamp(121.5px, 32.4vw, 401.76px));
    margin-top: clamp(clamp(7.561px, 2.0162vw, 25.001px), 6.667vw, clamp(25.001px, 6.667vw, 82.671px));
    margin-left: clamp(clamp(6.048px, 1.6128vw, 19.999px), 5.333vw, clamp(19.999px, 5.333vw, 66.129px));
}

.supporter .supporter__movieContainer {
  margin-bottom: clamp(clamp(4.536px, 1.2097vw, 15px), 4vw, clamp(15px, 4vw, 49.6px));
  text-align: center;
}

.supporter .supporter__movieContainer iframe {
  width: clamp(clamp(92.994px, 24.7984vw, 307.5px), 82vw, clamp(307.5px, 82vw, 1016.8px));
  height: clamp(clamp(52.167px, 13.9113vw, 172.5px), 46vw, clamp(172.5px, 46vw, 570.4px))
}

/* スライダー部分 */
.supporter-slider {
    position: relative;
    max-width: 100%;       /* お好みで */
    margin: 0 auto;
    padding-top: clamp(clamp(2.419px, 0.6451vw, 7.999px), 2.133vw, clamp(7.999px, 2.133vw, 26.449px));
  }
  
  .supporter-slider__viewport {
    overflow: hidden;
  }
  
  .supporter-slider__track {
    display: flex;
    transition: transform 0.4s ease;
  }
  
  .supporter-slider__slide {
    flex: 0 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .supporter-slider__slide img {
    width: 100%;
    display: block;
    border-radius: clamp(clamp(3.629px, 0.9677vw, 12px), 3.2vw, clamp(12px, 3.2vw, 39.68px));    /* 角丸を強めに */
  }
  
  /* 矢印ボタン */
  .supporter-slider__btn {
    position: absolute;
    bottom: -clamp(clamp(4.839px, 1.2904vw, 16.001px), 4.267vw, clamp(16.001px, 4.267vw, 52.911px));
    width: clamp(clamp(4.839px, 1.2904vw, 16.001px), 4.267vw, clamp(16.001px, 4.267vw, 52.911px));
    height: clamp(clamp(4.839px, 1.2904vw, 16.001px), 4.267vw, clamp(16.001px, 4.267vw, 52.911px));
    border: none;
    background: transparent;
    font-size: clamp(clamp(4.234px, 1.129vw, 13.999px), 3.733vw, clamp(13.999px, 3.733vw, 46.289px));
    line-height: 1;
    color: #e53935;         /* 赤 */
    cursor: pointer;
  }
  
  .supporter-slider__btn--prev {
    left: clamp(clamp(12.097px, 3.2259vw, 40.001px), 10.667vw, clamp(40.001px, 10.667vw, 132.271px));
  }
  .supporter-slider__btn--next {
    right: clamp(clamp(12.097px, 3.2259vw, 40.001px), 10.667vw, clamp(40.001px, 10.667vw, 132.271px));
  }
  
  /* ドット */
  .supporter-slider__dots {
    display: flex;
    gap: clamp(clamp(1.21px, 0.3227vw, 4.001px), 1.067vw, clamp(4.001px, 1.067vw, 13.231px));
    justify-content: center;
    align-items: center;
    margin-top: clamp(clamp(1.815px, 0.4839vw, 6px), 1.6vw, clamp(6px, 1.6vw, 19.84px));
  }
  
  .supporter-slider__dot {
    width: clamp(clamp(1.21px, 0.3227vw, 4.001px), 1.067vw, clamp(4.001px, 1.067vw, 13.231px));
    height: clamp(clamp(1.21px, 0.3227vw, 4.001px), 1.067vw, clamp(4.001px, 1.067vw, 13.231px));
    border-radius: 50%;
    background: #ffd600;    /* 黄色 */
    cursor: pointer;
  }
  
  .supporter-slider__dot.is-active {
    background: #e53935;    /* 赤（アクティブ） */
  }

  .supporter-slider .slick-slide {
    margin: 0 clamp(clamp(2.268px, 0.6048vw, 7.5px), 2vw, clamp(7.5px, 2vw, 24.8px)); /* スライド同士の距離 */
  }


.note {
    width: 100%;
    aspect-ratio: 450 / 899;
    background-image: url(../img/note_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin-top: clamp(clamp(9.073px, 2.4194vw, 30px), 8vw, clamp(30px, 8vw, 99.2px));
}

  .note h2 img {
    width: clamp(clamp(77.571px, 20.6855vw, 256.5px), 68.4vw, clamp(256.5px, 68.4vw, 848.16px));
    display: block;
    margin: 0 auto;
  }

  .note .inner {
    width: 92%;
    margin: 0 auto;
  }

  .note .inner > p {
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: clamp(clamp(5.444px, 1.4516vw, 18px), 4.8vw, clamp(18px, 4.8vw, 59.52px));
    font-style: normal;
    font-weight: 700;
    line-height: clamp(clamp(9.677px, 2.5806vw, 31.999px), 8.533vw, clamp(31.999px, 8.533vw, 105.809px)); /* 177.778% */
    letter-spacing: -clamp(clamp(0.327px, 0.0871vw, 1.08px), 0.288vw, clamp(1.08px, 0.288vw, 3.571px));
  }

  .note_block a {
    margin-bottom: clamp(clamp(6.048px, 1.6128vw, 19.999px), 5.333vw, clamp(19.999px, 5.333vw, 66.129px));
  }

  .car {
    background-image: url(../img/car_bg.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: clamp(clamp(22.681px, 6.0484vw, 75px), 20vw, clamp(75px, 20vw, 248px));
  }

  

  .car h2 {
    padding-top: clamp(clamp(12.097px, 3.2259vw, 40.001px), 10.667vw, clamp(40.001px, 10.667vw, 132.271px));
    margin-bottom: clamp(clamp(6.048px, 1.6128vw, 19.999px), 5.333vw, clamp(19.999px, 5.333vw, 66.129px));
  }

  .car h2 img {
    width: clamp(clamp(69.556px, 18.5483vw, 229.999px), 61.333vw, clamp(229.999px, 61.333vw, 760.529px));
    display: block;
    margin: 0 auto;
  }

  .car .inner {
    width: 92%;
    margin: 0 auto;
  }

  .car .inner h3 {
    color: #000;
    text-align: center;
    font-family: "Rounded Mplus 1c";
    font-size: clamp(clamp(5.33px, 1.4214vw, 17.625px), 4.7vw, clamp(17.625px, 4.7vw, 58.28px));
    font-style: normal;
    font-weight: 800;
    line-height: clamp(clamp(9.677px, 2.5806vw, 31.999px), 8.533vw, clamp(31.999px, 8.533vw, 105.809px)); /* 177.778% */
    letter-spacing: clamp(clamp(0.121px, 0.0323vw, 0.401px), 0.107vw, clamp(0.401px, 0.107vw, 1.327px));
  }

  .car .inner h3 span {
    background: linear-gradient(transparent 60%, #FFE100 60%);
  }

  .car .inner p {
    color: #000;
    font-family: "Noto Sans JP";
    font-size: clamp(20px, 4.8vw, 60px);
    font-style: normal;
    
    line-height: clamp(clamp(9.677px, 2.5806vw, 31.999px), 8.533vw, clamp(31.999px, 8.533vw, 105.809px)); /* 177.778% */
    line-height: clamp(30px, 8.533vw, 106px);
  }

.car_block img {
    width: clamp(clamp(74.092px, 19.758vw, 244.999px), 65.333vw, clamp(244.999px, 65.333vw, 810.129px));
    display: block;
    margin: 0 auto;
    margin-top: clamp(clamp(6.048px, 1.6128vw, 19.999px), 5.333vw, clamp(19.999px, 5.333vw, 66.129px));
}

.car_block p a {
    border-bottom: solid clamp(0.302px, 0.0806vw, 1px) #000;
    display: inline;
}

.car_block p span {
  text-align: center;
  display: block;
}


.car .inner > img {
    width: clamp(clamp(37.348px, 9.9596vw, 123.499px), 32.933vw, clamp(123.499px, 32.933vw, 408.369px));
}

.car_box img {
    margin-bottom: clamp(clamp(7.561px, 2.0162vw, 25.001px), 6.667vw, clamp(25.001px, 6.667vw, 82.671px));
}

.car_box a {
    width: clamp(clamp(86.19px, 22.9839vw, 285px), 76vw, clamp(285px, 76vw, 942.4px));
    display: block;
    margin: 0 auto;
    margin-bottom: clamp(clamp(4.536px, 1.2097vw, 15px), 4vw, clamp(15px, 4vw, 49.6px));
}


.car .inner .car_yellow_line {
    width: 100%;
    margin-top: clamp(clamp(6.048px, 1.6128vw, 19.999px), 5.333vw, clamp(19.999px, 5.333vw, 66.129px));
    margin-bottom: clamp(clamp(11.341px, 3.0242vw, 37.5px), 10vw, clamp(37.5px, 10vw, 124px));
}

.car_bottom_img {
    position: absolute;
    bottom: -clamp(clamp(7.561px, 2.0162vw, 25.001px), 6.667vw, clamp(25.001px, 6.667vw, 82.671px));
    right: clamp(clamp(9.829px, 2.621vw, 32.501px), 8.667vw, clamp(32.501px, 8.667vw, 107.471px));
}

.service {
    background-image: url(../img/service_bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: clamp(clamp(9.073px, 2.4194vw, 30px), 15vw, clamp(50px, 8vw, 99.2px));
}

.service h2 {
    padding-top: clamp(clamp(6.048px, 1.6128vw, 19.999px), 5.333vw, clamp(19.999px, 5.333vw, 66.129px));
}

.service h2 img {
    width: clamp(clamp(63.054px, 16.8145vw, 208.5px), 55.6vw, clamp(208.5px, 55.6vw, 689.44px));
    display: block;
    margin: 0 auto;
}

.service .inner {
    width: 92%;
    margin: 0 auto;
}

.service .inner p {
    color: #000;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: clamp(clamp(5.444px, 1.4516vw, 18px), 4.8vw, clamp(18px, 4.8vw, 59.52px));
    font-style: normal;
    font-weight: 700;
    line-height: clamp(clamp(9.677px, 2.5806vw, 31.999px), 8.533vw, clamp(31.999px, 8.533vw, 105.809px)); /* 177.778% */
}

.service_block a {
    margin-bottom: clamp(clamp(6.048px, 1.6128vw, 19.999px), 5.333vw, clamp(19.999px, 5.333vw, 66.129px));
}

.service_korasho_img {
    width: clamp(clamp(34.173px, 9.1128vw, 112.999px), 30.133vw, clamp(112.999px, 30.133vw, 373.649px));
}

.service_shimajiro_img {
    width: clamp(clamp(54.738px, 14.5969vw, 181.001px), 48.267vw, clamp(181.001px, 48.267vw, 598.511px));
}


/* ヘッダーフッターcss（既存のものを流用） */

/* -------------------------------------------------------------------------------------
  config: path
 ------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------
  config: colors(todo: 現状ヘッダフッタのみでしか使えてないので、そちらにうつしたほうがよいかも)
 ------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------
  config: backgrounds url
 ------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------
  config: media query
 ------------------------------------------------------------------------------------- */
/*  カラー
--------------------------------------------------*/
/*  フォント
--------------------------------------------------*/
/* -------------------------------------------------------------------------------------
  utility
 ------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------
common(S26 CLUB)
 ------------------------------------------------------------------------------------- */
#gHeader,
#contentListSidebar,
#gFooter {
  /**
   * force margin-top XXem
   */
  /**
   * force margin-right XXem
   */
  /**
   * force margin-bottom XXem
   */
  /**
   * force margin-left XXem
   */
  /**
   * force padding-top XXem
   */
  /**
   * force padding-right XXem
   */
  /**
   * force padding-bottom XXem
   */
  /**
   * force padding-left XXem
   */
}
#gHeader .mt00,
#contentListSidebar .mt00,
#gFooter .mt00 {
  margin-top: 0 !important;
}
#gHeader .mt05,
#contentListSidebar .mt05,
#gFooter .mt05 {
  margin-top: 0.5em !important;
}
#gHeader .mt10,
#contentListSidebar .mt10,
#gFooter .mt10 {
  margin-top: 1em !important;
}
#gHeader .mt15,
#contentListSidebar .mt15,
#gFooter .mt15 {
  margin-top: 1.5em !important;
}
#gHeader .mt20,
#contentListSidebar .mt20,
#gFooter .mt20 {
  margin-top: 2em !important;
}
#gHeader .mt25,
#contentListSidebar .mt25,
#gFooter .mt25 {
  margin-top: 2.5em !important;
}
#gHeader .mt30,
#contentListSidebar .mt30,
#gFooter .mt30 {
  margin-top: 3em !important;
}
#gHeader .mt35,
#contentListSidebar .mt35,
#gFooter .mt35 {
  margin-top: 3.5em !important;
}
#gHeader .mt40,
#contentListSidebar .mt40,
#gFooter .mt40 {
  margin-top: 4em !important;
}
#gHeader .mt45,
#contentListSidebar .mt45,
#gFooter .mt45 {
  margin-top: 4.5em !important;
}
#gHeader .mt50,
#contentListSidebar .mt50,
#gFooter .mt50 {
  margin-top: 5em !important;
}
#gHeader .mt55,
#contentListSidebar .mt55,
#gFooter .mt55 {
  margin-top: 5.5em !important;
}
#gHeader .mt60,
#contentListSidebar .mt60,
#gFooter .mt60 {
  margin-top: 6em !important;
}
#gHeader .mt65,
#contentListSidebar .mt65,
#gFooter .mt65 {
  margin-top: 6.5em !important;
}
#gHeader .mt70,
#contentListSidebar .mt70,
#gFooter .mt70 {
  margin-top: 7em !important;
}
#gHeader .mt75,
#contentListSidebar .mt75,
#gFooter .mt75 {
  margin-top: 7.5em !important;
}
#gHeader .mt80,
#contentListSidebar .mt80,
#gFooter .mt80 {
  margin-top: 8em !important;
}
#gHeader .mt85,
#contentListSidebar .mt85,
#gFooter .mt85 {
  margin-top: 8.5em !important;
}
#gHeader .mt90,
#contentListSidebar .mt90,
#gFooter .mt90 {
  margin-top: 9em !important;
}
#gHeader .mt95,
#contentListSidebar .mt95,
#gFooter .mt95 {
  margin-top: 9.5em !important;
}
#gHeader .mt100,
#contentListSidebar .mt100,
#gFooter .mt100 {
  margin-top: 10em !important;
}
#gHeader .mr00,
#contentListSidebar .mr00,
#gFooter .mr00 {
  margin-right: 0 !important;
}
#gHeader .mr05,
#contentListSidebar .mr05,
#gFooter .mr05 {
  margin-right: 0.5em !important;
}
#gHeader .mr10,
#contentListSidebar .mr10,
#gFooter .mr10 {
  margin-right: 1em !important;
}
#gHeader .mr15,
#contentListSidebar .mr15,
#gFooter .mr15 {
  margin-right: 1.5em !important;
}
#gHeader .mr20,
#contentListSidebar .mr20,
#gFooter .mr20 {
  margin-right: 2em !important;
}
#gHeader .mr25,
#contentListSidebar .mr25,
#gFooter .mr25 {
  margin-right: 2.5em !important;
}
#gHeader .mr30,
#contentListSidebar .mr30,
#gFooter .mr30 {
  margin-right: 3em !important;
}
#gHeader .mr35,
#contentListSidebar .mr35,
#gFooter .mr35 {
  margin-right: 3.5em !important;
}
#gHeader .mr40,
#contentListSidebar .mr40,
#gFooter .mr40 {
  margin-right: 4em !important;
}
#gHeader .mr45,
#contentListSidebar .mr45,
#gFooter .mr45 {
  margin-right: 4.5em !important;
}
#gHeader .mr50,
#contentListSidebar .mr50,
#gFooter .mr50 {
  margin-right: 5em !important;
}
#gHeader .mr55,
#contentListSidebar .mr55,
#gFooter .mr55 {
  margin-right: 5.5em !important;
}
#gHeader .mr60,
#contentListSidebar .mr60,
#gFooter .mr60 {
  margin-right: 6em !important;
}
#gHeader .mr65,
#contentListSidebar .mr65,
#gFooter .mr65 {
  margin-right: 6.5em !important;
}
#gHeader .mr70,
#contentListSidebar .mr70,
#gFooter .mr70 {
  margin-right: 7em !important;
}
#gHeader .mr75,
#contentListSidebar .mr75,
#gFooter .mr75 {
  margin-right: 7.5em !important;
}
#gHeader .mr80,
#contentListSidebar .mr80,
#gFooter .mr80 {
  margin-right: 8em !important;
}
#gHeader .mr85,
#contentListSidebar .mr85,
#gFooter .mr85 {
  margin-right: 8.5em !important;
}
#gHeader .mr90,
#contentListSidebar .mr90,
#gFooter .mr90 {
  margin-right: 9em !important;
}
#gHeader .mr95,
#contentListSidebar .mr95,
#gFooter .mr95 {
  margin-right: 9.5em !important;
}
#gHeader .mr100,
#contentListSidebar .mr100,
#gFooter .mr100 {
  margin-right: 10em !important;
}
#gHeader .mb00,
#contentListSidebar .mb00,
#gFooter .mb00 {
  margin-bottom: 0 !important;
}
#gHeader .mb05,
#contentListSidebar .mb05,
#gFooter .mb05 {
  margin-bottom: 0.5em !important;
}
#gHeader .mb10,
#contentListSidebar .mb10,
#gFooter .mb10 {
  margin-bottom: 1em !important;
}
#gHeader .mb15,
#contentListSidebar .mb15,
#gFooter .mb15 {
  margin-bottom: 1.5em !important;
}
#gHeader .mb20,
#contentListSidebar .mb20,
#gFooter .mb20 {
  margin-bottom: 2em !important;
}
#gHeader .mb25,
#contentListSidebar .mb25,
#gFooter .mb25 {
  margin-bottom: 2.5em !important;
}
#gHeader .mb30,
#contentListSidebar .mb30,
#gFooter .mb30 {
  margin-bottom: 3em !important;
}
#gHeader .mb35,
#contentListSidebar .mb35,
#gFooter .mb35 {
  margin-bottom: 3.5em !important;
}
#gHeader .mb40,
#contentListSidebar .mb40,
#gFooter .mb40 {
  margin-bottom: 4em !important;
}
#gHeader .mb45,
#contentListSidebar .mb45,
#gFooter .mb45 {
  margin-bottom: 4.5em !important;
}
#gHeader .mb50,
#contentListSidebar .mb50,
#gFooter .mb50 {
  margin-bottom: 5em !important;
}
#gHeader .mb55,
#contentListSidebar .mb55,
#gFooter .mb55 {
  margin-bottom: 5.5em !important;
}
#gHeader .mb60,
#contentListSidebar .mb60,
#gFooter .mb60 {
  margin-bottom: 6em !important;
}
#gHeader .mb65,
#contentListSidebar .mb65,
#gFooter .mb65 {
  margin-bottom: 6.5em !important;
}
#gHeader .mb70,
#contentListSidebar .mb70,
#gFooter .mb70 {
  margin-bottom: 7em !important;
}
#gHeader .mb75,
#contentListSidebar .mb75,
#gFooter .mb75 {
  margin-bottom: 7.5em !important;
}
#gHeader .mb80,
#contentListSidebar .mb80,
#gFooter .mb80 {
  margin-bottom: 8em !important;
}
#gHeader .mb85,
#contentListSidebar .mb85,
#gFooter .mb85 {
  margin-bottom: 8.5em !important;
}
#gHeader .mb90,
#contentListSidebar .mb90,
#gFooter .mb90 {
  margin-bottom: 9em !important;
}
#gHeader .mb95,
#contentListSidebar .mb95,
#gFooter .mb95 {
  margin-bottom: 9.5em !important;
}
#gHeader .mb100,
#contentListSidebar .mb100,
#gFooter .mb100 {
  margin-bottom: 10em !important;
}
#gHeader .ml00,
#contentListSidebar .ml00,
#gFooter .ml00 {
  margin-left: 0 !important;
}
#gHeader .ml05,
#contentListSidebar .ml05,
#gFooter .ml05 {
  margin-left: 0.5em !important;
}
#gHeader .ml10,
#contentListSidebar .ml10,
#gFooter .ml10 {
  margin-left: 1em !important;
}
#gHeader .ml15,
#contentListSidebar .ml15,
#gFooter .ml15 {
  margin-left: 1.5em !important;
}
#gHeader .ml20,
#contentListSidebar .ml20,
#gFooter .ml20 {
  margin-left: 2em !important;
}
#gHeader .ml25,
#contentListSidebar .ml25,
#gFooter .ml25 {
  margin-left: 2.5em !important;
}
#gHeader .ml30,
#contentListSidebar .ml30,
#gFooter .ml30 {
  margin-left: 3em !important;
}
#gHeader .ml35,
#contentListSidebar .ml35,
#gFooter .ml35 {
  margin-left: 3.5em !important;
}
#gHeader .ml40,
#contentListSidebar .ml40,
#gFooter .ml40 {
  margin-left: 4em !important;
}
#gHeader .ml45,
#contentListSidebar .ml45,
#gFooter .ml45 {
  margin-left: 4.5em !important;
}
#gHeader .ml50,
#contentListSidebar .ml50,
#gFooter .ml50 {
  margin-left: 5em !important;
}
#gHeader .ml55,
#contentListSidebar .ml55,
#gFooter .ml55 {
  margin-left: 5.5em !important;
}
#gHeader .ml60,
#contentListSidebar .ml60,
#gFooter .ml60 {
  margin-left: 6em !important;
}
#gHeader .ml65,
#contentListSidebar .ml65,
#gFooter .ml65 {
  margin-left: 6.5em !important;
}
#gHeader .ml70,
#contentListSidebar .ml70,
#gFooter .ml70 {
  margin-left: 7em !important;
}
#gHeader .ml75,
#contentListSidebar .ml75,
#gFooter .ml75 {
  margin-left: 7.5em !important;
}
#gHeader .ml80,
#contentListSidebar .ml80,
#gFooter .ml80 {
  margin-left: 8em !important;
}
#gHeader .ml85,
#contentListSidebar .ml85,
#gFooter .ml85 {
  margin-left: 8.5em !important;
}
#gHeader .ml90,
#contentListSidebar .ml90,
#gFooter .ml90 {
  margin-left: 9em !important;
}
#gHeader .ml95,
#contentListSidebar .ml95,
#gFooter .ml95 {
  margin-left: 9.5em !important;
}
#gHeader .ml100,
#contentListSidebar .ml100,
#gFooter .ml100 {
  margin-left: 10em !important;
}
#gHeader .pt00,
#contentListSidebar .pt00,
#gFooter .pt00 {
  padding-top: 0 !important;
}
#gHeader .pt05,
#contentListSidebar .pt05,
#gFooter .pt05 {
  padding-top: 0.5em !important;
}
#gHeader .pt10,
#contentListSidebar .pt10,
#gFooter .pt10 {
  padding-top: 1em !important;
}
#gHeader .pt15,
#contentListSidebar .pt15,
#gFooter .pt15 {
  padding-top: 1.5em !important;
}
#gHeader .pt20,
#contentListSidebar .pt20,
#gFooter .pt20 {
  padding-top: 2em !important;
}
#gHeader .pt25,
#contentListSidebar .pt25,
#gFooter .pt25 {
  padding-top: 2.5em !important;
}
#gHeader .pt30,
#contentListSidebar .pt30,
#gFooter .pt30 {
  padding-top: 3em !important;
}
#gHeader .pt35,
#contentListSidebar .pt35,
#gFooter .pt35 {
  padding-top: 3.5em !important;
}
#gHeader .pt40,
#contentListSidebar .pt40,
#gFooter .pt40 {
  padding-top: 4em !important;
}
#gHeader .pt45,
#contentListSidebar .pt45,
#gFooter .pt45 {
  padding-top: 4.5em !important;
}
#gHeader .pt50,
#contentListSidebar .pt50,
#gFooter .pt50 {
  padding-top: 5em !important;
}
#gHeader .pt55,
#contentListSidebar .pt55,
#gFooter .pt55 {
  padding-top: 5.5em !important;
}
#gHeader .pt60,
#contentListSidebar .pt60,
#gFooter .pt60 {
  padding-top: 6em !important;
}
#gHeader .pt65,
#contentListSidebar .pt65,
#gFooter .pt65 {
  padding-top: 6.5em !important;
}
#gHeader .pt70,
#contentListSidebar .pt70,
#gFooter .pt70 {
  padding-top: 7em !important;
}
#gHeader .pt75,
#contentListSidebar .pt75,
#gFooter .pt75 {
  padding-top: 7.5em !important;
}
#gHeader .pt80,
#contentListSidebar .pt80,
#gFooter .pt80 {
  padding-top: 8em !important;
}
#gHeader .pt85,
#contentListSidebar .pt85,
#gFooter .pt85 {
  padding-top: 8.5em !important;
}
#gHeader .pt90,
#contentListSidebar .pt90,
#gFooter .pt90 {
  padding-top: 9em !important;
}
#gHeader .pt95,
#contentListSidebar .pt95,
#gFooter .pt95 {
  padding-top: 9.5em !important;
}
#gHeader .pt100,
#contentListSidebar .pt100,
#gFooter .pt100 {
  padding-top: 10em !important;
}
#gHeader .pr00,
#contentListSidebar .pr00,
#gFooter .pr00 {
  padding-right: 0 !important;
}
#gHeader .pr05,
#contentListSidebar .pr05,
#gFooter .pr05 {
  padding-right: 0.5em !important;
}
#gHeader .pr10,
#contentListSidebar .pr10,
#gFooter .pr10 {
  padding-right: 1em !important;
}
#gHeader .pr15,
#contentListSidebar .pr15,
#gFooter .pr15 {
  padding-right: 1.5em !important;
}
#gHeader .pr20,
#contentListSidebar .pr20,
#gFooter .pr20 {
  padding-right: 2em !important;
}
#gHeader .pr25,
#contentListSidebar .pr25,
#gFooter .pr25 {
  padding-right: 2.5em !important;
}
#gHeader .pr30,
#contentListSidebar .pr30,
#gFooter .pr30 {
  padding-right: 3em !important;
}
#gHeader .pr35,
#contentListSidebar .pr35,
#gFooter .pr35 {
  padding-right: 3.5em !important;
}
#gHeader .pr40,
#contentListSidebar .pr40,
#gFooter .pr40 {
  padding-right: 4em !important;
}
#gHeader .pr45,
#contentListSidebar .pr45,
#gFooter .pr45 {
  padding-right: 4.5em !important;
}
#gHeader .pr50,
#contentListSidebar .pr50,
#gFooter .pr50 {
  padding-right: 5em !important;
}
#gHeader .pr55,
#contentListSidebar .pr55,
#gFooter .pr55 {
  padding-right: 5.5em !important;
}
#gHeader .pr60,
#contentListSidebar .pr60,
#gFooter .pr60 {
  padding-right: 6em !important;
}
#gHeader .pr65,
#contentListSidebar .pr65,
#gFooter .pr65 {
  padding-right: 6.5em !important;
}
#gHeader .pr70,
#contentListSidebar .pr70,
#gFooter .pr70 {
  padding-right: 7em !important;
}
#gHeader .pr75,
#contentListSidebar .pr75,
#gFooter .pr75 {
  padding-right: 7.5em !important;
}
#gHeader .pr80,
#contentListSidebar .pr80,
#gFooter .pr80 {
  padding-right: 8em !important;
}
#gHeader .pr85,
#contentListSidebar .pr85,
#gFooter .pr85 {
  padding-right: 8.5em !important;
}
#gHeader .pr90,
#contentListSidebar .pr90,
#gFooter .pr90 {
  padding-right: 9em !important;
}
#gHeader .pr95,
#contentListSidebar .pr95,
#gFooter .pr95 {
  padding-right: 9.5em !important;
}
#gHeader .pr100,
#contentListSidebar .pr100,
#gFooter .pr100 {
  padding-right: 10em !important;
}
#gHeader .pb00,
#contentListSidebar .pb00,
#gFooter .pb00 {
  padding-bottom: 0 !important;
}
#gHeader .pb05,
#contentListSidebar .pb05,
#gFooter .pb05 {
  padding-bottom: 0.5em !important;
}
#gHeader .pb10,
#contentListSidebar .pb10,
#gFooter .pb10 {
  padding-bottom: 1em !important;
}
#gHeader .pb15,
#contentListSidebar .pb15,
#gFooter .pb15 {
  padding-bottom: 1.5em !important;
}
#gHeader .pb20,
#contentListSidebar .pb20,
#gFooter .pb20 {
  padding-bottom: 2em !important;
}
#gHeader .pb25,
#contentListSidebar .pb25,
#gFooter .pb25 {
  padding-bottom: 2.5em !important;
}
#gHeader .pb30,
#contentListSidebar .pb30,
#gFooter .pb30 {
  padding-bottom: 3em !important;
}
#gHeader .pb35,
#contentListSidebar .pb35,
#gFooter .pb35 {
  padding-bottom: 3.5em !important;
}
#gHeader .pb40,
#contentListSidebar .pb40,
#gFooter .pb40 {
  padding-bottom: 4em !important;
}
#gHeader .pb45,
#contentListSidebar .pb45,
#gFooter .pb45 {
  padding-bottom: 4.5em !important;
}
#gHeader .pb50,
#contentListSidebar .pb50,
#gFooter .pb50 {
  padding-bottom: 5em !important;
}
#gHeader .pb55,
#contentListSidebar .pb55,
#gFooter .pb55 {
  padding-bottom: 5.5em !important;
}
#gHeader .pb60,
#contentListSidebar .pb60,
#gFooter .pb60 {
  padding-bottom: 6em !important;
}
#gHeader .pb65,
#contentListSidebar .pb65,
#gFooter .pb65 {
  padding-bottom: 6.5em !important;
}
#gHeader .pb70,
#contentListSidebar .pb70,
#gFooter .pb70 {
  padding-bottom: 7em !important;
}
#gHeader .pb75,
#contentListSidebar .pb75,
#gFooter .pb75 {
  padding-bottom: 7.5em !important;
}
#gHeader .pb80,
#contentListSidebar .pb80,
#gFooter .pb80 {
  padding-bottom: 8em !important;
}
#gHeader .pb85,
#contentListSidebar .pb85,
#gFooter .pb85 {
  padding-bottom: 8.5em !important;
}
#gHeader .pb90,
#contentListSidebar .pb90,
#gFooter .pb90 {
  padding-bottom: 9em !important;
}
#gHeader .pb95,
#contentListSidebar .pb95,
#gFooter .pb95 {
  padding-bottom: 9.5em !important;
}
#gHeader .pb100,
#contentListSidebar .pb100,
#gFooter .pb100 {
  padding-bottom: 10em !important;
}
#gHeader .pl00,
#contentListSidebar .pl00,
#gFooter .pl00 {
  padding-left: 0 !important;
}
#gHeader .pl05,
#contentListSidebar .pl05,
#gFooter .pl05 {
  padding-left: 0.5em !important;
}
#gHeader .pl10,
#contentListSidebar .pl10,
#gFooter .pl10 {
  padding-left: 1em !important;
}
#gHeader .pl15,
#contentListSidebar .pl15,
#gFooter .pl15 {
  padding-left: 1.5em !important;
}
#gHeader .pl20,
#contentListSidebar .pl20,
#gFooter .pl20 {
  padding-left: 2em !important;
}
#gHeader .pl25,
#contentListSidebar .pl25,
#gFooter .pl25 {
  padding-left: 2.5em !important;
}
#gHeader .pl30,
#contentListSidebar .pl30,
#gFooter .pl30 {
  padding-left: 3em !important;
}
#gHeader .pl35,
#contentListSidebar .pl35,
#gFooter .pl35 {
  padding-left: 3.5em !important;
}
#gHeader .pl40,
#contentListSidebar .pl40,
#gFooter .pl40 {
  padding-left: 4em !important;
}
#gHeader .pl45,
#contentListSidebar .pl45,
#gFooter .pl45 {
  padding-left: 4.5em !important;
}
#gHeader .pl50,
#contentListSidebar .pl50,
#gFooter .pl50 {
  padding-left: 5em !important;
}
#gHeader .pl55,
#contentListSidebar .pl55,
#gFooter .pl55 {
  padding-left: 5.5em !important;
}
#gHeader .pl60,
#contentListSidebar .pl60,
#gFooter .pl60 {
  padding-left: 6em !important;
}
#gHeader .pl65,
#contentListSidebar .pl65,
#gFooter .pl65 {
  padding-left: 6.5em !important;
}
#gHeader .pl70,
#contentListSidebar .pl70,
#gFooter .pl70 {
  padding-left: 7em !important;
}
#gHeader .pl75,
#contentListSidebar .pl75,
#gFooter .pl75 {
  padding-left: 7.5em !important;
}
#gHeader .pl80,
#contentListSidebar .pl80,
#gFooter .pl80 {
  padding-left: 8em !important;
}
#gHeader .pl85,
#contentListSidebar .pl85,
#gFooter .pl85 {
  padding-left: 8.5em !important;
}
#gHeader .pl90,
#contentListSidebar .pl90,
#gFooter .pl90 {
  padding-left: 9em !important;
}
#gHeader .pl95,
#contentListSidebar .pl95,
#gFooter .pl95 {
  padding-left: 9.5em !important;
}
#gHeader .pl100,
#contentListSidebar .pl100,
#gFooter .pl100 {
  padding-left: 10em !important;
}

html {
  overflow-y: scroll;
}

body {
  position: relative;
  overflow: hidden;
}

* {
  max-height: 999999px;
}

/* ----------------------------------- */
/* ----------------------------------- */
/* COMMON */
/* ----------------------------------- */
/* ----------------------------------- */
.appBnrArea {
  background: #f2f2f7;
  color: #2d2d2d;
  border-bottom: 1px solid #d8d8dc;
  position: relative;
}
@media screen and (min-width: 768px) {
  .appBnrArea {
    display: none;
  }

}
.appBnrArea .bnrInner {
  padding-left: 10px;
}
.appBnrArea .bnrInner .close {
  position: absolute;
  top: 10px;
  left: 10px;
}
.appBnrArea .bnrInner .close img {
  width: 20px;
  height: 20px;
}
.appBnrArea .bnrInner a {
  color: #41424E;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-left: 30px;
  padding: 10px 10px 10px 0;
}
.appBnrArea .bnrInner .icon {
  width: 50px;
  margin-right: 10px;
}
.appBnrArea .bnrInner .icon img {
  width: 50px;
  height: 50px;
}
.appBnrArea .bnrInner .textArea {
  flex: 1;
}
.appBnrArea .bnrInner .textArea .text {
  font-size: 13px;
}
.appBnrArea .bnrInner .textArea span {
  font-weight: bold;
}
.appBnrArea .bnrInner .installBtn {
  padding: 5px 15px;
  background: #3273BB;
  border-radius: 4px;
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
  width: 110px;
  position: relative;
  box-sizing: border-box;
}
.appBnrArea .bnrInner .installBtn:hover {
  text-decoration: none;
}
.appBnrArea .bnrInner .installBtn::after {
  content: "";
  display: block;
  width: 7.5px;
  height: 10px;
  background: url(../img/icon_arrow_white.svg) center center no-repeat;
  background-size: 7.5px 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.headerAppLink {
  background: #1AB3E3;
}
.headerAppLink a {
  text-decoration: none;
  color: #fff;
  transition: .3s;
}
.headerAppLink a:link, .headerAppLink a:visited {
  color: #FFF;
  text-decoration: none;
}
.headerAppLink a:hover {
  opacity: 0.7;
}
.headerAppLink a .inner {
  padding: 10px 0;
  width: 745px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .headerAppLink a .inner {
    width: 100%;
    padding: 10px;
  }
}
.headerAppLink a .borderBox {
  border: 2px solid #fff;
  border-radius: 10px;
  font-size: 16px;
  padding: 5px 20px;
}
@media screen and (min-width: 768px) {
  .headerAppLink a .borderBox br {
    display: none;
  }
  
}
@media screen and (max-width: 767px) {
  .headerAppLink a .borderBox {
    font-size: 10px;
    padding: 2px 5px;
    border-width: 1px;
    border-radius: 5px;
  }
}
.headerAppLink a .title {
  font-weight: bold;
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  .headerAppLink a .title {
    font-size: 20px;
    letter-spacing: -0.03em;
  }
}
.headerAppLink a .link {
  background: #fff;
  border-radius: 20px;
  color: #1AB3E3;
  padding: 5px 55px 5px 30px;
  font-weight: bold;
  font-size: 20px;
  position: relative;
}
.headerAppLink a .link::after {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url(../img/icon_arrow_white.svg) #1ab3e3 center center no-repeat;
  background-size: 9px 14px;
  border-radius: 50%;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .headerAppLink a .link {
    font-size: 10px;
    padding: 3px 20px 3px 7px;
  }
  .headerAppLink a .link::after {
    width: 13px;
    height: 13px;
    background-size: 4.5px 7px;
    right: 5px;
  }
}

/* ************************ */
/* HEADER  */
/* ************************ */
.mark_hidden {
  display: none !important;
}

.headerWrapper {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  margin: 0 auto;
}

.header__globalHeader {
  z-index: 5000;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 10px;
  line-height: 1.5;
  background-color: #ffffff;
  padding: 1.5em 0;
  -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.hader__menu01 {
  cursor: pointer;
}
.hader__menu01 .menu_btn {
  display: block;
  position: relative;
  background-color: #EA6767;
  width: 6em;
  height: 6em;
  border-radius: 6em;
}
@media screen and (max-width: 767px) {
  .hader__menu01 .menu_btn {
    width: 4em;
    height: 4em;
  }
}
.hader__menu01 .menu_btn .line {
  overflow: visible;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1;
  width: 3em;
  height: 0.3em;
  border-radius: 0.3em;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .hader__menu01 .menu_btn .line {
    width: 1.9em;
  }
}
.hader__menu01 .menu_btn .line:before, .hader__menu01 .menu_btn .line:after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  width: 3em;
  height: 0.3em;
  border-radius: 3em;
}
@media screen and (max-width: 767px) {
  .hader__menu01 .menu_btn .line:before, .hader__menu01 .menu_btn .line:after {
    width: 1.9em;
  }
}
.hader__menu01 .menu_btn .line:before {
  top: -1em;
}
@media screen and (max-width: 767px) {
  .hader__menu01 .menu_btn .line:before {
    top: -0.5em;
  }
}
.hader__menu01 .menu_btn .line:after {
  bottom: -1em;
}
@media screen and (max-width: 767px) {
  .hader__menu01 .menu_btn .line:after {
    bottom: -0.5em;
  }
}
.hader__menu01 .menu_btn.open .line {
  background-color: transparent;
}
.hader__menu01 .menu_btn.open .line:before {
  top: 0;
  transform: rotate(45deg);
}
.hader__menu01 .menu_btn.open .line:after {
  bottom: 0;
  transform: rotate(-45deg);
}

.hader__menu02 {
  color: #707070;
  font-size: 1.4em;
  margin-right: 2.5em;
  font-weight: bold;
  font-family: "GenJyuuGothic-Heavy", sans-serif;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .hader__menu02 {
    margin-right: 1.5em;
  }
}
.hader__menu02 img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
}
.hader__menu02 span {
  margin-left: 0.4em;
}

.hader__menu03 {
  margin-left: 3em;
}
@media screen and (max-width: 767px) {
  .hader__menu03 {
    display: none;
  }
}
.hader__menu03 a {
  font-weight: bold;
  color: #EA6767 !important;
}
.hader__menu03 a img {
  width: 1.5em;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
}
.hader__menu03 a span {
  margin-left: 0.4em;
  font-size: 1.4em;
}
.hader__menu03 a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.header__globalHeader .headerWrapper {
  display: flex;
  align-items: center;
  max-width: 100%;
  box-sizing: border-box;
}

  .header__globalHeader .headerWrapper {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

.header__globalHeader .logoArea {
  display: block;
  box-sizing: border-box;
  /* -- */
}
.header__globalHeader .logoArea .benesseLogo {
  display: block;
  text-align: left;
  vertical-align: middle;
  width: 12.4em;
}
@media screen and (max-width: 767px) {
  .header__globalHeader .logoArea .benesseLogo {
    width: 7.9em;
  }
}
.header__globalHeader .logoArea .benesseLogo img {
  width: 100%;
}
.header__globalHeader .logoArea .shimakuraLogo {
  display: block;
  text-align: left;
  vertical-align: middle;
  width: 19.2em;
  margin-top: 1.5em;
}

  .header__globalHeader .logoArea .shimakuraLogo {
    width: 6em;
    margin-top: 0em;
  }

.header__globalHeader .logoArea .shimakuraLogo img {
  width: 100%;
}
.header__globalHeader .shimakuraArea {
  display: block;
  margin-left: auto;
}
.header__globalHeader .shimakuraArea .shimakuraAreaFunction {
  list-style: none;
  width: auto;
  display: flex;
  align-items: center;
}
.header__globalHeader .header__contentsArea {
  z-index: 5100;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  overflow: visible;
  /* -- */
}
.header__globalHeader .header__contentsArea .header__contentsAreaList {
  display: table;
  width: 100%;
  list-style: none;
  /* ////////////////////// */
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list {
  display: table-cell;
  background-color: #ffffff;
  height: 53px;
  box-sizing: content-box;
  position: relative;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  padding-bottom: 4px;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list:hover {
  cursor: pointer;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listTitle {
  position: relative;
  display: inline-block;
  font-family: "GenJyuuGothic-Heavy", sans-serif;
  font-size: 1.5em;
  line-height: 1.25;
  font-weight: normal;
  letter-spacing: -1px;
  color: #916821;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listTitle img {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  padding: 0 5px 0 0;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listTitle span {
  font-family: "GenJyuuGothic-Heavy", sans-serif;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem {
  display: none;
  position: absolute;
  z-index: 5200;
  top: 60px;
  left: 0;
  width: 100%;
  text-align: left;
  list-style: none;
  padding-top: 10px;
  background-image: url(../../images/template/header/image_drop-fukidashi.png);
  background-repeat: no-repeat;
  background-position: center 0;
  -webkit-background-size: 20px auto;
  -moz-background-size: 20px auto;
  -ms-background-size: 20px auto;
  -o-background-size: 20px auto;
  background-size: 20px auto;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem .ca_listItemDrop {
  border-radius: 5px;
  background: #ffffff;
  overflow: hidden;
  width: 420px;
  position: absolute;
  left: 50%;
  top: 10px;
  z-index: 5210;
  margin: 0 0 0 -210px;
  -moz-box-shadow: 0px 3px 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 3px 2px 1px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 3px 2px 1px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 3px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 2px 1px rgba(0, 0, 0, 0.15);
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem .ca_listItemDrop li {
  display: block;
  position: relative;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid #e6e6da;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem .ca_listItemDrop li:last-child {
  border-bottom: none;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem .ca_listItemDrop li p {
  font-size: 13px;
  margin: -5px 0 10px 10px;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem .ca_listItemDrop li a {
  display: table;
  box-sizing: border-box;
  width: 100%;
  padding: 0 35px 0 15px;
  text-decoration: none;
  background: url(../../images/template/header/icon_drop-arrow.png) no-repeat 380px center;
  -webkit-background-size: 22px auto;
  -moz-background-size: 22px auto;
  -ms-background-size: 22px auto;
  -o-background-size: 22px auto;
  background-size: 22px auto;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem .ca_listItemDrop li a:hover {
  background-color: #f0eee6;
  cursor: pointer;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem .ca_listItemDrop li a.ca_listItemDropItem {
  position: relative;
  display: inline-block;
  width: 90px;
  box-sizing: border-box;
  text-align: center;
  background: none;
  padding: 10px 0;
  margin: 10px 0 0 10px;
  font-size: 1.0em;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem .ca_listItemDrop li a.ca_listItemDropItem.top {
  width: 190px;
  vertical-align: top;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem .ca_listItemDrop li a.ca_listItemDropItem.top img {
  width: 170px;
  margin-bottom: 10px;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem .ca_listItemDrop li a.ca_listItemDropItem.ca_listItemDropItem--wide {
  width: 180px;
  color: #6c6c6c;
  font-size: 1.2em;
  border-radius: 5px;
  position: absolute;
  bottom: 10px;
  padding: 0 0 2px 0;
  border: 2px solid #E50012;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem .ca_listItemDrop li a.ca_listItemDropItem.ca_listItemDropItem--wide b {
  padding: 5px 10px;
  background-image: url(../../images/template/header/image_drop-english_01-02.png);
  background-position: 9% 6%;
  background-size: 30px auto;
  background-color: #fff;
  border-radius: 5px;
  font-family: "GenJyuuGothic-Bold", sans-serif;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem .ca_listItemDrop li a.ca_listItemDropItem.ca_listItemDropItem--wide b:hover {
  opacity: 0.8;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem .ca_listItemDrop li a.ca_listItemDropItem.ca_listItemDropItem--wide b span {
  font-size: 0.5em;
  font-weight: bold;
  color: #FF0000;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem .ca_listItemDrop li a.ca_listItemDropItem img {
  width: 76px;
  display: block;
  margin: 0 auto;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem .ca_listItemDrop li a.ca_listItemDropItem b {
  font-weight: normal;
  display: inline-block;
  margin: 0 auto;
  padding: 0 5px;
  background: url(../../images/template/header/icon_droptem-arrow.png) no-repeat left center;
  -webkit-background-size: 5px auto;
  -moz-background-size: 5px auto;
  -ms-background-size: 5px auto;
  -o-background-size: 5px auto;
  background-size: 5px auto;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem .ca_listItemDrop li a.ca_listItemDropItem:hover {
  background-color: #f0eee6;
  cursor: pointer;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem .ca_listItemDrop li div {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 0 10px;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem .ca_listItemDrop li .ca_status {
  font-family: "GenJyuuGothic-Medium", sans-serif;
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  padding: 3px 10px;
  border-radius: 10px;
  background-color: #e50012;
  color: #ffffff;
  font-size: 0.66em;
  line-height: 1.0;
}
.winOld .header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem .ca_listItemDrop li .ca_status {
  font-family: "メイリオ", Meiryo !important;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem .ca_listItemDrop li .ca_current {
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  padding: 0;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem .ca_listItemDrop li .ca_current img {
  width: 43px !important;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem .ca_listItemDrop li .ca_listItemDropImage {
  display: table-cell;
  width: 86px;
  padding: 0 0 0 0;
  vertical-align: middle;
  text-align: center;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem .ca_listItemDrop li .ca_listItemDropImage img {
  width: 66px;
  vertical-align: middle;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem .ca_listItemDrop li .ca_listItemDropText {
  display: table-cell;
  width: auto;
  padding: 0 10px;
  vertical-align: middle;
  height: 100px;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem .ca_listItemDrop li .ca_listItemDropText dt {
  font-family: "GenJyuuGothic-Bold", sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  color: #916821;
  position: relative;
  display: block;
}
.winOld .header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem .ca_listItemDrop li .ca_listItemDropText dt {
  font-family: "メイリオ", Meiryo !important;
  font-weight: bold;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem .ca_listItemDrop li .ca_listItemDropText dt .tmm_status {
  font-family: "GenJyuuGothic-Medium", sans-serif;
  display: block;
  position: absolute;
  top: 0;
  right: 5px;
  padding: 3px 10px;
  border-radius: 10px;
  background-color: #e50012;
  color: #ffffff;
  font-size: 0.66em;
  line-height: 1.0;
}
.winOld .header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem .ca_listItemDrop li .ca_listItemDropText dt .tmm_status {
  font-family: "メイリオ", Meiryo !important;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list .ca_listItem .ca_listItemDrop li .ca_listItemDropText dd {
  font-size: 1.2em;
  color: #82755e;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList .ca_list-current {
  padding-bottom: 0;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_play {
  width: 11.7%;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_play .ca_listTitle[data-status="enter"] {
  color: #2bbae9;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_play.ca_list {
  border-bottom: 3px solid #2bbae9;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_play.ca_list-current {
  background-color: #e5f7fc;
  border-bottom: 7px solid #2bbae9;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_play.ca_list-current .ca_listTitle {
  color: #2bbae9;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_play .ca_listItem .ca_listItemDrop {
  margin: 0 0 0 0;
  left: 0;
}
@media screen and (min-width: 559px) {
  .header__globalHeader .header__contentsArea .header__contentsAreaList #ca_play .spOnly {
    display: none;
  }
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_concert {
  width: 11.7%;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_concert .ca_listTitle[data-status="enter"] {
  color: #07b196;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_concert.ca_list {
  border-bottom: 3px solid #07b196;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_concert.ca_list-current {
  background-color: #e1f6f2;
  border-bottom: 7px solid #07b196;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_concert.ca_list-current .ca_listTitle {
  color: #07b196;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_concert .ca_listItem .ca_listItemDrop {
  margin: 0 0 0 -100%;
  left: 0;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_tv {
  width: 11.7%;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_tv .ca_listTitle[data-status="enter"] {
  color: #faaf00;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_tv.ca_list {
  border-bottom: 3px solid #faaf00;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_tv.ca_list-current {
  background-color: #fef5e0;
  border-bottom: 7px solid #faaf00;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_tv.ca_list-current .ca_listTitle {
  color: #faaf00;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_tv .ca_listItem .ca_listItemDrop {
  margin: 0 0 0 -210px;
  left: 50%;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_goods {
  width: 11.7%;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_goods .ca_listTitle[data-status="enter"] {
  color: #fa7d66;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_goods.ca_list {
  border-bottom: 3px solid #fa7d66;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_goods.ca_list-current {
  background-color: #feefec;
  border-bottom: 7px solid #fa7d66;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_goods.ca_list-current .ca_listTitle {
  color: #fa7d66;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_goods .ca_listItem .ca_listItemDrop {
  margin: 0 0 0 -210px;
  left: 50%;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_community {
  width: 11.7%;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_community .ca_listTitle[data-status="enter"] {
  color: #ffd200;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_community.ca_list {
  border-bottom: 3px solid #ffd200;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_community.ca_list-current {
  background-color: #fffae0;
  border-bottom: 7px solid #ffd200;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_community.ca_list-current .ca_listTitle {
  color: #ffd200;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_community .ca_listItem .ca_listItemDrop {
  margin: 0 0 0 -210px;
  left: 50%;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_info {
  width: 11.7%;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_info .ca_listTitle[data-status="enter"] {
  color: #f3a7ac;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_info.ca_list {
  border-bottom: 3px solid #f3a7ac;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_info.ca_list-current {
  background-color: #fef4f5;
  border-bottom: 7px solid #f3a7ac;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_info.ca_list-current .ca_listTitle {
  color: #f3a7ac;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_info .ca_listItem .ca_listItemDrop {
  margin: 0 0 0 -210px;
  left: 50%;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_room {
  width: 14.9%;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_room .ca_listTitle[data-status="enter"] {
  color: #9f8bcc;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_room.ca_list {
  border-bottom: 3px solid #9f8bcc;
  padding-bottom: 4px;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_room.ca_list-current {
  background-color: #f3f1f9;
  padding-bottom: 0;
  border-bottom: 7px solid #9f8bcc;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_room.ca_list-current .ca_listTitle {
  color: #9f8bcc;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_room .ca_listItem .ca_listItemDrop {
  margin: 0 -100% 0 0;
  left: auto;
  right: 0;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_english {
  width: 14.9%;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_english .ca_listTitle[data-status="enter"] {
  color: #3a96d1;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_english.ca_list {
  border-bottom: 3px solid #3a96d1;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_english.ca_list-current {
  background-color: #e8f7fa;
  border-bottom: 7px solid #3a96d1;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_english.ca_list-current .ca_listTitle {
  color: #3a96d1;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_english .ca_listItem .ca_listItemDrop {
  margin: 0 0 0 0;
  left: auto;
  right: 0;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_english .ca_listItemDropText {
  height: 50px;
}
.header__globalHeader .header__contentsArea .header__contentsAreaList #ca_english a .ca_listItemDropText {
  height: 100px;
}
.header__globalHeader #notrackingArea,
.header__globalHeader #trackingArea {
  width: 100%;
  z-index: 5200;
  /* menuArea */
}
@media screen and (max-width: 767px) {
  .header__globalHeader #notrackingArea.track,
  .header__globalHeader #trackingArea.track {
    position: fixed;
    top: 0;
    left: 0;
  }
  .header__globalHeader #notrackingArea.track .headerWrapper,
  .header__globalHeader #trackingArea.track .headerWrapper {
    padding: 0;
  }
  .header__globalHeader #notrackingArea.track .header__allitemArea,
  .header__globalHeader #notrackingArea.track .header__memberitemArea,
  .header__globalHeader #trackingArea.track .header__allitemArea,
  .header__globalHeader #trackingArea.track .header__memberitemArea {
    top: 4.6em;
    height: calc(100vh - 4.6em);
  }
}
.header__globalHeader #notrackingArea.track #menuAreaInner,
.header__globalHeader #trackingArea.track #menuAreaInner {
  display: table;
}
.header__globalHeader #notrackingArea.track #searchArea,
.header__globalHeader #trackingArea.track #searchArea {
  top: 4.6em;
}
.header__globalHeader #notrackingArea.fit,
.header__globalHeader #trackingArea.fit {
  position: relative;
  top: 0;
  left: 0;
}
.header__globalHeader #notrackingArea.fit #menuAreaInner,
.header__globalHeader #trackingArea.fit #menuAreaInner {
  display: none;
}
.header__globalHeader #notrackingArea #menuArea,
.header__globalHeader #trackingArea #menuArea {
  z-index: 5202;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header__globalHeader #notrackingArea #menuArea,
  .header__globalHeader #trackingArea #menuArea {
    display: none;
  }
}
.header__globalHeader #notrackingArea #menuArea #menuAreaInner,
.header__globalHeader #trackingArea #menuArea #menuAreaInner {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.header__globalHeader #notrackingArea #menuArea #menuAreaInner .ma_list,
.header__globalHeader #trackingArea #menuArea #menuAreaInner .ma_list {
  display: table-cell;
  box-sizing: border-box;
  width: 33.3%;
  text-align: center;
  vertical-align: middle;
  font-size: 1.2em;
  font-weight: bold;
}
.header__globalHeader #notrackingArea #menuArea #menuAreaInner .ma_list .menu_btn,
.header__globalHeader #trackingArea #menuArea #menuAreaInner .ma_list .menu_btn {
  display: block;
  height: 46px;
  width: 100%;
  padding: 14px 0;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: bold;
}
.header__globalHeader #notrackingArea #menuArea #menuAreaInner .ma_list .menu_btn .ico,
.header__globalHeader #trackingArea #menuArea #menuAreaInner .ma_list .menu_btn .ico {
  margin-top: -2px;
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 2px;
  margin-right: 5px;
  background: #fff;
  position: relative;
}
.header__globalHeader #notrackingArea #menuArea #menuAreaInner .ma_list .menu_btn .ico:before, .header__globalHeader #notrackingArea #menuArea #menuAreaInner .ma_list .menu_btn .ico:after,
.header__globalHeader #trackingArea #menuArea #menuAreaInner .ma_list .menu_btn .ico:before,
.header__globalHeader #trackingArea #menuArea #menuAreaInner .ma_list .menu_btn .ico:after {
  content: "";
  width: 19px;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
}
.header__globalHeader #notrackingArea #menuArea #menuAreaInner .ma_list .ma_list-table,
.header__globalHeader #trackingArea #menuArea #menuAreaInner .ma_list .ma_list-table {
  display: table;
  width: 100%;
}
.header__globalHeader #notrackingArea #menuArea #menuAreaInner .ma_list .ma_list-table a,
.header__globalHeader #trackingArea #menuArea #menuAreaInner .ma_list .ma_list-table a {
  display: table-cell;
  width: 100%;
  height: 46px;
  vertical-align: middle;
  color: inherit;
}
.header__globalHeader #notrackingArea #menuArea #menuAreaInner .ma_list .ma_list-table a div,
.header__globalHeader #trackingArea #menuArea #menuAreaInner .ma_list .ma_list-table a div {
  display: inline-block;
}
.header__globalHeader #notrackingArea #menuArea #menuAreaInner .ma_list .ma_list-table a img,
.header__globalHeader #trackingArea #menuArea #menuAreaInner .ma_list .ma_list-table a img {
  display: inline-block;
}
.header__globalHeader #notrackingArea #menuArea #menuAreaInner .ma_list .ma_list-table a span,
.header__globalHeader #trackingArea #menuArea #menuAreaInner .ma_list .ma_list-table a span {
  font-family: "GenJyuuGothic-Bold", sans-serif;
  font-weight: normal;
  display: inline-block;
}
.winOld .header__globalHeader #notrackingArea #menuArea #menuAreaInner .ma_list .ma_list-table a span, .winOld
.header__globalHeader #trackingArea #menuArea #menuAreaInner .ma_list .ma_list-table a span {
  font-family: "メイリオ", Meiryo !important;
  font-weight: bold;
}
.header__globalHeader #notrackingArea #menuArea #menuAreaInner #ma_home,
.header__globalHeader #trackingArea #menuArea #menuAreaInner #ma_home {
  color: #EA6767;
  background-color: #ffffff;
  border-right: 1px solid #e8e8dd;
  border-bottom: 1px solid #e8e8dd;
}
.header__globalHeader #notrackingArea #menuArea #menuAreaInner #ma_home img,
.header__globalHeader #trackingArea #menuArea #menuAreaInner #ma_home img {
  padding: 0 8px 0 0;
  width: 20px;
}
.header__globalHeader #notrackingArea #menuArea #menuAreaInner #ma_search,
.header__globalHeader #trackingArea #menuArea #menuAreaInner #ma_search {
  color: #EA6767;
  background-color: #ffffff;
  border-right: 1px solid #e8e8dd;
  border-bottom: 1px solid #e8e8dd;
}
.header__globalHeader #notrackingArea #menuArea #menuAreaInner #ma_search img,
.header__globalHeader #trackingArea #menuArea #menuAreaInner #ma_search img {
  padding: 0 8px 0 0;
  width: 20px;
}
.header__globalHeader #notrackingArea #menuArea #menuAreaInner #ma_menu,
.header__globalHeader #trackingArea #menuArea #menuAreaInner #ma_menu {
  background-color: #f04646;
  border-bottom: 1px solid #d63e3e;
  color: #ffffff;
}
.header__globalHeader #notrackingArea #menuArea #menuAreaInner #ma_menu .menu_btn.open .off,
.header__globalHeader #trackingArea #menuArea #menuAreaInner #ma_menu .menu_btn.open .off {
  display: none;
}
.header__globalHeader #notrackingArea #menuArea #menuAreaInner #ma_menu .menu_btn.open .ico,
.header__globalHeader #trackingArea #menuArea #menuAreaInner #ma_menu .menu_btn.open .ico {
  background: transparent;
}
.header__globalHeader #notrackingArea #menuArea #menuAreaInner #ma_menu .menu_btn.open .ico:before,
.header__globalHeader #trackingArea #menuArea #menuAreaInner #ma_menu .menu_btn.open .ico:before {
  top: 0;
  left: 0;
  transform: rotate(45deg);
}
.header__globalHeader #notrackingArea #menuArea #menuAreaInner #ma_menu .menu_btn.open .ico:after,
.header__globalHeader #trackingArea #menuArea #menuAreaInner #ma_menu .menu_btn.open .ico:after {
  top: 0;
  left: 0;
  transform: rotate(-45deg);
}
.header__globalHeader #notrackingArea #menuArea #menuAreaInner #ma_menu .menu_btn:not(.open) .on,
.header__globalHeader #trackingArea #menuArea #menuAreaInner #ma_menu .menu_btn:not(.open) .on {
  display: none;
}
.header__globalHeader #notrackingArea #menuArea #menuAreaInner #ma_menu .menu_btn:not(.open) .ico:before,
.header__globalHeader #trackingArea #menuArea #menuAreaInner #ma_menu .menu_btn:not(.open) .ico:before {
  top: -6px;
  left: 0;
}
.header__globalHeader #notrackingArea #menuArea #menuAreaInner #ma_menu .menu_btn:not(.open) .ico:after,
.header__globalHeader #trackingArea #menuArea #menuAreaInner #ma_menu .menu_btn:not(.open) .ico:after {
  top: 6px;
  left: 0;
}
.header__globalHeader #searchArea {
  display: none;
  z-index: 5300;
  position: absolute;
  top: 3.5em;
  right: 2em;
  width: 79em;
  padding: 3em 4em 4em;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 1em;
}
@media screen and (max-width: 767px) {
  .header__globalHeader #searchArea {
    top: 1.5em;
    right: 0;
    padding: 2em;
    width: 100%;
    border-radius: 0;
    border: 0;
    border-top: 1px solid #ccc;
    overflow-y: scroll;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  }
}
.header__globalHeader #searchArea:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.1em;
  right: 3em;
  width: 1.6em;
  height: 1.6em;
  transform: translateY(-100%);
  background: url(../img/bubble-arrow.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .header__globalHeader #searchArea:before {
    display: none;
  }
}
.header__globalHeader #searchArea #searchAreaInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header__globalHeader #searchArea #searchAreaInner {
    display: block;
  }
}
.header__globalHeader #searchArea #searchAreaForm {
  display: block;
  position: relative;
}
.header__globalHeader #searchArea #searchAreaFormText {
  width: 662px;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__globalHeader #searchArea #searchAreaFormText {
    width: 100%;
  }
}
.header__globalHeader #searchArea #searchAreaFormText input {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  width: 100%;
  padding: 10px 70px 10px 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #E0E0E0;
}
.header__globalHeader #searchArea #searchAreaFormText .ico {
  width: 15px;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header__globalHeader #searchArea #searchAreaFormButton {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header__globalHeader #searchArea #searchAreaFormButton input {
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  background: #EA6767;
  color: #fff;
  font-size: 1.4em;
  padding: 2px 10px;
  text-align: center;
  width: 60px;
  border-radius: 60px;
}
.header__globalHeader #searchArea #searchAreaClose {
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .header__globalHeader #searchArea #searchAreaClose {
    display: none;
  }
}

.header__allitemArea {
  display: none;
  z-index: 5201;
  position: absolute;
  top: 1.5em;
  width: 100%;
  padding: 1em 4em 4em;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 1em;
}
@media screen and (max-width: 767px) {
  .header__allitemArea {
    top: 1.5em;
    right: 0;
    padding: 0;
    width: 100%;
    border-radius: 0;
    border: 0;
    border-top: 1px solid #ccc;
    height: calc(100vh - 7em);
    overflow-y: scroll;
  }
}
.header__allitemArea:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.1em;
  right: 4em;
  width: 1.6em;
  height: 1.6em;
  transform: translateY(-100%);
  background: url(../img/bubble-arrow.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .header__allitemArea:before {
    display: none;
  }
}
.header__allitemArea .allitemAreaUpper {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .header__allitemArea .allitemAreaUpper {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.header__allitemArea .allitemAreaUpper .aa_block {
  font-family: "GenJyuuGothic-Medium", sans-serif;
  width: 100%;
  background-image: url(../img/header_line.png);

  background-repeat: repeat-x;        /* 横にだけリピート */
  background-size: auto 10px;         /* 横幅は自動、高さを10pxに固定 */
  background-position: bottom left;   /* 必要なら位置調整 */
}
.winOld .header__allitemArea .allitemAreaUpper .aa_block {
  font-family: "メイリオ", Meiryo !important;
}
@media screen and (min-width: 768px) {
  .header__allitemArea .allitemAreaUpper .aa_block.half {
    width: 325px;
  }
}
.header__allitemArea .allitemAreaUpper .aa_block.half .aa_list dt {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .header__allitemArea .allitemAreaUpper .aa_block.half + .half {
    margin-left: 58px;
  }
}
.header__allitemArea .allitemAreaUpper .aa_block div {
  
  display: table;
  width: 100%;
  margin-bottom: -1px;
}

@media screen and (max-width: 767px) {
  .header__allitemArea .allitemAreaUpper .aa_block dt {
    width: 100%;
  }
}
.header__allitemArea .allitemAreaUpper .aa_block dt a {
  display: block;
}
.header__allitemArea .allitemAreaUpper .aa_block dd a {
  color: inherit;
  text-decoration: none;
  padding: 0 0 0 12px;
  height: 70px;
  font-size: 1.2em;
  display: block;
  display: flex;
  align-items: center;
  vertical-align: middle;
  padding-left: 90px;
  position: relative;
}
.header__allitemArea .allitemAreaUpper .aa_block dd a.movie-inner {
  font-weight: bold;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .header__allitemArea .allitemAreaUpper .aa_block dd a {
    padding-left: 80px;
    height: 60px;
    font-size: 1.3em;
  }
}
.header__allitemArea .allitemAreaUpper .aa_block dd a img {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 51px;
}
@media screen and (max-width: 767px) {
  .header__allitemArea .allitemAreaUpper .aa_block dd a img {
    left: 12px;
  }
}
.header__allitemArea .allitemAreaUpper .aa_block b {
  padding-left: clamp(22px, 4.533vw, 34px);
  height: clamp(40px, 6.667vw, 40px);

  color: #FFF;
  font-family: "Rounded Mplus 1c";
  font-size: clamp(20px, 5.333vw, 36px);
  font-style: normal;
  font-weight: 800;
  line-height: clamp(26px, 5.333vw, 40px);
  letter-spacing: clamp(0.5px, 0.107vw, 0.8px);
  display: table-cell;
  vertical-align: middle;
}


.header__allitemArea .allitemAreaUpper .aa_block .aa_list {
  list-style: none;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  left: 0;
  top: 0;
  margin: clamp(30px, 5.333vw, 40px) 0;
}
  .header__allitemArea .allitemAreaUpper .aa_block .aa_list dt {
    font-family: "GenJyuuGothic-Heavy", sans-serif;
    display: block;
    clear: both;
  }
  .header__allitemArea .allitemAreaUpper .aa_block .aa_list dt > div {
    width: 100%;
  }
  .header__allitemArea .allitemAreaUpper .aa_block .aa_list dt a {
    display: block;
    width: 100%;
  }
  .header__allitemArea .allitemAreaUpper .aa_block .aa_list dt a:link, .header__allitemArea .allitemAreaUpper .aa_block .aa_list dt a:visited {
    color: #6c6c6c;
  }
@media screen and (min-width: 768px) {
  .header__allitemArea .allitemAreaUpper .aa_block .aa_list dt {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .header__allitemArea .allitemAreaUpper .aa_block .aa_list dd {
    width: 325px;
  }
  .header__allitemArea .allitemAreaUpper .aa_block .aa_list dd:nth-of-type(2n) {
    margin-left: 58px;
  }
}
@media screen and (max-width: 767px) {
  .header__allitemArea .allitemAreaUpper .aa_block .aa_list dd {
    width: 100%;
  }
}

.allitemAreaUpper .aa_block img {
  width: clamp(12px, 2.667vw, 20px);
  height: 100%;
  margin-right: clamp(18px, 4vw, 30px);
}


.header__allitemArea .header__allitemAreaBottom {
  background-color: #fff;
  border-top: 2px solid #e8e8dd;
  margin-top: -2px;
}
@media screen and (min-width: 768px) {
  .header__allitemArea .header__allitemAreaBottom {
    display: none;
  }
}

.header__memberitemArea {
  display: none;
  background: #fff;
  width: 79em;
  box-sizing: border-box;
  padding: 1em 4em 4em;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 1em;
  position: absolute;
}
@media screen and (min-width: 768px) {
  .header__memberitemArea {
    right: 1em;
    top: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  .header__memberitemArea {
    width: 100%;
    left: 0;
    top: 1.5em;
    border-radius: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
    height: calc(100vh - 7em);
    overflow-y: scroll;
  }
}
.header__memberitemArea:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.1em;
  right: 14em;
  width: 1.6em;
  height: 1.6em;
  transform: translateY(-100%);
  background: url(../img/bubble-arrow.svg) center center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .header__memberitemArea:before {
    display: none;
  }
}
.header__memberitemArea .close-button {
  display: none;
}
@media screen and (max-width: 767px) {
  .header__memberitemArea .close-button {
    display: block;
    padding: 12px 0;
    background: #BDBDBD;
    color: #fff;
    text-align: center;
  }
  .header__memberitemArea .close-button span {
    position: relative;
    font-size: 1em;
    font-weight: bold;
  }
  .header__memberitemArea .close-button span:before, .header__memberitemArea .close-button span:after {
    content: "";
    width: 14px;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    left: -15px;
    top: 50%;
  }
  .header__memberitemArea .close-button span:before {
    transform: rotate(45deg);
  }
  .header__memberitemArea .close-button span:after {
    transform: rotate(-45deg);
  }
}
.header__memberitemArea .aa_block {
  font-family: "GenJyuuGothic-Medium", sans-serif;
  border-bottom: 2px solid #dedece;
  width: 100%;
}
.winOld .header__memberitemArea .aa_block {
  font-family: "メイリオ", Meiryo !important;
}
@media screen and (min-width: 768px) {
  .header__memberitemArea .aa_block.half {
    width: 32.5em;
  }
  .header__memberitemArea .aa_block.half .aa_list dt {
    margin-right: 0;
  }
  .header__memberitemArea .aa_block.half + .half {
    margin-left: 58px;
  }
}
@media screen and (max-width: 767px) {
  .header__memberitemArea .aa_block {
    width: auto;
    margin-left: 2em;
    margin-right: 2em;
  }
}
.header__memberitemArea .aa_block div {
  border-bottom: 1px solid #e8e8dd;
  display: table;
  width: 100%;
  margin-bottom: -1px;
}
.header__memberitemArea .aa_block dt {
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .header__memberitemArea .aa_block dt {
    padding-top: 0;
  }
}
.header__memberitemArea .aa_block dd a {
  color: inherit;
  text-decoration: none;
  padding: 0 0 0 12px;
  height: 70px;
  font-size: 1.2em;
  display: block;
  display: flex;
  align-items: center;
  vertical-align: middle;
  padding-left: 90px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header__memberitemArea .aa_block dd a {
    height: 60px;
  }
}
.header__memberitemArea .aa_block dd a > img {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.header__memberitemArea .aa_block b {
  padding: 0 0 0 34px;
  height: 50px;
  font-size: 1.5em;
  font-weight: normal;
  display: table-cell;
  vertical-align: middle;
}
.header__memberitemArea .aa_block .aa_list {
  list-style: none;
  width: 100%;
  display: block;
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .header__memberitemArea .aa_block .aa_list {
    display: block;
    width: auto;
    box-sizing: border-box;
  }
}
.header__memberitemArea .aa_block .aa_list dt {
  font-family: "GenJyuuGothic-Heavy", sans-serif;
  display: block;
  clear: both;
}
.header__memberitemArea .aa_block .aa_list dt > div {
  width: 100%;
}
.header__memberitemArea .aa_block .aa_list dt a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header__memberitemArea .aa_block .aa_list dt {
    width: 325px;
    margin-right: 50%;
  }
}
.header__memberitemArea .aa_block .aa_list dt span {
  font-family: "GenJyuuGothic-Heavy", sans-serif;
}
.header__memberitemArea .aa_block .aa_list dt b {
  font-family: "GenJyuuGothic-Heavy", sans-serif;
}
.header__memberitemArea .aa_block .aa_list dd {
  font-family: "GenJyuuGothic-Medium", sans-serif;
}
.winOld .header__memberitemArea .aa_block .aa_list dd {
  font-family: "メイリオ", Meiryo !important;
}
@media screen and (min-width: 768px) {
  .header__memberitemArea .aa_block .aa_list dd {
    width: 325px;
  }
}
.header__memberitemArea .aa_block .aa_list dd .aa_current {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .header__memberitemArea .aa_block .aa_list dd .aa_current img {
    width: 45px;
  }
}
.header__memberitemArea .aa_block .aa_list dd b {
  font-family: "GenJyuuGothic-Medium", sans-serif;
}
.winOld .header__memberitemArea .aa_block .aa_list dd b {
  font-family: "メイリオ", Meiryo !important;
}
@media screen and (min-width: 768px) {
  .header__memberitemArea .aa_block .aa_list dd:nth-of-type(2n) {
    margin-left: 58px;
  }
}
.header__memberitemArea .aa_block #aa_room dt div {
  background: url(../img/ico_room.svg) no-repeat left center;
  -webkit-background-size: 16px auto;
  -moz-background-size: 16px auto;
  -ms-background-size: 16px auto;
  -o-background-size: 16px auto;
  background-size: 16px auto;
}
.header__memberitemArea .aa_block #aa_english dt div {
  background: url(../img/ico_english.svg) no-repeat left center;
  -webkit-background-size: 22px auto;
  -moz-background-size: 22px auto;
  -ms-background-size: 22px auto;
  -o-background-size: 22px auto;
  background-size: 22px auto;
}
.header__memberitemArea .aa_block #aa_english_plus dt div {
    background: url(../img/ico_english_plus.svg) no-repeat left center;
    -webkit-background-size: 22px auto;
    -moz-background-size: 22px auto;
    -ms-background-size: 22px auto;
    -o-background-size: 22px auto;
    background-size: 22px auto;
  }
.header__memberitemArea .header__allitemAreaBottom {
  background-color: #fff;
  border-top: 2px solid #e8e8dd;
  margin-top: -2px;
}
@media screen and (min-width: 768px) {
  .header__memberitemArea .header__allitemAreaBottom {
    display: none;
  }
}

.footer__globalFooter {
  display: block;
  background: #fff;
  font-size: 10px;
}
.footer__globalFooter a:link, .footer__globalFooter a:visited {
  color: #6c6c6c;
}
@media screen and (min-width: 768px) {
  .footer__globalFooter {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.footer__globalFooter .btPagetop {
  position: fixed;
  z-index: 7000;
  right: 2em;
  bottom: 2em;
  opacity: 0;
  display: block;
  transition-property: opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transform-style: preserve-3d;
}
@media screen and (max-width: 767px) {
  .footer__globalFooter .btPagetop img {
    width: 36px;
  }
}
.footer__globalFooter .btPagetop a {
  display: block;
  border-radius: 0.5em;
  background-color: #c7c0a3;
}
.footer__globalFooter .btPagetop a:hover {
  background-color: #bfb086;
}
.footer__globalFooter .btPagetop.show {
  opacity: 0.7;
}

.footer__sitemapArea {
  max-width: 101.6em;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer__sitemapArea {
    width: 100%;
  }
}
.footer__sitemapArea .sitemapAreaWrapperSns {
  padding-top: 5em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__sitemapArea .sitemapAreaWrapperSns {
    padding-top: 20px;
  }
}
.footer__sitemapArea .sitemapAreaWrapperSns .sitemapAreaWrapperSnsList {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .footer__sitemapArea .sitemapAreaWrapperSns .sitemapAreaWrapperSnsList img {
    width: 60px;
  }
}
.footer__sitemapArea .sitemapAreaWrapperSns .sitemapAreaWrapperSnsList + .sitemapAreaWrapperSnsList {
  margin-left: 5em;
}
@media screen and (max-width: 767px) {
  .footer__sitemapArea .sitemapAreaWrapperSns .sitemapAreaWrapperSnsList + .sitemapAreaWrapperSnsList {
    margin-left: 20px;
  }
}
.footer__sitemapArea .sitemapAreaWrapperSns .sitemapAreaWrapperSnsList a:hover {
  opacity: 0.8;
}
.footer__sitemapArea .sitemapAreaWrapperLogo {
  display: block;
  margin-bottom: 2.5em;
  padding-top: 6em;
}
@media screen and (max-width: 767px) {
  .footer__sitemapArea .sitemapAreaWrapperLogo {
    display: none;
  }
}
.footer__sitemapArea .sitemapAreaWrapperLogo a {
  display: inline-block;
}
.footer__sitemapArea .sitemapAreaWrapperLogo a:hover {
  opacity: 0.8;
}
.footer__sitemapArea .sitemapAreaWrapperLogo a img {
  width: 17em;
  display: block;
}
.footer__sitemapArea .sitemapAreaWrapperFunction {
  border: 2px solid #E0E0E0;
  border-radius: 5px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer__sitemapArea .sitemapAreaWrapperFunction {
    margin: 20px 15px 0;
    flex-wrap: wrap;
  }
}
.footer__sitemapArea .sitemapAreaWrapperFunction li {
  display: block;
}
@media screen and (min-width: 768px) {
  .footer__sitemapArea .sitemapAreaWrapperFunction li {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .footer__sitemapArea .sitemapAreaWrapperFunction li {
    width: 50%;
    box-sizing: border-box;
    border-bottom: 2px solid #E0E0E0;
  }
  .footer__sitemapArea .sitemapAreaWrapperFunction li:nth-child(odd) {
    border-right: 2px solid #E0E0E0;
  }
  .footer__sitemapArea .sitemapAreaWrapperFunction li:nth-child(odd):nth-last-child(2) {
    border-bottom: 0;
  }
  .footer__sitemapArea .sitemapAreaWrapperFunction li:nth-last-child(1) {
    border-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .footer__sitemapArea .sitemapAreaWrapperFunction li + li {
    border-left: 2px solid #E0E0E0;
  }
}
.footer__sitemapArea .sitemapAreaWrapperFunction li a {
  display: block;
  padding: 1.78em 1.07em;
  font-size: 1.4em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer__sitemapArea .sitemapAreaWrapperFunction li a {
    font-size: 10px;
    padding: 15px 10px;
    text-align: left;
  }
}
.footer__sitemapArea .sitemapAreaWrapperFunction li a:before {
  content: "";
  width: 0.6em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.8em;
  margin-top: -0.2em;
  background: url(../img/arrow-small.svg) no-repeat center center;
  background-size: contain;
}

.footer__statusArea {
  max-width: 101.6em;
  margin: 2em auto 0;
}
@media screen and (max-width: 767px) {
  .footer__statusArea {
    width: auto;
    margin: 2em 1.5em 0;
  }
}
.footer__statusArea .statusAreaWrapper {
  border: 2px solid #E0E0E0;
  border-radius: 5px;
  padding: 3em;
  box-sizing: border-box;
  margin-bottom: 4em;
}
@media screen and (max-width: 767px) {
  .footer__statusArea .statusAreaWrapper {
    margin-bottom: 15px;
    padding: 15px 10px;
  }
}
.footer__statusArea .statusAreaForMemberTitle {
  color: #F04646;
  font-weight: bold;
  font-size: 16px;
  display: block;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .footer__statusArea .statusAreaForMemberTitle {
    margin-bottom: 15px;
  }
}
.footer__statusArea .fm_title {
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .footer__statusArea .fm_title {
    justify-content: space-between;
    border-bottom: 1px dashed #E0E0E0;
    padding-bottom: 6px;
  }
}
.footer__statusArea .fm_title .fm_title-name {
  display: inline-block;
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .footer__statusArea .fm_title .fm_title-name {
    font-size: 1em;
  }
}
.footer__statusArea .fm_title .fm_title-edit {
  margin-left: 20px;
}
.footer__statusArea .fm_title .fm_title-edit a {
  border: 2px solid #EA6767;
  color: #EA6767;
  font-size: 1.2em;
  padding: 3px 10px;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .footer__statusArea .fm_title .fm_title-edit a {
    padding: 5px 10px;
    font-size: 1em;
    border: 1px solid #EA6767;
  }
}
.footer__statusArea .fm_text-status {
  color: #EA6767;
}
.footer__statusArea .fm_text-status b {
  font-size: 2em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .footer__statusArea .fm_text-status b {
    font-size: 1.3em;
    display: block;
  }
}
.footer__statusArea .fm_text-status span {
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .footer__statusArea .fm_text-status span {
    font-size: 1em;
    display: block;
  }
}
.footer__statusArea .fm_link-and-button {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer__statusArea .fm_link-and-button {
    display: block;
  }
}
.footer__statusArea .fm_link-and-button .fm_link {
  order: 1;
  display: block;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .footer__statusArea .fm_link-and-button .fm_link {
    order: 2;
  }
  .footer__statusArea .fm_link-and-button .fm_link li + li {
    margin-top: 5px;
  }
}
.footer__statusArea .fm_link-and-button .fm_link a span {
  font-size: 1.4em;
}
@media screen and (max-width: 767px) {
  .footer__statusArea .fm_link-and-button .fm_link a span {
    font-size: 1.3em;
  }
}
.footer__statusArea .fm_link-and-button .fm_link a:before {
  content: "";
  width: 0.6em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.6em;
  margin-top: -0.2em;
  background: url(../img/arrow-small.svg) no-repeat center center;
  background-size: contain;
}
.footer__statusArea .fm_link-and-button .fm_button {
  order: 2;
}
@media screen and (max-width: 767px) {
  .footer__statusArea .fm_link-and-button .fm_button {
    order: 1;
    width: 100%;
    display: flex;
    padding: 14px 0;
  }
}
.footer__statusArea .fm_link-and-button .fm_button .fm_text-func_setting,
.footer__statusArea .fm_link-and-button .fm_button .fm_text-func_alert {
  display: inline-block;
  width: 20em;
}
@media screen and (max-width: 767px) {
  .footer__statusArea .fm_link-and-button .fm_button .fm_text-func_setting,
  .footer__statusArea .fm_link-and-button .fm_button .fm_text-func_alert {
    width: calc(50% - 8px);
  }
}
.footer__statusArea .fm_link-and-button .fm_button .fm_text-func_setting a,
.footer__statusArea .fm_link-and-button .fm_button .fm_text-func_alert a {
  display: block;
  color: #fff;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  background: #EA6767;
  padding: 10px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .footer__statusArea .fm_link-and-button .fm_button .fm_text-func_setting a,
  .footer__statusArea .fm_link-and-button .fm_button .fm_text-func_alert a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 1.6em;
    padding: 8px 10px;
  }
}
.footer__statusArea .fm_link-and-button .fm_button .fm_text-func_setting a:hover,
.footer__statusArea .fm_link-and-button .fm_button .fm_text-func_alert a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.footer__statusArea .fm_link-and-button .fm_button .fm_text-func_alert {
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .footer__statusArea .fm_link-and-button .fm_button .fm_text-func_alert {
    margin-left: 15px;
  }
}
.footer__statusArea .statusAreaForMemberInfo {
  padding-bottom: 2em;
  border-bottom: 1px dashed #E0E0E0;
}
@media screen and (max-width: 767px) {
  .footer__statusArea .statusAreaForMemberInfo {
    display: block;
    padding-bottom: 15px;
  }
}
.footer__statusArea .statusAreaForMemberText {
  display: flex;
  align-items: center;
  padding-bottom: 2em;
  border-bottom: 1px dashed #E0E0E0;
}
@media screen and (max-width: 767px) {
  .footer__statusArea .statusAreaForMemberText {
    display: block;
    padding-bottom: 15px;
  }
}
.footer__statusArea .statusAreaForMemberText .intInner01 {
  flex: 1;
}
.footer__statusArea .statusAreaForMemberText .intInner01 .fm_text-title {
  font-size: 1.4em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .footer__statusArea .statusAreaForMemberText .intInner01 .fm_text-title {
    font-size: 10px;
    margin-bottom: 15px;
  }
}
.footer__statusArea .statusAreaForMemberText .statusAreaForMemberAbout span {
  grid-template: 1.4em;
}
.footer__statusArea .statusAreaForMemberText .statusAreaForMemberAbout:before {
  content: "";
  width: 0.6em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.6em;
  margin-top: -0.2em;
  background: url(../img/arrow-small.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .footer__statusArea .statusAreaForMemberText .statusAreaForMemberAbout.sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer__statusArea .statusAreaForMemberText .statusAreaForMemberAbout.pc {
    display: none;
  }
  .footer__statusArea .statusAreaForMemberText .statusAreaForMemberAbout.sp {
    margin-top: 15px;
    font-size: 13px;
  }
}
.footer__statusArea .statusAreaForMemberText .fm_text-button {
  color: #fff;
  width: 20em;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  background: #EA6767;
  padding: 10px;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  .footer__statusArea .statusAreaForMemberText .fm_text-button {
    max-width: 50%;
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer__statusArea .statusAreaForMemberText .fm_text-button {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    padding: 8px 10px;
  }
}
.footer__statusArea .statusAreaForMemberText .fm_text-button:hover {
  text-decoration: none;
  opacity: 0.8;
}
.footer__statusArea .statusAreaForMemberContact {
  padding-top: 2em;
  padding-top: 1.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.footer__statusArea .statusAreaForMemberContact .fm_contact-text {
  text-align: left;
  font-size: 14px;
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer__statusArea .statusAreaForMemberContact .fm_contact-text {
    font-size: 10px;
    width: 50%;
    padding-right: 15px;
    box-sizing: border-box;
    margin-bottom: 0;
  }
}
.footer__statusArea .statusAreaForMemberContact .fm_rule-button a,
.footer__statusArea .statusAreaForMemberContact .fm_contact-faq a {
  display: block;
  text-align: center;
  font-size: 20px;
  border-radius: 50px;
  background: #fff;
  font-weight: bold;
  color: #EA6767;
  padding: 10px;
  border: 2px solid #EA6767;
}
@media screen and (max-width: 767px) {
  .footer__statusArea .statusAreaForMemberContact .fm_rule-button a,
  .footer__statusArea .statusAreaForMemberContact .fm_contact-faq a {
    font-size: 16px;
    padding: 6px 10px;
  }
}
.footer__statusArea .statusAreaForMemberContact .fm_rule-button a:hover,
.footer__statusArea .statusAreaForMemberContact .fm_contact-faq a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .footer__statusArea .statusAreaForMemberContact .fm_rule-button {
    max-width: 20em;
    flex: 1;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .footer__statusArea .statusAreaForMemberContact .fm_rule-button {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .footer__statusArea .statusAreaForMemberContact .fm_contact-faq {
    max-width: 40em;
    flex: 1;
    white-space: nowrap;
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer__statusArea .statusAreaForMemberContact .fm_contact-faq {
    width: 100%;
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .footer__statusArea .statusAreaForMemberContact .fm_rule-button,
  .footer__statusArea .statusAreaForMemberContact .fm_contact-faq {
    max-width: 45%; /* 50%未満にして間隔を調整 */
    flex: 1 1 45%;
  }
}
.footer__statusArea .termsLink {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .footer__statusArea .termsLink {
    margin-top: 15px;
  }
}
.footer__statusArea .termsLink a {
  font-size: 14px;
  padding-left: 15px;
  position: relative;
  display: block;
}
@media screen and (max-width: 767px) {
  .footer__statusArea .termsLink a {
    font-size: 13px;
  }
}
.footer__statusArea .termsLink a:before {
  content: "";
  width: 6px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/arrow-small.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 4px;
}

.footer__copyrightArea {
  border-top: 1px solid #E0E0E0;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .footer__copyrightArea {
    padding: 25px 0;
  }
}
.footer__copyrightArea .footerWrapper .copyrightAreaWrapper {
  margin: 0 auto;
  max-width: 101.6em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__copyrightArea .footerWrapper .copyrightAreaWrapper {
    width: 100%;
    display: block;
  }
}
.footer__copyrightArea .footerWrapper .copyrightAreaWrapper .logo {
  width: 12.7em;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .footer__copyrightArea .footerWrapper .copyrightAreaWrapper .logo {
    display: block;
    margin: 0 auto 20px;
  }
}
.footer__copyrightArea .footerWrapper .copyrightAreaWrapper .logo a {
  display: inline-block;
}
.footer__copyrightArea .footerWrapper .copyrightAreaWrapper .logo img {
  display: block;
  width: 100%;
}
.footer__copyrightArea .footerWrapper .copyrightAreaWrapper .copyrightAreaLink {
  list-style: none;
  vertical-align: middle;
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  .footer__copyrightArea .footerWrapper .copyrightAreaWrapper .copyrightAreaLink {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .footer__copyrightArea .footerWrapper .copyrightAreaWrapper .copyrightAreaLink {
    text-align: center;
  }
}
.footer__copyrightArea .footerWrapper .copyrightAreaWrapper .copyrightAreaLink li {
  display: inline-block;
  margin-right: 10px;
}
.footer__copyrightArea .footerWrapper .copyrightAreaWrapper .copyrightAreaLink li a {
  color: #549fdc;
  padding: 0 0 0 10px;
  background: url(../img/blt-01.gif) no-repeat left center;
  background-size: 0.5em auto;
}
.footer__copyrightArea .footerWrapper .copyrightAreaWrapper .copyrightAreaText {
  font-size: 1.2em;
  color: #8c8162;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .footer__copyrightArea .footerWrapper .copyrightAreaWrapper .copyrightAreaText {
    margin-top: 15px;
    text-align: center;
  }
}

.serviceLinkBlock {
  background: #fff;
}
.serviceLinkBlock .blockInner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

  .serviceLinkBlock .blockInner {
    width: 100%;
    padding: 3.333vw 1.6vw;
    box-sizing: border-box;
  }

.serviceLinkBlock .blockInner .title {
  font-size: 32px;
  font-weight: bold;
  border-bottom: 2px solid #E0E0E0;
  color: #41424E;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .serviceLinkBlock .blockInner .title {
    font-size: 16px;
  }
}
.serviceLinkBlock .blockInner .serviceBlock {
  max-width: 1065px;
}
.serviceLinkBlock .blockInner .serviceBlock + .serviceBlock {
  border-top: 2px solid #E0E0E0;
}
.serviceLinkBlock .blockInner .serviceBlock .type {
  max-width: 490px;
  border-bottom: 1px solid #E0E0E0;
  font-size: 20px;
  font-weight: bold;
  padding: 25px 0 25px 60px;
  box-sizing: border-box;
  color: #616161;
}
.serviceLinkBlock .blockInner .serviceBlock .type.concert {
  background: url(../img/ico_concert.svg) no-repeat left center;
  -webkit-background-size: 34px auto;
  -moz-background-size: 34px auto;
  -ms-background-size: 34px auto;
  -o-background-size: 34px auto;
  background-size: 34px auto;
}
.serviceLinkBlock .blockInner .serviceBlock .type.movie {
  background: url(../img/ico_anime-movie.svg) no-repeat left center;
  -webkit-background-size: 28px auto;
  -moz-background-size: 28px auto;
  -ms-background-size: 28px auto;
  -o-background-size: 28px auto;
  background-size: 28px auto;
}
.serviceLinkBlock .blockInner .serviceBlock .type.goods {
  background: url(../img/ico_goods.svg) no-repeat left center;
  -webkit-background-size: 26px auto;
  -moz-background-size: 26px auto;
  -ms-background-size: 26px auto;
  -o-background-size: 26px auto;
  background-size: 26px auto;
}
.serviceLinkBlock .blockInner .serviceBlock .type.info {
  background: url(../img/ico_ikuji.svg) no-repeat left center;
  -webkit-background-size: 31px auto;
  -moz-background-size: 31px auto;
  -ms-background-size: 31px auto;
  -o-background-size: 31px auto;
  background-size: 31px auto;
}
@media screen and (max-width: 767px) {
  .serviceLinkBlock .blockInner .serviceBlock .type {
    width: auto;
    margin: 0 5px;
    padding: 15px 0 15px 42px;
    font-size: 13px;
    box-sizing: border-box;
  }
  .serviceLinkBlock .blockInner .serviceBlock .type.concert {
    -webkit-background-size: 23px auto;
    -moz-background-size: 23px auto;
    -ms-background-size: 23px auto;
    -o-background-size: 23px auto;
    background-size: 23px auto;
  }
  .serviceLinkBlock .blockInner .serviceBlock .type.movie {
    -webkit-background-size: 19px auto;
    -moz-background-size: 19px auto;
    -ms-background-size: 19px auto;
    -o-background-size: 19px auto;
    background-size: 19px auto;
  }
  .serviceLinkBlock .blockInner .serviceBlock .type.goods {
    -webkit-background-size: 18px auto;
    -moz-background-size: 18px auto;
    -ms-background-size: 18px auto;
    -o-background-size: 18px auto;
    background-size: 18px auto;
  }
  .serviceLinkBlock .blockInner .serviceBlock .type.info {
    -webkit-background-size: 21px auto;
    -moz-background-size: 21px auto;
    -ms-background-size: 21px auto;
    -o-background-size: 21px auto;
    background-size: 21px auto;
  }
}
.serviceLinkBlock .blockInner .serviceBlock .serviceList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .serviceLinkBlock .blockInner .serviceBlock .serviceList {
    display: block;
    margin: 0 5px;
  }
}
.serviceLinkBlock .blockInner .serviceBlock .serviceList li {
  width: 490px;
  box-sizing: border-box;
  border-bottom: 1px solid #E0E0E0;
}
.serviceLinkBlock .blockInner .serviceBlock .serviceList li:last-child {
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .serviceLinkBlock .blockInner .serviceBlock .serviceList li:nth-child(odd):nth-last-child(2) {
    border-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .serviceLinkBlock .blockInner .serviceBlock .serviceList li {
    width: 100%;
  }
}
.serviceLinkBlock .blockInner .serviceBlock .serviceList li a {
  padding: 20px;
  width: 100%;
  display: flex;
  font-size: 17px;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .serviceLinkBlock .blockInner .serviceBlock .serviceList li a {
    font-size: 13px;
    padding: 10px 18px;
  }
}
.serviceLinkBlock .blockInner .serviceBlock .serviceList li a:hover {
  text-decoration: none;
}
.serviceLinkBlock .blockInner .serviceBlock .serviceList li a img {
  width: 75px;
  padding-right: 40px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .serviceLinkBlock .blockInner .serviceBlock .serviceList li a img {
    width: 40px;
    padding-right: 30px;
  }
}
.serviceLinkBlock .blockInner .serviceBlock .serviceList li a:link, .serviceLinkBlock .blockInner .serviceBlock .serviceList li a:visited {
  color: #6c6c6c;
}

.footerAppArea {
  background: #DDF9FB;
  padding: 30px 0 40px;
}
@media screen and (max-width: 767px) {
  .footerAppArea {
    padding: 15px;
  }
}
.footerAppArea .title {
  text-align: center;
  margin-bottom: 10px;
}
.footerAppArea .title img {
  width: 575px;
}
@media screen and (max-width: 767px) {
  .footerAppArea .title {
    margin-bottom: 10px;
  }
  .footerAppArea .title img {
    width: 344px;
  }
}
.footerAppArea .footerText {
  text-align: center;
  margin: 10px;
}
.footerAppArea .footerText .appealText {
  color: #6c6c6c;
  font-weight: bold;
}
.footerAppArea .footerText .appealText::before, .footerAppArea .footerText .appealText::after {
  content: "";
  display: inline-block;
  width: 1.5px;
  height: 20px;
  background: #6c6c6c;
  vertical-align: -6px;
}
@media screen and (max-width: 767px) {
  .footerAppArea .footerText .appealText::before, .footerAppArea .footerText .appealText::after {
    width: 1.5px;
    height: 20px;
    top: 0;
  }
}
.footerAppArea .footerText .appealText::before {
  transform: rotate(-30deg);
  margin: 0 10px 0 0;
}
@media screen and (max-width: 767px) {
  .footerAppArea .footerText .appealText::before {
    left: 50%;
    margin-left: -140px;
    transform: rotate(-35deg);
  }
}
.footerAppArea .footerText .appealText::after {
  transform: rotate(30deg);
  margin: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .footerAppArea .footerText .appealText::after {
    right: 50%;
    margin-right: -140px;
    transform: rotate(35deg);
  }
}
.footerAppArea .footerText ul {
  display: flex;
  justify-content: center;
  margin: 5px 0 0 0;
}
.footerAppArea .footerText ul li {
  color: #fff;
  background: #55AAEC;
  border-radius: 30px;
  font-size: 14px;
  padding: 3px 20px;
  font-weight: bold;
  margin: 0 3px;
}
.footerAppArea .flexBlock {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .footerAppArea .flexBlock {
    display: block;
    padding: 0 5%;
  }
}
.footerAppArea .flexBlock .leftBlock {
  width: 326px;
}
.footerAppArea .flexBlock .leftBlock .pcApp {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.footerAppArea .flexBlock .leftBlock .pcApp li {
  margin: 0 5px;
  width: 150px;
}
.footerAppArea .flexBlock .leftBlock .pcApp li img {
  width: 100%;
}
.footerAppArea .flexBlock .leftBlock .pcApp li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .footerAppArea .flexBlock .leftBlock {
    width: auto;
  }
  .footerAppArea .flexBlock .leftBlock .appIcon {
    text-align: center;
  }
  .footerAppArea .flexBlock .leftBlock .appIcon img {
    width: 237.5px;
  }
  .footerAppArea .flexBlock .leftBlock .pcApp {
    display: none;
  }
}
.footerAppArea .flexBlock .rightBlock {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .footerAppArea .flexBlock .rightBlock {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footerAppArea .flexBlock .rightBlock picture {
    margin-right: 15px;
    max-width: 216.5px;
  }
  .footerAppArea .flexBlock .rightBlock picture img {
    width: 100%;
  }
}
.footerAppArea .flexBlock .rightBlock video {
  width: 340px;
}
@media screen and (max-width: 767px) {
  .footerAppArea .flexBlock .rightBlock video {
    width: 50%;
    margin-right: 3%;
  }
}
.footerAppArea .flexBlock .rightBlock .compatible {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .footerAppArea .flexBlock .rightBlock .compatible {
    display: block;
    flex: 1;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
}
.footerAppArea .flexBlock .rightBlock .compatible .spApp {
  display: none;
}
@media screen and (max-width: 767px) {
  .footerAppArea .flexBlock .rightBlock .compatible .spApp {
    display: block;
  }
  .footerAppArea .flexBlock .rightBlock .compatible .spApp a {
    width: 100%;
    box-sizing: border-box;
    display: block;
    background: #000;
    color: #fff;
    font-size: 10.5px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    padding: 12px 15px;
  }
}
.footerAppArea .flexBlock .rightBlock .compatible ul {
  display: flex;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .footerAppArea .flexBlock .rightBlock .compatible ul {
    margin-right: 0;
    margin-top: 20px;
  }
}
.footerAppArea .flexBlock .rightBlock .compatible ul li {
  color: #fff;
  background: #55AAEC;
  border-radius: 30px;
  font-size: 12px;
  padding: 7px 10px;
  font-weight: bold;
  margin: 0 3px;
}
@media screen and (max-width: 767px) {
  .footerAppArea .flexBlock .rightBlock .compatible ul li {
    font-size: 6px;
    padding: 5px 5px;
    margin: 0 3px 0 0;
  }
}
.footerAppArea .flexBlock .rightBlock .compatible span {
  font-size: 14px;
  color: #616161;
}
@media screen and (max-width: 767px) {
  .footerAppArea .flexBlock .rightBlock .compatible span {
    font-size: 8px;
  }
}
.footerAppArea .flexBlock .att {
  font-size: 13px;
  color: #616161;
  margin-top: 20px;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .footerAppArea .flexBlock .att {
    font-size: 8px;
  }
}
.footerAppArea .flexBlock p {
  font-size: 13px;
  color: #616161;
  width: 330px;
}
@media screen and (max-width: 767px) {
  .footerAppArea .flexBlock p {
    font-size: 8px;
  }
}
.footerAppArea .flexBlock p .asr {
  margin-left: -15px;
}
.footerAppArea .flexBlock p a {
  text-decoration: underline;
  display: inline;
}
.footerAppArea .flexBlock p a:hover {
  text-decoration: none;
}
.footerAppArea .flexBlock .asr {
  font-size: 21px !important;
  position: relative;
  top: 6px;
}
.header__allitemArea {
    display: none;
  }
  
  .header__allitemArea.open {
    display: block;
    background-color: #E42113;
  }

.car_bg_red {
  position: absolute;
  width: 26.667vw;
  top: 70.333vw;
  right: 4vw;
  opacity: 0.3;
}

@media screen and (max-width: 767px) {
  .footerAppArea .flexBlock .asr {
    position: inherit;
    font-size: 14px !important;
  }
}
.footerAppArea .flexBlock.btm {
  align-items: start;
}
@media screen and (max-width: 767px) {
  .footerAppArea .flexBlock.btm .rightBlock {
    justify-content: flex-start;
  }
  .header__allitemArea .allitemAreaUpper .aa_block {
    background-size: auto 5px;
  }
}

@media screen and (min-width: 768px) {
.header__allitemArea {
  width: 647px;
  right: 0;
}

}