@charset "UTF-8";
/*==================================
  PARTIAL
==================================*/
/*==================================
  MEDIA_QUERY
==================================*/
/*==================================
  VW_AUTO
==================================*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

img {
  max-width: 100%;
  border: 0;
  vertical-align: bottom;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

a.disabled {
  pointer-events: none;
}

.top a.disabled {
  pointer-events: none;
  display: block;
}

.top .remodal_list a.disabled {
  pointer-events: none;
  display: flex;
}

@media (min-width: 769px) {
  a.call {
    pointer-events: none;
  }
}

.copy-guard {
  pointer-events: none;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
  vertical-align: middle;
}

.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover, .remodal-close:focus {
  color: #2b2e38;
}

/* Dialog buttons */
.remodal-confirm, .remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover, .remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover, .remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}

/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal, [data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay, .remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* Slider */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: '';
}

[dir="rtl"] .slick-prev:before {
  content: '';
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: '';
}

[dir="rtl"] .slick-next:before {
  content: '';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 10px;
  width: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 10px;
  height: 10px;
  font-family: "slick";
  font-size: 6px;
  line-height: 10px;
  text-align: center;
  color: black;
  opacity: 1;
  border: 1px solid #afafaf;
  border-radius: 50%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #e60012;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
.slider-box.slick-dotted.slick-slider {
  margin-bottom: 40px;
}

.slider-box .slick-dots li {
  margin: 0 5px !important;
  width: 10px !important;
}

.slider-box .slick-dots li button:before {
  width: 8px;
  height: 8px;
}

/*==================================
  DEFAULT
==================================*/
/*- body ---------*/
body {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.075em;
  font-weight: 400;
  color: #333;
}

@media (min-width: 769px) {
  body {
    min-width: 1120px;
  }
}

.w100 {
  width: 100%;
}

/*- anchor ---------*/
a {
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  text-decoration: none;
  color: #333;
}

a:hover {
  opacity: .7;
}

a[target="_blank"]:after {
  content: '';
  background: url("/images/icn_blank.svg") no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-size: contain;
  margin-left: 5px;
  vertical-align: middle;
}

a.external-type02[target="_blank"]:after {
  background: url("/images/icn_blank02.svg") no-repeat;
  background-size: contain;
}

/*- page-top ---------*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 15px;
  font-size: 77%;
  z-index: 99;
}

#page-top a {
  background: url("/images/icn_pagetop.svg") no-repeat;
  text-decoration: none;
  color: #fff;
  height: auto;
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  border-radius: 5px;
  background-size: contain;
}

#page-top a:hover {
  text-decoration: none;
  opacity: .7;
}

@media (min-width: 769px) {
  #page-top {
    right: 20px;
  }
}

@media (min-width: 769px) {
  #page-top a {
    width: 60px;
    height: 60px;
  }
}

br.sp {
  display: block;
}

br.pc {
  display: none;
}

@media (min-width: 769px) {
  br.sp {
    display: none;
  }
}

@media (min-width: 769px) {
  br.pc {
    display: block;
  }
}

.pc_only {
  display: none;
}

@media (min-width: 769px) {
  .pc_only {
    display: block;
  }
}

.sp_only {
  display: block;
}

@media (min-width: 769px) {
  .sp_only {
    display: none;
  }
}

/*==================================
  ANIMATION
==================================*/
@-webkit-keyframes fadein {
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  100% {
    opacity: 1;
  }
}

.animation_01 {
  opacity: 0;
  -webkit-animation: fadein 0.5s ease .1s 1 forwards;
  animation: fadein 0.5s ease .1s 1 forwards;
}

.animation_02 {
  opacity: 0;
  -webkit-animation: fadein 0.5s ease .2s 1 forwards;
  animation: fadein 0.5s ease .2s 1 forwards;
}

.animation_03 {
  opacity: 0;
  -webkit-animation: fadein 0.5s ease .3s 1 forwards;
  animation: fadein 0.5s ease .3s 1 forwards;
}

.animation_04 {
  opacity: 0;
  -webkit-animation: fadein 0.5s ease .4s 1 forwards;
  animation: fadein 0.5s ease .4s 1 forwards;
}

.animation_05 {
  opacity: 0;
  -webkit-animation: fadein 0.5s ease .5s 1 forwards;
  animation: fadein 0.5s ease .5s 1 forwards;
}

.animation_06 {
  opacity: 0;
  -webkit-animation: fadein 0.5s ease .6s 1 forwards;
  animation: fadein 0.5s ease .6s 1 forwards;
}

.animation_07 {
  opacity: 0;
  -webkit-animation: fadein 0.5s ease .7s 1 forwards;
  animation: fadein 0.5s ease .7s 1 forwards;
}

.animation_08 {
  opacity: 0;
  -webkit-animation: fadein 0.5s ease .8s 1 forwards;
  animation: fadein 0.5s ease .8s 1 forwards;
}

.animation_09 {
  opacity: 0;
  -webkit-animation: fadein 0.5s ease .9s 1 forwards;
  animation: fadein 0.5s ease .9s 1 forwards;
}

.animation_10 {
  opacity: 0;
  -webkit-animation: fadein 0.5s ease 1s 1 forwards;
  animation: fadein 0.5s ease 1s 1 forwards;
}

.animation_11 {
  opacity: 0;
  -webkit-animation: fadein 0.5s ease 1.1s 1 forwards;
  animation: fadein 0.5s ease 1.1s 1 forwards;
}

.animation_12 {
  opacity: 0;
  -webkit-animation: fadein 0.5s ease 1.2s 1 forwards;
  animation: fadein 0.5s ease 1.2s 1 forwards;
}

.animation_13 {
  opacity: 0;
  -webkit-animation: fadein 0.5s ease 1.3s 1 forwards;
  animation: fadein 0.5s ease 1.3s 1 forwards;
}

.animation_14 {
  opacity: 0;
  -webkit-animation: fadein 0.5s ease 1.4s 1 forwards;
  animation: fadein 0.5s ease 1.4s 1 forwards;
}

.animation_15 {
  opacity: 0;
  -webkit-animation: fadein 0.5s ease 1.5s 1 forwards;
  animation: fadein 0.5s ease 1.5s 1 forwards;
}

.animation_16 {
  opacity: 0;
  -webkit-animation: fadein 0.5s ease 1.6s 1 forwards;
  animation: fadein 0.5s ease 1.6s 1 forwards;
}

/*==================================
  HEADER
==================================*/
.header {
  height: 60px;
}

.header.gnav-fixed .header_inner-pc-global {
  position: fixed;
  width: 100%;
  z-index: 10;
  -webkit-animation-name: slidein;
  animation-name: slidein;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  border-bottom: 1px solid #c9c9c9;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  top: 0;
}

.header.gnav-fixed .header_inner-pc-global-wrap {
  max-width: 1020px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header.gnav-fixed .header_inner-pc-global-logo {
  width: 209px;
  margin-right: 40px;
}

.header.gnav-fixed .header_inner-pc-global-menu {
  max-width: 771px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header.gnav-fixed .header_inner-pc-global-menu li a {
  font-size: 14px;
  color: #333;
}

.header.gnav-fixed .header_inner-pc-global-menu li a:after {
  width: 12px;
  height: 12px;
}

.header.gnav-fixed .header_inner-pc-global-menu li a:hover {
  opacity: 1;
  color: #e60012;
  border-bottom: 2px solid #e60012;
  padding-bottom: 5px;
}

@media (min-width: 769px) {
  .header {
    height: auto;
  }
}

@-webkit-keyframes slidein {
  0% {
    height: 0;
  }
  100% {
    height: 90px;
  }
}

@keyframes slidein {
  0% {
    height: 0;
  }
  100% {
    height: 90px;
  }
}

@media (min-width: 769px) {
  .header.gnav-fixed .header_inner-pc-global {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.news li a.menu_news, .news_detail li a.menu_news, .blog li a.menu_blog, .blog_archive li a.menu_blog, .blog_detail li a.menu_blog, .floor li a.menu_floor, .floor_map li a.menu_floor, .floor_detail li a.menu_floor, .event li a.menu_event, .event_detail li a.menu_event, .restaurant li a.menu_restaurant, .restaurant_detail li a.menu_restaurant, .access li a.menu_access, .access_detail li a.menu_access, .facilities li a.menu_facilities, .facilities_detail li a.menu_facilities, .cinema li a.menu_cinema, .cinema_detail li a.menu_cinema {
  opacity: 1;
  color: #e60012 !important;
  border-bottom: 2px solid #e60012;
  padding-bottom: 5px;
}

.header_inner-sp {
  border-bottom: 1px solid #afafaf;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 18px;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 10;
}

.header_inner-sp-logo {
  width: 193px;
}

.header_inner-sp-trigger {
  width: 30px;
}

.header_inner-sp-trigger img {
  -webkit-transition: .5s;
  transition: .5s;
}

@media (min-width: 769px) {
  .header_inner-sp {
    display: none;
  }
}

/*- REMODAL ---------*/
.remodal {
  height: 100%;
  color: #fff;
  background: transparent;
  padding: 0;
}

.remodal a {
  color: #fff;
}

.remodal-wrapper {
  overflow: auto;
  padding: 0;
}

.remodal_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 18px;
}

.remodal_ttl-close {
  position: static;
  display: block;
  overflow: visible;
  width: 25px;
  height: 25px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal_ttl-close::before {
  content: "";
  background: url("/images/icon_close.svg") no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
  display: block;
}

.remodal_lang {
  margin-top: 27px;
  padding: 0 13px;
}

.remodal_lang span {
  background: none;
}

.remodal_lang span.selected {
  border-bottom: none !important;
  background: none;
}

.remodal_lang .menu {
  position: static;
}

.remodal_lang .menu ul {
  position: static;
  background: rgba(255, 255, 255, 0.3);
}

.remodal_lang .menu ul li {
  border-top: 1px solid #fff;
  width: 95%;
  margin: 0 auto;
  font-size: 11px;
  font-size: 2.93333vw;
}

.remodal_lang .menu ul li:not(:last-child) {
  border-bottom: none;
}

.remodal_lang .menu ul li a {
  padding: 12px;
}

.remodal_list {
  margin-top: 21px;
  padding: 0 13px;
}

.remodal_list li {
  border-top: 1px solid #707070;
  font-size: 13px;
}

.remodal_list li:last-child {
  border-bottom: 1px solid #707070;
}

.remodal_list li a {
  padding: 20px 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.remodal_list li a::before {
  content: "";
  background: url("/images/icn_right-arrow.svg") no-repeat;
  background-size: contain;
  display: inline-block;
  width: 4px;
  height: 7px;
  margin-right: 10px;
  margin-left: 10px;
}

.remodal_time {
  font-size: 15px;
  margin-top: 23px;
  font-family: 'Lato', sans-serif;
  padding: 0 13px;
}

.remodal_time span {
  font-family: 'Noto Sans JP', sans-serif;
  display: block;
  line-height: 2;
  font-size: 12px;
}

.remodal_search {
  margin-top: 32px;
}

.remodal_search form {
  padding: 0 13px;
  position: relative;
}

.remodal_search form .inputText {
  width: 100%;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.4);
  border: 0;
  height: 50px;
  padding: 14px 20px 14px 25px;
  border: 1px solid #fff;
}

.remodal_search form .inputText::-webkit-input-placeholder {
  color: #fff;
}

.remodal_search form .inputText::-moz-placeholder {
  color: #fff;
}

.remodal_search form .inputText:-ms-input-placeholder {
  color: #fff;
}

.remodal_search form .inputText::-ms-input-placeholder {
  color: #fff;
}

.remodal_search form .inputText::placeholder {
  color: #fff;
}

.remodal_search form .inputBtn {
  border: 0;
  padding: 0;
  background: none;
  color: transparent;
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("/images/icn_modal-search.svg") no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.remodal_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
  padding-bottom: 50px;
}

.remodal_sns-twitter {
  width: 100%;
  border: 1px solid #fff;
  border-radius: 5px;
  margin: 0 10px;
  padding: 8px;
}

.remodal_sns-twitter img {
  width: 35px;
  margin-right: 10px;
}

.remodal_sns-twitter a:after {
  content: none;
}

.remodal_sns-insta {
  width: 35px;
}

.remodal_sns-insta a:after {
  content: none;
}

.top.header_inner-pc-page-menu, .header_inner-pc, .header_inner-pc-global, .top .header_inner-pc-page, .header_inner-pc-page {
  display: none;
}

.header_inner-sp-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  margin-right: 16px;
}
.header_inner-sp-sns-twitter {
  width: 20.5px;
  margin-right: 15px;
}
.header_inner-sp-sns-twitter a:after {
  content: none;
}
.header_inner-sp-sns-insta {
  margin-right: 0;
  width: 21px;
}
.header_inner-sp-sns-insta a:after {
  content: none;
}
.header_inner-sp-sns-x {
  width: 16px;
  margin-right: 12px;
}
.header_inner-sp-sns-x a:after {
  content: none;
}

@media (min-width: 769px) {
  .header_inner-pc {
    height: 130px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
  }
  .header_inner-pc-right {
    position: absolute;
    top: 50%;
    right: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header_inner-pc-search {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header_inner-pc-lang {
    margin-right: 42px;
  }
  .header_inner-pc-sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header_inner-pc-sns-twitter {
    width: 20.5px;
    margin-right: 15px;
  }
  .header_inner-pc-sns-twitter a:after {
    content: none;
  }
  .header_inner-pc-sns-insta {
    margin-right: 10px;
    width: 21px;
  }
  .header_inner-pc-sns-insta a:after {
    content: none;
  }
  .header_inner-pc-sns-x {
    width: 18px;
    margin-right: 15px;
  }
  .header_inner-pc-sns-x a:after {
    content: none;
  }
  .header_inner-pc-page {
    width: 100%;
    border-bottom: 1px solid #c9c9c9;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    padding-bottom: 37px;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .header_inner-pc-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 769px) {
  .header_inner-pc-page-menu {
    max-width: 771px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header_inner-pc-page-menu li a {
    font-size: 14px;
    color: #333;
  }
  .header_inner-pc-page-menu li a:after {
    width: 12px;
    height: 12px;
  }
  .header_inner-pc-page-menu li a:hover {
    opacity: 1;
    color: #e60012;
    border-bottom: 2px solid #e60012;
    padding-bottom: 5px;
  }
}

/*==================================
  LANG_DropDown
==================================*/
.menu div {
  position: relative;
}

.menu div span {
  font-family: 'Lato', sans-serif;
  cursor: pointer;
  font-size: 15px;
  -webkit-transition: .3s;
  transition: .3s;
  display: block;
  padding: 0;
  border: 1px solid #fff;
  position: relative;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
}

.menu div span.selected {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 5px 5px 0 0;
  background: rgba(255, 255, 255, 0.3);
}

.menu div span:hover {
  opacity: 1;
}

.menu div span::before {
  content: '';
  background: url("/images/icn_lang-sp.svg") no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 10px;
}

.menu div span::after {
  content: '';
  background: url("/images/icn_lang-arrow-sp.svg") no-repeat;
  background-size: cover;
  width: 12px;
  height: 7px;
  display: block;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu div ul {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-radius: 0 0 5px 5px;
  display: none;
}

.menu div li {
  padding: 0;
}

.menu div li:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.menu div li a {
  color: #fff;
  display: block;
  padding: 15px;
}

@media (min-width: 769px) {
  .menu div span {
    padding: 10px;
    height: auto;
    font-size: 16px;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
  }
}

@media (min-width: 769px) {
  .menu div span.selected {
    border-top: 1px solid #afafaf;
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    border-bottom: 0;
    background: #fff;
    border-radius: 0;
  }
  .menu div span.selected:hover {
    opacity: 1;
  }
}

@media (min-width: 769px) {
  .menu div span:hover {
    opacity: .7;
  }
}

@media (min-width: 769px) {
  .menu div span::before {
    background: url("/images/icn_lang.svg") no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 10px;
  }
}

@media (min-width: 769px) {
  .menu div span::after {
    background: url("/images/icn_lang-arrow.svg") no-repeat;
    background-size: cover;
    width: 12px;
    height: 7px;
    display: inline-block;
    vertical-align: bottom;
    margin-left: 17px;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}

@media (min-width: 769px) {
  .menu div ul {
    border-radius: 0;
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #afafaf;
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    background: #fff;
    padding-bottom: 5px;
  }
}

@media (min-width: 769px) {
  .menu div li {
    border-top: 1px solid #fff;
    padding: 8px 0;
    text-align: center;
    border-top: 1px solid #afafaf;
    margin: 0 15px;
  }
}

@media (min-width: 769px) {
  .menu div li a {
    font-size: 12px;
    padding: 0;
    color: #333;
    font-weight: 400;
  }
}

/*==================================
  SEARCH
==================================*/
.keyword-form {
  width: 25px;
  height: 25px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.keyword-form .form {
  position: relative;
}

.keyword-form .inputText {
  outline-style: none;
  width: 0;
  padding: 14px 0;
  border-radius: 50px;
  margin-right: 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f1f1f1;
  border: 0;
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.keyword-form .inputText:focus {
  width: 100%;
  padding: 14px 20px 14px 25px;
  -webkit-transition: .3s;
  transition: .3s;
}

.keyword-form .inputBtn {
  width: 26px;
  height: 24px;
  border: 0;
  background: url("/images/icn_search.svg") no-repeat center;
  background-size: contain;
  text-indent: 200px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.keyword-form .inputBtn:hover {
  opacity: .7;
}

.keyword-form-active {
  width: 320px;
}

.keyword-form-active .inputText {
  outline-style: none;
  width: 100%;
  padding: 14px 20px 14px 25px;
  border-radius: 50px;
  margin-right: 2%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f1f1f1;
  border: 0;
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.keyword-form .btn-keyword-on {
  width: 25px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 0;
}

/*==================================
  MAIN
==================================*/
@media (min-width: 769px) {
  .main .slider .slick-dots {
    bottom: -40px;
  }
}

.main .slider-telop {
  width: calc(100% - 26px);
  margin: 0 auto;
  padding: 10px;
  font-size: 11px;
  font-size: 2.93333vw;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

.main .slider-telop:last-of-type {
  border-bottom: 1px solid #000;
  margin: 0 auto 15px;
}

.main .slider .slick {
  opacity: 0;
}

.main .slider .slick.slick-initialized {
  -webkit-animation: fadein 1s ease .5s 1 forwards;
  animation: fadein 1s ease .5s 1 forwards; }

.main .slider .slick-slide {
  width: 778px;
  display: block;
}

.main .slider .slick-slide a[target="_blank"]:after {
  display: none;
}

.main .slider .slick-prev {
  left: 13px;
  background: url("/images/icn_slide-arrow.svg") no-repeat;
}

.main .slider .slick-next {
  right: 13px;
  background: url("/images/icn_slide-arrow2.svg") no-repeat;
}

.main .slider .slick-prev, .main .slider .slick-next {
  width: 30px;
  height: 30px;
  cursor: pointer;
  background-size: contain;
}

.main .menu {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 20px;
}

.main .menu_item {
  width: calc(100% / 4);
}

.main .menu_item:not(:nth-child(-n + 4)) {
  margin-top: 10px;
}

.main .menu_item a {
  -webkit-transition: none;
  transition: none;
  color: #333;
  display: block;
}

.main .menu_item a:after {
  content: none;
}

.main .menu_item a:hover {
  color: #e60012;
  opacity: 1;
}

.main .menu_item a:hover .menu_item_box-icn-01, .main .menu_item a:hover .menu_item_box-icn-02, .main .menu_item a:hover .menu_item_box-icn-03, .main .menu_item a:hover .menu_item_box-icn-04, .main .menu_item a:hover .menu_item_box-icn-05, .main .menu_item a:hover .menu_item_box-icn-06, .main .menu_item a:hover .menu_item_box-icn-07, .main .menu_item a:hover .menu_item_box-icn-08, .main .menu_item a:hover .menu_item_box-icn-09 {
  height: 38px;
}

.main .menu_item a:hover .menu_item_box-icn-01 img.rollover, .main .menu_item a:hover .menu_item_box-icn-02 img.rollover, .main .menu_item a:hover .menu_item_box-icn-03 img.rollover, .main .menu_item a:hover .menu_item_box-icn-04 img.rollover, .main .menu_item a:hover .menu_item_box-icn-05 img.rollover, .main .menu_item a:hover .menu_item_box-icn-06 img.rollover, .main .menu_item a:hover .menu_item_box-icn-07 img.rollover, .main .menu_item a:hover .menu_item_box-icn-08 img.rollover, .main .menu_item a:hover .menu_item_box-icn-09 img.rollover {
  opacity: 0;
}

.main .menu_item a:hover .menu_item_box-icn-01 img.rollover-on, .main .menu_item a:hover .menu_item_box-icn-02 img.rollover-on, .main .menu_item a:hover .menu_item_box-icn-03 img.rollover-on, .main .menu_item a:hover .menu_item_box-icn-04 img.rollover-on, .main .menu_item a:hover .menu_item_box-icn-05 img.rollover-on, .main .menu_item a:hover .menu_item_box-icn-06 img.rollover-on, .main .menu_item a:hover .menu_item_box-icn-07 img.rollover-on, .main .menu_item a:hover .menu_item_box-icn-08 img.rollover-on, .main .menu_item a:hover .menu_item_box-icn-09 img.rollover-on {
  opacity: 1;
}

.main .menu_item a .menu_item_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main .menu_item a .menu_item_box-txt {
  font-size: 11px;
  text-align: center;
  line-height: 1.5;
}

.main .menu_item a .menu_item_box-icn-01, .main .menu_item a .menu_item_box-icn-02, .main .menu_item a .menu_item_box-icn-03, .main .menu_item a .menu_item_box-icn-04, .main .menu_item a .menu_item_box-icn-05, .main .menu_item a .menu_item_box-icn-06, .main .menu_item a .menu_item_box-icn-07, .main .menu_item a .menu_item_box-icn-08, .menu_item_box-icn-09 {
  height: 38px;
  position: relative;
}

.main .menu_item a .menu_item_box-icn-01 img, .main .menu_item a .menu_item_box-icn-02 img, .main .menu_item a .menu_item_box-icn-03 img, .main .menu_item a .menu_item_box-icn-04 img, .main .menu_item a .menu_item_box-icn-05 img, .main .menu_item a .menu_item_box-icn-06 img, .main .menu_item a .menu_item_box-icn-07 img, .main .menu_item a .menu_item_box-icn-08 img, .main .menu_item a .menu_item_box-icn-09 img {
  width: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.main .menu_item a .menu_item_box-icn-01 img.rollover, .main .menu_item a .menu_item_box-icn-02 img.rollover, .main .menu_item a .menu_item_box-icn-03 img.rollover, .main .menu_item a .menu_item_box-icn-04 img.rollover, .main .menu_item a .menu_item_box-icn-05 img.rollover, .main .menu_item a .menu_item_box-icn-06 img.rollover, .main .menu_item a .menu_item_box-icn-07 img.rollover, .main .menu_item a .menu_item_box-icn-08 img.rollover, .main .menu_item a .menu_item_box-icn-09 img.rollover {
  opacity: 1;
}

.main .menu_item a .menu_item_box-icn-01 img.rollover-on, .main .menu_item a .menu_item_box-icn-02 img.rollover-on, .main .menu_item a .menu_item_box-icn-03 img.rollover-on, .main .menu_item a .menu_item_box-icn-04 img.rollover-on, .main .menu_item a .menu_item_box-icn-05 img.rollover-on, .main .menu_item a .menu_item_box-icn-06 img.rollover-on, .main .menu_item a .menu_item_box-icn-07 img.rollover-on, .main .menu_item a .menu_item_box-icn-08 img.rollover-on, .main .menu_item a .menu_item_box-icn-09 img.rollover-on {
  opacity: 0;
}

.main .menu_item a .menu_item_box-icn-01 {
  width: 23.5px;
}

.main .menu_item a .menu_item_box-icn-01 img {
  width: 100%;
}

.main .menu_item a .menu_item_box-icn-02 {
  width: 18.5px;
}

.main .menu_item a .menu_item_box-icn-02 img {
  width: 100%;
}

.main .menu_item a .menu_item_box-icn-03 {
  width: 23.5px;
}

.main .menu_item a .menu_item_box-icn-03 img {
  width: 100%;
}

.main .menu_item a .menu_item_box-icn-04 {
  width: 24px;
}

.main .menu_item a .menu_item_box-icn-04 img {
  width: 100%;
}

.main .menu_item a .menu_item_box-icn-05 {
  width: 23.5px;
}

.main .menu_item a .menu_item_box-icn-05 img {
  width: 100%;
}

.main .menu_item a .menu_item_box-icn-06 {
  width: 29.05px;
}

.main .menu_item a .menu_item_box-icn-06 img {
  width: 100%;
}

.main .menu_item a .menu_item_box-icn-07 {
  width: 24px;
}

.main .menu_item a .menu_item_box-icn-07 img {
  width: 100%;
}

.main .menu_item a .menu_item_box-icn-08 {
  width: 23.5px;
}

.main .menu_item a .menu_item_box-icn-08 img {
  width: 100%;
}

.main .menu_item a .menu_item_box-icn-09 {
  width: 27px;
}

.main .menu_item a .menu_item_box-icn-09 img {
  width: 100%;
}

.main .car {
  margin-top: 40px;
  padding: 0 13px;
}

.main .car img {
  border: 1px solid #333;
  width: 100%;
}

.main .recruit {
  margin-bottom: 40px;
  padding: 0 13px;
}
.main .recruit .more_btn {
  min-height: 63px;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
}
.main .recruit a[target="_blank"]:after {
  margin-top: 23px;
}
.main .recruit .more_btn div {
  text-align: center;
}
.main .recruit .more_btn span {
  font-size: 12px;
}

.main .sun {
  padding: 0 13px;
  margin-top: 15px;
  margin-bottom: 40px;
}

.main .sun-inner {
  padding-top: 3.73333vw;
  padding-bottom: 4.53333vw;
  border: 1px solid #333;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main .sun-ttl {
  font-size: 11px;
  font-size: 2.93333vw;
}

.main .sun-time {
  font-family: 'Lato', sans-serif;
  font-size: 7vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 17px;
  letter-spacing: .1em;
}

.main .sun-time:before {
  content: '';
  background: url("/images/icn_sun.svg") no-repeat;
  width: 32px;
  height: 35px;
  display: inline-block;
  margin-right: 10px;
  background-size: contain;
}

.main .more {
  padding: 0 13px;
  margin-top: 8vw;
}

.main .more_btn {
  width: 100%;
  border: 1px solid #333;
  border-radius: 5px;
  margin-top: 15px;
  height: 12vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 12px;
  font-size: 3.2vw;
  position: relative;
}

.main .more_btn:before {
  content: '';
  background: url("/images/icn_car-arrow.svg") no-repeat;
  background-size: contain;
  height: 12.5px;
  width: 7px;
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main .more_btn.active:before {
  background: url("/images/inc_arrow-right-on.svg") no-repeat;
}

.main .more_btn.active:after {
  background: url("/images/icn_blank02.svg") no-repeat;
  background-size: contain;
}

.main .search {
  margin-top: 8vw;
}

.main .search_btn {
  width: 100%;
  border-radius: 5px;
  height: 12vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #e60012;
  font-size: 15px;
  font-size: 4vw;
  position: relative;
  letter-spacing: .08em;
}

.main .search_btn:before {
  content: '';
  background: url("/images/icn_modal-search.svg") no-repeat;
  background-size: contain;
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main .tab_wrap {
  padding: 0 13px;
}

.main .tab_wrap .radio_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 1px solid #afafaf;
}

.main .tab_wrap .radio_area label {
  width: calc(100% / 5);
  font-size: 10px;
  font-size: 2.66667vw;
  height: 12.8vw;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  cursor: pointer;
  position: relative;
  line-height: 1.5;
}

.main .tab_wrap .radio_area label a {
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main .tab_wrap .radio_area label a:hover {
  opacity: 1;
}

.main .tab_wrap .radio_area label:not(:last-child) {
  border-right: 1px solid #afafaf;
}

.main .tab_wrap .radio_area label.active {
  background: #333;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.main .tab_wrap .radio_area label.active:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px 5px;
  border-color: transparent transparent #ffffff transparent;
  display: block;
  bottom: -1px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
}

.main .tab_wrap .radio_area label.active:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 7px 6px;
  border-color: transparent transparent #afafaf transparent;
  display: block;
  bottom: 0;
  z-index: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.main .tab_wrap .radio_area label.active a {
  color: #fff;
}

.main .tab_wrap input[type='radio'] {
  display: none;
}

.main .tab_wrap input[value='1']:checked ~ #tab_01, .main .tab_wrap input[value='2']:checked ~ #tab_02, .main .tab_wrap input[value='3']:checked ~ #tab_03, .main .tab_wrap input[value='4']:checked ~ #tab_04, .main .tab_wrap input[value='5']:checked ~ #tab_05 {
  display: block;
}

.main .tab_wrap #tab_01, .main .tab_wrap #tab_02, .main .tab_wrap #tab_03, .main .tab_wrap #tab_04, .main .tab_wrap #tab_05 {
  display: none;
  -webkit-transition: .5s;
  transition: .5s;
  border-right: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
  border-left: 1px solid #afafaf;
  background: #fff;
}

.main .tab_wrap .tab_01, .main .tab_wrap .tab_02, .main .tab_wrap .tab_03, .main .tab_wrap .tab_04, .main .tab_wrap .tab_05 {
  padding: 25px 15px 40px;
}

.main .tab_wrap .tab_01-acc01 button, .main .tab_wrap .tab_01-acc02 button, .main .tab_wrap .tab_01-acc03 button, .main .tab_wrap .tab_01-acc04 button, .main .tab_wrap .tab_02-acc01 button, .main .tab_wrap .tab_02-acc02 button, .main .tab_wrap .tab_02-acc03 button, .main .tab_wrap .tab_02-acc04 button, .main .tab_wrap .tab_03-acc01 button, .main .tab_wrap .tab_03-acc02 button, .main .tab_wrap .tab_03-acc03 button, .main .tab_wrap .tab_03-acc04 button, .main .tab_wrap .tab_04-acc01 button, .main .tab_wrap .tab_04-acc02 button, .main .tab_wrap .tab_04-acc03 button, .main .tab_wrap .tab_04-acc04 button, .main .tab_wrap .tab_05-acc01 button, .main .tab_wrap .tab_05-acc02 button, .main .tab_wrap .tab_05-acc03 button, .main .tab_wrap .tab_05-acc04 button {
  position: relative;
  cursor: pointer;
}

.main .tab_wrap .tab_01-acc01 button:hover, .main .tab_wrap .tab_01-acc02 button:hover, .main .tab_wrap .tab_01-acc03 button:hover, .main .tab_wrap .tab_01-acc04 button:hover, .main .tab_wrap .tab_02-acc01 button:hover, .main .tab_wrap .tab_02-acc02 button:hover, .main .tab_wrap .tab_02-acc03 button:hover, .main .tab_wrap .tab_02-acc04 button:hover, .main .tab_wrap .tab_03-acc01 button:hover, .main .tab_wrap .tab_03-acc02 button:hover, .main .tab_wrap .tab_03-acc03 button:hover, .main .tab_wrap .tab_03-acc04 button:hover, .main .tab_wrap .tab_04-acc01 button:hover, .main .tab_wrap .tab_04-acc02 button:hover, .main .tab_wrap .tab_04-acc03 button:hover, .main .tab_wrap .tab_04-acc04 button:hover, .main .tab_wrap .tab_05-acc01 button:hover, .main .tab_wrap .tab_05-acc02 button:hover, .main .tab_wrap .tab_05-acc03 button:hover, .main .tab_wrap .tab_05-acc04 button:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.main .tab_wrap .tab_01-acc01 button.accordion, .main .tab_wrap .tab_01-acc02 button.accordion, .main .tab_wrap .tab_01-acc03 button.accordion, .main .tab_wrap .tab_01-acc04 button.accordion, .main .tab_wrap .tab_02-acc01 button.accordion, .main .tab_wrap .tab_02-acc02 button.accordion, .main .tab_wrap .tab_02-acc03 button.accordion, .main .tab_wrap .tab_02-acc04 button.accordion, .main .tab_wrap .tab_03-acc01 button.accordion, .main .tab_wrap .tab_03-acc02 button.accordion, .main .tab_wrap .tab_03-acc03 button.accordion, .main .tab_wrap .tab_03-acc04 button.accordion, .main .tab_wrap .tab_04-acc01 button.accordion, .main .tab_wrap .tab_04-acc02 button.accordion, .main .tab_wrap .tab_04-acc03 button.accordion, .main .tab_wrap .tab_04-acc04 button.accordion, .main .tab_wrap .tab_05-acc01 button.accordion, .main .tab_wrap .tab_05-acc02 button.accordion, .main .tab_wrap .tab_05-acc03 button.accordion, .main .tab_wrap .tab_05-acc04 button.accordion {
  font-size: 12px;
  font-size: 3.2vw;
  padding: 10px 0 10px 27px;
}

.main .tab_wrap .tab_01-acc01 button.accordion:before, .main .tab_wrap .tab_01-acc02 button.accordion:before, .main .tab_wrap .tab_01-acc03 button.accordion:before, .main .tab_wrap .tab_01-acc04 button.accordion:before, .main .tab_wrap .tab_02-acc01 button.accordion:before, .main .tab_wrap .tab_02-acc02 button.accordion:before, .main .tab_wrap .tab_02-acc03 button.accordion:before, .main .tab_wrap .tab_02-acc04 button.accordion:before, .main .tab_wrap .tab_03-acc01 button.accordion:before, .main .tab_wrap .tab_03-acc02 button.accordion:before, .main .tab_wrap .tab_03-acc03 button.accordion:before, .main .tab_wrap .tab_03-acc04 button.accordion:before, .main .tab_wrap .tab_04-acc01 button.accordion:before, .main .tab_wrap .tab_04-acc02 button.accordion:before, .main .tab_wrap .tab_04-acc03 button.accordion:before, .main .tab_wrap .tab_04-acc04 button.accordion:before, .main .tab_wrap .tab_05-acc01 button.accordion:before, .main .tab_wrap .tab_05-acc02 button.accordion:before, .main .tab_wrap .tab_05-acc03 button.accordion:before, .main .tab_wrap .tab_05-acc04 button.accordion:before {
  content: "";
  background: url("/images/icn_arrow-down.svg") no-repeat;
  width: 13px;
  height: 8px;
  left: 0;
  display: block;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: .3s;
  transition: .3s;
}

.main .tab_wrap .tab_01-acc01 button.accordion.clicked:before, .main .tab_wrap .tab_01-acc02 button.accordion.clicked:before, .main .tab_wrap .tab_01-acc03 button.accordion.clicked:before, .main .tab_wrap .tab_01-acc04 button.accordion.clicked:before, .main .tab_wrap .tab_02-acc01 button.accordion.clicked:before, .main .tab_wrap .tab_02-acc02 button.accordion.clicked:before, .main .tab_wrap .tab_02-acc03 button.accordion.clicked:before, .main .tab_wrap .tab_02-acc04 button.accordion.clicked:before, .main .tab_wrap .tab_03-acc01 button.accordion.clicked:before, .main .tab_wrap .tab_03-acc02 button.accordion.clicked:before, .main .tab_wrap .tab_03-acc03 button.accordion.clicked:before, .main .tab_wrap .tab_03-acc04 button.accordion.clicked:before, .main .tab_wrap .tab_04-acc01 button.accordion.clicked:before, .main .tab_wrap .tab_04-acc02 button.accordion.clicked:before, .main .tab_wrap .tab_04-acc03 button.accordion.clicked:before, .main .tab_wrap .tab_04-acc04 button.accordion.clicked:before, .main .tab_wrap .tab_05-acc01 button.accordion.clicked:before, .main .tab_wrap .tab_05-acc02 button.accordion.clicked:before, .main .tab_wrap .tab_05-acc03 button.accordion.clicked:before, .main .tab_wrap .tab_05-acc04 button.accordion.clicked:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main .tab_wrap .tab_01-acc01 ul, .main .tab_wrap .tab_01-acc02 ul, .main .tab_wrap .tab_01-acc03 ul, .main .tab_wrap .tab_01-acc04 ul, .main .tab_wrap .tab_02-acc01 ul, .main .tab_wrap .tab_02-acc02 ul, .main .tab_wrap .tab_02-acc03 ul, .main .tab_wrap .tab_02-acc04 ul, .main .tab_wrap .tab_03-acc01 ul, .main .tab_wrap .tab_03-acc02 ul, .main .tab_wrap .tab_03-acc03 ul, .main .tab_wrap .tab_03-acc04 ul, .main .tab_wrap .tab_04-acc01 ul, .main .tab_wrap .tab_04-acc02 ul, .main .tab_wrap .tab_04-acc03 ul, .main .tab_wrap .tab_04-acc04 ul, .main .tab_wrap .tab_05-acc01 ul, .main .tab_wrap .tab_05-acc02 ul, .main .tab_wrap .tab_05-acc03 ul, .main .tab_wrap .tab_05-acc04 ul {
  padding-left: 6.6vw;
}

.main .tab_wrap .tab_01-acc01 ul > li, .main .tab_wrap .tab_01-acc02 ul > li, .main .tab_wrap .tab_01-acc03 ul > li, .main .tab_wrap .tab_01-acc04 ul > li, .main .tab_wrap .tab_02-acc01 ul > li, .main .tab_wrap .tab_02-acc02 ul > li, .main .tab_wrap .tab_02-acc03 ul > li, .main .tab_wrap .tab_02-acc04 ul > li, .main .tab_wrap .tab_03-acc01 ul > li, .main .tab_wrap .tab_03-acc02 ul > li, .main .tab_wrap .tab_03-acc03 ul > li, .main .tab_wrap .tab_03-acc04 ul > li, .main .tab_wrap .tab_04-acc01 ul > li, .main .tab_wrap .tab_04-acc02 ul > li, .main .tab_wrap .tab_04-acc03 ul > li, .main .tab_wrap .tab_04-acc04 ul > li, .main .tab_wrap .tab_05-acc01 ul > li, .main .tab_wrap .tab_05-acc02 ul > li, .main .tab_wrap .tab_05-acc03 ul > li, .main .tab_wrap .tab_05-acc04 ul > li {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.main .tab_wrap .tab_01-acc01 ul.clicked > li, .main .tab_wrap .tab_01-acc02 ul.clicked > li, .main .tab_wrap .tab_01-acc03 ul.clicked > li, .main .tab_wrap .tab_01-acc04 ul.clicked > li, .main .tab_wrap .tab_02-acc01 ul.clicked > li, .main .tab_wrap .tab_02-acc02 ul.clicked > li, .main .tab_wrap .tab_02-acc03 ul.clicked > li, .main .tab_wrap .tab_02-acc04 ul.clicked > li, .main .tab_wrap .tab_03-acc01 ul.clicked > li, .main .tab_wrap .tab_03-acc02 ul.clicked > li, .main .tab_wrap .tab_03-acc03 ul.clicked > li, .main .tab_wrap .tab_03-acc04 ul.clicked > li, .main .tab_wrap .tab_04-acc01 ul.clicked > li, .main .tab_wrap .tab_04-acc02 ul.clicked > li, .main .tab_wrap .tab_04-acc03 ul.clicked > li, .main .tab_wrap .tab_04-acc04 ul.clicked > li, .main .tab_wrap .tab_05-acc01 ul.clicked > li, .main .tab_wrap .tab_05-acc02 ul.clicked > li, .main .tab_wrap .tab_05-acc03 ul.clicked > li, .main .tab_wrap .tab_05-acc04 ul.clicked > li {
  max-height: 200px;
}

.main .tab_wrap .tab_01-acc01 ul li input[type="checkbox"], .main .tab_wrap .tab_01-acc02 ul li input[type="checkbox"], .main .tab_wrap .tab_01-acc03 ul li input[type="checkbox"], .main .tab_wrap .tab_01-acc04 ul li input[type="checkbox"], .main .tab_wrap .tab_02-acc01 ul li input[type="checkbox"], .main .tab_wrap .tab_02-acc02 ul li input[type="checkbox"], .main .tab_wrap .tab_02-acc03 ul li input[type="checkbox"], .main .tab_wrap .tab_02-acc04 ul li input[type="checkbox"], .main .tab_wrap .tab_03-acc01 ul li input[type="checkbox"], .main .tab_wrap .tab_03-acc02 ul li input[type="checkbox"], .main .tab_wrap .tab_03-acc03 ul li input[type="checkbox"], .main .tab_wrap .tab_03-acc04 ul li input[type="checkbox"], .main .tab_wrap .tab_04-acc01 ul li input[type="checkbox"], .main .tab_wrap .tab_04-acc02 ul li input[type="checkbox"], .main .tab_wrap .tab_04-acc03 ul li input[type="checkbox"], .main .tab_wrap .tab_04-acc04 ul li input[type="checkbox"], .main .tab_wrap .tab_05-acc01 ul li input[type="checkbox"], .main .tab_wrap .tab_05-acc02 ul li input[type="checkbox"], .main .tab_wrap .tab_05-acc03 ul li input[type="checkbox"], .main .tab_wrap .tab_05-acc04 ul li input[type="checkbox"] {
  display: none;
}

.main .tab_wrap .tab_01-acc01 ul li input[type="checkbox"]:checked + label::before, .main .tab_wrap .tab_01-acc02 ul li input[type="checkbox"]:checked + label::before, .main .tab_wrap .tab_01-acc03 ul li input[type="checkbox"]:checked + label::before, .main .tab_wrap .tab_01-acc04 ul li input[type="checkbox"]:checked + label::before, .main .tab_wrap .tab_02-acc01 ul li input[type="checkbox"]:checked + label::before, .main .tab_wrap .tab_02-acc02 ul li input[type="checkbox"]:checked + label::before, .main .tab_wrap .tab_02-acc03 ul li input[type="checkbox"]:checked + label::before, .main .tab_wrap .tab_02-acc04 ul li input[type="checkbox"]:checked + label::before, .main .tab_wrap .tab_03-acc01 ul li input[type="checkbox"]:checked + label::before, .main .tab_wrap .tab_03-acc02 ul li input[type="checkbox"]:checked + label::before, .main .tab_wrap .tab_03-acc03 ul li input[type="checkbox"]:checked + label::before, .main .tab_wrap .tab_03-acc04 ul li input[type="checkbox"]:checked + label::before, .main .tab_wrap .tab_04-acc01 ul li input[type="checkbox"]:checked + label::before, .main .tab_wrap .tab_04-acc02 ul li input[type="checkbox"]:checked + label::before, .main .tab_wrap .tab_04-acc03 ul li input[type="checkbox"]:checked + label::before, .main .tab_wrap .tab_04-acc04 ul li input[type="checkbox"]:checked + label::before, .main .tab_wrap .tab_05-acc01 ul li input[type="checkbox"]:checked + label::before, .main .tab_wrap .tab_05-acc02 ul li input[type="checkbox"]:checked + label::before, .main .tab_wrap .tab_05-acc03 ul li input[type="checkbox"]:checked + label::before, .main .tab_wrap .tab_05-acc04 ul li input[type="checkbox"]:checked + label::before {
  background: #e60012;
  border: 1px solid #e60012;
}

.main .tab_wrap .tab_01-acc01 ul li input[type="checkbox"]:checked + label::after, .main .tab_wrap .tab_01-acc02 ul li input[type="checkbox"]:checked + label::after, .main .tab_wrap .tab_01-acc03 ul li input[type="checkbox"]:checked + label::after, .main .tab_wrap .tab_01-acc04 ul li input[type="checkbox"]:checked + label::after, .main .tab_wrap .tab_02-acc01 ul li input[type="checkbox"]:checked + label::after, .main .tab_wrap .tab_02-acc02 ul li input[type="checkbox"]:checked + label::after, .main .tab_wrap .tab_02-acc03 ul li input[type="checkbox"]:checked + label::after, .main .tab_wrap .tab_02-acc04 ul li input[type="checkbox"]:checked + label::after, .main .tab_wrap .tab_03-acc01 ul li input[type="checkbox"]:checked + label::after, .main .tab_wrap .tab_03-acc02 ul li input[type="checkbox"]:checked + label::after, .main .tab_wrap .tab_03-acc03 ul li input[type="checkbox"]:checked + label::after, .main .tab_wrap .tab_03-acc04 ul li input[type="checkbox"]:checked + label::after, .main .tab_wrap .tab_04-acc01 ul li input[type="checkbox"]:checked + label::after, .main .tab_wrap .tab_04-acc02 ul li input[type="checkbox"]:checked + label::after, .main .tab_wrap .tab_04-acc03 ul li input[type="checkbox"]:checked + label::after, .main .tab_wrap .tab_04-acc04 ul li input[type="checkbox"]:checked + label::after, .main .tab_wrap .tab_05-acc01 ul li input[type="checkbox"]:checked + label::after, .main .tab_wrap .tab_05-acc02 ul li input[type="checkbox"]:checked + label::after, .main .tab_wrap .tab_05-acc03 ul li input[type="checkbox"]:checked + label::after, .main .tab_wrap .tab_05-acc04 ul li input[type="checkbox"]:checked + label::after {
  opacity: 1;
  -webkit-transform: rotate(-45deg) scale(1);
  transform: rotate(-45deg) scale(1);
}

.main .tab_wrap .tab_01-acc01 ul li label, .main .tab_wrap .tab_01-acc02 ul li label, .main .tab_wrap .tab_01-acc03 ul li label, .main .tab_wrap .tab_01-acc04 ul li label, .main .tab_wrap .tab_02-acc01 ul li label, .main .tab_wrap .tab_02-acc02 ul li label, .main .tab_wrap .tab_02-acc03 ul li label, .main .tab_wrap .tab_02-acc04 ul li label, .main .tab_wrap .tab_03-acc01 ul li label, .main .tab_wrap .tab_03-acc02 ul li label, .main .tab_wrap .tab_03-acc03 ul li label, .main .tab_wrap .tab_03-acc04 ul li label, .main .tab_wrap .tab_04-acc01 ul li label, .main .tab_wrap .tab_04-acc02 ul li label, .main .tab_wrap .tab_04-acc03 ul li label, .main .tab_wrap .tab_04-acc04 ul li label, .main .tab_wrap .tab_05-acc01 ul li label, .main .tab_wrap .tab_05-acc02 ul li label, .main .tab_wrap .tab_05-acc03 ul li label, .main .tab_wrap .tab_05-acc04 ul li label {
  position: relative;
  display: inline-block;
  padding: 3px 33px 3px 22px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
  font-size: 11px;
  font-size: 2.93333vw;
  line-height: 3;
}

.main .tab_wrap .tab_01-acc01 ul li label::before, .main .tab_wrap .tab_01-acc01 ul li label::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .tab_wrap .tab_01-acc02 ul li label::before, .main .tab_wrap .tab_01-acc02 ul li label::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .tab_wrap .tab_01-acc03 ul li label::before, .main .tab_wrap .tab_01-acc03 ul li label::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .tab_wrap .tab_01-acc04 ul li label::before, .main .tab_wrap .tab_01-acc04 ul li label::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .tab_wrap .tab_02-acc01 ul li label::before, .main .tab_wrap .tab_02-acc01 ul li label::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .tab_wrap .tab_02-acc02 ul li label::before, .main .tab_wrap .tab_02-acc02 ul li label::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .tab_wrap .tab_02-acc03 ul li label::before, .main .tab_wrap .tab_02-acc03 ul li label::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .tab_wrap .tab_02-acc04 ul li label::before, .main .tab_wrap .tab_02-acc04 ul li label::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .tab_wrap .tab_03-acc01 ul li label::before, .main .tab_wrap .tab_03-acc01 ul li label::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .tab_wrap .tab_03-acc02 ul li label::before, .main .tab_wrap .tab_03-acc02 ul li label::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .tab_wrap .tab_03-acc03 ul li label::before, .main .tab_wrap .tab_03-acc03 ul li label::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .tab_wrap .tab_03-acc04 ul li label::before, .main .tab_wrap .tab_03-acc04 ul li label::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .tab_wrap .tab_04-acc01 ul li label::before, .main .tab_wrap .tab_04-acc01 ul li label::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .tab_wrap .tab_04-acc02 ul li label::before, .main .tab_wrap .tab_04-acc02 ul li label::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .tab_wrap .tab_04-acc03 ul li label::before, .main .tab_wrap .tab_04-acc03 ul li label::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .tab_wrap .tab_04-acc04 ul li label::before, .main .tab_wrap .tab_04-acc04 ul li label::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .tab_wrap .tab_05-acc01 ul li label::before, .main .tab_wrap .tab_05-acc01 ul li label::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .tab_wrap .tab_05-acc02 ul li label::before, .main .tab_wrap .tab_05-acc02 ul li label::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .tab_wrap .tab_05-acc03 ul li label::before, .main .tab_wrap .tab_05-acc03 ul li label::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .tab_wrap .tab_05-acc04 ul li label::before, .main .tab_wrap .tab_05-acc04 ul li label::after {
  position: absolute;
  content: '';
  -webkit-transition: all .2s;
  transition: all .2s;
}

.main .tab_wrap .tab_01-acc01 ul li label::before, .main .tab_wrap .tab_01-acc02 ul li label::before, .main .tab_wrap .tab_01-acc03 ul li label::before, .main .tab_wrap .tab_01-acc04 ul li label::before, .main .tab_wrap .tab_02-acc01 ul li label::before, .main .tab_wrap .tab_02-acc02 ul li label::before, .main .tab_wrap .tab_02-acc03 ul li label::before, .main .tab_wrap .tab_02-acc04 ul li label::before, .main .tab_wrap .tab_03-acc01 ul li label::before, .main .tab_wrap .tab_03-acc02 ul li label::before, .main .tab_wrap .tab_03-acc03 ul li label::before, .main .tab_wrap .tab_03-acc04 ul li label::before, .main .tab_wrap .tab_04-acc01 ul li label::before, .main .tab_wrap .tab_04-acc02 ul li label::before, .main .tab_wrap .tab_04-acc03 ul li label::before, .main .tab_wrap .tab_04-acc04 ul li label::before, .main .tab_wrap .tab_05-acc01 ul li label::before, .main .tab_wrap .tab_05-acc02 ul li label::before, .main .tab_wrap .tab_05-acc03 ul li label::before, .main .tab_wrap .tab_05-acc04 ul li label::before {
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #afafaf;
}

.main .tab_wrap .tab_01-acc01 ul li label::after, .main .tab_wrap .tab_01-acc02 ul li label::after, .main .tab_wrap .tab_01-acc03 ul li label::after, .main .tab_wrap .tab_01-acc04 ul li label::after, .main .tab_wrap .tab_02-acc01 ul li label::after, .main .tab_wrap .tab_02-acc02 ul li label::after, .main .tab_wrap .tab_02-acc03 ul li label::after, .main .tab_wrap .tab_02-acc04 ul li label::after, .main .tab_wrap .tab_03-acc01 ul li label::after, .main .tab_wrap .tab_03-acc02 ul li label::after, .main .tab_wrap .tab_03-acc03 ul li label::after, .main .tab_wrap .tab_03-acc04 ul li label::after, .main .tab_wrap .tab_04-acc01 ul li label::after, .main .tab_wrap .tab_04-acc02 ul li label::after, .main .tab_wrap .tab_04-acc03 ul li label::after, .main .tab_wrap .tab_04-acc04 ul li label::after, .main .tab_wrap .tab_05-acc01 ul li label::after, .main .tab_wrap .tab_05-acc02 ul li label::after, .main .tab_wrap .tab_05-acc03 ul li label::after, .main .tab_wrap .tab_05-acc04 ul li label::after {
  opacity: 0;
  top: 50%;
  left: 3px;
  width: 7px;
  height: 4px;
  margin-top: -4px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg) scale(0.5);
  transform: rotate(-45deg) scale(0.5);
}

.main .tab_wrap .tab_01-acc01 ul li label:hover::before, .main .tab_wrap .tab_01-acc02 ul li label:hover::before, .main .tab_wrap .tab_01-acc03 ul li label:hover::before, .main .tab_wrap .tab_01-acc04 ul li label:hover::before, .main .tab_wrap .tab_02-acc01 ul li label:hover::before, .main .tab_wrap .tab_02-acc02 ul li label:hover::before, .main .tab_wrap .tab_02-acc03 ul li label:hover::before, .main .tab_wrap .tab_02-acc04 ul li label:hover::before, .main .tab_wrap .tab_03-acc01 ul li label:hover::before, .main .tab_wrap .tab_03-acc02 ul li label:hover::before, .main .tab_wrap .tab_03-acc03 ul li label:hover::before, .main .tab_wrap .tab_03-acc04 ul li label:hover::before, .main .tab_wrap .tab_04-acc01 ul li label:hover::before, .main .tab_wrap .tab_04-acc02 ul li label:hover::before, .main .tab_wrap .tab_04-acc03 ul li label:hover::before, .main .tab_wrap .tab_04-acc04 ul li label:hover::before, .main .tab_wrap .tab_05-acc01 ul li label:hover::before, .main .tab_wrap .tab_05-acc02 ul li label:hover::before, .main .tab_wrap .tab_05-acc03 ul li label:hover::before, .main .tab_wrap .tab_05-acc04 ul li label:hover::before {
  background: #ffccd0;
}

.main .tab_wrap .tab_01-hiragana p, .main .tab_wrap .tab_02-hiragana p, .main .tab_wrap .tab_03-hiragana p, .main .tab_wrap .tab_04-hiragana p, .main .tab_wrap .tab_05-hiragana p {
  font-size: 12px;
  font-size: 3.2vw;
}

.main .tab_wrap .tab_01-hiragana ul, .main .tab_wrap .tab_02-hiragana ul, .main .tab_wrap .tab_03-hiragana ul, .main .tab_wrap .tab_04-hiragana ul, .main .tab_wrap .tab_05-hiragana ul {
  margin-top: 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5% 1fr 2.5% 1fr 2.5% 1fr 2.5% 1fr 2.5% 1fr 2.5% 1fr;
  grid-template-columns: repeat(7, 1fr);
  -ms-grid-rows: 1fr 12px 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 2.5%;
  grid-row-gap: 12px;
}

.main .tab_wrap .tab_01-hiragana ul li, .main .tab_wrap .tab_02-hiragana ul li, .main .tab_wrap .tab_03-hiragana ul li, .main .tab_wrap .tab_04-hiragana ul li, .main .tab_wrap .tab_05-hiragana ul li {
  display: block;
  height: 10.13333vw;
}

.main .tab_wrap .tab_01-hiragana ul li a, .main .tab_wrap .tab_02-hiragana ul li a, .main .tab_wrap .tab_03-hiragana ul li a, .main .tab_wrap .tab_04-hiragana ul li a, .main .tab_wrap .tab_05-hiragana ul li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-size: 3.2vw;
  border: 1px solid #333;
  -webkit-transition: .3s;
  transition: .3s;
}

.main .tab_wrap .tab_01-hiragana ul li a:hover, .main .tab_wrap .tab_02-hiragana ul li a:hover, .main .tab_wrap .tab_03-hiragana ul li a:hover, .main .tab_wrap .tab_04-hiragana ul li a:hover, .main .tab_wrap .tab_05-hiragana ul li a:hover {
  background: #e60012;
  color: #fff;
  opacity: 1;
}

.main .tab_wrap .tab_01-hiragana ul li:before, .main .tab_wrap .tab_02-hiragana ul li:before, .main .tab_wrap .tab_03-hiragana ul li:before, .main .tab_wrap .tab_04-hiragana ul li:before, .main .tab_wrap .tab_05-hiragana ul li:before {
  opacity: 0;
  content: '';
  width: 0;
  height: 0;
}

.main .tab_wrap .tab_01-hiragana ul li.active a, .main .tab_wrap .tab_02-hiragana ul li.active a, .main .tab_wrap .tab_03-hiragana ul li.active a, .main .tab_wrap .tab_04-hiragana ul li.active a, .main .tab_wrap .tab_05-hiragana ul li.active a {
  background: #e60012;
  color: #fff;
  opacity: 1;
}

.main .tab_wrap .tab_01-hiragana ul > *:nth-child(1), .main .tab_wrap .tab_02-hiragana ul > *:nth-child(1), .main .tab_wrap .tab_03-hiragana ul > *:nth-child(1), .main .tab_wrap .tab_04-hiragana ul > *:nth-child(1), .main .tab_wrap .tab_05-hiragana ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.main .tab_wrap .tab_01-hiragana ul > *:nth-child(2), .main .tab_wrap .tab_02-hiragana ul > *:nth-child(2), .main .tab_wrap .tab_03-hiragana ul > *:nth-child(2), .main .tab_wrap .tab_04-hiragana ul > *:nth-child(2), .main .tab_wrap .tab_05-hiragana ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.main .tab_wrap .tab_01-hiragana ul > *:nth-child(3), .main .tab_wrap .tab_02-hiragana ul > *:nth-child(3), .main .tab_wrap .tab_03-hiragana ul > *:nth-child(3), .main .tab_wrap .tab_04-hiragana ul > *:nth-child(3), .main .tab_wrap .tab_05-hiragana ul > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.main .tab_wrap .tab_01-hiragana ul > *:nth-child(4), .main .tab_wrap .tab_02-hiragana ul > *:nth-child(4), .main .tab_wrap .tab_03-hiragana ul > *:nth-child(4), .main .tab_wrap .tab_04-hiragana ul > *:nth-child(4), .main .tab_wrap .tab_05-hiragana ul > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.main .tab_wrap .tab_01-hiragana ul > *:nth-child(5), .main .tab_wrap .tab_02-hiragana ul > *:nth-child(5), .main .tab_wrap .tab_03-hiragana ul > *:nth-child(5), .main .tab_wrap .tab_04-hiragana ul > *:nth-child(5), .main .tab_wrap .tab_05-hiragana ul > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.main .tab_wrap .tab_01-hiragana ul > *:nth-child(6), .main .tab_wrap .tab_02-hiragana ul > *:nth-child(6), .main .tab_wrap .tab_03-hiragana ul > *:nth-child(6), .main .tab_wrap .tab_04-hiragana ul > *:nth-child(6), .main .tab_wrap .tab_05-hiragana ul > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}

.main .tab_wrap .tab_01-hiragana ul > *:nth-child(7), .main .tab_wrap .tab_02-hiragana ul > *:nth-child(7), .main .tab_wrap .tab_03-hiragana ul > *:nth-child(7), .main .tab_wrap .tab_04-hiragana ul > *:nth-child(7), .main .tab_wrap .tab_05-hiragana ul > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 13;
}

.main .tab_wrap .tab_01-hiragana ul > *:nth-child(8), .main .tab_wrap .tab_02-hiragana ul > *:nth-child(8), .main .tab_wrap .tab_03-hiragana ul > *:nth-child(8), .main .tab_wrap .tab_04-hiragana ul > *:nth-child(8), .main .tab_wrap .tab_05-hiragana ul > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.main .tab_wrap .tab_01-hiragana ul > *:nth-child(9), .main .tab_wrap .tab_02-hiragana ul > *:nth-child(9), .main .tab_wrap .tab_03-hiragana ul > *:nth-child(9), .main .tab_wrap .tab_04-hiragana ul > *:nth-child(9), .main .tab_wrap .tab_05-hiragana ul > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.main .tab_wrap .tab_01-hiragana ul > *:nth-child(10), .main .tab_wrap .tab_02-hiragana ul > *:nth-child(10), .main .tab_wrap .tab_03-hiragana ul > *:nth-child(10), .main .tab_wrap .tab_04-hiragana ul > *:nth-child(10), .main .tab_wrap .tab_05-hiragana ul > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.main .tab_wrap .tab_01-hiragana ul > *:nth-child(11), .main .tab_wrap .tab_02-hiragana ul > *:nth-child(11), .main .tab_wrap .tab_03-hiragana ul > *:nth-child(11), .main .tab_wrap .tab_04-hiragana ul > *:nth-child(11), .main .tab_wrap .tab_05-hiragana ul > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}

.main .tab_wrap .tab_01-hiragana ul > *:nth-child(12), .main .tab_wrap .tab_02-hiragana ul > *:nth-child(12), .main .tab_wrap .tab_03-hiragana ul > *:nth-child(12), .main .tab_wrap .tab_04-hiragana ul > *:nth-child(12), .main .tab_wrap .tab_05-hiragana ul > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}

.main .tab_wrap .tab_01-hiragana ul > *:nth-child(13), .main .tab_wrap .tab_02-hiragana ul > *:nth-child(13), .main .tab_wrap .tab_03-hiragana ul > *:nth-child(13), .main .tab_wrap .tab_04-hiragana ul > *:nth-child(13), .main .tab_wrap .tab_05-hiragana ul > *:nth-child(13) {
  -ms-grid-row: 3;
  -ms-grid-column: 11;
}

.main .tab_wrap .tab_01-hiragana ul > *:nth-child(14), .main .tab_wrap .tab_02-hiragana ul > *:nth-child(14), .main .tab_wrap .tab_03-hiragana ul > *:nth-child(14), .main .tab_wrap .tab_04-hiragana ul > *:nth-child(14), .main .tab_wrap .tab_05-hiragana ul > *:nth-child(14) {
  -ms-grid-row: 3;
  -ms-grid-column: 13;
}

.main .tab_wrap .tab_01-alphabet, .main .tab_wrap .tab_02-alphabet, .main .tab_wrap .tab_03-alphabet, .main .tab_wrap .tab_04-alphabet, .main .tab_wrap .tab_05-alphabet {
  margin-top: 20px;
}

.main .tab_wrap .tab_01-alphabet p, .main .tab_wrap .tab_02-alphabet p, .main .tab_wrap .tab_03-alphabet p, .main .tab_wrap .tab_04-alphabet p, .main .tab_wrap .tab_05-alphabet p {
  font-size: 12px;
  font-size: 3.2vw;
}

.main .tab_wrap .tab_01-alphabet ul, .main .tab_wrap .tab_02-alphabet ul, .main .tab_wrap .tab_03-alphabet ul, .main .tab_wrap .tab_04-alphabet ul, .main .tab_wrap .tab_05-alphabet ul {
  margin-top: 12px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.5% 1fr 2.5% 1fr 2.5% 1fr 2.5% 1fr 2.5% 1fr 2.5% 1fr;
  grid-template-columns: repeat(7, 1fr);
  -ms-grid-rows: 1fr 12px 1fr 12px 1fr 12px 1fr;
  grid-template-rows: repeat(4, 1fr);
  grid-column-gap: 2.5%;
  grid-row-gap: 12px;
}

.main .tab_wrap .tab_01-alphabet ul li, .main .tab_wrap .tab_02-alphabet ul li, .main .tab_wrap .tab_03-alphabet ul li, .main .tab_wrap .tab_04-alphabet ul li, .main .tab_wrap .tab_05-alphabet ul li {
  display: block;
  height: 10.13333vw;
}

.main .tab_wrap .tab_01-alphabet ul li a, .main .tab_wrap .tab_02-alphabet ul li a, .main .tab_wrap .tab_03-alphabet ul li a, .main .tab_wrap .tab_04-alphabet ul li a, .main .tab_wrap .tab_05-alphabet ul li a {
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-size: 3.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #333;
  -webkit-transition: .3s;
  transition: .3s;
}

.main .tab_wrap .tab_01-alphabet ul li a:hover, .main .tab_wrap .tab_02-alphabet ul li a:hover, .main .tab_wrap .tab_03-alphabet ul li a:hover, .main .tab_wrap .tab_04-alphabet ul li a:hover, .main .tab_wrap .tab_05-alphabet ul li a:hover {
  background: #e60012;
  color: #fff;
  opacity: 1;
}

.main .tab_wrap .tab_01-alphabet ul li:before, .main .tab_wrap .tab_02-alphabet ul li:before, .main .tab_wrap .tab_03-alphabet ul li:before, .main .tab_wrap .tab_04-alphabet ul li:before, .main .tab_wrap .tab_05-alphabet ul li:before {
  opacity: 0;
  content: '';
  width: 0;
  height: 0;
}

.main .tab_wrap .tab_01-alphabet ul li.active a, .main .tab_wrap .tab_02-alphabet ul li.active a, .main .tab_wrap .tab_03-alphabet ul li.active a, .main .tab_wrap .tab_04-alphabet ul li.active a, .main .tab_wrap .tab_05-alphabet ul li.active a {
  background: #e60012;
  color: #fff;
  opacity: 1;
}

.main .tab_wrap .tab_01-alphabet ul > *:nth-child(1), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(1), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(1), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(1), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.main .tab_wrap .tab_01-alphabet ul > *:nth-child(2), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(2), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(2), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(2), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.main .tab_wrap .tab_01-alphabet ul > *:nth-child(3), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(3), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(3), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(3), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.main .tab_wrap .tab_01-alphabet ul > *:nth-child(4), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(4), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(4), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(4), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.main .tab_wrap .tab_01-alphabet ul > *:nth-child(5), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(5), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(5), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(5), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.main .tab_wrap .tab_01-alphabet ul > *:nth-child(6), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(6), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(6), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(6), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}

.main .tab_wrap .tab_01-alphabet ul > *:nth-child(7), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(7), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(7), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(7), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(7) {
  -ms-grid-row: 1;
  -ms-grid-column: 13;
}

.main .tab_wrap .tab_01-alphabet ul > *:nth-child(8), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(8), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(8), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(8), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.main .tab_wrap .tab_01-alphabet ul > *:nth-child(9), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(9), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(9), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(9), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.main .tab_wrap .tab_01-alphabet ul > *:nth-child(10), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(10), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(10), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(10), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.main .tab_wrap .tab_01-alphabet ul > *:nth-child(11), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(11), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(11), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(11), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}

.main .tab_wrap .tab_01-alphabet ul > *:nth-child(12), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(12), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(12), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(12), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}

.main .tab_wrap .tab_01-alphabet ul > *:nth-child(13), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(13), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(13), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(13), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(13) {
  -ms-grid-row: 3;
  -ms-grid-column: 11;
}

.main .tab_wrap .tab_01-alphabet ul > *:nth-child(14), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(14), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(14), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(14), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(14) {
  -ms-grid-row: 3;
  -ms-grid-column: 13;
}

.main .tab_wrap .tab_01-alphabet ul > *:nth-child(15), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(15), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(15), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(15), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(15) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.main .tab_wrap .tab_01-alphabet ul > *:nth-child(16), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(16), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(16), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(16), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(16) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.main .tab_wrap .tab_01-alphabet ul > *:nth-child(17), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(17), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(17), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(17), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(17) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}

.main .tab_wrap .tab_01-alphabet ul > *:nth-child(18), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(18), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(18), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(18), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(18) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}

.main .tab_wrap .tab_01-alphabet ul > *:nth-child(19), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(19), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(19), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(19), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(19) {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
}

.main .tab_wrap .tab_01-alphabet ul > *:nth-child(20), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(20), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(20), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(20), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(20) {
  -ms-grid-row: 5;
  -ms-grid-column: 11;
}

.main .tab_wrap .tab_01-alphabet ul > *:nth-child(21), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(21), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(21), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(21), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(21) {
  -ms-grid-row: 5;
  -ms-grid-column: 13;
}

.main .tab_wrap .tab_01-alphabet ul > *:nth-child(22), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(22), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(22), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(22), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(22) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.main .tab_wrap .tab_01-alphabet ul > *:nth-child(23), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(23), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(23), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(23), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(23) {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
}

.main .tab_wrap .tab_01-alphabet ul > *:nth-child(24), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(24), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(24), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(24), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(24) {
  -ms-grid-row: 7;
  -ms-grid-column: 5;
}

.main .tab_wrap .tab_01-alphabet ul > *:nth-child(25), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(25), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(25), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(25), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(25) {
  -ms-grid-row: 7;
  -ms-grid-column: 7;
}

.main .tab_wrap .tab_01-alphabet ul > *:nth-child(26), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(26), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(26), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(26), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(26) {
  -ms-grid-row: 7;
  -ms-grid-column: 9;
}

.main .tab_wrap .tab_01-alphabet ul > *:nth-child(27), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(27), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(27), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(27), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(27) {
  -ms-grid-row: 7;
  -ms-grid-column: 11;
}

.main .tab_wrap .tab_01-alphabet ul > *:nth-child(28), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(28), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(28), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(28), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(28) {
  -ms-grid-row: 7;
  -ms-grid-column: 13;
}

.main .tab_wrap .tab_04-search {
  position: relative;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  max-width: 568px;
  margin: 0 auto;
}

.main .tab_wrap .tab_04-search-txt {
  outline: 0;
  height: 100%;
  padding: 0 10px;
  border-radius: 4px;
  background: #eee;
  border: 1px solid #afafaf;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
  margin-right: 5px;
}

.main .tab_wrap .tab_04-search-submit {
  width: 25%;
  height: 100%;
  border-radius: 4px;
  background: #e60012;
  color: #fff;
  font-size: 15px;
  border: none;
  cursor: pointer;
  position: relative;
  text-align: left;
  padding-left: 10px;
}

.main .tab_wrap .tab_04-search-submit:after {
  content: '';
  background: url("/images/icn_modal-search.svg") no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  background-size: contain;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main .guide_ttl, .main .news_ttl, .main .event_ttl, .main .blog_ttl, .main .factory_ttl, .main .page_ttl, .main .logo_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 9.6vw;
  padding-bottom: 6.93333vw;
}

.main .guide_ttl h2, .main .news_ttl h2, .main .event_ttl h2, .main .blog_ttl h2, .main .factory_ttl h2, .main .page_ttl h2, .main .logo_ttl h2 {
  font-size: 27px;
  font-size: 7.2vw;
  font-family: 'Lato', sans-serif;
}

.main .guide_ttl h2::after, .main .news_ttl h2::after, .main .event_ttl h2::after, .main .blog_ttl h2::after, .main .factory_ttl h2::after, .main .page_ttl h2::after, .main .logo_ttl h2::after {
  content: '';
  width: 9.33333vw;
  border-bottom: 2px solid #e60012;
  display: block;
  margin: 0 auto;
  padding-top: 9px;
}

.main .guide_ttl p, .main .news_ttl p, .main .event_ttl p, .main .blog_ttl p, .main .factory_ttl p, .main .logo_ttl p {
  padding-top: 14px;
  font-size: 12px;
  font-size: 3.2vw;
}

.main .page_ttl {
  background: #f6f6f6;
}

.main .page_ttl p {
  padding-top: 14px;
  font-size: 12px;
  font-size: 3.2vw;
}

.main .page .card:not(:nth-child(-n + 4)) {
  margin-top: 20px;
}

.main .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 19px 13px 21px;
  font-size: 11px;
  font-size: 2.93333vw;
  line-height: 1.7;
}

.main .breadcrumb li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 5.5px;
}

.main .breadcrumb li:before {
  content: '';
  background: url("/images/icn_pankuzu-arrow.svg") no-repeat;
  background-size: contain;
  width: 3.5px;
  height: 6px;
  display: inline-block;
  padding-right: 5.5px;
}

.main .breadcrumb li:first-child:before {
  content: '';
  background: url("/images/icn_home.svg") no-repeat;
  background-size: contain;
  width: 8px;
  height: 11px;
  display: inline-block;
}

.main .breadcrumb li a {
  color: #333;
  text-decoration: underline;
}

.main .factory {
  display: none;
}

.main .guide {
  background: #f6f6f6;
}

.main .event {
  background: #f6f6f6;
  padding-bottom: 10.66667vw;
}

.main .news, .main .blog, .main .guide, .main .factory {
  padding-bottom: 10.66667vw;
}

.main .logo_list {
  padding: 0 13px;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.main .logo_list .logo_item {
  width: calc(25% - 6px);
  margin: 8px 8px 0 0;
}

.main .logo_list .logo_item:nth-child(-n+4) {
  margin-top: 0;
}

.main .logo_list .logo_item:nth-child(4n) {
  margin-right: 0;
}

.main .logo ul li a {
  display: block;
}

.main .logo ul li a img {
  width: 100%;
  height: auto;
}

@media (min-width: 769px) {
  .main .slider-telop {
    max-width: 1020px;
    margin: 0 auto;
    padding: 20px;
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .main .slider-telop:last-of-type {
    margin: 0 auto 25px;
  }
}


@media (min-width: 769px) {
  .main .slider .slick-prev {
    left: calc((100vw - 950px)/2);
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 769px) {
  .main .slider .slick-next {
    right: calc((100vw - 950px)/2);
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 769px) {
  .main .slider .slick-slide {
    padding: 0 10px;
  }
}

@media (min-width: 769px) {
  .main .menu {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    max-width: 891px;
    margin: 116px auto 0;
    padding: 0;
  }
}

@media (min-width: 769px) {
  .main .menu_item:not(:nth-child(-n + 4)) {
    margin-top: 0;
  }
}

@media (min-width: 769px) {
  .main .menu_item {
    width: calc(100% / 7);
    padding: 0 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .main .menu_item:nth-child(2) {
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
  }
}

@media (min-width: 769px) {
  .main .menu_item a:hover .menu_item_box-icn-01, .main .menu_item a:hover .menu_item_box-icn-02, .main .menu_item a:hover .menu_item_box-icn-03, .main .menu_item a:hover .menu_item_box-icn-04, .main .menu_item a:hover .menu_item_box-icn-05, .main .menu_item a:hover .menu_item_box-icn-06, .main .menu_item a:hover .menu_item_box-icn-07, .main .menu_item a:hover .menu_item_box-icn-08, .main .menu_item a:hover .menu_item_box-icn-09 {
    height: 50px;
  }
}

@media (min-width: 769px) {
  .main .menu_item a .menu_item_box-txt {
    font-size: 13px;
  }
}

@media (min-width: 769px) {
  .main .menu_item a .menu_item_box-icn-01, .main .menu_item a .menu_item_box-icn-02, .main .menu_item a .menu_item_box-icn-03, .main .menu_item a .menu_item_box-icn-04, .main .menu_item a .menu_item_box-icn-05, .main .menu_item a .menu_item_box-icn-06, .main .menu_item a .menu_item_box-icn-07, .main .menu_item a .menu_item_box-icn-08, .main .menu_item a .menu_item_box-icn-09 {
    height: 50px;
  }
}

@media (min-width: 769px) {
  .main .menu_item a .menu_item_box-icn-01 img, .main .menu_item a .menu_item_box-icn-02 img, .main .menu_item a .menu_item_box-icn-03 img, .main .menu_item a .menu_item_box-icn-04 img, .main .menu_item a .menu_item_box-icn-05 img, .main .menu_item a .menu_item_box-icn-06 img, .main .menu_item a .menu_item_box-icn-07 img, .main .menu_item a .menu_item_box-icn-08 img, .main .menu_item a .menu_item_box-icn-09 img {
    width: 32px;
  }
}

@media (min-width: 769px) {
  .main .menu_item a .menu_item_box-icn-01 {
    width: 31.55px;
  }
}

@media (min-width: 769px) {
  .main .menu_item a .menu_item_box-icn-02 {
    width: 25px;
  }
}

@media (min-width: 769px) {
  .main .menu_item a .menu_item_box-icn-03 {
    width: 31.58px;
  }
}

@media (min-width: 769px) {
  .main .menu_item a .menu_item_box-icn-04 {
    width: 32.51px;
  }
}

@media (min-width: 769px) {
  .main .menu_item a .menu_item_box-icn-05 {
    width: 32.51px;
  }
}

@media (min-width: 769px) {
  .main .menu_item a .menu_item_box-icn-06 {
    width: 32.51px;
  }
}

@media (min-width: 769px) {
  .main .menu_item a .menu_item_box-icn-07 {
    width: 32.92px;
  }
}

@media (min-width: 769px) {
  .main .menu_item a .menu_item_box-icn-08 {
    width: 32.08px;
  }
}

@media (min-width: 769px) {
  .main .menu_item a .menu_item_box-icn-09 {
    width: 36px;
  }
  .main .menu_item a .menu_item_box-icn-09 img {
    width: 100%;
  }
}

@media (min-width: 769px) {
  .main .car {
    display: none;
  }
}

@media (min-width: 769px) {
  .main .sun {
    display: none;
  }
}

@media (min-width: 769px) {
  .main .more {
    margin-top: 40px;
  }
}

@media (min-width: 769px) {
  .main .more_btn {
    width: 320px;
    height: 48px;
    margin: 0 auto;
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .main .search {
    margin-top: 30px;
  }
}

@media (min-width: 769px) {
  .main .search_btn {
    max-width: 320px;
    height: 48px;
    margin: 0 auto;
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .main .guide {
    margin-top: 60px;
  }
}

@media (min-width: 769px) {
  .main .tab_wrap {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0;
  }
}

@media (min-width: 769px) {
  .main .tab_wrap .radio_area label {
    font-size: 14px;
    height: 66px;
  }
}

@media (min-width: 769px) {
  .main .tab_wrap .radio_area label.active:before {
    border-width: 0 11px 10px 11px;
  }
}

@media (min-width: 769px) {
  .main .tab_wrap .radio_area label.active:after {
    border-width: 0 12px 11px 12px;
  }
}

@media (min-width: 769px) {
  .main .tab_wrap input[value='3']:checked ~ #tab_03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width: 769px) {
  .main .tab_wrap .tab_01, .main .tab_wrap .tab_02, .main .tab_wrap .tab_03, .main .tab_wrap .tab_04, .main .tab_wrap .tab_05 {
    padding: 25px 33px 40px;
  }
}

@media (min-width: 769px) {
  .main .tab_wrap .tab_01-acc01 button.accordion, .main .tab_wrap .tab_01-acc02 button.accordion, .main .tab_wrap .tab_01-acc03 button.accordion, .main .tab_wrap .tab_01-acc04 button.accordion, .main .tab_wrap .tab_02-acc01 button.accordion, .main .tab_wrap .tab_02-acc02 button.accordion, .main .tab_wrap .tab_02-acc03 button.accordion, .main .tab_wrap .tab_02-acc04 button.accordion, .main .tab_wrap .tab_03-acc01 button.accordion, .main .tab_wrap .tab_03-acc02 button.accordion, .main .tab_wrap .tab_03-acc03 button.accordion, .main .tab_wrap .tab_03-acc04 button.accordion, .main .tab_wrap .tab_04-acc01 button.accordion, .main .tab_wrap .tab_04-acc02 button.accordion, .main .tab_wrap .tab_04-acc03 button.accordion, .main .tab_wrap .tab_04-acc04 button.accordion, .main .tab_wrap .tab_05-acc01 button.accordion, .main .tab_wrap .tab_05-acc02 button.accordion, .main .tab_wrap .tab_05-acc03 button.accordion, .main .tab_wrap .tab_05-acc04 button.accordion {
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .main .tab_wrap .tab_01-acc01 ul.clicked > li, .main .tab_wrap .tab_01-acc02 ul.clicked > li, .main .tab_wrap .tab_01-acc03 ul.clicked > li, .main .tab_wrap .tab_01-acc04 ul.clicked > li, .main .tab_wrap .tab_02-acc01 ul.clicked > li, .main .tab_wrap .tab_02-acc02 ul.clicked > li, .main .tab_wrap .tab_02-acc03 ul.clicked > li, .main .tab_wrap .tab_02-acc04 ul.clicked > li, .main .tab_wrap .tab_03-acc01 ul.clicked > li, .main .tab_wrap .tab_03-acc02 ul.clicked > li, .main .tab_wrap .tab_03-acc03 ul.clicked > li, .main .tab_wrap .tab_03-acc04 ul.clicked > li, .main .tab_wrap .tab_04-acc01 ul.clicked > li, .main .tab_wrap .tab_04-acc02 ul.clicked > li, .main .tab_wrap .tab_04-acc03 ul.clicked > li, .main .tab_wrap .tab_04-acc04 ul.clicked > li, .main .tab_wrap .tab_05-acc01 ul.clicked > li, .main .tab_wrap .tab_05-acc02 ul.clicked > li, .main .tab_wrap .tab_05-acc03 ul.clicked > li, .main .tab_wrap .tab_05-acc04 ul.clicked > li {
    padding: 10px 0 20px;
  }
}

@media (min-width: 769px) {
  .main .tab_wrap .tab_01-acc01 ul, .main .tab_wrap .tab_01-acc02 ul, .main .tab_wrap .tab_01-acc03 ul, .main .tab_wrap .tab_01-acc04 ul, .main .tab_wrap .tab_02-acc01 ul, .main .tab_wrap .tab_02-acc02 ul, .main .tab_wrap .tab_02-acc03 ul, .main .tab_wrap .tab_02-acc04 ul, .main .tab_wrap .tab_03-acc01 ul, .main .tab_wrap .tab_03-acc02 ul, .main .tab_wrap .tab_03-acc03 ul, .main .tab_wrap .tab_03-acc04 ul, .main .tab_wrap .tab_04-acc01 ul, .main .tab_wrap .tab_04-acc02 ul, .main .tab_wrap .tab_04-acc03 ul, .main .tab_wrap .tab_04-acc04 ul, .main .tab_wrap .tab_05-acc01 ul, .main .tab_wrap .tab_05-acc02 ul, .main .tab_wrap .tab_05-acc03 ul, .main .tab_wrap .tab_05-acc04 ul {
    padding-left: 28px;
  }
}

@media (min-width: 769px) {
  .main .tab_wrap .tab_01-acc01 ul li label, .main .tab_wrap .tab_01-acc02 ul li label, .main .tab_wrap .tab_01-acc03 ul li label, .main .tab_wrap .tab_01-acc04 ul li label, .main .tab_wrap .tab_02-acc01 ul li label, .main .tab_wrap .tab_02-acc02 ul li label, .main .tab_wrap .tab_02-acc03 ul li label, .main .tab_wrap .tab_02-acc04 ul li label, .main .tab_wrap .tab_03-acc01 ul li label, .main .tab_wrap .tab_03-acc02 ul li label, .main .tab_wrap .tab_03-acc03 ul li label, .main .tab_wrap .tab_03-acc04 ul li label, .main .tab_wrap .tab_04-acc01 ul li label, .main .tab_wrap .tab_04-acc02 ul li label, .main .tab_wrap .tab_04-acc03 ul li label, .main .tab_wrap .tab_04-acc04 ul li label, .main .tab_wrap .tab_05-acc01 ul li label, .main .tab_wrap .tab_05-acc02 ul li label, .main .tab_wrap .tab_05-acc03 ul li label, .main .tab_wrap .tab_05-acc04 ul li label {
    font-size: 14px;
    padding: 3px 60px 3px 22px;
  }
}

@media (min-width: 769px) {
  .main .tab_wrap .tab_01-hiragana p, .main .tab_wrap .tab_02-hiragana p, .main .tab_wrap .tab_03-hiragana p, .main .tab_wrap .tab_04-hiragana p, .main .tab_wrap .tab_05-hiragana p {
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .main .tab_wrap .tab_01-hiragana ul, .main .tab_wrap .tab_02-hiragana ul, .main .tab_wrap .tab_03-hiragana ul, .main .tab_wrap .tab_04-hiragana ul, .main .tab_wrap .tab_05-hiragana ul {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(5, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-rows: 1fr 10px 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
}

@media (min-width: 769px) {
  .main .tab_wrap .tab_01-hiragana ul li, .main .tab_wrap .tab_02-hiragana ul li, .main .tab_wrap .tab_03-hiragana ul li, .main .tab_wrap .tab_04-hiragana ul li, .main .tab_wrap .tab_05-hiragana ul li {
    height: 40px;
    width: 40px;
  }
}

@media (min-width: 769px) {
  .main .tab_wrap .tab_01-hiragana ul li a, .main .tab_wrap .tab_02-hiragana ul li a, .main .tab_wrap .tab_03-hiragana ul li a, .main .tab_wrap .tab_04-hiragana ul li a, .main .tab_wrap .tab_05-hiragana ul li a {
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .main .tab_wrap .tab_01-hiragana ul > *:nth-child(1), .main .tab_wrap .tab_02-hiragana ul > *:nth-child(1), .main .tab_wrap .tab_03-hiragana ul > *:nth-child(1), .main .tab_wrap .tab_04-hiragana ul > *:nth-child(1), .main .tab_wrap .tab_05-hiragana ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .main .tab_wrap .tab_01-hiragana ul > *:nth-child(2), .main .tab_wrap .tab_02-hiragana ul > *:nth-child(2), .main .tab_wrap .tab_03-hiragana ul > *:nth-child(2), .main .tab_wrap .tab_04-hiragana ul > *:nth-child(2), .main .tab_wrap .tab_05-hiragana ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .main .tab_wrap .tab_01-hiragana ul > *:nth-child(3), .main .tab_wrap .tab_02-hiragana ul > *:nth-child(3), .main .tab_wrap .tab_03-hiragana ul > *:nth-child(3), .main .tab_wrap .tab_04-hiragana ul > *:nth-child(3), .main .tab_wrap .tab_05-hiragana ul > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .main .tab_wrap .tab_01-hiragana ul > *:nth-child(4), .main .tab_wrap .tab_02-hiragana ul > *:nth-child(4), .main .tab_wrap .tab_03-hiragana ul > *:nth-child(4), .main .tab_wrap .tab_04-hiragana ul > *:nth-child(4), .main .tab_wrap .tab_05-hiragana ul > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .main .tab_wrap .tab_01-hiragana ul > *:nth-child(5), .main .tab_wrap .tab_02-hiragana ul > *:nth-child(5), .main .tab_wrap .tab_03-hiragana ul > *:nth-child(5), .main .tab_wrap .tab_04-hiragana ul > *:nth-child(5), .main .tab_wrap .tab_05-hiragana ul > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
  .main .tab_wrap .tab_01-hiragana ul > *:nth-child(6), .main .tab_wrap .tab_02-hiragana ul > *:nth-child(6), .main .tab_wrap .tab_03-hiragana ul > *:nth-child(6), .main .tab_wrap .tab_04-hiragana ul > *:nth-child(6), .main .tab_wrap .tab_05-hiragana ul > *:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .main .tab_wrap .tab_01-hiragana ul > *:nth-child(7), .main .tab_wrap .tab_02-hiragana ul > *:nth-child(7), .main .tab_wrap .tab_03-hiragana ul > *:nth-child(7), .main .tab_wrap .tab_04-hiragana ul > *:nth-child(7), .main .tab_wrap .tab_05-hiragana ul > *:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .main .tab_wrap .tab_01-hiragana ul > *:nth-child(8), .main .tab_wrap .tab_02-hiragana ul > *:nth-child(8), .main .tab_wrap .tab_03-hiragana ul > *:nth-child(8), .main .tab_wrap .tab_04-hiragana ul > *:nth-child(8), .main .tab_wrap .tab_05-hiragana ul > *:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .main .tab_wrap .tab_01-hiragana ul > *:nth-child(9), .main .tab_wrap .tab_02-hiragana ul > *:nth-child(9), .main .tab_wrap .tab_03-hiragana ul > *:nth-child(9), .main .tab_wrap .tab_04-hiragana ul > *:nth-child(9), .main .tab_wrap .tab_05-hiragana ul > *:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .main .tab_wrap .tab_01-hiragana ul > *:nth-child(10), .main .tab_wrap .tab_02-hiragana ul > *:nth-child(10), .main .tab_wrap .tab_03-hiragana ul > *:nth-child(10), .main .tab_wrap .tab_04-hiragana ul > *:nth-child(10), .main .tab_wrap .tab_05-hiragana ul > *:nth-child(10) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
  }
}

@media (min-width: 769px) {
  .main .tab_wrap .tab_01-alphabet, .main .tab_wrap .tab_02-alphabet, .main .tab_wrap .tab_03-alphabet, .main .tab_wrap .tab_04-alphabet, .main .tab_wrap .tab_05-alphabet {
    margin-top: 0;
    margin-left: 22px;
  }
}

@media (min-width: 769px) {
  .main .tab_wrap .tab_01-alphabet p, .main .tab_wrap .tab_02-alphabet p, .main .tab_wrap .tab_03-alphabet p, .main .tab_wrap .tab_04-alphabet p, .main .tab_wrap .tab_05-alphabet p {
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .main .tab_wrap .tab_01-alphabet ul, .main .tab_wrap .tab_02-alphabet ul, .main .tab_wrap .tab_03-alphabet ul, .main .tab_wrap .tab_04-alphabet ul, .main .tab_wrap .tab_05-alphabet ul {
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
    grid-template-columns: repeat(14, 1fr);
    -ms-grid-rows: 1fr 10px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

@media (min-width: 769px) {
  .main .tab_wrap .tab_01-alphabet ul li, .main .tab_wrap .tab_02-alphabet ul li, .main .tab_wrap .tab_03-alphabet ul li, .main .tab_wrap .tab_04-alphabet ul li, .main .tab_wrap .tab_05-alphabet ul li {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 769px) {
  .main .tab_wrap .tab_01-alphabet ul li a, .main .tab_wrap .tab_02-alphabet ul li a, .main .tab_wrap .tab_03-alphabet ul li a, .main .tab_wrap .tab_04-alphabet ul li a, .main .tab_wrap .tab_05-alphabet ul li a {
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .main .tab_wrap .tab_01-alphabet ul > *:nth-child(1), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(1), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(1), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(1), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .main .tab_wrap .tab_01-alphabet ul > *:nth-child(2), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(2), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(2), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(2), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .main .tab_wrap .tab_01-alphabet ul > *:nth-child(3), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(3), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(3), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(3), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
  .main .tab_wrap .tab_01-alphabet ul > *:nth-child(4), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(4), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(4), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(4), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }
  .main .tab_wrap .tab_01-alphabet ul > *:nth-child(5), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(5), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(5), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(5), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(5) {
    -ms-grid-row: 1;
    -ms-grid-column: 9;
  }
  .main .tab_wrap .tab_01-alphabet ul > *:nth-child(6), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(6), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(6), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(6), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-column: 11;
  }
  .main .tab_wrap .tab_01-alphabet ul > *:nth-child(7), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(7), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(7), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(7), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(7) {
    -ms-grid-row: 1;
    -ms-grid-column: 13;
  }
  .main .tab_wrap .tab_01-alphabet ul > *:nth-child(8), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(8), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(8), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(8), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(8) {
    -ms-grid-row: 1;
    -ms-grid-column: 15;
  }
  .main .tab_wrap .tab_01-alphabet ul > *:nth-child(9), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(9), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(9), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(9), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(9) {
    -ms-grid-row: 1;
    -ms-grid-column: 17;
  }
  .main .tab_wrap .tab_01-alphabet ul > *:nth-child(10), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(10), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(10), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(10), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(10) {
    -ms-grid-row: 1;
    -ms-grid-column: 19;
  }
  .main .tab_wrap .tab_01-alphabet ul > *:nth-child(11), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(11), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(11), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(11), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(11) {
    -ms-grid-row: 1;
    -ms-grid-column: 21;
  }
  .main .tab_wrap .tab_01-alphabet ul > *:nth-child(12), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(12), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(12), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(12), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(12) {
    -ms-grid-row: 1;
    -ms-grid-column: 23;
  }
  .main .tab_wrap .tab_01-alphabet ul > *:nth-child(13), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(13), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(13), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(13), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(13) {
    -ms-grid-row: 1;
    -ms-grid-column: 25;
  }
  .main .tab_wrap .tab_01-alphabet ul > *:nth-child(14), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(14), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(14), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(14), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(14) {
    -ms-grid-row: 1;
    -ms-grid-column: 27;
  }
  .main .tab_wrap .tab_01-alphabet ul > *:nth-child(15), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(15), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(15), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(15), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(15) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .main .tab_wrap .tab_01-alphabet ul > *:nth-child(16), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(16), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(16), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(16), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(16) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .main .tab_wrap .tab_01-alphabet ul > *:nth-child(17), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(17), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(17), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(17), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(17) {
    -ms-grid-row: 3;
    -ms-grid-column: 5;
  }
  .main .tab_wrap .tab_01-alphabet ul > *:nth-child(18), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(18), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(18), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(18), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(18) {
    -ms-grid-row: 3;
    -ms-grid-column: 7;
  }
  .main .tab_wrap .tab_01-alphabet ul > *:nth-child(19), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(19), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(19), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(19), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(19) {
    -ms-grid-row: 3;
    -ms-grid-column: 9;
  }
  .main .tab_wrap .tab_01-alphabet ul > *:nth-child(20), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(20), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(20), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(20), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(20) {
    -ms-grid-row: 3;
    -ms-grid-column: 11;
  }
  .main .tab_wrap .tab_01-alphabet ul > *:nth-child(21), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(21), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(21), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(21), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(21) {
    -ms-grid-row: 3;
    -ms-grid-column: 13;
  }
  .main .tab_wrap .tab_01-alphabet ul > *:nth-child(22), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(22), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(22), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(22), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(22) {
    -ms-grid-row: 3;
    -ms-grid-column: 15;
  }
  .main .tab_wrap .tab_01-alphabet ul > *:nth-child(23), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(23), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(23), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(23), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(23) {
    -ms-grid-row: 3;
    -ms-grid-column: 17;
  }
  .main .tab_wrap .tab_01-alphabet ul > *:nth-child(24), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(24), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(24), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(24), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(24) {
    -ms-grid-row: 3;
    -ms-grid-column: 19;
  }
  .main .tab_wrap .tab_01-alphabet ul > *:nth-child(25), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(25), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(25), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(25), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(25) {
    -ms-grid-row: 3;
    -ms-grid-column: 21;
  }
  .main .tab_wrap .tab_01-alphabet ul > *:nth-child(26), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(26), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(26), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(26), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(26) {
    -ms-grid-row: 3;
    -ms-grid-column: 23;
  }
  .main .tab_wrap .tab_01-alphabet ul > *:nth-child(27), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(27), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(27), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(27), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(27) {
    -ms-grid-row: 3;
    -ms-grid-column: 25;
  }
  .main .tab_wrap .tab_01-alphabet ul > *:nth-child(28), .main .tab_wrap .tab_02-alphabet ul > *:nth-child(28), .main .tab_wrap .tab_03-alphabet ul > *:nth-child(28), .main .tab_wrap .tab_04-alphabet ul > *:nth-child(28), .main .tab_wrap .tab_05-alphabet ul > *:nth-child(28) {
    -ms-grid-row: 3;
    -ms-grid-column: 27;
  }
}

@media (min-width: 769px) {
  .main .tab_wrap .tab_04-search-txt {
    width: 70%;
  }
}

@media (min-width: 769px) {
  .main .tab_wrap .tab_04-search-submit {
    font-size: 14px;
    width: 30%;
    text-align: center;
    padding-left: 0;
  }
}

@media (min-width: 769px) {
  .main .tab_wrap .tab_04 {
    padding: 40px 33px 40px;
  }
}

@media (min-width: 769px) {
  .main .guide_ttl, .main .news_ttl, .main .event_ttl, .main .blog_ttl, .main .factory_ttl, .main .page_ttl, .main .logo_ttl {
    max-width: 1020px;
    margin: 0 auto;
  }
}

@media (min-width: 769px) and (min-width: 769px) {
  .main .guide_ttl, .main .news_ttl, .main .event_ttl, .main .blog_ttl, .main .factory_ttl, .main .page_ttl, .main .logo_ttl {
    padding-top: 52px;
    padding-bottom: 39px;
  }
}

@media (min-width: 769px) {
  .main .guide_ttl h2, .main .news_ttl h2, .main .event_ttl h2, .main .blog_ttl h2, .main .factory_ttl h2, .main .page_ttl h2, .main .logo_ttl h2 {
    font-size: 31px;
  }
}

@media (min-width: 769px) {
  .main .guide_ttl h2::after, .main .news_ttl h2::after, .main .event_ttl h2::after, .main .blog_ttl h2::after, .main .factory_ttl h2::after, .main .page_ttl h2::after, .main .logo_ttl h2::after {
    padding-top: 14px;
    border-bottom: 2px solid #e60012;
    width: 55px;
  }
}

@media (min-width: 769px) {
  .main .guide_ttl p, .main .news_ttl p, .main .event_ttl p, .main .blog_ttl p, .main .factory_ttl p, .main .page_ttl p, .main .logo_ttl p {
    font-size: 14px;
  }
}

@media (min-width: 769px) {
  .main .page_ttl {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 769px) {
  .main .breadcrumb {
    max-width: 1025px;
    margin: 0 auto;
    font-size: 12px;
    padding: 31px 0 61px;
  }
}

@media (min-width: 769px) {
  .main .factory {
    display: block;
  }
  .main .factory_guide-wrap, .main .factory_other-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1027px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .main .factory_guide-wrap:after {
    content: '';
    display: block;
    max-width: 320px;
    width: 100%;
  }
  .main .factory_other-wrap {
    margin-top: 29px;
  }
  .main .factory_other-wrap:after {
    content: '';
    display: block;
    max-width: 320px;
    width: 100%;
  }
  .main .factory_guide {
    max-width: 320px;
    width: 100%;
    height: 48px;
  }
  .main .factory_guide:not(:nth-child(-n + 3)) {
    margin-top: 29px;
  }
  .main .factory_guide a:hover {
    background: #000;
    color: #fff;
    opacity: 1;
  }
  .main .factory_car {
    max-width: 320px;
    width: 100%;
    border: 1px solid #333;
  }
  .main .factory_sun {
    max-width: 320px;
    width: 100%;
    border: 1px solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .main .factory_sun-ttl {
    font-size: 14px;
  }
  .main .factory_sun-time {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 17px;
    letter-spacing: .1em;
  }
  .main .factory_sun-time:before {
    content: '';
    background: url("/images/icn_sun.svg") no-repeat;
    width: 32px;
    height: 35px;
    display: inline-block;
    margin-right: 10px;
    background-size: contain;
  }
  .main .factory_recruit {
    height: 107px;
  }
  .main .factory_recruit a {
    font-size: 24px;
    font-family: 'Lato', sans-serif;
  }
  .main .factory_recruit a:hover {
    background: #000;
    color: #fff;
    opacity: 1;
  }
  .main .factory_recruit .more_btn {
    height: 100%;
    display: block;
    text-align: center;
    padding: 28px 0;
  }
  .main .factory_recruit .more_btn span {
    display: inline;
    font-size: 14px;
    margin-top: 9px;
  }
}

@media (min-width: 769px) {
  .main .guide, .main .event {
    background: #fff;
  }
}

@media (min-width: 769px) {
  .main .guide, .main .news, .main .blog {
    background: #f6f6f6;
  }
}

@media (min-width: 769px) {
  .main .event, .main .news, .main .blog, .main .guide, .main .factory, .main .instagram-contents {
    padding-bottom: 60px;
  }
}

@media (min-width: 769px) {
  .main .logo_list {
    width: 1030px;
    margin: 0 auto;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .main .logo_list .logo_item {
    width: 16.66%;
    margin: 0;
    text-align: center;
  }
}

@media (min-width: 769px) {
  .main .logo ul li {
    width: 150px;
    height: 80px;
  }
}

/*==================================
  CARD_FILTER
==================================*/
.top .card_filter {
  padding: 0;
}

.top .blog .card:not(:nth-child(-n + 4)) {
  display: none;
  margin-top: 5.06667vw;
}

@media (min-width: 769px) {
  .top .blog .card:not(:nth-child(-n + 4)) {
    display: block;
    margin-top: 28px;
  }
}

.card_filter {
  padding: 0 13px;
  margin-bottom: 30px;
}

.card_filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card_filter ul li {
  display: block;
  position: relative;
  text-align: center;
  width: calc(95% / 3);
}

.card_filter ul li:before {
  opacity: 0;
  content: '';
  width: 0;
  height: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.card_filter ul li.active a {
  border: 1px solid #333;
  color: #fff;
  background: #333;
}

.card_filter ul li.active:before {
  opacity: 1;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  border-color: #333333 transparent transparent transparent;
  border-width: 7px 8.5px 0 8.5px;
  bottom: -7px;
}

.card_filter ul li a {
  width: 100%;
  height: 45px;
  border: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 12px;
}

.card_filter ul li a:hover {
  opacity: 1;
}

@media (min-width: 769px) {
  .card_filter {
    max-width: 1025px;
    margin: 0 auto 40px;
    padding: 0;
  }
}

@media (min-width: 769px) {
  .card_filter ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media (min-width: 769px) {
  .card_filter ul li.active:before {
    border-width: 13px 17px 0 17px;
    bottom: -13px;
  }
}

@media (min-width: 769px) {
  .card_filter ul li a {
    height: 48px;
  }
}

.floor-1f, .floor-2f, .floor-3f {
  margin-top: 30px;
}

.floor-1f a, .floor-2f a, .floor-3f a {
  display: block;
}

.floor-1f a:after, .floor-2f a:after, .floor-3f a:after {
  content: none;
}

.map-txt {
  margin: 10px 0 0;
  text-align: right;
  font-size: 10px;
}
@media (min-width: 769px) {
  .map-txt {
    font-size: 12px;
  }
}

/*==================================
  FOOTER-BNR
==================================*/
.ft-bnr-box {
  padding: 38px 0 98px;
}
.ft-bnr-box .ft-bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 13px;
}
.ft-bnr-box .ft-bnr li {
  width: calc((100% - 15px) / 2);
  margin-bottom: 5.06667vw;
}
.ft-bnr-box .ft-bnr li img {
  width: 100%;
}
.ft-bnr-box .ft-bnr li a[target="_blank"]:after {
  content: none;
}
@media (min-width: 769px) {
  .ft-bnr-box {
    padding: 78px 0 140px;
  }
  .ft-bnr-box .ft-bnr-inner {
    padding: 0 13px;
    margin: 0 auto;
    max-width: 1020px;
    width: 100%;
  }
  .ft-bnr-box .ft-bnr {
    padding: 0;
    justify-content:flex-start;
  }
  .ft-bnr-box .ft-bnr li {
    margin-bottom: 39px;
    max-width: 224px;
    margin-right: 3.2%;
  }
  .ft-bnr-box .ft-bnr li:nth-child(4n) {
    margin-right: 0;
  }
}


/*==================================
  FOOTER
==================================*/
.top .footer {
  margin-top: 0;
}

.footer {
  margin-top: 23.2vw;
  height: 205px;
  width: 100%;
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}

.footer a {
  color: #fff;
}

@media (min-width: 769px) {
  .footer {
    margin-top: 200px;
  }
}

.footer_link {
  margin-top: 50px;
  width: 100%;
}

.footer_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer_link ul li {
  padding: 0 7px;
  margin-bottom: 10px;
}

.footer_link ul li:not(:last-child) {
  border-right: 1px solid #fff;
}

.footer_link ul li a {
  font-size: 12px;
  letter-spacing: .08em;
}

@media (min-width: 769px) {
  .footer_link ul li {
    margin-bottom: 0;
    padding: 0 15px;
  }
}

@media (min-width: 769px) {
  .footer_link ul li a {
    font-size: 14px;
    letter-spacing: .115em;
  }
}

.footer_logo {
  font-size: 14px;
  margin-top: 25px;
}

@media (min-width: 769px) {
  .footer_logo {
    font-size: 16px;
    margin-top: 45px;
  }
}

.footer_copy {
  font-size: 9px;
  color: #fff;
  font-family: 'Lato', sans-serif;
  letter-spacing: .05em;
  margin-top: 9px;
}

@media (min-width: 769px) {
  .footer_copy {
    font-size: 12px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    letter-spacing: .05em;
    margin-top: 16px;
  }
}

/*==================================
  BLUR
==================================*/
.card_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 13px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.card_wrap.blog_down:not(:nth-child(-n + 2)) {
  margin-top: 5.06667vw;
}

@media (min-width: 769px) {
  .card_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1025px;
    margin: 0 auto;
    padding: 0;
  }
  .card_wrap:before {
    content: "";
    display: block;
    width: 225px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .card_wrap:after {
    content: '';
    display: block;
    width: 225px;
  }
}

@media (min-width: 769px) {
  .card_wrap.blog_down:not(:nth-child(-n + 2)) {
    margin-top: 39px;
  }
}

.card {
  width: calc((100% - 15px) / 2);
  height: 100%;
}

.card:not(:nth-child(-n + 2)) {
  margin-top: 5.06667vw;
}

.card.new .card_anchor .card_img:before {
  content: '';
  background: url("/images/batch_new-sp.svg") no-repeat;
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-size: contain;
}

.card.end .card_anchor .card_img:before {
  content: '';
  background: url("/images/batch_end-sp.svg") no-repeat;
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-size: contain;
}

@media (min-width: 769px) {
  .card {
    width: 225px;
  }
}

@media (min-width: 769px) {
  .card:not(:nth-child(-n + 2)) {
    margin-top: 0;
  }
}

@media (min-width: 769px) {
  .card:not(:nth-child(-n + 4)) {
    margin-top: 28px;
  }
}

@media (min-width: 769px) {
  .card.new .card_anchor .card_img:before {
    width: 71px;
    height: 71px;
    background: url("/images/batch_new.svg") no-repeat;
    background-size: contain;
  }
}

@media (min-width: 769px) {
  .card.end .card_anchor .card_img:before {
    background: url("/images/batch_end.svg") no-repeat;
    width: 71px;
    height: 71px;
  }
}

.card_anchor {
  color: #333;
  display: block;
  /* border: 1px solid #707070; */
}

.card_anchor:hover {
  opacity: 1;
}

.card_img {
  border: 1px solid #707070;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding-top: 100%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.card_img.filter {
  -webkit-transition: .5s;
  transition: .5s;
}

.card_img > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain';
  /*IE対策*/
}
.card_anchor2 {
  color: #333;
  display: block;
  border: 1px solid #707070;
}
.card_anchor2 .card_img {
  border: none;
}

.card_img-blurred.filter:after {
  content: '';
  background: rgba(51, 51, 51, 0.4);
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.card_img-original {
  -webkit-transition: 1.3s;
  transition: 1.3s;
  max-height: 100%;
  max-width: 100%;
}

@media all and (-ms-high-contrast: none) {
  .card_img-original {
    width: 100%;
  }
}

.card_img-original-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.card_img-original-wrap:before {
  content: '';
  background: rgba(0, 0, 0, 0.6);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.card_img-original-wrap:after {
  opacity: 0;
  content: 'CHECK!';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 4;
  width: 19.73333vw;
  height: 9.33333vw;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 1s;
  transition: 1s;
  font-size: 11px;
  font-size: 2.93333vw;
}

.card_img-original-wrap.filter:before {
  content: '';
  background: rgba(0, 0, 0, 0.6);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.card_img-original-wrap.filter:after {
  opacity: 1;
  content: 'CHECK!';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 4;
  width: 19.73333vw;
  height: 9.33333vw;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 1s;
  transition: 1s;
  font-size: 11px;
  font-size: 2.93333vw;
}

@media (min-width: 769px) {
  .card_img-original-wrap:after {
    font-size: 12px;
    width: 74px;
    height: 35px;
  }
}

@media (min-width: 769px) {
  .card_img-original-wrap.filter:after {
    font-size: 12px;
    width: 74px;
    height: 35px;
  }
}

.card_img-original.zoom {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.top .card_category,
.event .card_category,
.event_detail .card_category {
  font-size: 10px;
  color: #727272;
  border: 1px solid #727272;
  padding: 3px 9px;
  width: 57px;
  margin-top: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.card_date {
  font-size: 10px;
  font-size: 2.66667vw;
  margin-top: 11px;
  letter-spacing: 0;
}

@media (min-width: 769px) {
  .card_category {
    margin-top: 14px;
  }
  .card_date {
    font-size: 12px;
    margin-top: 10px;
  }
}

.card_date-week, .card_date-week-end {
  padding-left: .5em;
}

.card_ttl {
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.66;
  margin-top: 5px;
  width: 100%;
  overflow: hidden;
  font-weight: bold;
}

@media (min-width: 769px) {
  .card_ttl {
    font-size: 14px;
  }
}

.card_place {
  font-size: 11px;
  font-size: 2.93333vw;
  margin-top: 8px;
}

@media (min-width: 769px) {
  .card_place {
    font-size: 14px;
    margin-top: 7px;
  }
}

.card_zone {
  background: #727272;
  color: #fff;
  font-size: 10px;
  font-size: 2.66667vw;
  padding: 5px 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 7px;
}

@media (min-width: 769px) {
  .card_zone {
    font-size: 10px;
  }
}

.card_zone-floor {
  padding-right: .5em;
}

.card_shop {
  font-size: 11px;
  font-size: 2.93333vw;
  margin-top: 11px;
  line-height: 1.5;
}

@media (min-width: 769px) {
  .card_shop {
    font-size: 12px;
  }
}

.blog .card_ttl {
  font-weight: normal;
}

.blog .card_shop {
  font-weight: bold;
}

section.logo {
  padding: 8vw 0;
  background: #fff;
}

section.logo ul li a.disable {
  pointer-events: none;
}

@media (min-width: 769px) {
  section.logo {
    padding: 50px 0;
  }
}

.card_img-blurred {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.top .card_filter {
  padding: 0 13px;
  margin-bottom: 30px;
}

.top .card_filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top .card_filter ul li {
  position: relative;
  text-align: center;
}

.top .card_filter ul li:nth-child(-n + 3) {
  width: calc(95% / 3);
  margin-bottom: 12.5px;
}

.top .card_filter ul li:not(:nth-child(-n + 3)) {
  width: calc(98% / 2);
}

.top .card_filter ul li.active a, .top .card_filter ul li:hover a {
  border: 1px solid #333;
  color: #fff;
  background: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.top .card_filter ul li.active:before, .top .card_filter ul li:hover:before {
  content: "";
  -webkit-transition: none;
  transition: none;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  left: 0;
  right: 0;
  margin: auto;
  border-color: #333333 transparent transparent transparent;
  border-width: 7px 8.5px 0 8.5px;
  bottom: -7px;
}

.top .card_filter ul li a {
  width: 100%;
  height: 45px;
  border: 1px solid #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 12px;
  -webkit-transition: none;
  transition: none;
}

.top .card_filter ul li a:hover {
  opacity: 1;
}

@media (min-width: 769px) {
  .top .card_filter {
    max-width: 1025px;
    margin: 0 auto 40px;
    padding: 0;
  }
  .top .card_filter ul {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .top .card_filter ul li:nth-child(-n + 3) {
    width: auto;
    margin-bottom: 0;
  }
  .top .card_filter ul li:not(:nth-child(-n + 3)) {
    width: auto;
  }
  .top .card_filter ul li.active:before {
    border-width: 13px 17px 0 17px;
    bottom: -13px;
  }
  .top .card_filter ul li a {
    width: 188px;
    height: 48px;
  }
}

.cmn_btn01 a {
  width: 100%;
  border: 1px solid #333;
  border-radius: 5px;
  height: 12vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  font-size: 12px;
  font-size: 3.2vw;
  text-decoration: none;
  position: relative;
}

.cmn_btn01 a:before {
  content: '';
  background: url("/images/icn_car-arrow.svg") no-repeat;
  background-size: contain;
  height: 12.5px;
  width: 7px;
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 769px) {
  .cmn_btn01 a {
    height: 48px;
    margin: 0 auto;
    font-size: 14px;
  }
}

.ico_pdf {
  width: 20px;
  height: 22px;
  display: inline-block;
  background: url(../images/icn_pdf.svg) no-repeat center;
  background-size: cover;
}

.ico_mail {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: url(../images/icn_mail.svg) no-repeat center;
  background-size: cover;
}

.disp-sp {
  display: none; }

.opacity-link {
  transition: opacity 0.3s ease;
  display: block; }
  .opacity-link:hover {
    opacity: 0.8; }

.instagram_wrap {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .instagram_wrap li {
    width: calc((100% - 75px) / 6);
    margin: 20px 0 0 14.5px; }
    .instagram_wrap li:nth-child(6n+1) {
      margin: 20px 0 0 0; }
    .instagram_wrap li a[target="_blank"]:after {
      display: none; }
    .instagram_wrap li video {
      width: 100%; 
      aspect-ratio: 1;
    }
    .instagram_wrap li .movie-ttl {
      font-size: 12px;
      margin-top: 10px;
      text-align: center;
      font-weight: 700;
    }

@media screen and (max-width: 768px) {
  .opacity-link:hover {
    opacity: 1; }

  .instagram_wrap {
    justify-content:flex-start;
    width: calc(100% - 26px); }
    .instagram_wrap li {
      width: calc((100% - 20px) / 3);
      margin: 10px 0 0 10px; }
      .instagram_wrap li:nth-child(3n+1) {
        margin: 10px 0 0 0; }
      /* .instagram_wrap li:nth-child(2n+1) {
        margin: 10px 0 0 0; } */

  .disp-pc {
    display: none; }

  .disp-sp {
    display: block; } }


