@charset "UTF-8";
/* ==================================================
[Style]
	 1. Reset
	 2. Base
	 3. Font
	 3. Layout
	 4. Module
	 5. State
	 6. Theme
	 7. Slick
	 8. Header
	 9. Footer
	10. Index
	11. About
================================================== */
/* --------------------------------------------------
	 1. Reset
-------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after,
q::before, q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* --------------------------------------------------
	 2. Base
-------------------------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #000;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  word-break: normal;
  overflow-wrap: normal;
  word-wrap: normal;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  outline: none;
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a:link, a:visited {
  color: #dd0015;
}

a:hover, a:active {
  color: #dd0015;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

em, dl, i, address {
  font-style: normal;
}

sup, sub {
  font-size: 0.75rem;
  line-height: 1.35;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1rem;
  font-family: inherit;
}

table th, table td {
  text-align: left;
  vertical-align: middle;
  padding: 1em 2em;
}

table th {
  font-weight: normal;
}

table td {
  word-break: break-all;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

select,
textarea,
input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"] {
  margin: 5px 0;
  padding: 6px;
  font-size: 16px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

textarea,
input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"].align_left {
  text-align: left;
}

input[type="text"].align_center {
  text-align: center;
}

input[type="text"].align_right {
  text-align: right;
}

input[type="radio"], input[type="checkbox"] {
  margin: 3px 0 5px 5px;
  outline: none;
  cursor: pointer;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  padding: 0 8px 0 2px;
  cursor: pointer;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999999;
}

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

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

p {
  min-height: 1.8em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

iframe {
  max-width: 100%;
}

@media all and (min-width: 940px), print {
  html {
    font-size: 16px;
  }
}

/* --------------------------------------------------
	 3. Layout
-------------------------------------------------- */
#header,
#content,
#footer {
  position: relative;
  clear: both;
}

#header .inner, #header .inner960,
#content .inner,
#content .inner960,
#footer .inner,
#footer .inner960 {
  position: relative;
  margin: 0 auto;
}

#primary .page_title {
  max-width: 1230px;
  width: 100%;
  max-height: 300px;
  min-height: 150px;
  height: 25vw;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
}

#primary .page_title .image {
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 15px;
}

#primary .page_title h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

#breadline {
  padding: 20px 0;
  font-size: 0.875rem;
}

#breadline li {
  display: inline-block;
  vertical-align: middle;
  color: #141c28;
}

#breadline li .divider {
  padding: 0 15px 0 20px;
  font-weight: bold;
}

#breadline li a {
  color: #dd0015;
  text-decoration: underline;
  font-weight: bold;
}

#breadline li.home a {
  display: inline-block;
}

#pagetop {
  position: fixed;
  right: 10px;
  bottom: 40px;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  pointer-events: none;
}

#pagetop.fixed {
  opacity: 1;
  pointer-events: auto;
}

#pagetop a {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 110px;
  height: 150px;
}

#pagetop a::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 110px;
  height: 150px;
  background: transparent no-repeat center center;
  background-size: contain;
}

#pagetop a::before {
  background-image: url(./image/page_top.png);
}

.scroll {
  position: absolute;
  top: 680px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 2em;
  z-index: 11;
}

.scroll .list_social {
  margin-bottom: 2em;
  margin-left: -0.5em;
}

.scroll .list_social li {
  margin-bottom: 1em;
}

.scroll .list_social li a img {
  max-width: 30px;
}

.scroll p img {
  max-width: 10px;
}

.scroll #scroll_arrown {
  display: inline-block;
  position: relative;
  top: 120px;
  left: 10px;
}

.scroll #scroll_arrown:before {
  position: absolute;
  bottom: 17px;
  left: -5px;
  content: "";
  display: block;
  height: 120px;
  width: 1px;
  background: #dd0015;
  -webkit-animation: scroll-act 3s cubic-bezier(0.77, 0, 0.175, 1) both infinite;
  animation: scroll-act 3s cubic-bezier(0.77, 0, 0.175, 1) both infinite;
}

.link_web {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 11111;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.link_web a {
  display: block;
  text-decoration: none;
}

.link_web .top {
  background-color: #f7f457;
  text-align: center;
  padding: 1em 1em;
}

.link_web .top .image {
  margin-bottom: 0.75em;
}

.link_web .top .image img {
  max-width: 21px;
}

.link_web .top .txt {
  font-size: 1.125rem;
  color: #000;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
  height: 116px;
}

.link_web .btn {
  background-color: #e50112;
  padding: 1.25em 1em;
  position: relative;
}

.link_web .btn:after {
  content: "";
  width: 11px;
  height: 11px;
  border: 1px solid #fff;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 60%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 50%;
}

@media all and (min-width: 940px), print {
  #header .inner,
  #content .inner,
  #footer .inner {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1240px;
  }
  #header .inner960,
  #content .inner960,
  #footer .inner960 {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1000px;
  }
  section {
    padding: 3em 0 6em;
  }
  article {
    margin-bottom: 8em;
  }
}

@media only screen and (max-width: 939px) {
  #header .inner, #header .inner960,
  #content .inner,
  #content .inner960,
  #footer .inner,
  #footer .inner960 {
    padding-left: 10px;
    padding-right: 10px;
    min-width: 300px;
  }
  section {
    padding: 2em 0 4em;
  }
  article {
    margin-bottom: 5em;
  }
  #breadline {
    display: none;
  }
  #pagetop {
    bottom: 5em;
  }
  #pagetop a {
    display: block;
    overflow: hidden;
    color: transparent;
    text-decoration: none;
    text-indent: 110%;
    white-space: nowrap;
    font-size: 0;
    width: 56px;
    height: 90px;
  }
  #pagetop a::before {
    width: 56px;
    height: 90px;
  }
}

@media screen and (max-width: 739px) {
  #pagetop {
    position: absolute;
    left: 50%;
    top: -60px;
    right: inherit;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #pagetop a {
    display: block;
    overflow: hidden;
    color: transparent;
    text-decoration: none;
    text-indent: 110%;
    white-space: nowrap;
    font-size: 0;
    width: 77px;
    height: 110px;
  }
  #pagetop a::before {
    width: 77px;
    height: 110px;
  }
  .scroll {
    display: none;
  }
}

/* --------------------------------------------------
	 4. Module
-------------------------------------------------- */
.gothic {
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.font_big {
  font-size: 1.25rem !important;
}

.font_large {
  font-size: 1.125rem !important;
}

.font_normal {
  font-size: 1rem !important;
}

.font_small {
  font-size: 0.875rem !important;
}

.font_little {
  font-size: 0.75rem !important;
}

.font_weight_normal {
  font-weight: normal !important;
}

.font_weight_bold {
  font-weight: bold !important;
}

.mt_0 {
  margin-top: 0rem !important;
}

.mr_0 {
  margin-right: 0rem !important;
}

.mb_0 {
  margin-bottom: 0rem !important;
}

.ml_0 {
  margin-left: 0rem !important;
}

.m_0 {
  margin: 0rem !important;
}

.mx_0 {
  margin-left: 0rem !important;
  margin-right: 0rem !important;
}

.my_0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.pt_0 {
  padding-top: 0rem !important;
}

.pr_0 {
  padding-right: 0rem !important;
}

.pb_0 {
  padding-bottom: 0rem !important;
}

.pl_0 {
  padding-left: 0rem !important;
}

.p_0 {
  padding: 0rem !important;
}

.px_0 {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.py_0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.mt_1 {
  margin-top: 1rem !important;
}

.mr_1 {
  margin-right: 1rem !important;
}

.mb_1 {
  margin-bottom: 1rem !important;
}

.ml_1 {
  margin-left: 1rem !important;
}

.m_1 {
  margin: 1rem !important;
}

.mx_1 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my_1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.pt_1 {
  padding-top: 1rem !important;
}

.pr_1 {
  padding-right: 1rem !important;
}

.pb_1 {
  padding-bottom: 1rem !important;
}

.pl_1 {
  padding-left: 1rem !important;
}

.p_1 {
  padding: 1rem !important;
}

.px_1 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py_1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.mt_2 {
  margin-top: 2rem !important;
}

.mr_2 {
  margin-right: 2rem !important;
}

.mb_2 {
  margin-bottom: 2rem !important;
}

.ml_2 {
  margin-left: 2rem !important;
}

.m_2 {
  margin: 2rem !important;
}

.mx_2 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}

.my_2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.pt_2 {
  padding-top: 2rem !important;
}

.pr_2 {
  padding-right: 2rem !important;
}

.pb_2 {
  padding-bottom: 2rem !important;
}

.pl_2 {
  padding-left: 2rem !important;
}

.p_2 {
  padding: 2rem !important;
}

.px_2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.py_2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.mt_3 {
  margin-top: 3rem !important;
}

.mr_3 {
  margin-right: 3rem !important;
}

.mb_3 {
  margin-bottom: 3rem !important;
}

.ml_3 {
  margin-left: 3rem !important;
}

.m_3 {
  margin: 3rem !important;
}

.mx_3 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my_3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.pt_3 {
  padding-top: 3rem !important;
}

.pr_3 {
  padding-right: 3rem !important;
}

.pb_3 {
  padding-bottom: 3rem !important;
}

.pl_3 {
  padding-left: 3rem !important;
}

.p_3 {
  padding: 3rem !important;
}

.px_3 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py_3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.mt_4 {
  margin-top: 4rem !important;
}

.mr_4 {
  margin-right: 4rem !important;
}

.mb_4 {
  margin-bottom: 4rem !important;
}

.ml_4 {
  margin-left: 4rem !important;
}

.m_4 {
  margin: 4rem !important;
}

.mx_4 {
  margin-left: 4rem !important;
  margin-right: 4rem !important;
}

.my_4 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.pt_4 {
  padding-top: 4rem !important;
}

.pr_4 {
  padding-right: 4rem !important;
}

.pb_4 {
  padding-bottom: 4rem !important;
}

.pl_4 {
  padding-left: 4rem !important;
}

.p_4 {
  padding: 4rem !important;
}

.px_4 {
  padding-left: 4rem !important;
  padding-right: 4rem !important;
}

.py_4 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.mt_5 {
  margin-top: 5rem !important;
}

.mr_5 {
  margin-right: 5rem !important;
}

.mb_5 {
  margin-bottom: 5rem !important;
}

.ml_5 {
  margin-left: 5rem !important;
}

.m_5 {
  margin: 5rem !important;
}

.mx_5 {
  margin-left: 5rem !important;
  margin-right: 5rem !important;
}

.my_5 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.pt_5 {
  padding-top: 5rem !important;
}

.pr_5 {
  padding-right: 5rem !important;
}

.pb_5 {
  padding-bottom: 5rem !important;
}

.pl_5 {
  padding-left: 5rem !important;
}

.p_5 {
  padding: 5rem !important;
}

.px_5 {
  padding-left: 5rem !important;
  padding-right: 5rem !important;
}

.py_5 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

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

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.clear_both {
  clear: both;
}

.text_center {
  text-align: center;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

h2 {
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  width: 100%;
  height: 4vw;
  max-height: 50px;
  min-height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

h3, h4 {
  font-size: 1.875rem;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  text-align: center;
  padding-bottom: 0.25em;
  position: relative;
  margin-bottom: 2em;
}

h3:after, h4:after {
  content: "";
  width: 120px;
  height: 4px;
  border-bottom: 4px dotted #dd0015;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

h4 {
  font-size: 1.5rem;
  color: #141c28;
}

h4:after {
  width: 84px;
}

h5 {
  font-size: 1.25rem;
  color: #141c28;
  line-height: 1.6;
  letter-spacing: 0.05rem;
  text-align: center;
  padding-bottom: 0.25em;
  position: relative;
  margin-bottom: 2em;
}

h5:after {
  content: "";
  width: 40px;
  height: 2px;
  border-bottom: 2px solid #dd0015;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

h6 {
  font-size: 1.125rem;
  color: #141c28;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2em;
}

.sub_title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #dd0015;
  text-align: left;
  margin: 1.5em auto 0.5em;
}

.sub_title span {
  font-size: 0.6875rem;
  font-weight: normal;
}

.title {
  text-align: center;
}

.title h3 {
  margin-bottom: 0;
}

.title p {
  font-size: 0.75rem;
  color: #6d6d6d;
  letter-spacing: 0.15rem;
  text-align: center;
}

table {
  width: 100%;
}

table.basic_table, table.basic_table2 {
  margin: 2em auto;
  background-color: #fff;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
}

table.basic_table.text_center th,
table.basic_table.text_center td, table.basic_table2.text_center th,
table.basic_table2.text_center td {
  text-align: center;
}

table.basic_table.fixed, table.basic_table2.fixed {
  table-layout: fixed;
}

table.basic_table th,
table.basic_table td, table.basic_table2 th,
table.basic_table2 td {
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  font-weight: 500;
  padding: 1em 2em;
}

table.basic_table th:empty,
table.basic_table td:empty, table.basic_table2 th:empty,
table.basic_table2 td:empty {
  height: 2.79em;
}

table.basic_table th, table.basic_table2 th {
  color: #000;
  white-space: nowrap;
  background-color: #fcf5d4;
  font-weight: bold;
}

table.basic_table thead, table.basic_table2 thead {
  line-height: 1.4;
}

table.basic_table2 {
  border: none;
}

table.basic_table2 th,
table.basic_table2 td {
  border-bottom: 1px dashed #000;
  border-right: none;
}

table.basic_table2 th {
  background-color: #e9e9e9;
}

div.focus_text, div.attention_text {
  margin: 2em auto;
  padding: 2em 1em;
  border-radius: 10px;
}

div.focus_text .title, div.attention_text .title {
  font-size: 1.125rem;
}

div.focus_text {
  background-color: #fcf5d4;
}

div.focus_text .title {
  color: #dd0015;
  font-size: 1.3125rem;
  font-weight: bold;
  margin-bottom: 1em;
}

div.attention_text {
  background-color: #e9e9e9;
}

div.attention_text .title {
  color: #fff;
}

ul.basic_ul {
  margin-left: 2em;
  padding: .5em 0;
}

ul.basic_ul > li {
  position: relative;
  padding: .2em 0;
}

ul.basic_ul > li::before {
  position: absolute;
  left: -1.5em;
  top: .75em;
  display: block;
  content: "";
  width: .25em;
  height: .25em;
  background-color: #dd0015;
  border: 6px solid #dd0015;
  border-radius: 50%;
}

ul.basic_ul > li > ul,
ul.basic_ul > li > ol {
  margin-left: 1.25em;
}

ul.basic_ul > li > ul > li::before {
  background-color: transparent;
}

ol.basic_ol {
  margin-left: 1.5em;
  padding: 1em 0;
  list-style: decimal;
}

ol.basic_ol > li {
  padding: .5em 0 .5em .25em;
}

ol.basic_ol > li > ul,
ol.basic_ol > li > ol {
  margin-left: 1.25em;
}

dl.basic_dl > dt {
  font-weight: bold;
}

dl.basic_dl > dd {
  margin-left: 1em;
}

dl.basic_dl > dd + dt {
  padding-top: 1em;
}

pre {
  white-space: normal;
}

.text_indent {
  margin-left: 1em;
  text-indent: -1em;
}

.pagination {
  padding: 3em 0;
}

.pagination ul {
  text-align: center;
  font-size: 0;
}

.pagination li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
}

.pagination li > a,
.pagination li > span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 4px;
  padding: .5em 1em;
  font-size: 1rem;
  text-align: center;
  line-height: 1.6;
  border: 1px solid #dd0015;
  border-radius: 50%;
}

.pagination li > a {
  color: #dd0015;
  text-decoration: none;
  font-weight: bold;
}

.pagination li > span {
  color: #fff;
  font-weight: bold;
  background-color: #dd0015;
}

.pagination li.next a {
  padding-right: 2em;
  border-radius: 50px;
}

.pagination li.next a::after {
  position: absolute;
  top: 50%;
  right: 1em;
  display: block;
  content: "";
  width: .5em;
  height: .5em;
  margin-top: -.25em;
  border-top: 1px solid #dd0015;
  border-right: 1px solid #dd0015;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pagination li.prev a {
  padding-left: 2em;
  border-radius: 50px;
}

.pagination li.prev a::before {
  position: absolute;
  top: 50%;
  left: 1em;
  display: block;
  content: "";
  width: .5em;
  height: .5em;
  margin-top: -.25em;
  border-top: 1px solid #dd0015;
  border-left: 1px solid #dd0015;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.more {
  display: block;
  margin: 3em auto;
}

.btn01 {
  text-align: center;
}

.btn01 a, .btn01 button {
  display: block;
  color: #dd0015;
  padding: 0.75em 1em;
  margin: 0 auto;
  max-width: 236px;
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  border: 1px solid #dd0015;
  border-radius: 50px;
  text-decoration: none;
}

.btn01 a:after, .btn01 button:after {
  content: "";
  width: 21px;
  height: 21px;
  background: url("./image/icon_arrow02.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn01 a:hover, .btn01 button:hover {
  background-color: #dd0015;
  color: #fff;
}

.btn01 a:hover:after, .btn01 button:hover:after {
  background-image: url("./image/icon_arrow03.png");
  background-size: cover;
}

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 740px), print {
  .only_sp {
    display: none;
  }
  table.basic_table th:empty,
  table.basic_table td:empty {
    height: 3.744em;
  }
  div.focus_text, div.attention_text {
    padding: 3em;
  }
  .pagination a {
    -webkit-transition: color 0.2s, background-color 0.2s;
    transition: color 0.2s, background-color 0.2s;
  }
  .pagination a:hover {
    color: #fff;
    background-color: #dd0015;
  }
  .pagination li.next a::after {
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
  }
  .pagination li.next a:hover::after {
    border-color: #fff;
  }
  .pagination li.prev a::before {
    -webkit-transition: border-color 0.2s;
    transition: border-color 0.2s;
  }
  .pagination li.prev a:hover::before {
    border-color: #fff;
  }
}

@media only screen and (max-width: 739px) {
  .only_pc {
    display: none;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.3125rem;
  }
  .title:after {
    width: 95px;
    bottom: -0.25em;
  }
  .title p {
    font-size: 0.625rem;
  }
  table.basic_table th,
  table.basic_table td {
    padding: 0.5em;
  }
  table.vertical > thead > tr > th,
  table.vertical > thead > tr > td,
  table.vertical > tbody > tr > th,
  table.vertical > tbody > tr > td {
    display: block;
    white-space: normal !important;
    width: 100%;
  }
  table.vertical > thead > tr > th:empty,
  table.vertical > thead > tr > td:empty,
  table.vertical > tbody > tr > th:empty,
  table.vertical > tbody > tr > td:empty {
    display: none;
  }
  .pagination li {
    font-size: 0.875rem;
  }
  .pagination li > a,
  .pagination li > span {
    font-size: 0.875rem;
  }
  .pagination li.next a, .pagination li.prev a {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 740px) {
  .visible_sp {
    display: none !important;
  }
}

@media screen and (max-width: 739px) {
  .visible_pc {
    display: none !important;
  }
}

/* --------------------------------------------------
	 6. Theme
-------------------------------------------------- */
/*お知らせ*/
.news_list li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 1.5em 4em 1.5em 1em;
  border-bottom: 1px dashed #000;
  position: relative;
}

.news_list li a:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #dd0015;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  right: 2em;
}

.news_list li a .box_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news_list li a .tag {
  width: 100px;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: bold;
  margin: 0 20px;
  color: #fff;
  border-radius: 50px;
}

.news_list li a .tag.color01 {
  background-color: #2aa800;
}

.news_list li a .tag.color02 {
  background-color: #003893;
}

.news_list li a .tag.color03 {
  background-color: #e03500;
}

.news_list li a .tag_new {
  vertical-align: top;
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 0.5625rem;
  background-color: #ea2650;
  color: #fff;
  text-align: center;
  padding-top: 5px;
  margin-left: 1em;
}

.news_list li a .date {
  font-size: 0.75rem;
  color: #6d6d6d;
  width: 90px;
  letter-spacing: 0.15em;
}

.news_list li a .txt {
  font-size: 1rem;
  color: #141c28;
  width: calc(100% - 240px);
  position: relative;
}

.news_list li a:hover {
  opacity: 0.7;
}

/*こだわり*/
.features_list li {
  width: 33.33333%;
  position: relative;
  padding: 0 1em;
}

.features_list li a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.features_list li a:hover {
  opacity: 0.7;
}

.features_list li .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  border-radius: 10px;
}

.features_list li .image:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.features_list li .txt {
  font-size: 1rem;
  font-weight: bold;
  color: #000;
  margin-top: 1em;
}

.features_list li .txt span {
  display: inline-block;
  border-bottom: 2px dashed #dd0015;
}

.features_item {
  position: relative;
}

.col2 .image {
  max-width: 100%;
  border-radius: 20px;
  margin-bottom: 1em;
}

.col2 .image img {
  border-radius: 20px;
}

.col2 .txt {
  font-size: 1rem;
  color: #000;
  letter-spacing: 0.05em;
  margin: 1em auto 0;
  line-height: 2;
}

.col2 .title {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: left;
  color: #dd0015;
}

.col2 .btn01 {
  margin-top: 3em;
}

.col3 > div, .col4 > div {
  padding: 15px;
  overflow: hidden;
  text-align: center;
  color: #141c28;
  font-weight: bold;
}

.col3 > div img, .col4 > div img {
  margin-bottom: 0.5em;
  border-radius: 10px;
}

.col3 .txt, .col4 .txt {
  font-size: 1rem;
  font-weight: normal;
  color: #141c28;
  margin: 0.5em auto 0;
  padding: 0 5px;
  text-align: left;
}

.col3 .txt span, .col4 .txt span {
  font-weight: bold;
}

.col3 .title, .col4 .title {
  font-size: 1.125rem;
  color: #dd0015;
  font-weight: bold;
}

.col3 .btn01, .col4 .btn01 {
  margin-top: 3em;
}

.bg_line {
  width: calc(100% - 4em);
  height: 7.89474vw;
  margin: 0 auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

/*レシピ*/
.recipe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.recipe .left {
  position: relative;
  padding-right: 2em;
}

.recipe .left a {
  height: 100%;
  border-radius: 20px;
}

.recipe .left .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  height: 100%;
  border-radius: 20px;
}

.recipe .left .image::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.recipe .left .label {
  position: absolute;
  top: 1em;
  left: 1em;
}

.recipe .left .label img {
  max-width: 117px;
}

.recipe .right {
  width: 60%;
  position: relative;
}

.recipe .content01 {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1em 2.5em 1em 1em;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  position: absolute;
  bottom: -100%;
  width: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.recipe .content01:before {
  content: "";
  width: 21px;
  height: 21px;
  background: url("./image/icon_arrow01.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.recipe a {
  position: relative;
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  overflow: hidden;
  border-radius: 10px;
}

.recipe a:hover .content01 {
  bottom: 0;
}

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

.recipe_list li {
  width: 30.66667%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.recipe_list li:not(:nth-child(3n)) {
  margin-right: 4%;
}

.recipe_list li:not(:nth-last-child(-n+3)) {
  margin-bottom: 4%;
}

.recipe_list li .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  border-radius: 10px;
}

.recipe_list li .image:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.recipe_list li .label {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
}

.recipe_list li .label img {
  max-width: 43px;
}

.recipe_list li.link {
  background-color: #dd0015;
}

.recipe_list li.link a {
  width: 100%;
  height: 100%;
  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;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.recipe_list li.link a:hover {
  opacity: 0.7;
}

.recipe_list li.link a .icon {
  margin-top: 1.5em;
}

.recipe_list li.link a .icon img {
  max-width: 73px;
}

.recipe_list li.link a .txt {
  font-size: 1.125rem;
  color: #fff;
  font-weight: bold;
  margin-top: 1.5em;
}

.recipe_list li.link a .txt span {
  padding-right: 2em;
  position: relative;
}

.recipe_list li.link a .txt span:before {
  content: "";
  width: 21px;
  height: 21px;
  background: url("./image/icon_arrow01.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 2px;
}

.recipe_item {
  position: relative;
}

.flame_focus_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flame_focus_text .left {
  width: 60%;
}

.flame_focus_text .left h5 {
  margin-bottom: 2em;
  font-size: 1.3125rem;
}

.flame_focus_text .right {
  width: 40%;
  padding-left: 3em;
}

.flame_focus_text .right a {
  display: block;
}

.flame_focus_text .right a:hover {
  opacity: 0.7;
}

.imgTxt02 {
  margin: 1em auto;
}

.imgTxt02 .image {
  text-align: center;
}

.imgTxt02 .txt_box .title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #dd0015;
  text-align: left;
  margin-bottom: 0.5em;
}

.imgTxt03_bg {
  height: 460px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.imgTxt03 .inner {
  background: #fff;
  border-radius: 5px;
}

.imgTxt03_content {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4em 0 4em;
  margin-top: -10em;
}

.imgTxt03_content .title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #dd0015;
  text-align: center;
  margin-bottom: 2em;
}

.imgTxt04 {
  margin-bottom: 2em;
}

.imgTxt04 .image {
  min-width: 300px;
  text-align: center;
}

.imgTxt04 .txt_box .title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #dd0015;
  text-align: left;
  margin-bottom: 0.5em;
}

@media all and (min-width: 740px), print {
  a[href^="tel:"] {
    display: inline-block;
    text-decoration: none;
    pointer-events: none;
  }
  .col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col2 > div {
    width: 50%;
  }
  .col2 .left {
    padding-right: 3em;
  }
  .col2 .right {
    padding-left: 3em;
  }
  .col3, .col4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col3 > div {
    width: 33.3%;
  }
  .col4 > div {
    width: 25%;
  }
  .recipe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .recipe .left {
    width: 40%;
  }
  .recipe .right {
    width: 60%;
  }
  .imgTxt02 {
    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;
  }
  .imgTxt02 > div {
    max-width: 440px;
    margin: 0 2%;
  }
  .imgTxt04 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .imgTxt04 .image {
    width: 40%;
    min-width: 300px;
  }
  .imgTxt04 .txt_box {
    width: 60%;
    padding-left: 3%;
  }
}

@media only screen and (max-width: 739px) {
  .news_list li a {
    display: block;
    padding: 1em 4em 1em 1em;
  }
  .news_list li a .box_head {
    margin-bottom: 0.5em;
  }
  .news_list li a .tag {
    margin: 0 10px;
  }
  .news_list li a .txt {
    width: 100%;
  }
  .col2 {
    display: block;
  }
  .col2 .left, .col2 .right {
    margin-bottom: 5em;
  }
  .col2 .left {
    width: 100%;
    padding-right: 0;
  }
  .col2 .right {
    width: 100%;
    padding-left: 0;
  }
  .col2 .image {
    max-width: 700px;
  }
  .col2 .btn01 {
    margin-top: 1.5em;
  }
  .col4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col4 > div {
    width: 50%;
    padding: 10px;
  }
  .bg_line {
    display: none;
  }
  .recipe {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  .recipe .left {
    width: 100%;
    padding-right: 0;
  }
  .recipe .right {
    width: 100%;
    padding-top: 10em;
  }
}

@media screen and (max-width: 739px) {
  .recipe .left .label img {
    max-width: 85px;
  }
  .recipe .right {
    padding-top: 1em;
  }
  .recipe_list li {
    width: 32%;
  }
  .recipe_list li:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .recipe_list li:not(:nth-last-child(-n+3)) {
    margin-bottom: 2%;
  }
  .recipe_list li .label img {
    max-width: 30px;
  }
  .recipe_list li .content01 {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 0.25em;
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: left;
    position: absolute;
    bottom: -100%;
    width: 100%;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .recipe_list li .content01:before {
    content: "";
    width: 12px;
    height: 12px;
    background: url("./image/icon_arrow01.png") no-repeat left center;
    background-size: cover;
    position: absolute;
    right: 0.5em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .recipe_list li.link a .icon {
    margin-top: 1em;
  }
  .recipe_list li.link a .icon img {
    max-width: 44px;
  }
  .recipe_list li.link a .txt {
    font-size: 0.75rem;
    margin-top: 1em;
  }
  .recipe_list li.link a .txt span {
    padding-right: 1.5em;
  }
  .recipe_list li.link a .txt span:before {
    width: 12px;
    height: 12px;
    right: 0;
    top: 2px;
  }
  .flame_focus_text {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flame_focus_text .left {
    width: 100%;
  }
  .flame_focus_text .left h5 {
    margin-bottom: 1em;
  }
  .flame_focus_text .right {
    width: 100%;
    padding-left: 0;
    margin-top: 2em;
  }
  .flame_focus_text .right a {
    max-width: 320px;
    margin: 0 auto;
  }
  .imgTxt02 .image {
    margin: 1em auto;
  }
  .imgTxt03_bg {
    height: 350px;
  }
  .imgTxt03 .inner {
    width: calc(100% - 40px);
    background: #fff;
  }
  .imgTxt03_content {
    padding: 2em 0;
  }
  .imgTxt03_content h5 {
    margin-bottom: 1em;
  }
  .imgTxt04 .image {
    margin-bottom: 1em;
  }
}

/* --------------------------------------------------
	 8. Editor
-------------------------------------------------- */
section.editor .box_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

section.editor .box_head .date {
  color: #6d6d6d;
}

section.editor .box_head .tag {
  width: 100px;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: bold;
  margin: 0 20px;
  color: #fff;
  border-radius: 50px;
}

section.editor .box_head .tag.color01 {
  background-color: #2aa800;
}

section.editor .box_head .tag.color02 {
  background-color: #003893;
}

section.editor .box_head .tag.color03 {
  background-color: #e03500;
}

section.editor .more {
  margin: 6em auto 0;
}

section.editor .content {
  margin: 3em auto 0;
  overflow: hidden;
}

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

section.editor .content h1 {
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 1em;
  border-bottom: 1px solid #dd0015;
}

section.editor .content h2 {
  font-size: 1.625rem;
  color: #dd0015;
  padding: 0;
}

section.editor .content h2::before {
  display: none;
}

section.editor .content h3 {
  font-size: 1.5rem;
  border-bottom: 2px dotted #dd0015;
}

section.editor .content h3::after {
  display: none;
}

section.editor .content h4 {
  border-bottom: 1px dotted #141c28;
}

section.editor .content h4::after {
  display: none;
}

section.editor .content h5 {
  color: #dd0015;
}

section.editor .content h6 {
  text-align: left;
  margin-bottom: .5em;
}

section.editor .content p {
  min-height: 1.8em;
}

section.editor .content a {
  text-decoration: underline;
  color: #dd0015;
}

section.editor .content a:hover {
  text-decoration: none;
  opacity: 0.8;
}

section.editor .content img {
  height: auto !important;
}

section.editor .content img.aligncenter {
  display: block;
  margin: 0 auto;
}

section.editor .content img.alignright {
  float: right;
  margin-left: 1em;
}

section.editor .content img.alignleft {
  float: left;
  margin-right: 1em;
}

section.editor .content em {
  font-style: italic;
}

section.editor .content blockquote {
  position: relative;
  background-color: #eeeeee;
  padding: 1.5em 1.5em 1em;
  margin: 1em auto;
}

section.editor .content blockquote::before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 10px;
  content: "“";
  font-size: 2rem;
  color: #cfcfcf;
  line-height: 1;
}

section.editor .content table {
  margin: 2em auto;
  background-color: #fff;
  border-right: 1px solid #141c28;
  border-bottom: 1px solid #141c28;
}

section.editor .content table th,
section.editor .content table td {
  border-left: 1px solid #141c28;
  border-top: 1px solid #141c28;
  padding: .5em;
}

section.editor .content table th {
  color: #000;
  text-align: center;
  font-weight: bold;
  background-color: #fcf5d4;
}

section.editor .content table.aligncenter {
  margin: 0 auto;
}

section.editor .content table.alignright {
  float: right;
}

section.editor .content table.alignleft {
  float: left;
}

section.editor .content ul,
section.editor .content ol {
  margin-left: 1.25em;
}

section.editor .content ul > li > ul,
section.editor .content ul > li > ol,
section.editor .content ol > li > ul,
section.editor .content ol > li > ol {
  margin-left: 1.25em;
}

section.editor .content ul {
  list-style: circle;
}

section.editor .content ul.basic_ul {
  list-style: none;
}

section.editor .content ol {
  margin-left: 1.5em;
  list-style: decimal;
}

section.editor .content ol.basic_ol {
  list-style: none;
}

section.editor .content dl > dt {
  font-weight: bold;
}

section.editor .content dl > dd {
  margin-left: 1em;
}

section.editor .return {
  margin-top: 5em;
  text-align: center;
}

@media all and (min-width: 940px), print {
  section.editor .date {
    font-size: 1rem;
  }
  section.editor .content table {
    max-width: calc(1200px - 2.5em * 2) !important;
  }
  section.editor .return {
    text-align: center;
  }
}

@media only screen and (max-width: 939px) {
  section.editor .content img.aligncenter, section.editor .content img.alignright, section.editor .content img.alignleft {
    display: block;
    margin: 1em auto;
    float: none;
  }
  section.editor .content table.aligncenter, section.editor .content table.alignright, section.editor .content table.alignleft {
    display: block;
    margin: 0 auto;
    float: none;
  }
}

/* --------------------------------------------------
	 9. Animation
-------------------------------------------------- */
@-webkit-keyframes scroll-act {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  25% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  26% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  51% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  75% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  76% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
}
@keyframes scroll-act {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  25% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top center;
    transform-origin: top center;
  }
  26% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  51% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  75% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  76% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom center;
    transform-origin: bottom center;
  }
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.js_fadein {
  opacity: 0;
}

/* その場で */
.is_show.fadeIn {
  -webkit-animation-name: fadeInAnime;
  animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.is_show.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.is_show.fadeLeft {
  -webkit-animation-name: fadeLeftAnime;
  animation-name: fadeLeftAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.is_show.fadeRight {
  -webkit-animation-name: fadeRightAnime;
  animation-name: fadeRightAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.is_show.zoomIn {
  -webkit-animation-name: zoomInAnime;
  animation-name: zoomInAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.is_show.fadeDown {
  -webkit-animation-name: fadeDownAnime;
  animation-name: fadeDownAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* 上から */
@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* 左から */
@-webkit-keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

/* 右から */
@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomInAnime {
  from {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

/* --------------------------------------------------
	 10. Header
-------------------------------------------------- */
#header {
  width: 100%;
  z-index: 1111;
  background: #fff url("image/line_header01.png") no-repeat center top;
  background-size: 100% auto;
  padding-bottom: 2em;
}

#header.fixed {
  position: fixed;
  top: 0 !important;
}

#header .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#header .box .logo {
  width: 174px;
  margin: 2em 0 0 2em;
  position: relative;
  z-index: 111;
}

#header .box .global_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 1.5em 0.5em 0 0;
}

#header .box .global_menu .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 4.5em;
}

#header .box .global_menu .nav > li {
  margin: 0 2vw;
}

#header .box .global_menu .nav > li a {
  text-decoration: none;
  font-size: 1.0625rem;
  font-weight: bold;
  color: #000;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#header .box .global_menu .nav > li a span {
  padding-bottom: 0.25em;
  border-bottom: 2px dashed #000;
  position: relative;
}

#header .box .global_menu .nav > li:hover {
  color: #dd0015;
}

#header .box .global_menu .nav > li:hover span {
  border-bottom: 2px dashed #dd0015;
}

#header .box .global_menu .nav > li:hover .sub_menu {
  visibility: visible;
  opacity: 1;
}

#header .box .global_menu .nav > li:hover a {
  color: #dd0015;
}

#header .box .global_menu .nav > li:hover a span {
  border-bottom: 2px dashed #dd0015;
}

#header .box .global_menu .nav > li:hover a span:after {
  border-color: #fff transparent transparent transparent;
}

#header .box .global_menu .nav > li.active .sub_menu {
  visibility: visible;
  opacity: 1;
}

#header .box .global_menu .nav > li.active a {
  color: #dd0015;
}

#header .box .global_menu .nav > li.active a span {
  border-bottom: 2px dashed #dd0015;
}

#header .box .global_menu .nav > li.active a span:after {
  border-color: #fff transparent transparent transparent;
}

#header .box .global_menu .nav > li.sub_child_menu span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: transparent transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -40px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 11;
}

#header .box .global_menu .sub_menu {
  position: absolute;
  top: 108px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#header .box .global_menu .sub_menu .left {
  background-color: #e50112;
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

#header .box .global_menu .sub_menu .left .txt {
  font-size: 1.875rem;
  color: #fff;
  font-weight: bold;
}

#header .box .global_menu .sub_menu .right {
  background-color: #f92b4e;
  width: 60%;
  padding: 4em 6em 3em;
}

#header .box .global_menu .sub_menu .list_menu {
  max-width: 568px;
}

#header .box .global_menu .sub_menu .list_menu li {
  width: 46%;
  border: 1px solid #fff;
  margin-bottom: 3%;
}

#header .box .global_menu .sub_menu .list_menu li:not(:nth-child(2n)) {
  margin-right: 6%;
}

#header .box .global_menu .sub_menu .list_menu li a {
  display: block;
  padding: 0.5em 1em;
  color: #fff;
  font-size: 1.0625rem;
}

#header .box .global_menu .sub_menu .list_menu li a:hover {
  color: #f92b4e;
  background-color: #fff;
}

#header .box .burger_menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 3em 1.5em 2em;
  display: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin-top: 0;
}

#header .box .burger_menu .contact_header {
  display: none;
}

#header .box .btn_menu {
  position: fixed;
  width: 68px;
  height: 68px;
  background-color: #e50112;
  border-radius: 50%;
  margin-bottom: -1em;
  cursor: pointer;
  z-index: 111;
}

#header .box .btn_menu span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#header .box .btn_menu span:nth-child(1) {
  left: 35%;
}

#header .box .btn_menu span:nth-child(2) {
  left: 50%;
}

#header .box .btn_menu span:nth-child(3) {
  left: 65%;
}

#header .box .btn_menu.active span {
  width: 25px;
  height: 2px;
}

#header .box .btn_menu.active span:nth-child(1) {
  top: 48%;
  left: 31%;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

#header .box .btn_menu.active span:nth-child(2) {
  opacity: 0;
}

#header .box .btn_menu.active span:nth-child(3) {
  top: 35%;
  left: 45%;
  -webkit-transform: rotate(-45deg) translateX(-50%);
  transform: rotate(-45deg) translateX(-50%);
}

@media all and (min-width: 940px) and (max-width: 1200px) {
  #header .box .global_menu .nav > li {
    margin: 0 1vw;
  }
  #header .box .global_menu .nav > li a {
    font-size: 1rem;
  }
  #header .box .global_menu .nav > li .sub_menu .left {
    width: 25%;
  }
  #header .box .global_menu .nav > li .sub_menu .right {
    width: 75%;
  }
}

@media all and (min-width: 940px), print {
  #header .box .global_menu .sub_menu .list_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 939px) {
  #header {
    background: #fff url("image/line_header01.png") no-repeat center top;
    background-size: 100% auto;
    padding-bottom: 1em;
  }
  #header .box .logo {
    padding-top: 1.5em;
    width: 142px;
    margin: 0 0 0 1em;
    z-index: 1;
  }
  #header .box .global_menu {
    margin: 0;
  }
  #header .box .global_menu .nav {
    display: none;
  }
  #header .box .burger_menu {
    padding: 5em 3em 2em;
    display: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    z-index: 11;
    overflow: scroll;
    height: 100vh;
  }
  #header .box .burger_menu .nav {
    margin-right: 0;
    display: block;
  }
  #header .box .burger_menu .nav > li {
    margin: 0;
    border-bottom: 1px solid #dd0015;
    position: relative;
  }
  #header .box .burger_menu .nav > li a {
    padding: 0.75em 0;
    display: block;
  }
  #header .box .burger_menu .nav > li a span {
    padding-bottom: 0.25em;
    border-bottom: none;
    position: relative;
  }
  #header .box .burger_menu .nav > li a span:after {
    display: none;
  }
  #header .box .burger_menu .nav > li:hover .sub_menu {
    display: block;
  }
  #header .box .burger_menu .nav > li:hover a {
    color: #000;
  }
  #header .box .burger_menu .nav > li:hover a span {
    border-bottom: none;
  }
  #header .box .burger_menu .nav > li.sub_child_menu a {
    margin-right: 3em;
  }
  #header .box .burger_menu .nav > li.active .btn_arrown:before {
    display: none;
  }
  #header .box .burger_menu .nav > li.active .sub_menu {
    display: block;
  }
  #header .box .burger_menu .nav > li.active a {
    color: #000;
  }
  #header .box .burger_menu .nav > li.active a span {
    border-bottom: none;
  }
  #header .box .burger_menu .nav > li.active a span:after {
    display: none;
  }
  #header .box .burger_menu .nav > li .btn_arrown {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #dd0015;
    position: absolute;
    top: 18px;
    right: 1em;
  }
  #header .box .burger_menu .nav > li .btn_arrown:before {
    content: "";
    width: 1px;
    height: 10px;
    background-color: #dd0015;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #header .box .burger_menu .nav > li .btn_arrown:after {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #dd0015;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #header .box .burger_menu .sub_menu {
    position: inherit;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    display: block;
  }
  #header .box .burger_menu .sub_menu .left {
    display: none;
  }
  #header .box .burger_menu .sub_menu .right {
    background-color: #fff;
    width: 100%;
    padding: 0;
  }
  #header .box .burger_menu .sub_menu .list_menu {
    display: none;
    max-width: 100%;
    border-top: 1px solid #dd0015;
  }
  #header .box .burger_menu .sub_menu .list_menu li {
    width: 100%;
    border: 1px solid #fff;
    margin-bottom: 0;
  }
  #header .box .burger_menu .sub_menu .list_menu li:not(:nth-child(2n)) {
    margin-right: 0;
  }
  #header .box .burger_menu .sub_menu .list_menu li a {
    display: block;
    padding: 0.5em 1em;
  }
  #header .box .burger_menu .contact_header {
    display: block;
    margin-top: 1em;
  }
  #header .box .burger_menu .contact_header .box_fb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0.5em;
    text-decoration: none;
  }
  #header .box .burger_menu .contact_header .box_fb img {
    max-width: 20px;
    vertical-align: middle;
  }
  #header .box .burger_menu .contact_header .box_fb .txt {
    color: #dd0015;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    font-size: 0.9375rem;
    margin-left: 0.5em;
  }
  #header .box .burger_menu .contact_header .txt_header {
    margin-top: 0.5em;
  }
  #header .box .burger_menu .contact_header .txt_header a {
    color: #dd0015;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    font-size: 0.9375rem;
    text-decoration: none;
  }
  #header .box .btn_menu {
    width: 55px;
    height: 55px;
    margin-bottom: 0;
    position: fixed;
    top: 0.75em;
    right: 1rem;
  }
  #header .box .btn_menu span {
    -webkit-transition: 0s;
    transition: 0s;
  }
  #header .box .btn_menu span:nth-child(1) {
    left: 35%;
  }
  #header .box .btn_menu span:nth-child(2) {
    left: 50%;
  }
  #header .box .btn_menu span:nth-child(3) {
    left: 65%;
  }
  #header .box .btn_menu.active span {
    border-radius: 0;
  }
  #header .box .btn_menu.active span:nth-child(1) {
    top: 50%;
    left: 28%;
  }
  #header .box .btn_menu.active span:nth-child(3) {
    top: 35%;
    left: 43%;
    -webkit-transform: rotate(-41deg) translateX(-50%);
    transform: rotate(-41deg) translateX(-50%);
  }
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dotted.slick-slider {
  margin-bottom: 10px;
}

.slick-prev,
.slick-next {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 32%;
  padding: 0;
  line-height: 0;
  border: none;
  outline: none;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  z-index: 1;
  opacity: .8;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

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

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

.slick-prev::before,
.slick-next::before {
  position: absolute;
  top: 20px;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  opacity: .75;
}

.slick-prev {
  left: 30px;
}

.slick-prev::before {
  left: 20px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slick-next {
  right: 30px;
}

.slick-next::before {
  left: 15px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-dots {
  position: absolute;
  left: inherit;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  bottom: 20px;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  z-index: 3;
}

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

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

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

.slick-dots li button:hover::before, .slick-dots li button:focus::before {
  background-color: #000;
}

.slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #afafaf;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button::before {
  background-color: #000;
}

/* --------------------------------------------------
	12. Footer
-------------------------------------------------- */
#footer {
  background-color: #dd0015;
  text-align: center;
}

#footer .inner {
  padding: 4em 0 5em;
}

#footer .logo_footer img {
  max-width: 192px;
}

#footer .list_social_footer {
  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;
  padding: 3em 0 3em;
  border-bottom: 1px solid #fff;
}

#footer .list_social_footer li:not(:last-child) {
  margin-right: 4em;
}

#footer .list_social_footer li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#footer .list_social_footer li a img {
  max-width: 30px;
  vertical-align: middle;
}

#footer .list_social_footer li a .txt {
  color: #fff;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.125rem;
  margin-left: 0.25em;
}

#footer .list_social_footer li a:hover {
  opacity: 0.7;
}

#footer .list_footer {
  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;
  padding-top: 4em;
}

#footer .list_footer li {
  line-height: 1;
}

#footer .list_footer li:not(:last-child) {
  padding-right: 1em;
}

#footer .list_footer li a {
  text-decoration: none;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

#footer .list_footer li a:hover {
  opacity: 0.7;
}

#footer .copy_right {
  font-size: 0.625rem;
  color: #fff;
  background-color: #c6001d;
  padding: 1em 0;
}

@media all and (min-width: 740px) and (max-width: 1200px) {
  #footer .list_footer {
    padding: 4em 20px 0;
  }
}

@media only screen and (max-width: 939px) {
  #footer .list_footer li a {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 739px) {
  #footer .inner {
    padding: 5em 1em 2em;
  }
  #footer .list_social_footer {
    padding: 1.5em 0 1em;
  }
  #footer .list_social_footer li:not(:last-child) {
    margin-right: 2em;
  }
  #footer .list_social_footer li a img {
    max-width: 32px;
  }
  #footer .list_social_footer li a .txt {
    display: none;
  }
  #footer .list_footer {
    display: block;
    text-align: left;
    padding-top: 2em;
  }
  #footer .list_footer li:not(:last-child) {
    padding-right: 0;
    margin-bottom: 1em;
  }
}

/* --------------------------------------------------
	13. Index
-------------------------------------------------- */
body.index #header .nav > li.top span {
  color: #dd0015;
  border-color: #dd0015;
}

body.index .main_image {
  position: relative;
  min-height: 800px;
  height: calc(100vh - 120px);
}

body.index .main_image .inner {
  position: relative;
  min-height: 800px;
  height: calc(100vh - 120px);
}

body.index .main_image .inner .main_txt {
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 100%;
  max-width: 400px;
  height: 100%;
  max-height: 670px;
}

body.index .main_image .inner .main_txt > div {
  background: transparent no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

body.index .main_image .catch {
  position: relative;
  min-height: 800px;
  height: calc(100vh - 120px);
}

body.index .main_image .catch #main_slider {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  min-height: 800px;
}

body.index .main_image .catch #main_slider .slide_item {
  position: relative;
  width: 100%;
  height: calc(100vh - 120px);
  min-height: 800px;
  overflow: hidden;
}

body.index .main_image .catch #main_slider .slide_item > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent no-repeat center center;
  background-size: cover;
}

body.index .main_image .catch #main_slider .slick-dots {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  bottom: 0.75em;
  right: auto;
}

body.index .main_image .catch #main_slider .slick-dots li {
  margin: 0;
}

body.index .main_image .catch #main_slider .slick-dots li button:before {
  width: 7px;
  height: 7px;
  background-color: #b2b2b2;
}

body.index .main_image .catch #main_slider .slick-dots li.slick-active button:before {
  background: #e50112;
}

body.index .main_image .catch .main_txt {
  position: absolute;
  top: 15%;
  left: 6em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.index .main_image .catch .main_txt > div {
  width: 17.10526vw;
  height: 5.84211vw;
  display: inline-block;
  background: transparent no-repeat center center;
  background-size: contain;
}

article.index {
  margin-bottom: 0;
}

article.index .sec_top01 {
  padding: 4em 0 3em;
}

article.index .sec_top01 .slide01 {
  max-width: 1300px;
  margin: 0 auto;
  background-color: #fcf5d4;
  border-radius: 20px;
}

article.index .sec_top01 .slide01_list {
  padding: 4em;
}

article.index .sec_top01 .slide01_list li {
  padding: 0 1em;
}

article.index .sec_top01 .slide01_list li a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

article.index .sec_top01 .slide01_list li a:hover {
  opacity: 0.7;
}

article.index .sec_top01 .slide01_list li .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  border-radius: 10px;
}

article.index .sec_top01 .slide01_list li .image:before {
  content: "";
  display: block;
  padding-top: 100%;
}

article.index .sec_top01 .slide01_list .slick-arrow {
  width: 66px;
  height: 66px;
  top: 50%;
}

article.index .sec_top01 .slide01_list .slick-arrow:before {
  display: none;
}

article.index .sec_top01 .slide01_list .slick-prev {
  background: url("./image/icon_prev.png") no-repeat center center;
  background-size: cover;
  left: -30px;
}

article.index .sec_top01 .slide01_list .slick-next {
  background: url("./image/icon_next.png") no-repeat center center;
  background-size: cover;
  right: -30px;
}

article.index .sec_top02 .title {
  margin-bottom: 4em;
}

article.index .sec_top02 .recipe .right:after {
  content: "";
  width: 28vw;
  height: 8.4vw;
  display: inline-block;
  background: transparent url(image/txt02.png) no-repeat right center;
  background-size: contain;
  position: absolute;
  top: -9vw;
  right: -5em;
}

article.index .sec_top02 .recipe_list li.link a .icon img {
  max-width: 73px;
  width: 40%;
}

article.index .sec_top03 .title {
  margin-bottom: 1em;
}

article.index .sec_top03 .features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

article.index .sec_top03 .features .left {
  width: 30%;
  background-color: #dd0015;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 2em;
}

article.index .sec_top03 .features .left .txt {
  width: 14.73684vw;
  height: 11.10526vw;
  display: inline-block;
  background: transparent no-repeat center center;
  background-size: contain;
}

article.index .sec_top03 .features .right {
  width: 70%;
  padding-left: 2em;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

article.index .sec_top03 .features_list {
  margin-top: 4em;
}

article.index .sec_top03 .features_list .slick-arrow {
  width: 66px;
  height: 66px;
  top: 45%;
  opacity: 1 !important;
}

article.index .sec_top03 .features_list .slick-arrow:before {
  display: none;
}

article.index .sec_top03 .features_list .slick-prev {
  background: url("./image/icon_prev.png") no-repeat center center;
  background-size: cover;
  left: -100px;
}

article.index .sec_top03 .features_list .slick-next {
  background: url("./image/icon_next.png") no-repeat center center;
  background-size: cover;
  right: 40px;
}

article.index .sec_top04 .bg_line {
  margin-bottom: 3em;
}

article.index .sec_top04 .rinen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

article.index .sec_top04 .rinen .left {
  width: 65%;
  padding: 2em 5em 1.5em 0;
  border-right: 1px solid #dd0015;
}

article.index .sec_top04 .rinen .left .txt01 {
  font-size: 1rem;
  color: #000;
  line-height: 2.1;
  font-weight: 500;
  letter-spacing: 0.05em;
}

article.index .sec_top04 .rinen .right {
  width: 35%;
  padding-left: 4em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

article.index .sec_top04 .rinen .right .txt02 {
  width: 19.57895vw;
  height: 9.10526vw;
  display: inline-block;
  background: transparent no-repeat center center;
  background-size: contain;
}

article.index .sec_top04 .rinen .right .bg_line {
  display: none;
}

article.index .sec_top05 .title {
  margin-bottom: 2em;
}

article.index .sec_top05 .btn01 {
  margin-top: 2em;
}

article.index .sec_top06 {
  padding-bottom: 14em;
}

article.index .sec_top06 .col2 .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

article.index .sec_top06 .col2 .image::before {
  content: "";
  display: block;
  padding-top: 70%;
}

article.index .sec_top06 .col2 .txt {
  margin: 2em auto 0;
}

@media all and (min-width: 740px) and (max-width: 1380px) {
  article.index .sec_top01 .slide01 {
    max-width: calc(100% - 140px);
  }
  article.index .sec_top02 {
    padding: 4em 0 3em;
  }
  article.index .sec_top02 .recipe .right:after {
    width: 35vw;
    height: 10.5vw;
    background: transparent url(image/txt02.png) no-repeat right center;
    background-size: contain;
    right: 0;
    top: -12vw;
  }
}

@media only screen and (max-width: 939px) {
  body.index .main_image {
    min-height: 500px;
    height: 70vh;
  }
  body.index .main_image .inner {
    min-height: 500px;
    height: 70vh;
  }
  body.index .main_image .catch {
    min-height: 500px;
    height: 70vh;
  }
  body.index .main_image .catch #main_slider {
    min-height: 500px;
    height: 70vh;
  }
  body.index .main_image .catch #main_slider .slide_item {
    min-height: 500px;
    height: 70vh;
  }
  article.index .sec_top01 {
    padding: 4em 0 8em;
  }
  article.index .sec_top02 {
    padding-bottom: 8em;
  }
  article.index .sec_top02 .title {
    margin-bottom: 4em;
  }
  article.index .sec_top03 {
    padding-bottom: 6em;
  }
  article.index .sec_top03 .title {
    margin-bottom: 4em;
  }
  article.index .sec_top04 {
    padding-bottom: 8em;
  }
  article.index .sec_top04 .bg_line {
    margin-bottom: 0;
  }
  article.index .sec_top04 .rinen {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  article.index .sec_top04 .rinen .left {
    width: 65%;
    padding: 2em 5em 1.5em 0;
    border-right: 1px solid #dd0015;
  }
  article.index .sec_top04 .rinen .left .txt01 {
    font-size: 1rem;
    color: #000;
    line-height: 2.1;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  article.index .sec_top04 .rinen .right {
    width: 35%;
    padding-left: 4em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  article.index .sec_top04 .rinen .right .txt02 {
    width: 19.57895vw;
    height: 9.10526vw;
    display: inline-block;
    background: transparent no-repeat center center;
    background-size: contain;
  }
  article.index .sec_top04 .rinen .right .bg_line {
    display: none;
  }
  article.index .sec_top05 {
    padding-bottom: 8em;
  }
  article.index .sec_top05 .title {
    margin-bottom: 2em;
  }
  article.index .sec_top06 {
    padding-bottom: 8em;
  }
}

@media screen and (max-width: 739px) {
  body.index .main_image {
    min-height: 600px;
    height: 70vh;
  }
  body.index .main_image .inner {
    min-height: 600px;
    height: 70vh;
  }
  body.index .main_image .catch {
    min-height: 600px;
    height: 70vh;
  }
  body.index .main_image .catch #main_slider {
    min-height: 600px;
    height: 70vh;
  }
  body.index .main_image .catch #main_slider .slide_item {
    min-height: 600px;
    height: 70vh;
  }
  body.index .main_image .catch #main_slider .slide_item > div {
    background: transparent no-repeat center top;
    background-size: cover;
  }
  body.index .main_image .catch #main_slider .slick-dots {
    display: none;
  }
  body.index .main_image .catch .main_txt {
    top: 4em;
    left: 1em;
  }
  body.index .main_image .catch .main_txt > div {
    max-width: 320px;
    width: 75.13514vw;
    height: 34.05405vw;
    display: inline-block;
    background: transparent no-repeat center center;
    background-size: contain;
  }
  article.index .sec_top01 {
    padding: 4em 0 6em;
  }
  article.index .sec_top01 .slide01 {
    border-radius: 0;
  }
  article.index .sec_top01 .slide01_list {
    padding: 2em 0;
  }
  article.index .sec_top01 .slide01_list li {
    padding: 0 1em;
  }
  article.index .sec_top01 .slide01_list .slick-arrow {
    width: 50px;
    height: 50px;
    top: inherit;
    bottom: -35px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  article.index .sec_top01 .slide01_list .slick-arrow:before {
    display: none;
  }
  article.index .sec_top01 .slide01_list .slick-prev {
    left: 41%;
  }
  article.index .sec_top01 .slide01_list .slick-next {
    right: 29%;
  }
  article.index .sec_top02 {
    padding-bottom: 6em;
  }
  article.index .sec_top02 .title {
    margin-bottom: 2em;
  }
  article.index .sec_top02 .recipe .right:after {
    height: 10.5vw;
    background: transparent url(image/txt02.png) no-repeat left center;
    background-size: contain;
    width: 44.21053vw;
    height: 13.26316vw;
    top: 2em;
    left: 0;
  }
  article.index .sec_top03 {
    padding-bottom: 4em;
  }
  article.index .sec_top03 .title {
    display: none;
  }
  article.index .sec_top03 .features {
    display: block;
  }
  article.index .sec_top03 .features .left {
    width: 100%;
    max-width: 600px;
    padding: 2em;
    margin: 0 auto;
    border-radius: 20px;
  }
  article.index .sec_top03 .features .left .txt {
    width: 37.83784vw;
    height: 28.51351vw;
  }
  article.index .sec_top03 .features .right {
    width: 100%;
    padding-left: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  article.index .sec_top03 .features_list {
    margin-top: 4em;
  }
  article.index .sec_top03 .features_list li {
    padding: 0 1em;
  }
  article.index .sec_top03 .features_list li .txt {
    font-size: 0.875rem;
  }
  article.index .sec_top03 .features_list .slick-arrow {
    width: 50px;
    height: 50px;
  }
  article.index .sec_top03 .features_list .slick-prev {
    left: -20px;
  }
  article.index .sec_top03 .features_list .slick-next {
    right: 40px;
  }
  article.index .sec_top04 {
    padding-bottom: 6em;
  }
  article.index .sec_top04 .bg_line {
    margin-bottom: 0;
  }
  article.index .sec_top04 .rinen {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  article.index .sec_top04 .rinen .left {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    border-right: none;
    border-top: 1px solid #dd0015;
    padding-top: 1em;
  }
  article.index .sec_top04 .rinen .right {
    width: 100%;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    padding-bottom: 1em;
    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;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  article.index .sec_top04 .rinen .right .txt02 {
    width: 39.57447vw;
    height: 18.40426vw;
    display: inline-block;
    background: transparent no-repeat center center;
    background-size: contain;
  }
  article.index .sec_top04 .rinen .right .bg_line {
    display: block;
    width: 20.33333vw;
    height: 26.66667vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0;
  }
  article.index .sec_top05 {
    padding-bottom: 6em;
  }
  article.index .sec_top06 {
    padding-bottom: 8em;
  }
  article.index .sec_top06 .col2 .image {
    margin: 0 auto 3em;
  }
}

@media screen and (max-width: 739px) {
  article.index .scroll {
    top: 500px;
    left: 1em;
  }
  article.index .scroll .list_social {
    margin-bottom: 1em;
    margin-left: -0.25em;
  }
  article.index .scroll .list_social li {
    margin-bottom: 0.5em;
  }
  article.index .scroll .list_social li a img {
    max-width: 20px;
  }
  article.index .scroll p img {
    max-width: 8px;
  }
  article.index .scroll #scroll_arrown {
    top: 70px;
    left: 10px;
  }
  article.index .scroll #scroll_arrown:before {
    bottom: 17px;
    left: -5px;
    height: 70px;
  }
  article.index .sec_top02 .recipe .right {
    padding-top: 8em;
  }
  article.index .sec_top02 .recipe .right:after {
    width: 203px;
    height: 74px;
    top: 2em;
    left: 0;
  }
  article.index .sec_top02 .recipe_list li.link a .icon {
    margin-top: 1em;
  }
  article.index .sec_top02 .recipe_list li.link a .icon img {
    max-width: 44px;
  }
  article.index .sec_top03 .features .left {
    width: calc(100% - 2em);
    max-width: 400px;
  }
  article.index .sec_top03 .features .left .txt {
    width: 37.83784vw;
    height: 28.51351vw;
  }
  article.index .sec_top03 .features_list {
    margin-top: 2em;
  }
  article.index .sec_top03 .features_list li {
    padding: 0 0.5em;
  }
  article.index .sec_top04 .rinen .left {
    padding-top: 1.5em;
  }
  article.index .sec_top04 .rinen .right .txt02 {
    width: 50.27027vw;
    height: 23.37838vw;
  }
  article.index .sec_top04 .rinen .right .bg_line {
    display: block;
    width: 27.72727vw;
    height: 36.36364vw;
  }
}

/* --------------------------------------------------
	14. Item
-------------------------------------------------- */
body.item #header .nav > li.item span {
  color: #dd0015;
  border-color: #dd0015;
}

body.item .page_title .image {
  background-image: url(./images/item/h2_bg.jpg);
}

body.item .page_title h2 {
  background-image: url(./images/item/h2_item.png);
}

article.item .item_list .col3 .item {
  margin-bottom: 3em;
}

article.item .item_list .col3 .title {
  font-size: 1rem;
  text-align: left;
  border-bottom: 2px dotted #dd0015;
  padding: 0.5em;
}

article.item .item_list .col3 .image {
  margin: 2em 0 1.5em;
}

article.item .item_list .col3 .txt01, article.item .item_list .col3 .txt02, article.item .item_list .col3 .txt03 {
  text-align: left;
  font-weight: normal;
}

article.item .item_list .col3 .txt01 {
  font-size: 0.875rem;
}

article.item .item_list .col3 .txt02 {
  font-size: 1.125rem;
  text-align: left;
  font-weight: bold;
  margin: 0.5em 0;
}

article.item_index .flame_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

article.item_index .flame_item .left {
  width: 50%;
  padding-right: 2em;
}

article.item_index .flame_item .right {
  width: 50%;
  padding-left: 2em;
  line-height: 2.1;
}

article.item_index .flame_item .right .btn01 a {
  margin: 1.5em auto 0 0;
}

article.item_index .col3 {
  margin: 0 -2.5em;
}

article.item_index .col3 .item {
  margin-bottom: 3em;
  padding: 0 2.5em;
}

article.item_index .col3 .item a {
  text-decoration: none;
  display: block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #000;
}

article.item_index .col3 .item a:hover {
  opacity: 0.7;
}

article.item_index .col3 .link {
  margin-top: 0.5em;
}

article.item_index .col3 .link span {
  position: relative;
}

article.item_index .col3 .link span:after {
  content: "";
  width: 21px;
  height: 21px;
  background: url(./image/icon_link.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  right: -2em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

article.item_index .item01 {
  padding-top: 6em;
  overflow: hidden;
}

article.item_bakery section .inner960 .image {
  margin: 3em auto;
}

article.item_bakery section .inner960 .image img {
  border-radius: 10px;
}

article.item_bakery section.bg_left {
  position: relative;
  margin-bottom: 4em;
}

article.item_bakery section.bg_left::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 70%;
  background-color: #fcf5d4;
  z-index: -1;
  border-radius: 0 15px 15px 0;
}

article.item_bakery section.bg_left .col3 {
  max-width: 1230px;
  margin: 3em auto 2em;
}

article.item_bakery section.sozai .col3 > div {
  padding: 15px 30px;
}

article.item_bakery section.sozai .col3 > div img {
  border-radius: 50%;
}

article.item_bakery section.recipe_box .col4 {
  max-width: 990px;
}

article.item_bakery section.recipe_box .col4 a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #000;
  text-decoration: none;
}

article.item_bakery section.recipe_box .col4 a:hover {
  opacity: 0.7;
  text-decoration: none;
}

article.item_burger .inner960 .image {
  margin: 3em auto 1em;
}

article.item_burger .inner960 .image img {
  border-radius: 10px;
}

article.item_burger .inner960 .asterisk {
  text-align: right;
  font-size: 0.875rem;
}

article.item_burger .col2 {
  margin-top: 3em;
}

article.item_burger .col2 .left img {
  border-radius: 15px;
}

article.item_burger .col2 .right {
  position: relative;
}

article.item_burger .col2 .right .recom {
  display: block;
}

article.item_burger .col2 .right .logo {
  position: absolute;
  right: 0;
  top: 0;
}

article.item_burger .col2 .right .title {
  font-weight: bold;
  color: #dd0015;
  text-align: left;
  margin: 0.5em auto;
  line-height: 1.4;
}

article.item_burger .col2 .right .period {
  font-weight: bold;
  color: #dd0015;
}

article.item_burger .col2 .right .txt {
  padding: 0;
  max-width: inherit;
  letter-spacing: 0;
}

article.item_burger .focus_text {
  margin: 4em auto;
  overflow: hidden;
}

article.item_burger .focus_text .image {
  text-align: center;
  margin: 0 auto 1em;
}

article.item_dry .dry01 .txt {
  text-align: center;
  margin-bottom: 1em;
}

article.item_cgc .imgTxt02 .movie_box {
  width: 100%;
}

article.item_cgc .imgTxt02 .movie_box .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

article.item_cgc .imgTxt02 .movie_box .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

article.item_cgc .col3 {
  margin: 0 auto;
}

article.item_cgc .cgc01 .image {
  text-align: center;
}

article.item_cgc .cgc01 .image img {
  margin: 2em auto 3em;
}

article.item_cgc .cgc02 {
  overflow: hidden;
}

article.item_cgc .cgc02 h4 {
  margin-bottom: 2em;
}

article.item_cgc .cgc03 h4 {
  margin-bottom: 2em;
}

article.item_cgc .cgc03 .btn01 {
  margin-top: 2em;
}

article.item_cgc .cgc03 .btn01 a {
  max-width: 300px;
}

article.item_delica .box_text {
  margin: 0 auto;
}

article.item_delica .box_text .title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1em;
}

article.item_delica .delica01 .txt {
  text-align: center;
}

article.item_delica .delica02 .image {
  text-align: center;
  margin-bottom: 2em;
  border-radius: 20px;
  overflow: hidden;
}

article.item_delica .delica03 .col3 {
  margin-bottom: 1em;
}

article.item_delica .delica04 .image {
  text-align: center;
  margin-bottom: 2em;
  border-radius: 20px;
  overflow: hidden;
}

article.item_recipe .recipe01 .inner {
  max-width: 1300px !important;
  background-color: #fcf5d4;
  border-radius: 20px;
  padding: 3em 1em;
}

article.item_recipe .recipe a {
  overflow: inherit;
}

article.item_recipe .recipe .content02 {
  font-size: 1rem;
  margin-top: 0.5em;
}

article.item_recipe .recipe .content02 .txt {
  font-weight: bold;
  text-align: center;
  position: relative;
  color: #000;
  padding-right: 1.75em;
}

article.item_recipe .recipe .content02 .txt:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("./image/icon_link.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

article.item_recipe .recipe .content02 p {
  font-size: 0.875rem;
  color: #000;
  margin-top: 0.5em;
  position: relative;
  padding-left: 2em;
}

article.item_recipe .recipe .content02 p:before {
  content: "";
  width: 20px;
  height: 18px;
  background: url("./images/item/recipe/icon_memo.png") no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0.875em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

article.item_recipe .col4 .recipe_list {
  width: 100%;
}

article.item_recipe .col4 .recipe_list li {
  width: 23.5%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

article.item_recipe .col4 .recipe_list li:not(:nth-child(3n)) {
  margin-right: inherit;
}

article.item_recipe .col4 .recipe_list li:not(:nth-child(4n)) {
  margin-right: 2%;
}

article.item_recipe .col4 .recipe_list li a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

article.item_recipe .col4 .recipe_list li .content02 .txt {
  margin: auto;
  text-align: center;
}

article.item_fish .imgTxt04 {
  margin-bottom: 8em;
}

article.item_local .txt {
  text-align: center;
  margin-bottom: 2em;
}

@media all and (min-width: 740px), print {
  article.item_bakery section h4 {
    margin-bottom: 1em;
  }
  article.item_bakery section .inner960 .image {
    margin: 3em auto;
  }
  article.item_bakery section.bg_left {
    margin-bottom: 4em;
  }
  article.item_bakery section.bg_left::before {
    width: 95%;
  }
  article.item_bakery section.bg_left .col3 {
    margin: 3em auto 2em;
  }
  article.item_bakery section.recipe_box .col4 {
    max-width: 990px;
    margin: 3em auto;
  }
  article.item_burger .col2 {
    margin-top: 3em;
  }
  article.item_burger .col2 .left {
    padding-right: 1em;
  }
  article.item_burger .col2 .right {
    padding-left: 1.5em;
  }
  article.item_burger .col2 .right .recom {
    width: 105px;
    height: 105px;
  }
  article.item_burger .col2 .right .logo {
    position: absolute;
    right: 0;
    top: 0;
  }
  article.item_burger .col2 .right .title {
    font-size: 1.75rem;
  }
  article.item_burger .col2 .right .period {
    font-size: 1.125rem;
  }
  article.item_burger .col2 .right .period span {
    font-size: 0.6875rem;
  }
  article.item_burger .focus_text .image {
    float: right;
    margin: 0 0 0 3em;
  }
  article.item_burger .focus_text .title {
    text-align: left;
  }
}

@media only screen and (min-width: 940px) and (max-width: 1159px) {
  article.item_index .col3 {
    margin: 6em -2em 0;
  }
}

@media only screen and (max-width: 939px) {
  article.item .item_list .col3 .item {
    margin-bottom: 1em;
    width: 50%;
  }
  article.item_index .flame_item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  article.item_index .flame_item .left {
    width: 100%;
    padding-right: 0;
  }
  article.item_index .flame_item .right {
    width: 100%;
    padding-left: 0;
    margin-top: 2em;
  }
  article.item_index .flame_item .right .btn01 a {
    margin: 2em auto 0;
  }
  article.item_index .col3 {
    margin: 4em auto 0;
  }
  article.item_index .col3 .item {
    width: 50%;
  }
  article.item_index .item01 {
    padding-top: 4em;
  }
  article.item_cgc .cgc01 .imgTxt02 {
    display: block;
  }
  article.item_cgc .cgc01 .imgTxt02 > div {
    max-width: inherit;
  }
  article.item_cgc .cgc01 .imgTxt02 .movie_box {
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 739px) {
  article.item .item_list .col3 .item {
    width: 100%;
  }
  article.item_index .col3 .item {
    width: 100%;
  }
  article.item_bakery .col2 {
    margin-top: 3em;
  }
  article.item_bakery .col2 > div {
    width: 100%;
  }
  article.item_bakery .col2 > div.left {
    text-align: center;
  }
  article.item_bakery .col2 > div.right {
    margin-top: 1em;
  }
  article.item_bakery .col2 .right .recom {
    width: 80px;
    height: 80px;
  }
  article.item_bakery .col2 .right .logo img {
    max-height: 70px;
  }
  article.item_bakery .col2 .right .title {
    font-size: 1.3125rem;
  }
  article.item_bakery .col2 .right .period {
    font-size: 1.125rem;
  }
  article.item_bakery .col2 .right .txt {
    margin-top: 1em;
  }
  article.item_bakery section h4 {
    margin-bottom: 1em;
  }
  article.item_bakery section .inner960 .image {
    margin: 1em auto;
  }
  article.item_bakery section .inner960 .focus_text {
    margin: 2em auto;
  }
  article.item_bakery section.bakery {
    padding-top: 4em;
  }
  article.item_bakery section.bg_left {
    margin-bottom: 4em;
  }
  article.item_bakery section.bg_left::before {
    width: 100%;
  }
  article.item_bakery section.bg_left .col3 {
    margin: 2em auto 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  article.item_bakery section.bg_left .col3 > div {
    width: 33.3%;
    padding: 5px;
  }
  article.item_bakery section.recipe_box .col4 {
    margin: 1em auto;
  }
  article.item_bakery section.recipe_box .col4 p {
    font-size: 0.875rem;
  }
  article.item_burger .col2 {
    margin-top: 3em;
  }
  article.item_burger .col2 > div {
    width: 100%;
  }
  article.item_burger .col2 > div.left {
    text-align: center;
  }
  article.item_burger .col2 > div.right {
    margin-top: 1em;
  }
  article.item_burger .col2 .right .recom {
    width: 80px;
    height: 80px;
  }
  article.item_burger .col2 .right .logo img {
    max-height: 70px;
  }
  article.item_burger .col2 .right .title {
    font-size: 1.3125rem;
  }
  article.item_burger .col2 .right .period {
    font-size: 1.125rem;
  }
  article.item_burger .col2 .right .txt {
    margin-top: 1em;
  }
  article.item_burger .focus_text {
    margin: 2em auto;
  }
  article.item_cgc .cgc01 .image {
    margin-bottom: 1em;
  }
  article.item_cgc .cgc01 .image img {
    margin: 1em auto;
  }
  article.item_cgc .cgc02 {
    overflow: hidden;
  }
  article.item_delica .box_text .title {
    font-size: 1.25rem;
  }
  article.item_delica .box_text .txt {
    font-size: 1rem;
  }
  article.item_delica .delica02 h4 {
    margin-bottom: 2em;
  }
  article.item_delica .delica03 {
    overflow: hidden;
  }
  article.item_delica .delica03 h4 {
    margin-bottom: 2em;
  }
  article.item_delica .delica03 .col3 {
    margin: 0 -2em 1em;
  }
  article.item_delica .delica03 .col3 .item {
    margin-bottom: 1.5em;
    padding: 0 2em;
  }
  article.item_delica .delica04 h4 {
    margin-bottom: 2em;
  }
  article.item_recipe .recipe_list li {
    width: 47% !important;
    margin-bottom: 4%;
  }
  article.item_recipe .recipe_list li:not(:nth-child(3n)), article.item_recipe .recipe_list li:not(:nth-child(4n)) {
    margin-right: inherit !important;
  }
  article.item_recipe .recipe_list li:not(:nth-child(2n)) {
    margin-right: 6% !important;
  }
  article.item_recipe .recipe_list li .content02 .txt {
    margin: auto;
  }
}

/* --------------------------------------------------
	15. News
-------------------------------------------------- */
body.news #header .nav > li.news span {
  color: #dd0015;
  border-color: #dd0015;
}

body.news .page_title .image {
  background-image: url(./images/news/h2_bg.jpg);
}

body.news .page_title h2 {
  background-image: url(./images/news/h2_news.png);
}

body.store_news #breadline li:nth-child(2) a {
  pointer-events: none;
  color: #141c28;
  text-decoration: none;
}

body.store_news .page_title .image {
  background-image: url(./images/store_news/h2_bg.jpg);
}

body.store_news .page_title h2 {
  background-image: url(./images/store_news/h2_store_news.png);
}

article.news .content {
  margin: 3em auto 0;
  overflow: hidden;
}

article.news .date, article.news .cat {
  display: inline-block;
}

article.news .date {
  text-align: center;
}

article.news .cat {
  max-width: 150px;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;
  padding: 4px 1em;
  margin: 0 auto;
}

article.news .cat.cat01 {
  background-color: #1752a0;
}

article.news .cat.cat02 {
  background-color: #c5610f;
}

article.news .tag_box {
  padding-top: 0.5em;
}

article.news .tag_box span {
  margin-right: 1em;
  padding-bottom: 0.5em;
}

article .news_index section.news {
  padding-top: 3em;
}

article .news_index .list_news {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

article .news_index .list_news li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 48%;
  border-bottom: 1px dashed #2aa800;
}

article .news_index .list_news a {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
  text-decoration: none;
  background-color: #fff;
}

article .news_index .list_news .image {
  max-width: 300px;
  width: 25%;
  padding-top: 20%;
  background: #fff no-repeat center center;
  background-size: cover;
}

article .news_index .list_news .box {
  width: 75%;
  text-align: left;
}

article .news_index .list_news .new .date::after {
  content: "NEW";
  color: #d34d4d;
  padding: 0 0.5em;
  font-size: 0.75rem;
  font-weight: bold;
}

article .news_index .list_news .title {
  font-weight: 500;
  text-align: left;
  display: block;
  padding: 0.5em 0 0;
}

article.news_detail section.detail {
  padding-top: 3em;
}

article.news_detail section .more {
  margin-top: 5em;
  text-align: center;
}

article.news_detail section .more a {
  margin: 0 auto;
}

/* --------------------------------------------------
	16. Store
-------------------------------------------------- */
body.store #header .nav > li.store span {
  color: #dd0015;
  border-color: #dd0015;
}

body.store .page_title .image {
  background-image: url(./images/store/h2_bg.jpg);
}

body.store .page_title h2 {
  background-image: url(./images/store/h2_store.png);
}

article.store .content {
  margin: 3em auto 0;
  overflow: hidden;
}

article.store a[href^="tel:"] {
  color: #000;
}

article.store_index section {
  padding-bottom: 2em;
}

article.store_index .list_flame li:not(:last-child) {
  margin-bottom: 5em;
}

article.store_index .list_flame li .title {
  margin-bottom: 2em;
}

article.store_index .list_flame li .flame_store {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

article.store_index .list_flame li .flame_store .left {
  width: 40%;
}

article.store_index .list_flame li .flame_store .right {
  width: 60%;
  padding-left: 1.5em;
}

article.store_index .list_flame li .flame_store .right .basic_table2 {
  margin: 0 auto 1em;
}

article.store_index .list_flame li .flame_store .right .basic_table2 th {
  width: 160px;
  text-align: center;
}

article.store_index .list_flame li .flame_store .right .basic_table2 td .service-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

article.store_index .list_flame li .flame_store .right .basic_table2 td .service-icon li {
  margin-right: 4%;
  margin-bottom: 10px;
}

article.store_index .list_flame li .flame_store .right .basic_table2 td .service-icon li img {
  vertical-align: bottom;
  max-width: 80px;
  width: 100%;
}

article.store_index .list_flame li .list_btn02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 840px;
  margin: 2em auto;
}

article.store_index .list_flame li .list_btn02 .btn01 {
  width: 100%;
}

article.store_index .store01 .txt01 {
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 2em;
}

article.store_index .store01 .list_btn {
  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;
  max-width: 900px;
  margin: 0 auto 5em;
}

article.store_index .store01 .list_btn .btn01 {
  width: 100%;
}

article.store_index .store01 .list_btn .btn01 a {
  max-width: 300px;
}

article.store_index .store01 .map {
  text-align: center;
  margin: 8em auto 4em;
}

article.store_index .store01 .map iframe {
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
  height: 30vw;
  min-height: 450px;
}

article.store_index .store01 .map .list_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 4em auto;
}

article.store_index .store01 .map .list_nav li {
  width: calc(92% / 4);
  margin: 1%;
}

article.store_index .store01 .map .list_nav li a {
  display: block;
  text-decoration: none;
  color: #dc0015;
  text-align: center;
  border: 1px solid #dc0015;
  padding: 0.5em 1em;
  font-weight: bold;
  border-radius: 50px;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

article.store_index .store01 .map .list_nav li a:hover {
  background-color: #dc0015;
  color: #fff;
}

article.store_index .store01 .map .list_nav li a:hover:after {
  background-image: url(./images/company/about/icon02.png);
}

article.store_index .store01 .map .list_nav li a:after {
  content: "";
  width: 21px;
  height: 21px;
  background: url(./images/company/about/icon01.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

article.store_index .title {
  display: block;
  font-size: 1.3125rem;
  font-weight: bold;
  text-align: left;
  border-bottom: 2px dotted #dd0015;
}

article.store_index .store_news01 {
  padding: 4em 0 5em;
}

article.store_index .store_news01 .slide01 {
  max-width: 1300px;
  margin: 0 auto;
  background-color: #fcf5d4;
  border-radius: 20px;
}

article.store_index .store_news01 .slide01_list {
  padding: 4em;
}

article.store_index .store_news01 .slide01_list li {
  padding: 0 1em;
}

article.store_index .store_news01 .slide01_list li a {
  display: block;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

article.store_index .store_news01 .slide01_list li a:hover {
  opacity: 0.7;
}

article.store_index .store_news01 .slide01_list li .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  border-radius: 10px;
}

article.store_index .store_news01 .slide01_list li .image:before {
  content: "";
  display: block;
  padding-top: 100%;
}

article.store_index .store_news01 .slide01_list .slick-arrow {
  width: 66px;
  height: 66px;
  top: 50%;
}

article.store_index .store_news01 .slide01_list .slick-arrow:before {
  display: none;
}

article.store_index .store_news01 .slide01_list .slick-prev {
  background: url("./image/icon_prev.png") no-repeat center center;
  background-size: cover;
  left: -30px;
}

article.store_index .store_news01 .slide01_list .slick-next {
  background: url("./image/icon_next.png") no-repeat center center;
  background-size: cover;
  right: -30px;
}

article.store_index .store_news02 .title {
  margin-bottom: 2em;
  border-bottom: none;
}

article.store_index .store_news02 .btn01 {
  margin-top: 2em;
}

article.store_land .table th {
  width: 30%;
}

article.store_land .table td {
  width: 70%;
}

article.store_land .land01 .txt01 {
  text-align: center;
}

@media all and (min-width: 740px) and (max-width: 1380px) {
  article.store_index .store_news01 .slide01 {
    max-width: calc(100% - 140px);
  }
}

@media only screen and (min-width: 940px) and (max-width: 1159px) {
  article.store_index .list_flame li:not(:last-child) {
    margin-bottom: 4em;
  }
  article.store_index .list_flame li .title {
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 939px) {
  article.store_index .list_flame li:not(:last-child) {
    margin-bottom: 4em;
  }
  article.store_index .list_flame li .title {
    margin-bottom: 1em;
  }
  article.store_index .list_flame li .flame_store {
    display: block;
  }
  article.store_index .list_flame li .flame_store .left {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
  article.store_index .list_flame li .flame_store .right {
    width: 100%;
    padding-left: 0;
  }
  article.store_index .list_flame li .flame_store .right .basic_table2 {
    margin-top: 1.5em;
  }
  article.store_index .list_flame li .list_btn02 .btn01:not(:last-child) {
    margin-right: 1em;
  }
  article.store_index .store01 .list_btn .btn01 a {
    padding: 0.5em;
  }
  article.store_index .store01 .map {
    display: block;
    margin-bottom: 0;
  }
  article.store_index .store01 .map .list_nav li {
    width: calc(96% / 2);
  }
  article.store_index .store_news01 {
    padding: 4em 0 6em;
  }
  article.store_index .store_news01 .slide01 {
    border-radius: 0;
  }
  article.store_index .store_news01 .slide01_list {
    padding: 2em 0;
  }
  article.store_index .store_news01 .slide01_list li {
    padding: 0 1em;
  }
  article.store_index .store_news01 .slide01_list .slick-arrow {
    width: 50px;
    height: 50px;
    top: inherit;
    bottom: -35px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  article.store_index .store_news01 .slide01_list .slick-arrow:before {
    display: none;
  }
  article.store_index .store_news01 .slide01_list .slick-prev {
    left: 41%;
  }
  article.store_index .store_news01 .slide01_list .slick-next {
    right: 29%;
  }
  article.store_index .store_news02 {
    padding-bottom: 8em;
  }
  article.store_index .store_news02 .title {
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 739px) {
  article.store_index .list_flame li:not(:last-child) {
    margin-bottom: 4em;
  }
  article.store_index .list_flame li .title {
    margin-bottom: 1em;
  }
  article.store_index .list_flame li .flame_store {
    display: block;
  }
  article.store_index .list_flame li .flame_store .left {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
  article.store_index .list_flame li .flame_store .right {
    width: 100%;
    padding-left: 0;
  }
  article.store_index .list_flame li .flame_store .right .basic_table2 {
    margin-top: 1.5em;
  }
  article.store_index .list_flame li .flame_store .right .basic_table2 th, article.store_index .list_flame li .flame_store .right .basic_table2 td {
    display: block;
    padding: 0.5em 10px;
    font-size: 1rem;
  }
  article.store_index .list_flame li .flame_store .right .basic_table2 th {
    width: 100%;
  }
  article.store_index .list_flame li .flame_store .right .basic_table2 td {
    width: 100%;
  }
  article.store_index .list_flame li .list_btn02 {
    display: block;
  }
  article.store_index .list_flame li .list_btn02 .btn01:not(:last-child) {
    margin: 0 0 1em 0;
  }
  article.store_index .store01 .list_btn {
    display: block;
    margin-bottom: 3em;
  }
  article.store_index .store01 .list_btn .btn01 {
    margin: 1em auto;
  }
  article.store_index .store01 .map_list li {
    width: 50%;
  }
  article.store_land .basic_table th, article.store_land .basic_table td {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  article.store_index .list_nav li {
    width: 100%;
    margin-bottom: 4%;
  }
  article.store_index .list_nav li:not(:last-child) {
    margin-right: 0;
  }
  article.store_index .list_nav li:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

/* --------------------------------------------------
	17. Features
-------------------------------------------------- */
body.features #header .nav > li.features span {
  color: #dd0015;
  border-color: #dd0015;
}

body.features .page_title .image {
  background-image: url(./images/features/h2_bg.jpg);
}

body.features .page_title h2 {
  background-image: url(./images/features/h2_features.png);
}

article.features .content {
  margin: 3em auto 0;
  overflow: hidden;
}

article.features_index .col2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2em -2em 0;
}

article.features_index .col2 .item {
  padding: 2em;
  margin-bottom: 1em;
}

article.features_index .col2 .item .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  border-radius: 10px;
}

article.features_index .col2 .item .image:before {
  content: "";
  display: block;
  padding-top: 60%;
}

article.features_index .col2 .item h5 {
  margin-top: 1em;
}

article.features_index section {
  overflow: hidden;
}

article.features_detail section.detail {
  padding-top: 3em;
}

article.features_detail section .more {
  margin-top: 5em;
  text-align: center;
}

article.features_detail section .more a {
  margin: 0 auto;
}

@media screen and (max-width: 739px) {
  article.features_index .col2 {
    margin: 3em auto;
  }
  article.features_index .col2 .item {
    padding: 0;
    margin-bottom: 2em;
  }
}

/* --------------------------------------------------
	18. Company
-------------------------------------------------- */
body.company:not(.company_csr) #header .nav > li.company span {
  color: #dd0015;
  border-color: #dd0015;
}

body.company.company_csr #header .nav > li.company_csr span {
  color: #dd0015;
  border-color: #dd0015;
}

body.company .page_title .image {
  background-image: url(./images/company/h2_bg.jpg);
}

body.company .page_title h2 {
  background-image: url(./images/company/h2_company.png);
}

article.company .content {
  margin: 3em auto 0;
  overflow: hidden;
}

article.company_index .col2 .btn01 {
  margin-top: 1em;
}

article.company_message .box_text:not(:last-of-type) {
  margin-bottom: 8em;
}

article.company_message .box_text h4 {
  margin-bottom: 1.5em;
}

article.company_message .box_text .txt01 {
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  line-height: 2.1;
  border: 20px solid #fcf5d4;
  padding: 2em 4em;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
}

article.company_message .box_text .txt01.ta-left {
  text-align: left;
}

article.company_message .message02 .flame_message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin: 3em auto 2em;
}

article.company_message .message02 .flame_message .left {
  width: 50%;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 5em;
  margin-right: 1em;
}

article.company_message .message02 .flame_message .left .image {
  width: 100%;
  margin-right: 1em;
  position: relative;
}

article.company_message .message02 .flame_message .left .image:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: #dc0015;
  position: absolute;
  top: 1em;
  right: -1em;
  z-index: -1;
  border-radius: 10px;
}

article.company_message .message02 .flame_message .left .image img {
  width: 100%;
  border-radius: 10px;
}

article.company_message .message02 .flame_message .left p {
  text-align: center;
  margin-top: 0.5em;
  font-weight: bold;
  margin-top: 2em;
  letter-spacing: 0.05em;
}

article.company_message .message02 .flame_message .right {
  width: 50%;
  letter-spacing: 0.05em;
}

article.company_message .message01 h3 {
  margin-bottom: 3em;
}

article.company_about .table .basic_table2 th {
  width: 30%;
  background-color: #e8e8e8;
  color: #000;
  text-align: center;
}

article.company_about .table .basic_table2 td {
  width: 70%;
  padding: 1em;
}

article.company_about .list_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4em;
}

article.company_about .list_nav li {
  width: calc(94% / 4);
}

article.company_about .list_nav li:not(:last-child) {
  margin-right: 2%;
}

article.company_about .list_nav li a {
  display: block;
  text-decoration: none;
  color: #dc0015;
  text-align: center;
  border: 1px solid #dc0015;
  padding: 0.5em 1em;
  font-weight: bold;
  border-radius: 50px;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

article.company_about .list_nav li a:hover {
  background-color: #dc0015;
  color: #fff;
}

article.company_about .list_nav li a:hover:after {
  background-image: url(./images/company/about/icon02.png);
}

article.company_about .list_nav li a:after {
  content: "";
  width: 21px;
  height: 21px;
  background: url(./images/company/about/icon01.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

article.company_about .flame_company:not(:last-of-type) {
  padding-bottom: 6em;
}

article.company_about .flame_company .ttl {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0.25em 1em;
  background-color: #dc0015;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

article.company_about .box_flame_company {
  position: relative;
}

article.company_about .box_flame_company:before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #dc0015;
  position: absolute;
  left: 50%;
  top: 5em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

article.company_about .box_flame_company:after {
  content: '';
  width: 1px;
  height: calc(100% - 5em);
  background-color: #686868;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 5em;
  z-index: -1;
}

article.company_about .list_history {
  margin-top: 9em;
}

article.company_about .list_history li {
  width: 50%;
}

article.company_about .list_history li:nth-child(odd) {
  padding-right: 5em;
  margin-top: -4em;
}

article.company_about .list_history li:nth-child(odd) .image:before {
  right: calc(-4em - 22px);
  top: 50%;
}

article.company_about .list_history li:nth-child(odd) .image:after {
  right: -5em;
  top: 50%;
}

article.company_about .list_history li:nth-child(odd).item-last .image {
  position: relative;
}

article.company_about .list_history li:nth-child(odd).item-last .image span {
  display: block;
  height: 100%;
}

article.company_about .list_history li:nth-child(odd).item-last .image span:after {
  content: "";
  width: 2px;
  height: 50%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  right: calc(-5em - 2px);
  z-index: 1;
}

article.company_about .list_history li:nth-child(even) {
  margin: -4em 0 0 auto;
  padding-left: 5em;
}

article.company_about .list_history li:nth-child(even) .image {
  position: relative;
}

article.company_about .list_history li:nth-child(even) .image:before {
  left: calc(-4em - 22px);
  top: 50%;
}

article.company_about .list_history li:nth-child(even) .image:after {
  left: -5em;
  top: 50%;
}

article.company_about .list_history li:nth-child(even).item-last .image {
  position: relative;
}

article.company_about .list_history li:nth-child(even).item-last .image span {
  display: block;
  height: 100%;
}

article.company_about .list_history li:nth-child(even).item-last .image span:after {
  content: "";
  width: 2px;
  height: 50%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: -5em;
  z-index: 1;
}

article.company_about .list_history li .year {
  font-size: 1.25rem;
  font-weight: bold;
  color: #dc0015;
  line-height: 1.4;
}

article.company_about .list_history li .txt {
  font-size: 0.9375rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 1em;
}

article.company_about .list_history li .image {
  position: relative;
}

article.company_about .list_history li .image:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #dc0015;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 11;
}

article.company_about .list_history li .image:after {
  content: "";
  width: 5em;
  height: 1px;
  background-color: #dc0015;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

article.company_about .list_history li.no_image:nth-child(odd) {
  padding-right: 5em;
  margin: 2em 0 4em;
}

article.company_about .list_history li.no_image:nth-child(odd) .year:before {
  right: calc(-4em - 6px);
  top: 50%;
}

article.company_about .list_history li.no_image:nth-child(odd) .year:after {
  right: -4em;
  top: 50%;
}

article.company_about .list_history li.no_image:nth-child(odd).item-last .year {
  position: relative;
}

article.company_about .list_history li.no_image:nth-child(odd).item-last .year span {
  display: block;
  height: 100%;
}

article.company_about .list_history li.no_image:nth-child(odd).item-last .year span:after {
  content: "";
  width: 2px;
  height: 50%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  right: calc(-4em - 2px);
  z-index: 1;
}

article.company_about .list_history li.no_image:nth-child(even) {
  margin: 2em 0 4em auto;
  padding-left: 5em;
}

article.company_about .list_history li.no_image:nth-child(even) .year {
  position: relative;
}

article.company_about .list_history li.no_image:nth-child(even) .year:before {
  left: calc(-4em - 6px);
  top: 50%;
}

article.company_about .list_history li.no_image:nth-child(even) .year:after {
  left: -4em;
  top: 50%;
}

article.company_about .list_history li.no_image:nth-child(even).item-last .year {
  position: relative;
}

article.company_about .list_history li.no_image:nth-child(even).item-last .year span {
  display: block;
  height: 100%;
}

article.company_about .list_history li.no_image:nth-child(even).item-last .year span:after {
  content: "";
  width: 2px;
  height: 50%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: -4em;
  z-index: 1;
}

article.company_about .list_history li.no_image .year {
  position: relative;
}

article.company_about .list_history li.no_image .year:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #dc0015;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 11;
}

article.company_about .list_history li.no_image .year:after {
  content: "";
  width: 4em;
  height: 1px;
  background-color: #dc0015;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

article.company_about .list_history_reverse li:nth-child(odd) {
  padding: 0 0 0 5em;
  margin: -4em 0 0 auto;
}

article.company_about .list_history_reverse li:nth-child(odd) .image:before {
  left: calc(-4em - 22px);
}

article.company_about .list_history_reverse li:nth-child(odd) .image:after {
  left: -5em;
}

article.company_about .list_history_reverse li:nth-child(even) {
  margin: -4em auto 0 0;
  padding: 0 5em 0 0;
}

article.company_about .list_history_reverse li:nth-child(even) .image {
  position: relative;
}

article.company_about .list_history_reverse li:nth-child(even) .image:before {
  left: inherit;
  right: calc(-4em - 22px);
}

article.company_about .list_history_reverse li:nth-child(even) .image:after {
  left: inherit;
  right: -5em;
}

article.company_about .list_history_reverse li.no_image:nth-child(odd) {
  padding: 0 0 0 5em;
  margin: 2em 0 4em auto;
}

article.company_about .list_history_reverse li.no_image:nth-child(odd) .year:before {
  left: calc(-4em - 6px);
}

article.company_about .list_history_reverse li.no_image:nth-child(odd) .year:after {
  left: -4em;
}

article.company_about .list_history_reverse li.no_image:nth-child(even) {
  margin: 2em 0 4em;
  padding: 0 5em 0 0;
}

article.company_about .list_history_reverse li.no_image:nth-child(even) .year {
  position: relative;
}

article.company_about .list_history_reverse li.no_image:nth-child(even) .year:before {
  left: inherit;
  right: calc(-4em - 6px);
}

article.company_about .list_history_reverse li.no_image:nth-child(even) .year:after {
  left: inherit;
  right: -4em;
}

article.company_about .company01 .image {
  margin: 3.5em 0 3em;
}

article.company_cm .onair {
  text-align: center;
}

article.company_cm .onair .txt01 {
  margin-top: .5em;
  font-size: 1.25rem;
  font-weight: bold;
}

article.company_csr .col2, article.company_initiative .col2 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 2em -2em 0;
}

article.company_csr .col2 .item, article.company_initiative .col2 .item {
  padding: 2em;
  margin-bottom: 1em;
}

article.company_csr .col2 .item .image, article.company_initiative .col2 .item .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  border-radius: 10px;
}

article.company_csr .col2 .item .image:before, article.company_initiative .col2 .item .image:before {
  content: "";
  display: block;
  padding-top: 60%;
}

article.company_csr .col2 .item h5, article.company_initiative .col2 .item h5 {
  margin-top: 1em;
}

article.company_csr section, article.company_initiative section {
  overflow: hidden;
}

article.company_csr._detail section.detail, article.company_initiative._detail section.detail {
  padding-top: 3em;
}

article.company_csr._detail section .more, article.company_initiative._detail section .more {
  margin-top: 5em;
  text-align: center;
}

article.company_csr._detail section .more a, article.company_initiative._detail section .more a {
  margin: 0 auto;
}

@media all and (min-width: 1160px), print {
  article.company_index .col2 > div {
    margin-bottom: 5em;
  }
}

@media only screen and (max-width: 939px) {
  article.company_message .box_text:not(:last-of-type) {
    margin-bottom: 6em;
  }
  article.company_message .box_text .txt01 {
    font-size: 1.125rem;
    padding: 2em 3em;
  }
  article.company_message .message02 .flame_message .left {
    padding-left: 2em;
  }
  article.company_message .message02 .flame_message .left p {
    font-size: 1.25rem;
  }
  article.company_about .list_nav {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  article.company_about .list_nav li {
    width: calc(96% / 2);
    margin-bottom: 4%;
  }
  article.company_about .list_nav li:not(:last-child) {
    margin-right: 0;
  }
  article.company_about .list_nav li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}

@media screen and (max-width: 739px) {
  article.company_message .box_text:not(:last-of-type) {
    margin-bottom: 4em;
  }
  article.company_message .box_text .title01 {
    font-size: 1.875rem;
  }
  article.company_message .box_text .txt01 {
    border-width: 10px;
    padding: 1.5em;
    font-size: 1.125rem;
  }
  article.company_message .message02 h3 {
    margin-bottom: 1em;
  }
  article.company_message .message02 .flame_message {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
  article.company_message .message02 .flame_message .left {
    width: 100%;
    padding-left: 0;
    margin-top: 2em;
  }
  article.company_message .message02 .flame_message .left .image {
    max-width: 400px;
    margin: 0 auto;
  }
  article.company_message .message02 .flame_message .left p {
    font-size: 1rem;
  }
  article.company_message .message02 .flame_message .right {
    margin-top: 1.5em;
    width: 100%;
    font-size: 1rem;
    padding-left: 0;
  }
  article.company_about .flame_company:not(:last-of-type) {
    padding-bottom: 6em;
  }
  article.company_about .box_flame_company:before {
    width: 20px;
    height: 20px;
    left: 0.25em;
    top: 5em;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 1;
  }
  article.company_about .box_flame_company:after {
    left: 0.75em;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    top: 5em;
    z-index: -1;
  }
  article.company_about .list_history {
    margin-top: 4em;
  }
  article.company_about .list_history li {
    width: 100%;
  }
  article.company_about .list_history li:not(:last-child) {
    margin-bottom: 3em !important;
  }
  article.company_about .list_history li:nth-child(odd) {
    padding: 0 0 0 3em;
    margin-top: 0;
  }
  article.company_about .list_history li:nth-child(odd) .image:before {
    right: inherit;
    left: -2.5em;
  }
  article.company_about .list_history li:nth-child(odd) .image:after {
    right: 0;
    left: -2em;
    width: 2em;
  }
  article.company_about .list_history li:nth-child(odd).item-last .image span:after {
    width: 4px;
    bottom: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    right: inherit;
    left: calc(-2em - 6px);
    z-index: 1;
  }
  article.company_about .list_history li:nth-child(even) {
    margin: 0 0 0 auto;
    padding: 0 0 0 3em;
  }
  article.company_about .list_history li:nth-child(even) .image:before {
    left: -2.5em;
  }
  article.company_about .list_history li:nth-child(even) .image:after {
    left: -2em;
    width: 2em;
  }
  article.company_about .list_history li:nth-child(even).item-last .image {
    position: relative;
  }
  article.company_about .list_history li:nth-child(even).item-last .image span {
    display: block;
    height: 100%;
  }
  article.company_about .list_history li:nth-child(even).item-last .image span:after {
    width: 4px;
    bottom: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    left: calc(-2em - 6px);
    z-index: 1;
  }
  article.company_about .list_history li.no_image {
    padding: 0 0 0 3em !important;
  }
  article.company_about .list_history li.no_image .year:before {
    left: -2em !important;
  }
  article.company_about .list_history li.no_image .year:after {
    left: -2em !important;
    width: 1.5em;
  }
  article.company_about .list_history_reverse li:nth-child(odd) {
    padding: 0 0 0 3em;
    margin: 0 0 0 auto;
  }
  article.company_about .list_history_reverse li:nth-child(odd) .image:before {
    left: -2.5em;
  }
  article.company_about .list_history_reverse li:nth-child(odd) .image:after {
    left: -2em;
  }
  article.company_about .list_history_reverse li:nth-child(even) {
    margin: 0 auto 0 0;
    padding: 0 0 0 3em;
  }
  article.company_about .list_history_reverse li:nth-child(even) .image:before {
    left: -2.5em;
    right: inherit;
  }
  article.company_about .list_history_reverse li:nth-child(even) .image:after {
    left: -2em;
    right: inherit;
  }
  article.company_about .list_history_reverse li.no_image {
    padding: 0 0 0 3em !important;
  }
  article.company_about .list_history_reverse li.no_image .year:before {
    left: -2em !important;
  }
  article.company_about .list_history_reverse li.no_image .year:after {
    left: -2em !important;
    width: 1.5em;
  }
  article.company_about .company01 .image {
    margin: 3.5em 0 3em;
  }
  article.company_csr .col2, article.company_initiative .col2 {
    margin: 3em auto;
  }
  article.company_csr .col2 .item, article.company_initiative .col2 .item {
    padding: 0;
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 500px) {
  article.company_about .list_nav li {
    width: 100%;
    margin-bottom: 4%;
  }
  article.company_about .list_nav li:not(:last-child) {
    margin-right: 0;
  }
  article.company_about .list_nav li:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

/* --------------------------------------------------
	19. Recruit
-------------------------------------------------- */
body.recruit #header .nav > li.recruit span {
  color: #dd0015;
  border-color: #dd0015;
}

body.recruit .page_title .image {
  background-image: url(./images/recruit/h2_bg.jpg);
}

body.recruit .page_title h2 {
  background-image: url(./images/recruit/h2_recruit.png);
}

article.recruit .content {
  margin: 3em auto 0;
  overflow: hidden;
}

article.recruit .col2 {
  margin-top: .5em;
}

article.recruit .col2 .btn01 {
  margin-top: 1em;
}

article.recruit .col2 .col2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

article.recruit .col2 .col2 a {
  display: block;
  width: 50%;
  text-align: center;
  padding: 1% 3%;
  font-size: 0;
}

@media all and (min-width: 740px), print {
  article.recruit .col2 > div {
    margin-bottom: 5em;
  }
  article.recruit .col2 .col2 a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media only screen and (max-width: 939px) {
  article.recruit .col2 .col2 a {
    width: 100%;
  }
}

/* --------------------------------------------------
	20. Contact
-------------------------------------------------- */
body.contact #header .nav > li.contact span {
  color: #dd0015;
  border-color: #dd0015;
}

body.contact .page_title .image {
  background-image: url(./images/contact/h2_bg.jpg);
}

body.contact .page_title h2 {
  background-image: url(./images/contact/h2_contact.png);
}

article.contact .content {
  margin: 3em auto 0;
  overflow: hidden;
}

/* --------------------------------------------------
	21. Form
-------------------------------------------------- */
select,
textarea,
input[type="text"],
input[type="date"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"] {
  margin: 5px 0;
  padding: 6px;
  font-size: 16px;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  background: none;
}

select::-ms-expand {
  display: none;
}

.select_item {
  position: relative;
  z-index: 1;
}

.select_item::after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  right: 10px;
  top: 45%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  z-index: -1;
}

input[type="text"].align_left {
  text-align: left;
}

input[type="text"].align_center {
  text-align: center;
}

input[type="text"].align_right {
  text-align: right;
}

input[type="radio"], input[type="checkbox"] {
  margin: 3px 0 5px 5px;
  outline: none;
  cursor: pointer;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
  padding: 0 8px 0 2px;
  cursor: pointer;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  cursor: pointer;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #999999;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999999;
}

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

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

.form table tr th {
  width: 30%;
  padding-right: 4em;
}

.form table tr th div {
  position: relative;
}

.form table tr th .essential {
  display: inline-block;
  background-color: #dd0015;
  padding: 0.1em 0.5em;
  border-radius: 3px;
  color: #fff;
  margin-left: 1em;
  font-size: 0.75rem;
}

.form table tr th .essential_right {
  position: absolute;
  right: -3em;
}

.form table tr td a[target="_blank"]::after {
  width: 20px;
  height: 20px;
}

.form table tr td a[href*=".pdf"]::after {
  width: 30px;
  height: 20px;
}

.form table tr td.addres input[type="tel"] {
  width: 200px;
}

.form table tr td.policy a {
  text-decoration: underline;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.form table tr td.policy a:hover {
  text-decoration: none;
}

.form table tr td.radio .radio_item {
  display: inline-block;
}

.form table tr td.check .checkbox_item {
  display: inline-block;
}

.form table tr td.select .select_item {
  width: 300px;
}

.form table tr.w100 th, .form table tr.w100 td {
  display: block;
  width: 100%;
}

.form .agree_box {
  background-color: #f7f7f7;
  padding: 2em;
  margin-bottom: 1em;
}

.form .agree_box .title {
  font-weight: bold;
  font-size: 1.125rem;
  color: #dd0015;
  margin-bottom: .5em;
}

.form .agree_box a {
  text-decoration: underline;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.form .agree_box a:hover {
  text-decoration: none;
}

.form .agree_box a[target="_blank"]::after {
  width: 20px;
  height: 20px;
}

.form .agree_box a[href*=".pdf"]::after {
  width: 30px;
  height: 20px;
}

.form .btn01 {
  margin-top: 2em;
  width: 100%;
}

.form .btn_box {
  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;
  max-width: 600px;
  margin: 0 auto;
}

.form .btn_box .btn01:first-child {
  margin-right: 2em;
}

.error_text {
  color: red;
  font-size: 0.875rem;
}

tr.error .error_text, .agree_box.error .error_text {
  display: block;
}

@media only screen and (max-width: 739px) {
  .form table tr th {
    width: 100%;
  }
  .form table tr th .essential {
    margin-left: 1em;
    right: 0;
  }
  .form table tr th .essential_right {
    position: relative;
    margin-left: 1em;
  }
  .form table tr td.addres input[type="tel"] {
    width: 100%;
  }
  .form table tr td.policy a {
    text-decoration: underline;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .form table tr td.policy a:hover {
    text-decoration: none;
  }
  .form table tr td.select .select_item {
    width: 100%;
  }
  .form table tr.w100 th, .form table tr.w100 td {
    display: block;
    width: 100%;
  }
  .form .btn_box {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form .btn_box .btn01:first-child {
    margin-right: 0;
  }
}

/* --------------------------------------------------
	22. Privacy
-------------------------------------------------- */
body.privacy #header .nav > li.privacy span {
  color: #dd0015;
  border-color: #dd0015;
}

body.privacy .page_title .image {
  background-image: url(./images/privacy/h2_bg.jpg);
}

body.privacy .page_title h2 {
  background-image: url(./images/privacy/h2_privacy.png);
}

article.privacy .box {
  margin-top: 2em;
}

article.privacy .box .title {
  text-align: left;
  font-size: 1.125rem;
  font-weight: bold;
}

/* --------------------------------------------------
	23. Not_found
-------------------------------------------------- */
body.not_found #header .nav > li.not_found span {
  color: #dd0015;
  border-color: #dd0015;
}

body.not_found .page_title .image {
  background-image: url(./images/not_found/h2_bg.jpg);
}

body.not_found .page_title h2 {
  background-image: url(./images/not_found/h2_not_found.png);
}

article.not_found .content {
  margin: 3em auto 0;
  overflow: hidden;
}
