@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・setting
・mixin
・base
・sprite
・utility
・component
・layout
・z-index
====================================================================== */
/* ======================================================================
 reset
====================================================================== */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
  Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details,
dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section,
small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 base
====================================================================== */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: #fff;
  color: #333;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
}
body.js_page_trans {
  opacity: 0;
}

html, body {
  width: 100%;
  height: 100%;
}

.page {
  width: 100%;
  margin: 0 auto;
}

/* border-box */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* h1 - h6 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

/* a */
a {
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a:link {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #333;
  text-decoration: none;
  opacity: 0.7;
}
a:active {
  color: #333;
  text-decoration: none;
}

a[href^="tel"] {
  color: #333;
}

/* Text Highlight */
/* button */
button {
  display: block;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

/* input */
input, textarea, select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-image: none;
  background: transparent;
  font-family: inherit;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input::-ms-expand, textarea::-ms-expand, select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}

/* placeholder */
input:placeholder-shown, textarea:placeholder-shown {
  color: #333;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #333;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #333;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #333;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #333;
}
input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #333;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #333;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #333;
  opacity: 1;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #333;
  opacity: 1;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #333;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ======================================================================
 sprite
====================================================================== */
/* =================================
 hoge
================================= */
/* =================================
 hoge
================================= */
/* =================================
 hoge
================================= */
/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
.cf {
  *zoom: 1;
}
.cf:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: '\0020';
}

.oh {
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .u_pc {
    display: block;
  }

  .u_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u_pc {
    display: none;
  }

  .u_sp {
    display: block;
  }
}
.u_fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.u_body_fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* =================================
 text pt
================================= */
.u_txt_1 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}

.u_txt_2 {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: .1em;
}

.u_txt_3 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}

.u_txt_4 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}

.u_txt_5 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}

.u_txt_6 {
  font-size: 1em;
  line-height: 1;
  letter-spacing: .1em;
}

/* =================================
 text weight
================================= */
.u_lighter {
  font-weight: lighter;
}

.u_normal {
  font-weight: normal;
}

.u_bold {
  font-weight: bold;
}

/* =================================
 text marker
================================= */
.u_marker_1_1 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmY2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmY2NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -moz-linear-gradient(top, #ffff66 0%, #ffff66 100%);
  background: -webkit-linear-gradient(top, #ffff66 0%, #ffff66 100%);
  background: linear-gradient(to bottom, #ffff66 0%, #ffff66 100%);
}

.u_marker_1_2 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmNjYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #ffff66 100%);
}

/* =================================
 box-shadow
================================= */
.u_box_shadow_1 {
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

/* =================================
 gradation
================================= */
.u_gradient_1 {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5ZTlmMyIvPjxzdG9wIG9mZnNldD0iMTAlIiBzdG9wLWNvbG9yPSIjYTllOWYzIi8+PHN0b3Agb2Zmc2V0PSIyNSUiIHN0b3AtY29sb3I9IiMyZDlkYWUiLz48c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iIzJkOWRhZSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMmQ5ZGFlIi8+PHN0b3Agb2Zmc2V0PSI4MyUiIHN0b3AtY29sb3I9IiMyZDlkYWUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGY1ZmQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(270deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
  background: -webkit-linear-gradient(270deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
  background: linear-gradient(180deg, #a9e9f3 0%, #a9e9f3 10%, #2d9dae 25%, #2d9dae 37%, #2d9dae 50%, #2d9dae 83%, #bdf5fd 100%);
}

/* =================================
 animation
================================= */
/* =================================
 text-align
================================= */
.u_ta_c {
  text-align: center;
}

/* =================================
 font-family
================================= */
.u_roboto {
  font-family: "Roboto", sans-serif;
}

/* =================================
 hoge
================================= */
/* ======================================================================
 component
====================================================================== */
/* =================================
 title
================================= */
.c_ttl_1 {
  font-size: 3rem;
  border-top: 3px solid #333;
  border-bottom: 3px solid #333;
  text-align: center;
  padding: 20px 85px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .c_ttl_1 {
    font-size: 2.4rem;
    padding: 20px;
    width: 80%;
    border-width: 2px;
  }
}
.c_ttl_1._pt2 {
  border-color: #fff;
  color: #fff;
}

.c_ttl_2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.7;
  position: relative;
  padding: 0 0 20px;
}
.c_ttl_2._pt2:before {
  background: #333;
}
.c_ttl_2._pt3:before {
  left: 50%;
  background: #333;
  transform: translateX(-50%);
}
.c_ttl_2:before {
  content: "";
  width: 40px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
}

.c_ttl_3 {
  position: relative;
  text-align: center;
}
.c_ttl_3:after {
  content: "";
  width: 40px;
  height: 3px;
  background: #333;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -20px;
}
@media screen and (max-width: 768px) {
  .c_ttl_3 {
    margin: 40px 0 60px;
  }
}
.c_ttl_3 .ttl {
  font-size: 3rem;
  letter-spacing: .075em;
  font-family: "Roboto", sans-serif;
  padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .c_ttl_3 .ttl {
    font-size: 2.4rem;
    padding: 0 0 20px;
    line-height: 1.4;
  }
}
.c_ttl_3 .c_link_1 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .c_ttl_3 .c_link_1 {
    bottom: -30px;
  }
}
.c_ttl_3._pt2:after {
  background: #fff;
}
.c_ttl_3._pt2 .ttl {
  color: #fff;
}

.c_ttl_4 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.7;
}

.c_ttl_5 {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
.c_ttl_5:before {
  content: "";
  width: 30px;
  height: 3px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c_ttl_5.val:after {
  content: "必須";
  display: inline-block;
  background: #9a2929;
  padding: 4px 10px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: normal;
  margin: 0 0 0 20px;
  vertical-align: top;
}

.c_ttl_6 {
  font-size: 3.8rem;
  font-weight: bold;
  font-family: helvetica, arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
  letter-spacing: .2em;
  color: #fff;
  background: #333;
  padding: 5px 10px 5px 16px;
  text-align: center;
}

/* =================================
 buttons
================================= */
.c_btn_p_top {
  z-index: 1000;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  background: #fff;
  border: solid 1px #333;
}
.c_btn_p_top span {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-flex;
}
.c_btn_p_top span:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c_btn_1 {
  width: 315px;
  height: 60px;
  display: inline-block;
  padding: 0 20px 0;
  background: #fff;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
}
.c_btn_1._pt2 {
  background: #333;
  color: #fff;
}
.c_btn_1._pt2 .arrow:before {
  background: #fff;
}
.c_btn_1._pt2 .arrow:after {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.c_btn_1 .arrow {
  position: relative;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 0 0 10px;
}
.c_btn_1 .arrow:before, .c_btn_1 .arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.c_btn_1 .arrow:before {
  right: 0;
  width: 15px;
  height: 15px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #333;
}
.c_btn_1 .arrow:after {
  right: 6px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c_btn_2 {
  width: 100%;
  height: 60px;
  display: inline-block;
  padding: 0 20px 0;
  background: #fff;
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
}
.c_btn_2._pt2 {
  background: #333;
  color: #fff;
}
.c_btn_2._pt2 .arrow:before {
  background: #fff;
}
.c_btn_2._pt2 .arrow:after {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
.c_btn_2 .arrow {
  position: relative;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 0 10px 0;
}
.c_btn_2 .arrow:before, .c_btn_2 .arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.c_btn_2 .arrow:before {
  right: 0;
  width: 15px;
  height: 15px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #333;
}
.c_btn_2 .arrow:after {
  right: 6px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c_btn_2 .arrow._pt2:after {
  right: 4px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* =================================
 icon
================================= */
/* =================================
 alerts
================================= */
/* =================================
 pager
================================= */
/* =================================
 table
================================= */
/* =================================
 forms
================================= */
.c_formset_1 .step {
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .c_formset_1 .step {
    margin: 40px 0;
  }
}
.c_formset_1 .mw_wp_form {
  border: 3px solid #333;
  padding: 30px 30px 60px;
}
@media screen and (max-width: 768px) {
  .c_formset_1 .mw_wp_form {
    border: none;
    padding: 0;
  }
}
.c_formset_1 .mw_wp_form dl {
  margin: 0 0 50px;
}
.c_formset_1 .mw_wp_form dl dd input[type=text],
.c_formset_1 .mw_wp_form dl dd input[type=email] {
  display: block;
  border-bottom: solid 1px #707070;
  width: 100%;
  font-size: 1.6em;
  padding: 10px;
}
.c_formset_1 .mw_wp_form dl dd input[type=text]::placeholder,
.c_formset_1 .mw_wp_form dl dd input[type=email]::placeholder {
  color: color_8;
}
.c_formset_1 .mw_wp_form dl dd .c_textarea_1 {
  display: block;
  border: solid 1px #707070;
  width: 100%;
  font-size: 1.6em;
  padding: 20px;
  resize: none;
}
.c_formset_1 .mw_wp_form dl dd .c_textarea_1::placeholder {
  color: color_8;
}
.c_formset_1 .mw_wp_form dl dd .caution {
  font-size: 1.4rem;
  line-height: 1.7;
  margin: 0 0 10px;
}
.c_formset_1 .mw_wp_form dl dd .error {
  font-size: 1.4rem;
  margin: 5px 0 0;
}
.c_formset_1 .mw_wp_form .privacy_wrap {
  padding: 20px 10px 20px 10px;
  background: #f4f4f4;
}
.c_formset_1 .mw_wp_form .privacy_wrap .privacy {
  padding: 15px;
  line-height: 1.7;
  font-size: 1.6em;
  height: 200px;
  overflow: auto;
}
.c_formset_1 .mw_wp_form .privacy_wrap .privacy span {
  font-weight: bold;
}
.c_formset_1 .mw_wp_form .c_check_1 {
  text-align: center;
  margin: 60px 0 0;
}
.c_formset_1 .mw_wp_form .c_check_1 label {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-right: 5px;
  height: 20px;
  cursor: pointer;
  -moz-transition: all 0.15s ease-out 0s;
  -webkit-transition: all 0.15s ease-out;
  -webkit-transition-delay: 0s;
  transition: all 0.15s ease-out 0s;
  border: none;
  outline: none;
  appearance: none;
  display: inline-block;
}
.c_formset_1 .mw_wp_form .c_check_1 label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
}
.c_formset_1 .mw_wp_form .c_check_1 label .check_1:checked:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 5px;
  width: 5px;
  height: 9px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
}
.c_formset_1 .mw_wp_form .c_check_1 label span {
  display: inline-block;
  color: #333;
  margin: 0 0 0 30px;
  vertical-align: 5px;
  font-size: 1.6rem;
}
.c_formset_1 .mw_wp_form .c_check_1 .error {
  font-size: 1.4rem;
  margin: 5px 0 0;
  display: block !important;
}
.c_formset_1 .mw_wp_form .c_btn_1 {
  margin: 10px auto 0;
}

/* =================================
 list
================================= */
.c_list_1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c_list_1 .item {
  width: 340px;
  margin: 0 0 40px;
}
.c_list_1 .item .inner {
  position: relative;
  padding: 0 0 86px;
  background: #fff;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .c_list_1 .item .inner {
    padding: 0 0 76px;
  }
}
.c_list_1 .item .inner .link {
  display: block;
}
.c_list_1 .item .inner .link .img_area {
  max-width: 100%;
  display: block;
}
.c_list_1 .item .inner .link .img_area img {
  max-width: 100%;
  height: auto;
}
.c_list_1 .item .inner .link .detail {
  padding: 30px 30px 0;
}
@media screen and (max-width: 768px) {
  .c_list_1 .item .inner .link .detail {
    padding: 20px 20px 0;
  }
}
.c_list_1 .item .inner .link .detail .date {
  font-size: 1.4rem;
  margin: 0 0 5px;
  display: inline-block;
}
.c_list_1 .item .inner .link .detail .c_ttl_4 .link {
  pointer-events: none;
}
.c_list_1 .item .inner .link .detail .crafter {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 1.6rem;
  background: #f4f4f4;
  width: calc(100% - 60px);
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .c_list_1 .item .inner .link .detail .crafter {
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
  }
}

.c_list_2 .item {
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  .c_list_2 .item:last-child {
    margin: 0;
  }
}
.c_list_2 .item .link {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c_list_2 .item .link {
    font-size: 1.6rem;
    line-height: 1.7;
    display: block;
  }
}
.c_list_2 .item .link .date {
  padding: 0 40px 0 0;
}
@media screen and (max-width: 768px) {
  .c_list_2 .item .link .date {
    font-size: 1.4rem;
    display: block;
    padding: 0;
  }
}

.c_list_3 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c_list_3 .item {
  width: 245px;
  margin: 0 40px 40px 0;
}
@media screen and (max-width: 768px) {
  .c_list_3 .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    width: 100%;
    margin: 0 0 20px;
  }
}
.c_list_3 .item:nth-child(4n) {
  margin: 0 0 40px;
}
.c_list_3 .item .thumb {
  overflow: hidden;
  text-align: center;
  height: 160px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c_list_3 .item .thumb {
    width: 150px;
  }
}
.c_list_3 .item .thumb img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.c_list_3 .item .contents {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .c_list_3 .item .contents {
    padding: 20px;
    width: calc(100% - 150px);
  }
}
.c_list_3 .item .contents .wrap .ttl {
  margin: 0 0 30px;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c_list_3 .item .contents .wrap .ttl {
    font-size: 1.6rem;
    margin: 0 0 20px;
  }
}

.c_list_4 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c_list_4 .item {
  width: 245px;
  margin: 0 40px 40px 0;
}
@media screen and (max-width: 768px) {
  .c_list_4 .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    width: 100%;
    margin: 0 0 20px;
  }
}
.c_list_4 .item:nth-child(4n) {
  margin: 0 0 40px;
}
.c_list_4 .item .thumb {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_list_4 .item .thumb {
    width: 150px;
  }
}
.c_list_4 .item .thumb > img {
  width: auto;
  height: 160px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .c_list_4 .item .thumb > img {
    height: 100px;
  }
}
.c_list_4 .item .contents {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .c_list_4 .item .contents {
    padding: 20px;
    width: calc(100% - 150px);
  }
}
.c_list_4 .item .contents .wrap .number {
  font-weight: bold;
  display: block;
  font-size: 2rem;
  margin: 0 0 15px;
}
.c_list_4 .item .contents .wrap .ttl {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c_list_4 .item .contents .wrap .ttl {
    margin: 0 0 20px;
  }
}

.c_list_5 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c_list_5 .item {
  width: 510px;
}
.c_list_5 .item .thumb {
  margin: 0 0 15px;
}
.c_list_5 .item .thumb img {
  max-width: 100%;
  object-fit: cover;
  width: 510px;
  height: 270px;
}

.c_list_6 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 60px 0 0;
}
.c_list_6 .item {
  width: 530px;
}
@media screen and (max-width: 768px) {
  .c_list_6 .item {
    width: 100%;
  }
}
.c_list_6 .item:nth-child(odd) {
  margin: 0 40px 0 0;
}
@media screen and (max-width: 768px) {
  .c_list_6 .item:nth-child(odd) {
    margin: 0;
  }
}
.c_list_6 .item .label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.c_list_6 .item .label .new_icon {
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 54px;
  height: 43px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: #9a2929;
}
.c_list_6 .item .label .name {
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 43px;
  padding: 0 13px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #080808;
}
.c_list_6 .item .thumb {
  margin: 0 0 18px;
}
.c_list_6 .item .thumb img {
  max-width: 100%;
  object-fit: cover;
  width: 530px;
  height: 230px;
}
@media screen and (max-width: 768px) {
  .c_list_6 .item .thumb img {
    width: 100%;
    height: 145px;
  }
}
.c_list_6 .item .contents {
  padding: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .c_list_6 .item .contents {
    padding: 0 0 20px;
  }
}
.c_list_6 .item .contents .wrap {
  margin: 0 30px 30px;
}
@media screen and (max-width: 768px) {
  .c_list_6 .item .contents .wrap {
    margin: 0 20px 20px;
  }
}
.c_list_6 .item .contents .wrap .ttl {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .c_list_6 .item .contents .wrap .ttl {
    font-size: 18px;
  }
}
.c_list_6 .item .contents .wrap .txt {
  margin: 0 0 30px;
  font-size: 16px;
  line-height: 1.75;
}
.c_list_6 .item .contents .wrap .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  align-items: flex-end;
}
.c_list_6 .item .contents .wrap .box .date {
  font-size: 14px;
}

/* =================================
 item
================================= */
/* =================================
 link
================================= */
.c_link_1 {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  color: #333;
  vertical-align: middle;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
}
.c_link_1:before, .c_link_1:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.c_link_1:before {
  right: 0;
  width: 15px;
  height: 15px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #333;
}
.c_link_1:after {
  right: 6px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c_link_1 span {
  border-bottom: solid 2px #333;
  padding: 0 0 5px;
}

/* =================================
 hoge
================================= */
.c_menu {
  display: inline-block;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  box-sizing: border-box;
  width: 30px;
  position: relative;
  height: 20px;
  opacity: 1;
  top: 10px;
}
.c_menu.active span:nth-of-type(1) {
  -moz-transform: translateY(10px) rotate(-45deg);
  -ms-transform: translateY(10px) rotate(-45deg);
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.c_menu.active span:nth-of-type(2) {
  opacity: 0;
}
.c_menu.active span:nth-of-type(3) {
  -moz-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(-8px) rotate(45deg);
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
.c_menu span {
  display: inline-block;
  -moz-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  box-sizing: border-box;
}
.c_menu .menu {
  position: relative;
  width: 50px;
  height: 44px;
}
.c_menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
.c_menu span:nth-of-type(1) {
  top: 0;
}
.c_menu span:nth-of-type(2) {
  top: 9px;
  width: 70%;
}
.c_menu span:nth-of-type(3) {
  bottom: 0;
}

/* =================================
 movie_background
================================= */
.c_movie_1 {
  margin: 60px 0 0;
}
.c_movie_1 .movie_back {
  position: relative;
}
@media screen and (max-width: 768px) {
  .c_movie_1 .movie_back {
    text-align: left;
  }
}
.c_movie_1 .movie_back:after {
  content: "";
  width: 1050px;
  height: 500px;
  background: #d9d9d9;
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .c_movie_1 .movie_back:after {
    width: calc(100% - 20px);
    height: 100%;
    top: 20px;
    left: 20px;
  }
}
.c_movie_1 .movie_back iframe {
  position: relative;
  z-index: 1;
  width: 1050px;
  height: 500px;
  border: solid 1px #fff;
}
@media screen and (max-width: 768px) {
  .c_movie_1 .movie_back iframe {
    max-width: calc(100% - 20px);
    height: 188px;
  }
}

/* =================================
 description
================================= */
.c_desc_1 {
  position: relative;
  margin: 100px auto 0;
  padding: 40px;
  border: 3px solid #333;
}
@media screen and (max-width: 768px) {
  .c_desc_1 {
    margin: 80px auto 0;
    padding: 20px;
  }
}
.c_desc_1 .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c_desc_1 .box .img {
  position: relative;
  width: 100px;
  height: 100px;
  border: 1px solid #333;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c_desc_1 .box .img {
    width: 60px;
    height: 60px;
  }
}
.c_desc_1 .box .img img {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  height: auto;
}
.c_desc_1 .box a {
  text-decoration: underline;
}
.c_desc_1 .box .name {
  margin: 0 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c_desc_1 .box .name {
    font-size: 16px;
    line-height: 1.75;
  }
}
.c_desc_1 .date {
  position: absolute;
  top: 40px;
  right: 40px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c_desc_1 .date {
    position: initial;
    display: block;
    margin: 20px 0 0;
  }
}
.c_desc_1 .c_ttl_2 {
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .c_desc_1 .c_ttl_2 {
    margin: 20px 0;
  }
}
.c_desc_1 .txt {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .c_desc_1 .txt {
    padding: 10px 0 0;
  }
}

/* =================================
 world_buy
 skin_buy
================================= */
.c_world_buy .box,
.c_skin_buy .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border: 3px solid #333;
}
.c_world_buy .box .img,
.c_skin_buy .box .img {
  position: relative;
  width: 546px;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c_world_buy .box .img,
  .c_skin_buy .box .img {
    width: 100%;
    height: auto;
    overflow: initial;
  }
}
.c_world_buy .box .img img,
.c_skin_buy .box .img img {
  max-width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .c_world_buy .box .img img,
  .c_skin_buy .box .img img {
    position: static;
    transform: none;
  }
}
.c_world_buy .box .txt_area,
.c_skin_buy .box .txt_area {
  width: calc(100% - 546px);
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .c_world_buy .box .txt_area,
  .c_skin_buy .box .txt_area {
    width: 100%;
    padding: 20px;
  }
}
.c_world_buy .box .txt_area .c_ttl_2,
.c_skin_buy .box .txt_area .c_ttl_2 {
  text-align: center;
}
.c_world_buy .box .txt_area .c_btn_1,
.c_skin_buy .box .txt_area .c_btn_1 {
  width: 100%;
  margin: 30px auto 0;
}

/* =================================
 pagelink
================================= */
.c_pagelink_1 .box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
}
.c_pagelink_1 .box a:first-child {
  margin: 0;
}
.c_pagelink_1 .box .prev {
  width: 378px;
  border: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .c_pagelink_1 .box .prev {
    width: 100%;
  }
}
.c_pagelink_1 .box .prev .img {
  position: relative;
  display: block;
  width: 376px;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c_pagelink_1 .box .prev .img {
    width: 100%;
  }
}
.c_pagelink_1 .box .prev .img img {
  max-width: 100%;
  height: auto;
}
.c_pagelink_1 .box .next {
  width: 378px;
  margin: 0 0 0 40px;
  border: 1px solid #333;
}
@media screen and (max-width: 768px) {
  .c_pagelink_1 .box .next {
    width: 100%;
    margin: 20px 0 0;
  }
}
.c_pagelink_1 .box .next:nth-of-type(2) {
  margin: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
  .c_pagelink_1 .box .next:nth-of-type(2) {
    margin: 20px 0 0;
  }
}
.c_pagelink_1 .box .next .img {
  position: relative;
  display: block;
  width: 376px;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c_pagelink_1 .box .next .img {
    width: 100%;
  }
}
.c_pagelink_1 .box .next .img img {
  max-width: 100%;
  height: auto;
}

.c_pagelink_2 .c_btn_1._pt2 {
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .c_pagelink_2 .c_btn_1._pt2 {
    width: 100%;
  }
}

/* =================================
 slider
================================= */
.c_slider_1 .thumbnail {
  margin: 0 auto 3px;
  padding: 0;
  overflow: hidden;
}
.c_slider_1 .thumbnail .slick-slide {
  position: relative;
  width: 1100px;
  height: 500px;
}
@media screen and (max-width: 768px) {
  .c_slider_1 .thumbnail .slick-slide {
    width: 100%;
    height: 152px;
  }
}
.c_slider_1 .thumbnail .slick-slide img {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
}
.c_slider_1 .thumbnail-thumb {
  width: 100%;
  margin: 0 auto;
}
.c_slider_1 .thumbnail-thumb .slick-prev {
  right: 20px;
  z-index: 1;
}
.c_slider_1 .thumbnail-thumb .slick-next {
  left: 15px;
  z-index: 1;
}
.c_slider_1 .thumbnail-thumb .slick-list .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100% !important;
}
.c_slider_1 .thumbnail-thumb .slick-list .slick-track:before, .c_slider_1 .thumbnail-thumb .slick-list .slick-track:after {
  content: none;
}
.c_slider_1 .thumbnail-thumb .slick-list .slick-track .slick-slide {
  position: relative;
  width: calc(25% - 2.25px) !important;
  height: 124px;
  overflow: hidden;
  cursor: pointer;
  background: #eee;
}
.c_slider_1 .thumbnail-thumb .slick-list .slick-track .slick-slide:nth-child(1):before, .c_slider_1 .thumbnail-thumb .slick-list .slick-track .slick-slide:nth-child(2):before, .c_slider_1 .thumbnail-thumb .slick-list .slick-track .slick-slide:nth-child(3):before, .c_slider_1 .thumbnail-thumb .slick-list .slick-track .slick-slide:nth-child(4):before {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 4px 0;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  border-bottom: solid 4px #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c_slider_1 .thumbnail-thumb .slick-list .slick-track .slick-slide:nth-child(1):before, .c_slider_1 .thumbnail-thumb .slick-list .slick-track .slick-slide:nth-child(2):before, .c_slider_1 .thumbnail-thumb .slick-list .slick-track .slick-slide:nth-child(3):before, .c_slider_1 .thumbnail-thumb .slick-list .slick-track .slick-slide:nth-child(4):before {
    font-size: 20px;
    border-bottom: solid 2px #fff;
  }
}
.c_slider_1 .thumbnail-thumb .slick-list .slick-track .slick-slide:nth-child(1):before {
  content: '01';
}
.c_slider_1 .thumbnail-thumb .slick-list .slick-track .slick-slide:nth-child(2):before {
  content: '02';
}
.c_slider_1 .thumbnail-thumb .slick-list .slick-track .slick-slide:nth-child(3):before {
  content: '03';
}
.c_slider_1 .thumbnail-thumb .slick-list .slick-track .slick-slide:nth-child(4):before {
  content: '04';
}
@media screen and (max-width: 768px) {
  .c_slider_1 .thumbnail-thumb .slick-list .slick-track .slick-slide {
    width: calc(50% - 1.5px) !important;
    height: 75px;
    margin: 0 0 3px;
  }
}
.c_slider_1 .thumbnail-thumb .slick-list .slick-track .slick-slide img {
  width: auto;
  margin: 0 auto;
  filter: brightness(0.7);
  zoom: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c_slider_1 .thumbnail-thumb .slick-list .slick-track .slick-slide img {
    height: 75px;
    zoom: 1;
  }
}
.c_slider_1 .thumbnail-thumb .slick-list .slick-track .slick-current {
  position: relative;
}
.c_slider_1 .thumbnail-thumb .slick-list .slick-track .slick-current:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  border-top: 12px solid #fff;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  transform: translateX(-50%);
}
.c_slider_1 .thumbnail-thumb .slick-list .slick-track .slick-current img {
  filter: none;
}

/* =================================
 c_pager_num
================================= */
.c_pager_num {
  margin: 0 0 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c_pager_num {
    margin: 0 0 80px;
  }
}
.c_pager_num .page-numbers {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 0 3px;
  text-align: center;
  line-height: 45px;
  font-size: 16px;
  border: solid 1px #080808;
}
.c_pager_num .page-numbers.current {
  color: #fff;
  background: #080808;
}
.c_pager_num .page-numbers.dots {
  width: auto;
  border: none;
}
.c_pager_num .prev,
.c_pager_num .next {
  display: none;
}

/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_content_size
================================= */
.l_content_size_sp_1 {
  padding: 0 4.6875%;
}
@media screen and (min-width: 1025px) {
  .l_content_size_sp_1 {
    max-width: 1100px;
    margin: 0 auto;
  }
}

.l_content_size_pc_1 {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l_content_size_pc_1 {
    width: auto;
    padding: 0 4.6875%;
  }
}

/* =================================
 l_container
================================= */
.l_container {
  position: relative;
}

/* =================================
 l_header
================================= */
.l_header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l_header {
    display: none;
  }
}
.l_header .inner {
  padding: 0 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_header .inner .logo .link {
  padding: 20px 0;
  display: block;
}
.l_header .inner .nav .list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.l_header .inner .nav .list .item {
  margin: 0 20px;
}
.l_header .inner .nav .list .item .link {
  padding: 40px 0;
  color: #fff;
  font-size: 1.6rem;
}

/* =================================
 l_header_sp
================================= */
.l_header_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l_header_sp {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
  }
  .l_header_sp .inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}

/* =================================
 l_menu_sp
================================= */
.l_menu_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .l_menu_sp {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 0;
    overflow: hidden;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .l_menu_sp.active {
    height: 100vh;
    background: rgba(0, 0, 0, 0.88);
    padding: 140px 0 0;
  }
  .l_menu_sp .inner {
    padding: 0 4.6875%;
  }
  .l_menu_sp .inner .menu .list .item {
    font-size: 1.6rem;
    margin: 0 0 40px;
  }
  .l_menu_sp .inner .menu .list .item .link {
    color: #fff;
  }
}

/* =================================
 l_breadcrumbs
================================= */
.l_breadcrumbs {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l_breadcrumbs {
    overflow: scroll;
  }
}
.l_breadcrumbs .breadcrumbs {
  font-size: 16px;
  width: 1100px;
  margin: auto;
  padding: 15px 0;
  color: #333;
}
@media screen and (max-width: 768px) {
  .l_breadcrumbs .breadcrumbs {
    padding: 15px;
  }
}

/* =================================
 l_main_visual
================================= */
.l_main_visual {
  position: relative;
  height: 490px;
  min-width: 1100px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l_main_visual {
    height: 230px;
    width: 100%;
    min-width: initial;
  }
}
.l_main_visual > img {
  max-height: 100%;
  width: auto;
}
@media screen and (max-width: 768px) {
  .l_main_visual > img {
    object-fit: cover;
    height: 230px;
    width: 100%;
  }
}
.l_main_visual .l_content_size_pc_1 .box {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l_main_visual .l_content_size_pc_1 .box {
    width: 80%;
  }
}
.l_main_visual .l_content_size_pc_1 .box .main_ttl picture img {
  max-width: 100%;
}

/* =================================
 l_content
================================= */
/* =================================
 l_main
================================= */
/* =================================
 l_side
================================= */
/* =================================
 l_footer
================================= */
.l_footer {
  min-width: 1100px;
  overflow: hidden;
  background: #080808;
}
@media screen and (max-width: 768px) {
  .l_footer {
    min-width: initial;
    width: 100%;
  }
}
.l_footer .inner {
  padding: 60px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l_footer .inner {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 40px 0;
  }
}
.l_footer .inner .link_list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .l_footer .inner .link_list {
    display: block;
    width: 100%;
  }
}
.l_footer .inner .link_list .item {
  width: 320px;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .l_footer .inner .link_list .item {
    padding: 0 5.333%;
    width: 100%;
  }
  .l_footer .inner .link_list .item:first-child .link {
    border-top: solid 1px #fff;
    position: relative;
  }
}
.l_footer .inner .link_list .item .link {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l_footer .inner .link_list .item .link {
    padding: 20px 0;
    display: block;
    border-bottom: solid 1px #fff;
  }
  .l_footer .inner .link_list .item .link:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 5px;
    top: 50%;
    margin: -5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .l_footer .inner .logo {
    display: block;
    width: 230px;
    margin: auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .l_footer .inner .logo {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 768px) {
  .l_footer .inner .logo .link img {
    max-width: 100%;
  }
}
.l_footer .inner .logo .link {
  display: block;
}
.l_footer .copy_wrap {
  background: #fff;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .l_footer .copy_wrap {
    background: #080808;
    color: #fff;
    padding: 0 0 40px;
  }
}
.l_footer .copy_wrap .l_content_size_pc_1 .copyright {
  font-size: 1.4rem;
}

/* =================================
 l_hoge
================================= */
/* ======================================================================
 layout p_top
====================================================================== */
/* =================================
 l_container_top
================================= */
.l_container_top {
  min-width: 1200px;
}
@media screen and (max-width: 768px) {
  .l_container_top {
    min-width: initial;
    width: 100%;
  }
}

/* =================================
 l_header_top
================================= */
/* =================================
 l_header_sp_top
================================= */
/* =================================
 l_main_visual_top
================================= */
.l_main_visual_top {
  width: 100%;
  max-height: 100vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l_main_visual_top {
    height: 100vh;
    background: #000;
  }
}
.l_main_visual_top > img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l_main_visual_top > img {
    height: 65vh;
    width: auto;
    position: absolute;
    max-width: initial;
    right: -100px;
  }
}
.l_main_visual_top .l_content_size_pc_1 {
  position: absolute;
  top: 250px;
  left: 50%;
  margin: 0 0 0 -550px;
}
@media screen and (max-width: 768px) {
  .l_main_visual_top .l_content_size_pc_1 {
    position: absolute;
    top: 44%;
    left: 0;
    margin: 0;
  }
}
@media screen and (max-width: 350px) {
  .l_main_visual_top .l_content_size_pc_1 {
    position: absolute;
    top: 32%;
    left: 0;
    margin: 0;
  }
}
.l_main_visual_top .l_content_size_pc_1 .box .main_ttl {
  margin: 0 0 20px;
}
.l_main_visual_top .l_content_size_pc_1 .box .sub_ttl {
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
}
.l_main_visual_top .arrow_wrap {
  position: absolute;
  right: 50%;
  bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l_main_visual_top .arrow_wrap {
    margin: 0 -20px 0 0;
  }
}
.l_main_visual_top .arrow_inner .txt {
  font-size: 16px;
  color: #fff;
}
.l_main_visual_top .arrow {
  width: 1px;
  height: 30px;
  margin: 10px auto 0;
  position: relative;
  overflow: hidden;
}
.l_main_visual_top .arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #fff;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 4s ease 0s infinite normal;
  animation: arrow 4s ease 0s infinite normal;
}

@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}
/* =================================
 l_content_top
================================= */
/* =================================
 l_main_top
================================= */
/* =================================
 l_side_top
================================= */
/* =================================
 l_footer_top
================================= */
/* =================================
 l_hoge_top
================================= */
/* ======================================================================
 z-index
====================================================================== */
.l_loader {
  z-index: 1000;
}

.l_menu_sp {
  z-index: 997;
}

.l_header {
  z-index: 998;
}

.l_header_sp {
  z-index: 998;
}

.c_btn_p_top {
  z-index: 997;
}

.l_side {
  z-index: 996;
}

/* =================================
 p_top
================================= */
.l_menu_sp_top {
  z-index: 999;
}

.l_header_top {
  z-index: 998;
}

.l_header_sp_top {
  z-index: 998;
}

.c_btn_p_top_top {
  z-index: 997;
}

.l_side_top {
  z-index: 996;
}

/*# sourceMappingURL=style.css.map */
