@charset "utf-8";
/*
 set break point
 */
/*
 Width / Height Settings
 */
/*
 SP Liquid Value
 */
/*
 PC Liquid Value
 */
/*
 Line Height
 */
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 {
  /*------------------------------------------------------------------------------------------
   *
   *
   setting.css
   *
   *
   ------------------------------------------------------------------------------------------ */
  /* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/*HTML5display-roleresetforolderbrowsers*/
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, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #000;
  font-size: 14px;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt" 1;
  word-break: normal;
  position: relative;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
body.load {
  visibility: visible !important;
}
body, html {
  width: 100vw;
  height: 100%;
}
a, li, p, div, button {
  outline: none !important;
}
a {
  color: #02102e;
  text-decoration: none;
}
a, p, div, li, dd, dt {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.indent_half_top {
  position: relative;
  margin-left: -0.5em !important;
}
.indent_half {
  position: relative;
  margin-left: -0.5em;
}
img, svg {
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.disabled {
  cursor: default !important;
}
.disabled a {
  cursor: default !important;
}
.disabled .tag_list a {
  cursor: pointer !important;
}
.is_pc .device_sp {
  display: none !important;
}
.is_sp .device_pc {
  display: none !important;
}
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  -moz-outline-style: none;
}
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
input::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
}
input[type=radio], input[type=checkbox] {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
select::-ms-expand {
  display: none;
}
.box_link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1;
}
/* -------------------- font-face  --------------------*/
.ff_w-r {
  font-weight: 400 !important;
}
.ff_w-b {
  font-weight: 700 !important;
}
.ff_w-eb {
  font-weight: 900 !important;
}
.ff_w-blk {
  font-weight: 900 !important;
}
.ff_smooth {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ff_initial, .ff_initial * {
  font-feature-settings: normal !important;
}
@media screen and (min-width: 751px) {
  .switch_sp {
    display: none !important;
  }
  br.sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .switch_pc {
    display: none !important;
  }
  br {
    display: none;
  }
  br.sp {
    display: inherit !important;
  }
}
main {
  position: relative;
}
main {
  z-index: 2;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.set_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  position: relative;
}
.set_bg .bg_inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
.set_bg img {
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
body {
  opacity: 0;
}
body.preload {
  width: 100vw;
  height: 100%;
  opacity: 1;
  overflow: hidden;
  position: fixed;
}
body.onload {
  opacity: 1 !important;
}
#loading {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 65535;
}
.comp #loading {
  opacity: 0;
  transition: opacity 1.5s ease 1s;
}
#loading .load_logo {
  opacity: 1;
  position: relative;
}
#loading .load_logo:before {
  content: '';
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.1;
  background-image: url(../images/logo_bj_head_sp_sub.svg);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#loading .load_logo:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  display: block;
  transform: translateX(-100%);
  position: absolute;
  top: 0;
  left: 0;
}
.preload #loading .load_logo {
  transform: scale(1);
}
#loading .load_logo span {
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  transition: width 2.5s cubic-bezier(0.77, 0, 0.175, 1);
}
#loading .load_logo span img {
  width: 6vw;
  max-width: 56px;
  min-width: 42px;
  position: relative;
}
.comp #loading .load_logo:after {
  transform: translateX(0);
  transition: transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
}
/* ==================================================
 *
 transition
 *
 ================================================== */
.c_move {
  opacity: 0;
  transform: translateY(5vh);
  transition: opacity, transform;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c_move.on {
  opacity: 1 !important;
  transform: translateY(0);
}
.isIE .c_move {
  transform: translateY(25px);
}
.c_kv .bg_inner {
  opacity: 0;
  transform: scale(1.05);
  transition: opacity, transform;
  transition-duration: 3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c_kv.on .bg_inner {
  opacity: 1 !important;
  transform: translateY(0);
}
.is_sp .c_kv .bg_inner {
  transform: scale(1.03);
}
.c_copy {
  opacity: 0;
  transform: translateX(-15px);
  transition: opacity, transform;
  transition-duration: 1.2s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-delay: 0.25s;
}
.c_copy.on {
  opacity: 1 !important;
  transform: translateX(0);
}
.c_dly {
  transition-delay: 0.45s !important;
}
.c_ph {
  overflow: hidden;
  position: relative;
}
.c_ph:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: opacity, transform, visibility;
  transition-duration: 1.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: 0.5s;
}
.c_ph:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transition: opacity, transform, visibility;
  transition-duration: 0.85s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.c_ph.on:before, .c_ph.on:after {
  opacity: 0;
  transform: translateX(100%);
  visibility: hidden;
}
.c_ph .bg_inner {
  transform: scale(1.2);
  transition: transform;
  transition-duration: 3s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.c_ph.on .bg_inner {
  transform: scale(1);
}
/*
 header
 */
header {
  overflow: hidden;
}
header li a:after {
  content: '';
  width: 100%;
  height: 0.16667vw !important;
  max-height: 2px !important;
  display: block;
  background-color: #000;
  position: absolute;
  bottom: -0.33333vw;
  left: 0;
  transition: width, bottom;
  transition-duration: 0.15s;
}
header li a.on:after {
  width: 100%;
  bottom: 0;
}
.is_pc header li a:hover:after {
  width: 100%;
  bottom: 0;
}
.is_sp header li a.touch:after {
  width: 100%;
  bottom: 0;
}
header .buy a {
  transition: background 0.15s ease, color 0.15s ease;
}
header .buy a svg * {
  transition: fill 0.15s ease;
}
.is_pc header .buy a:hover {
  color: #000;
  background-color: #fff;
}
.is_pc header .buy a:hover svg * {
  fill: #000;
}
.is_sp header .buy a.touch {
  color: #000;
  background-color: #fff;
}
.is_sp header .buy a.touch svg * {
  fill: #000;
}
nav .btn_detail {
  transition: background 0.15s ease;
}
.is_pc nav a:hover .btn_detail {
  background-color: #c1bfa5;
}
.is_sp nav a.touch .btn_detail {
  background-color: #c1bfa5;
}
nav .btn_detail .ico {
  transition: transform 0.15s ease;
}
.is_pc nav a:hover .btn_detail .ico {
  transform: translateX(1.33333vw);
}
.is_sp nav a.touch .btn_detail .ico {
  transform: translateX(1.33333vw);
}
nav .btm a {
  transition: opacity 0.15s ease;
}
.is_pc nav .btm a:hover {
  opacity: 0.7;
}
.is_sp nav .btm a.touch {
  opacity: 0.7;
}
header {
  transition: transform 0.25s ease, opacity 0s ease, visibility 0s ease, height 0.25s ease !important;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.resize header {
  transition: inherit !important;
  transition-delay: 0s !important;
  transition-duration: 0s !important;
}
body.menu {
  overflow: hidden;
  height: 100vh;
}
body.menu header {
  height: 100vh;
}
nav.switch_sp {
  width: 100vw;
  overflow-x: hidden;
  height: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(13.33333vw);
  transition: height 0.65s ease, transform 0.45s ease, opacity 0.45s ease;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.menu nav.switch_sp {
  height: calc(100% - 13.333vw);
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
  transform: translateY(0);
  transition: opacity 0.45s ease 0.15s, visibility 0s ease, height 0.65s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.15s, transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.15s;
}
.gnav_ico .ico {
  opacity: 1;
  transform: scale(1);
  transition: transform 0.25s ease 0.45s, opacity 0.25s ease 0.45s;
}
.menu .gnav_ico .ico {
  opacity: 0;
  transform: scale(1.15);
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.gnav_ico .ico_close {
  opacity: 0;
  transform: rotate(-45deg) scale(0.8);
  transition: transform 0.25s ease 0s, opacity 0.25s ease;
}
.menu .gnav_ico .ico_close {
  opacity: 1;
  transform: scale(1) rotate(0deg);
  transition: transform 0.25s ease 0.6s, opacity 0.35s ease 0.35s;
}
/*
 .foot_menu
 */
footer .foot_menu a {
  transition: background 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
}
.is_pc footer .foot_menu a:hover, .is_sp footer .foot_menu a.touch {
  background-color: #f5f5f1;
}
footer .foot_menu li .ph {
  overflow: hidden;
}
footer .foot_menu li .ph img {
  transition: transform 0.65s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1);
}
.is_pc footer .foot_menu a:hover .ph img, .is_sp footer .foot_menu a.touch .ph img {
  transform: scale(1.05);
}
/*
 .foot_btn
 */
footer .foot_btn li a {
  transition: background 0.35s ease;
}
.is_pc footer .foot_btn li a:hover, .is_sp footer .foot_btn li a.touch {
  background-color: #fff;
}
footer .foot_btn li a p {
  transition: color 0.15s ease;
}
.is_pc footer .foot_btn li.buy a:hover p, .is_sp footer .foot_btn li.buy a.touch p {
  color: #ff4242;
}
.is_pc footer .foot_btn li.contact a:hover p, .is_sp footer .foot_btn li.contact a.touch p {
  color: #1b1b1b;
}
footer .foot_btn li a svg, footer .foot_btn li a svg * {
  transform-origin: right;
  transition: fill, stroke, transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.is_pc footer .foot_btn li a .ico svg, .is_sp footer .foot_btn li a .ico svg {
  transform-origin: center;
}
.is_pc footer .foot_btn li a:hover .ico svg, .is_sp footer .foot_btn li a.touch .ico svg {
  transform: scale(1.15);
  transition-duration: 0.35s;
  transition-delay: 0.05s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is_pc footer .foot_btn li.buy a:hover .ico svg path, .is_sp footer .foot_btn li.buy a.touch .ico svg path {
  fill: #ff4242;
}
.is_pc footer .foot_btn li.contact a:hover .ico svg path, .is_sp footer .foot_btn li.contact a.touch .ico svg path {
  stroke: #1b1b1b;
}
.is_pc footer .foot_btn li a:hover .arrow svg, .is_sp footer .foot_btn li a.touch .arrow svg {
  transform: scaleX(0.8);
  transition-duration: 0.45s;
  transition-delay: 0.05s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.is_pc footer .foot_btn li.buy a:hover .arrow svg *, .is_sp footer .foot_btn li.buy a.touch .arrow svg * {
  fill: #ff4242;
}
.is_pc footer .foot_btn li.contact a:hover .arrow svg *, .is_sp footer .foot_btn li.contact a.touch .arrow svg * {
  fill: #1b1b1b;
}
#foot_nav a {
  transition: opacity 0.15s ease;
}
.is_pc #foot_nav a:hover {
  opacity: 0.7;
}
.is_sp #foot_nav a.touch {
  opacity: 0.7;
}
/* ---------------------------------------------
 *
 home
 *
 --------------------------------------------- */
#home .ico_gd img {
  transition: opacity 0.15s ease;
}
#home.is_pc .ico_gd a:hover img {
  opacity: 0.7;
}
#home.is_sp .ico_gd a.touch img {
  opacity: 0.7;
}
#home #mov .thumb {
  cursor: pointer;
}
#home #mov .thumb:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(0, 0, 0, .25);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.25s ease;
}
#home #mov .thumb:after {
  z-index: 2;
  transition: opacity, transform;
  transition-duration: 0.25s;
}
#home.is_pc #mov .thumb:hover:before {
  opacity: 0;
}
#home.is_sp #mov .thumb.touch:before {
  opacity: 0;
}
#home.is_pc #mov .thumb:hover:after {
  opacity: 0;
  transform: scale(1.1);
}
#home.is_sp #mov .thumb.touch:after {
  opacity: 0;
  transform: scale(1.1);
}
.product_modal img {
  transition: opacity 0.15s ease;
}
.is_pc .product_modal:hover img, .is_sp .product_modal.touch img {
  opacity: 0.7;
}
#kv .i .bg_inner {
  transform: scale(1.05);
}
#kv .i.out .bg_inner {
  transform: scale(0.95);
  transition: transform;
  transition-duration: 1.5s;
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
#kv .i.on .bg_inner {
  transform: scale(1);
  transition: transform;
  transition-duration: 7s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
}
/* ---------------------------------------------
 *
 story
 *
 --------------------------------------------- */
#story #okanetsu h4 img {
  transition: opacity 0.15s ease;
}
#story.is_pc #okanetsu h4 a:hover img {
  opacity: 0.7;
}
#story.is_sp #okanetsu h4 a.touch img {
  opacity: 0.7;
}
/* ---------------------------------------------
 *
 buy
 *
 --------------------------------------------- */
/*
 .
 */
/* ---------------------------------------------
 *
 #modal
 *
 --------------------------------------------- */
body.modal {
  overflow: hidden;
  height: 100vh;
}
#modal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity, visibility;
  transition-duration: 0.45s;
}
#modal .overlay {
  cursor: pointer;
}
#modal .ico_close {
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.is_pc #modal .ico_close:hover {
  opacity: 0.7;
}
.is_sp #modal .ico_close.touch {
  opacity: 0.7;
}
#modal #modal_inner .modal_content {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity, transform;
  transition-duration: 0.6s;
  transition-delay: 0.35s;
}
body.modal #modal {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}
body.modal #modal_inner .modal_content {
  transform: translateY(0) !important;
  opacity: 1 !important;
}
/* ==================================================
 *
 coloring , mouseover
 *
 ================================================== */
/* text link */
/* ==================================================
 *
 font style
 *
 ================================================== */
.fs_just, .fs_just p, .fs_just li, .fs_just dt, .fs_just dd {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}
@media screen and (max-width: 750px) {
  .fz18s {
    font-size: 2.4vw;
  }
  .fz19s {
    font-size: 2.53333vw;
  }
  .fz20s {
    font-size: 2.66667vw;
  }
  .fz21s {
    font-size: 2.8vw;
  }
  .fz22s {
    font-size: 2.93333vw;
  }
  .fz23s {
    font-size: 3.06667vw;
  }
  .fz24s {
    font-size: 3.2vw;
  }
  .fz25s {
    font-size: 3.33333vw;
  }
  .fz26s {
    font-size: 3.46667vw;
  }
  .fz28s {
    font-size: 3.73333vw;
  }
  .fz29s {
    font-size: 3.86667vw;
  }
  .fz30s {
    font-size: 4vw;
  }
  .fz32s {
    font-size: 4.26667vw;
  }
  .fz34s {
    font-size: 4.53333vw;
  }
  .fz36s {
    font-size: 4.8vw;
  }
  .fz38s {
    font-size: 5.06667vw;
  }
  .fz40s {
    font-size: 5.33333vw;
  }
  .fz42s {
    font-size: 5.6vw;
  }
  .fz44s {
    font-size: 5.86667vw;
  }
  .fz46s {
    font-size: 6.13333vw;
  }
  .fz48s {
    font-size: 6.4vw;
  }
  .fz50s {
    font-size: 6.66667vw;
  }
  .fz52s {
    font-size: 6.93333vw;
  }
  .fz53s {
    font-size: 7.06667vw;
  }
  .fz54s {
    font-size: 7.2vw;
  }
  .fz58s {
    font-size: 7.73333vw;
  }
  .fz60s {
    font-size: 8vw;
  }
  .fz62s {
    font-size: 8.26667vw;
  }
  .fz72s {
    font-size: 9.6vw;
  }
  .fz74s {
    font-size: 9.86667vw;
  }
  .fz82s {
    font-size: 10.93333vw;
  }
  .fz126s {
    font-size: 16.8vw;
  }
}
/* ----- max-width : 750px ----- */
@media screen and (min-width: 751px) {
  .fz10 {
    font-size: 0.83333vw;
  }
  .fz11 {
    font-size: 0.91667vw;
  }
  .fz12 {
    font-size: 1vw;
  }
  .fz12-5 {
    font-size: 1.04167vw;
  }
  .fz13 {
    font-size: 1.08333vw;
  }
  .fz13-5 {
    font-size: 1.125vw;
  }
  .fz14 {
    font-size: 1.16667vw;
  }
  .fz15 {
    font-size: 1.25vw;
  }
  .fz16 {
    font-size: 1.33333vw;
  }
  .fz17 {
    font-size: 1.41667vw;
  }
  .fz18 {
    font-size: 1.5vw;
  }
  .fz19 {
    font-size: 1.58333vw;
  }
  .fz20 {
    font-size: 1.66667vw;
  }
  .fz21 {
    font-size: 1.75vw;
  }
  .fz22 {
    font-size: 1.83333vw;
  }
  .fz23 {
    font-size: 1.91667vw;
  }
  .fz24 {
    font-size: 2vw;
  }
  .fz25 {
    font-size: 2.08333vw;
  }
  .fz26 {
    font-size: 2.16667vw;
  }
  .fz27 {
    font-size: 2.25vw;
  }
  .fz28 {
    font-size: 2.33333vw;
  }
  .fz30 {
    font-size: 2.5vw;
  }
  .fz31 {
    font-size: 2.58333vw;
  }
  .fz32 {
    font-size: 2.66667vw;
  }
  .fz36 {
    font-size: 3vw;
  }
  .fz40 {
    font-size: 3.33333vw;
  }
  .fz41 {
    font-size: 3.41667vw;
  }
  .fz74 {
    font-size: 6.16667vw;
  }
}
/* ----- min-width : 751px ----- */
@media screen and (min-width: 1200px) {
  .fz10 {
    font-size: 10px !important;
  }
  .fz11 {
    font-size: 11px !important;
  }
  .fz12 {
    font-size: 12px !important;
  }
  .fz12-5 {
    font-size: 12.5px !important;
  }
  .fz13 {
    font-size: 13px !important;
  }
  .fz13-5 {
    font-size: 13.5px !important;
  }
  .fz14 {
    font-size: 14px !important;
  }
  .fz15 {
    font-size: 15px !important;
  }
  .fz16 {
    font-size: 16px !important;
  }
  .fz17 {
    font-size: 17px !important;
  }
  .fz18 {
    font-size: 18px !important;
  }
  .fz19 {
    font-size: 19px !important;
  }
  .fz20 {
    font-size: 20px !important;
  }
  .fz21 {
    font-size: 21px !important;
  }
  .fz22 {
    font-size: 22px !important;
  }
  .fz23 {
    font-size: 23px !important;
  }
  .fz24 {
    font-size: 24px !important;
  }
  .fz25 {
    font-size: 25px !important;
  }
  .fz26 {
    font-size: 26px !important;
  }
  .fz27 {
    font-size: 27px !important;
  }
  .fz28 {
    font-size: 28px !important;
  }
  .fz30 {
    font-size: 30px !important;
  }
  .fz31 {
    font-size: 31px !important;
  }
  .fz32 {
    font-size: 32px !important;
  }
  .fz36 {
    font-size: 36px !important;
  }
  .fz40 {
    font-size: 40px !important;
  }
  .fz41 {
    font-size: 41px !important;
  }
  .fz74 {
    font-size: 74px !important;
  }
}
/* ----- min-width : 1440px ----- */
/* ------------------------------------------------------------
 *
 .img_slider
 -> Setting jQuery Plugin slick.min.js
 *
 ------------------------------------------------------------ */
.slick-dots, .slick-next, .slick-prev {
  position: absolute;
  display: block;
  padding: 0;
}
.slick-dots li button:before, .slick-next:before, .slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden;
}
.slick-next, .slick-prev {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before, .slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
}
.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '';
}
.slick-next:before, [dir=rtl] .slick-prev:before {
  content: '';
}
.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
[dir=rtl] .slick-next:before {
  content: '';
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  bottom: -25px;
  width: 100%;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '';
  text-align: center;
  opacity: 0.25;
  color: #000;
}
.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
.slick-slider {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list, .slick-slider .slick-track {
  -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 {
  top: 0;
  left: 0;
}
.slick-track:after, .slick-track:before {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[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-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.img_slider {
  opacity: 0;
}
.img_slider.onload {
  opacity: 1;
  transition: opacity 0.8s ease;
}
@media screen and (min-width: 751px) {
  .slick-dotted.slick-slider {
    margin: 0;
  }
  .slick-dots {
    width: 100% !important;
    display: table !important;
    text-align: left;
    vertical-align: middle;
    position: absolute;
    left: 1.66667vw;
    top: inherit !important;
    bottom: 1.16667vw;
    z-index: 3;
  }
  .slick-dots li {
    margin: 0 1.16667vw 0 0;
  }
  .slick-dots li, .slick-dots li button {
    width: 0.58333vw !important;
    max-width: 7px !important;
    height: 0.58333vw !important;
    max-height: 7px !important;
    display: inline-block;
    border: 0;
    border-radius: 0.58333vw;
    outline: none;
    position: relative;
  }
  button::-moz-focus-inner {
    border: 0;
  }
  .slick-dots li button:before {
    content: '';
    width: 0.58333vw !important;
    max-width: 7px !important;
    height: 0.58333vw !important;
    max-height: 7px !important;
    border-radius: 0.58333vw;
    box-sizing: border-box;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.58333vw;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
  }
  .is_sp .slick-dots li.touch button:before, .is_pc .slick-dots li:hover button:before, .slick-dots li.slick-active button:before {
    box-sizing: border-box;
    background-color: #fff;
    opacity: 1;
  }
}
/* ----- min-width : 751px ----- */
/*------------------------------------------------------------------------------------------
 *
 *
 settings_wide.css
 *
 *
 ------------------------------------------------------------------------------------------ */
@media screen and (min-width: 1200px) {
  .slick-dotted.slick-slider {
    margin: 0;
  }
  .slick-dots {
    width: 100% !important;
    display: table !important;
    text-align: left;
    vertical-align: middle;
    position: absolute;
    left: 20px;
    top: inherit !important;
    bottom: 14px;
    z-index: 3;
  }
  .slick-dots li {
    margin: 0 14px 0 0;
  }
  .slick-dots li, .slick-dots li button {
    width: 0.58333vw !important;
    max-width: 7px !important;
    height: 0.58333vw !important;
    max-height: 7px !important;
    display: inline-block;
    border: 0;
    border-radius: 7px;
    outline: none;
    position: relative;
  }
  button::-moz-focus-inner {
    border: 0;
  }
  .slick-dots li button:before {
    content: '';
    width: 0.58333vw !important;
    max-width: 7px !important;
    height: 0.58333vw !important;
    max-height: 7px !important;
    border-radius: 7px;
    box-sizing: border-box;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
  }
  .is_sp .slick-dots li.touch button:before, .is_pc .slick-dots li:hover button:before, .slick-dots li.slick-active button:before {
    box-sizing: border-box;
    background-color: #fff;
    opacity: 1;
  }
}
/* ----- min-width : 1200px ----- */
html {
  position: relative;
}
@media screen and (max-width: 750px) {
  .slick-dotted.slick-slider {
    margin: 0;
  }
  .slick-dots {
    width: 100% !important;
    display: table !important;
    text-align: left;
    vertical-align: middle;
    position: absolute;
    left: 4vw;
    top: inherit !important;
    bottom: 4vw;
    z-index: 3;
  }
  .slick-dots li {
    margin: 0 3.73333vw 0 0;
  }
  .slick-dots li, .slick-dots li button {
    width: 1.6vw;
    height: 1.6vw;
    display: inline-block;
    border: 0;
    border-radius: 0.93333vw;
    outline: none;
    position: relative;
  }
  button::-moz-focus-inner {
    border: 0;
  }
  .slick-dots li button:before {
    content: '';
    width: 1.6vw;
    height: 1.6vw;
    border-radius: 0.93333vw;
    box-sizing: border-box;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.93333vw;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
  }
  .is_sp .slick-dots li.touch button:before, .is_pc .slick-dots li:hover button:before, .slick-dots li.slick-active button:before {
    box-sizing: border-box;
    background-color: #fff;
    opacity: 1;
  }
}
/* ----- max-width : 750px ----- */
