@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・variable
・mixin
・base
・utility
・component
・layout
====================================================================== */
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ======================================================================
 base
====================================================================== */
html {
  font-size: 1.15em;
}

body {
  color: #3C3C3C;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

@media screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1100px;
  }
}

body,
html {
  width: 100%;
  height: 100%;
}

* {
  -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 {
  text-decoration: none;
}

a:link {
  color: #3C3C3C;
  cursor: pointer;
}

a:visited {
  color: #3C3C3C;
}

a:hover {
  color: #3C3C3C;
}

a:active {
  color: #3C3C3C;
}

a[href^="tel"] {
  color: #3C3C3C;
}

/* Text Highlight */
/* button */
button {
  display: block;
}

textarea {
  resize: vertical;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #3C3C3C;
}

/* placeholder */
input:placeholder-shown,
textarea:placeholder-shown {
  color: #3C3C3C;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #3C3C3C;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #3C3C3C;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #3C3C3C;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #3C3C3C;
}

input:focus:placeholder-shown,
textarea:focus:placeholder-shown {
  color: #3C3C3C;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #3C3C3C;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #3C3C3C;
  opacity: 1;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #3C3C3C;
  opacity: 1;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #3C3C3C;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 100%;
}

/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
body {
  counter-reset: li n-um flow;
}

body.active {
  overflow: hidden;
}

._soon {
  cursor: not-allowed;
  opacity: 0.5;
}

.kv_btm_bnr {
  margin-top: 50px;
  text-align: center;
}

.kv_btm_bnr a {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.kv_btm_bnr a:hover {
  opacity: 0.6;
}

.kv_btm_bnr img {
  width: 100%;
  height: auto;
  max-width: 600px;
}

@media screen and (max-width: 767px) {
  .kv_btm_bnr {
    margin: 20px 15px 0;
  }
}

.u_cf:after {
  display: block;
  clear: both;
  content: "";
}

@media screen and (min-width: 768px) {
  .u_pc {
    display: block;
  }
  .u_pc_i {
    display: inline;
  }
  .u_pc_ib {
    display: inline-block;
  }
  .u_pc_f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .u_pc_if {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .u_sp {
    display: none;
  }
  .u_sp_f, .u_sp_i, .u_sp_ib, .u_sp_if {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u_pc {
    display: none;
  }
  .u_pc_f, .u_pc_i, .u_pc_ib, .u_pc_if {
    display: none;
  }
  .u_sp {
    display: block;
  }
  .u_sp_i {
    display: inline;
  }
  .u_sp_ib {
    display: inline-block;
  }
  .u_sp_f {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .u_sp_if {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

/* =================================
 content_size
================================= */
.u_content_size {
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .u_content_size {
    padding: 0;
    margin: 0 auto;
    width: 1100px;
  }
}

/* =================================
 text
================================= */
.u_txt_1 {
  font-size: 18px;
  line-height: 30px;
  color: #3C3C3C;
}

.u_txt_1._w {
  color: #fff;
}

.u_txt_2 {
  font-size: 16px;
  line-height: 26px;
  color: #3C3C3C;
}

.u_txt_2._w {
  color: #fff;
}

.u_txt_3 {
  font-size: 14px;
  line-height: 24px;
  color: #3C3C3C;
}

.u_txt_3._w {
  color: #fff;
}

.u_txt_4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #3C3C3C;
}

/* =================================
 text weight
================================= */
.u_lighter {
  font-weight: 400;
}

.u_bold {
  font-weight: 700;
}

.u_black {
  font-weight: 850;
}

/* =================================
 text align
================================= */
.u_ta_c {
  text-align: center;
}

.u_ta_r {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u_ta_cl {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .u_ta_lc {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .u_ta_cr {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .u_ta_cr {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .u_ta_rc {
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .u_ta_rc {
    text-align: center;
  }
}

/* =================================
 paragraph margin
================================= */
.u_paragraph + .u_paragraph {
  margin: 15px 0 0;
}

/* =================================
 hover animation
================================= */
.u_hover_1 {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 1025px) {
  .u_hover_1:hover {
    opacity: 0.7;
  }
}

/* =================================
 hoge
================================= */
/* ======================================================================
 component
====================================================================== */
/* =================================
 title
================================= */
._hov {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: inline-block;
}

._hov:hover {
  opacity: 0.6;
}

.sub {
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
}

.sub .color {
  color: #F19C38;
}

.sub .str {
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .sub {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .sub .str {
    font-size: 22px;
  }
}

.c_ttl_1 {
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  text-align: center;
  padding: 0 0 40px;
}

.c_ttl_1 .ttl {
  font-weight: 800;
  font-size: 46px;
  line-height: 68px;
}

.c_ttl_1 .ttl svg {
  height: 60px;
  width: 100%;
  overflow: visible;
  fill: #3C3C2C;
}

.c_ttl_1 .ttl svg .color {
  fill: #F19C38;
}

.c_ttl_1 .ttl svg .str {
  font-size: 63px;
}

.c_ttl_1 .ttl svg use._1 {
  stroke: #fff;
  stroke-width: 10px;
  stroke-linejoin: round;
  z-index: 0;
  text-shadow: 0px 2px 0px #cfcfcf;
}

.c_ttl_1 .ttl svg use._2 {
  stroke: #FFF;
  stroke-width: 0px;
  stroke-linejoin: round;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .c_ttl_1 {
    padding: 0 0 30px;
  }
  .c_ttl_1 .ttl {
    font-size: 34px;
    line-height: 46px;
  }
  .c_ttl_1 .ttl svg {
    height: 93px;
  }
  .c_ttl_1 .ttl svg .str {
    font-size: 46px;
  }
  .c_ttl_1 .ttl svg use._1 {
    stroke-width: 5px;
    text-shadow: 0px 1px 0px #cfcfcf;
  }
}

.c_ttl_2 {
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  text-align: center;
  padding: 0 0 40px;
}

.c_ttl_2 .ttl {
  font-weight: 800;
  font-size: 36px;
  line-height: 27px;
}

.c_ttl_2 .ttl svg {
  height: 130px;
  width: 100%;
  overflow: visible;
  fill: #3C3C2C;
}

.c_ttl_2 .ttl svg .color {
  fill: #F19C38;
}

.c_ttl_2 .ttl svg .str {
  font-size: 46px;
}

.c_ttl_2 .ttl svg use._1 {
  stroke: #fff;
  stroke-width: 10px;
  stroke-linejoin: round;
  z-index: 0;
  text-shadow: 0px 2px 0px #cfcfcf;
}

.c_ttl_2 .ttl svg use._2 {
  stroke: #FFF;
  stroke-width: 0px;
  stroke-linejoin: round;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .c_ttl_2 {
    padding: 0 0 30px;
  }
  .c_ttl_2 .ttl {
    font-size: 28px;
    line-height: 40px;
  }
  .c_ttl_2 .ttl svg {
    height: 128px;
  }
  .c_ttl_2 .ttl svg .str {
    font-size: 34px;
  }
  .c_ttl_2 .ttl svg use._1 {
    stroke-width: 5px;
    text-shadow: 0px 1px 0px #cfcfcf;
  }
}

.c_ttl_3 {
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  text-align: center;
  padding: 0 0 40px;
  color: #FFFFFF;
}

.c_ttl_3._b {
  color: #3C3C2C;
}

.c_ttl_3 .ttl {
  font-weight: 800;
  font-size: 46px;
  line-height: 68px;
}

.c_ttl_3 .ttl .color {
  color: #F19C38;
}

@media screen and (max-width: 767px) {
  .c_ttl_3 {
    padding: 0 0 30px;
  }
  .c_ttl_3 .ttl {
    font-size: 28px;
    line-height: 36px;
  }
}

.c_ttl_4 {
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  text-align: center;
  color: #3C3C3C;
  margin-bottom: 40px;
}

.c_ttl_4 .ttl {
  font-weight: 800;
  font-size: 30px;
  line-height: 46px;
  padding-bottom: 20px;
  position: relative;
}

.c_ttl_4 .ttl .color {
  color: #F19C38;
}

.c_ttl_4 .ttl::after {
  content: "";
  position: absolute;
  left: calc(50% - 60px);
  bottom: 0;
  width: 120px;
  height: 3px;
  background: #DDDDDD;
}

.c_ttl_4._2 {
  margin-bottom: 20px;
}

.c_ttl_4._2 .ttl {
  padding-bottom: 0;
}

.c_ttl_4._2 .ttl::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .c_ttl_4 {
    margin-bottom: 30px;
  }
  .c_ttl_4 .ttl {
    font-size: 26px;
    line-height: 40px;
  }
  .c_ttl_4._2 {
    margin-bottom: 15px;
  }
  .c_ttl_4._2 .ttl {
    font-size: 20px;
    line-height: 32px;
  }
}

/* =================================
 buttons
================================= */
.c_btn_1 {
  text-align: center;
  position: relative;
  z-index: 0;
}

.c_btn_1 a {
  display: inline-block;
  color: #FFFFFF;
  font-weight: 700;
  background: #F19C38;
  padding: 25px 85px 25px 90px;
  border-radius: 4px;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c_btn_1 a span {
  background: url(../images/common/sub_arw.svg) no-repeat right center;
  padding-right: 20px;
}

.c_btn_1 a::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: #BE6600;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c_btn_1 a:hover {
  top: 4px;
  background: #fabc74;
}

.c_btn_1 a:hover::after {
  top: 1px;
}

@media screen and (max-width: 767px) {
  .c_btn_1 a {
    display: block;
    padding: 15px;
  }
}

.c_btn_2 {
  text-align: center;
  position: relative;
  z-index: 0;
}

.c_btn_2 a {
  display: inline-block;
  color: #FFFFFF;
  font-weight: 700;
  background: #EA4800;
  padding: 25px 85px 25px 90px;
  border-radius: 4px;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c_btn_2 a span {
  background: url(../images/common/sub_arw.svg) no-repeat right center;
  padding-right: 20px;
}

.c_btn_2 a::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: #BC3A00;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c_btn_2 a:hover {
  top: 4px;
  background: #ff753a;
}

.c_btn_2 a:hover::after {
  top: 1px;
}

.c_btn_2.gg a {
  padding: 15px 45px 15px 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.c_btn_2.gg a::before {
  content: "";
  background: url(../images/shop/common/icon_map.svg) no-repeat left;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .c_btn_2 a {
    display: block;
    padding: 15px;
  }
  .c_btn_2.gg a {
    padding: 10px 15px 10px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .c_btn_2.gg a br {
    display: none;
  }
  .c_btn_2.gg a::before {
    background-size: 100%;
    max-width: 25px;
    width: 100%;
    height: 25px;
    margin-right: 5px;
  }
}

.c_btn_3 {
  text-align: center;
  position: relative;
  z-index: 0;
}

.c_btn_3 a {
  display: inline-block;
  color: #FFFFFF;
  font-weight: 700;
  background: #EA4800;
  padding: 25px 85px 25px 90px;
  border-radius: 4px;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c_btn_3 a span {
  background: url(../images/common/sub_arw.svg) no-repeat right center, url(../images/common/i_email.svg) no-repeat left center;
  padding: 0 20px 0 35px;
}

.c_btn_3 a::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: #BC3A00;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c_btn_3 a:hover {
  top: 4px;
  background: #ff753a;
}

.c_btn_3 a:hover::after {
  top: 1px;
}

@media screen and (max-width: 767px) {
  .c_btn_3 a {
    display: block;
    padding: 15px;
  }
}

.c_btn_4 {
  text-align: center;
}

.c_btn_4 a {
  font-size: 16px;
  display: block;
  color: #FFFFFF;
  background: #3C3C3C;
  padding: 15px 0;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.c_btn_4 a span {
  background: url(../images/common/sub_arw.svg) no-repeat right center;
  padding-right: 20px;
}

.c_btn_4 a:hover {
  background: #505050;
}

@media screen and (max-width: 767px) {
  .c_btn_4 a {
    display: block;
    padding: 15px 15px 15px 25px;
  }
}

.submit_button {
  text-align: center;
  position: relative;
  z-index: 0;
}

.submit_button .button {
  display: inline-block;
  color: #FFFFFF;
  font-weight: 700;
  background: #EA4800;
  padding: 25px 85px 25px 90px;
  border-radius: 4px;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.submit_button .button span {
  background: url(../images/common/sub_arw.svg) no-repeat right center;
  padding: 0 20px 0 0;
}

.submit_button .button::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background: #BC3A00;
  z-index: -1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.submit_button .button:hover {
  top: 4px;
  background: #ff753a;
}

.submit_button .button:hover::after {
  top: 1px;
}

@media screen and (max-width: 767px) {
  .submit_button .button {
    display: block;
    padding: 15px;
  }
}

/* =================================
 icon
================================= */
/* =================================
 table
================================= */
/* =================================
 list
================================= */
.c_list_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.c_list_1 > li {
  width: 340px;
  background: #FFFFFF;
  border-radius: 4px;
  border: solid 1px #E6E6E6;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 95px;
  margin-right: 30px;
}

.c_list_1 > li:nth-of-type(3n) {
  margin-right: 0;
}

.c_list_1 > li:nth-of-type(n+4) {
  margin-top: 30px;
}

.c_list_1 > li picture img {
  width: 100%;
  height: auto;
}

.c_list_1 > li > div {
  padding: 15px 20px 0;
  position: relative;
}

.c_list_1 > li .ttl_w {
  padding-bottom: 10px;
  border-bottom: solid 1px #E6E6E6;
  margin-bottom: 15px;
}

.c_list_1 > li .ttl_w .cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}

.c_list_1 > li .ttl_w .cat li {
  background: #3C3C3C;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  padding: 0 20px;
}

.c_list_1 > li .ttl_w .cat li + li {
  margin-left: 5px;
}

.c_list_1 > li .ttl_w .cat._2 {
  position: absolute;
  top: -24px;
  left: 0;
  margin: 0;
}

.c_list_1 > li .ttl_w .ttl {
  font-size: 20px;
  line-height: 31px;
  font-weight: 800;
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.c_list_1 > li .ttl_w .date {
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
  color: #969696;
  text-align: right;
}

.c_list_1 > li .text_w .data {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 16px;
}

.c_list_1 > li .text_w .data dt {
  width: 64px;
  margin-right: 20px;
  margin-top: 10px;
}

.c_list_1 > li .text_w .data dt:nth-of-type(1) {
  margin-top: 0;
}

.c_list_1 > li .text_w .data dd {
  width: 209px;
  margin-top: 10px;
}

.c_list_1 > li .text_w .data dd:nth-of-type(1) {
  margin-top: 0;
}

.c_list_1 > li .text_w .data dd .str {
  font-weight: 700;
}

.c_list_1 > li .text_w .price {
  font-size: 20px;
  font-weight: 700;
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  text-align: center;
}

.c_list_1 > li .text_w .price .ml10 {
  margin-left: 10px;
}

.c_list_1 > li .text_w .price .color {
  color: #EA4800;
}

.c_list_1 > li .text_w .price .str {
  font-size: 26px;
}

.c_list_1 > li .text_w .price .str_2 {
  font-size: 32px;
}

.c_list_1 > li .c_btn_4 {
  position: absolute;
  left: auto;
  bottom: 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c_list_1 {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .c_list_1 > li {
    width: auto;
    margin-right: 0;
  }
  .c_list_1 > li + li {
    margin-left: 15px;
  }
  .c_list_1 > li:nth-of-type(n+4) {
    margin-top: 0;
  }
  .c_list_1 > li picture img {
    width: 100%;
    height: auto;
  }
  .c_list_1 > li .wrap {
    padding: 0;
    width: 100%;
    border-top: solid 1px #E6E6E6;
  }
  .c_list_1 > li .ttl_w .cat li {
    padding: 0 10px;
  }
  .c_list_1 > li .c_btn_4 {
    padding: 0;
    bottom: 15px;
    width: calc(100% - 30px);
  }
  .c_list_1._c {
    overflow-x: auto;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding: 0 15px 3px 15px;
  }
  .c_list_1._c > li {
    max-width: 304px;
    min-width: 304px;
    padding: 15px;
    padding-bottom: 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .c_list_1._c > li picture img {
    width: 110px;
  }
  .c_list_1._c > li .wrap {
    margin-top: 48px;
    padding-top: 10px;
  }
  .c_list_1._c > li .ttl_w {
    padding: 0;
    border-bottom: 0;
    margin: 0 0 0 3%;
    width: 56%;
  }
  .c_list_1._c > li .ttl_w .ttl {
    font-size: 20px;
    line-height: 30px;
  }
  .c_list_1._c > li .ttl_w .cat._2 {
    position: absolute;
    top: inherit;
    bottom: -34px;
    left: calc(-31.5vw);
    margin: 0;
  }
  .c_list_1._s {
    display: block;
  }
  .c_list_1._s > li {
    padding: 15px;
    padding-bottom: 85px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .c_list_1._s > li + li {
    margin: 20px 0 0;
  }
  .c_list_1._s > li picture img {
    width: 110px;
  }
  .c_list_1._s > li .wrap {
    margin-top: 15px;
    padding-top: 15px;
  }
  .c_list_1._s > li .ttl_w {
    padding: 0;
    border-bottom: 0;
    margin: 0 0 0 3%;
    width: 56%;
  }
  .c_list_1._s > li .ttl_w .ttl {
    font-size: 20px;
    line-height: 30px;
  }
  .c_list_1._s > li .ttl_w .cat._2 {
    position: relative;
    top: 0;
    margin: 0 0 5px;
  }
  .c_list_1._b {
    overflow-x: auto;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding: 0 15px 3px 15px;
  }
  .c_list_1._b > li {
    max-width: 304px;
    min-width: 304px;
    padding: 0;
    padding-bottom: 85px;
  }
  .c_list_1._b > li .wrap {
    padding: 15px 15px 0;
    border-top: 0;
  }
  .c_list_1._b > li .ttl_w {
    padding-bottom: 5px;
    margin-bottom: 0;
  }
  .c_list_1._b > li .ttl_w .ttl {
    font-size: 20px;
    line-height: 30px;
  }
  .c_list_1._b > li .ttl_w .cat._2 {
    position: absolute;
    top: inherit;
    bottom: -34px;
    left: calc(-31.5vw);
    margin: 0;
  }
  .c_list_1._b > li .c_btn_4 {
    margin: 0 15px;
  }
}

.c3_i_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c3_i_list dl {
  width: 100%;
  max-width: 340px;
}

.c3_i_list dl + dl {
  margin-left: 40px;
}

.c3_i_list dl dt {
  position: relative;
}

.c3_i_list dl dt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 86px 86px 0 0;
  border-color: #3c3c3c transparent transparent transparent;
  z-index: 0;
}

.c3_i_list dl dt::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 12px;
  width: 32px;
  height: 29px;
  z-index: 1;
}

.c3_i_list dl dt._1::before {
  background: url(../images/top/num_01.svg) no-repeat;
}

.c3_i_list dl dt._2::before {
  background: url(../images/top/num_02.svg) no-repeat;
}

.c3_i_list dl dt._3::before {
  background: url(../images/top/num_03.svg) no-repeat;
}

.c3_i_list dl dd {
  padding-top: 20px;
}

.c3_i_list dl dd .ttl {
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 26px;
  line-height: 40px;
  font-weight: 800;
}

.c3_i_list dl dd .txt {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .c3_i_list {
    display: block;
  }
  .c3_i_list dl {
    width: 100%;
    max-width: none;
  }
  .c3_i_list dl + dl {
    margin-left: 0;
    margin-top: 30px;
  }
  .c3_i_list dl dt img {
    width: 100%;
    height: auto;
  }
  .c3_i_list dl dd {
    padding-top: 15px;
  }
  .c3_i_list dl dd .ttl {
    font-size: 22px;
    line-height: 34px;
  }
  .c3_i_list dl dd .txt {
    margin-top: 5px;
  }
}

.c_list_ann li {
  color: #3C3C3C;
  font-size: 16px;
  line-height: 26px;
  padding-left: 1.2em;
}

.c_list_ann li + li {
  margin-top: 5px;
}

.c_list_ann li::before {
  content: "※";
  margin-left: -1.2em;
  margin-right: 0.2em;
}

.c_list_2 li {
  color: #3C3C3C;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  padding: 0 10px;
}

.c_list_2 li:hover {
  background: #f2f2f2;
}

.c_list_2 li + li {
  border-top: dashed 1px #E6E6E6;
}

.c_list_2 li.new::before {
  content: "";
  background: url(../images/common/icon_new.svg) no-repeat left;
  display: inline-block;
  width: 38px;
  height: 17px;
  margin: -5px 7px 0 0;
  vertical-align: middle;
}

.c_list_2 li a {
  padding: 10px 0;
  display: inline-block;
  /*&:hover{
        text-decoration: underline;
        opacity: 0.6;
      }*/
}

.c_list_2 li time {
  font-weight: 700;
  margin-right: 15px;
}

.c_list_2 li .cat {
  display: inline-block;
  color: #FFFFFF;
  background: #8DA0C3;
  border-radius: 2px;
  padding: 0 5px;
  margin-right: 10px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .c_list_2 li {
    padding: 10px;
  }
  .c_list_2 li a {
    padding: 5px 0;
    display: block;
  }
}

.c_list_num {
  max-width: 700px;
  margin: 0 auto;
  counter-reset: li;
}

.c_list_num li {
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.c_list_num li p {
  padding-top: 12px;
  font-weight: 700;
}

.c_list_num li p .color {
  color: #F19C38;
}

.c_list_num li:first-child {
  padding-top: 0;
}

.c_list_num li + li {
  border-top: solid 1px #E6E6E6;
}

.c_list_num li::before {
  counter-increment: li;
  content: counter(li, decimal-leading-zero);
  font-family: "Oswald", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F8D649;
  border-radius: 50%;
  width: 100%;
  max-width: 50px;
  height: 50px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .c_list_num li {
    padding: 10px 0;
  }
  .c_list_num li p {
    padding-top: 5px;
  }
  .c_list_num li::before {
    font-size: 16px;
    max-width: 35px;
    height: 35px;
    margin-right: 10px;
  }
}

.service_bnr {
  margin-top: 70px;
}

.service_bnr .c_ttl_4 .ttl._obj_1 {
  display: inline-block;
}

.service_bnr .c_ttl_4 .ttl._obj_1::before {
  content: "";
  background: url(../images/top/obj_1.svg) no-repeat;
  width: 105px;
  height: 124px;
  position: absolute;
  right: calc(0vw - 120px);
  top: -40px;
}

.service_bnr .bnr_set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.service_bnr .bnr_set a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.service_bnr .bnr_set a + a {
  margin-left: 20px;
}

.service_bnr .bnr_set a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .service_bnr {
    margin-top: 40px;
  }
  .service_bnr .c_ttl_4 {
    text-align: left;
  }
  .service_bnr .c_ttl_4 .ttl::after {
    left: 0;
  }
  .service_bnr .c_ttl_4 .ttl._obj_1::before {
    width: 85px;
    height: 104px;
    right: calc(0vw - 130px);
    top: -5px;
    background-size: 100%;
  }
  .service_bnr .bnr_set {
    display: block;
  }
  .service_bnr .bnr_set a {
    display: block;
  }
  .service_bnr .bnr_set a + a {
    margin-left: 0;
    margin-top: 10px;
  }
}

.cat_wrap .wrap {
  background: #3C3C3C;
  padding: 30px;
}

.cat_wrap .wrap .ttl {
  background: #2A2A2A;
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 800;
  padding: 7px 10px;
  margin-bottom: 20px;
}

.cat_wrap .wrap .ttl::before {
  content: "";
  background: #fff;
  display: inline-block;
  width: 5px;
  height: 30px;
  vertical-align: middle;
  margin-right: 15px;
}

.cat_wrap .wrap .cat_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cat_wrap .wrap .cat_li li {
  width: 100%;
  max-width: 340px;
}

.cat_wrap .wrap .cat_li li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.cat_wrap .wrap .cat_li li a:hover {
  opacity: 0.6;
}

.cat_wrap .wrap .cat_li li + li {
  margin-left: 40px;
}

.cat_wrap .wrap .cat_li li picture {
  max-width: 90px;
  width: 100%;
  margin-right: 15px;
}

.cat_wrap .wrap .cat_li li picture img {
  width: 100%;
  height: auto;
}

.cat_wrap .wrap .cat_li li .text_w .in_ttl {
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 31px;
  margin-bottom: 5px;
  color: #fff;
}

.cat_wrap .wrap .cat_li li .text_w .u_txt_3 {
  color: #fff;
}

.cat_wrap .wrap:nth-of-type(2n) {
  background: #FFEEA7;
}

.cat_wrap .wrap:nth-of-type(2n) .ttl {
  background: #FCE378;
  color: #3C3C3C;
}

.cat_wrap .wrap:nth-of-type(2n) .ttl::before {
  background: #3C3C3C;
}

.cat_wrap .wrap:nth-of-type(2n) .cat_li li .text_w .in_ttl {
  color: #3C3C3C;
}

.cat_wrap .wrap:nth-of-type(2n) .cat_li li .text_w .u_txt_3 {
  color: #3C3C3C;
}

@media screen and (max-width: 767px) {
  .cat_wrap .wrap {
    padding: 0;
    border-bottom: solid 5px #000000;
  }
  .cat_wrap .wrap .ttl {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    padding: 30px 0px 15px;
    margin-bottom: 0;
  }
  .cat_wrap .wrap .ttl::before {
    display: none;
  }
  .cat_wrap .wrap .ttl::after {
    content: "";
    background: url(../images/common/icon_arw_cat_w.svg) no-repeat bottom;
    display: block;
    width: 100%;
    height: 12px;
    margin-top: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .cat_wrap .wrap .ttl.active::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .cat_wrap .wrap .cat_li {
    display: none;
    padding: 0 15px;
  }
  .cat_wrap .wrap .cat_li li {
    width: 100%;
    max-width: none;
    padding: 15px 0;
  }
  .cat_wrap .wrap .cat_li li + li {
    margin-left: 0;
    border-top: dotted 1px #5F5F5F;
  }
  .cat_wrap .wrap .cat_li li .text_w .in_ttl {
    font-size: 18px;
    line-height: 30px;
  }
  .cat_wrap .wrap:nth-of-type(2n) li + li {
    border-top: dotted 1px #dbca98;
  }
  .cat_wrap .wrap:nth-of-type(2n) .ttl::after {
    background: url(../images/common/icon_arw_cat_b.svg) no-repeat bottom;
  }
  .cat_wrap .wrap + .wrap {
    margin-top: 10px;
  }
  .cat_wrap .wrap:nth-of-type(even) {
    border-bottom: solid 5px #F8D649;
  }
}

.s_beginner {
  background: #F8D649;
  position: relative;
}

.s_beginner::before {
  content: "";
  background: -webkit-repeating-linear-gradient(135deg, black, black 18px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 34px);
  background: repeating-linear-gradient(-45deg, black, black 18px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 34px);
  position: absolute;
  right: 0;
  top: 0;
  width: 30vw;
  height: 370px;
  z-index: 0;
}

.s_beginner .wrap50 {
  position: relative;
  z-index: 1;
}

.s_beginner .wrap50 .c_ttl_4 {
  margin-bottom: 30px;
}

.s_beginner .wrap50 .img_w {
  max-width: none;
}

.s_doc {
  background: #E7E7E7;
  position: relative;
}

.s_doc::before {
  content: "";
  background: -webkit-repeating-linear-gradient(135deg, black, black 18px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 34px);
  background: repeating-linear-gradient(-45deg, black, black 18px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 34px);
  position: absolute;
  left: 0;
  top: 0;
  width: 25vw;
  height: 420px;
  z-index: 0;
}

.s_doc .wrap50 {
  background: #FEF8EB;
  position: relative;
  z-index: 1;
}

.s_doc .wrap50 .imt_txt_wrap {
  margin-top: 40px;
}

.s_doc .wrap50 .imt_txt_wrap .img_w {
  margin-top: -40px;
}

.c_list_3 {
  max-width: 1100px;
}

.c_list_3 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.c_list_3 ul li {
  width: 100%;
  max-width: 260px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  background: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  border: solid 1px #E6E6E6;
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
}

.c_list_3 ul li:nth-of-type(4n) {
  margin-right: 0;
}

.c_list_3 ul li:nth-of-type(n+5) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .c_list_3 {
    max-width: none;
  }
  .c_list_3 ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding-bottom: 5px;
    max-height: 50vh;
    position: relative;
  }
  .c_list_3 ul::before {
    content: "メーカーをもっと見る";
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
    z-index: 1;
    font-weight: 700;
    font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    background: url(../images/common/icon_arw_cat_b.svg) no-repeat bottom;
  }
  .c_list_3 ul::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: white;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(bottom, white 50%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, white 50%, rgba(255, 255, 255, 0) 100%);
    width: 100%;
    height: 150px;
  }
  .c_list_3 ul.active {
    max-height: 150vh;
  }
  .c_list_3 ul.active::before, .c_list_3 ul.active::after {
    display: none;
  }
  .c_list_3 ul li {
    width: 49%;
    max-width: none;
    height: auto;
    padding: 10px 0;
    margin-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c_list_3 ul li:nth-of-type(4n) {
    margin-right: 0;
  }
  .c_list_3 ul li:nth-of-type(n+5) {
    margin-top: 0;
  }
  .c_list_3 ul li:nth-of-type(n+3) {
    margin-top: 2%;
  }
  .c_list_3 ul li span {
    display: block;
    width: 100%;
  }
}

.c_list_3_c {
  max-width: 1100px;
}

.c_list_3_c ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.c_list_3_c ul li {
  width: 100%;
  max-width: 260px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
  background: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  border: solid 1px #E6E6E6;
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.1);
}

.c_list_3_c ul li:nth-of-type(4n) {
  margin-right: 0;
}

.c_list_3_c ul li:nth-of-type(n+5) {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .c_list_3_c {
    max-width: none;
  }
  .c_list_3_c ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: relative;
  }
  .c_list_3_c ul li {
    font-size: 12px;
    line-height: 22px;
    width: 49%;
    max-width: none;
    padding: 10px 5px;
    margin-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c_list_3_c ul li:nth-of-type(4n) {
    margin-right: 0;
  }
  .c_list_3_c ul li:nth-of-type(n+5) {
    margin-top: 0;
  }
  .c_list_3_c ul li:nth-of-type(n+3) {
    margin-top: 2%;
  }
  .c_list_3_c ul li span {
    display: block;
    width: 100%;
  }
}

._area {
  background: url(../images/common/bg_area01.png) no-repeat left 15vw bottom 80px, url(../images/common/bg_area02.png) no-repeat right bottom;
  background-color: #fafafa;
  padding: 70px 0 170px !important;
}

._area .area_wrap {
  padding: 30px 40px;
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}

._area .area_wrap .area {
  width: 100%;
  max-width: 50%;
}

._area .area_wrap .area:nth-of-type(n+3) {
  margin-top: 24px;
}

._area .area_wrap .area dt {
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 26px;
  font-weight: 800;
}

._area .area_wrap .area dd {
  margin-top: 10px;
}

._area .area_wrap .area dd ul li {
  display: inline-block;
  margin-bottom: 5px;
}

._area .area_wrap .area dd ul li span {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  ._area {
    background: url(../images/common/bg_area01.png) no-repeat left -15vw top 22vh, url(../images/common/bg_area02.png) no-repeat right bottom/320px;
    background-color: #fafafa;
    padding: 40px 0 120px !important;
  }
  ._area .area_wrap {
    padding: 50px 35px;
    display: block;
    max-width: none;
    margin: 0;
  }
  ._area .area_wrap .area {
    max-width: none;
  }
  ._area .area_wrap .area:nth-of-type(n+3) {
    margin-top: 0;
  }
  ._area .area_wrap .area:nth-of-type(n+2) {
    margin-top: 20px;
  }
  ._area .area_wrap .area dt {
    font-size: 20px;
  }
  ._area .area_wrap .area dd {
    margin-top: 10px;
  }
  ._area .area_wrap .area dd ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  ._area .area_wrap .area dd ul li {
    width: 48%;
    display: block;
    margin-bottom: 5px;
  }
  ._area .area_wrap .area dd ul li span {
    font-size: 14px;
  }
}

.txt_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.txt_li li {
  background: #f6f6f6;
  width: 32.6%;
  margin-right: 1%;
  padding: 15px;
  border-radius: 4px;
}

.txt_li li:nth-of-type(n+4) {
  margin-top: 1%;
}

.txt_li li:nth-of-type(3n) {
  margin-right: 0;
}

.txt_li li .str {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .txt_li li {
    background: #f6f6f6;
    width: 49%;
    margin-right: 2%;
    padding: 15px;
    border-radius: 4px;
  }
  .txt_li li:nth-of-type(n+4), .txt_li li:nth-of-type(3n) {
    margin-top: 2%;
  }
  .txt_li li:nth-of-type(3n) {
    margin-right: 2%;
  }
  .txt_li li:nth-of-type(2n) {
    margin-right: 0;
  }
}

.faq_li {
  max-width: 900px;
  margin: 0 auto;
}

.faq_li .item {
  background: #FFFFFF;
  border: solid 1px #C1C1C1;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.1);
}

.faq_li .item dl {
  padding: 0 20px;
}

.faq_li .item dl dt {
  font-weight: 700;
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  padding: 25px 40px 25px 50px;
  background: url(../images/common/icon_q.svg) no-repeat left;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.faq_li .item dl dt:hover {
  opacity: 0.6;
}

.faq_li .item dl dt::after {
  content: "";
  background: url(../images/common/icon_updown.svg) no-repeat;
  width: 19px;
  height: 11px;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.faq_li .item dl dd {
  border-top: solid 1px #E6E6E6;
  padding: 0 0 0 50px;
  background: url(../images/common/icon_a.svg) no-repeat left;
  max-height: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}

.faq_li .item dl dd p {
  height: 0;
}

.faq_li .item + li {
  margin-top: 20px;
}

.faq_li .item.active dt::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.faq_li .item.active dd {
  padding: 25px 0 25px 50px;
  max-height: 100vh;
}

.faq_li .item.active dd p {
  display: block;
  height: auto;
}

@media screen and (max-width: 767px) {
  .faq_li .item dl {
    padding: 0 15px;
  }
  .faq_li .item dl dt {
    padding: 20px 30px 20px 40px;
  }
  .faq_li .item dl dd {
    padding: 0 0 0 40px;
  }
  .faq_li .item + li {
    margin-top: 15px;
  }
  .faq_li .item.active dd {
    padding: 20px 0 20px 40px;
  }
}

.flow_li {
  max-width: 900px;
  margin: 0 auto;
}

.flow_li li {
  position: relative;
}

.flow_li li + li {
  margin-top: 50px;
}

.flow_li li::after {
  content: "";
  position: absolute;
  left: calc(50% - 30px);
  bottom: -35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #0487eb transparent transparent transparent;
}

.flow_li li:last-child::after {
  display: none;
}

.flow_li li dl {
  background: #FFF;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flow_li li dl dt {
  width: 100%;
  max-width: 164px;
  margin-right: 20px;
}

.flow_li li dl dt img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.flow_li li dl dd {
  width: 100%;
}

.flow_li li dl dd .ttl {
  font-weight: 700;
}

.flow_li li dl dd .u_txt_2 {
  margin-top: 10px;
}

.flow_li._2 li + li {
  margin-top: 20px;
}

.flow_li._2 li::after {
  display: none;
}

.flow_li._2 li dl dt {
  background: #F8D649;
  border-radius: 50%;
  max-width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.flow_li._2 li dl dd .ttl::before {
  counter-increment: flow;
  content: counter(flow, decimal-leading-zero) ".";
}

.flow_li._2 li:nth-of-type(even) dl dt {
  background: #3C3C3C;
  color: #FFFFFF;
}

@media screen and (max-width: 767px) {
  .flow_li {
    margin: 0;
  }
  .flow_li li {
    position: relative;
  }
  .flow_li li + li {
    margin-top: 30px;
  }
  .flow_li li::after {
    content: "";
    position: absolute;
    left: calc(50% - 20px);
    bottom: -24px;
    border-width: 15px 20px 0 20px;
  }
  .flow_li li dl {
    border-radius: 6px;
    padding: 15px;
  }
  .flow_li li dl dt {
    max-width: 120px;
    margin-right: 15px;
  }
  .flow_li li dl dt img {
    border-radius: 4px;
  }
  .flow_li li dl dd .u_txt_2 {
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
  }
  .flow_li._2 li dl {
    display: block;
  }
  .flow_li._2 li dl dt {
    max-width: 60px;
    height: 60px;
    font-size: 14px;
    margin: 0 auto 15px;
  }
}

/* =================================
 item
================================= */
.imt_txt_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.imt_txt_wrap .img_w {
  width: 100%;
  max-width: 450px;
  margin: 0 40px 0 0;
}

.imt_txt_wrap .img_w img {
  width: 100%;
  height: auto;
}

.imt_txt_wrap .text_w {
  width: 100%;
}

.imt_txt_wrap .text_w .label_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.imt_txt_wrap .text_w .label_ttl .label {
  background: #000000;
  color: #FFFFFF;
  width: 100%;
  max-width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
  margin-right: 20px;
}

.imt_txt_wrap .text_w .label_ttl .label .text {
  width: 100%;
  padding-top: 6px;
}

.imt_txt_wrap .text_w .label_ttl .label .num {
  font-family: "Oswald", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 28px;
  width: 100%;
  margin-top: -11px;
}

.imt_txt_wrap .text_w .label_ttl .label .num::before {
  counter-increment: n-um;
  content: counter(n-um, decimal-leading-zero);
}

.imt_txt_wrap .text_w .label_ttl .ttl {
  font-size: 26px;
  line-height: 40px;
  font-weight: 800;
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  width: 100%;
}

.imt_txt_wrap p + p {
  margin-top: 20px;
}

.imt_txt_wrap .color {
  color: #F19C38;
}

.imt_txt_wrap .str {
  font-weight: 700;
}

.imt_txt_wrap:nth-of-type(2n), .imt_txt_wrap._r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.imt_txt_wrap:nth-of-type(2n) .img_w, .imt_txt_wrap._r .img_w {
  margin: 0 0 0 40px;
}

.imt_txt_wrap + .imt_txt_wrap {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .imt_txt_wrap {
    display: block;
  }
  .imt_txt_wrap .img_w {
    max-width: none;
    margin: 0 0 20px;
  }
  .imt_txt_wrap .img_w img {
    width: 100%;
    height: auto;
  }
  .imt_txt_wrap .text_w {
    width: 100%;
  }
  .imt_txt_wrap .text_w .label_ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
  .imt_txt_wrap .text_w .label_ttl .ttl {
    font-size: 20px;
    line-height: 30px;
  }
  .imt_txt_wrap p + p {
    margin-top: 15px;
  }
  .imt_txt_wrap:nth-of-type(2n), .imt_txt_wrap._r {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .imt_txt_wrap:nth-of-type(2n) .img_w, .imt_txt_wrap._r .img_w {
    margin: 0 0 20px;
    text-align: center;
  }
  .imt_txt_wrap + .imt_txt_wrap {
    margin-top: 20px;
  }
}

/* =================================
 link
================================= */
._l_hv a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

._l_hv a:hover {
  opacity: 0.6;
}

.u_link_1 a {
  color: #626057;
  text-decoration: underline;
  background: url(../images/common/icon_next.svg) no-repeat left;
  padding-left: 23px;
}

.berad_link {
  border-bottom: solid 1px #E6E6E6;
}

.berad_link ul {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 0;
}

.berad_link ul li {
  font-size: 16px;
  display: inline-block;
}

.berad_link ul li + li::before {
  content: url(../images/common/bread_arw.svg);
  margin: 0 10px 0 5px;
  display: inline-block;
}

.berad_link ul li a {
  font-size: 16px;
  color: #486EB5;
}

.berad_link ul li a:hover {
  text-decoration: underline;
}

.berad_link .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 0;
}

.berad_link .inner span {
  font-size: 16px;
  display: inline-block;
}

.berad_link .inner span + span::before {
  content: url(../images/common/bread_arw.svg);
  margin: 0 5px 0 10px;
  display: inline-block;
}

.berad_link .inner span.aioseo-breadcrumb-separator {
  display: none;
}

.berad_link .inner span a {
  font-size: 16px;
  color: #486EB5;
}

.berad_link .inner span a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .berad_link {
    white-space: nowrap;
    overflow: auto;
    padding: 6px 15px;
  }
  .berad_link ul {
    padding: 0;
    margin: 0;
    max-width: none;
  }
  .berad_link .inner {
    padding: 0;
    margin: 0;
    max-width: none;
  }
}

/* =================================
 pager
================================= */
/* =================================
 cta
================================= */
.cta._2 {
  max-width: 1060px;
  margin: 0 auto;
}

.cta .inner {
  background: url(../images/common/cta_bg.jpg) no-repeat center;
  background-size: cover;
}

.cta .inner .wrap {
  background: #fff;
  border-radius: 10px;
}

.cta .inner .wrap .cta_msg .text {
  font-size: 30px;
  line-height: 45px;
  font-weight: 800;
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  padding-bottom: 54px;
}

.cta .inner .wrap .cta_msg .text._pop::before {
  content: "";
  background: url(../images/common/cta_label_text.svg) no-repeat top left;
  width: 330px;
  height: 56px;
  display: block;
}

.cta .inner .wrap .cta_msg .text .color_1 {
  color: #F19C38;
}

.cta .inner .wrap .cta_msg .text .color_2 {
  color: #22C755;
}

.cta .inner .wrap .cv1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.cta .inner .wrap .cv1 img + img {
  margin-left: 180px;
}

.cta .inner .wrap .cv1::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background: #E6E6E6;
}

.cta .inner._1, .cta .inner._2 {
  border-radius: 10px;
  margin-bottom: 10px !important;
  padding: 40px;
}

.cta .inner._1 .wrap {
  padding: 30px;
}

.cta .inner._2 .wrap, .cta .inner._3 .wrap {
  background: #FFFFFF url(../images/common/cta_img.jpg) no-repeat right top;
  padding: 40px 50px;
}

.cta .inner._2 .wrap .cv1, .cta .inner._3 .wrap .cv1 {
  margin: 30px 0;
}

.cta .inner._3 {
  border-radius: 0;
  padding: 70px 0;
}

.cta .inner._3 .wrap {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .cta._2 {
    max-width: none;
    margin: 0;
  }
  .cta .inner .wrap .cta_msg .text {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 20px;
  }
  .cta .inner .wrap .cta_msg .text._pop::before {
    background-size: 100%;
    width: 262px;
    height: 51px;
  }
  .cta .inner .wrap .cv1 {
    display: block;
  }
  .cta .inner .wrap .cv1 img + img {
    margin-left: 0;
  }
  .cta .inner .wrap .cv1 a + a {
    margin-top: 20px;
  }
  .cta .inner .wrap .cv1::before {
    content: "";
    position: relative;
    background: url(../images/common/sp_label.svg) no-repeat center top;
    width: 100%;
    height: 51px;
    display: block;
    margin-bottom: 5px;
  }
  .cta .inner .wrap .u_link_1 {
    margin-top: 15px;
  }
  .cta .inner._1, .cta .inner._2 {
    border-radius: 0;
    padding: 15px;
  }
  .cta .inner._1 .wrap {
    padding: 30px 15px;
  }
  .cta .inner._2 .wrap, .cta .inner._3 .wrap {
    background: #FFFFFF url(../images/common/cta_img_sp.jpg) no-repeat center top;
    padding: 85px 15px 25px;
  }
  .cta .inner._2 .wrap .cv1, .cta .inner._3 .wrap .cv1 {
    margin: 0;
  }
  .cta .inner._2 .wrap .cv2, .cta .inner._3 .wrap .cv2 {
    margin: 30px 0 0;
  }
  .cta .inner._2 .wrap .cv2 p, .cta .inner._3 .wrap .cv2 p {
    text-align: left !important;
  }
  .cta .inner._2 .wrap .cv2 .c_ttl_4, .cta .inner._3 .wrap .cv2 .c_ttl_4 {
    margin-top: 20px;
  }
  .cta .inner._3 {
    border-radius: 0;
    padding: 40px 15px;
  }
  .cta .inner._3 .wrap {
    max-width: none;
    margin: 0;
  }
}

/* =================================
 tab
================================= */
.type_tab {
  width: 1100px;
  margin: 0 auto;
}

.type_tab .tab_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.type_tab .tab_li li {
  width: 100%;
  max-width: 350px;
  background: #FFFFFF;
  border: solid 1px #E6E6E6;
  border-bottom: 0 !important;
  border-radius: 4px 4px 0  0;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.type_tab .tab_li li + li {
  margin-left: 10px;
}

.type_tab .tab_li li.active {
  background: #F0F1FA;
  border: solid 1px #393B54;
  position: relative;
  z-index: 1;
}

.type_tab .tab_li li:hover {
  background: #F0F1FA;
}

.type_tab .tab_li li dl {
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.type_tab .tab_li li dl .label {
  background: #393B54;
  padding: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  font-weight: 700;
}

.type_tab .tab_li li dl dd {
  font-size: 30px;
  line-height: 30px;
  background: url(../images/common/tab_img_takuhai.svg) no-repeat calc(50% - 70px);
  padding: 32px 0;
  text-align: center;
}

.type_tab .tab_li li dl dd span {
  padding-left: 80px;
}

.type_tab .tab_li li._2.active {
  background: #F5F5F5;
  border: solid 1px #626057;
}

.type_tab .tab_li li._2:hover {
  background: #F5F5F5;
}

.type_tab .tab_li li._2 .label {
  background: #626057;
}

.type_tab .tab_li li._2 dd {
  background: url(../images/common/tab_img_syuttyou.svg) no-repeat calc(50% - 70px);
}

.type_tab .tab_li li._3.active {
  background: #FAF2F0;
  border: solid 1px #C97D6B;
}

.type_tab .tab_li li._3:hover {
  background: #FAF2F0;
}

.type_tab .tab_li li._3 .label {
  background: #C97D6B;
}

.type_tab .tab_li li._3 dd {
  background: url(../images/common/tab_img_tentou.svg) no-repeat calc(50% - 70px);
}

.type_tab .wrap {
  background: #FFFFFF;
  border: solid 1px;
  border-top: solid 2px;
  height: 628px;
  margin-top: -2px;
}

.type_tab .wrap .ttl_wrap {
  height: 192px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.type_tab .wrap .point_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}

.type_tab .wrap .point_li .item {
  width: 100%;
  max-width: 275px;
  height: 266px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.type_tab .wrap .point_li .item + li {
  margin-left: 30px;
}

.type_tab .wrap .point_li .item::after {
  content: "";
  background: #FAFAFA;
  width: 266px;
  height: 266px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 50%;
}

.type_tab .wrap .point_li .item figure {
  position: relative;
  z-index: 1;
  text-align: center;
  padding-top: 25px;
}

.type_tab .wrap .point_li .item figure figcaption {
  padding-top: 10px;
  text-align: left;
}

.type_tab .wrap._1 {
  border-color: #393B54;
}

.type_tab .wrap._1 .ttl_wrap {
  background: #F0F1FA;
}

.type_tab .wrap._1 .ttl_wrap figure {
  margin-left: -65px;
}

.type_tab .wrap._2 {
  border-color: #626057;
  display: none;
}

.type_tab .wrap._2 .ttl_wrap {
  background: #F5F5F5;
}

.type_tab .wrap._2 .ttl_wrap figure {
  margin-left: -101px;
  margin-top: 6px;
}

.type_tab .wrap._3 {
  border-color: #C97D6B;
  display: none;
}

.type_tab .wrap._3 .ttl_wrap {
  background: #FAF2F0;
}

.type_tab .wrap._3 .ttl_wrap figure {
  margin-left: -39px;
  margin-top: 2px;
}

.type_tab .c_btn_1 {
  margin-top: 30px;
}

.tab_aco > li {
  background: #FFFFFF;
  border: solid 1px #393B54;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.tab_aco > li + li {
  margin-top: 10px;
}

.tab_aco > li dl {
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  position: relative;
}

.tab_aco > li dl::after {
  content: "";
  position: absolute;
  right: 15px;
  top: calc(50%);
  width: 31px;
  height: 31px;
  background: url(../images/common/icon_aco.svg) no-repeat;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.tab_aco > li dl .label {
  background: #393B54;
  padding: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  font-weight: 700;
}

.tab_aco > li dl dd {
  font-size: 30px;
  line-height: 30px;
  background: #F0F1FA url(../images/common/tab_img_takuhai.svg) no-repeat calc(50% - 110px);
  padding: 32px 0;
  text-align: center;
}

.tab_aco > li dl dd span {
  padding-left: 0;
}

.tab_aco > li dl.active::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.tab_aco > li .wrap {
  display: none;
}

.tab_aco > li .point_li {
  padding: 30px 15px;
}

.tab_aco > li .point_li li {
  position: relative;
}

.tab_aco > li .point_li li::after {
  content: "";
  background: #FAFAFA;
  width: 135px;
  height: 135px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 50%;
}

.tab_aco > li .point_li li figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.tab_aco > li .point_li li figure img {
  width: 100%;
  max-width: 65px;
  margin-right: 15px;
}

.tab_aco > li .point_li li figure figcaption {
  width: 100%;
}

.tab_aco > li .point_li li + li {
  margin-top: 30px;
}

.tab_aco > li._2 .label {
  background: #626057;
}

.tab_aco > li._2 dd {
  background: #F5F5F5 url(../images/common/tab_img_syuttyou.svg) no-repeat calc(50% - 110px);
}

.tab_aco > li._3 .label {
  background: #C97D6B;
}

.tab_aco > li._3 dd {
  background: #FAF2F0 url(../images/common/tab_img_tentou.svg) no-repeat calc(50% - 110px);
}

.tab_aco > li .c_btn_1 {
  margin: 0 15px 20px;
}

.tabs {
  max-width: 900px;
  margin: 0 auto;
}

.tabs .tab_li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  cursor: pointer;
}

.tabs .tab_li li {
  border: solid 1px #3C3C3C;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  padding: 8px 30px 8px 20px;
  width: 250px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F2F2F2;
}

.tabs .tab_li li + li {
  margin-left: 5px;
}

.tabs .tab_li li.train::before {
  content: "";
  background: url(../images/shop/common/icon_train.svg) no-repeat;
  width: 100%;
  max-width: 35px;
  height: 35px;
  margin-right: 5px;
}

.tabs .tab_li li.car::before {
  content: "";
  background: url(../images/shop/common/icon_car.svg) no-repeat;
  width: 100%;
  max-width: 35px;
  height: 35px;
  margin-right: 5px;
}

.tabs .tab_li li p {
  font-weight: 700;
}

.tabs .tab_li li.active {
  background: #FFF;
  color: #F19C38;
  z-index: 1;
}

.tabs .wrap {
  background: #FFFFFF;
  border: solid 1px;
  border-top: solid 2px;
  margin-top: -2px;
  padding: 30px;
  display: none;
}

.tabs .wrap:nth-of-type(1) {
  display: block;
}

.tabs .wrap .ttl_wrap {
  background: #3C3C3C;
  padding: 10px 15px;
  font-weight: 700;
  color: #FFF;
}

.tabs .wrap .point_li {
  padding: 30px 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.tabs .wrap .point_li .item {
  width: 100%;
  max-width: 230px;
  position: relative;
}

.tabs .wrap .point_li .item + li {
  margin-left: 54px;
}

.tabs .wrap .point_li .item:nth-of-type(4) {
  margin-left: 0;
}

.tabs .wrap .point_li .item:nth-of-type(n+4) {
  margin-top: 30px;
}

.tabs .wrap .point_li .item::after {
  content: "";
  position: absolute;
  right: -34px;
  top: 60px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 14px;
  border-color: transparent transparent transparent #f19b38;
}

.tabs .wrap .point_li .item:nth-of-type(3n)::after {
  display: none;
}

.tabs .wrap .point_li .item figure img {
  width: 100%;
  height: auto;
}

.tabs .wrap .point_li .item figure figcaption {
  margin-top: 15px;
  font-size: 14px;
  line-height: 24px;
}

@media screen and (max-width: 767px) {
  .tabs {
    max-width: none;
  }
  .tabs .tab_li li {
    border-radius: 4px 4px 0 0;
    padding: 8px 15px 8px 10px;
  }
  .tabs .tab_li li p {
    font-size: 16px;
    line-height: 20px;
  }
  .tabs .wrap {
    padding: 15px;
  }
  .tabs .wrap .point_li {
    padding: 15px 0 0;
  }
  .tabs .wrap .point_li .item {
    max-width: none;
  }
  .tabs .wrap .point_li .item + li {
    margin-left: 0;
    margin-top: 30px;
  }
  .tabs .wrap .point_li .item:nth-of-type(4) {
    margin-left: 0;
  }
  .tabs .wrap .point_li .item:nth-of-type(n+4) {
    margin-top: 30px;
  }
  .tabs .wrap .point_li .item::after {
    right: calc(50% - 15px);
    top: inherit;
    bottom: -22px;
    border-width: 14px 15px 0 15px;
    border-color: #f19b38 transparent transparent transparent;
  }
  .tabs .wrap .point_li .item:nth-of-type(3n)::after {
    display: block;
  }
  .tabs .wrap .point_li .item:last-child::after {
    display: none;
  }
  .tabs .wrap .point_li .item figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-start;
    -webkit-align-items: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
  }
  .tabs .wrap .point_li .item figure img {
    width: 100%;
    max-width: 120px;
    margin-right: 15px;
  }
  .tabs .wrap .point_li .item figure figcaption {
    width: 100%;
    margin-top: 0;
  }
}

.df_table table tr {
  border-bottom: solid 1px #E6E6E6;
}

.df_table table tr th {
  width: 140px;
  padding: 15px 0;
}

.df_table table tr td {
  padding: 15px 0 15px 20px;
  word-break: break-all;
}

.df_table .color {
  color: #EA4800;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .df_table table tr th {
    font-size: 16px;
    width: 120px;
  }
  .df_table table tr td {
    font-size: 16px;
  }
}

/* =================================
 slider
================================= */
.voice_li {
  position: relative;
  overflow: hidden;
  padding: 0 0 2.5em;
  width: 100%;
}

.voice_li .bx-wrapper {
  position: relative;
  left: calc(50vw - 420px);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.voice_li .bx-wrapper .bx-viewport {
  overflow: visible !important;
}

.voice_li .bx-wrapper .bx-controls-direction {
  position: absolute;
  left: 2.2vw;
  width: 773px;
  height: 50px;
}

.voice_li .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: -13vw;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.voice_li .bx-wrapper .bx-controls-direction a:hover {
  opacity: 0.6;
}

.voice_li .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -60px;
}

.voice_li .bx-wrapper .bx-controls-direction a.bx-next {
  right: -60px;
}

.voice_li .bx-wrapper .bx-pager {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  left: 1.9vw;
  width: 773px;
  top: 40px;
}

.voice_li .bx-wrapper .bx-pager .bx-pager-item a {
  background: #3C3C3C;
  text-indent: -9999px;
  display: block;
  width: 60px;
  height: 6px;
  margin: 0 5px;
  outline: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.voice_li .bx-wrapper .bx-pager .bx-pager-item a:hover {
  opacity: 0.6;
}

.voice_li .bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #F19C38;
}

.voice_li .wrap {
  width: 773px !important;
  margin: 0 31px;
  -webkit-box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #FFFFFF;
}

.voice_li .wrap picture {
  width: 100%;
  max-width: 240px;
}

.voice_li .wrap picture img {
  width: 100%;
  height: auto;
}

.voice_li .wrap .t_wrap {
  padding: 40px;
  z-index: 1;
}

.voice_li .wrap .t_wrap .ttl {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 15px;
  border-bottom: solid 1px #CCCCCC;
  margin-bottom: 20px;
}

.voice_li .wrap .t_wrap .ttl span {
  font-size: 24px;
  font-weight: 800;
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  margin-right: 10px;
}

.voice_li .wrap .t_wrap .sub_txt {
  color: #F19C38;
  font-weight: 700;
  margin-top: 20px;
}

.voice_li .wrap .num {
  font-family: "Oswald", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 80px;
  color: #FDF3C9;
  position: absolute;
  right: 13px;
  bottom: -8px;
}

@media screen and (max-width: 767px) {
  .voice_li {
    position: relative;
    overflow: hidden;
    padding: 0 0 2.5em;
    width: 100%;
  }
  .voice_li .bx-wrapper {
    left: 0vw;
  }
  .voice_li .bx-wrapper .bx-viewport {
    overflow: visible !important;
  }
  .voice_li .bx-wrapper .bx-controls-direction {
    position: absolute;
    left: calc(50% - 175px);
    width: 350px;
    height: 10px;
  }
  .voice_li .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 0;
    top: 15px;
    width: 20px;
  }
  .voice_li .bx-wrapper .bx-controls-direction a.bx-prev img {
    width: 100%;
    height: auto;
  }
  .voice_li .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
    top: 15px;
    width: 20px;
  }
  .voice_li .bx-wrapper .bx-controls-direction a.bx-next img {
    width: 100%;
    height: auto;
  }
  .voice_li .bx-wrapper .bx-pager {
    left: 0;
    width: 345px;
    top: 35px;
  }
  .voice_li .bx-wrapper .bx-pager .bx-pager-item a {
    width: 30px;
  }
  .voice_li .wrap {
    width: 345px !important;
    margin: 0 15px;
    overflow: hidden;
    padding: 15px;
    min-height: 270px;
  }
  .voice_li .wrap picture {
    width: 100%;
    max-width: 120px;
    margin-right: 10px;
  }
  .voice_li .wrap .t_wrap {
    padding: 0;
  }
  .voice_li .wrap .t_wrap .ttl {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .voice_li .wrap .t_wrap .ttl span {
    font-size: 24px;
    font-weight: 800;
    font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    margin-right: 10px;
  }
  .voice_li .wrap .t_wrap .u_txt_1 {
    font-size: 16px;
    line-height: 26px;
  }
  .voice_li .wrap .t_wrap .sub_txt {
    margin-top: 5px;
  }
  .voice_li .wrap .num {
    font-size: 50px;
    right: 13px;
    bottom: -22px;
  }
}

/* =================================
 hoge
================================= */
/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_container
================================= */
/* =================================
 l_header
================================= */
.l_header .header_w {
  height: 80px;
  background: #F8D649;
}

.l_header .header_w .inner {
  max-width: 1100px;
  padding: 14px 0 13px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l_header .header_w .hd_parts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l_header .header_w .hd_parts li.hd_tel {
  padding-top: 5px;
}

.l_header .header_w .hd_parts li + li {
  margin-left: 10px;
}

.l_header .header_w .hd_parts li:nth-child(2) {
  margin-left: 20px;
}

.l_header .header_w .hd_parts li:nth-child(2) a, .l_header .header_w .hd_parts li:nth-child(3) a {
  display: block;
}

.l_header .header_w .hd_parts li a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.l_header .header_w .hd_parts li a:hover {
  opacity: 0.6;
}

.l_header .hd_nav {
  background: #3C3C3C;
}

.l_header .hd_nav a {
  color: #FFFFFF;
  font-size: 16px;
}

.l_header .hd_nav .gnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.l_header .hd_nav .gnav > li.m_logo {
  display: none;
}

.l_header .hd_nav .gnav > li > a {
  display: block;
  position: relative;
  padding: 18px 44px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.l_header .hd_nav .gnav > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  height: 28px;
  width: 1px;
  background: #8D8D8D;
}

.l_header .hd_nav .gnav > li > a:hover {
  opacity: 0.5;
}

.l_header .hd_nav .gnav > li.home > a {
  padding-left: 23px;
}

.l_header .hd_nav .gnav > li.home > a::before {
  content: "";
  background: url(../images/common/i_home.svg) no-repeat center;
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  width: 17px;
  height: 17px;
}

.l_header .hd_nav .gnav > li.shop > a {
  padding-right: 65px;
}

.l_header .hd_nav .gnav > li.shop > a::after {
  content: "";
  background: url(../images/common/dw_arw.svg) no-repeat center;
  position: absolute;
  right: calc(50% - 47px);
  top: calc(50% - 3px);
  width: 11px;
  height: 6px;
}

.l_header .hd_nav .gnav > li:last-child a {
  padding-right: 0;
}

.l_header .hd_nav .gnav .subnav {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  background: rgba(46, 46, 46, 0.95);
  z-index: 2;
}

.l_header .hd_nav .gnav .subnav ul {
  max-width: 810px;
  margin: 0 auto;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.l_header .hd_nav .gnav .subnav ul li {
  width: 180px;
  border-bottom: solid 1px #505050;
  margin-right: 30px;
}

.l_header .hd_nav .gnav .subnav ul li:nth-child(-n+4) a {
  padding-top: 0;
  background-position: left 7px;
}

.l_header .hd_nav .gnav .subnav ul li:nth-of-type(4n) {
  margin-right: 0;
}

.l_header .hd_nav .gnav .subnav ul li a {
  background: url(../images/common/sub_arw.svg) no-repeat left 22px;
  padding: 15px 0 10px 20px;
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.l_header .hd_nav .gnav .subnav ul li a:hover {
  opacity: 0.6;
}

.l_header .hd_nav._scr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.l_header .hd_nav._scr .gnav > li.m_logo {
  display: block;
}

.l_header .hd_nav._scr .gnav > li.m_logo img {
  max-width: 139px;
  height: auto;
}

.l_header .hd_nav._scr .gnav > li.m_logo a::before {
  display: none;
}

.l_header .hd_nav._scr .gnav > li > a {
  padding: 18px 35px;
}

.l_header .js_btn_p_top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.l_header .js_btn_p_top:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .l_header {
    padding-top: 60px;
  }
  .l_header .header_w {
    top: 0;
    width: 100%;
    height: 60px;
    position: fixed;
    z-index: 9999;
  }
  .l_header .header_w .hd_logo {
    margin-left: 10px;
  }
  .l_header .header_w .hd_logo img {
    width: 158px;
    height: auto;
  }
  .l_header .header_w .inner {
    max-width: none;
    padding: 0;
    margin: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l_header .header_w .hd_parts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .l_header .header_w .hd_parts li.hd_tel {
    padding-top: 0;
  }
  .l_header .header_w .hd_parts li + li {
    margin-left: 0;
  }
  .l_header .header_w .hd_parts li:nth-child(2) {
    margin-left: 0;
  }
  .l_header .hd_nav {
    display: none;
  }
  .l_header .js_btn_p_top {
    bottom: 65px;
  }
}

.sp_trg {
  display: none;
  width: 60px;
  height: 60px;
  background: url(../images/common/sp_menu_btn.svg) no-repeat;
}

.sp_trg.active {
  background: url(../images/common/sp_close_btn.svg) no-repeat;
}

@media screen and (max-width: 767px) {
  .sp_trg {
    display: block;
  }
}

.sp_menu {
  height: calc(100% - 60px);
  overflow-y: auto;
  position: fixed;
  z-index: 9998;
  display: none;
}

.sp_menu .cta .inner {
  margin-bottom: 0 !important;
}

.sp_menu .sp_link_wrap {
  background: #3C3C3C;
  padding: 30px 0;
}

.sp_menu .sp_link_wrap a {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 26px;
  background: url(../images/common/i_arw_f.svg) no-repeat left;
  padding-left: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.sp_menu .sp_link_wrap a.trg {
  background: none;
  position: relative;
}

.sp_menu .sp_link_wrap a.trg::after {
  content: "";
  background: url(../images/common/icon_arw_ft.svg) no-repeat;
  width: 21px;
  height: 21px;
  position: absolute;
  top: 12px;
  right: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.sp_menu .sp_link_wrap a.trg.active::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.sp_menu .sp_link_wrap > ul:nth-of-type(1) li {
  border-bottom: solid 1px #505050;
  padding: 0 15px;
}

.sp_menu .sp_link_wrap > ul:nth-of-type(1) li a {
  padding: 10px 0 10px 20px;
  display: block;
}

.sp_menu .sp_link_wrap > ul:nth-of-type(1) li a.u_sp {
  display: none;
}

.sp_menu .sp_link_wrap > ul:last-child {
  margin: 30px 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 1em;
}

.sp_menu .sp_link_wrap > ul:last-child li {
  display: block;
  width: 100%;
  max-width: 45%;
  margin: 0 0 5px 0;
  text-indent: -1em;
}

.sp_menu .sp_link_wrap .aco {
  padding-left: 20px;
  background: #312f2f;
  display: none;
}

.scr_btn {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 9997;
  background: rgba(255, 255, 255, 0.9);
}

.scr_btn li + li {
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .scr_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* =================================
 l_breadcrumbs
================================= */
/* =================================
 l_content
================================= */
._sec {
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  ._sec {
    padding: 40px 0;
  }
}

._inner {
  width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  ._inner {
    width: auto;
    margin: 0;
    padding: 0 15px;
  }
}

.sub_wrap .inner {
  width: 1000px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 50px;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .sub_wrap .inner {
    width: auto;
    margin: 0;
    padding: 30px 15px;
  }
}

.wrap50 {
  background: #FFFFFF;
  padding: 50px;
}

.wrap50._2 {
  background: #FFFBEC;
}

@media screen and (max-width: 767px) {
  .wrap50 {
    padding: 40px 15px 30px;
  }
}

/* =================================
 l_main
================================= */
/* =================================
 l_side
================================= */
/* =================================
 l_footer
================================= */
.l_footer {
  background: #3C3C3C;
  padding: 50px 0;
}

.l_footer ._inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l_footer .info {
  width: 100%;
  max-width: 440px;
}

.l_footer .info figure {
  margin-bottom: 20px;
}

.l_footer .info p {
  color: #FFFFFF;
}

.l_footer .info p + p {
  margin-top: 20px;
}

.l_footer .link_wrap {
  width: 100%;
  max-width: 580px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.l_footer .link_wrap a {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 26px;
  background: url(../images/common/i_arw_f.svg) no-repeat left;
  padding-left: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.l_footer .link_wrap a:hover {
  opacity: 0.6;
}

.l_footer .link_wrap > ul:nth-of-type(-n+3) {
  width: 100%;
  max-width: 180px;
  margin-left: 20px;
}

.l_footer .link_wrap > ul:nth-of-type(-n+3) li {
  border-bottom: solid 1px #505050;
}

.l_footer .link_wrap > ul:nth-of-type(-n+3) li a {
  padding: 10px 0 10px 20px;
  display: block;
}

.l_footer .link_wrap > ul:nth-of-type(-n+3) li a.u_sp {
  display: none;
}

.l_footer .link_wrap > ul:nth-of-type(1) {
  margin-left: 0;
}

.l_footer .link_wrap > ul:last-child {
  margin-top: 20px;
}

.l_footer .link_wrap > ul:last-child li {
  display: inline-block;
  margin: 0 10px 5px 0;
}

.l_footer .link_wrap .aco {
  display: none;
}

@media screen and (max-width: 767px) {
  .l_footer {
    padding: 20px 0 70px;
  }
  .l_footer ._inner {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .l_footer .info {
    max-width: none;
    margin-top: 40px;
    padding: 0;
  }
  .l_footer .info .u_txt_2:last-child {
    text-align: center;
  }
  .l_footer .link_wrap {
    max-width: none;
  }
  .l_footer .link_wrap a {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 26px;
    background: url(../images/common/i_arw_f.svg) no-repeat left;
    padding-left: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .l_footer .link_wrap a:hover {
    opacity: 0.6;
  }
  .l_footer .link_wrap a.u_pc {
    display: none !important;
  }
  .l_footer .link_wrap a.u_sp {
    display: block !important;
  }
  .l_footer .link_wrap > ul {
    width: 100%;
    max-width: none;
  }
  .l_footer .link_wrap > ul:nth-of-type(-n+3) {
    margin: 0;
    max-width: none;
  }
  .l_footer .link_wrap > ul:nth-of-type(-n+3) li {
    padding: 0 15px;
  }
  .l_footer .link_wrap > ul:nth-of-type(-n+3) li a {
    padding: 15px 0 15px 20px;
  }
  .l_footer .link_wrap > ul:nth-of-type(-n+3) li._lia a {
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .l_footer .link_wrap > ul:nth-of-type(-n+3) li._lia a::after {
    content: "";
    background: url(../images/common/icon_arw_ft.svg) no-repeat;
    width: 21px;
    height: 21px;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .l_footer .link_wrap > ul:nth-of-type(-n+3) li._lia a.active::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .l_footer .link_wrap > ul:nth-of-type(1) {
    margin-left: 0;
  }
  .l_footer .link_wrap > ul:last-child {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 1em;
  }
  .l_footer .link_wrap > ul:last-child li {
    display: block;
    width: 100%;
    max-width: 45%;
    margin: 0 0 5px 0;
    text-indent: -1em;
  }
  .l_footer .link_wrap .aco {
    padding-left: 20px;
  }
}

/* =================================
 lp
================================= */
.is-home .l_main_visual {
  height: 512px;
  background: url(../images/common/hd_bg.jpg) no-repeat center top;
  position: relative;
  overflow: hidden;
}

.is-home .l_main_visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 41%;
  height: 100%;
  z-index: 0;
  -webkit-transform: scaleY(3) perspective(1em) rotateX(-2deg);
          transform: scaleY(3) perspective(1em) rotateX(-2deg);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  background: rgba(0, 0, 0, 0.7);
}

.is-home .l_main_visual::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 240px;
  z-index: 0;
  mix-blend-mode: multiply;
  background: #604d16;
  background: -webkit-gradient(linear, left top, left bottom, from(#604d16), to(rgba(223, 199, 98, 0)));
  background: -webkit-linear-gradient(top, #604d16 0%, rgba(223, 199, 98, 0) 100%);
  background: linear-gradient(180deg, #604d16 0%, rgba(223, 199, 98, 0) 100%);
}

.is-home .l_main_visual .inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}

.is-home .l_main_visual .inner .t_wrap {
  width: 786px;
  padding: 80px 0;
}

.is-home .l_main_visual .inner .t_wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 40px;
}

.is-home .l_main_visual .inner .t_wrap ul li + li {
  margin-left: 20px;
}

.is-home .l_main_visual .inner > picture {
  position: absolute;
  top: calc(50% - 210px);
  right: -70px;
}

.is-home .l_main_visual .inner > picture img {
  max-width: 641px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .is-home .l_main_visual {
    height: 490px;
    background: url(../images/common/hd_bg_sp.jpg) no-repeat center top/100%;
  }
  .is-home .l_main_visual::before {
    display: none;
  }
  .is-home .l_main_visual::after {
    display: none;
  }
  .is-home .l_main_visual .inner {
    position: relative;
    z-index: 1;
    max-width: none;
    margin: 0 auto;
  }
  .is-home .l_main_visual .inner .t_wrap {
    width: auto;
    padding: 11vw 4vw;
  }
  .is-home .l_main_visual .inner .t_wrap ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 16px;
  }
  .is-home .l_main_visual .inner .t_wrap ul li {
    width: 100%;
    max-width: 167px;
  }
  .is-home .l_main_visual .inner .t_wrap ul li + li {
    margin-left: 10px;
  }
  .is-home .l_main_visual .inner > picture {
    position: absolute;
    top: calc(50% - 210px);
    right: -70px;
  }
  .is-home .l_main_visual .inner > picture img {
    max-width: 641px;
    height: auto;
  }
}

.is-home .s1 .btn {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .is-home .s1 .btn {
    margin-top: 30px;
  }
}

.is-home .s2 {
  background: #FFFBEC;
}

.is-home .s2 .c_list_1 {
  margin-top: 50px;
}

.is-home .s2 .cta {
  margin-top: 50px;
}

.is-home .s2 .sub_wrap._1 {
  margin-top: 50px;
}

.is-home .s2 .sub_wrap .c_list_ann {
  max-width: 1000px;
  margin: 20px auto 0;
}

.is-home .s2 .sub_wrap .c_list_2 {
  border: solid 3px #F2F2F2;
  padding: 20px;
  overflow-y: auto;
  height: 150px;
}

@media screen and (max-width: 767px) {
  .is-home .s2 .u_txt_1 {
    text-align: left;
  }
  .is-home .s2 .c_list_1 {
    margin: 30px 0 0 -15px;
    width: calc(100% + 30px);
  }
  .is-home .s2 .cta {
    margin: 30px 0 0 -15px;
    width: calc(100% + 30px);
  }
  .is-home .s2 .sub_wrap._1 {
    margin-top: 40px;
  }
  .is-home .s2 .sub_wrap .c_list_ann {
    max-width: none;
    margin: 15px auto 0;
  }
  .is-home .s2 .sub_wrap .c_list_2 {
    border: solid 2px #F2F2F2;
    padding: 10px;
    height: 250px;
  }
}

.is-home .s3 {
  position: relative;
  padding-bottom: 0;
}

.is-home .s3 .type_li {
  max-width: 1100px;
  margin: 0 auto;
}

.is-home .s3 .type_li ul {
  background: #3C3C3C;
  border: solid 1px #4E4B4B;
  padding: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.is-home .s3 .type_li ul li {
  width: 140px;
  padding: 13px 0;
  margin-left: 15px;
  text-align: center;
  background: #606060;
  color: #fff;
}

.is-home .s3 .type_li ul li:nth-of-type(1), .is-home .s3 .type_li ul li:nth-of-type(7) {
  margin-left: 0;
}

.is-home .s3 .type_li ul li:nth-of-type(n+7) {
  margin-top: 15px;
}

.is-home .s3::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 25%;
  height: 0;
  overflow: hidden;
  border-top: 93vw solid #363636;
  border-left: 0px solid transparent;
  border-right: 27vw solid transparent;
}

.is-home .s3::after {
  content: "";
  position: absolute;
  background: url(../images/top/c_bg.png) no-repeat;
  background-size: cover;
  z-index: -1;
  top: 0;
  right: 0;
  width: 56%;
  height: 1210px;
}

@media screen and (max-width: 767px) {
  .is-home .s3 .c_ttl_2 {
    padding: 25px 0 30px;
    background: #FFFFFF;
    margin: 0px 15px 0;
  }
  .is-home .s3 .type_li {
    max-width: none;
    margin: 0;
  }
  .is-home .s3 .type_li ul {
    padding: 25px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .is-home .s3 .type_li ul li {
    margin-left: 0;
    width: 49%;
  }
  .is-home .s3 .type_li ul li:nth-of-type(1), .is-home .s3 .type_li ul li:nth-of-type(7) {
    margin-left: 0;
  }
  .is-home .s3 .type_li ul li:nth-of-type(n+7) {
    margin-top: 0;
  }
  .is-home .s3 .type_li ul li:nth-of-type(n+3) {
    margin-top: 2%;
  }
  .is-home .s3::before {
    border-top: 63vw solid #363636;
    border-left: 0px solid transparent;
    border-right: 47vw solid transparent;
  }
  .is-home .s3::after {
    height: 200vh;
  }
}

.is-home .s4 {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .is-home .s4 {
    padding-bottom: 50px;
  }
  .is-home .s4 .c_ttl_2 {
    padding-bottom: 0;
  }
  .is-home .s4 .c_ttl_1 svg {
    height: 43px;
  }
}

.is-home .s5 {
  background: #FFFFFF;
}

.is-home .s5 ._inner {
  width: 1160px;
}

@media screen and (max-width: 767px) {
  .is-home .s5 ._inner {
    width: auto;
  }
}

.is-home .s6 {
  position: relative;
  overflow: hidden;
}

.is-home .s6::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  border-bottom: 100vw solid #363636;
  border-left: 70vw solid transparent;
  border-right: 0 solid transparent;
}

.is-home .s6 .c_list_3 {
  margin-top: 50px;
}

.is-home .s6 .c_btn_1 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .is-home .s6 .c_ttl_1 svg {
    height: 43px;
  }
  .is-home .s6 .u_txt_1 {
    text-align: left;
  }
  .is-home .s6::after {
    top: inherit;
    bottom: 0;
  }
  .is-home .s6 .c_list_3 {
    margin-top: 30px;
  }
  .is-home .s6 .c_btn_1 {
    margin-top: 20px;
  }
}

.is-home .s7 {
  background: #FFFBEC;
}

.is-home .s7 .c_btn_1 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .is-home .s7 .c_btn_1 {
    margin-top: 40px;
  }
}

.is-home .s8 {
  overflow: hidden;
  position: relative;
}

.is-home .s8::before {
  content: "";
  background: -webkit-repeating-linear-gradient(135deg, black, black 18px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 34px);
  background: repeating-linear-gradient(-45deg, black, black 18px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 34px);
  position: absolute;
  right: 0;
  top: 230px;
  width: 30vw;
  height: 180px;
  z-index: 0;
}

.is-home .s8::after {
  content: "";
  background: #F8D649;
  position: absolute;
  left: calc(50% + -600px);
  top: 230px;
  width: 1200px;
  height: 410px;
  padding-right: 100vw;
  z-index: -1;
}

.is-home .s8 .c_list_1 {
  position: relative;
  padding: 50px 0 3px;
}

.is-home .s8 .c_list_1 picture {
  height: 180px;
  overflow: hidden;
  display: block;
}

.is-home .s8 .bnr_wrap {
  margin-top: 60px;
  text-align: center;
}

.is-home .s8 .bnr_wrap .sub_ttl {
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
  font-family: "M PLUS 1p", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  margin-bottom: 30px;
}

.is-home .s8 .cta {
  margin-top: 70px;
}

.is-home .s8 .cta .c_ttl_4 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .is-home .s8::before {
    right: 0;
    top: 230px;
    width: 30vw;
    height: 180px;
  }
  .is-home .s8::after {
    left: inherit;
    right: 0;
    top: 230px;
    width: 85vw;
    height: 440px;
    padding-right: 0;
  }
  .is-home .s8 .c_list_1 {
    position: relative;
    padding: 15px 15px 3px;
  }
  .is-home .s8 .bnr_wrap {
    margin-top: 40px;
  }
  .is-home .s8 .bnr_wrap .sub_ttl {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .is-home .s8 .cta {
    margin-top: 40px;
  }
  .is-home .s8 .cta .c_ttl_4 {
    margin-top: 20px;
  }
}

.is-home .s9 {
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.is-home .s9::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 190px;
  right: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  border-bottom: 90vw solid #363636;
  border-left: 70vw solid transparent;
  border-right: 0 solid transparent;
}

.is-home .s9 .type_tab {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .is-home .s9 .c_ttl_1 svg {
    height: 43px;
  }
  .is-home .s9 .tab_aco {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .is-home .s10 .c_ttl_1 .sub {
    padding-top: 20px;
  }
}

.is-home .s11 {
  background: #FFFBEC;
}

.is-home .s11 .sub_wrap {
  margin-top: 40px;
}

.is-home .s11 .c_btn_1 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .is-home .s11 .c_ttl_1 svg {
    height: 43px;
  }
}

.is-home .s12 .c_btn_1 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .is-home .s12 .c_btn_1 {
    margin-top: 20px;
  }
  .is-home .s12 .c_ttl_1 svg {
    height: 43px;
  }
}

.is-home .s13 {
  background: #3C3C3C url(../images/top/sec_bg.png) top;
  background-size: cover;
}

.webp .is-home .l_main_visual {
  background: url(../images/common/hd_bg.jpg.webp) no-repeat center top;
}

@media screen and (max-width: 767px) {
  .webp .is-home .l_main_visual {
    background: url(../images/common/hd_bg_sp.jpg.webp) no-repeat center top/100%;
  }
}

.webp .is-home .s3::after {
  background: url(../images/top/c_bg.png.webp) no-repeat;
  background-size: cover;
}

.webp .is-home .s13 {
  background: #3C3C3C url(../images/top/sec_bg.png.webp) top;
  background-size: cover;
}

.is-shop .l_main_visual {
  height: 400px;
  height: 370px;
  background: url(../images/shop/katsushika/kv.jpg) no-repeat center top/cover;
  overflow: hidden;
}

.is-shop .l_main_visual.is-funabashi {
  background-image: url(../images/shop/funabashi/kv.jpg);
  background-position: top 0px left -50px;
}

.is-shop .l_main_visual ._inner {
  position: relative;
}

.is-shop .l_main_visual .t_wrap {
  background: rgba(255, 255, 255, 0.9);
  padding: 83px 0;
  width: 700px;
  position: absolute;
  right: -80px;
  -webkit-clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
          clip-path: polygon(20% 0%, 100% 0%, 80% 100%, 0% 100%);
  text-align: center;
}

.is-shop .l_main_visual .t_wrap .c_ttl_3 {
  padding: 0;
  margin: 10px 0 0 -50px;
}

.is-shop .l_main_visual .t_wrap .c_ttl_3 .ttl {
  font-size: 40px;
  line-height: 54px;
}

.is-shop .l_main_visual .t_wrap .t_label {
  background: #F8D649;
  text-align: center;
  font-weight: bold;
  padding: 10px 15px;
  display: inline-block;
  margin-left: -50px;
}

.is-shop .l_main_visual .t_wrap .t_label span {
  display: block;
}

@media screen and (max-width: 767px) {
  .is-shop .l_main_visual {
    height: auto;
  }
  .is-shop .l_main_visual ._inner {
    padding: 20px 0 20px;
    height: 250px;
  }
  .is-shop .l_main_visual .t_wrap {
    padding: 20px 0 20px 15px;
    position: absolute;
    right: 0;
    width: 340px;
    -webkit-clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .is-shop .l_main_visual .t_wrap .t_label {
    margin-left: 20px;
  }
  .is-shop .l_main_visual .t_wrap .t_label p, .is-shop .l_main_visual .t_wrap .t_label span {
    font-size: 14px;
    line-height: 22px;
  }
  .is-shop .l_main_visual .t_wrap .c_ttl_3 {
    padding: 0;
    margin: 10px 0 0 0px;
  }
  .is-shop .l_main_visual .t_wrap .c_ttl_3 .sub {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .is-shop .l_main_visual .t_wrap .c_ttl_3 .ttl {
    font-size: 24px;
    line-height: 34px;
  }
}

.is-shop .s1 .wrap50 {
  padding: 0 50px;
  background: url(../images/shop/common/icon_bg.svg) no-repeat left bottom;
}

.is-shop .s1 .c_btn_2 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .is-shop .s1 .wrap50 {
    padding: 0;
    background-size: 120px;
  }
  .is-shop .s1 .imt_txt_wrap img {
    width: 80%;
  }
  .is-shop .s1 .c_btn_2 {
    margin-top: 20px;
  }
}

.is-shop .s2 {
  overflow: hidden;
  position: relative;
  padding-top: 50px;
}

.is-shop .s2::before {
  content: "";
  background: -webkit-repeating-linear-gradient(135deg, black, black 18px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 34px);
  background: repeating-linear-gradient(-45deg, black, black 18px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 34px);
  position: absolute;
  right: 0;
  top: 0px;
  width: 30vw;
  height: 180px;
  z-index: 0;
}

.is-shop .s2::after {
  content: "";
  background: #F8D649;
  position: absolute;
  left: calc(50% + -600px);
  top: 0px;
  width: 1200px;
  height: 410px;
  padding-right: 100vw;
  z-index: -1;
}

.is-shop .s2 .wrap50 {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.is-shop .s2 .wrap50:nth-of-type(2) {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .is-shop .s2 {
    padding-top: 40px;
  }
  .is-shop .s2::before {
    right: 0;
    top: 0px;
    width: 30vw;
    height: 180px;
  }
  .is-shop .s2::after {
    left: inherit;
    right: 0;
    top: 0px;
    width: 85vw;
    height: 440px;
    padding-right: 0;
  }
  .is-shop .s2 .wrap50 iframe {
    height: 300px;
  }
  .is-shop .s2 .wrap50:nth-of-type(2) {
    margin-top: 40px;
  }
}

.is-shop .s3 {
  position: relative;
  overflow: hidden;
  padding-top: 0;
}

.is-shop .s3 .wrap50:nth-of-type(3) {
  margin-top: 70px;
}

.is-shop .s3::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  border-bottom: 150vw solid #363636;
  border-left: 100vw solid transparent;
  border-right: 0 solid transparent;
}

.is-shop .s3 .imt_txt_wrap .img_w {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-shop .s3 .wrap50:nth-of-type(3) {
    margin-top: 40px;
  }
  .is-shop .s3::after {
    z-index: -1;
    top: 660px;
    border-bottom: 2200px solid #363636;
    border-left: 1200px solid transparent;
  }
}

.is-shop .s4 .c_btn_2 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .is-shop .s4 .c_btn_2 {
    margin-top: 20px;
  }
}

.is-shop .s5 {
  background: #FFFBEC;
}

.is-shop .s6 {
  background: #3C3C3C url(../images/shop/common/bg_kouguup.jpg) top;
  background-size: cover;
}

.is-shop .s6 .wrap50 {
  background: #262626;
}

.is-shop .s6 .wrap50 .u_txt_1 {
  text-align: center;
  color: #FFF;
}

.is-shop .s6 .wrap50 .u_txt_1 + p {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .is-shop .s6 {
    background: #3C3C3C url(../images/shop/common/bg_kouguup.jpg) top -60px left no-repeat;
    background-size: 100%;
  }
  .is-shop .s6 .wrap50 {
    padding: 15px;
  }
  .is-shop .s6 .wrap50 .u_txt_1 {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
  }
  .is-shop .s6 .wrap50 .u_txt_1 + p {
    margin-top: 20px;
  }
}

.is-shop .s7 {
  background: #FFFBEC;
}

.is-shop .s9 .area_wrap .area {
  max-width: none;
}

.is-shop .s9 .area_wrap .area + dl {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .is-shop .s9 {
    background: url(../images/common/bg_area01.png) no-repeat left -15vw top 10vh, url(../images/common/bg_area02.png) no-repeat right bottom/320px;
    background-color: #fafafa;
  }
  .is-shop .s9 .area_wrap .area + dl {
    margin-top: 24px;
  }
}

.is-shop .s10 {
  position: relative;
  overflow: hidden;
}

.is-shop .s10::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  border-bottom: 140vw solid #363636;
  border-left: 100vw solid transparent;
  border-right: 0 solid transparent;
}

.is-shop .s10 .c_btn_2 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .is-shop .s10 .c_btn_2 {
    margin-top: 20px;
  }
  .is-shop .s10::after {
    z-index: -1;
    top: 20vh;
    border-bottom: 160vh solid #363636;
    border-left: 60vh solid transparent;
  }
}

.is-shop .s11 {
  padding-bottom: 0;
}

.is-shop .s11 .c_ttl_4 {
  border: solid 1px #e6e6e6;
  border-radius: 6px;
  cursor: pointer;
  padding: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #f2f2f2;
}

.is-shop .s11 .c_ttl_4 .ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  line-height: 36px;
}

.is-shop .s11 .c_ttl_4 .ttl .icon {
  background: url(../images/common/icon_aco.svg) no-repeat;
  max-width: 31px;
  width: 100%;
  height: 31px;
  margin-left: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.is-shop .s11 .c_ttl_4:hover {
  opacity: 0.6;
}

.is-shop .s11 .c_ttl_4.active .ttl .icon {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.is-shop .s11 .c_list_3_c {
  display: none;
  padding-bottom: 30px;
}

.is-shop .s11 .c_list_3_c:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .is-shop .s11 .c_ttl_4 {
    border: solid 1px #e6e6e6;
    border-radius: 6px;
    cursor: pointer;
    padding: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #f2f2f2;
  }
  .is-shop .s11 .c_ttl_4 .ttl {
    font-size: 16px;
    line-height: 28px;
  }
  .is-shop .s11 .c_ttl_4 .ttl .icon {
    max-width: 20px;
    height: 20px;
    margin-left: 10px;
    background-size: 100%;
  }
  .is-shop .s11 .c_ttl_4:hover {
    opacity: 0.6;
  }
  .is-shop .s11 .c_ttl_4.active .ttl .icon {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .is-shop .s11 .c_list_3_c {
    display: none;
    padding-bottom: 30px;
  }
}

.is-shop .s12 {
  background: #FFFBEC;
}

.is-shop .s12 ._inner {
  max-width: 900px;
}

.is-shop .s12 ._inner .flow_li {
  margin-top: 40px;
}

.is-shop .s12 ._inner .flow_li li .l2 {
  display: none;
}

.is-shop .s12 ._inner .flow_li li .cat_trg {
  font-size: 16px;
  margin: 10px 0 0;
  cursor: pointer;
  display: inline-block;
  background: #f2f2f2;
  padding: 2px 15px;
  border-radius: 4px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.is-shop .s12 ._inner .flow_li li .cat_trg:hover {
  opacity: 0.6;
}

.is-shop .s12 ._inner .flow_li li .cat_trg::after {
  content: "";
  background: url(../images/common/icon_aco.svg) no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 15px;
  height: 16px;
  vertical-align: text-bottom;
  margin-left: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.is-shop .s12 ._inner .flow_li li .cat_trg.active::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.is-shop .s12 ._inner .flow_li .df_table {
  margin-top: 5px;
}

.is-shop .s12 ._inner .flow_li .df_table table {
  width: 100%;
}

.is-shop .s12 ._inner .flow_li .df_table table tr th {
  width: 80px;
  padding: 10px 0;
  font-size: 16px;
}

.is-shop .s12 ._inner .flow_li .df_table table tr td {
  padding: 10px 0 10px 20px;
  font-size: 16px;
}

.is-shop .s12 .sub_wrap {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .is-shop .s12 ._inner .flow_li {
    margin-top: 20px;
  }
  .is-shop .s12 .sub_wrap {
    padding: 0 15px;
  }
}

.is-shop .cta._2 {
  margin: 70px auto;
}

@media screen and (max-width: 767px) {
  .is-shop .cta._2 {
    margin: 40px auto;
  }
}
