@charset "UTF-8";
/*------------------------------------------------------------
color
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint 
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
[data-aos=line-bl] {
  width: 200px;
  -webkit-transition-property: width;
  transition-property: width;
}

[data-aos=line-bl].aos-animate {
  width: 100%;
}

/*------------------------------------------------------------
  Reset
------------------------------------------------------------*/
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, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

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

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a:link,
a:visited,
a:active {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  font: inherit;
  font-style: normal;
  font-weight: normal;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
  list-style: none;
  border: 0;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.l-header {
  background: #fff;
  border-top: 4px solid #E60012;
  padding: 8px 80px 7px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 1285px) {
  .l-header {
    padding: 8px 10px 7px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 0;
  }
}
.l-header__logo{
  height: 40px;
}
@media screen and (max-width: 1024px) {
  .l-header__logo {
    width: 240px;
  }
}
@media screen and (max-width: 950px) {
   .l-header__logo {
    width: 150px;
  }
  .l-header__contact{
    margin-left: 5px !important;
  }
  .l-nav--item{
    margin-right: 5px !important;
  }
   .l-nav--item a{
    white-space: nowrap;
   }
  .l-header__contact .c-btn01{
    width: 90px;
    font-size: 1rem;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    display: none;
  }
  .l-header__contact{
    margin-left: 0 !important;
  }
  .l-nav--item{
    margin-right: 0 !important;
  }
  .l-header__contact .c-btn01{
    width: 120px;
    font-size: 1.4rem;
    font-size: 14px;
  }
}
.l-header__logo a{
  display: block;
}
.l-header__logo a:hover{
  opacity: .65;
}
.l-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-header__menu {
    display: none;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding: 100px 20px 40px;
  }
  .l-header__menu.open {
    display: block;
  }
}
.l-header__contact {
  margin-left: 40px;
}
@media screen and (max-width: 1285px) {
  .l-header__contact {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__contact {
    text-align: center;
    margin-top: 40px;
    margin-left: 0;
  }
}
.l-header__tel {
  text-align: center;
  margin: 0 20px;
}
@media screen and (max-width: 1285px) {
  .l-header__tel {
    margin: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__tel {
    display: none;
  }
}
.l-header__tel--txt1 {
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 1285px) {
  .l-header__tel--txt1 {
    font-size: 1rem;
  }
}
.l-header__tel--num {
  font-size: 3rem;
  font-weight: bold;
  display: block;
  color: #E60012;
  line-height: 1;
}
@media screen and (max-width: 1285px) {
  .l-header__tel--num {
    font-size: 2.2rem;
  }
}
.l-header__tel--txt2 {
  font-size: 1.1rem;
}
@media screen and (max-width: 1285px) {
  .l-header__tel--txt2 {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo02 {
    display: none;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.l-footer {
  background: #393939;
  border-top: 4px solid #E60012;
}
@media screen and (max-width: 767px) {
  .l-footer .l-main {
    padding: 0;
  }
}
.l-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__links {
    display: block;
    padding: 0;
  }
}
.l-footer__links li {
  padding: 0 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__links li {
    border-top: 1px solid #fff;
    padding: 0;
  }
}
.l-footer__links li:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: -3px;
  top: calc(50% - 3px);
}
@media screen and (max-width: 767px) {
  .l-footer__links li:after {
    right: 24px;
  }
}
.l-footer__links li a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__links li a {
    padding: 15px 24px;
    font-size: 1.2rem;
    display: block;
  }
}
.l-footer__main {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .l-footer__main {
    padding: 0;
  }
}
.l-footer__info {
  width: 48.5%;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    width: 100%;
    padding: 35px 24px;
  }
}
.l-footer__logo {
  display: inline-block;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin: 0 auto 15px;
    display: block;
    text-align: center;
  }
}
.l-footer--txt {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.6;
  letter-spacing: -0.035em;
}
.l-footer__tel {
  text-align: center;
  width: 70%;
  color: #fff;
  padding: 0 10px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__tel {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #fff;
    border-left: none;
  }
}
.l-footer__tel--txt1 {
  font-size: 1.2rem;
  font-weight: bold;
}
.l-footer__tel--num {
  font-size: 3rem;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  line-height: 1;
  position: relative;
  letter-spacing: 0.05em;
}
.l-footer__tel--num:before {
  content: "";
  width: 16px;
  height: 26px;
  background: url("img/common/icon_phone.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: -20px;
  top: calc(50% - 13px);
}
.l-footer__tel--txt2 {
  display: block;
  font-size: 1.1rem;
}
.l-footer__icon {
  width: 30%;
  text-align: center;
  padding: 0 10px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .l-footer__icon {
    width: 100%;
    padding: 25px 0;
    border-left: none;
  }
}
.l-footer__icon--txt {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}
.l-footer__right {
  width: 44.8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer__right {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.l-footer__copy {
  text-align: center;
  font-size: 1rem;
  color: #fff;
  padding: 15px 0;
  border-top: 1px solid #fff;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
main
------------------------------------------------------------*/
body {
  line-height: 1.5;
  padding-top: 84px;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }
}

.wrap {
  margin: 0 auto;
  overflow: hidden;
}

.l-main {
  max-width: 1048px;
  margin: 0 auto;
  font-size: 1.4rem;
  padding: 0 24px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
NAV
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .l-nav--list {
    display: block !important;
  }
}
.l-nav--item {
  margin-right: 15px;
}
@media screen and (max-width: 1285px) {
  .l-nav--item {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-nav--item {
    width: 100%;
    margin-right: 0;
  }
}
.l-nav--item:last-child {
  margin-right: 0;
}
.l-nav--item a {
  font-size: 1.4rem;
  color: #000;
  position: relative;
}
@media screen and (max-width: 1285px) {
  .l-nav--item a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-nav--item a {
    display: block;
    padding: 10px;
    border-top: 1px solid #333;
  }
  .l-nav--item a:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: calc(50% - 4px);
  }
}
.l-nav--item a:hover {
  color: #E60012;
  text-decoration: underline;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Breadcrumb
------------------------------------------------------------*/
.c-breadcrumb {
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 10px 0;
  }
}
.c-breadcrumb ul {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-breadcrumb ul li {
  display: inline;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 0em;
  margin-right: 4px;
}
.c-breadcrumb ul li:last-child {
  margin-right: 0;
}
.c-breadcrumb ul a {
  padding-right: 15px;
  text-decoration: underline;
  position: relative;
  color: #393939;
}
.c-breadcrumb ul a:after {
  content: ">";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.c-breadcrumb ul span {
  color: #E60012;
}

/*------------------------------------------------------------
Button
------------------------------------------------------------*/
.c-btn01 {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  width: 120px;
  text-align: center;
  background: #E60012;
  border-radius: 100px;
  padding: 6px 0 5px;
}

.c-btn02 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #B21313;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .c-btn02 {
    height: 50px;
    font-size: 1.4rem;
  }
}
.c-btn02--icon {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-btn02--icon {
    width: 20px;
    margin-right: 10px;
  }
  .c-btn02--icon .lazyloaded{
    background-size: contain;
  }
}
.c-btn02--brow {
  background: #6A1B1B;
}
@media screen and (max-width: 767px) {
  .c-btn02--brow .c-btn02--icon {
    width: 13px;
  }
}
.c-btn02:hover {
  background: #E60012;
  opacity: 1;
}

.c-btn03 {
  font-size: 1.8rem;
  font-weight: 600;
  display: inline-block;
  width: 320px;
  max-width: 100%;
  border-radius: 50px;
  background: #E60012;
  color: #fff;
  text-align: center;
  padding: 13px 0 12px;
  position: relative;
}
.c-btn03:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: calc(50% - 5px);
}

.btn-backtop {
  cursor: pointer;
  width: 48px;
  height: 48px;
  background: #E60012;
  position: fixed;
  bottom: 80px;
  right: 0;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .btn-backtop {
    width: 40px;
    height: 40px;
    bottom: 50px;
  }
}
.btn-backtop:after {
  content: "";
  width: 12px;
  height: 12px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  left: 18px;
  top: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .btn-backtop:after {
    width: 10px;
    height: 10px;
    border-width: 2px;
    top: 18px;
    left: 16px;
  }
}
.btn-backtop:hover:after {
  top: 18px;
}

.btn-menu {
  display: none;
  width: 60px;
  height: 54px;
  background: #E60012;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  padding: 20px 0 0;
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 767px) {
  .btn-menu {
    display: block;
  }
}
.btn-menu.open .btn-menu--icon {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  background: transparent;
}
.btn-menu.open .btn-menu--icon:before {
  -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(3px, 4px);
          transform: rotateZ(45deg) scaleX(1.25) translate(3px, 4px);
}
.btn-menu.open .btn-menu--icon:after {
  -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -8px);
          transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -8px);
}
.btn-menu--icon {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: relative;
  height: 3px;
  width: 30px;
  background-color: #fff;
  margin-left: 15px;
}
.btn-menu--icon:before {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #fff;
  content: "";
  top: -8px;
}
.btn-menu--icon:after {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #fff;
  content: "";
  top: 8px;
}
.btn-menu--txt {
  display: block;
  font-size: 1rem;
  color: #fff;
  margin-top: 10px;
  letter-spacing: -0.05em;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
}

.custom-select {
  background: #E60012;
  cursor: pointer;
  margin: 0 auto;
  padding: 13px 20px;
  position: relative;
  width: calc(100% - 48px);
  z-index: 3;
  border-radius: 5px;
  margin-bottom: 40px;
}
.custom-select:after {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 22px;
  top: 20px;
}
.custom-select.active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.custom-select.active .drop {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
.custom-select .drop {
  background: #E98E8E;
  display: none;
  left: 0;
  list-style: none;
  margin-top: 0;
  opacity: 0;
  padding-left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 36px;
  line-height: 2.25em;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
  border-radius: 0 0 5px 5px;
}
.custom-select .drop li:hover a {
  background-color: #E98E8E;
}
.custom-select .drop li a {
  color: #fff;
  display: block;
  padding: 0 30px;
  text-decoration: none;
}
.custom-select span {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
  line-height: 1.4444444444em;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.btn-submit {
  display: inline-block;
  position: relative;
  width: 300px;
  border-radius: 100px;
  background: #E60012;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 1.875em;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 9px 0;
}
@media screen and (max-width: 767px) {
  .btn-submit {
    max-width: 100%;
  }
}
.btn-submit:after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 25px;
}
.btn-submit:hover {
  opacity: 0.7;
}
.btn-submit input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Headding
------------------------------------------------------------*/
.c-title1 {
  position: relative;
  padding-top: 48px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-title1 {
    margin-bottom: 50px;
  }
}
.c-title1--txt {
  width: 100%;
  font-size: 1.6rem;
  color: red;
  text-align: center;
  font-family: "Lora", serif;
  font-family: "Roboto Condensed", sans-serif;
  display: table;
  white-space: nowrap;
}
.c-title1--txt:before, .c-title1--txt:after {
  border-top: 5px double #E60012;
  content: "";
  display: table-cell;
  position: relative;
  top: 0.5em;
  width: 48%;
}
.c-title1--txt:before {
  right: 1.5%;
}
.c-title1--txt:after {
  left: 1.5%;
}
.c-title1--icon {
  position: absolute;
  top: 0;
  left: calc(50% - 24.5px);
}
.c-title1--txt2 {
  font-size: 3.6rem;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-title1--txt2 {
    font-size: 2.6rem;
  }
}
.c-title1--red {
  color: red;
}

.c-title2 {
  font-size: 2.6rem;
  font-weight: bold;
  color: #E60012;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .c-title2 {
    font-size: 2.2rem;
    letter-spacing: -0.05em;
    white-space: nowrap;
    padding-left: 25px;
  }
}
.c-title2:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #E60012;
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
}

.c-title3 {
  overflow: hidden;
}
.c-title3 .l-main {
  position: relative;
}
.c-title3 .l-main:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #E60012;
  position: absolute;
  left: -100%;
  top: 17px;
}
@media only screen and (max-width: 1024px) {
  .c-title3 .l-main:before {
    left: -98%;
  }
}
@media screen and (max-width: 767px) {
  .c-title3 .l-main:before {
    left: 24px;
    top: 12px;
  }
}
.c-title3__en {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  color: #E60012;
  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-title3__en {
    display: inline-block;
    background: #fff;
    position: relative;
    padding-right: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-title3__jp {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.05em;
  color: #6A1B1B;
}
@media screen and (max-width: 767px) {
  .c-title3__jp {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

/*
------------------------------------------------------------*/
.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-flex-row-reverse-pc {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .u-flex-row-reverse-sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.u-flex-col-reverse-pc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media screen and (max-width: 767px) {
  .u-flex-col-reverse-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.u-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.u-wrap {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.u-right {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

/*------------------------------------------------------------
MV
------------------------------------------------------------*/
.c-banner__bg {
  height: calc(100vh - 164px);
  background: url("img/index/dummy.png") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .c-banner__bg {
    height: calc(100vh - 50px);
  }
}
.c-banner--title {
  font-size: 4.8rem;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  letter-spacing: 0.05em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-shadow: 0px 0px 8px #6A1B1B;
}
@media screen and (max-width: 1285px) {
  .c-banner--title {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-banner--title {
    font-size: 3rem;
  }
}
.c-banner--title:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: 0px 0px 8px 0px #6a1b1b;
  box-shadow: 0px 0px 8px 0px #6a1b1b;
}

.c-subbanner {
  background: rgba(255, 213, 213, 0.2);
  padding: 34px 0 30px;
}
.c-subbanner .c-title1 {
  margin: 0;
}
.c-subbanner .c-title1--txt2 {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-subbanner .c-title1--txt2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Box
------------------------------------------------------------*/
.c-box01 {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(145, 88, 88, 0.5);
  box-shadow: 0px 0px 6px 0px rgba(145, 88, 88, 0.5);
  width: 32%;
  margin-right: 2%;
  color: #333;
  background: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-box01 {
    width: 100%;
    margin-right: 0;
  }
}
.c-box01:nth-child(1) {
  margin-top: 0;
}
.c-box01:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-box01:nth-child(2) {
    margin-top: 20px;
  }
}
.c-box01:nth-child(3) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-box01:nth-child(3) {
    margin-top: 20px;
  }
}
.c-box01:nth-child(3n) {
  margin-right: 0;
}
.c-box01__content {
  padding: 0 20px;
}
.c-box01--title {
  font-size: 1.6rem;
  font-weight: normal;
  position: relative;
  padding: 30px 0;
}
.c-box01--title:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: calc(50% - 4px);
}
.c-box01--price {
  font-size: 1.4rem;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.c-box01--yen {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 1;
}
.c-box01--txt {
  padding: 15px 0 40px;
}

.c-box02 {
  width: 22.4%;
  position: relative;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .c-box02 {
    width: 100%;
    margin-top: 50px;
  }
}
.c-box02--point {
  position: absolute;
  top: -24px;
  left: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #E60012;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
  padding-top: 5px;
}
.c-box02--num {
  display: block;
  font-size: 2.4rem;
  line-height: 1;
}
.c-box02--img {
  text-align: center;
  margin-bottom: 15px;
}
.c-box02--img .lazyloaded{
  height: 102px;
}
.c-box02--head {
  border-top: 1px solid red;
  border-bottom: 1px solid red;
  padding-top: 45px;
  padding-bottom: 10px;
}
.c-box02--title {
  font-size: 2rem;
  font-weight: bold;
  color: #6A1B1B;
  text-align: center;
}
.c-box02--txt {
  font-size: 1.6rem;
  margin-top: 15px;
}
.c-box02--txt--down {
  font-size: 1.4rem;
}
.c-box02--red {
  display: block;
  color: red;
}

.c-box03 {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  border: 1px solid #E60012;
  border-radius: 5px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .c-box03 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.c-box03:nth-child(3n) {
  margin-right: 0;
}
.c-box03--title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 1.5714285714em;
  letter-spacing: 0em;
  font-weight: 500;
  background: #FFD5D5;
  border-radius: 5px;
  text-align: center;
  padding: 6px 0;
  margin-bottom: 20px;
}
.c-box03--txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  line-height: 1.8571428571em;
  letter-spacing: 0em;
  font-weight: 500;
  padding: 0 15px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
List
------------------------------------------------------------*/
.c-links {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-links.hide {
  display: none;
}
.c-links .c-btn02 {
  width: 50%;
}

.c-list01--item a {
  padding: 10px 3px;
  font-size: 12px;
  font-size: 1.2rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  font-weight: bold;
}
.c-list01--item a:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #E60012;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-list01--item a:hover:after, .c-list01--item a.active:after {
  opacity: 1;
}

.pager {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pager a {
  margin: 0 10px;
  width: 32px;
  height: 32px;
  border: 1px solid #C31B29;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #C31B29;
  background: #fff;
  font-size: 20px;
  font-size: 2rem;
  line-height: 26px;
  line-height: 1.3em;
  letter-spacing: 0.05em;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pager a:hover, .pager a.current {
  background: #C31B29;
  color: #fff;
}
.pager a.prev {
  border: none;
  background: none;
  position: relative;
}
.pager a.prev:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #E60012;
  border-left: 2px solid #E60012;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 11px;
}
.pager a.prev:hover {
  opacity: 0.7;
}
.pager a.next {
  border: none;
  background: none;
  position: relative;
}
.pager a.next:before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #E60012;
  border-right: 2px solid #E60012;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 11px;
}
.pager a.next:hover {
  opacity: 0.7;
}

.contact_step {
  max-width: 345px;
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact_step li {
  text-align: center;
  position: relative;
}
.contact_step li:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #C4C4C4;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
  z-index: 1;
}
.contact_step li:after {
  content: "";
  width: 150px;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
}
.contact_step li.current:before {
  background: #E60012;
  border-color: #E60012;
}
.contact_step li.current .contact_step--txt1,
.contact_step li.current .contact_step--txt2 {
  color: #E60012;
}
.contact_step li:last-child:after {
  display: none;
}
.contact_step--txt1 {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.3571428571em;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  color: #C4C4C4;
}
.contact_step--txt2 {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 25.2px;
  line-height: 1.8em;
  letter-spacing: 0.06em;
  font-weight: bold;
  color: #C4C4C4;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Contact
------------------------------------------------------------*/
.c-form {
  max-width: 520px;
  margin: 0 auto;
}
.c-form--name {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 21px;
  line-height: 1.3125em;
  letter-spacing: 0em;
  font-weight: bold;
  margin-bottom: 15px;
}
.c-form--required {
  display: inline-block;
  width: 40px;
  background: #E60012;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 15px;
  line-height: 1.3636363636em;
  letter-spacing: 0em;
  font-weight: bold;
  color: #fff;
}
.c-form--option {
  display: inline-block;
  width: 40px;
  background: #ccc;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 15px;
  line-height: 1.3636363636em;
  letter-spacing: 0em;
  font-weight: bold;
  color: #fff;
}
.c-form--input {
  margin-bottom: 30px;
}
.c-form--input input {
  width: 100%;
  background: #FFF7F7;
  height: 40px;
  text-indent: 10px;
}
.c-form--input textarea {
  width: 100%;
  height: 240px;
  background: #FFF7F7;
  padding: 10px;
}
.c-form--col {
  position: relative;
  width: 100%;
}
.c-form--col48 {
  position: relative;
  width: 48%;
  max-width: 248px;
}
@media screen and (max-width: 767px) {
  .c-form--col48 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .c-form--col48:last-child {
    margin-bottom: 0;
  }
}
.c-form--note {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 19px;
  line-height: 1.3571428571em;
  letter-spacing: 0em;
  margin-top: 5px;
  color: #909090;
}
.c-form .wpcf7-form-control-wrap.pref {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 42px;
  border: 1px solid #E60012;
}
.c-form .wpcf7-form-control-wrap.pref:after {
  content: "^";
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: #E60012;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1;
  padding: 10px 0;
  text-align: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-form .wpcf7-form-control-wrap.pref select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0 !important;
  background: #fff;
  background-image: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0.5em;
  cursor: pointer;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  line-height: 1.3333333333em;
}
.c-form .wpcf7-form-control-wrap.pref select::-ms-expand {
  display: none;
}
.c-form .wpcf7-form-control-wrap.pref .wpcf7-not-valid-tip {
  top: calc(100% + 20px);
}
.c-form--agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}
.c-form--agree input {
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  margin-right: 10px;
}
.c-form--submit {
  position: relative;
  margin-top: 45px;
  text-align: center;
}
.c-form--back {
  position: absolute;
  left: -20px;
  top: calc(50% - 9px);
}
@media screen and (max-width: 767px) {
  .c-form--back {
    position: static;
    text-align: left;
    margin-top: 25px;
  }
}
.c-form--back a {
  color: #333;
  position: relative;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .c-form--back a {
    display: inline-block;
    padding-left: 20px;
  }
}
.c-form--back a:before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  position: absolute;
  top: calc(50% - 3px);
  left: -20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .c-form--back a:before {
    left: 0;
  }
}
.c-form__confirm {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
.c-form__confirm .c-form--name {
  width: 34%;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-form__confirm .c-form--name {
    width: 100%;
    margin-bottom: 10px;
  }
}
.c-form__confirm--txt {
  width: 66%;
}
@media screen and (max-width: 767px) {
  .c-form__confirm--txt {
    width: 100%;
  }
}
.c-form .wpcf7-form-control-wrap {
  position: static;
}
.c-form .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 0;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Text
------------------------------------------------------------*/
.txt-red {
  color: #E60012;
}

.txt-brown {
  color: #6A1B1B;
}

.txt-base {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 1.875em;
  letter-spacing: 0.05em;
  color: #393939;
}
@media screen and (max-width: 767px) {
  .txt-base {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    line-height: 1.8571428571em;
    letter-spacing: 0em;
  }
}

/*------------------------------------------------------------
Others
------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .sp,
.SP {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .pc,
.PC {
    display: none !important;
  }
}

.js-image {
  display: block;
  background: #F6F7F2 center no-repeat;
  background-size: cover;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}
.js-image:after {
  content: "";
  width: 100%;
  display: block;
  padding-top: 50%;
}
.js-image img {
  position: absolute;
  left: -9999px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.c-table1 table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
.c-table1 th, .c-table1 td {
  padding: 15px 0;
  border-top: 1px solid #C4C4C4;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 1.875em;
  letter-spacing: 0.05em;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-table1 th, .c-table1 td {
    border-top: unset;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-table1 tr:last-child th, .c-table1 tr:last-child td {
  border-bottom: 1px solid #C4C4C4;
}
@media screen and (max-width: 767px) {
  .c-table1 tr:last-child th, .c-table1 tr:last-child td {
    border-bottom: unset;
  }
}
@media screen and (max-width: 767px) {
  .c-table1 tr:last-child td {
    border-bottom: 1px solid #C4C4C4;
  }
}
.c-table1 th {
  width: 150px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-table1 th {
    width: 100%;
    display: block;
    padding: 8px 0 0;
    border-top: 1px solid #C4C4C4;
  }
}
.c-table1 td {
  width: calc(100% - 150px);
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .c-table1 td {
    width: 100%;
    display: block;
    padding: 0 0 8px;
    margin-top: -3px;
  }
}

.c-boxscroll {
  padding: 80px;
  background: #FAFAF8;
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 950px) {
  .c-boxscroll {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-boxscroll {
    padding: 20px;
  }
}
.c-boxscroll__content {
  background: #fff;
  border-radius: 5px;
  padding: 25px 60px;
  overflow-y: scroll;
  height: 460px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  line-height: 1.625em;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 950px) {
  .c-boxscroll__content {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-boxscroll__content {
    padding: 35px 25px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 22px;
    line-height: 1.5714285714em;
  }
}
.c-boxscroll .txt-brown {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #C4C4C4;
}
@media screen and (max-width: 767px) {
  .c-boxscroll .txt-brown {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.c-boxscroll .txt-base {
  line-height: 26px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-boxscroll .txt-base {
    line-height: 22px;
    line-height: 25px;
  }
}
.c-boxscroll .txt-base:last-child {
  margin-bottom: 0;
}
.c-boxscroll .txt-list {
  margin: -20px 0 25px;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-boxscroll .txt-list {
    font-size: 13px;
    font-size: 1.3rem;
    margin: -15px 0 20px;
  }
}
.c-boxscroll .ttl-brown {
  color: #6A1B1B;
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.c-tab {
  margin-top: 30px;
}
.c-tab__title {
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.c-tab .tabs ul {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-tab .tabs li {
  width: calc(33.33% - 13.33px);
  margin-right: 20px;
}
.c-tab .tabs li:last-of-type {
  margin-right: 0;
}
.c-tab .tabs li.active a {
  color: #C31B29;
  background: #FFF7F7;
}
.c-tab .tabs li.active a:after {
  border-color: #C31B29;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
.c-tab .tabs li.active svg path {
  fill: #C31B29;
}
.c-tab .tabs a {
  display: block;
  height: 100%;
  background: #C31B29;
  border-radius: 5px;
  text-align: center;
  padding: 15px 60px;
  color: #fff;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  .c-tab .tabs a {
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 950px) {
  .c-tab .tabs a {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 15px 15px 15px 40px;
  }
}
.c-tab .tabs a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 950px) {
  .c-tab .tabs a:after {
    right: 10px;
    width: 5px;
    height: 5px;
  }
}
.c-tab .tabs svg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 40px;
}
@media only screen and (max-width: 1024px) {
  .c-tab .tabs svg {
    left: 20px;
  }
}
@media only screen and (max-width: 950px) {
  .c-tab .tabs svg {
    -webkit-transform: translateY(-50%) scale(0.7);
    transform: translateY(-50%) scale(0.7);
    left: 10px;
  }
}
.c-tab .tab-content > .tab-pane {
  display: none;
  padding: 25px 20px;
  background: #FFF7F7;
}
.c-tab .tab-content > .active {
  display: block;
}
.c-tab .tab-content ul li {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #C4C4C4;
}
.c-tab .tab-content .txt-red {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.c-tab .tab-content .txt-base {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px;
}

.tabcontent {
  display: none;
}

/*------------------------------------------------------------
Top page
------------------------------------------------------------*/
.p-top__sec01 {
  padding: 80px 0 110px;
}
@media screen and (max-width: 767px) {
  .p-top__sec01 {
    padding: 40px 0 20px;
  }
}
.p-top__sec01__inner {
  max-width: 1128px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .p-top__sec01__inner {
    padding-bottom: 0;
  }
}
.p-top__sec01__content {
  width: 600px;
  background: #FAFAF8;
  padding: 50px 50px 130px 64px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top__sec01__content {
    width: calc(100% - 24px);
    padding: 50px 24px 40px;
    border-bottom-right-radius: 5px;
  }
}
.p-top__sec01__txt {
  color: #6A1B1B;
}
.p-top__sec01__img {
  width: 85%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-top__sec01__img {
    width: 100%;
    position: relative;
    top: -60px;
    bottom: auto;
    padding-left: 15px;
    margin-bottom: -60px;
  }
}
.p-top__sec01__img img {
  width: 100%;
}
.p-top__sec02 {
  padding: 110px 0;
}
@media screen and (max-width: 767px) {
  .p-top__sec02 {
    padding: 60px 0;
  }
  .p-top__sec02 .c-title1{
    margin-bottom: 10px
  }
}
.p-top__sec02__bg {
  padding: 80px 0 50px;
  background: url("img/index/sec02_bg.png") top center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-top__sec02__bg {
    padding: 60px 0;
    background: url("img/index/sec02_bg_sp.png") top center no-repeat;
    background-size: cover;
  }
  .p-top__sec02 li.c-list01--item{
    flex: unset;
    display: inline-block;
    max-width: 24.8%;
    width: 100%;
  }
  .p-top__sec02 .c-list01 ul{
    /*justify-content: space-between !important;*/
  }
  .p-top__sec02 .c-list01 .c-list01--item a{
    padding: 0;
  }
}
.p-top__sec02__btn {
  text-align: center;
  margin-top: 40px;
}
.p-top__sec02__bg .c-box01 .c-box01--img{
  height: 220px;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-top__sec02__bg .c-box01 .c-box01--img img{
  opacity: 0;
  visibility: hidden;
}
.p-top__sec02 .c-list01{
  max-width: 1448px;
}
.p-top__sec03 {
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .p-top__sec03 {
    padding-bottom: 120px;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Company page
------------------------------------------------------------*/
.p-company {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-company {
    margin-bottom: 130px;
  }
}
.p-company__about {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .p-company__about {
    margin-top: 16px;
  }
}
.p-company__about .c-title3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-company__about .c-title3 {
    margin-bottom: 24px;
  }
}
.p-company__about .txt-base {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-company__about .txt-base {
    margin-bottom: 30px;
  }
}
.p-company__about .txt-base:last-child {
  margin-bottom: 0;
}
.p-company__about .about-img {
  margin-top: 30px;
  margin-left: auto;
  max-width: 960px;
}
@media only screen and (max-width: 1024px) {
  .p-company__about .about-img {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .p-company__about .about-img {
    margin-top: 52px;
    margin-left: auto;
    max-width: 100%;
    width: calc(100% - 24px);
  }
}
.p-company__profile {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-company__profile {
    margin-top: 68px;
  }
}
.p-company__profile .c-title3 {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-company__profile .c-title3 {
    margin-bottom: 22px;
  }
}
.p-company__policy {
  margin-top: 105px;
}
@media screen and (max-width: 767px) {
  .p-company__policy {
    margin-top: 62px;
  }
}
.p-company__policy .c-title3 {
  margin-bottom: 25px;
}
.p-company__term {
  margin-top: 105px;
}
@media screen and (max-width: 767px) {
  .p-company__term {
    margin-top: 80px;
  }
}
.p-company__term .c-title3 {
  margin-bottom: 25px;
}

.p-products__sec {
  padding-top: 50px;
}
.c-list01{
  max-width: 1048px;
  padding:  0 24px;
  margin:  0 auto;
}
li.c-list01--item{
  flex: 1;
}
@media screen and (max-width: 950px) {
  li.c-list01--item{
    flex: unset;
    width: 20%
  }
  .c-list01 .u-flex{
    justify-content: start !important
  }
}
li.c-list01--item img{
  width: 100%;
  height: auto;
}
.p-products__box1 {
  position: relative;
  top: -81px;
  margin-bottom: -31px;
}
@media screen and (max-width: 767px) {
  .p-products__box1 {
    top: 0;
    margin-bottom: 40px;
    margin-top: 20px;
  }
}
.p-products__box1--txt {
  width: calc(100% - 340px);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 30px;
  line-height: 1.875em;
  letter-spacing: 0.03em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-products__box1--txt {
    width: 100%;
    margin-bottom: 40px;
  }
}
.p-products__box1--img {
  width: 290px;
  height: 170px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  overflow: hidden;
}
.p-products__box1--img-thumb {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
.p-products__box1--img img {
  width:  100%;
  opacity: 0;
   visibility: hidden;
   display: none;
}
@media screen and (max-width: 767px) {
  .p-products__box1--img {
    width: 100%;
  }
  .p-products__box1--img img {
    width: 100%;
  }
}

.p-voice__sec {
  padding: 60px 0;
}
.p-voice__title {
  text-align: center;
  margin-bottom: 40px;
}
.p-voice__title--txt {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 95px;
  line-height: 5.2777777778em;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-align: center;
  color: #6A1B1B;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-voice__title--txt {
    line-height: 30px;
    margin-bottom: 0;
  }
  .p-voice__title--img{
    display: block;
  }
}
.p-contact__sec {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-contact__sec {
    padding: 30px 0 60px;
  }
}
.p-contact__txt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 36px;
  line-height: 2.25em;
  letter-spacing: 0.002em;
  text-align: center;
  margin-bottom: 80px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 26px;
  line-height: 1.8571428571em;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
.p-contact__content {
  border: 1px solid #E60012;
  padding: 60px 20px;
}
@media screen and (max-width: 767px) {
  .p-contact__content {
    padding: 30px 24px;
  }
}
.p-contact__thanks {
  border: 1px solid #E60012;
  padding: 60px 100px;
}
.p-contact__thanks--title {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 36px;
  line-height: 1.3846153846em;
  letter-spacing: 0.002em;
  font-weight: bold;
  color: #915858;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__thanks--title {
    margin-bottom: 30px;
  }
}
.p-contact__thanks--txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 28px;
  line-height: 2em;
}

/*------------------------------------------------------------
Shop page
------------------------------------------------------------*/
.p-shop {
  margin-bottom: 360px;
}
@media screen and (max-width: 767px) {
  .p-shop {
    margin-bottom: 126px;
  }
}
.p-shop .c-table1 th {
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .p-shop .c-table1 th {
    font-weight: bold;
  }
}
.p-shop .shop-map {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-shop .shop-map {
    margin-top: 12px;
    display: block;
  }
}
.p-shop .shop-map__ttl {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-shop .shop-map__content {
  height: 132px;
  margin: 0 -24px;
}
.p-shop .shop-map__content iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-shop .c-tab {
    display: none;
  }
}
.p-shop__shinjuku {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-shop__shinjuku {
    margin-top: 50px;
  }
}
.p-shop__shinjuku .c-title3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-shop__shinjuku .c-title3 {
    margin-bottom: 24px;
  }
}
.p-shop__nihonbashi {
  margin-top: 80px;
}
.p-shop__nihonbashi .c-title3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-shop__nihonbashi .c-title3 {
    margin-bottom: 24px;
  }
}
.p-shop__urawa {
  margin-top: 80px;
}
.p-shop__urawa .c-title3 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-shop__urawa .c-title3 {
    margin-bottom: 24px;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .mt-20 {
    margin-top: 10px;
  }
}

.mt-30 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .mt-30 {
    margin-top: 10px;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mt-40 {
    margin-top: 20px;
  }
}

.mt-50 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .mt-50 {
    margin-top: 30px;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .mt-70 {
    margin-top: 50px;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .mt-80 {
    margin-top: 60px;
  }
}

.mt-90 {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .mt-90 {
    margin-top: 70px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .mt-100 {
    margin-top: 80px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mb-20 {
    margin-bottom: 10px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mb-30 {
    margin-bottom: 10px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mb-50 {
    margin-bottom: 30px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .mb-70 {
    margin-bottom: 50px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .mb-90 {
    margin-bottom: 70px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}

/*------------------------------------------------------------
text
------------------------------------------------------------*/
.u-text-read {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .u-text-read {
    font-size: 1.4rem;
  }
}

.u-text-sub {
  font-size: 12px;
}

.u-text-center {
  text-align: center;
}

.u-text-bold {
  font-weight: bold;
}

.u-text-red {
  color: red;
}

.u-text-white {
  color: #ffffff;
}

.u-text-blue {
  color: #0D3780;
}

.u-text-green {
  color: #4EA726;
}

.u-text-right {
  text-align: right;
}

.u-space-n2 {
  letter-spacing: -0.02em;
}

@media screen and (max-width: 767px) {
  .u-space-n2-sp {
    letter-spacing: -0.02em;
  }
}

@media screen and (max-width: 767px) {
  .u-space-n5-sp {
    letter-spacing: -0.05em;
  }
}

.u-font-sz20 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .u-font-sz20 {
    font-size: 1.2rem;
  }
}

.u-font-sz26 {
  font-size: 2.6rem;
}

.u-lineheight-sz2 {
  line-height: 2;
}

.u-lineheight-sz18 {
  line-height: 1.8;
}

.u-lineheight-sz16 {
  line-height: 1.6;
}

.u-text-roboto {
  font-family: "Roboto Condensed", sans-serif;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
display
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

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

.u-in {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-in {
    display: inline-block;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
align
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Background
------------------------------------------------------------*/
.bg_wt {
  background: #ffffff;
}

/*
------------------------------------------------------------*/
.lazyloaded{
   opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
}

/*
------------------------------------------------------------*/
.pro-btn{
  margin: 0 0 40px;
}
.pro-btn a{
  display: block;
  background: #EC4133;
  width: 162px;
  margin: 0 auto;
  color: #fff;
  font-size: 1.3rem;
  font-size: 13px;
  font-weight: bold;
  padding: 8px 10px;
  position: relative;
}
.pro-btn a:after{
  content: "";
  position: absolute;
  right: 12px;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

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

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}