@charset "UTF-8";
/* Scss Document */
/* =============================================================
reset.scss
============================================================== */
* {
  box-sizing: border-box;
}

/* webkit specific styles */
input[type="color"]::-webkit-color-swatch {
  border: none;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* 
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, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /*vertical-align:baseline;
  background:transparent;
  font-weight:inherit;*/
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, 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;
}

input:focus {
  outline: none;
}

ul, ol {
  list-style-type: none;
}

/*
YUI 3.17.2 (build 9c3c78e)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
body {
  font: 13px/1.231 arial,helvetica,clean,sans-serif;
  *font-size: small;
  *font: x-small;
}

/*
select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif}
table{font-size:inherit;font:100%}
pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}#yui3-css-stamp.cssfonts{display:none}
*/
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

/* =============================================================
base.scss
============================================================== */
body {
  line-height: 1;
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
}

a {
  outline: none;
}

a:link, a:visited {
  color: #1530A0;
  text-decoration: underline;
}

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

.mincho, .c-contentsTitle_txt, .l-navi_menuList li, .topShowroom_txtarea .topShowroom_title, .showroomNumber_txt, .csrHeadding p, .csrIntro, .greenpoint_replacement_list h4, .greenpoint_youkou h4 {
  font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E";
}

.ygothic, .introCampaign__step__box__ttl {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.gothic, .p-contentsTitle--showroom .c-contentsTitle_txt {
  font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/* =============================================================
parts/base.scss
============================================================== */
/* box style
---------------------------------------------*/
.base, .base--small, .base--ss {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  margin: 0px auto;
}

.base {
  max-width: 1080px;
}
@media screen and (min-width: 560px) {
  .base {
    max-width: 1160px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

.base--small {
  max-width: 960px;
}
@media screen and (min-width: 560px) {
  .base--small {
    max-width: 1040px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.base .base--small {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 560px) {
  .base .base--small {
    max-width: 960px;
  }
}

.base--ss {
  max-width: 800px;
}
@media screen and (min-width: 560px) {
  .base--ss {
    max-width: 880px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.base .base--ss {
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 560px) {
  .base .base--ss {
    max-width: 800px;
  }
}

/* =============================================================
space.scss
============================================================== */
.space--large {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (min-width: 560px) {
  .space--large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .space--large {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.space--medium {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .space--medium {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 960px) {
  .space--medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.space--small {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (min-width: 560px) {
  .space--small {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 960px) {
  .space--small {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/* =============================================================
txt.scss
============================================================== */
/* text style
---------------------------------------------*/
.txtbox p,
.txt {
  font-size: 0.875rem;
  line-height: 1.8;
}

.txtbox p + p,
.txt + .txt {
  margin-top: 15px;
}

@media screen and (min-width: 560px) {
  .txtbox p,
  .txt {
    font-size: 0.9375rem;
  }

  .txtbox p + p,
  .txt + .txt {
    margin-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .txtbox p,
  .txt {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.c-underline {
  display: inline-block;
  padding: 0 2px 2px 2px;
}
.c-underline--orange {
  background: linear-gradient(transparent 60%, rgba(255, 120, 0, 0.6) 60%);
}

.c-txtCenter {
  text-align: left;
}
@media screen and (min-width: 560px) {
  .c-txtCenter {
    display: compact;
  }
}

/* =============================================================
button.scss
============================================================== */
.btn {
  max-width: 390px;
}
.btn a {
  text-decoration: none;
  color: #fff;
}

.btn_txt {
  padding: 20px 30px 20px 20px;
  display: block;
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 960px) {
  .btn_txt {
    padding: 25px 30px 25px 20px;
    font-size: 0.9375rem;
  }
}
.btn_txt::after {
  content: '';
  background: url("../../img/icon_arrow_right_white.svg") no-repeat center center/contain;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.btn--blackSmall {
  max-width: 290px;
}
.btn--blackSmall .btn_txt {
  background: #000;
  padding: 15px 30px 15px 20px;
  transition: background 0.3s;
}
@media screen and (min-width: 960px) {
  .btn--blackSmall .btn_txt {
    padding: 20px 30px 20px 20px;
  }
}
@media screen and (min-width: 960px) {
  .btn--blackSmall .btn_txt:hover {
    background: #ff6d1d;
  }
}

.btn--black .btn_txt {
  background: #000;
  transition: background 0.3s;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .btn--black .btn_txt:hover {
    background: #ff6d1d;
  }
}

@media screen and (min-width: 960px) {
  a:hover .btn--black .btn_txt {
    background: #ff6d1d;
  }
}

.btn--orange .btn_txt {
  background: #ff6d1d;
  transition: background 0.3s;
  color: #fff;
}
@media screen and (min-width: 960px) {
  .btn--orange .btn_txt:hover {
    background: #000;
  }
}

@media screen and (min-width: 960px) {
  a:hover .btn--orange .btn_txt {
    background: #000;
  }
}

.btn_txt--big {
  font-size: 1rem;
}

.btn--center {
  margin: 0 auto;
}

.innerBtn .btn_txt {
  padding: 10px 20px 10px 10px;
  transition: background 0.3s;
  font-size: 0.8125rem;
}
@media screen and (min-width: 960px) {
  .innerBtn .btn_txt {
    font-size: 0.875rem;
  }
}

/* =============================================================
form.scss
============================================================== */
.error_txt {
  width: 100%;
  padding: 10px 15px 8px 35px;
  box-sizing: border-box;
  font-size: 108%;
  position: relative;
  background: #FFF5F5;
}

.error_txt i {
  display: block;
  position: absolute;
  top: 11px;
  left: 10px;
  font-size: 18px;
}

.error_box {
  background: #fff;
  padding: 20px;
  border: 1px solid #bcbcbc;
  border-radius: 3px;
  margin-bottom: 40px;
}

.error_box p {
  color: #CF1212;
  padding-bottom: 10px;
  font-size: 108%;
}

.submit_btn button[type="submit"] {
  margin: 0px auto;
  display: block;
  width: 90%;
  max-width: 400px;
  border: 1px solid #b71818;
  color: #fff;
  font-weight: bold;
  padding: 20px 0px;
  font-size: 138.5%;
  line-height: 1.5;
  text-decoration: none;
  border-radius: 5px;
  cursor: pointer;
  background: #cb1b1b;
}

.back_btn {
  width: 40%;
  max-width: 250px;
  margin: 20px auto 20px auto;
  text-align: center;
}

.back_btn button {
  border: 1px solid #b9b9b9;
  display: block;
  width: 100%;
  margin: 0px auto;
  color: #333;
  padding: 10px 0px 8px 0px;
  font-size: 108%;
  text-decoration: none;
  border-radius: 3px;
  cursor: pointer;
  background: #eeeeee;
}

.formbtn_box {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 560px) {
  .submit_btn button[type="submit"] {
    padding: 15px 0px;
    font-size: 153.9%;
  }

  .back_btn button {
    padding: 13px 0px 13px 0px;
    font-size: 116%;
    line-height: 1.5;
  }
}
/* form parts style
---------------------------------------------*/
.form50 {
  width: 50px;
}

.form70 {
  width: 70px;
}

.form100 {
  width: 100%;
  max-width: 100px;
}

.form150 {
  width: 100%;
  max-width: 150px;
}

.form200 {
  width: 100%;
  max-width: 200px;
}

.form250 {
  width: 100%;
  max-width: 250px;
}

.form300 {
  width: 100%;
  max-width: 300px;
}

.form350 {
  width: 100%;
  max-width: 350px;
}

.form400 {
  width: 100%;
  max-width: 400px;
}

.formmax {
  width: 100%;
}

.comment_box {
  width: 100%;
  margin: 5px 0px 5px 0px;
  height: 300px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 3px;
  box-sizing: border-box;
  font-size: 100%;
  font-weight: normal;
}

@media screen and (min-width: 960px) {
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  textarea {
    padding: 12px;
  }
}
select {
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 100%;
}

input:focus,
textarea:focus {
  border: 1px solid #217fc4;
  box-shadow: 0px 0px 3px #ccc;
}

input[type="radio"] {
  margin-top: -3px;
}

button:disabled {
  opacity: 0.4 !important;
  cursor: default !important;
}

/* =============================================================
title.scss
============================================================== */
.c-title_mb--lg {
  margin-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .c-title_mb--lg {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .c-title_mb--lg {
    margin-bottom: 60px;
  }
}

.c-title_mb--md {
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .c-title_mb--md {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .c-title_mb--md {
    margin-bottom: 50px;
  }
}

.c-title_mb--sm {
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .c-title_mb--sm {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 960px) {
  .c-title_mb--sm {
    margin-bottom: 30px;
  }
}

.c-title_mb--ss {
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .c-title_mb--ss {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .c-title_mb--ss {
    margin-bottom: 20px;
  }
}

.title_basic, .p-title_h3 {
  font-weight: bold;
  font-size: 1.375rem;
}
@media screen and (min-width: 560px) {
  .title_basic, .p-title_h3 {
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 960px) {
  .title_basic, .p-title_h3 {
    font-size: 1.75rem;
  }
}

.title_basic--white {
  color: #fff;
}

.p-title_h1 {
  font-weight: normal;
  background: #fff;
  padding: 15px;
  line-height: 1.3;
  display: inline-block;
  font-size: 1.875rem;
}
@media screen and (min-width: 560px) {
  .p-title_h1 {
    padding: 15px;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 960px) {
  .p-title_h1 {
    font-size: 3.375rem;
    padding: 15px 20px;
  }
}
.p-title_h1--black {
  background: #000;
  color: #fff;
}

.p-title_h2 {
  font-size: 1.25rem;
  border-top: 2px solid #ff7800;
  color: #fff;
  font-weight: normal;
  letter-spacing: 0.1rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .p-title_h2 {
    font-size: 1.375rem;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .p-title_h2 {
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
}
.p-title_h2 span {
  background: #ff7800;
  display: inline-block;
  padding: 5px 10px;
}
@media screen and (min-width: 560px) {
  .p-title_h2 span {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 960px) {
  .p-title_h2 span {
    padding: 10px 20px;
  }
}
.p-title_h2 strong {
  color: #000;
  font-weight: bold;
}

.p-intro_ttl {
  margin-left: 10px;
  font-size: 1.125rem;
}
@media screen and (min-width: 560px) {
  .p-intro_ttl {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-intro_ttl {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 960px) {
  .p-intro_ttl {
    font-size: 1.5625rem;
  }
}

.p-intro_txt {
  margin-left: 10px;
}

.p-title_h3 {
  line-height: 1.3;
}

.p-title_h4 {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .p-title_h4 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 960px) {
  .p-title_h4 {
    font-size: 1.5rem;
  }
}
.p-title_h4 span {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../../img/bubble.svg") no-repeat center center/contain;
  width: 33px;
  height: 30px;
  color: #fff;
  font-size: 90%;
  margin-right: 10px;
  padding-right: 3px;
}
@media screen and (min-width: 960px) {
  .p-title_h4 span {
    width: 43px;
    height: 40px;
  }
}
.p-title_h4 .is-spView {
  display: inline;
}
@media screen and (min-width: 960px) {
  .p-title_h4 .is-spView {
    display: none;
  }
}
.p-title_h4--orange {
  color: #ff7800;
}

.p-midashi01 {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .p-midashi01 {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .p-midashi01 {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}
.p-midashi01 strong {
  color: #ff7800;
}

/* =============================================================
breadcrumb.scss
============================================================== */
.p-pan {
  display: none;
}
@media screen and (min-width: 960px) {
  .p-pan {
    display: block;
    margin-top: 20px;
    margin-bottom: -20px;
  }
}
.p-pan ul {
  display: flex;
  justify-content: flex-end;
}
.p-pan li {
  color: #5e5e5e;
  font-size: 0.75rem;
  margin-right: 5px;
}
.p-pan li:first-of-type {
  position: relative;
}
.p-pan li:first-of-type::before {
  font-family: "Font Awesome 5 Free";
  content: "\f015";
  font-weight: 900;
  left: 0;
  color: #ff6d1d;
  margin-right: 5px;
}
.p-pan a {
  text-decoration: none;
  color: #5e5e5e;
  transition: all 0.1s;
}
.p-pan a:hover {
  text-decoration: underline;
}

/* =============================================================
sectionbox.scss
============================================================== */
.sectionbox {
  margin-top: 60px;
}
@media screen and (min-width: 560px) {
  .sectionbox {
    margin-top: 90px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox {
    margin-top: 120px;
  }
}
.sectionbox .sectionbox_inner {
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .sectionbox .sectionbox_inner {
    margin-top: 45px;
  }
}
@media screen and (min-width: 960px) {
  .sectionbox .sectionbox_inner {
    margin-top: 60px;
  }
}

/* =============================================================
youtube.scss
============================================================== */
.c-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* =============================================================
list.scss
============================================================== */
.c-ul_basic {
  padding-left: 20px;
}
.c-ul_basic li {
  list-style: disc;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .c-ul_basic li {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .c-ul_basic li {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.c-ol_basic {
  padding-left: 20px;
}
.c-ol_basic li {
  list-style: disc;
  font-size: 100%;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .c-ol_basic li {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .c-ol_basic li {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.c-li_attention li {
  position: relative;
  padding-left: 20px;
  text-indent: -15px;
  font-size: 100%;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .c-li_attention li {
    font-size: 0.9375rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 960px) {
  .c-li_attention li {
    font-size: 1rem;
    line-height: 1.8;
    line-height: 1.4;
  }
}
.c-li_attention li + li {
  margin-top: 5px;
}
.c-li_attention li::before {
  content: '※';
}

.c-li_icon li {
  position: relative;
  font-size: 100%;
  font-size: 0.875rem;
  line-height: 1.8;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .c-li_icon li {
    font-size: 0.9375rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 960px) {
  .c-li_icon li {
    font-size: 1rem;
    line-height: 1.8;
    line-height: 1.4;
  }
}
.c-li_icon li + li {
  margin-top: 5px;
}
@media screen and (min-width: 960px) {
  .c-li_icon li + li {
    margin-top: 8px;
  }
}

.c-li_icon--orange i {
  color: #ff7800;
}

.c-li_small li {
  font-size: 0.75rem;
}
@media screen and (min-width: 560px) {
  .c-li_small li {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 960px) {
  .c-li_small li {
    font-size: 0.8125rem;
  }
}

/* =============================================================
pagenavi.css
============================================================== */
/* pagination
-----------------------*/
.pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (min-width: 560px) {
  .pagination {
    margin-top: 70px;
  }
}
@media screen and (min-width: 960px) {
  .pagination {
    margin-top: 100px;
  }
}
.pagination ul {
  text-align: center;
}
.pagination li {
  display: inline-block;
}
.pagination a,
.pagination .current_page {
  display: inline-block;
  text-decoration: none;
  color: #333;
  text-decoration: none;
  font-size: 0.75rem;
  line-height: 1;
  border: 1px solid #ccc;
  transition: 0.2s all;
  padding: 8px;
  margin: 0 2px 3px 0;
}
@media screen and (min-width: 560px) {
  .pagination a,
  .pagination .current_page {
    font-size: 0.8125rem;
    padding: 8px 10px;
    margin: 5px 3px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 960px) {
  .pagination a,
  .pagination .current_page {
    font-size: 0.875rem;
    padding: 10px 15px;
    margin: 8px 5px;
  }
}
@media screen and (min-width: 960px) {
  .pagination a:hover,
  .pagination .current_page:hover {
    border: 1px solid #ff7800;
  }
}
.pagination .current_page {
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
@media screen and (min-width: 960px) {
  .pagination .current_page:hover {
    border: 1px solid #000;
  }
}

/* pagenavi
-----------------------*/
.pagenavi {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-top: 1px solid #ccc;
  padding-top: 30px;
}
@media screen and (min-width: 560px) {
  .pagenavi {
    width: 100%;
    margin: 0px;
  }
}
@media screen and (min-width: 960px) {
  .pagenavi {
    align-items: flex-start;
  }
}
.pagenavi_top {
  width: 50%;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .pagenavi_top {
    width: 40%;
  }
}
@media screen and (min-width: 960px) {
  .pagenavi_top {
    width: 33.3%;
  }
}
.pagenavi_top .btn01 {
  margin-top: 0;
}
.pagenavi_top .btn01 a {
  width: 80%;
}
.pagenavi_top .btn01 a::after {
  display: none;
}
.pagenavi_next, .pagenavi_prev {
  width: 25%;
}
@media screen and (min-width: 560px) {
  .pagenavi_next, .pagenavi_prev {
    width: 30%;
  }
}
@media screen and (min-width: 960px) {
  .pagenavi_next, .pagenavi_prev {
    width: 33.3%;
  }
}
.pagenavi_next span, .pagenavi_prev span {
  position: relative;
}
.pagenavi_next span:first-of-type, .pagenavi_prev span:first-of-type {
  color: #ff6d1d;
  font-size: 0.875rem;
}
@media screen and (min-width: 960px) {
  .pagenavi_next span:first-of-type, .pagenavi_prev span:first-of-type {
    font-size: 1rem;
  }
}
.pagenavi_next span:nth-of-type(2), .pagenavi_prev span:nth-of-type(2) {
  display: none;
}
@media screen and (min-width: 960px) {
  .pagenavi_next span:nth-of-type(2), .pagenavi_prev span:nth-of-type(2) {
    display: block;
    font-size: 0.75rem;
    line-height: 1.3;
    margin-top: 10px;
  }
}
@media screen and (min-width: 960px) {
  .pagenavi_next span:nth-of-type(2), .pagenavi_prev span:nth-of-type(2) {
    font-size: 0.875rem;
  }
}
.pagenavi_next a, .pagenavi_prev a {
  text-decoration: none;
  color: #333;
  transition: all 0.1s;
}
@media screen and (min-width: 960px) {
  .pagenavi_next a:hover, .pagenavi_prev a:hover {
    opacity: 0.6;
  }
}
.pagenavi .pagenavi_next {
  text-align: right;
}
.pagenavi .pagenavi_prev {
  text-align: left;
}

/* =============================================================
entry.scss
============================================================== */
/* entry_body
-----------------------------*/
.entry_body {
  overflow: hidden;
}

.entry_body *:first-child {
  margin-top: 0;
}

.entry_body h3 {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-top: 50px;
  border-bottom: 3px solid #dadada;
  padding-bottom: 10px;
  font-weight: normal;
}
@media screen and (min-width: 960px) {
  .entry_body h3 {
    font-size: 1.3125rem;
    margin-top: 60px;
    border-bottom: 5px solid #dadada;
    line-height: 1.6;
  }
}
@media screen and (min-width: 960px) {
  .entry_body h3 {
    font-size: 1.5rem;
    margin-top: 70px;
    margin-bottom: 30px;
  }
}

.entry_body h4 {
  font-size: 1.0625rem;
  margin-bottom: 15px;
  line-height: 1.5;
  margin-top: 40px;
  background: #f5f5f5;
  padding: 5px;
}
@media screen and (min-width: 560px) {
  .entry_body h4 {
    font-size: 1.1875rem;
    margin-top: 50px;
    margin-bottom: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 960px) {
  .entry_body h4 {
    font-size: 1.375rem;
    margin-top: 60px;
    margin-bottom: 30px;
    padding: 5px 10px;
  }
}

.entry_body h5 {
  font-size: 1rem;
  margin-bottom: 10px;
  line-height: 1.5;
  position: relative;
  margin-top: 30px;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .entry_body h5 {
    font-size: 1.125rem;
    margin-top: 40px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .entry_body h5 {
    font-size: 1.25rem;
  }
}

.entry_body h6 {
  font-size: 1rem;
  margin-bottom: 10px;
  line-height: 1.5;
  margin-top: 25px;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .entry_body h6 {
    font-size: 1.125rem;
    margin-top: 35px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .entry_body h6 {
    font-size: 1.25rem;
  }
}

/*
.entry_body.txtbox p{
  margin-bottom: 0px;
}
.entry_body.txtbox p + p{
  margin-top:0px;
}

.entry_body p strong{
}

.entry_body p + div{
  margin-top: 30px;
	@include mq-up(lg) {
    margin-top: 40px;
  }
}
.entry_body div{
  margin-bottom: 30px;
	@include mq-up(lg) {
    margin-bottom: 40px;
  }
}
*/
.entry_body div {
  margin: 20px 0;
}
@media screen and (min-width: 960px) {
  .entry_body div {
    margin: 40px 0;
  }
}

.entry_body a:not(.btn_txt) {
  color: #000;
  text-decoration: underline;
  transition: all 0.7s;
}

.entry_body a:hover:not(.btn_txt) {
  opacity: 0.7;
  text-decoration: none;
}

.entry_body table {
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  width: 100%;
  margin: 30px 0;
  table-layout: fixed;
  background: rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 960px) {
  .entry_body table {
    margin: 40px 0;
  }
}
.entry_body table th {
  background: #f5eee7;
}
.entry_body table th,
.entry_body table td {
  border-bottom: 1px solid #231815;
  padding: 10px;
  font-size: 0.875rem;
  line-height: 1.8;
  line-height: 2;
  vertical-align: top;
  text-align: left;
}
@media screen and (min-width: 560px) {
  .entry_body table th,
  .entry_body table td {
    font-size: 0.9375rem;
    padding: 15px;
  }
}
@media screen and (min-width: 960px) {
  .entry_body table th,
  .entry_body table td {
    font-size: 1rem;
    line-height: 1.8;
    line-height: 180%;
    padding: 15px 20px;
  }
}

.entry_body ul,
.entry_body ol {
  width: 100%;
  margin: 30px 0;
}
@media screen and (min-width: 960px) {
  .entry_body ul,
  .entry_body ol {
    width: 100%;
    margin: 40px 0;
  }
}
.entry_body ul li,
.entry_body ol li {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.8;
  line-height: 2;
  padding: 5px 0 5px 10px;
  list-style: none;
}
@media screen and (min-width: 560px) {
  .entry_body ul li,
  .entry_body ol li {
    font-size: 0.9375rem;
    padding: 10px 0 10px 15px;
  }
}
@media screen and (min-width: 960px) {
  .entry_body ul li,
  .entry_body ol li {
    font-size: 1rem;
    line-height: 1.8;
    padding: 10px 0 10px 20px;
  }
}

.entry_body ul li::before {
  color: #000;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 88%;
}
@media screen and (min-width: 560px) {
  .entry_body ul li::before {
    top: 11px;
  }
}

.entry_body ol {
  counter-reset: number;
}

.entry_body ol li::before {
  position: absolute;
  top: 5;
  left: 0;
  counter-increment: number 1;
  content: counter(number) ".";
}

/* event
-----------------------------*/
.entry_body .event_date {
  text-align: center;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 10px;
}
.entry_body .event_date .sat {
  color: #213e88;
}
.entry_body .event_date .sun {
  color: #CF1212;
}
.entry_body .event_date .attention {
  font-weight: normal;
  font-size: 0.75rem;
}
.entry_body .event_end {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.6;
  color: #CF1212;
}

/* holiday
-----------------------------*/
.holidayttl_area {
  font-size: 1.5rem;
  padding-bottom: 10px;
  color: #333;
  border-bottom: 2px solid #333;
}

.holidayttl_holdings {
  text-align: center;
  color: #ff6d1d;
  font-size: 1.5rem;
  margin: 30px auto 15px auto;
}
.holidayttl_holdings + p {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  font-size: 1.375rem;
}
.holidayttl_holdings + p + p {
  margin-bottom: 60px;
}

.entry_body .base--ss {
  margin: 30px auto;
}
@media screen and (min-width: 960px) {
  .entry_body .base--ss {
    margin: 40px auto;
  }
}

.entry_body table caption {
  text-align: left;
  font-size: 1.5rem;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #333;
  border-bottom: 2px solid #333;
}

.entry_body .ttlorange {
  color: #ff7800;
  font-size: 1.5rem;
  margin: 30px auto 15px auto;
}

.p-sectionName {
  max-width: 1080px;
  margin: 0px auto;
  position: relative;
  z-index: 10;
}

.p-sectionName_txt {
  display: inline-block;
  padding: 5px 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 200;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 560px) {
  .p-sectionName_txt {
    font-size: 1.25rem;
    padding: 5px 40px;
  }
}
@media screen and (min-width: 960px) {
  .p-sectionName_txt {
    font-size: 1.5rem;
    letter-spacing: 0.3rem;
    margin-left: -40px;
  }
}
@media screen and (min-width: 1300px) {
  .p-sectionName_txt {
    padding: 5px 60px;
    margin-left: -160px;
  }
}
.p-sectionName_txt::before {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: -100%;
  top: 0;
  background: #fff;
}
.p-sectionName_txt span {
  font-weight: 600;
  color: #ff6d1d;
}
.p-sectionName_txt .icon {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  fill: #ff6d1d;
}
@media screen and (min-width: 560px) {
  .p-sectionName_txt .icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 960px) {
  .p-sectionName_txt .icon {
    width: 24px;
    height: 24px;
    margin-right: 15px;
  }
}
.p-sectionName_txt .icon-nikka {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  position: relative;
}
@media screen and (min-width: 560px) {
  .p-sectionName_txt .icon-nikka {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    top: -2px;
  }
}
@media screen and (min-width: 960px) {
  .p-sectionName_txt .icon-nikka {
    width: 36px;
    height: 36px;
    margin-right: 15px;
  }
}
.p-sectionName_txt--black {
  background: #000;
  color: #fff;
}
.p-sectionName_txt--black::before {
  background: #000;
}
.p-sectionName_txt--black span {
  color: #ff6d1d;
}
.p-sectionName_txt--black .icon {
  fill: #ff6d1d;
}
.p-sectionName_txt--orange {
  background: #ff6d1d;
  color: #fff;
}
.p-sectionName_txt--orange::before {
  background: #ff6d1d;
}
.p-sectionName_txt--orange span {
  color: #000;
}
.p-sectionName_txt--orange .icon {
  fill: #fff;
}

.p-sectionName--right {
  text-align: right;
}
.p-sectionName--right .p-sectionName_txt {
  margin-left: auto;
}
@media screen and (min-width: 960px) {
  .p-sectionName--right .p-sectionName_txt {
    margin-right: -40px;
  }
}
@media screen and (min-width: 1300px) {
  .p-sectionName--right .p-sectionName_txt {
    margin-right: -160px;
  }
}
.p-sectionName--right .p-sectionName_txt::before {
  left: auto;
  right: -100%;
}

/* =============================================================
contentsTitle.scss
============================================================== */
.p-contentsTitle {
  background: url("../../img/about/title_about.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 200px;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 560px) {
  .p-contentsTitle {
    height: 240px;
  }
}
.p-contentsTitle_sectionName {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.p-contentsTitle::before {
  content: '';
  width: 100%;
  height: 100%;
  background: url("../../img/inner/headding_cover.png") no-repeat;
  background-position: -70% top;
  background-size: 72% auto;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media screen and (min-width: 960px) {
  .p-contentsTitle::before {
    background-position: left top;
    background-size: contain;
  }
}

.c-contentsTitle_txt {
  display: inline-block;
  letter-spacing: 0.2rem;
  font-size: 1.5rem;
  padding: 15px 30px;
  background: #fff;
  line-height: 1.3;
  position: relative;
}
@media screen and (min-width: 560px) {
  .c-contentsTitle_txt {
    padding: 20px 40px;
    font-size: 1.8125rem;
  }
}
@media screen and (min-width: 960px) {
  .c-contentsTitle_txt {
    padding: 30px 40px;
    font-size: 2rem;
  }
}
.c-contentsTitle_txt::before {
  content: '';
  width: 100vh;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background: #fff;
}
.c-contentsTitle_txt span {
  position: relative;
  z-index: 100;
}

.ttl_inner {
  background: url("../../img/inner/title_inner.jpg") no-repeat center bottom/cover;
}

.ttl_contact {
  background: url("../../img/inner/title_contact.jpg") no-repeat center bottom/cover;
}

.ttl_estimate {
  background: url("../../img/inner/title_estimate.jpg") no-repeat center bottom/cover;
}

.ttl_visit {
  background: url("../../img/inner/title_visit.jpg") no-repeat center bottom/cover;
}

.ttl_reform {
  background: url("../../img/reform/title_reform.jpg") no-repeat center bottom/cover;
}

.ttl_news {
  background: url("../../img/inner/title_news.jpg") no-repeat center bottom/cover;
}

.ttl_works {
  background: url("../../img/works/title_works.jpg") no-repeat center bottom/cover;
}

.ttl_corporat {
  background: url("../../img/corporate/title_corporate.jpg") no-repeat center bottom/cover;
}

.ttl_showroom {
  background: url("../../img/showroom/title_showroom.jpg") no-repeat center bottom/cover;
}

.p-contentsTitle--showroom {
  text-align: center;
  height: 250px;
  padding-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .p-contentsTitle--showroom {
    height: 280px;
  }
}
@media screen and (min-width: 960px) {
  .p-contentsTitle--showroom {
    height: 300px;
    padding-bottom: 40px;
  }
}
.p-contentsTitle--showroom .c-contentsTitle_txt {
  font-size: 1.8125rem;
}
@media screen and (min-width: 560px) {
  .p-contentsTitle--showroom .c-contentsTitle_txt {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 960px) {
  .p-contentsTitle--showroom .c-contentsTitle_txt {
    padding: 20px 40px;
    font-size: 3.125rem;
  }
}
.p-contentsTitle--showroom .c-contentsTitle_txt::before {
  display: none;
}
.p-contentsTitle--showroom .c-contentsTitle_txt strong {
  display: inline-block;
}

/* =============================================================
txt.scss
============================================================== */
.c-shadowBox {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 20px 0;
  transition: all 0.1s;
}
@media screen and (min-width: 960px) {
  a.c-shadowBox:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  }
}

/*************************/
.worksSearchform__inner {
  box-sizing: border-box;
  margin-bottom: 30px;
}
.worksSearchform__inner--padding {
  padding: 10px;
  background: #fff;
}
@media screen and (min-width: 960px) {
  .worksSearchform__inner--padding {
    padding: 20px;
  }
}
.worksSearchform__list {
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .worksSearchform__list {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 960px) {
  .worksSearchform__list {
    margin-bottom: 30px;
  }
}
.worksSearchform__list--margin {
  margin-bottom: 10px;
}
.worksSearchform__list ul {
  display: flex;
  flex-wrap: wrap;
}
.worksSearchform__list ul li {
  width: 50%;
  padding: 3px;
  font-size: 0.75rem;
}
@media screen and (min-width: 360px) {
  .worksSearchform__list ul li {
    width: 50%;
  }
}
@media screen and (min-width: 560px) {
  .worksSearchform__list ul li {
    width: 33%;
    font-size: 0.8125rem;
    padding: 3px;
  }
}
@media screen and (min-width: 768px) {
  .worksSearchform__list ul li {
    font-size: 0.875rem;
    padding: 4px;
  }
}
@media screen and (min-width: 960px) {
  .worksSearchform__list ul li {
    font-size: 0.9375rem;
    width: 24%;
    padding: 5px;
  }
}
.worksSearchform__list ul li span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.worksSearchform__list ul li label {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 560px) {
  .worksSearchform__keyword {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.worksSearchform__keyword__txt {
  font-size: 0.9375rem;
  font-weight: bold;
  margin-right: 20px;
  margin-bottom: 5px;
}
@media screen and (min-width: 560px) {
  .worksSearchform__keyword__txt {
    margin-bottom: 0px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .worksSearchform__keyword__txt {
    font-size: 1.125rem;
  }
}
.worksSearchform__keyword__box {
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (min-width: 560px) {
  .worksSearchform__keyword__box {
    display: flex;
    align-items: center;
    flex: 1;
    margin-bottom: 0px;
  }
}
.worksSearchform__keyword__input {
  display: flex;
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (min-width: 560px) {
  .worksSearchform__keyword__input {
    margin-bottom: 0px;
  }
}
.worksSearchform__keyword__input .s_search {
  width: 100%;
  display: block;
}
.worksSearchform__keyword__btn {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .worksSearchform__keyword__btn {
    margin-left: 25px;
    margin-bottom: 0px;
  }
}
.worksSearchform__keyword__btn--btm {
  margin-bottom: 0px;
}
.worksSearchform__keyword__btn input.btn_submit {
  cursor: pointer;
  display: block;
  width: 112px;
  height: 44px;
  border: none;
  text-indent: -9999px;
  background: url(../../img/works/search_btn.png) no-repeat 0 0;
}

.worksSearch__number {
  text-align: right;
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
  font-size: 1.0625rem;
}
@media screen and (min-width: 560px) {
  .worksSearch__number {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .worksSearch__number {
    margin-bottom: 30px;
  }
}



/* =============================================================
rowBox.scss
============================================================== */
@media screen and (min-width: 768px) {
  .p-rowBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 560px) {
  .p-rowBox--sm {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 560px) {
  .p-rowBox__anshin {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .p-rowBox--row2 .p-rowBox_item {
    width: 48%;
  }
}
.p-rowBox--row2 .p-rowBox_item + .p-rowBox_item {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-rowBox--row2 .p-rowBox_item + .p-rowBox_item {
    margin-top: 0;
  }
}

.p-rowBox--l2 .p-rowBox_left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-rowBox--l2 .p-rowBox_left {
    width: 63%;
  }
}
.p-rowBox--l2 .p-rowBox_right {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-rowBox--l2 .p-rowBox_right {
    width: 32%;
    margin-top: 0px;
  }
}

.p-rowBox--r2 .p-rowBox_left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-rowBox--r2 .p-rowBox_left {
    width: 32%;
  }
}
.p-rowBox--r2 .p-rowBox_right {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-rowBox--r2 .p-rowBox_right {
    width: 63%;
    margin-top: 0px;
  }
}

@media screen and (min-width: 768px) {
  .p-rowBox--row3::after {
    content: "";
    display: block;
    width: 32%;
  }
}
.p-rowBox--row3 .p-rowBox_item {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-rowBox--row3 .p-rowBox_item {
    width: 32%;
  }
}

/* =============================================================
txside.scss
============================================================== */
.l-sideSticky {
  position: sticky;
  top: 10px;
}

/* sideNavi
---------------------------------------------*/
.sideNavi {
  border: 1px solid #ff6d1d;
  background: #fafafa;
  margin: 0 calc(50% - 50vw - 2px);
}
@media screen and (min-width: 560px) {
  .sideNavi {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .sideNavi::after {
    content: "";
    display: block;
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .sideNavi {
    display: block;
    margin: 0;
  }
}
.sideNavi li {
  border-bottom: 1px solid #ff6d1d;
}
@media screen and (min-width: 560px) {
  .sideNavi li {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .sideNavi li {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .sideNavi li li:nth-of-type(odd):nth-last-of-type(2) {
    border-bottom: none;
  }
}
@media screen and (min-width: 560px) {
  .sideNavi li:nth-of-type(odd) {
    border-right: 1px solid #ff6d1d;
  }
}
@media screen and (min-width: 960px) {
  .sideNavi li:nth-of-type(odd) {
    border-right: none;
  }
}
@media screen and (min-width: 560px) {
  .sideNavi li:nth-of-type(odd):nth-last-of-type(2) {
    border-bottom: none;
  }
}
@media screen and (min-width: 960px) {
  .sideNavi li:nth-of-type(odd):nth-last-of-type(2) {
    border-bottom: 1px solid #ff6d1d;
  }
}
.sideNavi li:last-of-type {
  border-bottom: none;
}
.sideNavi a {
  display: block;
  padding: 20px 20px 20px 35px;
  height: 100%;
  position: relative;
  text-decoration: none;
  color: #333;
  font-size: 0.875rem;
  line-height: 1.3;
  transition: all 0.1s;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .sideNavi a {
    padding: 15px 10px 15px 30px;
  }
}
.sideNavi a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #ff7800;
  transition: all 0.1s;
}
@media screen and (min-width: 960px) {
  .sideNavi a::before {
    top: 15px;
    left: 15px;
  }
}
.sideNavi a.current::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  font-weight: 900;
}
@media screen and (min-width: 960px) {
  .sideNavi a:hover {
    background: #fff;
  }
}

.sideNavi_sub {
  display: none;
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .sideNavi_sub {
    display: block;
  }
}
.sideNavi_sub li {
  padding: 3px 0 3px 30px;
  border-bottom: none;
}
@media screen and (min-width: 560px) {
  .sideNavi_sub:nth-of-type(even) {
    border-left: none;
  }
}
.sideNavi_sub a {
  display: block;
  padding: 10px 10px;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (min-width: 960px) {
  .sideNavi_sub a {
    padding: 5px 10px;
  }
}
.sideNavi_sub a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  position: relative;
  top: auto;
  left: auto;
  color: #000;
  margin-right: 5px;
}
@media screen and (min-width: 960px) {
  .sideNavi_sub a::before {
    top: auto;
    left: auto;
  }
}
@media screen and (min-width: 960px) {
  .sideNavi_sub a:hover {
    background: none;
    color: #ff6d1d;
  }
}
.sideNavi_sub a:hover::before {
  color: #ff6d1d;
}

.sideNavi_subsub {
  display: none;
  background: #fff;
  margin-left: -30px;
  padding: 10px 10px 10px 40px;
}
@media screen and (min-width: 960px) {
  .sideNavi_subsub {
    display: none;
  }
}
@media screen and (min-width: 560px) {
  .current + .sideNavi_subsub {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .current + .sideNavi_subsub {
    display: block;
  }
}
.sideNavi_subsub li {
  padding: 3px 0;
}
.sideNavi_subsub a {
  display: block;
  padding: 10px 10px 10px 25px;
}
@media screen and (min-width: 960px) {
  .sideNavi_subsub a {
    padding: 5px 10px 5px 25px;
  }
}
.sideNavi_subsub a::before {
  content: "-";
  position: relative;
  color: #ff6d1d;
  position: absolute;
  left: 12px;
}
@media screen and (min-width: 960px) {
  .sideNavi_subsub a:hover {
    background: none;
    color: #ff6d1d;
  }
}
.sideNavi_subsub a:hover::before {
  color: #ff6d1d;
}

/* =============================================================
txt.scss
============================================================== */
.showroomDeployment {
  width: 100%;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 960px) {
  .showroomDeployment {
    margin: 0;
  }
}
@media screen and (min-width: 560px) {
  .showroomDeployment li {
    display: flex;
  }
}
.showroomDeployment li + li {
  margin-top: 1px;
}
.showroomDeployment a {
  text-decoration: none;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 5px;
  color: #fff;
  height: 100%;
  transition: color 0.1s;
}

.showroomDeployment_area {
  width: 100%;
  background: #ff6d1d;
  font-feature-settings: "palt";
  text-align: center;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .showroomDeployment_area {
    width: 140px;
  }
}
@media screen and (min-width: 960px) {
  .showroomDeployment_area a:hover {
    color: #000;
  }
}

.showroomDeployment_pref {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  background: #000;
}
@media screen and (min-width: 560px) {
  .showroomDeployment_pref {
    flex: 1;
    max-width: 100%;
    display: block;
    background: none;
    letter-spacing: -.4em;
  }
}
.showroomDeployment_pref li {
  display: list-item;
  margin-top: 0;
  width: 33%;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .showroomDeployment_pref li {
    width: auto;
    display: inline-block;
    letter-spacing: normal;
  }
}
.showroomDeployment_pref li + li {
  margin-top: 0;
}
.showroomDeployment_pref a {
  background: #000;
  padding: 12px 15px;
}
@media screen and (min-width: 960px) {
  .showroomDeployment_pref a:hover {
    color: #ff6d1d;
  }
}

/* =============================================================
wrapper.scss
============================================================== */
#wrapper {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 959px) {
  #wrapper {
    overflow: hidden;
  }
}

.page-top {
  overflow: hidden;
}

/* =============================================================
header.scss
============================================================== */
#l-header {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 960px) {
  #l-header {
    overflow: hidden;
  }
}

.l-header_inner {
  display: flex;
  align-items: center;
  height: 60px;
  position: relative;
}
@media screen and (min-width: 960px) {
  .l-header_inner {
    height: auto;
    padding: 40px 0 20px 0;
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media screen and (min-width: 960px) {
  .l-headerLogo {
    width: 35%;
  }
}
.l-headerLogo_txt {
  display: none;
}
@media screen and (min-width: 960px) {
  .l-headerLogo_txt {
    display: block;
    color: #666;
    font-size: 0.75rem;
    font-weight: normal;
    padding-bottom: 10px;
    line-height: 1.2;
    position: absolute;
    top: 20px;
    left: 0;
  }
}
.l-headerLogo_img img {
  width: auto;
  max-width: none;
  height: 40px;
}
@media screen and (min-width: 960px) {
  .l-headerLogo_img img {
    width: 230px;
    height: auto;
  }
}
@media screen and (min-width: 960px) {
  .l-headerLogo_img img.shiten_logo {
    width: 280px;
  }
}

.l-header_navi {
  display: none;
}
@media screen and (min-width: 960px) {
  .l-header_navi {
    display: block;
    width: 65%;
  }
}

.l-header_corprate {
  letter-spacing: -.4em;
  text-align: right;
  margin-bottom: 15px;
}
.l-header_corprate li {
  letter-spacing: normal;
  display: inline-block;
  margin-left: 10px;
}
.l-header_corprate a {
  text-decoration: none;
  color: #ff6d1d;
  padding-right: 10px;
  transition: opacity 0.1s;
}
.l-header_corprate a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  padding-left: 3px;
  font-size: 0.625rem;
}
@media screen and (min-width: 960px) {
  .l-header_corprate a:hover {
    opacity: 0.7;
  }
}

.l-header_box {
  display: flex;
  justify-content: space-between;
}

.l-header_showroom {
  display: inline-block;
  border: 1px solid #ccc;
  max-width: 220px;
  margin-right: 10px;
}
.l-header_showroom a {
  display: block;

  border: 2px solid #fff;
  text-decoration: none;
  color: #000;
  padding: 5px 75px 5px 20px;
  font-size: 0.9375rem;
  font-weight: bold;
  font-feature-settings: "palt";
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff -2px 0px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
  transition: all 0.1s;
}
@media screen and (min-width: 960px) {
  .l-header_showroom a:hover {
    opacity: 0.8;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }
}
.l-header_showroom strong {
  color: #CF1212;
  display: block;
  font-size: 0.6875rem;
  margin-bottom: 5px;
}
.l-header_showroom strong span {
  font-size: 150%;
}

.l-header_contact {
  display: flex;
  border: 1px solid #ff6d1d;
  border-radius: 3px;
  flex: 1;
  max-width: 100%;
}
.l-header_contact li {
  width: 100%;
  height: 100%;
}
.l-header_contact li + li {
  border-left: 1px solid #ff6d1d;
}
.l-header_contact a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #ff6d1d;
  padding: 12px 0;
  text-align: center;
  font-weight: bold;
  font-size: 0.8125rem;
  transition: all 0.1s;
}
.l-header_contact a .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  fill: #ff6d1d;
  transition: color 0.1s;
}
@media screen and (min-width: 960px) {
  .l-header_contact a:hover {
    background: #ff6d1d;
    color: #fff;
  }
}
@media screen and (min-width: 960px) {
  .l-header_contact a:hover .icon {
    fill: #fff;
  }
}

.l-header_hiromi {
  position: absolute;
  right: 30px;
  bottom: 0;
  height: 100%;
  text-align: right;
}
@media screen and (min-width: 960px) {
  .l-header_hiromi {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .l-header_hiromi {
    right: -160px;
    display: block;
  }
}
.l-header_hiromi-shiten {
  right: 0px;
}
@media screen and (min-width: 1200px) {
  .l-header_hiromi-shiten {
    right: -160px;
    display: block;
  }
}
.l-header_hiromi img {
  width: auto;
  max-width: none;
  height: 100%;
}

.l-header_navibtn {
  display: block;
  width: 60px;
  height: 60px;
  margin-left: auto;
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 999;
}
@media screen and (min-width: 960px) {
  .l-header_navibtn {
    display: none;
  }
}
.l-header_navibtn button {
  border: none;
  width: 100%;
  height: 100%;
  background: none;
  position: relative;
  transition: 0.4s all;
  outline: none;
}
.l-header_navibtn button::after {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 17.5px;
  top: 50%;
  margin-top: -1px;
  transition: 0.2s all;
}
.l-header_navibtn button span::before, .l-header_navibtn button span::after {
  content: '';
  display: block;
  width: 25px;
  position: absolute;
  left: 17.5px;
  transition: 0.2s all;
  height: 2px;
  background: #000;
}
.l-header_navibtn button span::before {
  top: 17.5px;
}
.l-header_navibtn button span::after {
  bottom: 17.5px;
}
.l-header_navibtn button span.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.is-menuopen .l-header_navibtn button::after {
  opacity: 0;
}
.is-menuopen .l-header_navibtn button span::before {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.is-menuopen .l-header_navibtn button span::after {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}

/* スマホナビ 
html{
  overflow: auto;
  height: 100%;
}
body.menuopen{
  overflow: hidden;
  height: 100%;
}
.navi_menu{
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
*/
/* =============================================================
navi.scss
============================================================== */
#l-navi {
  position: absolute;
  top: 60px;
  right: -100%;
  background: #fff;
  width: 100%;
  height: 100vh;
  z-index: 500;
}
@media screen and (min-width: 960px) {
  #l-navi {
    position: relative;
    top: auto;
    right: auto;
    height: auto;
    padding: 10px 0;
    max-width: 1100px;
    margin: 0 auto;
  }
}

.l-navi_menu {
  padding: 0px 20px;
}
@media screen and (min-width: 560px) {
  .l-navi_menu {
    padding: 20px 60px;
  }
}
@media screen and (min-width: 960px) {
  .l-navi_menu {
    padding: 0;
  }
}

.l-navi_menuList {
  margin-top: 20px;
}
@media screen and (min-width: 960px) {
  .l-navi_menuList {
    display: flex;
    justify-content: center;
    margin-top: 0;
  }
}
.l-navi_menuList li {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .l-navi_menuList li {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 960px) {
  .l-navi_menuList li {
    font-size: 1rem;
    flex-grow: 1;
  }
}
.l-navi_menuList li + li {
  margin-top: 10px;
}
@media screen and (min-width: 960px) {
  .l-navi_menuList li + li {
    margin-top: 0;
    border-left: 1px solid #999;
  }
}
.l-navi_menuList li a {
  text-decoration: none;
  color: #333;
  display: inline-block;
  padding: 5px 0;
  transition: color 0.1s;
}
@media screen and (min-width: 960px) {
  .l-navi_menuList li a {
    text-align: center;
    width: 100%;
    padding: 5px 10px;
  }
}
@media screen and (min-width: 960px) {
  .l-navi_menuList li a:hover {
    color: #ff6d1d;
  }
}

.l-navi_menuContact {
  display: flex;
  border: 1px solid #ff6d1d;
  border-radius: 3px;
  max-width: 600px;
  margin: 40px auto 0 auto;
}
@media screen and (min-width: 960px) {
  .l-navi_menuContact {
    display: none;
  }
}
.l-navi_menuContact li {
  padding: 0;
  width: 33.3%;
}
.l-navi_menuContact li:nth-of-type(2) {
  border-right: 1px solid #ff6d1d;
  border-left: 1px solid #ff6d1d;
}
.l-navi_menuContact a {
  display: block;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  color: #ff6d1d;
  font-size: 0.8125rem;
  font-weight: bold;
}
.l-navi_menuContact .icon {
  display: block;
  width: 50px;
  height: 20px;
  margin: 0 auto 5px auto;
  fill: #ff6d1d;
}

/* =============================================================
endContact
============================================================== */
.l-endContact {
  background: url("../../img/foot_contact_bg.jpg") no-repeat center center/cover;
}
.l-endContact_inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-endContact_inner {
    justify-content: space-between;
  }
}
@media screen and (min-width: 960px) {
  .l-endContact_inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.l-endContact_hiromi {
  width: 60%;
}
@media screen and (min-width: 768px) {
  .l-endContact_hiromi {
    width: 40%;
    margin-bottom: -20px;
    align-self: flex-end;
  }
}
@media screen and (min-width: 960px) {
  .l-endContact_hiromi {
    width: 50%;
    margin-bottom: 0;
  }
}
.l-endContact_txt {
  width: 70%;
  margin-left: -30%;
  color: #fff;
  font-weight: bold;
  font-size: calc(1.125rem + ((1vw - 3.6px) * 3));
  min-height: 0vw;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .l-endContact_txt {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .l-endContact_txt {
    width: 40%;
    margin-left: -20%;
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 960px) {
  .l-endContact_txt {
    font-size: 1.375rem;
    line-height: 1.8;
    width: 30%;
    margin-left: -25%;
  }
}
.l-endContact_list {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-endContact_list {
    width: 36%;
  }
}
@media screen and (min-width: 960px) {
  .l-endContact_list {
    width: 33.3%;
  }
}
.l-endContact_list li + li {
  margin-top: 1px;
}
.l-endContact_list a {
  text-decoration: none;
  color: #fff;
  background: #ff6d1d;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  font-size: 1rem;
  font-weight: bold;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .l-endContact_list a {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 960px) {
  .l-endContact_list a {
    padding: 25px 0;
    transition: all 0.1s;
  }
}
@media screen and (min-width: 1200px) {
  .l-endContact_list a {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 960px) {
  .l-endContact_list a:hover {
    background: #fff;
    color: #ff6d1d;
    text-shadow: none;
  }
}
@media screen and (min-width: 960px) {
  .l-endContact_list a:hover .icon {
    fill: #ff6d1d;
  }
}
.l-endContact_list .icon {
  display: inline-block;
  width: 30px;
  height: 20px;
  fill: #fff;
  transition: all 0.1s;
}


/* =============================================================
footer
============================================================== */
#l-footer {
  background: #000;
  color: #fff;
}

@media screen and (min-width: 960px) {
  .l-footer_inner {
    display: flex;
    align-items: flex-start;
    position: relative;
  }
}

/* footerCompany
---------------------------------*/
.l-footerCompany {
  /*  display: flex;
    flex-wrap: wrap;
    align-items: flex-end; */
  max-width: 330px;
}
@media screen and (min-width: 960px) {
  .l-footerCompany {
    width: 33.3%;
    /* align-items: flex-start; */
  }
}
.l-footerCompany a {
  text-decoration: none;
  color: #fff;
}

.l-footer_logo {
  width: 60%;
  padding-right: 20px;
  margin-bottom: 5px;
}

.l-footer_sns {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.l-footer_sns li {
  margin-right: 10px;
}
.l-footer_sns a {
  font-size: 1.5rem;
  display: block;
  padding: 5px;
}

.l-footer_corporateLink {
  margin-top: 15px;
  display: flex;
}
.l-footer_corporateLink li:first-of-type {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #fff;
}
.l-footer_corporateLink a {
  display: block;
  padding: 5px;
  @incude m-font-size(13);
  font-weight: bold;
}

/* footerNavi
---------------------------------*/
.l-footerNavi {
  margin-top: 20px;
  max-width: 450px;
}
@media screen and (min-width: 960px) {
  .l-footerNavi {
    flex: 1;
    max-width: 100%;
    margin-top: 0;
    display: flex;
  }
}

.l-footerNavi_list {
  display: inline;
  letter-spacing: -.4em;
}
.l-footerNavi_list.l-footeNavi_recruit--sp {
  display: block;
  margin-top: 15px;
}
@media screen and (min-width: 960px) {
  .l-footerNavi_list.l-footeNavi_recruit--sp {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .l-footerNavi_list {
    display: block;
    letter-spacing: normal;
    width: 33.3%;
    padding: 0px 10px;
  }
}
.l-footerNavi_list li {
  letter-spacing: normal;
  display: inline-block;
  width: 50%;
  vertical-align: top;
}
@media screen and (min-width: 560px) {
  .l-footerNavi_list li {
    width: 33.3%;
  }
}
@media screen and (min-width: 960px) {
  .l-footerNavi_list li {
    display: list-item;
    width: auto;
  }
}
.l-footerNavi_list li a, .l-footerNavi_list li span {
  text-decoration: none;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 5px 0;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .l-footerNavi_list li a, .l-footerNavi_list li span {
    font-weight: bold;
    color: #ff7800;
    font-size: 0.8125rem;
  }
}
.l-footerNavi_list ul {
  display: none;
}
@media screen and (min-width: 960px) {
  .l-footerNavi_list ul {
    display: block;
    margin-bottom: 10px;
  }
}
.l-footerNavi_list ul a {
  color: #fff;
  font-size: 0.75rem;
  position: relative;
  padding-left: 10px;
}
.l-footerNavi_list ul a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 5px;
}
.l-footerNavi_list li.l-footerNavi_list--wide {
  width: auto;
}
.l-footerNavi_list li.l-footerNavi_recruit {
  display: none;
}
@media screen and (min-width: 960px) {
  .l-footerNavi_list li.l-footerNavi_recruit {
    display: inline-block;
  }
}

/* footer_copyright
---------------------------------*/
.l-footer_copyright {
  margin-top: 40px;
  font-size: 0.625rem;
  line-height: 1.3;
  color: #999;
}
@media screen and (min-width: 960px) {
  .l-footer_copyright {
    position: absolute;
    left: 40px;
    bottom: 95px;
  }
}

/* pagetop
---------------------------------*/
.pagetop {
  display: none;
}
@media screen and (min-width: 960px) {
  .pagetop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 500;
    opacity: 0.7;
    background: #000;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
  }
}
.pagetop span {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.pagetop:hover {
  opacity: 1;
}

/* SHITEN
--------------------------------------*/
/*l-footerShiten
---------------------------------*/
#l-footerShiten {
  background: #000;
  color: #fff;
}

@media screen and (min-width: 960px) {
  .l-footerShiten_inner {
    text-align: center;
  }
}

/*l-footerShiten
---------------------------------*/
.l-footerShitenCompany {
  max-width: 330px;
  margin: 0 auto;
  text-align: center;
}
.l-footerShitenCompany a {
  text-decoration: none;
  color: #fff;
}

.l-footerShiten_logo {
  margin-bottom: 5px;
  text-align: center;
}
.l-footerShiten_logo img {
  width: 230px;
}
@media screen and (min-width: 560px) {
  .l-footerShiten_logo img {
    width: 300px;
  }
}
@media screen and (min-width: 960px) {
  .l-footerShiten_logo img {
    width: auto;
  }
}

.l-footerShiten_sns {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.l-footerShiten_sns li {
  margin-right: 10px;
}
.l-footerShiten_sns a {
  font-size: 1.5rem;
  display: block;
  padding: 5px;
}

.l-footer_corporateLink {
  margin-top: 15px;
  display: flex;
}
.l-footer_corporateLink li:first-of-type {
  padding-right: 5px;
  margin-right: 5px;
  border-right: 1px solid #fff;
}
.l-footer_corporateLink a {
  display: block;
  padding: 5px;
  @incude m-font-size(13);
  font-weight: bold;
}

/* footerShiten_copyright
---------------------------------*/
.l-footerShiten_copyright {
  margin-top: 10px;
  font-size: 0.625rem;
  line-height: 1.3;
  color: #999;
  text-align: center;
}

/* =============================================================
main.scss
============================================================== */
#l-contents {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 560px) {
  #l-contents {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  #l-contents {
    padding-top: 70px;
    padding-bottom: 200px;
  }
}

@media screen and (min-width: 960px) {
  .l-contents--column {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 960px) {
  .l-contents--column #l-main {
    width: 71.5%;
    max-width: 770%;
  }
}
.l-contents--column #l-side {
  margin-top: 50px;
  margin-bottom: 0;
}
@media screen and (min-width: 560px) {
  .l-contents--column #l-side {
    margin-top: 70px;
  }
}
@media screen and (min-width: 960px) {
  .l-contents--column #l-side {
    width: 25%;
    max-width: 270px;
    margin-left: 30px;
    margin-top: 0;
  }
}

/* =============================================================
top.scss
============================================================== */
/* promo
--------------------------------------*/
.topMainVisual {
  position: relative;
  overflow: hidden;
}
.topMainVisual_headding {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.topPromo {
  position: relative;
}
@media screen and (min-width: 560px) {
  .topPromo {
    margin: 0 -50px;
  }
}
@media screen and (min-width: 960px) {
  .topPromo {
    margin: 0;
    height: 640px;
  }
}
.topPromo a {
  display: block;
}
@media screen and (min-width: 960px) {
  .topPromo picture img {
    object-fit: cover;
    width: 100%;
    height: 640px;
  }
}

.topPromo_inner {
  display: none;
}
@media screen and (min-width: 960px) {
  .topPromo_inner {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.topPromo_inner_medal {
  margin: -50px 100px 0 100px;
  position: relative;
  z-index: 5;
}
.topPromo_inner--right {
  align-items: flex-end;
}
.topPromo_inner_oriconNo1 {
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.topPromo_inner_hiromi01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
}
@media screen and (min-width: 1200px) {
  .topPromo_inner_hiromi01 {
    width: auto;
  }
}
.topPromo_inner_hiromi02 {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media screen and (min-width: 1200px) {
  .topPromo_inner_hiromi02 {
    right: 10%;
  }
}
.topPromo_inner_hiromi03 {
  position: absolute;
  bottom: 20px;
  right: 50%;
  max-width: 1140px;
  width: 100%;
  transform: translateX(50%);
}
.topPromo_inner_hiromi03 p {
  width: 30%;
  /*new movie*/
}
.topPromo_inner_hiromi03 p.newest {
  width: 40%;
  position: relative;
  text-align: right;
  bottom: -6px;
}
.topPromo_inner_hiromi03 .topPromo_inner__name {
  text-align: right;
  padding-right: 40px;
}
.topPromo_inner_hiromi03 .topPromo_inner__movie {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: -20px;
}
.topPromo_inner_hiromi03 img {
  margin-left: auto;
  margin-right: 0;
}

/* topImportant
--------------------------------------*/
.topImportant {
  overflow: hidden;
}
.topImportant_inner {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 560px) {
  .topImportant_inner {
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .topImportant_inner {
    margin: 0;
    position: relative;
  }
}
@media screen and (min-width: 960px) {
  .topImportant_inner::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: -100%;
  }
}
.topImportant_title {
  background: #000;
  padding: 10px;
  color: #ff6d1d;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .topImportant_title {
    font-size: 1.0625rem;
    width: 120px;
    padding: 15px;
  }
}
@media screen and (min-width: 768px) {
  .topImportant_title {
    width: 200px;
    padding: 25px 15px;
  }
}
@media screen and (min-width: 960px) {
  .topImportant_title {
    font-size: 1.125rem;
  }
}
.topImportant_title br {
  display: none;
}
@media screen and (min-width: 560px) {
  .topImportant_title br {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .topImportant_title br {
    display: none;
  }
}
@media screen and (min-width: 560px) {
  .topImportant_news {
    width: calc(100% - 120px);
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .topImportant_news {
    width: calc(100% - 200px);
  }
}
.topImportant_news .topImportant_slide, .topImportant_news .slick-track, .topImportant_news .slick-slide {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.topImportant_news p {
  height: 100%;
  display: flex !important;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 560px) {
  .topImportant_news p {
    padding: 0px 20px;
  }
}
@media screen and (min-width: 768px) {
  .topImportant_news p {
    padding: 0px 30px;
  }
}
@media screen and (min-width: 960px) {
  .topImportant_news p {
    padding: 0px 40px;
  }
}
.topImportant_news a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 12px;
}
@media screen and (min-width: 360px) {
  .topImportant_news a {
    padding: 12px;
  }
}
@media screen and (min-width: 560px) {
  .topImportant_news a {
    font-size: 1.0625rem;
    padding: 10px;
  }
}
@media screen and (min-width: 960px) {
  .topImportant_news a {
    font-size: 1.125rem;
    padding: 20px;
  }
}
.topImportant_news a::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.topImportant_news a span {
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
.topImportant_news a span::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 900;
  position: absolute;
  left: 0px;
  top: 1px;
  color: #CF1212;
}
.topImportant_news .slick-list {
  height: 100%;
  margin: 0;
}
.topImportant_news .slick-arrow {
  background: #ff7800;
  z-index: 20;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 100%;
  display: block;
  border: 0;
  text-indent: -9999;
  font-size: 0;
  cursor: pointer;
}
.topImportant_news .slick-prev,
.topImportant_news .slick-next {
  border: 0;
}
.topImportant_news .slick-prev {
  left: 0px;
  background: url("../../img/slide_arrows_left.svg") no-repeat center center #fff;
  background-size: auto 50px;
}
@media screen and (min-width: 960px) {
  .topImportant_news .slick-prev {
    background-size: auto 50px;
  }
}
.topImportant_news [dir='rtl'] .slick-prev {
  right: 0px;
  left: auto;
  background: url("../../img/slide_arrows_left.svg") no-repeat center center #fff;
  background-size: auto 50px;
}
@media screen and (min-width: 960px) {
  .topImportant_news [dir='rtl'] .slick-prev {
    background-size: auto 50px;
  }
}
.topImportant_news .slick-next {
  right: -40px;
  background: url("../../img/slide_arrows_right.svg") no-repeat center center #fff;
  background-size: auto 50px;
}
@media screen and (min-width: 960px) {
  .topImportant_news .slick-next {
    background-size: auto 50px;
  }
}
.topImportant_news [dir='rtl'] .slick-next {
  right: auto;
  left: 0px;
  background: url("../../img/slide_arrows_right.svg") no-repeat center center #fff;
  background-size: auto 50px;
}
@media screen and (min-width: 960px) {
  .topImportant_news [dir='rtl'] .slick-next {
    background-size: auto 50px;
  }
}
.topImportant_news .slick-prev:hover,
.topImportant_news [dir='rtl'] .slick-prev:hover,
.topImportant_news .slick-next:hover,
.topImportant_news [dir='rtl'] .slick-next:hover {
  background-position: center center;
}

/* showroom
--------------------------------------*/
.topMap {
  background: url("../../img/showroommap_sp.png") no-repeat right -20px #f3ba00;
}
@media screen and (min-width: 960px) {
  .topMap {
    background: url("../../img/showroommap.png") no-repeat center -20px #f3ba00;
  }
}

.topShowroom {
  border-top: 5px solid #ff6d1d;
  position: relative;
}

.topShowroom_txtarea {
  padding: 0 20px;
  max-width: 450px;
}
@media screen and (min-width: 560px) {
  .topShowroom_txtarea {
    padding: 0 40px;
    max-width: 550px;
  }
}
@media screen and (min-width: 960px) {
  .topShowroom_txtarea {
    width: 50%;
    max-width: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.topShowroom_txtarea .topShowroom_title {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  font-size: 1.625rem;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .topShowroom_txtarea .topShowroom_title {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 960px) {
  .topShowroom_txtarea .topShowroom_title {
    font-size: 2.625rem;
    padding: 20px 30px 30px 30px;
    text-align: center;
  }
}
.topShowroom_txtarea .topShowroom_title strong {
  color: #ff6d1d;
  display: inline-block;
  margin-right: 5px;
  background: linear-gradient(transparent 70%, #cbc6b8 70%);
}
.topShowroom_txtarea .topShowroom_title em {
  font-size: 150%;
  display: inline-block;
  padding: 0px 5px;
}
.topShowroom_txtarea p {
  background: rgba(255, 255, 255, 0.9);
  padding: 0px 20px 20px 20px;
}
@media screen and (min-width: 960px) {
  .topShowroom_txtarea p {
    padding: 20px 40px;
    width: 80%;
    margin: 0 0 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .topShowroom_txtarea p {
    width: 70%;
    padding: 30px 50px;
  }
}

@media screen and (min-width: 560px) {
  .topShowroom_inner .btn {
    margin: 0px 0px 0px auto;
  }
}

.topShowroom_list {
  margin: 40px 0;
  max-width: 580px;
}

/* event
--------------------------------------*/
.topEvent.space--medium {
  padding-top: 0;
}

.topEvent_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 20px;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff -2px 0px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
@media screen and (min-width: 560px) {
  .topEvent_title {
    font-size: 1.375rem;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 960px) {
  .topEvent_title {
    font-size: 1.5rem;
  }
}
.topEvent_title img {
  margin-right: 5px;
}
@media screen and (min-width: 560px) {
  .topEvent_title br {
    display: none;
  }
}

.topEvent_list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 560px) {
  .topEvent_list {
    margin: 0px -5px;
    max-width: none;
  }
}
@media screen and (min-width: 960px) {
  .topEvent_list {
    margin: 0px -10px;
  }
}
@media screen and (min-width: 1200px) {
  .topEvent_list {
    margin: 0px -60px;
  }
}

.topEvent_item {
  margin-bottom: 15px;
  width: 50%;
  padding: 0px 5px;
}
@media screen and (min-width: 560px) {
  .topEvent_item {
    width: 33.3%;
  }
}
@media screen and (min-width: 960px) {
  .topEvent_item {
    width: 25%;
    padding: 0px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .topEvent_item {
    width: 20%;
  }
}
.topEvent_item a {
  display: block;
  text-decoration: none;
  color: #333;
  background: #ff6d1d;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  height: 100%;
}
@media screen and (min-width: 560px) {
  .topEvent_item a {
    background: #fff;
  }
}
.topEvent_item_inner {
  transition: all 0.1s;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .topEvent_item_inner:hover {
    opacity: 0.8;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }
}
.topEvent_item_img {
  position: relative;
  padding: 5px;
  background: #fff;
}
.topEvent_item_showroom {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.3;
  font-weight: bold;
  padding: 5px 12px;
  /*position: absolute;
  bottom: 0;
  left: 0;*/
  width: 100%;
  display: block;
}
.topEvent_item_time {
  background: #ff6d1d;
  color: #000;
  font-feature-settings: "plat";
  font-size: 0.8125rem;
  line-height: 1.3;
  font-weight: bold;
  padding: 5px 12px;
}
@media screen and (min-width: 560px) {
  .topEvent_item_time {
    font-size: 0.75rem;
  }
}
.topEvent_item_title {
  display: none;
  font-size: 1rem;
  padding: 15px 12px;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .topEvent_item_title {
    display: block;
    font-size: 0.9375rem;
  }
}
.topEvent_item dl {
  display: none;
  padding: 0px 12px 15px 12px;
  margin-top: -5px;
  font-size: 0.8125rem;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .topEvent_item dl {
    display: flex;
  }
}
.topEvent_item dl dt {
  width: 40px;
}
@media screen and (min-width: 560px) {
  .topEvent_item dl dt {
    width: 40px;
  }
}
.topEvent_item dl dd {
  flex: 1;
  max-width: 100%;
}

.topEvent_attention {
  border: 1px solid #fff;
  padding: 15px;
  margin-top: 20px;
}
.topEvent_attention .c-li_attention li {
  font-size: 0.6875rem;
  line-height: 1.3;
  text-indent: -13px;
}
@media screen and (min-width: 560px) {
  .topEvent_attention .c-li_attention li {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 960px) {
  .topEvent_attention .c-li_attention li {
    font-size: 0.875rem;
  }
}



/* topCards
--------------------------------------*/
.topCard {
  padding: 10px;
}
.topCard a {
  display: block;
  text-decoration: none;
  color: #333;
  background: #fff;
}
.topCard_title {
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 960px) {
  .topCard_title {
    font-size: 0.875rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1200px) {
  .topCard_title {
    font-size: 0.9375rem;
    line-height: 1.3;
  }
}



/* topNews
--------------------------------------*/
.topNews {
  background: #f5eee7;
}

.topNews_title {
  display: flex;
  align-items: center;
}
.topNews_title_icon {
  display: inline-block;
  height: 30px;
  padding-right: 5px;
}
.topNews_title_icon img {
  width: 100%;
  max-width: 30px;
  max-height: 100%;
}
.topNews_title.title_basic, .topNews_title.p-title_h3 {
  text-align: left;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .topNews_title.title_basic, .topNews_title.p-title_h3 {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .topNews_title.title_basic, .topNews_title.p-title_h3 {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 560px) {
  .topNews_inner {
    display: flex;
    justify-content: space-between;
  }
}

.topNews_container {
  position: relative;
}
@media screen and (min-width: 560px) {
  .topNews_container {
    width: 48%;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .topNews_container {
    width: 47%;
  }
}
.topNews_container-nobtm {
  padding-bottom: 0px;
}
.topNews_container + .topNews_container {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 560px) {
  .topNews_container + .topNews_container {
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
}
.topNews_container .topNews-list_item_title {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 560px) {
  .topNews_container .topNews-list_item_title {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1200px) {
  .topNews_container .topNews-list_item_title {
    font-size: 1rem;
  }
}

.topNews_btn {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 560px) {
  .topNews_btn {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .topNews_btn {
    top: 3px;
    right: 0;
    bottom: auto;
    left: auto;
    width: auto;
  }
}
.topNews_btn a {
  display: inline-block;
  border: 1px solid #ff6d1d;
  background: #fff;
  padding: 5px 40px;
  font-size: 0.8125rem;
  text-decoration: none;
  color: #ff6d1d;
  position: relative;
  border-radius: 3px;
  transition: all 0.1s;
}
.topNews_btn a::after {
  content: '';
  background: url("../../img/icon_arrow_right_orange.svg") no-repeat center center/contain;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.1s;
}
@media screen and (min-width: 960px) {
  .topNews_btn a:hover {
    background: #ff6d1d;
    color: #fff;
  }
}
@media screen and (min-width: 960px) {
  .topNews_btn a:hover::after {
    background: url("../../img/icon_arrow_right_white.svg") no-repeat center center/contain;
  }
}

.topNews-list {
  width: 100%;
}

.topNews-list_item {
  width: 100%;
}
.topNews-list_item + .topNews-list_item {
  margin-top: 15px;
}
.topNews-list_item a {
  display: block;
  text-decoration: none;
  color: #333;
}
@media screen and (min-width: 960px) {
  .topNews-list_item a {
    display: flex;
  }
}
@media screen and (min-width: 960px) {
  .topNews-list_item a:hover .topNews-list_item_title {
    color: #ff6d1d;
  }
}
.topNews-list_item_data {
  padding-bottom: 3px;
  font-size: 0.75rem;
  line-height: 1.5;
  padding-right: 10px;
  padding-top: 2px;
}
.topNews-list_item_data time {
  color: #ff6d1d;
  margin-right: 10px;
}
.topNews-list_item_data span {
  border-left: 1px solid #b5b5b5;
  display: inline-block;
  padding: 0px 5px;
  width: 100px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .topNews-list_item_data span {
    border-right: 1px solid #b5b5b5;
  }
}
.topNews-list_item_title {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  .topNews-list_item_title {
    flex: 1;
    max-width: 100%;
    transition: color 0.1s;
  }
}

/* topColumn 
--------------------------------------*/
.topColumn {
  background: url("../../img/bg01.gif") repeat left top;
}

.topColumnList_wrap {
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
}

.topColumnList-list {
  width: 50%;
  padding: 5px;
    /*&-write{
      margin-top: 10px;
      padding-top: 10px;
      display: flex;
      align-items: center;
      border-top:1px solid #ebe2e2;
      
      &-ph{
        width: 50px;
        margin-right: 10px;
        img{
          border-radius: 50%;
        }      
      }

      &-info{
        @include m-font-size(10);
        @include mq-up(md){
          @include m-font-size(12);
        }
        dd{
          margin-top: 5px;
        }
      }

    }*/
}
.topColumnList-list:nth-of-type(5) {
  display: none;
}
@media screen and (min-width: 560px) {
  .topColumnList-list {
    width: 50%;
    padding: 10px;
  }
}
@media screen and (min-width: 960px) {
  .topColumnList-list {
    width: 33%;
  }
  .topColumnList-list:nth-of-type(5) {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .topColumnList-list {
    width: 20%;
  }
}
.topColumnList-list a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 7px;
  background: #fff;
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 560px) {
  .topColumnList-list a {
    padding: 8px;
  }
}
@media screen and (min-width: 960px) {
  .topColumnList-list a {
    padding: 10px;
  }
}
@media screen and (min-width: 960px) {
  .topColumnList-list a {
    padding: 13px;
  }
}
.topColumnList-list-category {
  margin-top: 7px;
  display: flex;
  flex-wrap: wrap;
}
.topColumnList-list-category li {
  margin-right: 5px;
  margin-bottom: 5px;
}
.topColumnList-list-category li span {
  background: #ff7800;
  color: #fff;
  padding: 5px;
  display: block;
  font-size: 0.625rem;
}
@media screen and (min-width: 560px) {
  .topColumnList-list-category li span {
    font-size: 0.6875rem;
  }
}
.topColumnList-list-ph {
  margin-bottom: 10px;
  background: #f0e7dc;
}
.topColumnList-list-ph img.imgwh {
  width: 100%;
  height: 32vw;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (min-width: 960px) {
  .topColumnList-list-ph img.imgwh {
    height: 25vw;
  }
}
@media screen and (min-width: 1200px) {
  .topColumnList-list-ph img.imgwh {
    height: 14vw;
  }
}
.topColumnList-list-date {
  margin-top: 5px;
  font-size: 0.6875rem;
  font-family: sans-serif;
  color: #555;
  text-align: right;
  font-weight: 300;
}
@media screen and (min-width: 560px) {
  .topColumnList-list-date {
    font-size: 0.8125rem;
  }
}
.topColumnList-list-ttl {
  font-weight: 400;
  line-height: 1.4;
  font-size: 0.875rem;
}
@media screen and (min-width: 560px) {
  .topColumnList-list-ttl {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .topColumnList-list-ttl {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 960px) {
  .topColumnList-list-ttl {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 1200px) {
  .topColumnList-list-ttl {
    font-size: 1.125rem;
  }
}

/* topService
--------------------------------------*/
.topService {
  background: url("../../img/top/top_service_bg02.png") no-repeat right top, url("../../img/top/top_service_bg.png") no-repeat center top/contain #ef7a00;
}
@media screen and (min-width: 960px) {
  .topService {
    background: url("../../img/top/top_service_bg02.png") no-repeat right top, url("../../img/top/top_service_bg.png") no-repeat center top/100% auto #ef7a00;
  }
}
.topService a {
  display: block;
  text-decoration: none;
  color: #333;
}

/* reest */
@media screen and (min-width: 768px) {
  .topService-reest a {
    position: relative;
  }
}
.topService-reest_logoarea {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .topService-reest_logoarea {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 5;
  }
}
.topService-reest_logo {
  background: #fff;
  padding: 15px 20px;
  width: 120px;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 560px) {
  .topService-reest_logo {
    width: 140px;
  }
}
@media screen and (min-width: 768px) {
  .topService-reest_logo {
    width: 200px;
    padding: 20px 40px;
  }
}
@media screen and (min-width: 960px) {
  .topService-reest_logo {
    width: 240px;
    padding: 25px 65px;
  }
}
.topService-reest_txt {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 0.75rem;
  font-weight: bold;
  flex: 1;
  max-width: 100%;
  line-height: 1.3;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 560px) {
  .topService-reest_txt {
    padding: 8px 10px;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .topService-reest_txt {
    margin-top: 1px;
    font-size: 0.875rem;
    padding: 10px 20px;
  }
}
@media screen and (min-width: 960px) {
  .topService-reest_txt {
    font-size: 1rem;
    padding: 20px 45px;
  }
}
.topService-reest_txt strong {
  color: #ff6d1d;
}
.topService-reest_txt br {
  display: none;
}
@media screen and (min-width: 768px) {
  .topService-reest_txt br {
    display: inline;
  }
}
.topService-reest_img {
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 0 0 24px 0;
}
@media screen and (min-width: 768px) {
  .topService-reest_img {
    width: 88.8%;
    margin: 0 0 0 auto;
  }
}
.topService-reest_img img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 24px 0;
  border: 2px solid #000;
  transition: opacity 0.1s;
}
.topService-reest_more {
  padding: 0px 25px 35px 15px;
  text-align: right;
  background: url("../../img/icon_arrow_naname_white.svg") no-repeat right top;
  background-size: 40px auto;
  color: #fff;
  font-size: 0.75rem;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  width: calc(100% - 20px);
  transition: all 0.1s;
  position: absolute;
  top: 10px;
  right: 10px;
}
@media screen and (min-width: 768px) {
  .topService-reest_more {
    padding: 0px 25px 55px 15px;
    background-size: auto auto;
    top: 20px;
    right: 20px;
  }
}
@media screen and (min-width: 960px) {
  .topService-reest_more {
    top: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 960px) {
  .topService-reest a:hover .topService-reest_img img {
    opacity: 0.8;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (min-width: 960px) {
  .topService-reest a:hover .topService-reest_more {
    padding: 5px 30px 55px 15px;
    top: 25px;
    right: 25px;
  }
}

/* bannerBig */
.topService-bannerBig {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px -5px 0 -5px;
}
@media screen and (min-width: 960px) {
  .topService-bannerBig {
    margin: 50px -5px 0 -5px;
  }
}
.topService-bannerBig_item {
  width: 50%;
  padding: 0px 5px;
  margin-bottom: 15px;
}
@media screen and (min-width: 560px) {
  .topService-bannerBig_item {
    width: 24.5%;
    max-width: 350px;
  }
}
.topService-bannerBig_item img {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 15px 0;
  transition: all 0.1s;
}
.topService-bannerBig a {
  display: block;
}
@media screen and (min-width: 960px) {
  .topService-bannerBig a:hover img {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    opacity: 0.9;
  }
}
.topService-bannerBig_more {
  background: url("../../img/icon_arrow_right_white.svg") no-repeat left center;
  background-size: 10px auto;
  padding-left: 15px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 0.625rem;
  text-transform: uppercase;
  width: calc(100% - 20px);
}
.topService-bannerBig_more i {
  margin-left: 5px;
}

/* bannerSmall */
.topService-bannerSmall {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px -5px 0 -5px;
}
@media screen and (min-width: 960px) {
  .topService-bannerSmall {
    margin: 50px -5px 0 -5px;
  }
}
.topService-bannerSmall div {
  width: 48%;
  max-width: 200px;
  padding: 0px 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .topService-bannerSmall div {
    max-width: 260px;
    width: 32%;
  }
}
@media screen and (min-width: 960px) {
  .topService-bannerSmall div {
    width: auto;
  }
}
.topService-bannerSmall a {
  display: block;
}
@media screen and (min-width: 960px) {
  c
  .topService-bannerSmall a:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    opacity: 0.9;
  }
}

/****************支店******************/
/*******showroom event*********/
.topShitenevent_container {
  background: #f3ba00;
  /******/
}
@media screen and (min-width: 768px) {
  .topShitenevent_container .topShitenevent_inner {
    display: flex;
    align-items: center;
  }
}
.topShitenevent_container .topShitenEvent_ttl {
  font-weight: normal;
  font-size: 1.125rem;
  margin-right: 30px;
  font-weight: 900;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .topShitenevent_container .topShitenEvent_ttl {
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 768px) {
  .topShitenevent_container .topShitenEvent_ttl {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 960px) {
  .topShitenevent_container .topShitenEvent_ttl {
    font-size: 1.4375rem;
  }
}
.topShitenevent_container .topNews-list {
  flex: 1;
}
.topShitenevent_container a {
  background: #fff;
  padding: 10px;
  align-items: center;
}
.topShitenevent_container .topNews-list_item_title {
  font-size: 0.75rem;
  margin-top: 5px;
}
@media screen and (min-width: 560px) {
  .topShitenevent_container .topNews-list_item_title {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .topShitenevent_container .topNews-list_item_title {
    margin-top: 0px;
  }
}
.topShitenevent_container .topNews-list_item_data time {
  background: #ff6d1d;
  color: #fff;
  padding: 3px 10px 3px;
  font-size: 0.75rem;
  display: inline-block;
}
@media screen and (min-width: 560px) {
  .topShitenevent_container .topNews-list_item_data time {
    font-size: 0.875rem;
  }
}
.topShitenevent_container .topNews-list_item_data span {
  background: #000;
  color: #fff;
  padding: 3px 10px 3px;
  font-size: 0.75rem;
  border: none;
}
@media screen and (min-width: 560px) {
  .topShitenevent_container .topNews-list_item_data span {
    font-size: 0.875rem;
  }
}



/*******showroom news*********/
.topNewsShiten_container {
  font-weight: normal;
}
.topNewsShiten_container h4 {
  font-weight: normal;
}
.topNewsShiten_container a {
  background: #fff;
  padding: 10px 20px 10px;
}

/* =============================================================
entrylist.scss
============================================================== */
/* =============================================================
about.scss
============================================================== */
/* message
--------------------------------------*/
.aboutMessage {
  background: url("../../img/bg03.gif") no-repeat center bottom/cover;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 560px) {
  .aboutMessage {
    display: block;
  }
}
.aboutMessage_inner {
  order: 2;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .aboutMessage_inner {
    padding: 40px;
  }
}
.aboutMessage_ttl {
  order: 1;
}
.aboutMessage_ph {
  order: 3;
  display: inline-block;
}

.aboutMessage_catch {
  display: flex;
  align-items: center;
  font-size: 1.375rem;
  position: relative;
  z-index: 10;
  line-height: 1.3;
  padding: 0px 0px 10px 0px;
}
@media screen and (min-width: 360px) {
  .aboutMessage_catch {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 560px) {
  .aboutMessage_catch {
    align-items: center;
    font-size: 1.5rem;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .aboutMessage_catch {
    padding: 0 5px 10px 5px;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .aboutMessage_catch {
    padding: 0 0 10px 0;
    min-height: 0vw;
    font-size: 1.5rem;
  }
}
.aboutMessage_catch strong {
  font-size: 130%;
  color: #ff6d1d;
  display: block;
}
@media screen and (min-width: 360px) {
  .aboutMessage_catch strong {
    display: inline-block;
  }
}
.aboutMessage_catch span + span {
  flex: 1;
  max-width: 100%;
}
.aboutMessage_catch_fukidashi {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  line-height: 1.3;
  font-size: calc(0.625rem + ((1vw - 0.01px) * 0.8342));
  min-height: 0vw;
  text-align: center;
  background: url("../../img/top/top_concept_fukidashi02.png") no-repeat center center/contain;
  width: 35%;
  max-width: 150px;
  padding-bottom: 10px;
  position: relative;
  margin-right: 10px;
}
@media screen and (min-width: 360px) {
  .aboutMessage_catch_fukidashi {
    max-width: 130px;
    font-size: 1rem;
  }
}
.aboutMessage_catch_fukidashi::before {
  content: '';
  display: block;
  padding-top: 81%;
}

.aboutMessage_ph.is-sp {
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .aboutMessage_ph.is-sp {
    float: right;
    width: 40%;
    margin: 0 0 10px 20px;
    text-align: right;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 960px) {
  .aboutMessage_ph.is-sp {
    display: none;
  }
}
.aboutMessage_ph.is-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .aboutMessage_ph.is-pc {
    display: block;
    width: 33%;
    float: right;
    margin: 0 0 20px 30px;
  }
}

/* about list
--------------------------------------*/
.aboutList_item {
  width: 100%;
  margin-bottom: 30px;
}
.aboutList a {
  /*padding:15px;*/
  position: relative;
  text-decoration: none;
  color: #333;
  display: block;
}
@media screen and (min-width: 360px) {
  .aboutList a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 560px) {
  .aboutList a {
    /*padding:20px;*/
  }
}
.aboutList_ph {
  width: 100%;
  padding: 10px;
}
@media screen and (min-width: 360px) {
  .aboutList_ph {
    width: 35%;
  }
}
@media screen and (min-width: 560px) {
  .aboutList_ph {
    padding: 20px;
  }
}
.aboutList_inner {
  padding: 10px 10px 0 10px;
}
@media screen and (min-width: 360px) {
  .aboutList_inner {
    padding: 10px 10px 0 0;
    width: 65%;
  }
}
@media screen and (min-width: 560px) {
  .aboutList_inner {
    padding: 20px 20px 0 0;
    display: flex;
    flex-direction: column;
  }
}
.aboutList_txt {
  font-size: 0.8125rem;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .aboutList_txt {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .aboutList_txt {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}
.aboutList_moreLink {
  /*
  position: absolute;
  bottom: 0;
  right:0;
  */
}
@media screen and (min-width: 560px) {
  .aboutList_moreLink {
    margin-top: auto;
  }
}

/* catch
---------------------------------------------*/
.aboutCatch {
  background: url("../../img/bg03.gif") no-repeat center bottom/cover;
  margin-bottom: 60px;
}
@media screen and (min-width: 560px) {
  .aboutCatch {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 960px) {
  .aboutCatch {
    margin-bottom: 100px;
  }
}
.aboutCatch_txt {
  padding: 20px;
}
@media screen and (min-width: 560px) {
  .aboutCatch_txt {
    padding: 30px;
  }
}
@media screen and (min-width: 960px) {
  .aboutCatch_txt {
    padding: 40px;
  }
}
.aboutCatch_txt p {
  font-size: 1.5rem;
  line-height: 2;
  background: linear-gradient(transparent 95%, #fff 95%);
  display: inline;
}
@media screen and (min-width: 560px) {
  .aboutCatch_txt p {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 960px) {
  .aboutCatch_txt p {
    font-size: 2.25rem;
  }
}
.aboutCatch_txt p br {
  display: none;
}
@media screen and (min-width: 560px) {
  .aboutCatch_txt p br {
    display: inline;
  }
}

/* contact
---------------------------------------------*/
.aboutContact {
  width: 100%;
  display: block;
  margin-top: 40px;
  border: 2px solid #ff6d1d;
}
@media screen and (min-width: 768px) {
  .aboutContact {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .aboutContactItem {
    width: 33.3%;
  }
}
.aboutContactItem + div {
  border-top: 2px solid #ff6d1d;
}
@media screen and (min-width: 768px) {
  .aboutContactItem + div {
    border-top: none;
    border-left: 2px solid #ff6d1d;
  }
}
.aboutContactItem a {
  display: block;
  background: #fff;
  text-decoration: none;
  color: #333;
  position: relative;
  padding: 20px;
  background: url("../../img/bg02.gif") repeat-x left top/auto 30%;
}
.aboutContactItem .btn {
  color: #fff;
  margin: 0px auto;
}
.aboutContactItem_title {
  border-bottom: 1px solid #ff6d1d;
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .aboutContactItem_title {
    font-size: 1.125rem;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
}
.aboutContactItem_txt {
  line-height: 1.3;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .aboutContactItem_txt {
    margin-bottom: 25px;
  }
}

/* support
---------------------------------------------*/
.aboutSupport_rei {
  margin-top: 20px;
}
.aboutSupport_rei table {
  width: 100%;
}
.aboutSupport_rei table caption {
  background: #ccc;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  padding: 10px 10px;
}
.aboutSupport_rei th,
.aboutSupport_rei td {
  padding: 10px 10px;
  font-size: 0.875rem;
  line-height: 1.3;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.aboutSupport_rei td {
  text-align: right;
}

/* anshinsyuri
---------------------------------------------*/
.anshinCatch {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .anshinCatch {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .anshinCatch {
    margin-bottom: 50px;
  }
}

.aboutAnshin_merit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .aboutAnshin_merit {
    margin-top: 40px;
  }
  .aboutAnshin_merit::after {
    content: "";
    display: block;
    width: 32%;
  }
}
.aboutAnshin_merit .p-title_h3 {
  width: 100%;
}

.aboutAnshin_meritItem {
  border: 1px solid #ff6d1d;
  margin-bottom: 15px;
}
@media screen and (min-width: 560px) {
  .aboutAnshin_meritItem {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .aboutAnshin_meritItem {
    width: 32%;
  }
}
.aboutAnshin_meritItem h4 {
  color: #fff;
  font-size: 1rem;
  background: #ff6d1d;
  text-align: center;
  padding: 10px 5px;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .aboutAnshin_meritItem h4 {
    font-size: 1.0625rem;
    padding: 15px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .aboutAnshin_meritItem h4 {
    font-size: 1.125rem;
  }
}
.aboutAnshin_meritItem h4 .is-pcView {
  display: none;
}
@media screen and (min-width: 960px) {
  .aboutAnshin_meritItem h4 .is-pcView {
    display: inline;
  }
}
.aboutAnshin_meritItem p {
  padding: 20px;
}

.tableScroll {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .tableScroll {
    overflow-x: scroll;
    padding-bottom: 20px;
  }
}

.aboutAnshin_plan {
  width: 600px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  table-layout: fixed;
}
@media screen and (min-width: 560px) {
  .aboutAnshin_plan {
    width: 100%;
  }
}
.aboutAnshin_plan caption {
  background: #ff6d1d;
  text-align: center;
  font-size: 1.125rem;
  padding: 10px;
  color: #fff;
  font-weight: bold;
}
.aboutAnshin_plan th,
.aboutAnshin_plan td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 15px 5px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.3;
}
.aboutAnshin_plan thead th {
  background: #f5eee7;
}
.aboutAnshin_plan th:first-of-type {
  width: 200px;
}
@media screen and (min-width: 560px) {
  .aboutAnshin_plan th:first-of-type {
    width: 170px;
  }
}
@media screen and (min-width: 768px) {
  .aboutAnshin_plan th:first-of-type {
    width: 200px;
  }
}

.anshinFree_img {
  text-align: center;
  margin-top: 20px;
}
.anshinFree_txt {
  margin-top: 20px;
  padding: 20px;
  border-radius: 5px;
  background: #ccc;
}
.anshinFree_txt p {
  font-weight: bold;
  text-align: center;
  font-size: 1rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}
.anshinFree_txt ul li {
  padding: 15px 10px 15px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.5);
  margin-top: 10px;
  border-radius: 5px;
  width: 100%;
}
@media screen and (min-width: 360px) {
  .anshinFree_txt ul li {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 560px) {
  .anshinFree_txt ul li {
    width: 48%;
    margin-top: 2px;
    font-size: 0.75rem;
    padding: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .anshinFree_txt ul li {
    font-size: 0.875rem;
  }
}

/* kankyo
-----------------------------*/
.kankyoMidashi {
  width: 100%;
  margin-bottom: 20px;
}
.kankyoMidashi p {
  background: #ff6d1d;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  border-radius: 5px;
}
@media screen and (min-width: 560px) {
  .kankyoMidashi p {
    font-size: 1rem;
    padding: 10px 15x;
  }
}
@media screen and (min-width: 960px) {
  .kankyoMidashi p {
    font-size: 1.125rem;
    padding: 10px 20x;
  }
}
.kankyoMidashi h2 {
  font-size: 1.75rem;
  line-height: 1.3;
  margin-top: 10px;
}
@media screen and (min-width: 560px) {
  .kankyoMidashi h2 {
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 960px) {
  .kankyoMidashi h2 {
    font-size: 2.125rem;
  }
}

.kankyoTable {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.kankyoTable th,
.kankyoTable td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 0.875rem;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .kankyoTable th,
  .kankyoTable td {
    padding: 15px;
  }
}
.kankyoTable th {
  background: #f5eee7;
  text-align: center;
  border-bottom: none;
}

/* nikky
--------------------------------------*/
.nikkyPromo {
  width: 100%;
  background: url("../../img/nikky/promo_bg.png") repeat-x center center/auto 100%;
  height: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (min-width: 360px) {
  .nikkyPromo {
    height: 350px;
  }
}
@media screen and (min-width: 560px) {
  .nikkyPromo {
    height: 450px;
  }
}
@media screen and (min-width: 960px) {
  .nikkyPromo {
    height: 600px;
  }
}
.nikkyPromo_inner {
  border-radius: 50%;
  padding: 30px;
  text-align: center;
  background: #fff;
  width: 95vw;
  height: 95vw;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 360px) {
  .nikkyPromo_inner {
    width: 380px;
    height: 380px;
  }
}
@media screen and (min-width: 560px) {
  .nikkyPromo_inner {
    width: 500px;
    height: 500px;
  }
}
@media screen and (min-width: 960px) {
  .nikkyPromo_inner {
    width: 730px;
    height: 730px;
  }
}
.nikkyPromo_img {
  width: 70%;
  margin: 0px auto;
}
.nikkyPromo_txt {
  margin-top: 15px;
  line-height: 1.8;
  font-size: 3.3vw;
  font-weight: bold;
  font-feature-settings: "palt";
}
@media screen and (min-width: 360px) {
  .nikkyPromo_txt {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 560px) {
  .nikkyPromo_txt {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .nikkyPromo_txt {
    font-size: 1rem;
  }
}

.nikkyProfile {
  border: 3px dashed #ff6d1d;
  padding: 20px;
  margin-bottom: 40px;
  position: relative;
  max-width: 800px;
  margin: 0 auto 40px auto;
}
@media screen and (min-width: 560px) {
  .nikkyProfile {
    padding: 35px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .nikkyProfile {
    padding: 50px;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 560px) {
  .nikkyProfile_inner {
    flex: 1;
    max-width: 100%;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .nikkyProfile_inner {
    padding-right: 40px;
  }
}
.nikkyProfile_name {
  font-weight: bold;
  color: #ff6d1d;
}
.nikkyProfile_ph {
  text-align: center;
  width: 60%;
  margin: 20px auto 0 auto;
}
@media screen and (min-width: 560px) {
  .nikkyProfile_ph {
    width: 35%;
    max-width: 224px;
    text-align: right;
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .nikkyProfile_ph {
    width: 30%;
  }
}
@media screen and (min-width: 960px) {
  .nikkyProfile_ph {
    margin: 0;
  }
}

.nikkyTxt {
  margin-bottom: 40px;
  color: #ff6d1d;
  font-size: 5vw;
  text-align: center;
  line-height: 1.5;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 360px) {
  .nikkyTxt {
    font-size: 1.25rem;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .nikkyTxt {
    font-size: 1.5rem;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 560px) {
  .nikkyTxt .is-spView {
    display: none;
  }
}

.nikkyImg {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .nikkyImg {
    display: flex;
    justify-content: center;
  }
}

.nikkyTxt02 {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 560px) {
  .nikkyTxt02 {
    font-size: 0.9375rem;
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .nikkyTxt02 {
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 60px;
  }
}
.nikkyTxt02 .is-pcView {
  display: none;
}
@media screen and (min-width: 560px) {
  .nikkyTxt02 .is-pcView {
    display: inline;
  }
}

/* SDGs
--------------------------------------*/
.sdgs_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 10px;
}
.sdgs_box div {
  width: 32%;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .sdgs_box {
    margin-top: 20px;
  }
  .sdgs_box div {
    width: 19%;
  }
}

.sdgs_target {
  display: flex;
}

.sdgs_icon {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sdgs_icon {
    justify-content: space-between;
    margin-right: 0;
  }
}
.sdgs_icon_list {
  max-width: 48%;
  margin-bottom: 5px;
  margin-right: 5px;
}
.sdgs_icon_list:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .sdgs_icon_list {
    max-width: 185px;
    width: 48%;
    margin-bottom: 10px;
    max-width: initial;
  }
}
.sdgs_icon.def {
  max-width: 49%;
}
@media screen and (min-width: 768px) {
  .sdgs_icon.def {
    max-width: 24%;
  }
}
.sdgs_icon.def div {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .sdgs_con .sdgs-row_item {
    width: 72%;
  }
}

.sdgs_list {
  font-size: 1rem;
  line-height: 1.8;
  list-style-type: disc;
  margin: 10px 0 0 20px;
}
@media screen and (min-width: 768px) {
  .sdgs_list {
    margin: 20px 0 0 20px;
  }
}

.sdgs_action {
  display: block;
  width: 100%;
  margin-top: 30px;
}
.sdgs_action dl {
  width: 100%;
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 15px;
}
@media screen and (min-width: 560px) {
  .sdgs_action dl {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 560px) {
  .sdgs_action {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.sdgs_action dt {
  font-weight: bold;
  display: block;
  text-align: center;
  color: #fff;
  background: #ff7800;
  padding: 10px 0;
  margin-bottom: 5px;
  font-size: 1rem;
}
@media screen and (min-width: 560px) {
  .sdgs_action dt {
    font-size: 1.25rem;
  }
}
.sdgs_action dd {
  background: #fff;
  padding: 5px 0;
  font-size: 0.875rem;
  line-height: 1.8;
  border-bottom: 1px dotted #ccc;
}
@media screen and (min-width: 560px) {
  .sdgs_action dd {
    font-size: 1rem;
  }
}
.sdgs_action dd:last-of-type {
  border-bottom: none;
}
.sdgs_action_2 {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .sdgs_action_2 dl {
    width: 48%;
  }
}

/* =============================================================
showroom.scss
============================================================== */
.showroomHero {
  background: #f3ba00;
  position: relative;
}

.showroomNumber {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}
.showroomNumber_txt {
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
@media screen and (min-width: 560px) {
  .showroomNumber_txt {
    font-size: 2.25rem;
    padding: 15px 50px;
  }
}
@media screen and (min-width: 960px) {
  .showroomNumber_txt {
    font-size: 2.625rem;
    padding: 15px 80px 15px 80px;
  }
}
.showroomNumber_txt small {
  font-size: 50%;
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .showroomNumber_txt small {
    margin-bottom: 15px;
  }
}
.showroomNumber_txt strong {
  color: #ff6d1d;
  display: inline-block;
  margin-right: 5px;
  background: linear-gradient(transparent 70%, #cbc6b8 70%);
}
.showroomNumber_txt em {
  font-size: 150%;
  display: inline-block;
  padding: 0px 5px;
}

.showroomMap {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 560px) {
  .showroomMap {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .showroomMap {
    padding-top: 120px;
  }
}
@media screen and (min-width: 960px) {
  .showroomMap {
    padding-top: 140px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .showroomMap .showroomDeployment {
    width: 50%;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .showroomMap .showroomDeployment {
    max-width: 420px;
  }
}
.showroomMap .showroomDeployment_pref {
  background: #000;
}
.showroomMap_img {
  display: none;
}
@media screen and (min-width: 768px) {
  .showroomMap_img {
    width: 65%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (min-width: 960px) {
  .showroomMap_img {
    width: 65%;
    top: -200px;
    left: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .showroomMap_img {
    max-width: 850px;
  }
}

/* showroomIcon
--------------------------------------*/
.showroomIcon {
  border: 1px solid #ccc;
  padding: 20px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 360px) {
  .showroomIcon {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 560px) {
  .showroomIcon {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .showroomIcon {
    flex-wrap: nowrap;
    padding: 25px;
    align-items: center;
  }
}
@media screen and (min-width: 960px) {
  .showroomIcon {
    margin-bottom: 60px;
  }
}
.showroomIcon_midashi {
  width: 100%;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .showroomIcon_midashi {
    width: auto;
  }
}
.showroomIcon_txt {
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 10px 10px 0 10px;
}
@media screen and (min-width: 768px) {
  .showroomIcon_txt {
    padding: 0 10px;
  }
}
.showroomIcon_txt span {
  display: inline-block;
  margin-right: 5px;
  width: 19px;
}
@media screen and (min-width: 768px) {
  .showroomIcon_txt span {
    width: 21px;
  }
}

/* showroomList
--------------------------------------*/
.showroomList_area + section {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .showroomList_area + section {
    margin-top: 80px;
  }
}
@media screen and (min-width: 960px) {
  .showroomList_area + section {
    margin-top: 100px;
  }
}

@media screen and (min-width: 560px) {
  .showroomList_pref {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .showroomList_pref::after {
    content: "";
    display: block;
    width: 32%;
  }
}
@media screen and (min-width: 960px) {
  .showroomList_pref::before {
    content: "";
    display: block;
    width: 24%;
    order: 1;
  }
  .showroomList_pref::after {
    content: "";
    display: block;
    width: 24%;
  }
}
.showroomList_pref .p-title_h3 {
  width: 100%;
}
.showroomList_pref + section {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .showroomList_pref + section {
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .showroomList_pref + section {
    margin-top: 60px;
  }
}

.showroomItem {
  width: 100%;
  margin-bottom: 15px;
  background: #fff;
}
@media screen and (min-width: 560px) {
  .showroomItem {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .showroomItem {
    width: 32%;
  }
}
@media screen and (min-width: 960px) {
  .showroomItem {
    width: 24%;
  }
}
.showroomItem a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-decoration: none;
  color: #333;
  border: 1px solid #e0e0e0;
}
@media screen and (min-width: 560px) {
  .showroomItem a {
    display: block;
  }
}
.showroomItem_ph {
  position: relative;
  overflow: hidden;
  width: 40%;
  order: 2;
}
@media screen and (min-width: 560px) {
  .showroomItem_ph {
    width: 100%;
  }
}
.showroomItem_ph img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover";
}
@media screen and (min-width: 560px) {
  .showroomItem_ph::before {
    content: '';
    display: block;
    padding-top: 66.2%;
  }
}
@media screen and (min-width: 560px) {
  .showroomItem_ph span {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.showroomItem_data {
  width: 60%;
  order: 1;
  padding: 15px 10px;
}
@media screen and (min-width: 560px) {
  .showroomItem_data {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .showroomItem_data {
    padding: 10px 15px;
  }
}
.showroomItem_name {
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  color: #ff6d1d;
  font-size: 1rem;
}
@media screen and (min-width: 560px) {
  .showroomItem_name {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 960px) {
  .showroomItem_name {
    font-size: 1.125rem;
  }
}
.showroomItem_address {
  font-size: 0.75rem;
  line-height: 1.5;
  margin-top: 10px;
}
.showroomItem_icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.showroomItem_icon li {
  width: 19px;
  margin: 0 3px;
}
@media screen and (min-width: 560px) {
  .showroomItem_icon li {
    width: 21px;
  }
}
.showroomItem_area {
  padding: 10px;
  background: #f1f1f1;
  line-height: 1.5;
  width: 100%;
  order: 3;
}
@media screen and (min-width: 960px) {
  .showroomItem_area {
    padding: 10px 15px;
  }
}
.showroomItem_area dt {
  text-align: center;
  font-weight: bold;
  font-size: 0.875rem;
  margin-bottom: 5px;
}
.showroomItem_area dd {
  font-size: 0.75rem;
}

/* =============================================================
corporate.scss
============================================================== */
/* company
----------------------------------------------*/
.corporateTable {
  border-top: 1px solid #ccc;
  width: 100%;
  table-layout: fixed;
}
.corporateTable + table {
  margin-top: 40px;
}
@media screen and (min-width: 960px) {
  .corporateTable + table {
    margin-top: 60px;
  }
}
.corporateTable th,
.corporateTable td {
  font-size: 0.8125rem;
  line-height: 1.3;
  display: block;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 560px) {
  .corporateTable th,
  .corporateTable td {
    display: table-cell;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 960px) {
  .corporateTable th,
  .corporateTable td {
    font-size: 0.9375rem;
    line-height: 1.4;
  }
}
.corporateTable th {
  background: #f9f9f9;
  padding: 10px;
}
@media screen and (min-width: 560px) {
  .corporateTable th {
    padding: 15px;
    width: 200px;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (min-width: 960px) {
  .corporateTable th {
    padding: 15px 20px;
  }
}
.corporateTable td {
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 560px) {
  .corporateTable td {
    padding: 15px;
  }
}
@media screen and (min-width: 960px) {
  .corporateTable td {
    padding: 15px 20px;
  }
}

/* history
----------------------------------------------*/
@media screen and (min-width: 560px) {
  .history {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }
}
.history::first-of-type {
  border-top: 1px solid #ccc;
}
.history + .history {
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .history + .history {
    margin-top: 0;
  }
}
.history_year {
  background: #f5eee7;
  padding: 10px 10px;
  font-weight: bold;
  font-size: 0.875rem;
}
@media screen and (min-width: 560px) {
  .history_year {
    width: 20%;
    padding: 15px 10px;
    text-align: center;
    margin-right: 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .history_year {
    margin-right: 20px;
    font-size: 1.125rem;
    padding: 20px 10px;
  }
}
.history_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 10px;
  margin-top: 10px;
}
@media screen and (min-width: 560px) {
  .history_list {
    width: 80%;
    margin-top: 0;
    padding: 5px 10px;
  }
}
.history_list dt, .history_list dd {
  padding: 5px 0;
  line-height: 1.5;
  font-size: 0.8125rem;
  line-height: 1.4;
}
@media screen and (min-width: 560px) {
  .history_list dt, .history_list dd {
    font-size: 0.875rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 960px) {
  .history_list dt, .history_list dd {
    font-size: 1rem;
    line-height: 1.8;
    padding: 8px 0;
  }
}
.history_list dt {
  width: 50px;
}
.history_list dd {
  width: calc(100% - 50px);
}

/* cm
----------------------------------------------*/
.hiromiCm {
  width: 100%;
  margin-bottom: 60px;
}
@media screen and (min-width: 560px) {
  .hiromiCm {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 560px) {
  .hiromiCm {
    margin-bottom: 100px;
  }
}

.hiromi-cmPromo {
  background: url("../../img/corporate/cm/cm_bg.gif") repeat left top;
  position: relative;
  height: 400px;
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .hiromi-cmPromo {
    height: 500px;
  }
}
@media screen and (min-width: 960px) {
  .hiromi-cmPromo {
    height: 640px;
  }
}
.hiromi-cmPromo::before, .hiromi-cmPromo::after {
  content: '';
  background: url("../../img/corporate/cm/catch_img.png") no-repeat;
  background-position: left top;
  background-size: 100% auto;
  display: block;
  width: 150px;
  height: 140px;
  position: absolute;
  z-index: 5;
}
@media screen and (min-width: 560px) {
  .hiromi-cmPromo::before, .hiromi-cmPromo::after {
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width: 960px) {
  .hiromi-cmPromo::before, .hiromi-cmPromo::after {
    width: 35%;
    height: 336px;
    max-width: 502px;
  }
}
.hiromi-cmPromo::before {
  left: -20px;
  bottom: 20px;
}
@media screen and (min-width: 560px) {
  .hiromi-cmPromo::before {
    top: 20px;
    bottom: auto;
  }
}
@media screen and (min-width: 960px) {
  .hiromi-cmPromo::before {
    top: 20px;
  }
}
.hiromi-cmPromo::after {
  display: none;
  background-position: right bottom;
}
@media screen and (min-width: 560px) {
  .hiromi-cmPromo::after {
    display: block;
    right: -100px;
    bottom: 20px;
  }
}
.hiromi-cmPromo_inner {
  background: url("../../img/corporate/cm/hiromi.png") no-repeat center top/auto 110%;
  position: relative;
  height: 100%;
}
@media screen and (min-width: 560px) {
  .hiromi-cmPromo_inner {
    background: url("../../img/corporate/cm/hiromi.png") no-repeat center top/auto 120%;
  }
}
@media screen and (min-width: 960px) {
  .hiromi-cmPromo_inner {
    background: url("../../img/corporate/cm/hiromi.png") no-repeat center center/auto;
  }
}
.hiromi-cmPromo_catch {
  position: absolute;
  bottom: 30px;
  left: -10px;
  width: 200px;
  z-index: 10;
}
@media screen and (min-width: 560px) {
  .hiromi-cmPromo_catch {
    width: 40%;
    max-width: 300px;
    bottom: auto;
    top: 20px;
    left: -20px;
  }
}
@media screen and (min-width: 960px) {
  .hiromi-cmPromo_catch {
    width: 441px;
    max-width: none;
    left: -30px;
  }
}
.hiromi-cmPromo_txtarea {
  margin-top: -30px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 560px) {
  .hiromi-cmPromo_txtarea {
    margin-top: -100px;
    padding: 0px 20px;
  }
}
@media screen and (min-width: 960px) {
  .hiromi-cmPromo_txtarea {
    margin-top: -220px;
  }
}
.hiromi-cmPromo_name {
  text-align: center;
  width: 80%;
  max-width: 300px;
  margin: 0px auto;
  z-index: 10;
}
@media screen and (min-width: 560px) {
  .hiromi-cmPromo_name {
    margin-bottom: 40px;
    max-width: 400px;
  }
}
@media screen and (min-width: 960px) {
  .hiromi-cmPromo_name {
    max-width: none;
  }
}
.hiromi-cmPromo_name.is-sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .hiromi-cmPromo_name.is-sp {
    display: none;
  }
}
.hiromi-cmPromo_name.is-pc {
  display: none;
}
@media screen and (min-width: 960px) {
  .hiromi-cmPromo_name.is-pc {
    display: block;
  }
}
.hiromi-cmPromo_txt {
  position: relative;
  max-width: 800px;
  margin: 0px auto;
  padding: 20px;
  background: #fff;
  font-size: 0.9375rem;
  line-height: 1.8;
  z-index: 10;
}
@media screen and (min-width: 560px) {
  .hiromi-cmPromo_txt {
    font-size: 1rem;
    line-height: 1.8;
    padding: 30px;
  }
}
@media screen and (min-width: 960px) {
  .hiromi-cmPromo_txt {
    padding: 50px;
    font-size: 1.125rem;
    line-height: 2;
  }
}

.hiromi-cmTel {
  background: url("../../img/bg03.gif") no-repeat center bottom;
  background-size: cover;
}
.hiromi-cmTel_txt {
  font-size: 0.9375rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .hiromi-cmTel_txt {
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .hiromi-cmTel_txt {
    font-size: 1.125rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 40px;
  }
}
.hiromi-cmTel_txt .is-pcView {
  display: none;
}
@media screen and (min-width: 960px) {
  .hiromi-cmTel_txt .is-pcView {
    display: inline;
  }
}
.hiromi-cmTel_number a {
  margin: 0px auto;
  max-width: 600px;
  display: inline-block;
  border-radius: 50px;
  border: 2px solid #ff7800;
}
.hiromi-cmTel_number span {
  background: #fff;
  display: block;
  padding: 20px 20px;
  max-width: 600px;
  margin: 0px auto;
  border-radius: 50px;
}
@media screen and (min-width: 560px) {
  .hiromi-cmTel_number span {
    padding: 30px 40px;
    border-bottom: none;
    border-radius: 0;
  }
}
@media screen and (min-width: 960px) {
  .hiromi-cmTel_number span {
    padding: 30px 60px;
    max-width: 700px;
  }
}

/* CM LIST*/
.cmList--column .cmListItem + .cmListItem {
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .cmList--column .cmListItem + .cmListItem {
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .cmList--column .cmListItem + .cmListItem {
    margin-top: 50px;
  }
}

.cmListItem {
  /**1 - cm**/
}
.cmListItem_title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.25rem;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .cmListItem_title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .cmListItem_title {
    font-size: 1.625rem;
    margin-bottom: 25px;
  }
}
.cmListItem_title small {
  font-size: 50%;
  display: block;
}
.cmListItem--one {
  width: 100%;
}
.cmListItem--one .c-youtube {
  width: 100%;
  margin: 0 auto;
  padding-top: 56.25%;
}
@media screen and (min-width: 768px) {
  .cmListItem--one .c-youtube {
    width: 80%;
    padding-top: 45%;
  }
}

@media screen and (min-width: 768px) {
  .p-rowBox_item.cmListItem {
    width: 45%;
  }
}

/* =============================================================
point.scss
============================================================== */
/* pointMenu
--------------------------------*/
.pointMenu {
  margin-bottom: 30px;
  /*.c-moreLink{
    margin-right: -20px;
  } */
}
@media screen and (min-width: 960px) {
  .pointMenu {
    margin-bottom: 40px;
  }
}
.pointMenu a {
  display: block;
  padding: 10px 10px 0 10px;
  text-decoration: none;
  color: #333;
}
@media screen and (min-width: 960px) {
  .pointMenu a {
    padding: 10px 15px 0 15px;
  }
}
.pointMenu_title {
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 10px;
  padding: 15px 0;
}
@media screen and (min-width: 960px) {
  .pointMenu_title {
    font-size: 1.25rem;
  }
}
.pointMenu_txt {
  font-size: 0.8125rem;
  line-height: 1.3;
  padding: 15px 0;
}
@media screen and (min-width: 960px) {
  .pointMenu_txt {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

/* 種類別
--------------------------------*/
.pointIntro_list {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #f5eee7;
  padding: 20px;
}
@media screen and (min-width: 560px) {
  .pointIntro_list {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .pointIntro_list {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.pointIntro_list i {
  color: #ff7800;
}

@media screen and (min-width: 560px) {
  .pointIntro_menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.pointIntro-item {
  max-width: 360px;
  margin: 0px auto 20px auto;
  border: 1px solid #ccc;
}
@media screen and (min-width: 560px) {
  .pointIntro-item {
    width: 48%;
    margin: 0 0 20px 0;
    max-width: none;
  }
}
@media screen and (min-width: 960px) {
  .pointIntro-item {
    margin: 0 0 40px 0;
  }
}
.pointIntro-item a {
  display: block;
  text-decoration: none;
  color: #333;
}
.pointIntro-item_ph {
  text-align: center;
}
.pointIntro-item_inner {
  padding: 15px 10px;
}
@media screen and (min-width: 560px) {
  .pointIntro-item_inner {
    padding: 20px;
  }
}
.pointIntro-item_title {
  text-align: center;
  font-size: 1rem;
  line-height: 1.3;
}
.pointIntro-item_txt {
  font-size: 0.8125rem;
  line-height: 1.3;
  margin-top: 15px;
}
.pointIntro-item_btn {
  max-width: 290px;
  margin: 20px auto 0 auto;
}

/* pointDetail
--------------------------------*/
.pointKitchenLayout {
  width: 100%;
  display: flex;
}
.pointKitchenLayout_img {
  width: 190px;
}
.pointKitchenLayout_txt {
  flex: 1;
  max-width: 100%;
}

.pointProduct {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /*	@include mq-up(sm){
      margin-top:-20px;
      }
      @include mq-up(lg){
      margin-top:-30px;
      } */
}
.pointProduct_item {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .pointProduct_item {
    width: 49%;
    margin-top: 30px;
    max-width: none;
  }
}
@media screen and (min-width: 960px) {
  .pointProduct_item {
    margin-top: 40px;
  }
}
.pointProduct_item figcaption {
  background: #f5eee7;
  padding: 5px;
  font-size: 0.75rem;
  line-height: 1.3;
  margin-top: 5px;
}
@media screen and (min-width: 560px) {
  .pointProduct_item figcaption {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 960px) {
  .pointProduct_item figcaption {
    font-size: 0.875rem;
    padding: 10px;
  }
}
.pointProduct_item figcaption strong {
  display: inline-block;
  color: #ff6d1d;
}
.pointProduct--row3 {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .pointProduct--row3 .pointProduct_item {
    width: 32.5%;
  }
}
@media screen and (min-width: 360px) {
  .pointProduct--row3.point-gatepost .pointProduct_item {
    width: 49%;
    margin-top: 30px;
    max-width: none;
  }
}
@media screen and (min-width: 560px) {
  .pointProduct--row3.point-gatepost .pointProduct_item {
    width: 32.5%;
  }
}

.p-title_h2 + .pointProduct {
  margin-top: -20px;
}
@media screen and (min-width: 560px) {
  .p-title_h2 + .pointProduct {
    margin-top: -30px;
  }
}
@media screen and (min-width: 960px) {
  .p-title_h2 + .pointProduct {
    margin-top: -40px;
  }
}

.pointTbl {
  width: 100%;
  border-top: 1px solid #ff7800;
  border-left: 1px solid #ff7800;
  margin-top: 20px;
}
.pointTbl th, .pointTbl td {
  padding: 8px 15px;
  font-size: 108%;
  border-right: 1px solid #ff7800;
  border-bottom: 1px solid #ff7800;
}
@media screen and (max-width: 599px) {
  .pointTbl th, .pointTbl td {
    padding: 4px 8px;
  }
}
.pointTbl th {
  color: #562C00;
  text-align: center;
  background: #fafafa;
  line-height: 120%;
}
.pointTbl td {
  line-height: 160%;
}

.pointPh {
  text-align: center;
  margin: 10px auto;
}
@media screen and (min-width: 560px) {
  .pointPh {
    margin: 20px auto;
  }
}
@media screen and (min-width: 960px) {
  .pointPh {
    margin: 30px auto;
  }
}

/* Bathroom
--------------------------------*/
.pointBathSize {
  display: block;
  margin-bottom: 20px;
}
@media screen and (min-width: 960px) {
  .pointBathSize {
    display: flex;
    justify-content: space-between;
  }
  .pointBathSize div:first-of-type {
    margin-right: 20px;
    margin-bottom: 0;
  }
}

/* =============================================================
flow.scss
============================================================== */
.flowStep {
  margin-top: 40px;
}
@media screen and (min-width: 560px) {
  .flowStep {
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .flowStep {
    margin-top: 60px;
  }
}

@media screen and (min-width: 560px) {
  .flow {
    display: flex;
  }
}
.flow + .flow {
  margin-top: 40px;
}
.flow_no {
  background: #ff6d1d;
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .flow_no {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
.flow_no span {
  font-size: 200%;
  position: relative;
}
@media screen and (min-width: 960px) {
  .flow_no span {
    display: block;
  }
}
.flow_inner {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .flow_inner {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .flow_inner {
    padding: 30px;
  }
}
.flow_img {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .flow_img {
    width: 200px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .flow_txtarea {
    flex: 1;
    max-width: 100%;
    padding-left: 20px;
  }
}
.flow .btn {
  margin-top: 20px;
  max-width: 290px;
}
.flow .btn a {
  margin: 0px auto;
}
.flow_title {
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .flow_title {
    font-size: 1.25rem;
  }
}

/* =============================================================
visit.scss
============================================================== */
.visitArea {
  margin-top: 10px;
}
.visitArea div {
  position: relative;
}
.visitArea input {
  position: absolute;
  left: 10px;
  top: 20px;
}
.visitArea .showroomItem {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 10px 10px 10px 40px;
  cursor: pointer;
}
.visitArea .showroomItem:hover {
  background: #f5eee7;
}
.visitArea .showroomItem_ph {
  display: none;
}
.visitArea .showroomItem_data {
  width: 100%;
  padding: 0;
}
.visitArea .showroomItem_name {
  padding: 0;
  text-align: left;
}
.visitArea .showroomItem_icon {
  display: none;
}
.visitArea .showroomItem_address {
  font-size: 0.75rem;
  margin-top: 0;
}
.visitArea .showroomItem_area {
  background: none;
  padding: 5px 0;
}
@media screen and (min-width: 960px) {
  .visitArea .showroomItem_area {
    display: flex;
  }
}
.visitArea .showroomItem_area dt {
  text-align: left;
  font-size: 0.75rem;
  font-weight: bold;
  display: inline-block;
}
@media screen and (min-width: 960px) {
  .visitArea .showroomItem_area dt {
    border-right: 2px solid #ccc;
    padding-right: 5px;
    margin-right: 5px;
  }
}
.visitArea .showroomItem_area dd {
  font-size: 0.75rem;
  flex: 1;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .visitCalendar {
    display: flex;
    align-items: center;
  }
}
.visitCalendar p + p {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .visitCalendar p + p {
    margin-top: 0px;
    margin-left: 15px;
  }
}
.visitCalendar_calendar {
  position: relative;
  display: inline-block;
}
.visitCalendar_calendar i {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1rem;
}
@media screen and (min-width: 960px) {
  .visitCalendar_calendar i {
    font-size: 1.25rem;
  }
}

/* =============================================================
contact.scss
============================================================== */
.contactForm {
  margin: 0 calc(50% - 50vw);
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .contactForm {
    margin: 40px 0 0 0;
  }
}

.mess_txt {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.8;
  padding-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .mess_txt {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .mess_txt {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.cont_att {
  border: 1px solid #ccc;
  background: #ebebeb;
  margin: 30px 0;
  padding: 20px;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .cont_att {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .cont_att {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.contactTable {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #ccc;
}
.contactTable th,
.contactTable td {
  padding: 20px;
  border-bottom: 1px solid #ccc;
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
  display: block;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .contactTable th,
  .contactTable td {
    display: table-cell;
  }
}
@media screen and (min-width: 960px) {
  .contactTable th,
  .contactTable td {
    font-size: 1rem;
  }
}
.contactTable th {
  background: #f9f9f9;
  padding: 15px 20px;
}
@media screen and (min-width: 560px) {
  .contactTable th {
    width: 170px;
    padding: 15px 10px;
  }
}
@media screen and (min-width: 768px) {
  .contactTable th {
    width: 200px;
  }
}
@media screen and (min-width: 960px) {
  .contactTable th {
    padding: 30px 20px;
    width: 250px;
  }
}
.contactTable th.th_must {
  background: #ffebeb;
}
.contactTable th span {
  display: inline-block;
  padding: 2px 0;
}
.contactTable th .must,
.contactTable th .nini {
  background: #CF1212;
  color: #fff;
  font-size: 0.6875rem;
  padding: 2px 5px;
  font-weight: normal;
  margin-right: 10px;
}
@media screen and (min-width: 960px) {
  .contactTable th .must,
  .contactTable th .nini {
    position: relative;
    top: -2px;
  }
}
.contactTable th .nini {
  background: #777;
}
.contactTable th .mintxt {
  font-size: 93%;
}
.contactTable td {
  padding-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .contactTable td {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .contactTable td {
    padding: 30px 40px;
  }
}

.contactAttention {
  margin-top: 15px;
  font-size: 0.8125rem;
  line-height: 1.5;
}
.contactAttention p {
  font-size: 0.8125rem;
}

.formList li {
  margin-bottom: 10px;
}
.formList label {
  display: inline-block;
  padding: 5px 10px;
}
.formList_check li {
  position: relative;
}
.formList_check label {
  padding: 10px 10px 10px 30px;
}
.formList_check input {
  position: absolute;
  left: 5px;
  top: 10px;
}
.formList_check input:checked + label {
  background: rgba(255, 120, 0, 0.3);
}
.formList--row {
  display: flex;
  flex-wrap: wrap;
}
.formList--row li {
  width: 50%;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .formList--row li {
    width: 33.3%;
  }
}
.formList--row label {
  display: block;
}

.contactThanks {
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .contactThanks {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .contactThanks {
    margin-bottom: 60px;
  }
}

/* =============================================================
selection.scss
============================================================== */
@media screen and (min-width: 960px) {
  .selectionList {
    padding: 0px 50px;
  }
}

.selectionItem {
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .selectionItem {
    width: 47%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .selectionItem {
    width: 45%;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 560px) {
  .selectionItem:nth-of-type(even) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .selectionItem:nth-of-type(even) {
    margin-top: 80px;
  }
}
.selectionItem a {
  display: block;
  text-decoration: none;
  color: #333;
}
.selectionItem_ph {
  position: relative;
  overflow: hidden;
}
.selectionItem_ph::before {
  content: '';
  display: block;
  padding-top: 55%;
}
@media screen and (min-width: 960px) {
  .selectionItem_ph::before {
    display: none;
  }
}
.selectionItem_ph span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.selectionItem_ph span img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover";
}
@media screen and (min-width: 960px) {
  .selectionItem_ph span {
    display: inline;
    position: relative;
  }
}
.selectionItem_data {
  padding: 20px 20px 30px 20px;
}
.selectionItem_title {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (min-width: 960px) {
  .selectionItem_title {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}
.selectionItem_showroom {
  margin-bottom: 15px;
  border-left: 3px solid #ff6d1d;
  padding-left: 5px;
  line-height: 1.5;
}
.selectionItem_category {
  display: flex;
  flex-wrap: wrap;
}
.selectionItem_category li {
  font-size: 0.6875rem;
  background: #f5eee7;
  padding: 3px 5px;
  line-height: 1;
  margin: 0 1px 1px 0;
}

/* selectionEntry
--------------------------------------*/
.selectionEntry_title {
  font-size: 1.625rem;
  line-height: 1.3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .selectionEntry_title {
    font-size: 1.875rem;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .selectionEntry_title {
    font-size: 2.125rem;
    padding-bottom: 40px;
    margin-bottom: 40px;
    text-align: center;
    padding-top: 20px;
  }
}
.selectionEntry_title::before {
  content: '';
}

@media screen and (min-width: 768px) {
  .selectionData {
    display: flex;
    justify-content: space-between;
  }
}

.selectionData_ph {
  margin: 0 calc(50% - 50vw);
  max-width: 780px;
}
@media screen and (min-width: 560px) {
  .selectionData_ph {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .selectionData_ph {
    width: 72.5%;
    margin: 0;
  }
}
.selectionData_ph .slider-for li {
  position: relative;
  width: 100%;
}
.selectionData_ph .slider-for li::before {
  content: '';
  display: block;
  padding-top: 66.6%;
}
.selectionData_ph .slider-for span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.selectionData_ph .slider-for img {
  object-fit: contain;
  height: 100%;
  width: 100%;
  font-family: 'object-fit: contain';
}
.selectionData_ph .slider-nav {
  margin-top: 20px;
  padding: 0px 40px;
}
.selectionData_ph .slider-nav li {
  margin-right: 5px;
  width: 78px;
  cursor: pointer;
  position: relative;
}
.selectionData_ph .slider-nav li::before {
  content: '';
  display: block;
  padding-top: 68%;
}
.selectionData_ph .slider-nav li span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.selectionData_ph .slider-nav li img {
  opacity: 0.5;
  object-fit: contain;
  height: 100%;
  width: 100%;
  font-family: 'object-fit: contain';
  border: 2px solid #fff;
}
.selectionData_ph .slider-nav li.slick-current img {
  opacity: 1;
  border: 2px solid #ff6d1d;
}
.selectionData_ph .slider-nav li:hover img {
  opacity: 1;
}
.selectionData_ph .slider-nav .slick-arrow {
  z-index: 20;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 100%;
  display: block;
  border: 0;
  text-indent: -9999;
  font-size: 0;
  cursor: pointer;
}
.selectionData_ph .slider-nav .slick-arrow::before {
  display: none;
}
.selectionData_ph .slider-nav .slick-prev,
.selectionData_ph .slider-nav .slick-next {
  border: 0;
}
.selectionData_ph .slider-nav .slick-prev {
  left: 0px;
  background: url("../../img/slide_arrows_left.svg") no-repeat center center #fff;
  background-size: auto 50px;
}
@media screen and (min-width: 960px) {
  .selectionData_ph .slider-nav .slick-prev {
    background-size: auto 50px;
  }
}
.selectionData_ph .slider-nav [dir='rtl'] .slick-prev {
  right: 0px;
  left: auto;
  background: url("../../img/slide_arrows_left.svg") no-repeat center center #fff;
  background-size: auto 50px;
}
@media screen and (min-width: 960px) {
  .selectionData_ph .slider-nav [dir='rtl'] .slick-prev {
    background-size: auto 50px;
  }
}
.selectionData_ph .slider-nav .slick-next {
  right: 0;
  background: url("../../img/slide_arrows_right.svg") no-repeat center center #fff;
  background-size: auto 50px;
}
@media screen and (min-width: 960px) {
  .selectionData_ph .slider-nav .slick-next {
    background-size: auto 50px;
  }
}
.selectionData_ph .slider-nav [dir='rtl'] .slick-next {
  right: auto;
  left: 0px;
  background: url("../../img/slide_arrows_right.svg") no-repeat center center #fff;
  background-size: auto 50px;
}
@media screen and (min-width: 960px) {
  .selectionData_ph .slider-nav [dir='rtl'] .slick-next {
    background-size: auto 50px;
  }
}
.selectionData_ph .slider-nav .slick-prev:hover,
.selectionData_ph .slider-nav [dir='rtl'] .slick-prev:hover,
.selectionData_ph .slider-nav .slick-next:hover,
.selectionData_ph .slider-nav [dir='rtl'] .slick-next:hover {
  background-position: center center;
}

.selectionData_data {
  background: #f5eee7;
  padding: 20px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .selectionData_data {
    margin-top: 0;
    width: 25%;
  }
}
.selectionData_data table {
  width: 100%;
  table-layout: fixed;
  border-top: 1px dotted #000;
}
.selectionData_data th,
.selectionData_data td {
  padding: 10px;
  border-bottom: 1px dotted #000;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .selectionData_data th,
  .selectionData_data td {
    display: block;
  }
}
.selectionData_data th {
  text-align: left;
  width: 100px;
  border-bottom: none;
  padding-bottom: 0;
}

.selectionBefore_ph {
  width: calc(100% + 10px);
  margin: 0px -5px;
  display: flex;
  flex-wrap: wrap;
}
.selectionBefore_ph::after {
  content: "";
  display: block;
  width: 32%;
}
@media screen and (min-width: 768px) {
  .selectionBefore_ph::before {
    content: "";
    display: block;
    width: 24%;
    order: 1;
  }
  .selectionBefore_ph::after {
    content: "";
    display: block;
    width: 24%;
  }
}
@media screen and (min-width: 960px) {
  .selectionBefore_ph::before, .selectionBefore_ph::after {
    display: none;
  }
}
.selectionBefore_ph li {
  width: 33.3%;
  margin-bottom: 10px;
  padding: 0px 5px;
}
@media screen and (min-width: 768px) {
  .selectionBefore_ph li {
    width: 25%;
  }
}
@media screen and (min-width: 960px) {
  .selectionBefore_ph li {
    width: 16.6%;
  }
}

.selectionStory {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  background: #f5eee7;
  padding: 20px;
}
@media screen and (min-width: 560px) {
  .selectionStory {
    margin-right: auto;
    margin-left: auto;
    padding: 30px;
  }
}
@media screen and (min-width: 960px) {
  .selectionStory {
    padding: 40px;
  }
}
.selectionStory_inner {
  background: #fff;
  padding: 20px;
}
@media screen and (min-width: 560px) {
  .selectionStory_inner {
    padding: 30px;
  }
}
@media screen and (min-width: 960px) {
  .selectionStory_inner {
    padding: 40px;
  }
}
.selectionStory_inner h3 {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
}
@media screen and (min-width: 560px) {
  .selectionStory_inner h3 {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: -30px;
  }
}
@media screen and (min-width: 960px) {
  .selectionStory_inner h3 {
    margin-left: -40px;
    margin-right: -40px;
    margin-top: -40px;
  }
}
.selectionStory .story_img_tate {
  max-width: 48%;
  float: right;
  margin-left: 30px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.selectionStory .story_img_1 {
  margin: 20px auto;
  text-align: center;
  max-width: 800px;
  width: 70%;
}
.selectionStory .story_img_2,
.selectionStory .story_img_3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.selectionStory .story_img_2 div {
  width: 48%;
  box-sizing: border-box;
  margin: 20px 0px;
}
.selectionStory .story_img_3 div {
  width: 32%;
  box-sizing: border-box;
  margin: 20px 0px;
}
.selectionStory .story_img_3 div:nth-of-type(3n) {
  margin-right: 0;
}
.selectionStory .story_img_1 img,
.selectionStory .story_img_2 img,
.selectionStory .story_img_3 img,
.selectionStory .story_img_tate img {
  border: 5px solid #fff;
  box-shadow: 0px 0px 0px 1px #ccc;
  max-width: 100%;
  height: auto;
}
.selectionStory .story_img_2 + p,
.selectionStory .story_img_2 + ul,
.selectionStory .story_img_2 + ol,
.selectionStory .story_img_3 + p,
.selectionStory .story_img_3 + ul,
.selectionStory .story_img_3 + ol {
  padding-top: 20px;
}

.selectionVoice {
  border: 1px solid #ccc;
}
.selectionVoice h3 {
  margin-bottom: 0;
}
.selectionVoice_inner {
  padding: 20px;
}

/* =============================================================
news.scss
============================================================== */
/* list
--------------------------------------*/
.newsList-item {
  border-bottom: 1px solid #ccc;
}
.newsList-item a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: #333;
}
@media screen and (min-width: 560px) {
  .newsList-item a {
    padding: 15px;
  }
}
@media screen and (min-width: 960px) {
  .newsList-item a {
    display: flex;
    padding: 25px 30px;
  }
}
.newsList-item a:hover .newsList-item_title {
  text-decoration: underline;
}
.newsList-item_data {
  padding-bottom: 3px;
  font-size: 0.75rem;
  line-height: 1.5;
  padding-right: 10px;
  padding-top: 2px;
}
@media screen and (min-width: 560px) {
  .newsList-item_data {
    font-size: 0.8125rem;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 960px) {
  .newsList-item_data {
    font-size: 0.875rem;
    padding-bottom: 0px;
  }
}
.newsList-item_data time {
  color: #ff6d1d;
  margin-right: 10px;
}
.newsList-item_data span {
  border-left: 1px solid #b5b5b5;
  display: inline-block;
  padding: 0px 5px;
  width: 120px;
  text-align: center;
}
@media screen and (min-width: 960px) {
  .newsList-item_data span {
    border-right: 1px solid #b5b5b5;
  }
}
.newsList-item_title {
  font-size: 0.9375rem;
  line-height: 1.5;
  font-weight: 500;
  transition: text-decoration 0.1s;
}
@media screen and (min-width: 560px) {
  .newsList-item_title {
    font-size: 1rem;
  }
}
@media screen and (min-width: 960px) {
  .newsList-item_title {
    flex: 1;
    max-width: 100%;
  }
}

/* entry
--------------------------------------*/
.newsEntry_headding {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .newsEntry_headding {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .newsEntry_headding {
    margin-bottom: 70px;
  }
}
.newsEntry_headding_data {
  padding-top: 10px;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .newsEntry_headding_data {
    font-size: 0.8125rem;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 960px) {
  .newsEntry_headding_data {
    font-size: 0.875rem;
  }
}
.newsEntry_headding_title {
  font-size: 1.25rem;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .newsEntry_headding_title {
    font-size: 1.75rem;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 960px) {
  .newsEntry_headding_title {
    font-size: 2.125rem;
    line-height: 1.2;
  }
}

/* =============================================================
column.scss
============================================================== */
/* list
--------------------------------------*/
.columnList-list {
  width: 100%;
  padding: 10px;
}
@media screen and (min-width: 560px) {
  .columnList-list {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .columnList-list {
    width: 33%;
  }
}
body .columnList-list-top {
  width: 100%;
}
@media screen and (min-width: 560px) {
  body .columnList-list-top {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  body .columnList-list-top {
    width: 20%;
  }
}
.columnList-list a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 10px;
  background: #fff;
  position: relative;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 560px) {
  .columnList-list a {
    padding: 10px;
  }
}
@media screen and (min-width: 960px) {
  .columnList-list a {
    padding: 15px;
  }
}
@media screen and (min-width: 960px) {
  .columnList-list a:hover {
    opacity: 0.8;
    transition: border-width 0.1s;
  }
}
.columnList-list-category {
  display: flex;
  flex-wrap: wrap;
}
.columnList-list-category li {
  margin-right: 5px;
  margin-bottom: 5px;
}
.columnList-list-category li span {
  background: #ff7800;
  color: #fff;
  padding: 5px;
  display: block;
  font-size: 0.625rem;
}
@media screen and (min-width: 560px) {
  .columnList-list-category li span {
    font-size: 0.6875rem;
  }
}
.columnList-list-ph {
  margin-bottom: 10px;
}
.columnList-list-date {
  font-size: 0.6875rem;
  margin-top: 7px;
  text-align: right;
  color: #555;
  font-family: sans-serif;
  font-weight: 300;
}
@media screen and (min-width: 560px) {
  .columnList-list-date {
    font-size: 0.8125rem;
  }
}
.columnList-list-ttl {
  font-weight: 400;
  line-height: 1.4;
  font-size: 0.875rem;
}
@media screen and (min-width: 560px) {
  .columnList-list-ttl {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .columnList-list-ttl {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 960px) {
  .columnList-list-ttl {
    font-size: 1.25rem;
  }
}
.columnList-list-write {
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
  align-items: center;
  border-top: 1px solid #ccc;
}
.columnList-list-write-ph {
  width: 50px;
  margin-right: 10px;
}
.columnList-list-write-ph img {
  border-radius: 50%;
}
.columnList-list-write-info {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .columnList-list-write-info {
    font-size: 0.75rem;
  }
}
.columnList-list-write-info dd {
  margin-top: 5px;
}

/**************/
.columnCategory {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .columnCategory {
    margin-left: -1%;
    padding-right: 2%;
    padding-left: 2%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .columnCategory {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .columnCategory {
    padding-left: 0%;
    padding-right: 0%;
  }
}
.columnCategory li {
  width: 100%;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 360px) {
  .columnCategory li {
    width: 48%;
    margin-left: 1%;
  }
}
@media screen and (min-width: 560px) {
  .columnCategory li {
    width: 32%;
    margin-left: 1%;
  }
}
@media screen and (min-width: 960px) {
  .columnCategory li {
    width: 19%;
  }
}
.columnCategory li a {
  display: block;
  background: #ff7800;
  padding: 10px 6px 9px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  transition: box-shadow 0.5s;
  transition: opacity 0.5s;
  font-size: 0.875rem;
}
@media screen and (min-width: 360px) {
  .columnCategory li a {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .columnCategory li a {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 1200px) {
  .columnCategory li a {
    font-size: 1.0625rem;
  }
}
.columnCategory li a:hover {
  opacity: 0.8;
  transition: box-shadow 0.5s;
  transition: opacity 0.5s;
}
.columnCategory li a:hover i {
  animation: column_jump .5s linear alternate infinite;
}
.columnCategory li i {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

@keyframes column_jump {
  0% {
    transform: scale3d(1, 1, 1);
  }
  40% {
    transform: scale3d(0.7, 1.1, 1);
  }
  100% {
    transform: scale3d(1.1, 0.7, 1);
  }
}
/*詳細
----------------------------------------*/
.columnLeft {
  width: 100%;
  border: #ccc 1px solid;
  padding: 20px;
}
@media screen and (min-width: 560px) {
  .columnLeft {
    padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  .columnLeft {
    margin-bottom: 0px;
  }
}
.columnLeft-category {
  display: flex;
  flex-wrap: wrap;
}
.columnLeft-category li {
  margin-right: 5px;
  margin-bottom: 5px;
}
.columnLeft-category li a {
  background: #ff7800;
  color: #fff;
  padding: 8px;
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 0.75rem;
  opacity: 1;
  transition: opacity 0.3s;
}
@media screen and (min-width: 360px) {
  .columnLeft-category li a {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .columnLeft-category li a {
    font-size: 0.9375rem;
  }
}
.columnLeft-category li a:hover {
  opacity: .8;
  transition: opacity 0.3s;
}
.columnLeft-ttl {
  margin-top: 20px;
  font-size: 1.375rem;
  font-weight: 400;
  border-left: 2px solid #ff7800;
  padding-left: 10px;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .columnLeft-ttl {
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .columnLeft-ttl {
    font-size: 1.6875rem;
  }
}
@media screen and (min-width: 960px) {
  .columnLeft-ttl {
    font-size: 1.875rem;
  }
}
.columnLeft-date {
  margin-top: 10px;
  text-align: right;
  font-size: 0.75rem;
}
.columnLeft-entry {
  margin-top: 30px;
  font-size: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 1px;
}
@media screen and (min-width: 560px) {
  .columnLeft-entry {
    font-size: 0.875rem;
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .columnLeft-entry {
    font-size: 0.9375rem;
    margin-top: 70px;
  }
}
.columnLeft-entry * {
  background: none;
}
.columnLeft-entry h2 {
  margin-bottom: 10px;
  padding: 8px 20px 8px;
  border: 0px;
  outline: 0px;
  font-size: 1.125rem;
  line-height: 1.3;
  background: #feeecb;
  color: #333333;
}
@media screen and (min-width: 560px) {
  .columnLeft-entry h2 {
    margin-bottom: 15px;
    font-size: 1.4375rem;
  }
}
@media screen and (min-width: 960px) {
  .columnLeft-entry h2 {
    margin-bottom: 20px;
    font-size: 1.5625rem;
  }
}
.columnLeft-entry h3 {
  margin-bottom: 10px;
  padding: 8px 10px 8px;
  border: 0px;
  outline: 0px;
  font-size: 1rem;
  line-height: 1.3;
  border-bottom: 1px solid #ff7800;
  color: #333333;
}
@media screen and (min-width: 560px) {
  .columnLeft-entry h3 {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .columnLeft-entry h3 {
    margin-bottom: 20px;
  }
}
.columnLeft-entry ul {
  margin-left: 30px;
}
.columnLeft-entry ul li {
  list-style-type: decimal;
}
.columnLeft-entry ol {
  margin-left: 30px;
}
.columnLeft-entry ol li {
  list-style-type: disc;
}

#l-side aside {
  background: #fff;
  padding: 20px;
  border: #ccc 1px solid;
}
@media screen and (min-width: 560px) {
  #l-side aside {
    padding: 15px;
  }
}
#l-side aside + aside {
  margin-top: 20px;
}
#l-side aside h2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
}
@media screen and (min-width: 560px) {
  #l-side aside h2 {
    margin-bottom: 15px;
    font-size: 1.3125rem;
  }
}
@media screen and (min-width: 768px) {
  #l-side aside h2 {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 960px) {
  #l-side aside h2 {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  #l-side aside h2 {
    font-size: 1.4375rem;
  }
}
#l-side aside ul {
  display: flex;
  flex-wrap: wrap;
}
#l-side aside ul li {
  margin-right: 5px;
  margin-bottom: 5px;
}
#l-side aside ul li a {
  background: #ff7800;
  color: #fff;
  padding: 8px;
  display: block;
  opacity: 1;
  transition: opacity 0.3s;
  text-decoration: none;
  color: #fff;
  font-size: 0.6875rem;
}
@media screen and (min-width: 360px) {
  #l-side aside ul li a {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 560px) {
  #l-side aside ul li a {
    font-size: 0.6875rem;
  }
}
@media screen and (min-width: 768px) {
  #l-side aside ul li a {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 960px) {
  #l-side aside ul li a {
    font-size: 0.9375rem;
  }
}
#l-side aside ul li a:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}
#l-side .column-Writer figure {
  padding-top: 10px;
  display: flex;
  align-items: center;
  border-top: 1px solid #ccc;
}
#l-side .column-Writer figure img {
  width: 50px;
  border-radius: 50%;
}
@media screen and (min-width: 560px) {
  #l-side .column-Writer figure img {
    width: 55px;
  }
}
@media screen and (min-width: 960px) {
  #l-side .column-Writer figure img {
    width: 60px;
  }
}
#l-side .column-Writer figure figcaption {
  margin-left: 10px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (min-width: 960px) {
  #l-side .column-Writer figure figcaption {
    font-size: 0.9375rem;
  }
}

.columnPagelink {
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .columnPagelink {
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .columnPagelink {
    margin-top: 60px;
  }
}
.columnPagelink ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.columnPagelink li {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .columnPagelink li {
    width: 31%;
    max-width: 200px;
  }
}
.columnPagelink li a {
  background: #fff;
  font-size: 1rem;
  padding: 10px 0;
  text-decoration: none;
  color: #ff7800;
  display: block;
  text-align: center;
  border: 1px solid #ccc;
  border-width: 0px 1px;
}
@media screen and (min-width: 960px) {
  .columnPagelink li a {
    padding: 15px 0;
  }
}
.columnPagelink li a:hover {
  background: #fef4e9;
}
@media screen and (min-width: 560px) {
  .columnPagelink li a.prev {
    margin-right: 10px;
  }
}
.columnPagelink li a.prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\";
  font-weight: 900;
  margin-right: 8px;
}
@media screen and (min-width: 560px) {
  .columnPagelink li a.next {
    margin-left: 10px;
  }
}
.columnPagelink li a.next:after {
  font-family: "Font Awesome 5 Free";
  content: "\";
  font-weight: 900;
  margin-left: 8px;
}

/***********/
/* entry
--------------------------------------*/
.newsEntry_headding {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .newsEntry_headding {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .newsEntry_headding {
    margin-bottom: 70px;
  }
}
.newsEntry_headding_data {
  padding-top: 10px;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .newsEntry_headding_data {
    font-size: 0.8125rem;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 960px) {
  .newsEntry_headding_data {
    font-size: 0.875rem;
  }
}
.newsEntry_headding_title {
  font-size: 1.25rem;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .newsEntry_headding_title {
    font-size: 1.75rem;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 960px) {
  .newsEntry_headding_title {
    font-size: 2.125rem;
    line-height: 1.2;
  }
}

/* =============================================================
works.scss
============================================================== */
@media screen and (min-width: 960px) {
  .worksCatch {
    text-align: center;
  }
}
.worksCatch_kensu {
  background: url("../../img/bg03.gif") no-repeat center bottom/cover;
  padding: 20px;
  text-align: center;
  max-width: 700px;
  margin: 40px auto;
}
@media screen and (min-width: 560px) {
  .worksCatch_kensu {
    padding: 30px 20px;
  }
}
@media screen and (min-width: 960px) {
  .worksCatch_kensu {
    padding: 40px 20px;
  }
}
.worksCatch_kensu p:first-of-type {
  font-size: 1.375rem;
  font-weight: bold;
  display: inline-block;
  background: linear-gradient(transparent 80%, #fff 80%);
  padding: 0px 10px;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .worksCatch_kensu p:first-of-type {
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 960px) {
  .worksCatch_kensu p:first-of-type {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}
.worksCatch_kensu p:first-of-type strong {
  font-size: 140%;
}
.worksCatch_kensu p:first-of-type span {
  color: #ff6d1d;
}
.worksCatch_kensu p + p {
  font-size: 0.75rem;
  margin-top: 10px;
}

/* worksSearchBox
--------------------------------------*/
.worksSearchBox {
  background: #f5eee7;
  padding-top: 30px;
}
@media screen and (min-width: 560px) {
  .worksSearchBox {
    padding-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .worksSearchBox {
    padding-top: 50px;
  }
}

/* worksCategory
--------------------------------------*/
.worksCategory {
  margin-top: 30px;
  padding: 15px;
  /*
  margin-bottom: 80px;
  
  @include mq-up(sm){
    margin-bottom: 10px;
  }  
  @include mq-up(lg){
    margin-bottom: 150px;
  }
  */
}
@media screen and (min-width: 560px) {
  .worksCategory {
    padding: 20px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .worksCategory {
    padding: 30px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .worksCategory {
    padding: 0px 30px 50px;
  }
}
.worksCategory ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -15px;
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .worksCategory ul::after {
    content: "";
    display: block;
    width: 32%;
  }
}
@media screen and (min-width: 768px) {
  .worksCategory ul::before {
    content: "";
    display: block;
    width: 24%;
    order: 1;
  }
  .worksCategory ul::after {
    content: "";
    display: block;
    width: 24%;
  }
}
@media screen and (min-width: 960px) {
  .worksCategory ul {
    margin-top: 30px;
  }
  .worksCategory ul::before, .worksCategory ul::after {
    display: none;
  }
}
.worksCategory li {
  max-width: 300px;
  width: 48%;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 560px) {
  .worksCategory li {
    width: 32%;
  }
}
@media screen and (min-width: 768px) {
  .worksCategory li {
    width: 24%;
  }
}
@media screen and (min-width: 960px) {
  .worksCategory li {
    width: 19%;
  }
}
.worksCategory a {
  display: block;
  background: #fff;
  text-decoration: none;
  color: #333;
}
.worksCategory p {
  padding: 10px 10px;
  font-size: 0.8125rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
}
.worksCategory p span {
  display: none;
}
@media screen and (min-width: 560px) {
  .worksCategory p span {
    display: inline;
  }
}

/* worksBanner
--------------------------------------*/
.worksBanner {
  width: 100%;
}
.worksBanner_item {
  text-align: center;
  margin-bottom: 15px;
}

/* worksList
--------------------------------------*/
@media screen and (min-width: 560px) {
  .worksList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .worksList::after {
    content: "";
    display: block;
    width: 32%;
  }
}
.worksList h2 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .worksList .worksItem:nth-child(n+10) {
    margin-bottom: 0;
  }
}

.worksItem {
  margin-bottom: 40px;
}
@media screen and (min-width: 560px) {
  .worksItem {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .worksItem {
    width: 31.5%;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 960px) {
  .worksItem {
    margin-bottom: 80px;
  }
}
.worksItem + .worksItem {
  padding-top: 40px;
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 560px) {
  .worksItem + .worksItem {
    padding-top: 0;
    border-top: none;
  }
}
.worksItem a {
  display: block;
  text-decoration: none;
  color: #333;
}
@media screen and (min-width: 960px) {
  .worksItem a {
    transition: opacity 0.1s;
  }
}
@media screen and (min-width: 960px) {
  .worksItem a:hover {
    opacity: 0.7;
  }
}
.worksItem_ph {
  position: relative;
  overflow: hidden;
}
.worksItem_ph::before {
  content: '';
  display: block;
  padding-top: 65%;
}
@media screen and (min-width: 960px) {
  .worksItem_ph::before {
    display: none;
  }
}
.worksItem_ph span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.worksItem_ph span img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover";
}
@media screen and (min-width: 960px) {
  .worksItem_ph span {
    display: inline;
    position: relative;
  }
}
.worksItem_title {
  font-size: 1.125rem;
  line-height: 1.5;
  margin: 15px 0;
}
@media screen and (min-width: 960px) {
  .worksItem_title {
    font-size: 1.25rem;
    margin: 20px 0;
  }
}
.worksItem_showroom {
  margin-bottom: 15px;
  border-left: 3px solid #ff6d1d;
  padding-left: 5px;
  line-height: 1.5;
}
.worksItem_category {
  display: flex;
  flex-wrap: wrap;
}
.worksItem_category li {
  font-size: 0.6875rem;
  background: #f5eee7;
  padding: 3px 5px;
  line-height: 1;
  margin: 0 1px 1px 0;
}
.worksItem_yobo {
  padding: 10px;
  border: 1px solid #ccc;
  background: rgba(204, 204, 204, 0.1);
  margin-top: 15px;
}
.worksItem_yobo div:first-of-type img {
  display: none;
}
.worksItem_yobo p {
  font-size: 0.8125rem;
  line-height: 1.3;
}
.worksItem_yobo p.worksItem_yoboTitle {
  font-weight: bold;
  font-size: 0.9375rem;
  margin-bottom: 10px;
}
.worksItem_btn {
  width: 80%;
  margin: 15px auto 0 auto;
}
.worksItem_btn .btn_txt {
  background: #ff6d1d;
  color: #fff;
}

#l-main .worksList {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #l-main .worksList::before, #l-main .worksList::after {
    display: none;
  }
}
#l-main .worksList h2 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #l-main .worksItem {
    width: 48%;
  }
}

/* =============================================================
voice.scss
============================================================== */
.voice {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .voice::after {
    content: "";
    display: block;
    width: 32.5%;
  }
}

.voiceItem {
  border: 10px solid #f5eee7;
  padding: 15px;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .voiceItem {
    width: 49%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .voiceItem {
    width: 32.5%;
  }
}
.voiceItem_img {
  text-align: center;
}
.voiceItem_name {
  padding: 15px 0;
  font-size: 1rem;
  line-height: 1.3;
  color: #ff6d1d;
}
.voiceItem_name a {
  text-decoration: none;
  color: #ff6d1d;
  cursor: default;
}
.voiceItem_txt {
  font-size: 0.8125rem;
  line-height: 1.3;
}
@media screen and (min-width: 1200px) {
  .voiceItem_txt {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}

/* =============================================================
works.scss
============================================================== */
.kankyo_sblink {
  width: 100%;
  margin-top: 30px;
}
.kankyo_sblink p {
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 8px;
}
@media screen and (min-width: 560px) {
  .kankyo_sblink p {
    font-size: 0.875rem;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .kankyo_sblink p {
    font-size: 1.125rem;
    margin-bottom: 20px;
  }
}
.kankyo_sblink ul {
  display: flex;
  justify-content: space-between;
}
.kankyo_sblink ul li {
  width: 32%;
  max-width: 244px;
}
@media screen and (min-width: 960px) {
  .kankyo_sblink ul li:hover {
    opacity: 0.8;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  }
}

/* =============================================================
about.scss
============================================================== */
.awaPromo {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 560px) {
  .awaPromo {
    margin: 0;
    background: url("../../img/reform/dannetsu/awa_promo_bg.png") no-repeat center top;
    background-size: cover;
  }
}
@media screen and (min-width: 560px) {
  .awaPromo_inner {
    width: 55%;
  }
}
@media screen and (min-width: 560px) {
  .awaPromo h2 {
    padding: 30px 30px 0px 30px;
  }
}
.awaPromo p {
  padding: 20px;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .awaPromo p {
    padding: 30px 30px 30px 30px;
  }
}
.awaPromo p .is-smView {
  display: none;
}
@media screen and (min-width: 560px) {
  .awaPromo p .is-smView {
    display: inline;
  }
}

.awa_ttl {
  background: url(../../img/reform/dannetsu/ttl_bg.gif) repeat-x left bottom;
  padding-bottom: 10px;
}

.awaSeason {
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .awaSeason {
    display: flex;
  }
}
.awaSeason_container {
  width: 100%;
  padding: 15px;
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .awaSeason_container {
    width: 50%;
  }
}
@media screen and (min-width: 960px) {
  .awaSeason_container {
    padding: 20px;
  }
}
.awaSeason_inner {
  padding: 10px;
  background: #fff;
  height: 100%;
}
@media screen and (min-width: 960px) {
  .awaSeason_inner {
    padding: 20px;
  }
}
.awaSeason_headding {
  display: flex;
  margin-bottom: 10px;
}
.awaSeason_headding h4 {
  width: 50px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .awaSeason_headding h4 {
    width: 70px;
  }
}
@media screen and (min-width: 960px) {
  .awaSeason_headding h4 {
    width: 90px;
  }
}
.awaSeason_headding ul {
  flex: 1;
  max-width: 100%;
}
.awaSeason figure {
  text-align: center;
}
.awaSeason--summer {
  background: url("../../img/reform/dannetsu/summer_bg.gif") repeat left top;
}
.awaSeason--winter {
  background: url("../../img/reform/dannetsu/winter_bg.gif") repeat left top;
}

.awaFlow {
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .awaFlow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.awaFlow_item {
  display: flex;
  margin-bottom: 15px;
}
@media screen and (min-width: 560px) {
  .awaFlow_item {
    width: 48%;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .awaFlow_item {
    width: 23.5%;
  }
}
.awaFlow_item div {
  width: 40%;
}
@media screen and (min-width: 560px) {
  .awaFlow_item div {
    width: 100%;
    margin-bottom: 10px;
  }
}
.awaFlow_item p {
  width: 60%;
  padding-left: 15px;
  font-size: 0.8125rem;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .awaFlow_item p {
    font-size: 0.875rem;
    line-height: 1.5;
    width: 100%;
    position: relative;
    padding-left: 25px;
  }
}
.awaFlow_item p span {
  display: flex;
  width: 20px;
  height: 20px;
  color: #fff;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  background: #ff6d1d;
  margin-bottom: 5px;
}
@media screen and (min-width: 560px) {
  .awaFlow_item p span {
    position: absolute;
    left: 0;
    top: 0;
  }
}
.awaFlow_item p em {
  font-weight: bold;
  font-style: normal;
}

.awaPoint {
  counter-reset: awanum;
}
.awaPoint_list + li {
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .awaPoint_list + li {
    margin-top: 30px;
  }
}
.awaPoint h5 {
  display: block;
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 40px;
  padding-top: 5px;
  line-height: 1.3;
  color: #ff6d1d;
}
@media screen and (min-width: 560px) {
  .awaPoint h5 {
    font-size: 1.25rem;
    padding-top: 0px;
  }
}
@media screen and (min-width: 960px) {
  .awaPoint h5 {
    font-size: 1.375rem;
  }
}
.awaPoint h5::before {
  counter-increment: awanum;
  content: counter(awanum);
  width: 30px;
  height: 30px;
  color: #fff;
  font-style: italic;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ff6d1d;
  font-size: 0.875rem;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 560px) {
  .awaPoint p {
    padding-left: 40px;
  }
}

@media screen and (min-width: 560px) {
  .awaTokucho {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.awaTokucho_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .awaTokucho_item {
    width: 48%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .awaTokucho_item {
    margin-bottom: 40px;
  }
}
.awaTokucho_item h4 {
  background: url("../../img/reform/dannetsu/bg01.gif") repeat left top;
  padding: 10px;
  font-size: 1.125rem;
  line-height: 1.3;
  width: 100%;
  margin-bottom: 10px;
  color: #0071bc;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .awaTokucho_item h4 {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .awaTokucho_item h4 {
    margin-bottom: 20px;
  }
}
.awaTokucho_item figure {
  width: 40%;
}
@media screen and (min-width: 768px) {
  .awaTokucho_item figure {
    width: 135px;
  }
}
.awaTokucho_item p {
  width: 60%;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .awaTokucho_item p {
    width: auto;
    max-width: 100%;
    flex: 1;
  }
}

.awaContact {
  background: url("../../img/reform/dannetsu/winter_bg.gif") repeat left top;
  padding: 10px;
}
.awaContact_inner {
  background: #fff;
  padding: 20px;
}
@media screen and (min-width: 560px) {
  .awaContact_inner {
    padding: 30px;
  }
}
@media screen and (min-width: 960px) {
  .awaContact_inner {
    padding: 40px;
  }
}
.awaContact_txt {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .awaContact_txt {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 960px) {
  .awaContact_txt {
    font-size: 1.125rem;
    text-align: center;
  }
}
.awaContact .btn {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .awaContact .btn {
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .awaContact .btn {
    margin-top: 40px;
  }
}

/* =============================================================
csr.scss
============================================================== */
.csrHeadding {
  background: url("../../img/csr/promo.jpg") no-repeat center center/cover;
  height: 350px;
  margin: 0 calc(50% - 50vw);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 560px) {
  .csrHeadding {
    height: 450px;
    margin: 0;
  }
}
.csrHeadding p {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 25px;
  line-height: 1.3;
  font-size: 1.625rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 560px) {
  .csrHeadding p {
    font-size: 1.75rem;
    padding: 25px 30px;
  }
}
@media screen and (min-width: 960px) {
  .csrHeadding p {
    font-size: 1.875rem;
  }
}

.csrIntro {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (min-width: 560px) {
  .csrIntro {
    margin-top: 40px;
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 960px) {
  .csrIntro {
    margin-top: 60px;
    font-size: 1.125rem;
    line-height: 2;
  }
}
.csrIntro p + p {
  margin-top: 20px;
}

.srcTitle {
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  font-size: 1.25rem;
}
@media screen and (min-width: 560px) {
  .srcTitle {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 960px) {
  .srcTitle {
    font-size: 1.5rem;
  }
}

.csrPh {
  max-width: 800px;
  margin: 20px auto 0 auto;
}
@media screen and (min-width: 560px) {
  .csrPh {
    margin-top: 30px;
  }
}
@media screen and (min-width: 960px) {
  .csrPh {
    margin-top: 40px;
  }
}
@media screen and (min-width: 360px) {
  .csrPh {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.csrPh figure {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 360px) {
  .csrPh figure {
    width: 49%;
  }
}
@media screen and (min-width: 560px) {
  .csrPh figure {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .csrPh figure {
    margin-bottom: 20px;
  }
}
.csrPh figcaption {
  text-align: center;
  font-size: 0.75rem;
  padding-top: 5px;
  line-height: 1.3;
}
@media screen and (min-width: 960px) {
  .csrPh figcaption {
    padding-top: 10px;
    font-size: 0.8125rem;
  }
}

.csrYoutube {
  width: 100%;
  max-width: 800px;
  margin: 10px auto 0px auto;
  margin-top: 10px;
}
@media screen and (min-width: 560px) {
  .csrYoutube {
    margin-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .csrYoutube {
    margin-top: 30px;
  }
}

@media screen and (min-width: 360px) {
  .csrReports {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 960px) {
  .csrReports::after {
    content: "";
    display: block;
    width: 31%;
  }
}

.csrReport {
  margin-bottom: 20px;
}
@media screen and (min-width: 360px) {
  .csrReport {
    width: 48%;
  }
}
@media screen and (min-width: 960px) {
  .csrReport {
    width: 31%;
  }
}
.csrReport a {
  display: block;
  text-decoration: none;
  color: #333;
  transition: opacity 0.1s;
}
@media screen and (min-width: 960px) {
  .csrReport a:hover {
    opacity: 0.8;
  }
}
.csrReport_data {
  margin-top: 10px;
}
.csrReport_time {
  color: #666;
  font-size: 0.75rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 560px) {
  .csrReport_time {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 960px) {
  .csrReport_time {
    font-size: 0.875rem;
  }
}
.csrReport h3 {
  font-size: 0.875rem;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .csrReport h3 {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .csrReport h3 {
    font-size: 1rem;
  }
}

/* =============================================================
nikkablock.scss
============================================================== */
.nikkabolok-title {
  padding-bottom: 10px;
  background: url("../../img/nikkablock/ttl_bg.png") repeat-x left bottom;
  text-align: center;
}

.nikkablock-catch {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 360px) {
  .nikkablock-mihon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .nikkablock-mihon::after {
    content: "";
    display: block;
    width: 32%;
  }
}
.nikkablock-mihon_item {
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 360px) {
  .nikkablock-mihon_item {
    width: 49%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .nikkablock-mihon_item {
    width: 32%;
  }
}
.nikkablock-mihon_item p {
  text-align: center;
  padding-top: 5px;
  font-size: 0.75rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .nikkablock-mihon_item p {
    font-size: 0.875rem;
    padding-top: 10px;
  }
}
.nikkablock-mihon_item br {
  display: none;
}
@media screen and (min-width: 360px) {
  .nikkablock-mihon_item br {
    display: inline;
  }
}
@media screen and (min-width: 560px) {
  .nikkablock-mihon_item br {
    display: none;
  }
}

@media screen and (min-width: 560px) {
  .nikkablock-works {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .nikkablock-works::after {
    content: "";
    display: block;
    width: 32%;
  }
}
.nikkablock-works_item {
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .nikkablock-works_item {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .nikkablock-works_item {
    width: 32%;
  }
}
.nikkablock-works a {
  display: block;
  text-decoration: none;
  color: #333;
  transition: opacity 0.1s;
}
.nikkablock-works a:hover {
  opacity: 0.8;
}
.nikkablock-works p {
  padding-top: 10px;
  font-size: 0.875rem;
  line-height: 1.3;
}

@media screen and (min-width: 360px) {
  .nikkablock-howto {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.nikkablock-howto_item {
  margin-bottom: 20px;
}
@media screen and (min-width: 360px) {
  .nikkablock-howto_item {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .nikkablock-howto_item {
    width: 24%;
  }
}
.nikkablock-howto .txt {
  line-height: 1.5;
  padding-top: 10px;
}

.nikkablock_tbl {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
}
.nikkablock_tbl th,
.nikkablock_tbl td {
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: left;
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 560px) {
  .nikkablock_tbl th,
  .nikkablock_tbl td {
    padding: 15px 10px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .nikkablock_tbl th,
  .nikkablock_tbl td {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.nikkablock_tbl th {
  width: 100px;
}
@media screen and (min-width: 560px) {
  .nikkablock_tbl th {
    width: 150px;
  }
}
@media screen and (min-width: 768px) {
  .nikkablock_tbl th {
    width: 100px;
  }
}
@media screen and (min-width: 960px) {
  .nikkablock_tbl th {
    width: 150px;
  }
}
.nikkablock_tbl li + li {
  margin-top: 10px;
}
.nikkablock_tbl a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .nikkablock_tbl br {
    display: none;
  }
}

.nikkablock-shop {
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .nikkablock-shop {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.nikkablock-shop_item {
  border-left: 5px solid #ff6d1d;
  padding: 10px;
  margin-bottom: 15px;
  background: #f5eee7;
}
@media screen and (min-width: 560px) {
  .nikkablock-shop_item {
    width: 48%;
    margin-bottom: 25px;
    padding: 15px;
  }
}
@media screen and (min-width: 560px) {
  .nikkablock-shop_item {
    padding: 20px;
  }
}
.nikkablock-shop_name {
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (min-width: 560px) {
  .nikkablock-shop_name {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 960px) {
  .nikkablock-shop_name {
    font-size: 1.125rem;
  }
}
.nikkablock-shop_type {
  margin-bottom: 15px;
  font-size: 0.75rem;
  color: #ff6d1d;
}
@media screen and (min-width: 560px) {
  .nikkablock-shop_type {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 960px) {
  .nikkablock-shop_type {
    font-size: 0.875rem;
  }
}
.nikkablock-shop_link {
  width: 100%;
  margin-top: 10px;
  font-size: 0.75rem;
}
@media screen and (min-width: 560px) {
  .nikkablock-shop_link {
    margin-top: 15px;
  }
}
.nikkablock-shop_link a {
  position: relative;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 8px 20px;
  text-decoration: none;
  color: #333;
  background: #fff;
  transition: all 0.1s;
}
.nikkablock-shop_link a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
  margin-left: 10px;
}
.nikkablock-shop_link a:hover {
  border: 1px solid #ff6d1d;
  background: #ff6d1d;
  color: #fff;
}

/* =============================================================
diyTv.scss
============================================================== */
/* list
--------------------------------------*/
.diyTv_catch {
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .diyTv_catch {
    display: flex;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .diyTv_catch {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 560px) {
  .diyTv_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .diyTv_list::after {
    content: "";
    display: block;
    width: 32%;
  }
}
@media screen and (min-width: 960px) {
  .diyTv_list::after {
    content: "";
    display: block;
    width: 31%;
  }
}

.diyTv-item {
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 560px) {
  .diyTv-item {
    width: 48%;
    padding-bottom: 0;
    margin-bottom: 20px;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .diyTv-item {
    width: 32%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .diyTv-item {
    width: 31%;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .diyTv-item {
    margin-bottom: 50px;
  }
}
.diyTv-item a {
  text-decoration: none;
  color: #333;
  display: flex;
}
@media screen and (min-width: 560px) {
  .diyTv-item a {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .diyTv-item a {
    transition: opacity 0.1s;
  }
}
@media screen and (min-width: 960px) {
  .diyTv-item a:hover {
    opacity: 0.8;
  }
}
.diyTv-item_img {
  width: 45%;
}
@media screen and (min-width: 560px) {
  .diyTv-item_img {
    width: 100%;
  }
}
.diyTv-item_inner {
  width: 55%;
  padding-left: 10px;
}
@media screen and (min-width: 560px) {
  .diyTv-item_inner {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
}
@media screen and (min-width: 960px) {
  .diyTv-item_inner {
    margin-top: 15px;
  }
}
.diyTv-item_title {
  color: #c37425;
  font-size: 1rem;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .diyTv-item_title {
    font-size: 1.0625rem;
    line-height: 1.4;
  }
}
@media screen and (min-width: 960px) {
  .diyTv-item_title {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.diyTv-item_houei {
  margin-top: 10px;
  font-size: 0.6875rem;
  color: #666;
  font-feature-settings: "palt";
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .diyTv-item_houei {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 960px) {
  .diyTv-item_houei {
    margin-top: 15px;
  }
}

/* detail
--------------------------------------*/
.diyTv-detail_title {
  color: #c37425;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .diyTv-detail_title {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .diyTv-detail_title {
    margin-bottom: 20px;
  }
}
.diyTv-detail_title .is-spView {
  display: none;
}
@media screen and (min-width: 560px) {
  .diyTv-detail_title .is-spView {
    display: inline;
  }
}
.diyTv-detail_title .is-mdView {
  display: none;
}
@media screen and (min-width: 768px) {
  .diyTv-detail_title .is-mdView {
    display: inline;
  }
}

.diyTv-detail_onair {
  text-align: center;
  color: #666;
  font-size: 0.75rem;
}
@media screen and (min-width: 560px) {
  .diyTv-detail_onair {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 960px) {
  .diyTv-detail_onair {
    font-size: 0.875rem;
  }
}

.diyTv-detail_main {
  background: #f5eee7;
  padding: 10px;
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .diyTv-detail_main {
    margin-top: 40px;
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .diyTv-detail_main {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 960px) {
  .diyTv-detail_main {
    margin-top: 50px;
    padding: 30px;
  }
}
.diyTv-detail_main figure {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .diyTv-detail_main figure {
    width: 48%;
  }
}

.diyTv-detail_comment {
  margin-top: 10px;
}
@media screen and (min-width: 560px) {
  .diyTv-detail_comment {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .diyTv-detail_comment {
    width: 48%;
    margin-top: 00px;
  }
}

@media screen and (min-width: 768px) {
  .diyTv-recipe_flow {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
}
.diyTv-recipe_flow + section {
  margin-top: 40px;
}
@media screen and (min-width: 560px) {
  .diyTv-recipe_flow + section {
    margin-top: 60px;
  }
}
@media screen and (min-width: 960px) {
  .diyTv-recipe_flow + section {
    margin-top: 80px;
  }
}
.diyTv-recipe_step, .diyTv-recipe_title {
  margin-bottom: 20px;
  border-bottom: 1px solid #c37425;
  padding: 3px 0 10px 0;
  line-height: 1.3;
  font-size: 1rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 560px) {
  .diyTv-recipe_step, .diyTv-recipe_title {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 960px) {
  .diyTv-recipe_step, .diyTv-recipe_title {
    font-size: 1.25rem;
    margin-bottom: 30px;
  }
}
.diyTv-recipe_step {
  padding-left: 80px;
}
.diyTv-recipe_step span {
  width: 70px;
  font-size: 0.75rem;
  border-radius: 3px;
  background: #c37425;
  color: #fff;
  padding: 5px 0px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .diyTv-recipe_step span {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 960px) {
  .diyTv-recipe_step span {
    font-size: 0.875rem;
  }
}
.diyTv-recipe_ph {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .diyTv-recipe_ph {
    width: 42%;
  }
}
.diyTv-recipe_ph--wide {
  width: 100%;
  display: flex;
  margin-top: 20px;
}
.diyTv-recipe_ph--wide div {
  width: 50%;
}
.diyTv-recipe_txt {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .diyTv-recipe_txt {
    margin-top: 0;
    width: 55%;
  }
}
.diyTv-recipe_point {
  border-radius: 10px;
  padding: 10px 15px 15px 15px;
  border: 1px solid #ccc;
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .diyTv-recipe_point {
    padding: 15px 20px 20px 20px;
  }
}
@media screen and (min-width: 960px) {
  .diyTv-recipe_point {
    margin-top: 30px;
  }
}
.diyTv-recipe_point p + p {
  margin-top: 5px;
}
.diyTv-recipe_point p:first-of-type {
  font-weight: bold;
  color: #c37425;
  position: relative;
}
.diyTv-recipe_point p:first-of-type::before {
  font-family: "Font Awesome 5 Free";
  content: "\f06a";
  font-weight: 900;
  margin-right: 5px;
  font-size: 123.6%;
}
.diyTv-recipe_point p:not(:first-of-type) {
  font-size: 0.8125rem;
}
@media screen and (min-width: 560px) {
  .diyTv-recipe_point p:not(:first-of-type) {
    font-size: 0.875rem;
  }
}
.diyTv-recipe_point .btn {
  margin-top: 15px;
  text-align: center;
}

/* =============================================================
faq.scss
============================================================== */
.faq_item {
  border-bottom: 1px solid #ccc;
  padding: 20px 10px;
}
@media screen and (min-width: 560px) {
  .faq_item {
    padding: 25px 20px;
  }
}
@media screen and (min-width: 960px) {
  .faq_item {
    padding: 30px 20px;
  }
}
.faq_item:first-of-type {
  border-top: 1px solid #ccc;
}

.faq_q {
  padding-bottom: 10px;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 560px) {
  .faq_q {
    font-size: 1.0625rem;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .faq_q {
    font-size: 1.125rem;
  }
}
.faq_q span {
  color: #ff6d1d;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 200%;
  display: block;
  width: 30px;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .faq_q span {
    width: 40px;
  }
}
.faq_q p {
  flex: 1;
  max-width: 100%;
  margin-top: 5px;
  line-height: 1.3;
}
@media screen and (min-width: 960px) {
  .faq_q p {
    line-height: 1.3;
  }
}

/* =============================================================
introlist.scss
============================================================== */
/***フォームの真中***/
.intro__base {
  margin: 0 auto;
  max-width: 1040px !important;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 560px) {
  .intro__base {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.intro__base .p-title_h2 {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (min-width: 560px) {
  .intro__base .p-title_h2 {
    margin-left: 0px;
    margin-right: 0px;
  }
}

/******************/
.introCampaign {
  /*promo*/
  /*---present----*/
  /**select_item**/
  /*---seiyaku----*/
  /**step***/
}
.introCampaign__promo {
  margin-bottom: 20px;
  display: block;
}
@media screen and (min-width: 560px) {
  .introCampaign__promo {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 960px) {
  .introCampaign__promo {
    margin-bottom: 50px;
  }
}
.introCampaign__txt {
  font-size: 0.75rem;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .introCampaign__txt {
    font-size: 0.8125rem;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .introCampaign__txt {
    font-size: 0.9375rem;
    text-align: center;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .introCampaign__txt {
    font-size: 1rem;
    margin-bottom: 60px;
  }
}
.introCampaign__txt br {
  display: none;
}
@media screen and (min-width: 768px) {
  .introCampaign__txt br {
    display: block;
  }
}
.introCampaign__present {
  padding: 15px;
  margin-bottom: 20px;
  /*****box modifier******/
}
@media screen and (min-width: 560px) {
  .introCampaign__present {
    margin-bottom: 40px;
    padding: 15px 15px 20px;
  }
}
@media screen and (min-width: 960px) {
  .introCampaign__present {
    padding: 30px;
    margin-bottom: 45px;
  }
}
.introCampaign__present.m-red {
  border: 3px solid #d02323;
}
.introCampaign__present.m-orenge {
  border: 3px solid #ed6c00;
}
.introCampaign__present__ttl {
  text-align: center;
}
@media screen and (min-width: 560px) {
  .introCampaign__present__ttl {
    margin-top: -37px;
  }
}
@media screen and (min-width: 960px) {
  .introCampaign__present__ttl {
    margin-top: -52px;
  }
}
.introCampaign__present__ttl span {
  position: relative;
}
.introCampaign__present__all {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 8px;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: bold;
}
@media screen and (min-width: 360px) {
  .introCampaign__present__all {
    text-align: center;
  }
}
@media screen and (min-width: 560px) {
  .introCampaign__present__all {
    font-size: 1rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.introCampaign__present__all span {
  background: #d02323;
  color: #fff;
  display: block;
  padding: 5px 8px;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .introCampaign__present__all span {
    display: inline-block;
    padding: 3px 8px;
    margin-right: 8px;
    margin-bottom: 0px;
  }
}
.introCampaign__present__caution {
  text-align: left;
  font-size: 0.6875rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .introCampaign__present__caution {
    text-align: center;
  }
}
.introCampaign__select {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .introCampaign__select {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 960px) {
  .introCampaign__select {
    margin-bottom: 30px;
  }
}
.introCampaign__select__box {
  width: 100%;
  margin-bottom: 20px;
}
.introCampaign__select__box:last-child {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .introCampaign__select__box {
    width: 47%;
  }
}
@media screen and (min-width: 560px) {
  .introCampaign__select__box {
    width: 31%;
    margin-bottom: 0px;
  }
}
.introCampaign__select__box__ph {
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
  text-align: center;
}
.introCampaign__select__box__maker {
  font-weight: bold;
  font-size: 0.75rem;
  margin-bottom: 5px;
}
@media screen and (min-width: 560px) {
  .introCampaign__select__box__maker {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 960px) {
  .introCampaign__select__box__maker {
    font-size: 0.875rem;
  }
}
.introCampaign__select__box__name {
  font-weight: bold;
  font-size: 0.9375rem;
  color: #ff7800;
}
@media screen and (min-width: 560px) {
  .introCampaign__select__box__name {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .introCampaign__select__box__name {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 960px) {
  .introCampaign__select__box__name {
    font-size: 1.125rem;
  }
}
.introCampaign__seiyaku {
  padding-top: 10px;
  /*display: flex;
  justify-content: space-between;*/
}
@media screen and (min-width: 560px) {
  .introCampaign__seiyaku {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
  }
}
.introCampaign__seiyaku__box {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .introCampaign__seiyaku__box {
    width: 48%;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 960px) {
  .introCampaign__seiyaku__box {
    width: 47%;
  }
}
.introCampaign__seiyaku__box__ttl {
  border: 1px solid #e0e0e0;
  padding: 10px 10px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 560px) {
  .introCampaign__seiyaku__box__ttl {
    font-size: 1.0625rem;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 960px) {
  .introCampaign__seiyaku__box__ttl {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
.introCampaign__seiyaku__box__ttl.m-orenge {
  color: #ed6c00;
}
.introCampaign__seiyaku__box__ttl.m-red {
  color: #d02323;
}
.introCampaign__seiyaku__box__txt {
  font-size: 0.8125rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .introCampaign__seiyaku__box__txt {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 960px) {
  .introCampaign__seiyaku__box__txt {
    font-size: 1rem;
  }
}
.introCampaign__seiyaku__box__txt.m-orenge span {
  color: #ed6c00;
}
.introCampaign__seiyaku__box__txt.m-red span {
  color: #d02323;
}
.introCampaign__step {
  padding-top: 10px;
  /********/
}
@media screen and (min-width: 560px) {
  .introCampaign__step {
    padding-top: 20px;
  }
}
@media screen and (min-width: 960px) {
  .introCampaign__step {
    padding-top: 30px;
  }
}
.introCampaign__step__ttl {
  text-align: left;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}
@media screen and (min-width: 360px) {
  .introCampaign__step__ttl {
    text-align: center;
  }
}
@media screen and (min-width: 560px) {
  .introCampaign__step__ttl {
    font-size: 1.5625rem;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 960px) {
  .introCampaign__step__ttl {
    font-size: 1.875rem;
    margin-bottom: 30px;
  }
}
.introCampaign__step__outer {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.introCampaign__step__box {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .introCampaign__step__box {
    display: flex;
    margin-bottom: 30px;
  }
}
.introCampaign__step__box:last-child {
  margin-bottom: 0px;
}
.introCampaign__step__box__ttl {
  font-size: 1rem;
  font-weight: bold;
  color: #ff7800;
  font-style: italic;
  padding-bottom: 3px;
}
@media screen and (min-width: 560px) {
  .introCampaign__step__box__ttl {
    font-size: 1.0625rem;
    padding-bottom: 0px;
  }
}
@media screen and (min-width: 768px) {
  .introCampaign__step__box__ttl {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 960px) {
  .introCampaign__step__box__ttl {
    font-size: 1.25rem;
  }
}
.introCampaign__step__box__ttl span {
  font-size: 180%;
}
.introCampaign__step__box__txt {
  flex: 1;
  border-top: 2px solid #e0e0e0;
  padding-top: 10px;
}
@media screen and (min-width: 560px) {
  .introCampaign__step__box__txt {
    padding-top: 0px;
    margin-left: 30px;
    padding-left: 30px;
    border-top: none;
    border-left: 2px solid #e0e0e0;
  }
}
.introCampaign__step__box__txt dl dt {
  color: #ff7800;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.6;
}
@media screen and (min-width: 560px) {
  .introCampaign__step__box__txt dl dt {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 960px) {
  .introCampaign__step__box__txt dl dt {
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
.introCampaign__step__box__txt dl dd {
  font-size: 0.8125rem;
  line-height: 1.6;
}
@media screen and (min-width: 560px) {
  .introCampaign__step__box__txt dl dd {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .introCampaign__step__box__txt dl dd {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .introCampaign__step__box__txt dl dd {
    font-size: 1rem;
  }
}

.introStep__outer {
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .introStep__outer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .introStep__outer::after {
    content: "";
    display: block;
    width: 32%;
  }
}
.introStep__list {
  padding-top: 20px;
  margin-left: 15px;
  font-size: 0.75rem;
}
@media screen and (min-width: 560px) {
  .introStep__list {
    padding-top: 25px;
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 960px) {
  .introStep__list {
    padding-top: 35px;
    font-size: 0.875rem;
  }
}
.introStep__list li {
  list-style-type: disc;
  line-height: 1.4;
  margin-bottom: 5px;
}

.introfreedial {
  background: url(../../img/customer_introduction/free_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 30px 20px 30px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media screen and (min-width: 960px) {
  .introfreedial {
    margin-top: 40px;
    margin-bottom: 90px;
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
.introfreedial__box {
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  padding: 13px 18px 13px;
}
@media screen and (min-width: 560px) {
  .introfreedial__box {
    padding: 20px 18px 20px;
  }
}
@media screen and (min-width: 960px) {
  .introfreedial__box {
    padding: 30px 10px 30px;
  }
}
.introfreedial__box__txt {
  font-size: 0.8125rem;
  margin-bottom: 15px;
  text-align: left;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .introfreedial__box__txt {
    text-align: center;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 960px) {
  .introfreedial__box__txt {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}
.introfreedial__box__tel {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 560px) {
  .introfreedial__box__tel {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 960px) {
  .introfreedial__box__tel {
    margin-bottom: 20px;
  }
}
.introfreedial__box__time {
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .introfreedial__box__time {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 560px) {
  .introfreedial__box__time__week {
    display: flex;
    justify-content: center;
  }
}
.introfreedial__box__time__uketsuke {
  margin-bottom: 5px;
  font-size: 0.875rem;
}
@media screen and (min-width: 560px) {
  .introfreedial__box__time__uketsuke {
    margin-right: 10px;
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 560px) {
  .introfreedial__box__time__uketsuke {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .introfreedial__box__time__uketsuke {
    font-size: 1rem;
  }
}
.introfreedial__box__time__weekday {
  margin-bottom: 5px;
  font-size: 0.875rem;
}
@media screen and (min-width: 560px) {
  .introfreedial__box__time__weekday {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .introfreedial__box__time__weekday {
    font-size: 1rem;
  }
}
.introfreedial__box__time__weekday:before {
  content: "平日";
  margin-right: 5px;
}
@media screen and (min-width: 560px) {
  .introfreedial__box__time__weekday:after {
    content: "／";
  }
}
.introfreedial__box__time__holiday {
  font-size: 0.875rem;
}
@media screen and (min-width: 560px) {
  .introfreedial__box__time__holiday {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .introfreedial__box__time__holiday {
    font-size: 1rem;
  }
}
.introfreedial__box__time__holiday:before {
  content: "土日";
  margin-right: 5px;
}

/* =============================================================
utility.scss
============================================================== */
.material-icons {
  display: inline-flex;
  vertical-align: middle;
  font-size: inherit;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .c-pcCenter {
    text-align: center;
  }
}

.clear {
  clear: both;
  width: 0px;
  height: 0px;
  display: block;
  overflow: hidden;
}

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

.cen {
  text-align: center !important;
}

.rgt {
  text-align: right !important;
}

.lft {
  text-align: left !important;
}

.opa a:hover {
  opacity: 0.80;
}

.bold {
  font-weight: bold;
}

.redtxt {
  color: #CF1212;
}

.pt0 {
  padding-top: 0px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 15px !important;
}

.pt30 {
  padding-top: 20px !important;
}

.pt40 {
  padding-top: 25px !important;
}

.pt50 {
  padding-top: 30px !important;
}

.pt60 {
  padding-top: 40px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 15px !important;
}

.pb30 {
  padding-bottom: 20px !important;
}

.pb40 {
  padding-bottom: 25px !important;
}

.pb50 {
  padding-bottom: 40px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 15px !important;
}

.mt30 {
  margin-top: 20px !important;
}

.mt40 {
  margin-top: 25px !important;
}

.mt50 {
  margin-top: 30px !important;
}

.mt60 {
  margin-top: 40px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 15px !important;
}

.mb30 {
  margin-bottom: 20px !important;
}

.mb40 {
  margin-bottom: 25px !important;
}

.mb50 {
  margin-bottom: 30px !important;
}

.mb60 {
  margin-bottom: 40px !important;
}

@media screen and (min-width: 960px) {
  .pt0 {
    padding-top: 0px !important;
  }

  .pt05 {
    padding-top: 5px !important;
  }

  .pt10 {
    padding-top: 10px !important;
  }

  .pt15 {
    padding-top: 15px !important;
  }

  .pt20 {
    padding-top: 20px !important;
  }

  .pt30 {
    padding-top: 30px !important;
  }

  .pt40 {
    padding-top: 40px !important;
  }

  .pt50 {
    padding-top: 50px !important;
  }

  .pt60 {
    padding-top: 60px !important;
  }

  .pb0 {
    padding-bottom: 0px !important;
  }

  .pb05 {
    padding-bottom: 5px !important;
  }

  .pb10 {
    padding-bottom: 10px !important;
  }

  .pb15 {
    padding-bottom: 15px !important;
  }

  .pb20 {
    padding-bottom: 20px !important;
  }

  .pb30 {
    padding-bottom: 30px !important;
  }

  .pb40 {
    padding-bottom: 40px !important;
  }

  .pb50 {
    padding-bottom: 50px !important;
  }

  .pb60 {
    padding-bottom: 60px !important;
  }

  .mt0 {
    margin-top: 5px !important;
  }

  .mt05 {
    margin-top: 5px !important;
  }

  .mt10 {
    margin-top: 10px !important;
  }

  .mt15 {
    margin-top: 15px !important;
  }

  .mt20 {
    margin-top: 20px !important;
  }

  .mt30 {
    margin-top: 30px !important;
  }

  .mt40 {
    margin-top: 40px !important;
  }

  .mt50 {
    margin-top: 50px !important;
  }

  .mt60 {
    margin-top: 60px !important;
  }

  .mb0 {
    margin-bottom: 5px !important;
  }

  .mb05 {
    margin-bottom: 5px !important;
  }

  .mb10 {
    margin-bottom: 10px !important;
  }

  .mb15 {
    margin-bottom: 15px !important;
  }

  .mb20 {
    margin-bottom: 20px !important;
  }

  .mb30 {
    margin-bottom: 30px !important;
  }

  .mb40 {
    margin-bottom: 40px !important;
  }

  .mb50 {
    margin-bottom: 50px !important;
  }

  .mb60 {
    margin-bottom: 60px !important;
  }
}
/* =============================================================
gjpoint.css
============================================================== */
.greenpoint_promo {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .greenpoint_promo {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .greenpoint_promo {
    margin-bottom: 60px;
  }
}

.greenpoint_txt strong {
  color: #32b591;
}

.greenpoint {
  counter-reset: num 0;
}

.green_notes {
  margin-top: 20px;
}
.green_notes li {
  padding-left: 30px;
  text-indent: -30px;
  position: relative;
  counter-increment: num 1;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .green_notes li {
    font-size: 0.8125rem;
  }
}
.green_notes li::before {
  content: "※" counter(num);
  margin-right: 10px;
}
.green_notes li + li {
  margin-top: 5px;
}

.greenpoint_point01 {
  width: 100%;
  margin: 30px 0;
}
.greenpoint_point01 dt {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 10px;
  color: #ff6d1d;
}
@media screen and (min-width: 560px) {
  .greenpoint_point01 dt {
    font-size: 1.125rem;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .greenpoint_point01 dt {
    font-size: 1.25rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.greenpoint_point01 dt::before {
  content: '';
  width: 200px;
  height: 1px;
  border-bottom: 1px solid #ccc;
  position: absolute;
  bottom: 0;
  left: calc(50% - 100px);
}
.greenpoint_point01 dd {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .greenpoint_point01 dd {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 960px) {
  .greenpoint_point01 dd {
    font-size: 1.25rem;
  }
}
.greenpoint_point01 dd strong {
  color: #CF1212;
  font-size: 1.375rem;
  display: inline-block;
}
@media screen and (min-width: 560px) {
  .greenpoint_point01 dd strong {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 960px) {
  .greenpoint_point01 dd strong {
    font-size: 1.875rem;
  }
}
.greenpoint_point01 dd span {
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: normal;
  display: block;
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .greenpoint_point01 dd span {
    margin-top: 20px;
  }
}

.greenpoint_point_tokurei {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .greenpoint_point_tokurei {
    display: flex;
  }
}
.greenpoint_point_tokurei + .greenpoint_point_tokurei {
  margin-top: -1px;
}
.greenpoint_point_tokurei p {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 0.875rem;
  background: #32b591;
  border: 1px solid #ccc;
  color: #fff;
}
@media screen and (min-width: 560px) {
  .greenpoint_point_tokurei p {
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 960px) {
  .greenpoint_point_tokurei p {
    width: 150px;
    font-size: 1rem;
  }
}
.greenpoint_point_tokurei dl {
  width: 100%;
  border: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 560px) {
  .greenpoint_point_tokurei dl {
    flex: 1;
    max-width: 100%;
    margin-left: -1px;
  }
}
.greenpoint_point_tokurei dl + dl {
  margin-top: -1px;
}
.greenpoint_point_tokurei dl dt, .greenpoint_point_tokurei dl dd {
  padding: 10px;
  font-size: 0.875rem;
  line-height: 1.8;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 560px) {
  .greenpoint_point_tokurei dl dt, .greenpoint_point_tokurei dl dd {
    font-size: 0.875rem;
    line-height: 1.8;
    padding: 10px 15px;
  }
}
@media screen and (min-width: 960px) {
  .greenpoint_point_tokurei dl dt, .greenpoint_point_tokurei dl dd {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.greenpoint_point_tokurei dl dt:nth-of-type(2), .greenpoint_point_tokurei dl dd:nth-of-type(2) {
  border-top: 1px solid #ccc;
}
.greenpoint_point_tokurei dl dt {
  width: calc(100% - 110px);
  border-right: 1px solid #ccc;
}
@media screen and (min-width: 560px) {
  .greenpoint_point_tokurei dl dt {
    width: calc(100% - 130px);
  }
}
@media screen and (min-width: 960px) {
  .greenpoint_point_tokurei dl dt {
    padding: 20px 30px;
    width: calc(100% - 180px);
  }
}
.greenpoint_point_tokurei dl dd {
  width: 110px;
  align-items: center;
  background: #ffebeb;
}
@media screen and (min-width: 560px) {
  .greenpoint_point_tokurei dl dd {
    width: 130px;
  }
}
@media screen and (min-width: 960px) {
  .greenpoint_point_tokurei dl dd {
    width: 180px;
    padding: 10px;
  }
}
.greenpoint_point_tokurei dl dd strong {
  color: #CF1212;
}
@media screen and (min-width: 560px) {
  .greenpoint_point_tokurei dl dd strong {
    display: inline-block;
    font-size: 1.125rem;
  }
}

.greenpoint_point02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .greenpoint_point02::after {
    content: "";
    display: block;
    width: 32%;
  }
}
.greenpoint_point02 figure {
  width: 48%;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .greenpoint_point02 figure {
    width: 31%;
  }
}
@media screen and (min-width: 768px) {
  .greenpoint_point02 figure {
    width: 24%;
  }
}
.greenpoint_point02 figure figcaption {
  font-size: 0.75rem;
  line-height: 1.3;
  text-align: center;
  padding-top: 5px;
  font-feature-settings: "palt";
}
@media screen and (min-width: 560px) {
  .greenpoint_point02 figure figcaption {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 960px) {
  .greenpoint_point02 figure figcaption {
    font-size: 0.875rem;
  }
}

.greenpoint_replacement {
  background: #f5eee7;
}
.greenpoint_replacement_inner {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .greenpoint_replacement_inner {
    display: flex;
    justify-content: space-between;
  }
}
.greenpoint_replacement_list {
  padding: 20px;
  background: #fff;
}
@media screen and (min-width: 560px) {
  .greenpoint_replacement_list {
    padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  .greenpoint_replacement_list {
    padding: 40px;
    width: 65%;
  }
}
@media screen and (min-width: 960px) {
  .greenpoint_replacement_list {
    width: 70%;
  }
}
.greenpoint_replacement_list + div {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .greenpoint_replacement_list + div {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .greenpoint_replacement_list:nth-of-type(2) {
    display: block;
    width: 33%;
  }
}
@media screen and (min-width: 960px) {
  .greenpoint_replacement_list:nth-of-type(2) {
    width: 27.5%;
  }
}
@media screen and (min-width: 768px) {
  .greenpoint_replacement_list:nth-of-type(2) figure {
    width: 100%;
  }
}
.greenpoint_replacement_list div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (min-width: 560px) {
  .greenpoint_replacement_list div::after {
    content: "";
    display: block;
    width: 32%;
  }
}
.greenpoint_replacement_list h4 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.125rem;
}
.greenpoint_replacement_list figure {
  width: 48%;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .greenpoint_replacement_list figure {
    width: 31%;
  }
}
.greenpoint_replacement_list figure figcaption {
  font-size: 0.75rem;
  line-height: 1.3;
  text-align: center;
  padding-top: 5px;
  font-feature-settings: "palt";
}
@media screen and (min-width: 560px) {
  .greenpoint_replacement_list figure figcaption {
    padding-top: 10px;
    font-size: 0.875rem;
  }
}

.greenpoint_youkou {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .greenpoint_youkou {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .greenpoint_youkou section {
    width: 48%;
  }
}
.greenpoint_youkou section + section {
  margin-top: 40px;
}
@media screen and (min-width: 560px) {
  .greenpoint_youkou section + section {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .greenpoint_youkou section + section {
    margin-top: 0;
  }
}
.greenpoint_youkou section div {
  margin-top: 15px;
  text-align: center;
}
.greenpoint_youkou section div img {
  border: 1px solid #ccc;
}
.greenpoint_youkou section:first-of-type ul {
  padding-left: 20px;
}
.greenpoint_youkou section:first-of-type ul li {
  list-style: disc;
}
.greenpoint_youkou h4 {
  font-size: 1.125rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 960px) {
  .greenpoint_youkou h4 {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
.greenpoint_youkou ol li {
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
@media screen and (min-width: 560px) {
  .greenpoint_youkou ol li {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .greenpoint_youkou ol li {
    font-size: 1rem;
    line-height: 1.8;
    line-height: 1.6;
  }
}
.greenpoint_youkou ol li span:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
}
.greenpoint_youkou ol li span:nth-of-type(2) {
  font-size: 0.75rem;
}

.greenpoint_link {
  margin-top: 40px;
}
@media screen and (min-width: 560px) {
  .greenpoint_link {
    margin-top: 60px;
  }
}
@media screen and (min-width: 960px) {
  .greenpoint_link {
    margin-top: 80px;
  }
}
.greenpoint_link .btn {
  max-width: 550px;
  margin: 0px auto 20px auto;
}
.greenpoint_link a {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .greenpoint_link a {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 960px) {
  .greenpoint_link a {
    font-size: 1.25rem;
  }
}
.greenpoint_link a span {
  display: block;
  font-size: 0.75rem;
  margin-top: 5px;
  font-weight: normal;
}
@media screen and (min-width: 560px) {
  .greenpoint_link a span {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 960px) {
  .greenpoint_link a span {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 360px) {
  .greenpoint_link a br {
    display: none;
  }
}
.greenpoint_link .btn + p {
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
}

.gjpoint_btn {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

/* =============================================================
kodomomirai.css
============================================================== */
.kdmirai_ttl {
  margin-bottom: 30px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.7;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .kdmirai_ttl {
    font-size: 1.375rem;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 960px) {
  .kdmirai_ttl {
    font-size: 1.5625rem;
    line-height: 1.4;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 360px) {
  .kdmirai_ttl-center {
    text-align: center;
  }
}

.kdmirai_ttl02 {
  border-left: 2px solid #000;
  font-size: 1rem;
  margin-bottom: 20px;
  padding-left: 10px;
}
@media screen and (min-width: 560px) {
  .kdmirai_ttl02 {
    font-size: 1.25rem;
    margin-bottom: 25px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 960px) {
  .kdmirai_ttl02 {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-bottom: 30px;
  }
}

.kdmirai_promo {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .kdmirai_promo {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 960px) {
  .kdmirai_promo {
    margin-bottom: 60px;
  }
}

.kdmirai_txt strong {
  color: #f18200;
}

.kdmirai {
  counter-reset: num 0;
}

.kdmirai_notes {
  margin-top: 20px;
}
.kdmirai_notes li {
  padding-left: 30px;
  text-indent: -30px;
  position: relative;
  counter-increment: num 1;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .kdmirai_notes li {
    font-size: 0.8125rem;
  }
}
.kdmirai_notes li::before {
  content: "※" counter(num);
  margin-right: 10px;
}
.kdmirai_notes li + li {
  margin-top: 5px;
}

.kdmirai_point01 {
  width: 100%;
  margin: 30px 0;
}
.kdmirai_point01 dt {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 10px;
  color: #ff6d1d;
}
@media screen and (min-width: 560px) {
  .kdmirai_point01 dt {
    font-size: 1.125rem;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 960px) {
  .kdmirai_point01 dt {
    font-size: 1.25rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.kdmirai_point01 dt::before {
  content: '';
  width: 200px;
  height: 1px;
  border-bottom: 1px solid #ccc;
  position: absolute;
  bottom: 0;
  left: calc(50% - 100px);
}
.kdmirai_point01 dd {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 560px) {
  .kdmirai_point01 dd {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 960px) {
  .kdmirai_point01 dd {
    font-size: 1.25rem;
  }
}
.kdmirai_point01 dd strong {
  color: #CF1212;
  font-size: 1.375rem;
  display: inline-block;
}
@media screen and (min-width: 560px) {
  .kdmirai_point01 dd strong {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 960px) {
  .kdmirai_point01 dd strong {
    font-size: 1.875rem;
  }
}
.kdmirai_point01 dd span {
  font-size: 0.75rem;
  line-height: 1.3;
  font-weight: normal;
  display: block;
  margin-top: 15px;
}
@media screen and (min-width: 560px) {
  .kdmirai_point01 dd span {
    margin-top: 20px;
  }
}

.kdmirai_point_tokurei {
  width: 100%;
}
@media screen and (min-width: 560px) {
  .kdmirai_point_tokurei {
    display: flex;
  }
}
.kdmirai_point_tokurei + .kdmirai_point_tokurei {
  margin-top: -1px;
}
.kdmirai_point_tokurei p {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 0.875rem;
  background: #32b591;
  border: 1px solid #ccc;
  color: #fff;
}
@media screen and (min-width: 560px) {
  .kdmirai_point_tokurei p {
    width: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}
@media screen and (min-width: 960px) {
  .kdmirai_point_tokurei p {
    width: 150px;
    font-size: 1rem;
  }
}
.kdmirai_point_tokurei dl {
  width: 100%;
  border: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 560px) {
  .kdmirai_point_tokurei dl {
    flex: 1;
    max-width: 100%;
    margin-left: -1px;
  }
}
.kdmirai_point_tokurei dl + dl {
  margin-top: -1px;
}
.kdmirai_point_tokurei dl dt, .kdmirai_point_tokurei dl dd {
  padding: 10px;
  font-size: 0.875rem;
  line-height: 1.8;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 560px) {
  .kdmirai_point_tokurei dl dt, .kdmirai_point_tokurei dl dd {
    font-size: 0.875rem;
    line-height: 1.8;
    padding: 10px 15px;
  }
}
@media screen and (min-width: 960px) {
  .kdmirai_point_tokurei dl dt, .kdmirai_point_tokurei dl dd {
    font-size: 1rem;
    line-height: 1.8;
  }
}
.kdmirai_point_tokurei dl dt:nth-of-type(2), .kdmirai_point_tokurei dl dd:nth-of-type(2) {
  border-top: 1px solid #ccc;
}
.kdmirai_point_tokurei dl dt {
  width: calc(100% - 110px);
  border-right: 1px solid #ccc;
}
@media screen and (min-width: 560px) {
  .kdmirai_point_tokurei dl dt {
    width: calc(100% - 130px);
  }
}
@media screen and (min-width: 960px) {
  .kdmirai_point_tokurei dl dt {
    padding: 20px 30px;
    width: calc(100% - 180px);
  }
}
.kdmirai_point_tokurei dl dd {
  width: 110px;
  align-items: center;
  background: #ffebeb;
}
@media screen and (min-width: 560px) {
  .kdmirai_point_tokurei dl dd {
    width: 130px;
  }
}
@media screen and (min-width: 960px) {
  .kdmirai_point_tokurei dl dd {
    width: 180px;
    padding: 10px;
  }
}
.kdmirai_point_tokurei dl dd strong {
  color: #CF1212;
}
@media screen and (min-width: 560px) {
  .kdmirai_point_tokurei dl dd strong {
    display: inline-block;
    font-size: 1.125rem;
  }
}

/**********/
.kdmiraiAssistance {
  margin-top: 30px;
}
@media screen and (min-width: 560px) {
  .kdmiraiAssistance {
    margin-top: 50px;
  }
}
@media screen and (min-width: 960px) {
  .kdmiraiAssistance {
    margin-top: 80px;
  }
}
@media screen and (min-width: 768px) {
  .kdmiraiAssistance_box {
    display: flex;
    justify-content: space-between;
  }
}
.kdmiraiAssistance_box .ttl02 {
  border-left: none;
  padding-left: 0px;
  margin-bottom: 10px;
  border-left: 3px solid #000;
  padding-left: 5px;
  font-size: 1rem;
}
@media screen and (min-width: 560px) {
  .kdmiraiAssistance_box .ttl02 {
    font-size: 1.125rem;
    padding-left: 10px;
  }
}
@media screen and (min-width: 768px) {
  .kdmiraiAssistance_box .ttl02 {
    border-left: none;
    padding-left: 0px;
  }
}
@media screen and (min-width: 960px) {
  .kdmiraiAssistance_box .ttl02 {
    margin-bottom: 15px;
    padding-left: 0px;
    font-size: 1.25rem;
  }
}

.kdmiraiJyoken_box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .kdmiraiJyoken_box {
    width: 47%;
  }
}
.kdmiraiJyoken_box p {
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (min-width: 560px) {
  .kdmiraiJyoken_box p {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .kdmiraiJyoken_box p {
    font-size: 1rem;
  }
}
.kdmiraiJyoken_box p span {
  color: #f18200;
  font-weight: bold;
}
.kdmiraiJyoken_box p.caution {
  font-size: 0.75rem;
  margin-top: 10px;
  margin-bottom: 10px;
}

.kdmiraiTaisyo_box {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .kdmiraiTaisyo_box {
    width: 46%;
    margin-top: 0px;
  }
}
.kdmiraiTaisyo_box .kdmirai_taisyo {
  width: 100%;
}
.kdmiraiTaisyo_box .kdmirai_taisyo + div {
  margin-top: -1px;
}
@media screen and (min-width: 560px) {
  .kdmiraiTaisyo_box .kdmirai_taisyo {
    display: flex;
  }
}
.kdmiraiTaisyo_box .kdmirai_taisyo dl {
  width: 100%;
  border: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
}
.kdmiraiTaisyo_box .kdmirai_taisyo dl dt {
  padding: 10px;
  background: #f0f0f0;
  border-right: 1px solid #ccc;
  width: 100px;
  font-weight: bold;
  font-size: 0.75rem;
}
@media screen and (min-width: 560px) {
  .kdmiraiTaisyo_box .kdmirai_taisyo dl dt {
    font-size: 0.9375rem;
    padding: 12px;
  }
}
@media screen and (min-width: 960px) {
  .kdmiraiTaisyo_box .kdmirai_taisyo dl dt {
    font-size: 1rem;
    padding: 20px 10px 20px;
    width: 119px;
  }
}
.kdmiraiTaisyo_box .kdmirai_taisyo dl dt.m-red {
  background: #cf1212;
  color: #fff;
}
.kdmiraiTaisyo_box .kdmirai_taisyo dl dd {
  flex: 1;
  padding: 10px;
  background: #fff;
  font-size: 0.75rem;
}
@media screen and (min-width: 560px) {
  .kdmiraiTaisyo_box .kdmirai_taisyo dl dd {
    font-size: 0.9375rem;
    padding: 12px;
  }
}
@media screen and (min-width: 960px) {
  .kdmiraiTaisyo_box .kdmirai_taisyo dl dd {
    font-size: 1rem;
    padding: 20px 10px 20px;
  }
}
.kdmiraiTaisyo_box .kdmirai_taisyo dl dd ul li {
  margin-bottom: 5px;
  line-height: 1.4;
}
.kdmiraiTaisyo_box .kdmirai_taisyo dl p {
  text-align: right;
}

/**************/
.kodomomiraiHissu .kodomomiraiHissu_txt {
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .kodomomiraiHissu .kodomomiraiHissu_txt {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .kodomomiraiHissu .kodomomiraiHissu_txt {
    margin-bottom: 40px;
  }
}
.kodomomiraiHissu .kodomomiraiHissu_txt span {
  font-weight: bold;
}
.kodomomiraiHissu_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .kodomomiraiHissu_list {
    margin-top: 30px;
  }
  .kodomomiraiHissu_list::after {
    content: "";
    display: block;
    width: 32%;
  }
}
@media screen and (min-width: 960px) {
  .kodomomiraiHissu_list {
    margin-top: 40px;
  }
}
.kodomomiraiHissu_box {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .kodomomiraiHissu_box {
    width: 48%;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  .kodomomiraiHissu_box {
    width: 31%;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 960px) {
  .kodomomiraiHissu_box {
    width: 24%;
    margin-bottom: 50px;
  }
}
.kodomomiraiHissu_box .ph {
  margin-bottom: 10px;
  text-align: center;
}
.kodomomiraiHissu_desc {
  border: 1px solid #777777;
  padding: 10px 5px 10px;
}
@media screen and (min-width: 560px) {
  .kodomomiraiHissu_desc {
    padding: 10px 8px 10px;
  }
}
@media screen and (min-width: 960px) {
  .kodomomiraiHissu_desc {
    padding: 10px;
  }
}
.kodomomiraiHissu_desc .name {
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .kodomomiraiHissu_desc .name {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .kodomomiraiHissu_desc .name {
    font-size: 1.125rem;
  }
}
.kodomomiraiHissu_desc .sanko {
  font-size: 0.8125rem;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (min-width: 560px) {
  .kodomomiraiHissu_desc .sanko {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .kodomomiraiHissu_desc .sanko {
    font-size: 1.125rem;
  }
}
.kodomomiraiHissu_desc .sanko:before {
  content: "参考価格：";
}
.kodomomiraiHissu_desc .list {
  font-size: 0.8125rem;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .kodomomiraiHissu_desc .list {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 960px) {
  .kodomomiraiHissu_desc .list {
    font-size: 0.875rem;
  }
}
.kodomomiraiHissu_desc .list li {
  margin-bottom: 4px;
  line-height: 1.2;
}
.kodomomiraiHissu_txt1 {
  font-size: 0.75rem;
  line-height: 1.6;
  margin-top: 9px;
}
@media screen and (min-width: 360px) {
  .kodomomiraiHissu_txt1 {
    font-size: 0.8125rem;
  }
}

/*******************************/
.kodomomirai_contact {
  margin-top: 20px;
}
@media screen and (min-width: 560px) {
  .kodomomirai_contact {
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .kodomomirai_contact {
    margin-top: 60px;
  }
}
@media screen and (min-width: 560px) {
  .kodomomirai_contact_txt {
    text-align: center;
  }
}
.kodomomirai_contact_txt br {
  display: none;
}
@media screen and (min-width: 560px) {
  .kodomomirai_contact_txt br {
    display: block;
  }
}
.kodomomirai_contact_bnr {
  text-align: center;
  margin-top: 20px;
}
.kodomomirai_contact_bnr a {
  opacity: 1;
  transition-duration: .3s;
}
.kodomomirai_contact_bnr a:hover {
  opacity: 0.7;
  transition-duration: .3s;
}

/*******************************/
/*******************************/
.kodomomiraiNini {
  /*************/
}
.kodomomiraiNini_txt {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .kodomomiraiNini_txt {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 960px) {
  .kodomomiraiNini_txt {
    margin-bottom: 60px;
  }
}
.kodomomiraiNini_txt span {
  font-weight: bold;
}
.kodomomiraiNini_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kodomomiraiNini_item {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 560px) {
  .kodomomiraiNini_item {
    width: 47%;
    margin-bottom: 50px;
  }
}
.kodomomiraiNini_item_ph {
  margin-bottom: 5px;
}
@media screen and (min-width: 560px) {
  .kodomomiraiNini_item_ph {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 960px) {
  .kodomomiraiNini_item_ph {
    margin-bottom: 15px;
  }
}
.kodomomiraiNini_item_box .name {
  margin-bottom: 10px;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .kodomomiraiNini_item_box .name {
    margin-bottom: 15px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .kodomomiraiNini_item_box .name {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 960px) {
  .kodomomiraiNini_item_box .name {
    margin-bottom: 18px;
    font-size: 1.25rem;
    line-height: 2;
  }
}
.kodomomiraiNini_item_box .price {
  font-size: 0.75rem;
}
@media screen and (min-width: 360px) {
  .kodomomiraiNini_item_box .price {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 560px) {
  .kodomomiraiNini_item_box .price {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .kodomomiraiNini_item_box .price {
    font-size: 0.875rem;
  }
}
.kodomomiraiNini_item_box .price li {
  margin-bottom: 8px;
}
.kodomomiraiNini_item_box .caution {
  font-size: 0.6875rem;
  margin-top: 20px;
  line-height: 1.4;
}
.kodomomiraiNini_item_box .comment {
  margin-top: 10px;
  font-size: 0.8125rem;
  line-height: 1.4;
}
@media screen and (min-width: 560px) {
  .kodomomiraiNini_item_box .comment {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 960px) {
  .kodomomiraiNini_item_box .comment {
    font-size: 0.9375rem;
  }
}
.kodomomiraiNini_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 560px) {
  .kodomomiraiNini_list {
    margin-top: 20px;
  }
  .kodomomiraiNini_list::after {
    content: "";
    display: block;
    width: 32%;
  }
}
@media screen and (min-width: 960px) {
  .kodomomiraiNini_list {
    margin-top: 0px;
  }
  .kodomomiraiNini_list::after {
    content: "";
    display: block;
    width: 24%;
  }
}
.kodomomiraiNini_box {
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 560px) {
  .kodomomiraiNini_box {
    width: 48%;
  }
}
@media screen and (min-width: 768px) {
  .kodomomiraiNini_box {
    width: 31%;
  }
}
@media screen and (min-width: 960px) {
  .kodomomiraiNini_box {
    width: 24%;
  }
}
.kodomomiraiNini_box .ph {
  margin-bottom: 10px;
  text-align: center;
}
.kodomomiraiNini_desc {
  border: 1px solid #777777;
  padding: 10px 5px 10px;
}
@media screen and (min-width: 560px) {
  .kodomomiraiNini_desc {
    padding: 10px 8px 10px;
  }
}
@media screen and (min-width: 960px) {
  .kodomomiraiNini_desc {
    padding: 10px;
  }
}
.kodomomiraiNini_desc .name {
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}
@media screen and (min-width: 560px) {
  .kodomomiraiNini_desc .name {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .kodomomiraiNini_desc .name {
    font-size: 1.125rem;
  }
}
.kodomomiraiNini_desc .sanko {
  font-size: 0.8125rem;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (min-width: 560px) {
  .kodomomiraiNini_desc .sanko {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 960px) {
  .kodomomiraiNini_desc .sanko {
    font-size: 1.125rem;
  }
}
.kodomomiraiNini_desc .sanko:before {
  content: "参考価格：";
}
.kodomomiraiNini_desc .list {
  font-size: 0.8125rem;
  text-align: center;
}
@media screen and (min-width: 560px) {
  .kodomomiraiNini_desc .list {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 960px) {
  .kodomomiraiNini_desc .list {
    font-size: 0.875rem;
  }
}
.kodomomiraiNini_desc .list li {
  margin-bottom: 4px;
  line-height: 1.2;
}
.kodomomiraiNini_txt1 {
  font-size: 0.75rem;
  line-height: 1.6;
  margin-top: 9px;
}
@media screen and (min-width: 960px) {
  .kodomomiraiNini_txt1 {
    font-size: 0.8125rem;
  }
}

/*************/
/**********************/
.kodomomiraiShisei {
  margin-top: 20px;
  border: 1px solid #ce0b0b;
}
@media screen and (min-width: 560px) {
  .kodomomiraiShisei {
    margin-top: 40px;
  }
}
@media screen and (min-width: 960px) {
  .kodomomiraiShisei {
    margin-top: 50px;
  }
}
.kodomomiraiShisei_ttl {
  font-size: 1.125rem;
}
@media screen and (min-width: 560px) {
  .kodomomiraiShisei_ttl {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .kodomomiraiShisei_ttl {
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 960px) {
  .kodomomiraiShisei_ttl {
    font-size: 1.5rem;
  }
}
.kodomomiraiShisei_ttl span {
  background: #ce0b0b;
  color: #fff;
  display: inline-block;
  padding: 10px;
}
.kodomomiraiShisei_txt {
  padding: 15px;
  line-height: 1.6;
  font-size: 1rem;
}
@media screen and (min-width: 560px) {
  .kodomomiraiShisei_txt {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .kodomomiraiShisei_txt {
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 960px) {
  .kodomomiraiShisei_txt {
    font-size: 1.5rem;
  }
}

.kdmirai_link {
  margin-top: 40px;
}
@media screen and (min-width: 560px) {
  .kdmirai_link {
    margin-top: 60px;
  }
}
@media screen and (min-width: 960px) {
  .kdmirai_link {
    margin-top: 80px;
  }
}
.kdmirai_link .btn {
  max-width: 550px;
  margin: 0px auto 20px auto;
}
.kdmirai_link a {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 560px) {
  .kdmirai_link a {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 960px) {
  .kdmirai_link a {
    font-size: 1.25rem;
  }
}
.kdmirai_link a span {
  display: block;
  font-size: 0.75rem;
  margin-top: 5px;
  font-weight: normal;
}
@media screen and (min-width: 560px) {
  .kdmirai_link a span {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 960px) {
  .kdmirai_link a span {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 360px) {
  .kdmirai_link a br {
    display: none;
  }
}
.kdmirai_link .btn + p {
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: center;
}

.kdmirai_btn {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}


/* Kyusyu Original */

.summercp{
    background: url("https://www.nikka-home.co.jp/img/bg03.gif") no-repeat center bottom/cover;
}

.summercp div{
    max-width:800px;
    text-align: center;
    margin:0 auto;
}

.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out 3;
  opacity: 1;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}


/**********/

.online_benri_inner div{
  text-align: center;
}

#line_message{
  display: none;
}

.linebtn_wrap{
  padding-top: 60px;
  padding-bottom: 60px;
}

.linebtn{
  text-align: center;
  color: #fff;
  padding: 20px 25px;
  border-radius: 5px;
  font-size:25px;
  max-width: 350px;
  margin: 0 auto;
  font-weight: bold;
  background-color: #00b900;
  cursor: pointer;
}

.linebtn:hover{
  background: #000;
}

.linebtn.act{
  background: #000;
}


@media screen and (max-width:600px) {

  .linebtn_wrap{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .linebtn{
    padding: 19px 20px;
    font-size:20px;
  }
}

@media screen and (max-width:420px) {

    .linebtn_wrap{
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .linebtn{
    padding: 18px 20px;
    font-size:16px;
  }
}	






#line_message{
  margin-bottom: 100px;
}

.online h2{
	width: 100%;
	padding: 50px 20px;
	text-align: center;
	position: relative;
	margin-bottom: 60px;
	box-sizing: border-box;
}
.online h2::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 125px 0 125px;
	position: absolute;
	bottom:-20px;
	left:50%;
	margin-left:-125px;
}
#line_message h2{
	background: #00b900;
}
#line_message h2::before{
	border-color: #00b900 transparent transparent transparent;
}



#line_message h3{
	color: #00b900;
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}
#line_message h3 span{
  padding-bottom: 10px;
  display: inline-block;
	border-bottom: 3px dashed #00b900;
}

#line_message h3 span br{
  display: none;
}

.online h3{
	font-size: 277%;
	text-align: center;
	margin-bottom: 40px;
}
.online h3 span{
	display: inline-block;
	padding-bottom: 15px;
}
.online h3 br{
	display: none;
}

#line_message h3{
	color: #00b900;
}
#line_message h3 span{
	border-bottom: 3px dashed #00b900;
}
#zoom_chat h3{
	color: #0091fa;
}
#zoom_chat h3 span{
	border-bottom: 3px dashed #0091fa;
}





/* online common */
.online_benri_box{
	margin-top:50px;
}
.online_benri{
	width:100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.online_benri_inner{
	width:31%;
}
.online_benri_inner p{
	padding-top:10px;
}
.online_benri_inner p span{
	font-size: 88%;
}


.online_step{
	width:100%;
	display: flex;
	justify-content: space-between;
}
.online_step + .online_step{
	margin-top: 70px;
}
.online_step h4{
	width:230px;
}
.online_step_inner{
	width:69%;
	max-width: 700px;
}

.online_step h4{
	font-size: 230%;
	line-height: 1.3;
}
.online_step h4 span{
	display: block;
	font-size: 90px;
	font-family: 'Roboto', sans-serif;
	line-height: 1;
	margin-bottom:	5px;
}
#line_message .online_step h4{
	color: #00b900;
}
#zoom_chat .online_step h4{
	color: #0091fa;
}

.online_step_inner p strong{
	background: #ffa647;
	font-weight: bold;
	padding:0px 3px;
	margin:2px;
}


/* line */
.online_step_linebtn{
	width:180px;
	margin-top: 20px;
}

.line_photo{
	width:100%;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.line_photo li{
	list-style: none;
	width:32%;
}
.line_photo li p{
	font-size: 100%;
	line-height: 1.3;
	position: relative;
	margin-top: 10px;
}
.line_photo li.line_photo_required p{
	padding-left:40px;
}
.line_photo li span{
	color: #fff;
	background: #b50000;
	display: inline-block;
	padding:2px 5px;
	font-weight: bold;
	position: absolute;
	left:0;
	top: 0;
	font-size: 85%;
	text-align: center;
}



.online_add{
	background: #efefef;
	padding:20px;
	margin-top: 30px;
}
.online_add p{
	text-align: center;
	color: #b50000;
	font-size: 138.5%;
	font-weight: bold;
	margin-bottom: 10px;
}
.online_add p br{
	display: none;
}
.online_add ul{
	padding-left:20px;
}
.online_add li{
	font-size: 123.1%;
	line-height: 1.5;
	position: relative;
}
.online_add li + li{
	margin-top: 5px;
}


.online_add p{
	font-size: 138.5%;
}

.online_add li{
	font-size: 123.1%;
}

@media screen and (max-width:768px) {

#line_message h3 span br{
  display: block;
}
}

/*/////////////////////////////////////////////////////
tab-sp
/////////////////////////////////////////////////////*/
@media screen and (max-width:600px) {	
#line_message{
  margin-bottom: 60px;
}
  
#line_message h3{
  font-size: 23px;
  margin-bottom: 25px;
}

#line_message h2{
        padding: 30px 20px;
}

.online_add p{
	font-size: 115%;
}

.online_add ul{
  margin-left: 0px;
  padding-left: 0px;
}

.online_add li{
	font-size: 110%;
}


/**********************************************
online
***********************************************/
	/* online catch */
	.online_catch_voice{
		display: block;
	}
	.online_catch_voice div{
		width:90%;
		margin:0px auto;
	}
	.online_catch_voice div + div{
		margin-top: 20px;
	}

	.online_menu{
		display: block;
		margin-top: 60px;
	}
	.online_menu li{
		width: 100%;
		margin:40px auto 0 auto;
		padding:0px 20px;
		box-sizing: border-box;
	}
	.online_menu li a{
		padding:30px;
	}
	.online_menu li a::before{
		width:120px;
		height:160px;
		right: 40px;
	}
	.online_menu li a span{
		display: block;
		font-size: 16px;
	}

	/* online parts */
	.online h2{
		width: 100%;
		padding: 30px 20px;
	}
	
	.online h3{
		font-size: 230%;
		text-align: center;
		margin-bottom: 30px;
	}
	.online h3 span{
		line-height: 1.2;
	}

	/* online common */
	.online_benri_box{
		margin-top:40px;
	}
	.online_benri{
		display: block;
	}
	.online_benri_inner{
		width:100%;
		display: flex;
		align-items: flex-start;
		margin-top: 5px;
	}
	.online_benri_inner div{
		width:40%;
	}
	.online_benri_inner p{
		width:60%;
		padding-left:15px;
		box-sizing: border-box;
		padding-top: 0;
	}

	.online_step{
		display: block;
	}
	.online_step + .online_step{
		margin-top: 40px;
	}
	.online_step h4{
		width:100%;
		font-size: 145%;

		display: flex;
		line-height: 1.1;
		align-items: flex-end;
		margin-bottom: 10px;
	}

  	.online_step h4 br{
      display: none;
    }

	.online_step h4 span{
		font-size: 40px;
		display: inline-block;
		margin-right: 10px;
		line-height: 0.8;
		margin-bottom: 0;
	}

  .online_step_inner{
	width:100%;
	max-width: 700px;
}

.line_photo{
	display: block;
}
.line_photo li{
	width:100%;
	display: flex;
	justify-content: space-between;
}
.line_photo li + li{
	margin-top: 10px;
	}
.line_photo li div{
	width:40%;
}
.line_photo li p{
	width:57%;
	margin-top: 0px;
}
.line_photo li.line_photo_required p{
	padding-left:0;
}
.line_photo li span{
	width:50px;
	display: block;
	position: relative;
	left: auto;
	top: auto;
	margin-bottom: 5px;
}


	/* zoom */
	.zoom_box{
		display: block;
	}
	.zoom_box dl{
		width:100%;
		max-width:380px;
		margin:0px auto;
		flex-direction: row;
	}
	.zoom_box dl + dl{
		margin-top: 15px;
	}
	.zoom_box dt{
		width:90px;
		height:90px;
		font-size: 123.1%;
	}
	.zoom_box dd {
		text-align: left;
		margin-top:0px;
		padding-left:20px;
	}
	
	.online_attention{
		background: #efefef;
		padding:20px;	
	}

	.zoom_jyunbi{
		margin-top:30px;
	}
	.zoom_jyunbi h5{
		font-size: 123.1%;
		margin-bottom: 15px;
	}

	.zoom_jyunbi_list{
		font-size: 123.1%;
	}
	.zoom_jyunbi_list span{
		font-size: 13px;
		font-weight: normal;
	}

	.online_step_attention{
		padding:10px;
	}
	.online_step_attention li{
		font-size: 100%;
		line-height: 1.5;
	}

	.zoom_dl p{
		display: inline-block;
		font-size: 108%;
	}
	.txtbox .zoom_dl p{
		padding:0;
	}
	.zoom_dl p a{
		display: block;
		padding:10px;
	}
}

@media screen and (max-width:480px) {

  #line_message h2{
        padding: 25px 70px;
}

#line_message{
  margin-bottom: 40px;
}

  #line_message h3{
    font-size: 22px;
    margin-bottom: 23px;
  }

  	.online_menu li{
		margin:20px auto 0 auto;
	}
	.online_menu li a{
		font-size: 210%;
		padding:20px;
	}
	.online_menu li a::before{
		width:90px;
		height:110px;
		right: 30px;
	}
	.online_menu li a span br{
		display: inline;
	}

	/* online parts */
	.online h3{
		font-size: 210%;
	}
	.online h3 br{
		display: inline;
	}

}

@media screen and (max-width:380px) {
/**********************************************
online
***********************************************/
	.online_menu li{
		padding:0px 0px;
	}
	.online_menu li a{
		font-size: 200%;
		font-feature-settings: "palt";
	}
	.online_menu li a::before{
		width:70px;
		height:95px;
		right: 10px;
	}
	
	

	
	
	
}
