@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Whisper&display=swap");
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  outline: none;
}

/*==========================================================*/
/*	responsive
-----------------------------------------------------------*/
/*  animation
---------------------------------------------------------------*/
.move {
  transform-origin: center top;
  transition: all 0.8s;
  opacity: 0;
  transform: translate(0, 30px) scale(1);
}
.move.moving {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.opa {
  transform-origin: center top;
  transition: all 0.8s;
  opacity: 0;
}
.opa.moving {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

/*	css
-----------------------------------------------------------*/
/*==========================================================*/
html {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
select,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

address,
button,
caption,
cite,
code,
dfn,
em,
input,
optgroup,
option,
select,
strong,
textarea,
th,
var {
  font: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

strong {
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

body,
html {
  width: 100%;
  height: 100%;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", "Helvetica Neue", Meiryo, メイリオ, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subtext *,
canvas,
.is_dragging *,
.js-draw-text,
.subtitles,
.subtitles span,
.to-scroll,
.menu-li .in,
.menu-li a,
.single-sub-title span,
.work-sub-title span,
.link,
.view-more a,
.work-title a,
.unselectable {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}

[class^=icon-],
[class*=" icon-"] {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-fb:before {
  content: "f";
}

.i-tw:before {
  content: "t";
}

.i-inst:before {
  content: "i";
}

.i {
  font-family: "i";
}

.is_waiting body {
  overflow: hidden !important;
}

body,
a {
  color: #333;
}

article {
  display: block;
}

video,
img,
canvas {
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

/*	input
-----------------------------------------------------------*/
input[type=text],
input[type=email] {
  width: 450px;
  height: 50px;
  border: 1px solid #999999;
  font-size: 15px;
  color: #000;
  padding: 0px 10px;
  -webkit-appearance: none;
  outline: 0;
  border-radius: 0px;
  box-sizing: border-box;
}
@media only screen and (max-width: 380px) {
  input[type=text],
  input[type=email] {
    width: 100%;
    height: 42px;
    border: 1px solid #999999;
    font-size: 14px;
    color: #000;
    padding: 0px 10px;
    -webkit-appearance: none;
    outline: 0;
    border-radius: 0px;
    box-sizing: border-box;
  }
}

/* ===== select ===== */
label.select_cover {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 380px) {
  label.select_cover {
    width: 100%;
  }
}
label.select_cover:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 17px;
  right: 5px;
  display: inline-block;
  margin-right: 10px;
  border: 5px solid transparent;
  border-color: black black transparent transparent;
  width: 0;
  height: 0;
  pointer-events: none;
  transform: rotate(135deg);
}
@media only screen and (max-width: 380px) {
  label.select_cover:before {
    top: 12px;
  }
}

textarea {
  width: 300px;
  height: 10rem;
  border: 1px solid #999999;
  font-size: 15px;
  color: #000;
  padding: 15px 10px;
}
@media only screen and (max-width: 380px) {
  textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #999999;
    font-size: 14px;
    color: #000;
    padding: 10px 10px;
    box-sizing: border-box;
    border-radius: 1px;
    -webkit-appearance: none;
    line-height: 1.4;
  }
}

select {
  position: relative;
  z-index: 1;
  border: 1px solid #999999;
  box-sizing: border-box;
  color: #000;
  width: 450px;
  height: 50px;
  padding: 0 10px;
  font-size: 15px;
  border-radius: 1px;
  background-color: white;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
@media only screen and (max-width: 380px) {
  select {
    width: 100%;
    height: 42px;
    padding: 0 10px;
    font-size: 14px;
  }
}

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

/*  img
---------------------------------------------------------------*/
img {
  border: none;
}

/*  cf
---------------------------------------------------------------*/
/* .〇〇:after {
    content: '';
    display: table;
    clear: both;
} */
/*  align
---------------------------------------------------------------*/
.center {
  text-align: center !important;
}

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

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

/*  ul
---------------------------------------------------------------*/
li {
  list-style-type: none;
}

/*  font
---------------------------------------------------------------*/
:root {
  --max-size: 1.66rem;
  --base-size: 1.4rem;
  --slide-tb: 120vw;
  --slide-mb: 150vw;
  --land-mb: 80vw;
}

.font {
  font-size: calc(var(--base-size) * 1.9);
}

.red {
  color: #c50018;
}

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

/*==========================================================*/
/*==========================================================*/
/*==========================================================*/
#wrap {
  position: relative;
  z-index: 91;
}

.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.inner1100 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.inner1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.inner1400 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.innerDX1000 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 6.25% 0px;
  box-sizing: content-box;
}

.innerDX1100 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 6.25% 0px;
  box-sizing: content-box;
}

.innerDX1200 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 6.25% 0px;
  box-sizing: content-box;
}

.innerDX1400 {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 6.25% 0px;
  box-sizing: content-box;
}

.innerDX1600 {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 6.25% 0px;
  box-sizing: content-box;
}

.innerDX {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 6.25% 0px;
  box-sizing: content-box;
}

@media only screen and (max-width: 768px) {
  .inner,
  .inner1100,
  .inner1200,
  .inner1400 {
    width: 100%;
    margin: 0 auto;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .spOnly {
    width: 100%;
    margin: 0 auto;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
.default {
  padding: 140px 0;
}
@media only screen and (max-width: 768px) {
  .default {
    padding: 60px 0;
  }
}

.fit {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .btnNormal {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.btnNormal a {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  color: #3f3a39;
  width: 270px;
  height: 62px;
}
@media only screen and (max-width: 768px) {
  .btnNormal a {
    max-width: 250px;
    width: 100%;
    height: 57px;
  }
}
.btnNormal a:before {
  content: "";
  background: url(../img/btn_icon_arrow.png) no-repeat center center;
  position: absolute;
  right: -50px;
  top: 50%;
  bottom: 0;
  width: 80px;
  height: 6px;
  transform: translate3d(0, -50%, 0);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 768px) {
  .btnNormal a:before {
    right: -15px;
    background-size: 80%;
    background: url(../img/btn_icon_arrow_02.png) no-repeat center center;
  }
}
.btnNormal a .btnIn {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.btnNormal a .btnIn:before, .btnNormal a .btnIn:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #3f3a39;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.btnNormal a .btnIn:before {
  top: 0;
}
.btnNormal a .btnIn:after {
  bottom: 0;
}
.btnNormal a .btnIn .bgBoard {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3f3a39;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.47, 0, 0.745, 0.715), transform 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transform: translate3d(-100%, 0, 0);
}
.btnNormal a .btnIn .inBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.btnNormal a .btnIn .inBtn:before, .btnNormal a .btnIn .inBtn:after {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background: #3f3a39;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.btnNormal a .btnIn .inBtn:before {
  left: 0;
}
.btnNormal a .btnIn .inBtn:after {
  right: 0;
}
.btnNormal a .btnIn .inBtn .d1 .e1 {
  position: relative;
  font-size: 1.4rem;
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media only screen and (max-width: 768px) {
  .btnNormal a .btnIn .inBtn .d1 .e1 {
    font-size: 13px;
  }
}
.btnNormal a:hover:before {
  transform: translate3d(10px, -50%, 0);
}
.btnNormal a:hover .btnIn:before {
  transform: translate3d(-100%, 0, 0);
}
.btnNormal a:hover .btnIn:after {
  transform: translate3d(100%, 0, 0);
}
.btnNormal a:hover .btnIn .bgBoard {
  opacity: 1;
  transition-delay: 0.2s;
  transform: translate3d(0, 0, 0);
}
.btnNormal a:hover .btnIn .inBtn:before {
  transform: translate3d(0, 100%, 0);
}
.btnNormal a:hover .btnIn .inBtn:after {
  transform: translate3d(0, -100%, 0);
}
.btnNormal a:hover .btnIn .inBtn .d1 .e1 {
  color: #fff;
}
.btnNormal.bCenter a {
  margin: 0 auto;
}
.btnNormal.bWhite a:before {
  background: url(../img/btn_icon_arrow_white.png) no-repeat center center;
}
@media only screen and (max-width: 768px) {
  .btnNormal.bWhite a:before {
    background: url(../img/btn_icon_arrow_white_sp.png) no-repeat center center;
  }
}
.btnNormal.bWhite .btnIn:before, .btnNormal.bWhite .btnIn:after {
  background: #fff;
}
.btnNormal.bWhite .btnIn .inBtn:before, .btnNormal.bWhite .btnIn .inBtn:after {
  background: #fff;
}
.btnNormal.bWhite .btnIn .inBtn .d1 .e1 {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .btnNormalXXXXX {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.btnNormalXXXXX a {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  color: #3f3a39;
  width: 270px;
  height: 62px;
}
@media only screen and (max-width: 768px) {
  .btnNormalXXXXX a {
    max-width: 250px;
    width: 100%;
    height: 57px;
  }
}
.btnNormalXXXXX a:before {
  content: "";
  background: #333;
  position: absolute;
  left: -3rem;
  top: 50%;
  bottom: 0;
  width: 8rem;
  height: 1px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 768px) {
  .btnNormalXXXXX a:before {
    right: -15px;
    background-size: 80%;
    background: url(../img/btn_icon_arrow_02.png) no-repeat center center;
  }
}
.btnNormalXXXXX a .btnIn {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.btnNormalXXXXX a .btnIn:before, .btnNormalXXXXX a .btnIn:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #3f3a39;
  transition: opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.btnNormalXXXXX a .btnIn:before {
  top: 0;
}
.btnNormalXXXXX a .btnIn:after {
  bottom: 0;
}
.btnNormalXXXXX a .btnIn .bgBoard {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3f3a39;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.47, 0, 0.745, 0.715), transform 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transform: translate3d(-100%, 0, 0);
}
.btnNormalXXXXX a .btnIn .inBtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.btnNormalXXXXX a .btnIn .inBtn:before, .btnNormalXXXXX a .btnIn .inBtn:after {
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  content: "";
  background: #3f3a39;
  transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.6s cubic-bezier(0.55, 0.05, 0.22, 0.99);
}
.btnNormalXXXXX a .btnIn .inBtn:before {
  left: 0;
}
.btnNormalXXXXX a .btnIn .inBtn:after {
  right: 0;
}
.btnNormalXXXXX a .btnIn .inBtn .d1 .e1 {
  position: relative;
  font-size: 1.4rem;
  transition: color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), background-color 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media only screen and (max-width: 768px) {
  .btnNormalXXXXX a .btnIn .inBtn .d1 .e1 {
    font-size: 13px;
  }
}
.btnNormalXXXXX a:hover:before {
  transform: translate3d(10px, 0%, 0);
}
.btnNormalXXXXX a:hover .btnIn:before {
  transform: translate3d(-100%, 0, 0);
}
.btnNormalXXXXX a:hover .btnIn:after {
  transform: translate3d(100%, 0, 0);
}
.btnNormalXXXXX a:hover .btnIn .bgBoard {
  opacity: 1;
  transition-delay: 0.2s;
  transform: translate3d(0, 0, 0);
}
.btnNormalXXXXX a:hover .btnIn .inBtn:before {
  transform: translate3d(0, 100%, 0);
}
.btnNormalXXXXX a:hover .btnIn .inBtn:after {
  transform: translate3d(0, -100%, 0);
}
.btnNormalXXXXX a:hover .btnIn .inBtn .d1 .e1 {
  color: #fff;
}
.btnNormalXXXXX.bCenter a {
  margin: 0 auto;
}
.btnNormalXXXXX.bWhite a:before {
  background: url(../img/btn_icon_arrow_white.png) no-repeat center center;
}
@media only screen and (max-width: 768px) {
  .btnNormalXXXXX.bWhite a:before {
    background: url(../img/btn_icon_arrow_white_sp.png) no-repeat center center;
  }
}
.btnNormalXXXXX.bWhite .btnIn:before, .btnNormalXXXXX.bWhite .btnIn:after {
  background: #fff;
}
.btnNormalXXXXX.bWhite .btnIn .inBtn:before, .btnNormalXXXXX.bWhite .btnIn .inBtn:after {
  background: #fff;
}
.btnNormalXXXXX.bWhite .btnIn .inBtn .d1 .e1 {
  color: #fff;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9991;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #preloader #progressInner {
    width: 17rem;
  }
}
#preloader #progressInner #progressImgWrap {
  position: relative;
  flex: 0 1 800px;
  overflow: hidden;
}
#preloader #progressInner #progressImgWrap span {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: #fff;
  display: block;
  transform: translate(100%, 0);
}
#preloader #progressInner #progressImgWrap #progressimgBox {
  z-index: 2;
  overflow: hidden;
  transition: all 0.5s ease-out 0.5s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#preloader #progressInner #progressImgWrap #progressimgBox img {
  width: 35rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #preloader #progressInner #progressImgWrap #progressimgBox img {
    width: 100%;
  }
}

#progressBar {
  width: 0;
  height: 1px;
  background-color: #0080cc;
}

#progressTxt {
  text-align: center;
  margin-top: 5px;
  color: #0080cc;
}

.js-mouse {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  transition: 0.1s;
}
@media only screen and (max-width: 768px) {
  .js-mouse {
    display: none;
  }
}

.cursor-follower {
  position: absolute;
  background-color: rgba(191, 0, 0, 0.06);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  z-index: 1;
  transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.1s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: translate(5px, 5px);
}
.cursor-follower.active {
  opacity: 0.7;
  transform: scale(2);
}
@media only screen and (max-width: 768px) {
  .cursor-follower {
    display: none;
  }
}

.c-section__button a {
  display: flex;
  align-items: center;
}
.c-section__button a .btn-text {
  font-size: 1.5rem;
  color: #111;
  font-weight: 400;
  text-align: left;
  transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.c-section__button a .btn-text .btn-en {
  font-size: 1.2rem;
}
.c-section__button a .btn-ico {
  width: 4rem;
  height: 4rem;
  margin-left: 2rem;
}
.c-section__button a .btn-ico svg {
  fill: #cecece;
  transition: all 0.4s cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}
.c-section__button a:hover .btn-text {
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.c-section__button a:hover .btn-text:hover {
  opacity: 0.7;
}
.c-section__button a:hover .btn-ico svg {
  fill: #333;
}

/*=========================================================*/
/*	SEC*/
/*=========================================================*/
.sec {
  padding-top: 12rem;
}
@media only screen and (max-width: 768px) {
  .sec {
    padding-top: 0;
  }
}

.secMainTitleWrap {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .secMainTitleWrap .innerDX1200 {
    padding: 0 0 0 6.25%;
  }
}
.secMainTitleWrap .secMainTextBox {
  display: inline-block;
  position: relative;
  z-index: 3;
  background: #fff;
  padding: 0 5rem 8rem 3rem;
}
@media only screen and (max-width: 768px) {
  .secMainTitleWrap .secMainTextBox {
    width: 90%;
    padding: 0 3rem 4rem 0rem;
  }
}
.secMainTitleWrap .secMainTextBox .kakko {
  position: relative;
  display: inline-block;
  margin-bottom: 3rem;
  padding: 0.5rem 3rem;
}
.secMainTitleWrap .secMainTextBox .kakko h1 {
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
}
.secMainTitleWrap .secMainTextBox .kakko .kkk::before, .secMainTitleWrap .secMainTextBox .kakko .kkk::after {
  content: "";
  position: absolute;
  background: #000;
}
.secMainTitleWrap .secMainTextBox .kakko .kkk.k_01 {
  position: absolute;
  width: 8px;
  height: 14px;
  top: 0;
  left: 0;
}
.secMainTitleWrap .secMainTextBox .kakko .kkk.k_01::before {
  width: 100%;
  height: 1px;
  top: 0;
  left: -2px;
}
.secMainTitleWrap .secMainTextBox .kakko .kkk.k_01::after {
  width: 1px;
  height: 100%;
  top: -2px;
  left: 0;
}
.secMainTitleWrap .secMainTextBox .kakko .kkk.k_02 {
  position: absolute;
  width: 8px;
  height: 14px;
  bottom: 0;
  right: 0;
}
.secMainTitleWrap .secMainTextBox .kakko .kkk.k_02::before {
  width: 100%;
  height: 1px;
  bottom: 0;
  right: -2px;
}
.secMainTitleWrap .secMainTextBox .kakko .kkk.k_02::after {
  width: 1px;
  height: 100%;
  bottom: -2px;
  right: 0;
}
.secMainTitleWrap .secMainTextBox .sub {
  font-size: 7rem;
  letter-spacing: 0.1rem;
  line-height: 7rem;
  font-family: baskerville-display-pt, serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .secMainTitleWrap .secMainTextBox .sub {
    font-size: 4.2rem;
    letter-spacing: 0.1rem;
    line-height: 4.2rem;
    margin-bottom: 3rem;
  }
}
.secMainTitleWrap .secMainTextBox p {
  font-size: 1.5rem;
  letter-spacing: 0.04rem;
  line-height: 3rem;
}
.secMainTitleWrap .secMainImgBox {
  position: relative;
  z-index: 2;
  margin-top: -6rem;
  padding-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .secMainTitleWrap .secMainImgBox {
    margin-top: -2rem;
    padding-bottom: 4rem;
  }
}
.secMainTitleWrap .bgBluelight {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25rem;
  background: #f4f9fb;
}
@media only screen and (max-width: 768px) {
  .secMainTitleWrap .bgBluelight {
    height: 15rem;
  }
}

.salesBottomTitle {
  margin-bottom: 4rem;
}
.salesBottomTitle h2 {
  font-size: 2rem;
  font-weight: 600;
  padding: 2rem;
  text-align: left;
  background: #f0f2f4;
  border-bottom: none;
  color: #0080cc;
}

._secTop {
  margin-top: 10rem !important;
}
@media only screen and (max-width: 768px) {
  ._secTop {
    margin-top: 2rem !important;
  }
}

h3.underLine {
  position: relative;
  display: inline-block;
  font-size: 3rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
}
h3.underLine::after {
  content: "";
  background: #c50018;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -0.5rem;
  left: 0;
}

.btnbtnSlidetate a {
  color: #989898;
  border: 1px solid #989898;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2rem;
  padding: 2rem 0.5rem;
}
.btnbtnSlidetate a .bgBoard {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715), transform 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transform: translate3d(0, -100%, 0);
}
.btnbtnSlidetate a .inBtn {
  color: #989898;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.btnbtnSlidetate a:hover .bgBoard {
  opacity: 1;
  transition-delay: 0.2s;
  transform: translate3d(0, 0, 0);
}
.btnbtnSlidetate a:hover .inBtn {
  color: #333;
}
.btnbtnSlidetate._white a {
  color: #fff;
  border: 1px solid #fff;
}
.btnbtnSlidetate._white a .inBtn {
  color: #fff;
}
.btnbtnSlidetate._white a:hover {
  color: #333;
}
.btnbtnSlidetate._white a:hover .inBtn {
  color: #333;
}

.btnbtnSlideyoko a {
  color: #989898;
  border: 1px solid #989898;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2rem;
  padding: 0.5rem 2rem;
}
.btnbtnSlideyoko a .bgBoard {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.47, 0, 0.745, 0.715), transform 0.3s cubic-bezier(0.55, 0.05, 0.22, 0.99);
  transform: translate3d(-100%, 0, 0);
}
.btnbtnSlideyoko a .inBtn {
  color: #989898;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
}
.btnbtnSlideyoko a:hover .bgBoard {
  opacity: 1;
  transition-delay: 0.2s;
  transform: translate3d(0, 0, 0);
}
.btnbtnSlideyoko a:hover .inBtn {
  color: #333;
}

/*=========================================================*/
/*	TRANSACTION*/
/*=========================================================*/
.transactionWrap {
  margin-top: 10rem;
}
@media only screen and (max-width: 768px) {
  .transactionWrap {
    margin-top: 6rem;
  }
}

/*=========================================================*/
/*	STORE*/
/*=========================================================*/
.storeTopWrap {
  overflow: hidden;
}
.storeTopWrap .ttlTopText {
  text-align: center;
  padding: 7rem 0 5rem;
}
@media only screen and (max-width: 768px) {
  .storeTopWrap .ttlTopText {
    padding: 5rem 0 4rem;
  }
}
.storeTopWrap .ttlTopText .p {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 4.6rem;
}
@media only screen and (max-width: 768px) {
  .storeTopWrap .ttlTopText .p {
    font-size: 2rem;
    line-height: 3.6rem;
  }
}
.storeTopWrap .storeTopImgWrap .inin {
  width: 90%;
  margin-right: auto;
}
.storeTopWrap .imgBottomWrap {
  position: relative;
}
.storeTopWrap .imgBottomWrap .bgLogoImg {
  position: absolute;
  top: 3rem;
  right: 50%;
  z-index: 2;
  transform: translate(62rem, 0px);
  width: 24rem;
}
.storeTopWrap .imgBottomWrap .bgLogoText {
  position: absolute;
  top: 30rem;
  left: 0;
  z-index: 2;
  font-size: 16.8rem;
  font-weight: bold;
  line-height: 17rem;
  color: #f6f6f6;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 768px) {
  .storeTopWrap .imgBottomWrap .bgLogoText {
    display: block;
    font-size: 10.8rem;
    font-weight: bold;
    line-height: 12rem;
  }
}
.storeTopWrap .imgBottomWrap ._in {
  position: relative;
  padding-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .storeTopWrap .imgBottomWrap ._in {
    padding-bottom: 3rem;
  }
}
.storeTopWrap .imgBottomWrap .inin {
  position: relative;
  margin-top: -10rem;
  padding: 10rem 8rem;
}
@media only screen and (max-width: 768px) {
  .storeTopWrap .imgBottomWrap .inin {
    margin-top: -2rem;
    padding: 5rem 3rem;
  }
}
.storeTopWrap .imgBottomWrap .inin::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0rem;
  left: 0;
  z-index: 1;
  width: 150%;
  height: 100%;
}
.storeTopWrap .imgBottomWrap .inin .ininin {
  position: relative;
  z-index: 2;
}
.storeTopWrap .imgBottomWrap .inin .ininin h2 {
  position: relative;
  font-weight: bold;
  font-style: normal;
  font-size: 2.6rem;
  color: #333;
  line-height: 3rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .storeTopWrap .imgBottomWrap .inin .ininin h2 {
    margin-bottom: 2rem;
  }
}
.storeTopWrap .imgBottomWrap .inin .ininin .pp {
  width: 54rem;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .storeTopWrap .imgBottomWrap .inin .ininin .pp {
    width: 100%;
  }
}
.storeTopWrap .imgBottomWrap .inStoreBottomIn .flexWrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .storeTopWrap .imgBottomWrap .inStoreBottomIn .flexWrap {
    display: block;
  }
}
.storeTopWrap .imgBottomWrap .inStoreBottomIn .flexWrap .imgBox {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .storeTopWrap .imgBottomWrap .inStoreBottomIn .flexWrap .imgBox {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.storeTopWrap .imgBottomWrap .inStoreBottomIn .flexWrap .textBox {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .storeTopWrap .imgBottomWrap .inStoreBottomIn .flexWrap .textBox {
    width: 100%;
    display: block;
  }
}
.storeTopWrap .imgBottomWrap .inStoreBottomIn .flexWrap .textBox .inPP {
  width: 75%;
  padding: 0rem 5rem 0 0;
}
@media only screen and (max-width: 768px) {
  .storeTopWrap .imgBottomWrap .inStoreBottomIn .flexWrap .textBox .inPP {
    width: 100%;
    padding: 0 6.25%;
  }
}
.storeTopWrap .imgBottomWrap .inStoreBottomIn .flexWrap .textBox .inPP h3 {
  position: relative;
  font-weight: bold;
  font-style: normal;
  font-size: 2.6rem;
  color: #333;
  line-height: 3rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .storeTopWrap .imgBottomWrap .inStoreBottomIn .flexWrap .textBox .inPP h3 {
    margin-bottom: 2rem;
  }
}

.storeBgImgFixWrap {
  margin-top: 8rem;
  padding: 8rem 0;
  position: relative;
  background: url(../img/tenpo_bgImg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .storeBgImgFixWrap {
    background-attachment: inherit;
    height: auto;
    padding: 8rem 0;
  }
  .storeBgImgFixWrap span {
    display: block;
  }
}
.storeBgImgFixWrap .inin .ininin {
  text-align: center;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.storeBgImgFixWrap .inin .ininin h2 {
  position: relative;
  font-weight: bold;
  font-style: normal;
  font-size: 4rem;
  color: #fff;
  line-height: 4.4rem;
  margin-bottom: 3rem;
}
.storeBgImgFixWrap .inin .ininin .centerP {
  position: relative;
  font-weight: bold;
  font-style: normal;
  font-size: 2rem;
  color: #fff;
  line-height: 4.4rem;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .storeBgImgFixWrap .inin .ininin .centerP {
    font-size: 1.8rem;
    color: #fff;
    line-height: 3.4rem;
    margin-bottom: 6rem;
  }
}
.storeBgImgFixWrap .inin .ininin .sub {
  position: relative;
  font-weight: bold;
  font-style: normal;
  font-size: 3.6rem;
  color: #fff;
  line-height: 4.4rem;
  margin-bottom: 3rem;
}
.storeBgImgFixWrap .inin .ininin ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .storeBgImgFixWrap .inin .ininin ul {
    flex-wrap: wrap;
  }
}
.storeBgImgFixWrap .inin .ininin ul li {
  width: 22rem;
  height: 22rem;
  border-radius: 100%;
  margin: 0 2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .storeBgImgFixWrap .inin .ininin ul li {
    display: block;
    margin: 0;
  }
  .storeBgImgFixWrap .inin .ininin ul li:nth-child(1) {
    width: 100%;
  }
  .storeBgImgFixWrap .inin .ininin ul li:nth-child(2) {
    width: 48%;
    margin-right: 2%;
  }
  .storeBgImgFixWrap .inin .ininin ul li:nth-child(3) {
    width: 48%;
  }
}
.storeBgImgFixWrap .inin .ininin ul li dl {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 100%;
  padding-top: 5rem;
}
@media only screen and (max-width: 768px) {
  .storeBgImgFixWrap .inin .ininin ul li dl {
    width: 21rem;
    height: 21rem;
    display: block;
    margin: 0 auto;
  }
}
.storeBgImgFixWrap .inin .ininin ul li dl dt {
  position: relative;
  font-weight: bold;
  font-style: normal;
  font-size: 3rem;
  color: #fff;
  line-height: 4rem;
  margin-bottom: 0.5rem;
}
.storeBgImgFixWrap .inin .ininin ul li dl dd {
  position: relative;
  font-weight: bold;
  font-style: normal;
  font-size: 2rem;
  color: #fff;
  line-height: 3rem;
}

.storeLastWrap {
  background: #333;
  padding: 8rem 0;
}
@media only screen and (max-width: 768px) {
  .storeLastWrap {
    padding: 5rem 0;
  }
}
.storeLastWrap .inin .flexWrap {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .storeLastWrap .inin .flexWrap {
    display: block;
  }
}
.storeLastWrap .inin .flexWrap .leftBox {
  position: relative;
  flex-basis: 50%;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .storeLastWrap .inin .flexWrap .leftBox {
    margin-bottom: 3rem;
    padding: 0;
  }
}
.storeLastWrap .inin .flexWrap .leftBox .flexInner {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .storeLastWrap .inin .flexWrap .leftBox .flexInner {
    display: block;
  }
}
.storeLastWrap .inin .flexWrap .leftBox .flexInner .imgBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .storeLastWrap .inin .flexWrap .leftBox .flexInner .imgBox {
    width: 26rem;
    margin: 0 auto;
  }
}
.storeLastWrap .inin .flexWrap .leftBox .flexInner .tellMailBox {
  position: relative;
  flex-basis: 6rem;
  margin-bottom: 0;
  padding-left: 3rem;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .storeLastWrap .inin .flexWrap .leftBox .flexInner .tellMailBox {
    margin-top: 3rem;
    margin-bottom: 3rem;
    writing-mode: initial;
    padding: 0;
    display: block;
  }
}
.storeLastWrap .inin .flexWrap .leftBox .flexInner .tellMailBox .tellStore {
  color: #fff;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .storeLastWrap .inin .flexWrap .leftBox .flexInner .tellMailBox .tellStore {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.storeLastWrap .inin .flexWrap .leftBox .flexInner .tellMailBox .tellStore dl {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .storeLastWrap .inin .flexWrap .leftBox .flexInner .tellMailBox .tellStore dl {
    display: block;
  }
}
.storeLastWrap .inin .flexWrap .leftBox .flexInner .tellMailBox .tellStore dl dt {
  position: relative;
  font-weight: bold;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 3rem;
  letter-spacing: 0.1rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .storeLastWrap .inin .flexWrap .leftBox .flexInner .tellMailBox .tellStore dl dt {
    font-size: 2.2rem;
    line-height: 3rem;
    margin-bottom: 1rem;
  }
}
.storeLastWrap .inin .flexWrap .leftBox .flexInner .tellMailBox .tellStore dl dd a {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
  font-size: 2.6rem;
  line-height: 3rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .storeLastWrap .inin .flexWrap .leftBox .flexInner .tellMailBox .tellStore dl dd a {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}
.storeLastWrap .inin .flexWrap .leftBox .flexInner .tellMailBox .tellStore dl dd a ._tel {
  font-size: 2.2rem;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .storeLastWrap .inin .flexWrap .leftBox .flexInner .tellMailBox .tellStore dl dd a ._tel {
    font-size: 3rem;
    line-height: 4rem;
    padding-right: 0.5rem;
  }
}
.storeLastWrap .inin .flexWrap .leftBox .flexInner .tellMailBox .mallStore a {
  text-align: center;
  display: block;
  background: #c50018;
  color: #fff;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 2rem 1.5rem;
  letter-spacing: 0.1rem;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 768px) {
  .storeLastWrap .inin .flexWrap .leftBox .flexInner .tellMailBox .mallStore a {
    font-size: 2rem;
  }
}
.storeLastWrap .inin .flexWrap .leftBox .flexInner .tellMailBox .mallStore a:hover {
  opacity: 0.7;
}
.storeLastWrap .inin .flexWrap .leftBox .flexInner .tellMailBox .mallStore a ._tel {
  font-size: 2.2rem;
  display: inline-block;
  padding-bottom: 0.5rem;
}
.storeLastWrap .inin .flexWrap .rightBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding-left: 4rem;
}
@media only screen and (max-width: 768px) {
  .storeLastWrap .inin .flexWrap .rightBox {
    padding-left: 0rem;
  }
}
.storeLastWrap .inin .flexWrap .rightBox .rightCompanyInfo {
  color: #fff;
}
.storeLastWrap .inin .flexWrap .rightBox .rightCompanyInfo dl {
  position: relative;
  display: flex;
  font-size: 1.5rem;
  line-height: 3rem;
}
@media only screen and (max-width: 768px) {
  .storeLastWrap .inin .flexWrap .rightBox .rightCompanyInfo dl {
    display: block;
    font-size: 1.6rem;
  }
}
.storeLastWrap .inin .flexWrap .rightBox .rightCompanyInfo dl dt {
  border-bottom: solid 1px #bebebe;
  flex-basis: 15rem;
  margin-right: 2rem;
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .storeLastWrap .inin .flexWrap .rightBox .rightCompanyInfo dl dt {
    flex-basis: 100%;
    margin-right: 0rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 0rem;
  }
}
.storeLastWrap .inin .flexWrap .rightBox .rightCompanyInfo dl dd {
  border-bottom: solid 1px #f4f4f4;
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .storeLastWrap .inin .flexWrap .rightBox .rightCompanyInfo dl dd {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}
.storeLastWrap .inin .flexWrap .rightBox .rightInfoCheck {
  background: #faf5ec;
  margin-top: 3rem;
  padding: 3rem 4rem;
}
@media only screen and (max-width: 768px) {
  .storeLastWrap .inin .flexWrap .rightBox .rightInfoCheck {
    padding: 3rem 3rem;
  }
}
.storeLastWrap .inin .flexWrap .rightBox .rightInfoCheck .ininin dl {
  text-align: center;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.storeLastWrap .inin .flexWrap .rightBox .rightInfoCheck .ininin dl dt {
  position: relative;
  font-weight: bold;
  font-style: normal;
  font-size: 1.8rem;
  color: #333;
  line-height: 2.2rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #b3b3b3;
}
.storeLastWrap .inin .flexWrap .rightBox .rightInfoCheck .ininin dl dd {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.4rem;
}

/*=========================================================*/
/*	RECRUIT*/
/*=========================================================*/
.recruitTopWrap {
  position: relative;
  background: #faf5ec;
  padding: 10rem 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .recruitTopWrap {
    padding: 5rem 0 5rem;
  }
}
.recruitTopWrap .inin .tttW {
  position: relative;
}
.recruitTopWrap .inin .tttW .btTitleText {
  position: relative;
  top: 0;
  left: 0;
  font-size: 8.8rem;
  font-weight: bold;
  line-height: 9rem;
  color: #f0ddb9;
}
@media only screen and (max-width: 768px) {
  .recruitTopWrap .inin .tttW .btTitleText {
    font-size: 6.8rem;
    font-weight: bold;
    line-height: 6rem;
  }
}
.recruitTopWrap .inin .tttW .inTit {
  position: relative;
}
.recruitTopWrap .inin .tttW .inTit h2 {
  position: relative;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  color: #333;
  line-height: 3rem;
}
@media only screen and (max-width: 768px) {
  .recruitTopWrap .inin .tttW .inTit h2 {
    font-size: 2.5rem;
    color: #333;
    line-height: 3.4rem;
  }
}
.recruitTopWrap .inin .tttW .inTit h2::after {
  content: "";
  background: #c50018;
  width: 6rem;
  height: 2px;
  position: absolute;
  bottom: -3rem;
  left: 1rem;
}
.recruitTopWrap .inin .flexWrap01 {
  position: relative;
  padding-top: 10rem;
}
@media only screen and (max-width: 768px) {
  .recruitTopWrap .inin .flexWrap01 {
    padding-top: 6rem;
  }
}
.recruitTopWrap .inin .flexWrap01 .bgMapImg {
  position: absolute;
  top: 10rem;
  right: 4rem;
  width: 45rem;
}
.recruitTopWrap .inin .flexWrap01 .ininin {
  position: relative;
  z-index: 2;
}
.recruitTopWrap .inin .flexWrap01 .ininin .flex {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .recruitTopWrap .inin .flexWrap01 .ininin .flex {
    display: block;
    margin-bottom: 6rem;
  }
}
.recruitTopWrap .inin .flexWrap01 .ininin .flex .imgBox {
  position: relative;
  flex-basis: 60%;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .recruitTopWrap .inin .flexWrap01 .ininin .flex .imgBox {
    margin-bottom: 3rem;
  }
}
.recruitTopWrap .inin .flexWrap01 .ininin .flex .textBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruitTopWrap .inin .flexWrap01 .ininin .flex .textBox .inininin dl {
  position: relative;
  text-align: center;
  margin-bottom: 7rem;
  color: #c50018;
}
.recruitTopWrap .inin .flexWrap01 .ininin .flex .textBox .inininin dl::after {
  content: "";
  background: #c50018;
  width: 1px;
  height: 4rem;
  position: absolute;
  bottom: -5rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.recruitTopWrap .inin .flexWrap01 .ininin .flex .textBox .inininin dl dt {
  font-size: 1.3rem;
  font-weight: bold;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.04rem;
  line-height: 2rem;
  margin-bottom: 0.2rem;
}
.recruitTopWrap .inin .flexWrap01 .ininin .flex .textBox .inininin dl dd {
  font-size: 6rem;
  font-weight: bold;
  line-height: 6rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.recruitTopWrap .inin .flexWrap01 .ininin .flex .textBox .inininin h3 {
  writing-mode: vertical-rl;
  font-size: 2.2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  color: #c50018;
}
.recruitTopWrap .inin .flexWrap01 .ininin .flex_in02 {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .recruitTopWrap .inin .flexWrap01 .ininin .flex_in02 {
    display: block;
  }
}
.recruitTopWrap .inin .flexWrap01 .ininin .flex_in02 .textBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
}
.recruitTopWrap .inin .flexWrap01 .ininin .flex_in02 .imgBox {
  position: relative;
  flex-basis: 40%;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .recruitTopWrap .inin .flexWrap01 .ininin .flex_in02 .imgBox {
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
}
.recruitTopWrap .inin .flexWrap01 .ininin .flex_in02 .imgBox .inImg {
  width: 27rem;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .recruitTopWrap .inin .flexWrap01 .ininin .flex_in02 .imgBox .inImg {
    width: 32rem;
  }
}
.recruitTopWrap .inin .flexWrap02 {
  margin-top: 10rem;
}
@media only screen and (max-width: 768px) {
  .recruitTopWrap .inin .flexWrap02 {
    margin-top: 8rem;
  }
}
.recruitTopWrap .inin .flexWrap02 .ttlQ {
  margin-bottom: 5rem;
}
.recruitTopWrap .inin .flexWrap02 .ttlQ .inininin {
  display: flex;
  align-items: center;
}
.recruitTopWrap .inin .flexWrap02 .ttlQ .inininin dl {
  position: relative;
  text-align: center;
  margin-right: 7rem;
  color: #c50018;
}
.recruitTopWrap .inin .flexWrap02 .ttlQ .inininin dl::after {
  content: "";
  background: #c50018;
  width: 4rem;
  height: 1px;
  position: absolute;
  right: -5rem;
  top: 50%;
  transform: translate(0, -50%);
}
.recruitTopWrap .inin .flexWrap02 .ttlQ .inininin dl dt {
  font-size: 1.3rem;
  font-weight: bold;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.04rem;
  line-height: 2rem;
  margin-bottom: 0.2rem;
}
.recruitTopWrap .inin .flexWrap02 .ttlQ .inininin dl dd {
  font-size: 6rem;
  font-weight: bold;
  line-height: 6rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.recruitTopWrap .inin .flexWrap02 .ttlQ .inininin h3 {
  font-size: 2.2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  color: #c50018;
}
.recruitTopWrap .inin .flexWrap02 .flex3 {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .recruitTopWrap .inin .flexWrap02 .flex3 {
    display: block;
  }
}
.recruitTopWrap .inin .flexWrap02 .flex3 .imgBox {
  position: relative;
  flex-basis: 50rem;
  margin-bottom: 0;
  padding: 0 8rem 0 0;
}
@media only screen and (max-width: 768px) {
  .recruitTopWrap .inin .flexWrap02 .flex3 .imgBox {
    margin-bottom: 3rem;
    padding: 0;
  }
}
.recruitTopWrap .inin .flexWrap02 .flex3 .textBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
}

.recruitNamiWrap {
  position: relative;
  margin-top: 8rem;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .recruitNamiWrap {
    margin-top: 5rem;
  }
}
.recruitNamiWrap .bgNamiImg {
  position: relative;
}
.recruitNamiWrap .inin .ininin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.recruitNamiWrap .inin .ininin dl {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .recruitNamiWrap .inin .ininin dl {
    display: block;
    margin-bottom: 3rem;
  }
}
.recruitNamiWrap .inin .ininin dl dt {
  font-size: 2.2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  margin-right: 4rem;
}
.recruitNamiWrap .inin .ininin dl dd {
  font-size: 2.2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
}
.recruitNamiWrap .inin .ininin h3 {
  font-size: 4.5rem;
  letter-spacing: 0.1rem;
  line-height: 4.5rem;
  font-family: baskerville-display-pt, serif;
  font-weight: 400;
  font-style: normal;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .recruitNamiWrap .inin .ininin h3 {
    font-size: 3.4rem;
    letter-spacing: 0.1rem;
    line-height: 4.4rem;
  }
}

.recruitNamiBottomWrap .flexWrap {
  flex-basis: auto;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .recruitNamiBottomWrap .flexWrap {
    display: block;
  }
}
.recruitNamiBottomWrap .flexWrap .logoBox {
  position: relative;
  flex-basis: 25rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .recruitNamiBottomWrap .flexWrap .logoBox {
    padding: 0;
    width: 26rem;
    margin: 0 auto 3rem;
  }
}
.recruitNamiBottomWrap .flexWrap .textBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding: 0 5rem 0 0;
}
@media only screen and (max-width: 768px) {
  .recruitNamiBottomWrap .flexWrap .textBox {
    padding: 0;
  }
}

.recruitCompanyWrap {
  margin-top: 8rem;
  margin-bottom: 5rem;
}
.recruitCompanyWrap .ttlY {
  text-align: center;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 3rem;
}
.recruitCompanyWrap .ttlY h3 {
  position: relative;
  font-weight: bold;
  font-style: normal;
  font-size: 2.4rem;
  color: #333;
  line-height: 3rem;
  margin-bottom: 1rem;
}
.recruitCompanyWrap .ttlY .sub {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.04rem;
  line-height: 2rem;
}
.recruitCompanyWrap .inin .inBox {
  border: 1px solid #c50018;
  margin-bottom: 8rem;
  padding: 5rem 6rem;
}
@media only screen and (max-width: 768px) {
  .recruitCompanyWrap .inin .inBox {
    padding: 5rem 4rem;
  }
}
.recruitCompanyWrap .inin .inBox .centerP {
  text-align: center;
  margin-bottom: 4rem;
}
.recruitCompanyWrap .inin .inBox .flexBox {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .recruitCompanyWrap .inin .inBox .flexBox {
    display: block;
  }
}
.recruitCompanyWrap .inin .inBox .flexBox .inB {
  width: 32%;
}
@media only screen and (max-width: 768px) {
  .recruitCompanyWrap .inin .inBox .flexBox .inB {
    width: 100%;
  }
  .recruitCompanyWrap .inin .inBox .flexBox .inB:not(:first-child) {
    margin-top: 3rem;
  }
}
.recruitCompanyWrap .inin .inBox .flexBox .inB .iconBox {
  text-align: center;
  background: #3f3a39;
  padding: 4rem 5rem;
  border-radius: 3rem;
}
.recruitCompanyWrap .inin .inBox .flexBox .inB .iconBox .icon {
  width: 8rem;
  margin: 0 auto 2rem;
}
.recruitCompanyWrap .inin .inBox .flexBox .inB .iconBox .ttt {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.04rem;
  line-height: 2rem;
  color: #fff;
}
.recruitCompanyWrap .inin .inBox .flexBox .inB .txt {
  margin-top: 1rem;
}
.recruitCompanyWrap .inin .inBox02 .flexBoxInfo dl {
  position: relative;
  display: flex;
  font-size: 1.5rem;
  line-height: 3rem;
}
@media only screen and (max-width: 768px) {
  .recruitCompanyWrap .inin .inBox02 .flexBoxInfo dl {
    display: block;
    font-size: 1.6rem;
  }
}
.recruitCompanyWrap .inin .inBox02 .flexBoxInfo dl dt {
  border-top: solid 1px #bebebe;
  flex-basis: 23rem;
  margin-right: 2rem;
  margin-bottom: 0;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  font-weight: bold;
  background: #faf5ec;
}
@media only screen and (max-width: 768px) {
  .recruitCompanyWrap .inin .inBox02 .flexBoxInfo dl dt {
    flex-basis: 100%;
    margin-right: 0rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.recruitCompanyWrap .inin .inBox02 .flexBoxInfo dl dd {
  border-top: solid 1px #f4f4f4;
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .recruitCompanyWrap .inin .inBox02 .flexBoxInfo dl dd {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}

/*=========================================================*/
/*	MENU*/
/*=========================================================*/
.menuTopWrap .flexWrap {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
}
.menuTopWrap .flexWrap .flexBox {
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .menuTopWrap .flexWrap .flexBox {
    width: 50%;
  }
}
.menuTopWrap .flexWrap .flexBox a {
  display: block;
  position: relative;
}
.menuTopWrap .flexWrap .flexBox a .imgBox {
  position: relative;
  z-index: 1;
}
.menuTopWrap .flexWrap .flexBox a .imgBox img._02 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}
@media only screen and (max-width: 768px) {
  .menuTopWrap .flexWrap .flexBox a .imgBox {
    height: 100%;
  }
  .menuTopWrap .flexWrap .flexBox a .imgBox img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
}
.menuTopWrap .flexWrap .flexBox a .textBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: center;
}
.menuTopWrap .flexWrap .flexBox a .textBox .menuList_name {
  font-size: 5rem;
  font-weight: 700;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 5.6rem;
}
@media only screen and (max-width: 768px) {
  .menuTopWrap .flexWrap .flexBox a .textBox .menuList_name {
    font-size: 4rem;
    line-height: 4.6rem;
  }
}
.menuTopWrap .flexWrap .flexBox a .textBox .menuList_name::before {
  display: block;
  font-family: Playfair Display, serif;
  font-size: 92.8px;
  font-size: 5.8rem;
  font-weight: 700;
  line-height: 0.5;
  content: "“";
}
.menuTopWrap .flexWrap .flexBox a .textBox .menuList_name .menuList_sub {
  font-size: 1.5rem;
  letter-spacing: 0.04rem;
  line-height: 3rem;
}
@media only screen and (max-width: 768px) {
  .menuTopWrap .flexWrap .flexBox a .textBox .menuList_name .menuList_sub {
    white-space: nowrap;
  }
}
.menuTopWrap .flexWrap .flexBox a:hover .imgBox ._02 {
  opacity: 1;
}
.menuTopWrap .menuTopBottom {
  background: #d3cbbc;
  padding: 5rem 0 12rem;
}
.menuTopWrap .menuTopBottom .inBox .inin {
  font-size: 4rem;
  font-weight: bold;
  line-height: 5.4rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 768px) {
  .menuTopWrap .menuTopBottom .inBox .inin {
    font-size: 3rem;
    line-height: 4.4rem;
  }
}

.menuTitleSpecial .ttoP {
  background: #987071;
  height: 80px;
  margin: 0 auto;
  position: relative;
  width: 1px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .menuTitleSpecial .ttoP {
    height: 5rem;
  }
}
.menuTitleSpecial .ttoP::before {
  border-left: 1px solid #fff;
  bottom: 100%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 1;
}
.menuTitleSpecial .menuMainTitle {
  padding-top: 5rem;
  padding-bottom: 4rem;
  text-align: center;
}
.menuTitleSpecial .menuMainTitle .sub {
  font-size: 3.4rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  line-height: 3.8rem;
  font-style: normal;
  margin-bottom: 1.5rem;
}
.menuTitleSpecial .menuMainTitle h2 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2rem;
}

.menuMainContentsWrap {
  position: relative;
  background: #d3cbbc;
  padding: 16rem 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .menuMainContentsWrap {
    padding: 14rem 0 8rem;
  }
}
.menuMainContentsWrap .bgText {
  display: block;
  position: absolute;
  top: 4rem;
  right: -4rem;
  font-size: 14.8rem;
  font-weight: 500;
  line-height: 14rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 768px) {
  .menuMainContentsWrap .bgText {
    right: -4rem;
    font-size: 11.8rem;
    font-weight: 500;
    line-height: 12rem;
  }
}
.menuMainContentsWrap .bgText span {
  color: #eee;
  text-stroke: 1px #a89778;
  -webkit-text-stroke: 1px #a89778;
  color: transparent;
}
.menuMainContentsWrap .inin {
  position: relative;
  z-index: 2;
}
.menuMainContentsWrap .inin .flexWrap {
  display: flex;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .menuMainContentsWrap .inin .flexWrap {
    display: block;
  }
}
.menuMainContentsWrap .inin .flexWrap .leftBox {
  position: relative;
  flex-basis: 60%;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .menuMainContentsWrap .inin .flexWrap .leftBox {
    margin-bottom: 3rem;
  }
}
.menuMainContentsWrap .inin .flexWrap .leftBox .imgBox {
  position: relative;
}
.menuMainContentsWrap .inin .flexWrap .leftBox .imgBox .texttext {
  position: absolute;
  top: 3rem;
  left: 0;
  width: 46rem;
  background: #fff;
  padding: 2rem 2rem;
  font-size: 1.5rem;
  line-height: 2.7rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 768px) {
  .menuMainContentsWrap .inin .flexWrap .leftBox .imgBox .texttext {
    position: static;
    width: 100%;
  }
}
.menuMainContentsWrap .inin .flexWrap .rightBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding-right: 5rem;
}
@media only screen and (max-width: 768px) {
  .menuMainContentsWrap .inin .flexWrap .rightBox {
    padding-left: 0rem;
    padding-right: 4rem;
  }
}
.menuMainContentsWrap .inin .flexWrap .rightBox .ininin dl {
  position: relative;
  margin-bottom: 5rem;
  padding-left: 6rem;
  padding-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .menuMainContentsWrap .inin .flexWrap .rightBox .ininin dl {
    padding-left: 4rem;
  }
}
.menuMainContentsWrap .inin .flexWrap .rightBox .ininin dl::after {
  content: "";
  background: #c50018;
  width: calc(100% + 5rem);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -5rem;
}
.menuMainContentsWrap .inin .flexWrap .rightBox .ininin dl dt {
  font-size: 4rem;
  font-weight: bold;
  line-height: 4rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 1rem;
}
.menuMainContentsWrap .inin .flexWrap .rightBox .ininin dl dd {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04rem;
  line-height: 3rem;
}
.menuMainContentsWrap .inin .flexWrap .rightBox .ininin .ttB {
  padding-left: 6rem;
}
@media only screen and (max-width: 768px) {
  .menuMainContentsWrap .inin .flexWrap .rightBox .ininin .ttB {
    padding-left: 4rem;
  }
}
.menuMainContentsWrap .inin .flexWrap .rightBox .ininin .ttB .subEng {
  margin-top: 3rem;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.04rem;
  line-height: 2.6rem;
}
.menuMainContentsWrap .inin .flexWrap._reverse {
  flex-direction: row-reverse;
}
.menuMainContentsWrap .inin .flexWrap._reverse .rightBox {
  padding-left: 5rem;
  padding-right: 0rem;
}
@media only screen and (max-width: 768px) {
  .menuMainContentsWrap .inin .flexWrap._reverse .rightBox {
    padding-left: 0rem;
    padding-right: 4rem;
  }
}
.menuMainContentsWrap .inin .flexWrap._reverse .rightBox .ininin dl {
  padding-left: 0rem;
  padding-right: 6rem;
}
@media only screen and (max-width: 768px) {
  .menuMainContentsWrap .inin .flexWrap._reverse .rightBox .ininin dl {
    padding-left: 4rem;
  }
}
.menuMainContentsWrap .inin .flexWrap._reverse .rightBox .ininin dl::after {
  content: "";
  background: #c50018;
  width: calc(100% + 5rem);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: auto;
  right: -5rem;
}
@media only screen and (max-width: 768px) {
  .menuMainContentsWrap .inin .flexWrap._reverse .rightBox .ininin dl::after {
    left: -5rem;
  }
}
.menuMainContentsWrap .inin .flexWrap._reverse .rightBox .ininin .ttB {
  padding-left: 0rem;
  padding-right: 6rem;
}
@media only screen and (max-width: 768px) {
  .menuMainContentsWrap .inin .flexWrap._reverse .rightBox .ininin .ttB {
    padding-left: 4rem;
    padding-right: 0rem;
  }
}
.menuMainContentsWrap .inin .flexWrap:not(:last-child) {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .menuMainContentsWrap .inin .flexWrap:not(:last-child) {
    margin-bottom: 5rem;
  }
}

.menuCrowNextWrap {
  position: relative;
  height: 64rem;
}
@media only screen and (max-width: 768px) {
  .menuCrowNextWrap {
    height: auto;
  }
}
.menuCrowNextWrap .bgbgImg {
  background: url(../img/menu_img07.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .menuCrowNextWrap .bgbgImg {
    position: relative;
    height: 45rem;
  }
}
.menuCrowNextWrap .inin {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
}
.menuCrowNextWrap .inin .ininin {
  position: relative;
  background: url(../img/menu_img07_bg.jpg) no-repeat center/cover;
  width: 50rem;
  margin-left: -10rem;
  padding: 5rem 4rem 5rem 5rem;
}
@media only screen and (max-width: 768px) {
  .menuCrowNextWrap .inin .ininin {
    width: 100%;
    margin-left: 0rem;
    padding: 4rem 3rem 4rem 3rem;
  }
}
.menuCrowNextWrap .inin .ininin::before {
  content: "";
  width: 100vw;
  height: calc(100% - 0px);
  background: url(../img/menu_img07_bg.jpg);
  position: absolute;
  top: 0;
  right: 0;
}
.menuCrowNextWrap .inin .ininin h3,
.menuCrowNextWrap .inin .ininin p {
  position: relative;
  z-index: 2;
}
.menuCrowNextWrap .inin .ininin h3 {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.6rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .menuCrowNextWrap .inin .ininin h3 {
    margin-bottom: 2rem;
  }
}
.menuCrowNextWrap .inin .centerTextZ {
  position: absolute;
  top: 6rem;
  left: 52%;
  transform: translate(-50%, 0px);
}
@media only screen and (max-width: 768px) {
  .menuCrowNextWrap .inin .centerTextZ {
    top: 32rem;
  }
}
.menuCrowNextWrap .inin .centerTextZ .fnatic {
  width: 6rem;
}
@media only screen and (max-width: 768px) {
  .menuCrowNextWrap .inin .centerTextZ .fnatic {
    width: 4rem;
  }
}

.menuTENNNWrap {
  position: relative;
  background: #f6f6f6;
  padding-bottom: 10rem;
}
.menuTENNNWrap::before {
  content: "";
  width: calc(50vw - 55rem);
  content: "";
  min-height: 100%;
  background: #222;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: 0;
  z-index: 0;
}
.menuTENNNWrap .inin {
  position: relative;
}
.menuTENNNWrap .inin .box01 {
  margin-bottom: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -3rem;
}
@media only screen and (max-width: 768px) {
  .menuTENNNWrap .inin .box01 {
    display: block;
    margin-bottom: 5rem;
  }
}
.menuTENNNWrap .inin .box01 .boxIn {
  width: 38%;
  background-color: rgba(133, 89, 58, 0.95);
  color: #fff;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding: 5rem 5rem;
}
@media only screen and (max-width: 768px) {
  .menuTENNNWrap .inin .box01 .boxIn {
    width: 100%;
    padding: 5rem 3rem;
  }
}
.menuTENNNWrap .inin .box01 .boxIn:nth-child(1) {
  margin-right: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .menuTENNNWrap .inin .box01 .boxIn:nth-child(1) {
    margin-right: 0rem;
    margin-bottom: 2rem;
  }
}
.menuTENNNWrap .inin .box01 .boxIn:nth-child(2) {
  margin-left: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .menuTENNNWrap .inin .box01 .boxIn:nth-child(2) {
    margin-left: 0rem;
  }
}
.menuTENNNWrap .inin .box01 .boxIn dl dt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 3.2rem;
  margin-bottom: 3rem;
  position: relative;
}
.menuTENNNWrap .inin .box01 .boxIn dl dt::after {
  content: "";
  background: #fff;
  width: 10rem;
  height: 1px;
  position: absolute;
  bottom: -1rem;
  left: 0;
}
.menuTENNNWrap .inin .box01 .boxIn dl dd {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2rem;
}
.menuTENNNWrap .inin .box02 .boxinA {
  text-align: center;
  width: 45rem;
  margin: 0 auto 10rem;
}
@media only screen and (max-width: 768px) {
  .menuTENNNWrap .inin .box02 .boxinA {
    width: 90%;
  }
}
.menuTENNNWrap .inin .box02 .boxinA .sub {
  margin-bottom: 3rem;
}
.menuTENNNWrap .inin .box02 .boxinA .yokoLineBox {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 4.6rem;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .menuTENNNWrap .inin .box02 .boxinA .yokoLineBox {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}
.menuTENNNWrap .inin .box02 .boxinBottom .flexWrap {
  position: relative;
}
.menuTENNNWrap .inin .box02 .boxinBottom .flexWrap .textFrame {
  position: absolute;
  top: -3rem;
  left: auto;
  right: 68%;
  max-width: 600px;
  width: 100%;
  z-index: 1;
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 768px) {
  .menuTENNNWrap .inin .box02 .boxinBottom .flexWrap .textFrame {
    left: auto;
    right: 0;
  }
}
.menuTENNNWrap .inin .box02 .boxinBottom .flexWrap .textFrame .inin h3 {
  font-size: 3.6rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  color: #c50018;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 768px) {
  .menuTENNNWrap .inin .box02 .boxinBottom .flexWrap .textFrame .inin h3 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-left: 0rem;
  }
}
.menuTENNNWrap .inin .box02 .boxinBottom .flexWrap .textFrame .inin h3::before {
  content: "";
  background: #c50018;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.menuTENNNWrap .inin .box02 .boxinBottom .flexWrap .imgFrame {
  margin-top: 8rem;
  margin-left: 0;
  width: 62%;
  min-height: 52rem;
  position: relative;
  margin-left: auto;
  display: flex;
  align-items: center;
  background: url(../img/menu_img08.jpg) no-repeat center left/cover;
}
@media only screen and (max-width: 768px) {
  .menuTENNNWrap .inin .box02 .boxinBottom .flexWrap .imgFrame {
    width: 82%;
    min-height: auto;
    margin-top: -3rem;
    margin-right: auto;
    margin-left: 0;
  }
}
.menuTENNNWrap .inin .box02 .boxinBottom .flexWrap .imgFrame .inin {
  padding: 22rem 0;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .menuTENNNWrap .inin .box02 .boxinBottom .flexWrap .imgFrame .inin {
    padding: 16rem 0;
  }
}
.menuTENNNWrap .inin .box03 {
  position: relative;
  margin-top: -2rem;
}
.menuTENNNWrap .inin .box03 .flexWrap {
  position: relative;
  background: url(../img/menu_img07_bg.jpg) no-repeat center/cover;
  width: 70rem;
  margin: 0 auto;
  padding: 5rem 4rem 5rem 5rem;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .menuTENNNWrap .inin .box03 .flexWrap {
    width: 100%;
    padding: 4rem 3rem;
  }
}
.menuTENNNWrap .inin .box03 .flexWrap .leftBox {
  width: 30%;
  border-right: 1px solid #fff;
}
.menuTENNNWrap .inin .box03 .flexWrap .leftBox dl dt {
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  margin-bottom: 1rem;
}
.menuTENNNWrap .inin .box03 .flexWrap .leftBox dl dd {
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 500;
}
.menuTENNNWrap .inin .box03 .flexWrap .rightBox {
  width: 70%;
  padding-left: 5rem;
}
.menuTENNNWrap .inin .box03 .flexWrap .rightBox dl dt {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  margin-bottom: 1rem;
}
.menuTENNNWrap .inin .box03 .flexWrap .rightBox dl dd {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 500;
}
.menuTENNNWrap .inininA {
  background: #fff;
  margin-top: 10rem;
  margin-bottom: 5rem;
  padding: 8rem 5rem;
}
@media only screen and (max-width: 768px) {
  .menuTENNNWrap .inininA {
    padding: 8rem 4rem 3rem;
  }
}
.menuTENNNWrap .inininA .ttlQ {
  text-align: center;
  margin-top: -10rem;
  margin-bottom: 5rem;
}
.menuTENNNWrap .inininA .ttlQ h2 {
  font-size: 3.2rem;
  font-weight: bold;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 4.6rem;
  padding: 4rem 10rem;
  display: inline-block;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .menuTENNNWrap .inininA .ttlQ h2 {
    padding: 1rem 4rem;
  }
}
.menuTENNNWrap .inininA .ttlQX {
  text-align: center;
  margin-top: 10rem;
  margin-bottom: 5rem;
}
.menuTENNNWrap .inininA .ttlQX h2 {
  font-size: 3.2rem;
  font-weight: bold;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 4.6rem;
  padding: 4rem 10rem;
  display: inline-block;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .menuTENNNWrap .inininA .ttlQX h2 {
    font-size: 2.6rem;
    padding: 1rem 4rem;
  }
}
.menuTENNNWrap .inininA .inininin .sub {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 2rem;
}
.menuTENNNWrap .inininA .inininin .flexWrap {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  .menuTENNNWrap .inininA .inininin .flexWrap {
    display: block;
  }
}
.menuTENNNWrap .inininA .inininin .flexWrap ._Triple {
  width: 32%;
}
@media only screen and (max-width: 768px) {
  .menuTENNNWrap .inininA .inininin .flexWrap ._Triple {
    width: 100%;
  }
}
.menuTENNNWrap .inininA .inininin .flexWrap ._Triple .column4B {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.menuTENNNWrap .inininA .inininin .flexWrap ._Triple .column4B .columnPsssA {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: bold;
  border-bottom: 1px solid #333;
  margin-top: 3rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .menuTENNNWrap .inininA .inininin .flexWrap ._Triple .column4B .columnPsssA {
    font-size: 1.8rem;
  }
}
.menuTENNNWrap .inininA .inininin .flexWrap ._Triple .column4B .columnPsssB {
  width: 100%;
}
.menuTENNNWrap .inininA .inininin .flexWrap ._Triple .column4B .columnPsssB .menu {
  color: #333;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  line-height: 2rem;
}
.menuTENNNWrap .inininA .inininin .flexWrap ._Triple .column4B .columnPsssB .menu h4 {
  flex: 0 1 auto;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0em;
}
.menuTENNNWrap .inininA .inininin .flexWrap ._Triple .column4B .columnPsssB .menu .price {
  flex: 0 0 auto;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0em;
  color: #c50018;
  padding-left: 1rem;
}

.btnCenterBlack {
  text-align: center;
}
.btnCenterBlack a {
  display: inline-block;
  padding: 2.5rem 5rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2rem;
  background: #1e1e28;
  min-width: 70rem;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.btnCenterBlack a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .btnCenterBlack a {
    min-width: auto;
  }
}

/*=========================================================*/
/*	ABOUT*/
/*=========================================================*/
.aboutTopWrap {
  background: #0f131d;
}
.aboutTopWrap .aboutBlock01 {
  padding: 10rem 0;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .aboutTopWrap .aboutBlock01 {
    padding: 8rem 0 0;
  }
}
.aboutTopWrap .aboutBlock01 .flexWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutTopWrap .aboutBlock01 .flexWrap .inin {
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 768px) {
  .aboutTopWrap .aboutBlock01 .flexWrap .inin {
    position: static;
    writing-mode: initial;
  }
}
.aboutTopWrap .aboutBlock01 .flexWrap .inin .ttlA {
  margin-left: 5rem;
}
@media only screen and (max-width: 768px) {
  .aboutTopWrap .aboutBlock01 .flexWrap .inin .ttlA {
    margin-bottom: 5rem;
    margin-left: 0rem;
  }
}
.aboutTopWrap .aboutBlock01 .flexWrap .inin .ttlA .sub {
  font-size: 1.6rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
}
.aboutTopWrap .aboutBlock01 .flexWrap .inin .ttlA h2 {
  font-size: 3.2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
}
.aboutTopWrap .aboutBlock01 .flexWrap .inin .textBox p {
  font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  .aboutTopWrap .aboutBlock01 .flexWrap .inin .textBox p {
    margin-bottom: 3rem;
  }
}
.aboutTopWrap .aboutBlock01 .flexWrap .inin .textBox ._bottom {
  display: flex;
  justify-content: flex-end;
}
.aboutTopWrap .aboutBlock02 {
  padding: 14rem 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .aboutTopWrap .aboutBlock02 {
    padding: 8rem 0 4rem;
  }
}
.aboutTopWrap .aboutBlock02 .about_contactWrap02 {
  position: relative;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .aboutTopWrap .aboutBlock02 .about_contactWrap02 {
    margin-bottom: 6rem;
  }
}
.aboutTopWrap .aboutBlock02 .about_contactWrap02 .bgText {
  position: absolute;
  top: -7rem;
  left: -7rem;
  font-size: 10.8rem;
  font-weight: bold;
  line-height: 14rem;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .aboutTopWrap .aboutBlock02 .about_contactWrap02 .bgText {
    top: -1rem;
    left: 0rem;
    font-size: 6.8rem;
    font-weight: bold;
    line-height: 6rem;
  }
}
.aboutTopWrap .aboutBlock02 .about_contactWrap02 .ininin {
  position: relative;
  z-index: 2;
  color: #fff;
}
.aboutTopWrap .aboutBlock02 .about_contactWrap02 .ininin .flexWrap {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .aboutTopWrap .aboutBlock02 .about_contactWrap02 .ininin .flexWrap {
    display: block;
  }
}
.aboutTopWrap .aboutBlock02 .about_contactWrap02 .ininin .flexWrap .leftBox {
  width: 68%;
}
@media only screen and (max-width: 768px) {
  .aboutTopWrap .aboutBlock02 .about_contactWrap02 .ininin .flexWrap .leftBox {
    width: 100%;
    margin-bottom: 5rem;
  }
}
.aboutTopWrap .aboutBlock02 .about_contactWrap02 .ininin .flexWrap .leftBox h2 {
  font-size: 3rem;
  font-weight: bold;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: inline-block;
  position: relative;
  margin-bottom: 3rem;
}
.aboutTopWrap .aboutBlock02 .about_contactWrap02 .ininin .flexWrap .rightBox {
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .aboutTopWrap .aboutBlock02 .about_contactWrap02 .ininin .flexWrap .rightBox {
    width: 100%;
  }
}
.aboutTopWrap .aboutBlock02 .about_contactWrap02 .ininin .flexWrap .rightBox .btnbtnSlideyoko {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.aboutTopWrap .aboutBlock02 .aboutParticulaWrap ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .aboutTopWrap .aboutBlock02 .aboutParticulaWrap ul {
    display: block;
  }
}
.aboutTopWrap .aboutBlock02 .aboutParticulaWrap ul li {
  width: 32%;
}
@media only screen and (max-width: 768px) {
  .aboutTopWrap .aboutBlock02 .aboutParticulaWrap ul li {
    width: 100%;
    margin-bottom: 8rem;
  }
}
.aboutTopWrap .aboutBlock02 .aboutParticulaWrap ul li a {
  position: relative;
  display: block;
  height: 50rem;
}
@media only screen and (max-width: 768px) {
  .aboutTopWrap .aboutBlock02 .aboutParticulaWrap ul li a {
    height: 32rem;
  }
}
.aboutTopWrap .aboutBlock02 .aboutParticulaWrap ul li a .imgBody {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.aboutTopWrap .aboutBlock02 .aboutParticulaWrap ul li a .imgBody .img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  background: url() center no-repeat #e5e5e5;
}
.aboutTopWrap .aboutBlock02 .aboutParticulaWrap ul li a .imgBody .img._01 {
  background: url(../img/about_img01.jpg) no-repeat center/cover;
}
.aboutTopWrap .aboutBlock02 .aboutParticulaWrap ul li a .imgBody .img._02 {
  background: url(../img/about_img02.jpg) no-repeat center/cover;
}
.aboutTopWrap .aboutBlock02 .aboutParticulaWrap ul li a .imgBody .img._03 {
  background: url(../img/about_img03.jpg) no-repeat center/cover;
}
.aboutTopWrap .aboutBlock02 .aboutParticulaWrap ul li a .ttAniki {
  position: absolute;
  bottom: -4rem;
  right: 2rem;
  color: #fff;
  font-size: 3.8rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  writing-mode: vertical-rl;
}
.aboutTopWrap .aboutBlock02 .aboutParticulaWrap ul li a:hover .imgBody .img {
  transform: scale(1.05);
}
.aboutTopWrap .aboutBlock03 {
  padding-bottom: 8rem;
}
.aboutTopWrap .aboutBlock03 .flexWrap {
  flex-basis: auto;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .aboutTopWrap .aboutBlock03 .flexWrap {
    display: block;
  }
}
.aboutTopWrap .aboutBlock03 .flexWrap .tteLeft {
  position: relative;
  flex-basis: 35%;
  margin-bottom: 0;
  padding: 0 0 0 4rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .aboutTopWrap .aboutBlock03 .flexWrap .tteLeft {
    width: 100%;
    margin-bottom: 3rem;
    padding-left: 0;
  }
}
.aboutTopWrap .aboutBlock03 .flexWrap .tteLeft .inin .sub {
  font-size: 1.5rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
}
.aboutTopWrap .aboutBlock03 .flexWrap .tteLeft .inin h3 {
  font-size: 2.8rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 3rem;
}
.aboutTopWrap .aboutBlock03 .flexWrap .slideImgRight {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  width: 65%;
}
@media only screen and (max-width: 768px) {
  .aboutTopWrap .aboutBlock03 .flexWrap .slideImgRight {
    width: 100%;
  }
}
.aboutTopWrap .aboutBlock03 .flexWrap .slideImgRight .slideTopB {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.aboutTopWrap .aboutBlock03 .flexWrap .slideImgRight .slideTopB .slideshow {
  display: flex;
  animation: loop-slide 70s infinite linear 1s both;
}
@media only screen and (max-width: 768px) {
  .aboutTopWrap .aboutBlock03 .flexWrap .slideImgRight .slideTopB .slideshow {
    animation: loop-slide 80s infinite linear 1s both;
  }
}
.aboutTopWrap .aboutBlock03 .flexWrap .slideImgRight .slideTopB .slideshow li {
  margin-right: 1rem;
}
.aboutTopWrap .aboutBlock03 .flexWrap .slideImgRight .slideTopB .slideshow li img {
  width: 28rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .aboutTopWrap .aboutBlock03 .flexWrap .slideImgRight .slideTopB .slideshow li img {
    width: 25rem;
  }
}
.aboutTopWrap .aboutBlock04 {
  background: url(../img/about_bg_middle.jpg) no-repeat center/cover;
  padding: 14rem 0;
}
@media only screen and (max-width: 768px) {
  .aboutTopWrap .aboutBlock04 {
    padding: 8rem 0;
  }
}
.aboutTopWrap .aboutBlock04 .inin .flexIn {
  display: flex;
  /* -webkit-justify-content: center; */
  /* justify-content: center; */
  /* -webkit-align-items: center; */
  /* align-items: center; */
  color: #fff;
  justify-content: flex-end;
}
.aboutTopWrap .aboutBlock04 .inin .flexIn .ininin {
  writing-mode: vertical-rl;
}
@media only screen and (max-width: 768px) {
  .aboutTopWrap .aboutBlock04 .inin .flexIn .ininin {
    position: static;
    writing-mode: initial;
  }
}
.aboutTopWrap .aboutBlock04 .inin .flexIn .ininin .ttlA {
  margin-left: 5rem;
}
@media only screen and (max-width: 768px) {
  .aboutTopWrap .aboutBlock04 .inin .flexIn .ininin .ttlA {
    margin-bottom: 4rem;
    margin-left: 0rem;
  }
}
.aboutTopWrap .aboutBlock04 .inin .flexIn .ininin .ttlA .sub {
  font-size: 1.6rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
}
.aboutTopWrap .aboutBlock04 .inin .flexIn .ininin .ttlA h2 {
  font-size: 3.2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
}
.aboutTopWrap .aboutBlock04 .inin .flexIn .ininin .textBox p {
  font-feature-settings: "palt";
  margin-left: 5rem;
}
@media only screen and (max-width: 768px) {
  .aboutTopWrap .aboutBlock04 .inin .flexIn .ininin .textBox p {
    margin-bottom: 5rem;
    margin-left: 0rem;
  }
}
.aboutTopWrap .aboutBlock04 .inin .flexIn .ininin .textBox ._bottom {
  display: flex;
  justify-content: flex-end;
}

.aboutTakeoutWrap .topTTlWrap {
  padding: 6rem 0 3rem 0;
  background: #f5f5f5;
}
.aboutTakeoutWrap .topTTlWrap .inin h2 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 4rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 1rem;
}
.aboutTakeoutWrap .mainNeth {
  margin-left: 12rem;
}
@media only screen and (max-width: 768px) {
  .aboutTakeoutWrap .mainNeth {
    margin-left: 0rem;
  }
}
.aboutTakeoutWrap .mainNeth .flexWrap {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .aboutTakeoutWrap .mainNeth .flexWrap {
    display: block;
  }
}
.aboutTakeoutWrap .mainNeth .flexWrap .ttlBox {
  position: relative;
  flex-basis: 48rem;
  margin-bottom: 0;
  padding: 8rem 10rem 8rem 0rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .aboutTakeoutWrap .mainNeth .flexWrap .ttlBox {
    padding: 5rem 6.25% 0;
    height: auto;
  }
}
.aboutTakeoutWrap .mainNeth .flexWrap .ttlBox .ininin h3 {
  font-size: 2.2rem;
  line-height: 3.8rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 3rem;
}
.aboutTakeoutWrap .mainNeth .flexWrap .ttlBox .ininin p {
  margin-bottom: 4rem;
}
.aboutTakeoutWrap .mainNeth .flexWrap .imgBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 48rem);
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .aboutTakeoutWrap .mainNeth .flexWrap .imgBox {
    position: relative;
    width: calc(100% - 0rem);
    height: 100%;
    margin-top: 5rem;
  }
}
.aboutTakeoutWrap .mainNeth .flexWrap .imgBox .imgInBox {
  height: 100%;
}
.aboutTakeoutWrap .mainNeth .flexWrap .imgBox .imgInBox img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.aboutTakeoutBottom {
  background: #e2ebcc;
}
.aboutTakeoutBottom .topAboutA {
  padding: 8rem 10rem 6rem;
}
@media only screen and (max-width: 768px) {
  .aboutTakeoutBottom .topAboutA {
    padding: 4rem 0;
  }
}
.aboutTakeoutBottom .topAboutA .flexWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .aboutTakeoutBottom .topAboutA .flexWrap {
    display: block;
  }
}
.aboutTakeoutBottom .topAboutA .flexWrap .leftBox {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .aboutTakeoutBottom .topAboutA .flexWrap .leftBox {
    width: 100%;
  }
}
.aboutTakeoutBottom .topAboutA .flexWrap .leftBox .onlineBtnA a {
  position: relative;
  display: block;
  background: #c50018;
  color: #fff;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 2rem;
  padding: 1rem 5rem;
  text-align: center;
}
.aboutTakeoutBottom .topAboutA .flexWrap .leftBox .onlineBtnA a::after {
  content: "";
  position: absolute;
  top: 48%;
  right: 3rem;
  transform: translate3d(0, 0%, 0);
  width: 0.8rem;
  height: 0.8rem;
  margin-top: -0.3rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: scaleX(0.8) rotate(45deg);
  transition: all 0.2s ease-out;
  transition: all 0.6s 0s;
}
.aboutTakeoutBottom .topAboutA .flexWrap .rightBox {
  width: 40%;
  margin-left: 10%;
}
@media only screen and (max-width: 768px) {
  .aboutTakeoutBottom .topAboutA .flexWrap .rightBox {
    margin-top: 3rem;
    margin-left: 0;
    width: 100%;
  }
}
.aboutTakeoutBottom .topAboutA .flexWrap .rightBox .boxX .inO {
  text-align: center;
  padding: 2rem 3rem;
  border: 1px solid #333;
}
.aboutTakeoutBottom .topAboutA .flexWrap .rightBox .boxX .inO .ttl {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.aboutTakeoutBottom .topAboutA .flexWrap .rightBox .boxX .inO ._phone {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 3rem;
  margin-bottom: 1rem;
}
.aboutTakeoutBottom .topAboutA .flexWrap .rightBox .boxX .inO ._phone .fas {
  font-size: 2.4rem;
}
.aboutTakeoutBottom .topAboutA .flexWrap .rightBox .boxX .inO ._phone span {
  display: inline-block;
  padding-right: 0.8rem;
}
.aboutTakeoutBottom .topAboutB {
  padding-bottom: 8rem;
}
@media only screen and (max-width: 768px) {
  .aboutTakeoutBottom .topAboutB {
    padding-bottom: 6rem;
  }
}
.aboutTakeoutBottom .topAboutB .flexWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10rem;
  border-left: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  .aboutTakeoutBottom .topAboutB .flexWrap {
    display: block;
    border-top: 1px solid #ccc;
    border-left: none;
    margin: 0;
  }
}
.aboutTakeoutBottom .topAboutB .flexWrap .leftBox {
  position: relative;
  flex-basis: 28rem;
  margin-bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .aboutTakeoutBottom .topAboutB .flexWrap .leftBox {
    width: 100%;
    padding: 3rem 0;
  }
}
.aboutTakeoutBottom .topAboutB .flexWrap .leftBox .onlineBtnA {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 3.6rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .aboutTakeoutBottom .topAboutB .flexWrap .leftBox .onlineBtnA {
    margin-bottom: 0rem;
  }
}
.aboutTakeoutBottom .topAboutB .flexWrap .rightBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  border-left: 1px solid #ccc;
  padding-left: 4rem;
}
@media only screen and (max-width: 768px) {
  .aboutTakeoutBottom .topAboutB .flexWrap .rightBox {
    margin-top: 0rem;
    margin-left: 0rem;
    padding-left: 0;
    border-top: 1px solid #ccc;
    border-left: none;
  }
}
.aboutTakeoutBottom .topAboutB .flexWrap .rightBox .boxX {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.aboutTakeoutBottom .topAboutB .flexWrap .rightBox .boxX .inO._01 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .aboutTakeoutBottom .topAboutB .flexWrap .rightBox .boxX .inO._01 {
    margin-bottom: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.aboutSlideWrap .in_Wrap {
  position: relative;
  background: #fff3db;
  padding: 20rem 0rem 10rem 17rem;
}
@media only screen and (max-width: 768px) {
  .aboutSlideWrap .in_Wrap {
    width: 100%;
    padding: 6rem 6.25% 6rem;
    background: url(../img/about_takeout_bg.jpg) no-repeat center/cover;
  }
}
.aboutSlideWrap .bgDesign {
  position: absolute;
  top: 13rem;
  right: 0;
  width: calc(100% - 5rem);
}
@media only screen and (max-width: 768px) {
  .aboutSlideWrap .bgDesign {
    top: 4rem;
    width: 100%;
  }
}
.aboutSlideWrap .bgDesign .bgColor {
  width: 100%;
  height: 52rem;
  background: url(../img/about_takeout_bg.jpg) no-repeat center/cover;
}
@media only screen and (max-width: 768px) {
  .aboutSlideWrap .bgDesign .bgColor {
    width: 100%;
    height: 72rem;
  }
}
.aboutSlideWrap .flexWrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .aboutSlideWrap .flexWrap {
    display: block;
  }
}
.aboutSlideWrap .flexWrap .textBox {
  width: 25.14286vw;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .aboutSlideWrap .flexWrap .textBox {
    width: 100%;
    margin-bottom: 0rem;
    display: block;
  }
}
.aboutSlideWrap .flexWrap .textBox h3 {
  color: #333;
  display: block;
  font-size: 4rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  line-height: 5.5rem;
  letter-spacing: 0.1rem;
  writing-mode: vertical-rl;
  margin-right: 3rem;
  color: #eae3dc;
}
@media only screen and (max-width: 768px) {
  .aboutSlideWrap .flexWrap .textBox h3 {
    font-size: 3rem;
    line-height: 4.5rem;
    writing-mode: initial;
  }
}
.aboutSlideWrap .flexWrap .textBox p {
  color: #eae3dc;
  font-size: 1.4rem;
  line-height: 3.4rem;
  letter-spacing: 0.04em;
}
.aboutSlideWrap .flexWrap .imgBox {
  width: 60vw;
  margin-top: -22rem;
}
@media only screen and (max-width: 768px) {
  .aboutSlideWrap .flexWrap .imgBox {
    width: 100%;
    margin-top: 0;
  }
}
.aboutSlideWrap .flexWrap .imgBox ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .aboutSlideWrap .flexWrap .imgBox ul {
    display: block;
  }
}
.aboutSlideWrap .flexWrap .imgBox ul li {
  width: 32%;
  margin: 0 2rem;
}
@media only screen and (max-width: 768px) {
  .aboutSlideWrap .flexWrap .imgBox ul li {
    width: 100%;
  }
  .aboutSlideWrap .flexWrap .imgBox ul li:not(:first-child) {
    margin-top: 4rem;
  }
}
.aboutSlideWrap .flexWrap .imgBox ul li .imgSection a {
  display: block;
  background: #fff3db;
  text-align: center;
  padding-bottom: 4rem;
}
.aboutSlideWrap .flexWrap .imgBox ul li .imgSection a .imgBox_recommended {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
  transition: 0.6s;
  margin-bottom: 4rem;
}
.aboutSlideWrap .flexWrap .imgBox ul li .imgSection a .imgBox_recommended:before {
  content: "";
  display: block;
  padding-top: 73.5%;
}
.aboutSlideWrap .flexWrap .imgBox ul li .imgSection a .imgBox_recommended .recoImg {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 4s;
  background: url() center no-repeat #e5e5e5;
}
.aboutSlideWrap .flexWrap .imgBox ul li .imgSection a .imgBox_recommended .frame:before, .aboutSlideWrap .flexWrap .imgBox ul li .imgSection a .imgBox_recommended .frame:after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #009944;
  transition-property: width, height;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.aboutSlideWrap .flexWrap .imgBox ul li .imgSection a .imgBox_recommended .frame.primary:before {
  top: 0;
  left: 0;
  width: 0;
  height: 0.5rem;
}
.aboutSlideWrap .flexWrap .imgBox ul li .imgSection a .imgBox_recommended .frame.primary:after {
  top: 0;
  right: 0;
  width: 0.5rem;
  height: 0;
  transition-delay: 0.1s;
}
.aboutSlideWrap .flexWrap .imgBox ul li .imgSection a .imgBox_recommended .frame.secondary:before {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0.5rem;
}
.aboutSlideWrap .flexWrap .imgBox ul li .imgSection a .imgBox_recommended .frame.secondary:after {
  bottom: 0;
  left: 0;
  width: 0.5rem;
  height: 0;
  transition-delay: 0.1s;
}
.aboutSlideWrap .flexWrap .imgBox ul li .imgSection a .imgBox_recommended .icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5rem;
  height: 5rem;
  background-color: #009944;
}
.aboutSlideWrap .flexWrap .imgBox ul li .imgSection a .imgBox_recommended .icon:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  vertical-align: inherit;
  margin-top: inherit;
  margin-right: inherit;
  background-image: url(../img/ico_arrow_ini_01.svg);
}
.aboutSlideWrap .flexWrap .imgBox ul li .imgSection a h4 {
  color: #333;
  display: block;
  font-size: 2rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0;
  line-height: 100%;
  margin-bottom: 1.5rem;
}
.aboutSlideWrap .flexWrap .imgBox ul li .imgSection a p {
  font-size: 2rem;
  line-height: 2.4rem;
  letter-spacing: 0.04em;
}
.aboutSlideWrap .flexWrap .imgBox ul li .imgSection a:hover .imgBox_recommended .recoImg {
  transform: scale(1.05);
}
.aboutSlideWrap .flexWrap .imgBox ul li .imgSection a:hover .imgBox_recommended .frame:before {
  width: 100%;
}
.aboutSlideWrap .flexWrap .imgBox ul li .imgSection a:hover .imgBox_recommended .frame:after {
  height: 100%;
}

.slideAM .slick-prev {
  left: -22rem;
  width: 8rem;
  height: 8rem;
  top: 38rem !important;
  background-color: #fff;
  border: 1px solid #f5f3f0;
  transform: scaleX(-1);
  display: block !important;
}
.slideAM .slick-prev:hover {
  background: #eee;
}
.slideAM .slick-prev::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  vertical-align: inherit;
  margin-top: inherit;
  margin-right: inherit;
  background-image: url(../img/ico_direction_pri_01.svg);
}
.slideAM .slick-next {
  left: -12rem;
  width: 8rem;
  height: 8rem;
  top: 42rem !important;
  background-color: #fff;
  border: 1px solid #f5f3f0;
  display: block !important;
}
.slideAM .slick-next:hover {
  background: #eee;
}
.slideAM .slick-next:before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: calc(50% - 1rem);
  left: calc(50% - 1rem);
  vertical-align: inherit;
  margin-top: inherit;
  margin-right: inherit;
  background-image: url(../img/ico_direction_pri_01.svg);
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*=========================================================*/
/*	CONTACT*/
/*=========================================================*/
.newsTopWrap {
  background: #fff;
}

.contactFnaticWrap {
  background: #333;
  padding: 8rem 0;
}
@media only screen and (max-width: 768px) {
  .contactFnaticWrap {
    padding: 5rem 0;
  }
}
.contactFnaticWrap .contactFnatic01 {
  background: #ece7e1;
  padding: 5rem 6rem;
}
@media only screen and (max-width: 768px) {
  .contactFnaticWrap .contactFnatic01 {
    padding: 4rem 3rem;
  }
}
.contactFnaticWrap .contactFnatic01 .flexWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}
@media only screen and (max-width: 768px) {
  .contactFnaticWrap .contactFnatic01 .flexWrap {
    display: block;
  }
}
.contactFnaticWrap .contactFnatic01 .flexWrap .leftBox {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .contactFnaticWrap .contactFnatic01 .flexWrap .leftBox {
    width: 100%;
  }
}
.contactFnaticWrap .contactFnatic01 .flexWrap .rightBox {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .contactFnaticWrap .contactFnatic01 .flexWrap .rightBox {
    margin-top: 3rem;
    width: 100%;
  }
}
.contactFnaticWrap .contactFnatic01 .flexWrap .rightBox .inO {
  background-color: #dcd5cd;
  text-align: center;
  padding: 2rem 3rem;
}
.contactFnaticWrap .contactFnatic01 .flexWrap .rightBox .inO .ttl {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.contactFnaticWrap .contactFnatic01 .flexWrap .rightBox .inO ._phone {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 3rem;
  margin-bottom: 1rem;
}
.contactFnaticWrap .contactFnatic01 .flexWrap .rightBox .inO ._phone .fas {
  font-size: 2.4rem;
}
.contactFnaticWrap .contactFnatic01 .flexWrap .rightBox .inO ._phone span {
  display: inline-block;
  padding-right: 0.8rem;
}
.contactFnaticWrap .contactFnatic01 .flexWrap .rightBox .btnFnatic a {
  text-align: center;
  display: block;
  background: #c50018;
  color: #fff;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1.5rem 3rem;
}
.contactFnaticWrap .contactFnatic02 .ttlA {
  text-align: center;
  margin: 5rem 0 3rem;
  color: #fff;
  font-size: 3.6rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .contactFnaticWrap .contactFnatic02 .ttlA {
    margin: 5rem 0 3rem;
    font-size: 2.6rem;
  }
}
.contactFnaticWrap .contactFnatic02 .flexWrap {
  display: flex;
  justify-content: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .contactFnaticWrap .contactFnatic02 .flexWrap {
    display: block;
  }
}
.contactFnaticWrap .contactFnatic02 .flexWrap .boxboxA {
  text-align: center;
  width: 48%;
  background: #c7beb1;
  padding: 5rem 6rem;
}
@media only screen and (max-width: 768px) {
  .contactFnaticWrap .contactFnatic02 .flexWrap .boxboxA {
    width: 100%;
    padding: 4rem 3rem;
  }
  .contactFnaticWrap .contactFnatic02 .flexWrap .boxboxA:first-child {
    margin-bottom: 3rem;
  }
}
.contactFnaticWrap .contactFnatic02 .flexWrap .boxboxA .ttl {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .contactFnaticWrap .contactFnatic02 .flexWrap .boxboxA .ttl {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}
.contactFnaticWrap .contactFnatic02 .flexWrap .boxboxA ul {
  margin-top: 2rem;
}
.contactFnaticWrap .contactFnatic02 .flexWrap .boxboxA ul li {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2rem;
}
.contactFnaticWrap .contactFnatic02 .flexWrap .boxboxA ul li:not(:first-child) {
  margin-top: 2.5rem;
}
.contactFnaticWrap .contactFnatic02 .flexWrap .boxboxA dl {
  text-align: center;
  margin-top: 3rem;
}
.contactFnaticWrap .contactFnatic02 .flexWrap .boxboxA dl dt {
  background: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 2rem;
  margin-bottom: 2rem;
  display: inline;
  padding: 0.5rem 1rem;
}
.contactFnaticWrap .contactFnatic02 .flexWrap .boxboxA dl dd {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  text-align: center;
}

.contactZetaWrap {
  position: relative;
  background: #dcd8cf;
  margin-bottom: 12rem;
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  .contactZetaWrap {
    margin-bottom: 8rem;
    padding: 5rem 0;
  }
}
.contactZetaWrap .flexWrap {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .contactZetaWrap .flexWrap {
    display: block;
  }
}
.contactZetaWrap .flexWrap .ttlLeft {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .contactZetaWrap .flexWrap .ttlLeft {
    width: 100%;
  }
}
.contactZetaWrap .flexWrap .ttlLeft h2 {
  font-size: 3.6rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 1rem;
}
.contactZetaWrap .flexWrap .ttlLeft .sub {
  font-size: 1.6rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
}
.contactZetaWrap .flexWrap .textRight {
  width: 50%;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .contactZetaWrap .flexWrap .textRight {
    width: 100%;
  }
}

.contactBody {
  position: relative;
}
.contactBody .bgLogo {
  position: absolute;
  top: -5rem;
  right: 50%;
  transform: translate(80rem, 0px);
  width: 22rem;
}
@media only screen and (max-width: 768px) {
  .contactBody .bgLogo {
    display: none;
  }
}

/*=========================================================*/
/*	お問い合わせ*/
/*=========================================================*/
/*=========================================================*/
/*	新着情報*/
/*=========================================================*/
.sec_news ._newsText ._in {
  text-align: center;
}
.sec_news ._newsText .leftTitle {
  display: none;
}
.sec_news ._newsText .rightMain {
  width: 100%;
}

/*	NEWS
---------------------------------------------------------------*/
.news {
  width: 100%;
  position: relative;
}
.news .companyBox {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .news .companyBox {
    margin-top: 5rem;
  }
}

.news .newsOuter {
  position: relative;
  margin: 0 auto 0px;
}

.newsList {
  margin-top: 0px;
  margin-bottom: 12rem;
}
@media only screen and (max-width: 768px) {
  .newsList {
    margin-top: 0px;
    margin-bottom: 6rem;
  }
}

.news .newsOuter .title {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .news .newsOuter .title {
    margin-bottom: 15px;
  }
}

.news .newsOuter .title .eng02 {
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.24em;
}
@media only screen and (max-width: 768px) {
  .news .newsOuter .title .eng02 {
    font-size: 2.4rem;
    letter-spacing: 0.14em;
  }
}

.news .newsOuter ul {
  text-align: left;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .news .newsOuter ul {
    margin-bottom: 6rem;
  }
}

.news .newsOuter ul li:first-child {
  border-top: 1px dashed #b4b4b4;
}

.news .newsOuter ul li {
  border-bottom: 1px dashed #b4b4b4;
  padding: 3rem 3rem 3rem;
}
@media only screen and (max-width: 768px) {
  .news .newsOuter ul li {
    padding: 1.5rem 0%;
  }
}
.news .newsOuter ul li a {
  display: block;
}

.news .newsOuter ul li dl dt {
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0.06em;
  vertical-align: top;
  display: inline-block;
  padding-right: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .news .newsOuter ul li dl dt {
    margin-bottom: 0rem;
  }
}

.news .newsOuter ul li dl dd {
  width: 780px;
  vertical-align: middle;
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: 0.06em;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .news .newsOuter ul li dl dd {
    width: 100%;
    font-size: 1.6rem;
  }
}

.news .newsOuter ul li dl dd a {
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .news .newsOuter ul li dl dd a {
    font-size: 1.5rem;
  }
}

.news .newsOuter ul li dl dd a:hover {
  text-decoration: underline;
}

/*	詳細
---------------------------------------------------------------*/
.nDetail {
  padding-top: 0px;
  padding-bottom: 12rem;
}
@media only screen and (max-width: 768px) {
  .nDetail {
    padding-top: 0px;
    padding-bottom: 6rem;
  }
}
.nDetail .detailBox a {
  text-decoration: underline;
  color: #c50018;
}
.nDetail .detailBox a:hover {
  text-decoration: none;
}

.nDetail .newsInnerTop {
  margin: 0px auto 0px !important;
}

.newsDetail h2.mainT {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 4rem;
  padding-bottom: 1.5rem;
  text-align: left;
  border-bottom: 2px solid #c50018;
}
@media only screen and (max-width: 768px) {
  .newsDetail h2.mainT {
    font-size: 2rem;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
  }
}

.companyBox .inBtn {
  text-align: center;
}
.companyBox .inBtn a {
  background: #fff;
  color: #c50018;
  border: 1px solid #c50018;
  font-size: 1.4rem;
  font-family: arial;
  font-weight: bold;
  padding: 1.5rem 5rem;
  border-radius: 4rem;
  display: inline-block;
  transition: all 0.4s;
}
.companyBox .inBtn a:hover {
  opacity: 0.7;
}

.newsDetail .detailBox {
  text-align: left;
  min-height: 150px;
}
.newsDetail .detailBox ul {
  margin-left: 2rem;
}
.newsDetail .detailBox ul li {
  list-style-type: disc;
  margin-top: 1rem;
}
.newsDetail .detailBox ol {
  margin-left: 2rem;
}
.newsDetail .detailBox ol li {
  list-style-type: decimal;
  margin-top: 1rem;
}
.newsDetail .detailBox h2 {
  border-left: 4px solid #c50018;
  margin-top: 4rem;
  margin-bottom: 2rem;
  padding-left: 12px;
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .newsDetail .detailBox h2 {
    font-size: 2.2rem;
    margin-top: 3rem;
  }
}
.newsDetail .detailBox h3 {
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
  color: #c50018;
}
@media only screen and (max-width: 768px) {
  .newsDetail .detailBox h3 {
    font-size: 2.2rem;
  }
}

.newsDetail .btnA {
  margin-top: 6rem;
  text-align: center;
}
.newsDetail .btnA a {
  margin: 0 auto;
}

.newsDetail h3#mainTitle {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  letter-spacing: 0.04em;
  text-align: left;
  line-height: 1.4;
  border-bottom: 2px solid #c50018;
  background: none;
  color: #333;
  height: auto;
  text-align: left;
  display: block;
  margin-top: 5rem;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.newsDetail h3#mainTitle:before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .newsDetail h3#mainTitle {
    font-size: 1.8rem;
    margin-top: 0px;
    margin-bottom: 1.5rem;
  }
}

.newsDetail .days {
  text-align: left;
  margin-bottom: 1rem;
  color: #888;
  font-size: 1.5rem;
}

.newsDetail ul {
  margin-left: 2rem;
}

.newsDetail ul li {
  text-align: left;
  list-style-type: disc;
}

.newsDetail .detailBox {
  margin-bottom: 5rem;
}

.newsDetail .detailBox h3 {
  margin: 3rem 0 1rem 0;
}

.newsDetail .detailBox dt,
.newsDetail .detailBox dd,
.newsDetail .detailBox p,
.newsDetail .detailBox li {
  color: #333;
  font-size: 1.5rem;
  line-height: 3.2rem;
  letter-spacing: 0rem;
}

.btn_newsList a {
  margin-top: 1rem;
  display: inline-block;
  background-color: #c50018;
  vertical-align: top;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 1.5rem 10rem;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media only screen and (max-width: 768px) {
  .btn_newsList a {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
    font-size: 1.5rem;
  }
}
.btn_newsList a:hover {
  opacity: 0.8;
}

.newsDetail .btn a {
  width: auto;
  display: inline-block;
  padding-right: 100px;
  padding-left: 100px;
}
@media only screen and (max-width: 768px) {
  .newsDetail .btn a {
    padding-right: 0px;
    padding-left: 0px;
  }
}

/*=========================================================*/
/*	NEWS*/
/*=========================================================*/
.newsTopWrap {
  background: #fff;
}

.worksDetailWrap {
  position: relative;
  margin-top: 12rem;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 768px) {
  .worksDetailWrap {
    margin-top: 5rem;
    margin-bottom: 10rem;
    padding-bottom: 0;
  }
}

.newsOuter .newsMain {
  flex: 1;
}
.newsOuter .sideBarContents {
  width: 25rem;
  margin-left: 4rem;
}
@media only screen and (max-width: 768px) {
  .newsOuter .sideBarContents {
    width: 100%;
    margin-left: 0px;
    margin-top: 8rem;
  }
}
@media only screen and (max-width: 768px) {
  .newsOuter .sideBarContents .cateListA li a {
    font-size: 1.9rem;
    line-height: 3.2rem;
  }
}
.newsOuter .sideBarContents .side_section_Useful,
.newsOuter .sideBarContents .side_section_Archive {
  margin-bottom: 3rem;
}
.newsOuter .sideBarContents .side_section_Useful li,
.newsOuter .sideBarContents .side_section_Archive li {
  position: relative;
  border-top: none;
  border-bottom: 1px dashed #333;
  margin-bottom: 0px;
  padding: 1rem 2rem 1rem 3rem;
  text-align: left;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .newsOuter .sideBarContents .side_section_Useful li,
  .newsOuter .sideBarContents .side_section_Archive li {
    padding: 1.5rem 2rem 1.5rem 3rem;
    font-size: 1.6rem;
  }
}
.newsOuter .sideBarContents .side_section_Useful li:after,
.newsOuter .sideBarContents .side_section_Archive li:after {
  content: "";
  position: absolute;
  top: 2rem;
  left: 1.5rem;
  z-index: 2;
  width: 0;
  height: 0;
  border-left: 0.5rem solid #696969;
  border-top: 0.3rem solid transparent;
  border-bottom: 0.3rem solid transparent;
}
@media only screen and (max-width: 768px) {
  .newsOuter .sideBarContents .side_section_Useful li:after,
  .newsOuter .sideBarContents .side_section_Archive li:after {
    top: 2.5rem;
  }
}
.newsOuter .sideBarContents .side_section_Useful li a,
.newsOuter .sideBarContents .side_section_Archive li a {
  position: relative;
  display: block;
  line-height: 2.6rem;
}
.newsOuter .sideBarContents .side_section_Useful li a.aa,
.newsOuter .sideBarContents .side_section_Archive li a.aa {
  pointer-events: none;
}
.newsOuter .sideBarContents .side_section_Useful li a .days,
.newsOuter .sideBarContents .side_section_Archive li a .days {
  font-size: 1.4rem;
  color: #3f3a39;
}
@media only screen and (max-width: 768px) {
  .newsOuter .sideBarContents .side_section_Useful li a .days,
  .newsOuter .sideBarContents .side_section_Archive li a .days {
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
  }
}
.newsOuter .sideBarContents .side_section_Useful li a .sideTitle,
.newsOuter .sideBarContents .side_section_Archive li a .sideTitle {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .newsOuter .sideBarContents .side_section_Useful li a .sideTitle,
  .newsOuter .sideBarContents .side_section_Archive li a .sideTitle {
    font-size: 1.9rem;
    line-height: 3.2rem;
  }
}
.newsOuter .sideBarContents .side_section_Useful li:first-child,
.newsOuter .sideBarContents .side_section_Archive li:first-child {
  border-top: none;
  margin-top: 0px;
}
.newsOuter .sideBarContents .title {
  text-align: center;
  background: #f2f0f4;
  font-weight: bold;
  color: #333;
  margin-bottom: 0rem;
  padding: 0.5rem 0;
  font-size: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .newsOuter .sideBarContents .title {
    padding: 1.5rem 0;
    font-size: 2rem;
  }
}

.newsDetailMain .btnX a {
  margin: 0 auto;
}
.newsDetailMain .detailBox {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .newsDetailMain .detailBox {
    margin-bottom: 4rem;
  }
}
.newsDetailMain dl {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .newsDetailMain dl {
    font-size: 13px;
  }
}
.newsDetailMain dl dt {
  display: inline-block;
  margin-right: 15px;
}
.newsDetailMain dl dd {
  display: inline-block;
}
.newsDetailMain .days {
  text-align: left;
  margin-bottom: 0.05rem;
  color: #888;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .newsDetailMain .days {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    letter-spacing: 0.05rem;
  }
}
.newsDetailMain h1,
.newsDetailMain .h1 {
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 4rem;
  padding-bottom: 1.5rem;
  letter-spacing: 0.02rem;
  text-align: left;
  border-bottom: 0.02rem solid #3f3a39;
}
@media only screen and (max-width: 768px) {
  .newsDetailMain h1,
  .newsDetailMain .h1 {
    font-size: 2.4rem;
    margin-bottom: 3rem;
    padding-bottom: 1rem;
    line-height: 3.4rem;
  }
}
.newsDetailMain .detailBox {
  /*-----------------------------
          ギャラリー
          ------------------------------*/
  /** 自動で挿入される clearfix の余白解除 **/
}
.newsDetailMain .detailBox h2 {
  font-weight: bold;
  font-size: 2rem;
  line-height: 3.4rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding: 2rem;
  text-align: left;
  background: #3f3a39;
  border-bottom: none;
  color: #fff;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .newsDetailMain .detailBox h2 {
    font-size: 1.9rem;
    line-height: 3.4rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem 2rem;
  }
}
.newsDetailMain .detailBox h3 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.4rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding: 2rem;
  text-align: left;
  background: #f2f0f4;
  border-bottom: none;
  color: #3f3a39;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .newsDetailMain .detailBox h3 {
    font-size: 1.9rem;
    line-height: 3.4rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    padding: 1.5rem 2rem;
  }
}
.newsDetailMain .detailBox h4 {
  border-left: 4px solid #3f3a39;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3.4rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  padding: 0 0 0 1.4rem;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .newsDetailMain .detailBox h4 {
    font-size: 1.9rem;
    line-height: 3.4rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    padding: 0 0 0 1rem;
  }
}
.newsDetailMain .detailBox h5 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3.4rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .newsDetailMain .detailBox h5 {
    font-size: 1.9rem;
    line-height: 3.4rem;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
  }
}
.newsDetailMain .detailBox h6 {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .newsDetailMain .detailBox h6 {
    font-size: 1.8rem;
    line-height: 3.6rem;
    letter-spacing: 0.04em;
  }
}
.newsDetailMain .detailBox p {
  font-size: 1.7rem;
  line-height: 3rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .newsDetailMain .detailBox p {
    font-size: 1.9rem;
    line-height: 3.4rem;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
}
.newsDetailMain .detailBox ul {
  margin-left: 2rem;
}
@media only screen and (max-width: 768px) {
  .newsDetailMain .detailBox ul {
    margin-left: 2rem;
  }
}
.newsDetailMain .detailBox ul li {
  list-style-type: disc;
  font-size: 1.7rem;
  line-height: 3rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .newsDetailMain .detailBox ul li {
    font-size: 1.9rem;
    line-height: 3.4rem;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
}
.newsDetailMain .detailBox table {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  .newsDetailMain .detailBox table {
    font-size: 1.2rem;
    line-height: 1.9;
    letter-spacing: 0.04em;
  }
}
@media only screen and (max-width: 768px) {
  .newsDetailMain .detailBox iframe {
    width: 100%;
  }
}
.newsDetailMain .detailBox .gallery {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
}
.newsDetailMain .detailBox .gallery {
  /** ギャラリーを囲むボックス **/
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden;
}
.newsDetailMain .detailBox .gallery br {
  display: none;
}
.newsDetailMain .detailBox .gallery-item {
  /** 画像共通のスタイル **/
  float: left;
  margin-bottom: 0 !important;
}
.newsDetailMain .detailBox .gallery-icon {
  /** 画像を囲む dt のスタイル **/
  text-align: center;
}
.newsDetailMain .detailBox .gallery-icon img {
  width: 100%;
  height: auto;
  margin-bottom: 10px !important;
}
.newsDetailMain .detailBox .gallery-caption {
  /** キャプション **/
  color: #222;
  font-size: 1.4rem;
  margin: 0 0 1rem;
  text-align: center;
}
.newsDetailMain .detailBox .gallery-columns-1 .gallery-item {
  /** カラムなし **/
  width: 100%;
  margin-right: 0;
}
.newsDetailMain .detailBox .gallery-columns-2 .gallery-item {
  /** 2カラム **/
  width: 48%;
  margin: 0 1%;
}
.newsDetailMain .detailBox .gallery-columns-3 .gallery-item {
  /** 3カラム **/
  width: 31.33333%;
  margin: 0 1%;
}
.newsDetailMain .detailBox .gallery-columns-4 .gallery-item {
  /** 4カラム **/
  width: 23%;
  margin: 0 1%;
}
.newsDetailMain .detailBox .gallery-columns-5 .gallery-item {
  /** 5カラム **/
  width: 18%;
  margin: 0 1%;
}
@media screen and (max-width: 768px) {
  .newsDetailMain .detailBox {
    /* 640px以下用の記述 */
  }
  .newsDetailMain .detailBox .gallery-columns-3 .gallery-item,
  .newsDetailMain .detailBox .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%;
  }
  .newsDetailMain .detailBox .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%;
  }
}

.newsBodyMain .news_list {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .newsBodyMain .news_list {
    margin-bottom: 2rem;
  }
}
.newsBodyMain ul {
  text-align: left;
}
.newsBodyMain ul li {
  border-bottom: 1px solid #3f3a39;
  padding: 3rem 2rem;
}
@media only screen and (max-width: 768px) {
  .newsBodyMain ul li {
    padding: 3rem 0rem;
  }
}
.newsBodyMain ul li:first-child {
  border-top: 1px solid #3f3a39;
}
.newsBodyMain ul li dl dt {
  font-size: 1.6rem;
  color: #3f3a39;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .newsBodyMain ul li dl dt {
    font-size: 1.8rem;
  }
}
.newsBodyMain ul li dl dt a,
.newsBodyMain ul li dl dt .a {
  min-width: 11rem;
  display: inline-block;
  margin-left: 2rem;
  padding: 0.2rem 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #3f3a39;
  background: #3f3a39;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .newsBodyMain ul li dl dt a,
  .newsBodyMain ul li dl dt .a {
    margin-left: 1rem;
    font-size: 1.8rem;
  }
}
.newsBodyMain ul li dl dd {
  letter-spacing: 0.06em;
  width: 100%;
  vertical-align: middle;
  line-height: 2.4rem;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .newsBodyMain ul li dl dd {
    width: 100%;
    font-size: 1.9rem;
    line-height: 3.2rem;
    letter-spacing: 0.02em;
  }
}
.newsBodyMain ul li dl dd a,
.newsBodyMain ul li dl dd .a {
  pointer-events: none;
}
.newsBodyMain ul li dl dd a:hover,
.newsBodyMain ul li dl dd .a:hover {
  opacity: 0.8;
}

.h2normal {
  position: relative;
  text-align: center;
  font-size: 2.8rem;
  line-height: 3rem;
  font-weight: bold;
  margin-bottom: 4rem;
  padding: 3.5rem 0 4.5rem 0;
  border-bottom: 1px solid #e4e4e4;
}
.h2normal .squareObject {
  position: absolute;
  top: 0;
  left: 44%;
  transform: translate(-50%, 0px);
  background-color: rgba(237, 255, 59, 0.43);
  clip-path: polygon(0 0, 35% 0, 100% 100%, 65% 100%);
  display: block;
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
}
.h2normal .t {
  position: relative;
  z-index: 1;
  display: block;
}
.h2normal .t.ttLine {
  padding: 0rem 0 2rem 0;
}
.h2normal .t.ttLine::after {
  content: "";
  background: #3f3a39;
  width: 4rem;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.h2Center {
  text-align: center;
}

.h2big {
  position: relative;
  display: inline-block;
  text-align: center;
  font-size: 4.2rem;
  line-height: 5rem;
  font-weight: bold;
  margin-bottom: 4rem;
  padding: 0rem 0 2rem 0;
}
@media only screen and (max-width: 768px) {
  .h2big {
    font-size: 2.8rem;
    line-height: 3rem;
  }
}
.h2big::after {
  content: "";
  background: #3f3a39;
  width: 4rem;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.h2big .squareObject {
  position: absolute;
  top: 0;
  left: 0%;
  transform: translate(0%, 0px);
  background-color: rgba(237, 255, 59, 0.43);
  clip-path: polygon(0 0, 35% 0, 100% 100%, 65% 100%);
  display: block;
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
  display: none;
}
.h2big .t {
  position: relative;
  z-index: 1;
  display: block;
}

.secH2Main {
  text-align: center;
}
.secH2Main h2 {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 8.6rem;
  line-height: 8.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 1400px) {
  .secH2Main h2 {
    font-size: 7.2rem;
    line-height: 7.8rem;
    font-weight: bold;
  }
}
@media only screen and (max-width: 768px) {
  .secH2Main h2 {
    font-size: 5.8rem;
    line-height: 6rem;
  }
}

/*=========================================================*/
/*	TOP*/
/*=========================================================*/
.topNewsAWrap {
  padding: 12rem 0;
}
@media only screen and (max-width: 768px) {
  .topNewsAWrap {
    padding: 8rem 0;
  }
}
.topNewsAWrap ._in .inin .flexWrap {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .topNewsAWrap ._in .inin .flexWrap {
    display: block;
  }
}
.topNewsAWrap ._in .inin .flexWrap .leftBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding: 0 5rem 0 0rem;
}
@media only screen and (max-width: 768px) {
  .topNewsAWrap ._in .inin .flexWrap .leftBox {
    padding: 0 0rem 0 0rem;
  }
}
.topNewsAWrap ._in .inin .flexWrap .leftBox .ttlQ {
  position: relative;
}
.topNewsAWrap ._in .inin .flexWrap .leftBox .ttlQ .bgTextA {
  position: absolute;
  top: -5rem;
  left: 0%;
  z-index: -1;
  font-size: 14rem;
  font-weight: 400;
  line-height: 14rem;
  color: #eee;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
@media only screen and (max-width: 768px) {
  .topNewsAWrap ._in .inin .flexWrap .leftBox .ttlQ .bgTextA {
    font-size: 7vw;
    font-weight: 400;
    line-height: 7vw;
  }
}
.topNewsAWrap ._in .inin .flexWrap .leftBox .ttlQ .inTlj {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.topNewsAWrap ._in .inin .flexWrap .leftBox .ttlQ .inTlj .flexInWrap {
  font-size: 3.6rem;
  line-height: 5.8rem;
  font-weight: 700;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.2rem;
  color: #222;
}
@media only screen and (max-width: 768px) {
  .topNewsAWrap ._in .inin .flexWrap .leftBox .ttlQ .inTlj .flexInWrap {
    font-size: 2.6rem;
    line-height: 4.8rem;
  }
}
.topNewsAWrap ._in .inin .flexWrap .leftBox .ttlQ .inTlj .rightAABtn {
  margin-left: auto;
}
.topNewsAWrap ._in .inin .flexWrap .leftBox .ttlQ .inTlj .rightAABtn a {
  display: block;
  background-color: #c50018;
  color: #fff;
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 500;
  letter-spacing: 0rem;
  padding: 0.5rem 3rem;
}
.topNewsAWrap ._in .inin .flexWrap .leftBox .all_l_wrap_s {
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .topNewsAWrap ._in .inin .flexWrap .leftBox .all_l_wrap_s {
    margin-top: 3rem;
    margin-bottom: 8rem;
  }
}
.topNewsAWrap ._in .inin .flexWrap .leftBox ul {
  border-top: 1px solid #f3f3f3;
}
.topNewsAWrap ._in .inin .flexWrap .leftBox ul li {
  border-bottom: 1px solid #f3f3f3;
}
.topNewsAWrap ._in .inin .flexWrap .leftBox ul li a {
  width: 100%;
  padding: 25px 0;
  position: relative;
  display: flex;
  color: #262626;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .topNewsAWrap ._in .inin .flexWrap .leftBox ul li a {
    display: block;
    padding: 2rem 0;
  }
}
.topNewsAWrap ._in .inin .flexWrap .leftBox ul li a:before {
  content: "›";
  position: absolute;
  top: 2.6rem;
  right: 0;
  color: #000;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.6rem;
  line-height: 0.6;
}
@media only screen and (max-width: 768px) {
  .topNewsAWrap ._in .inin .flexWrap .leftBox ul li a:before {
    top: auto;
    bottom: 4.2rem;
  }
}
.topNewsAWrap ._in .inin .flexWrap .leftBox ul li a .top_news_item_header {
  width: 20rem;
}
@media only screen and (max-width: 768px) {
  .topNewsAWrap ._in .inin .flexWrap .leftBox ul li a .top_news_item_header {
    width: auto;
    margin-bottom: 1rem;
  }
}
.topNewsAWrap ._in .inin .flexWrap .leftBox ul li a .top_news_item_header .top_news_date {
  font-size: 1.3rem;
  font-weight: 700;
  color: #a4a4a4;
}
.topNewsAWrap ._in .inin .flexWrap .leftBox ul li a .top_news_item_header .top_news_tag,
.topNewsAWrap ._in .inin .flexWrap .leftBox ul li a .top_news_item_header .info {
  min-width: 10rem;
  display: inline-block;
  margin-left: 2rem;
  padding: 0.2rem 0;
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  background: #c50018;
}
@media only screen and (max-width: 768px) {
  .topNewsAWrap ._in .inin .flexWrap .leftBox ul li a .top_news_item_header .top_news_tag,
  .topNewsAWrap ._in .inin .flexWrap .leftBox ul li a .top_news_item_header .info {
    min-width: 13rem;
  }
}
.topNewsAWrap ._in .inin .flexWrap .leftBox ul li a .top_news_item_header .top_blog_tag,
.topNewsAWrap ._in .inin .flexWrap .leftBox ul li a .top_news_item_header .blog {
  min-width: 10rem;
  display: inline-block;
  margin-left: 2rem;
  padding: 0.2rem 0;
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
  background: #c50018;
}
@media only screen and (max-width: 768px) {
  .topNewsAWrap ._in .inin .flexWrap .leftBox ul li a .top_news_item_header .top_blog_tag,
  .topNewsAWrap ._in .inin .flexWrap .leftBox ul li a .top_news_item_header .blog {
    min-width: 13rem;
  }
}
.topNewsAWrap ._in .inin .flexWrap .leftBox ul li a .top_news_item_title {
  width: calc(100% - 200px);
  padding-right: 15px;
  padding-bottom: 0.1em;
  overflow: hidden;
  font-size: 1.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 768px) {
  .topNewsAWrap ._in .inin .flexWrap .leftBox ul li a .top_news_item_title {
    width: auto;
    font-size: 1.6rem;
  }
}
.topNewsAWrap ._in .inin .flexWrap .leftBox ul li a .top_news_item_title span {
  background: linear-gradient(#262626, #262626) no-repeat 100% 100%;
  background-size: 0 1px;
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.topNewsAWrap ._in .inin .flexWrap .leftBox ul li a:hover .top_news_item_title span {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.topNewsAWrap ._in .inin .flexWrap .rightBox {
  position: relative;
  flex-basis: 52rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .topNewsAWrap ._in .inin .flexWrap .rightBox {
    margin-bottom: 0rem;
  }
}
.topNewsAWrap ._in .inin .flexWrap .rightBox .ininin .inB {
  position: relative;
  border: 2px solid #c50018;
  padding: 4rem 4rem;
}
.topNewsAWrap ._in .inin .flexWrap .rightBox .ininin .inB .onclip {
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 5rem;
  margin: 0 auto;
}
.topNewsAWrap ._in .inin .flexWrap .rightBox .ininin .inB .ttlE {
  text-align: center;
  font-family: source-han-serif-japanese, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 3rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
.topNewsAWrap ._in .inin .flexWrap .rightBox .ininin .inB .rightTimeschejule {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .topNewsAWrap ._in .inin .flexWrap .rightBox .ininin .inB .rightTimeschejule {
    padding: 0 0rem 0 0rem;
  }
}
.topNewsAWrap ._in .inin .flexWrap .rightBox .ininin .inB .rightTimeschejule .chejule .footerTime table {
  width: 100%;
  color: #333;
  text-align: center;
  font-size: 13px;
}
.topNewsAWrap ._in .inin .flexWrap .rightBox .ininin .inB .rightTimeschejule .chejule .footerTime table tr td,
.topNewsAWrap ._in .inin .flexWrap .rightBox .ininin .inB .rightTimeschejule .chejule .footerTime table tr th {
  text-align: center;
  border: 1px solid #d9d9d9;
  border-right: none;
  border-left: none;
  padding: 10px 8px;
  width: 6rem;
}
@media only screen and (max-width: 768px) {
  .topNewsAWrap ._in .inin .flexWrap .rightBox .ininin .inB .rightTimeschejule .chejule .footerTime table tr td,
  .topNewsAWrap ._in .inin .flexWrap .rightBox .ininin .inB .rightTimeschejule .chejule .footerTime table tr th {
    font-size: 3.25vw;
    white-space: nowrap;
    padding: 1.8vw 0;
  }
}
.topNewsAWrap ._in .inin .flexWrap .rightBox .ininin .inB .rightTimeschejule .chejule .footerTime table tr td .fs9,
.topNewsAWrap ._in .inin .flexWrap .rightBox .ininin .inB .rightTimeschejule .chejule .footerTime table tr th .fs9 {
  font-size: 0.9rem;
  color: initial;
  color: #333;
}
.topNewsAWrap ._in .inin .flexWrap .rightBox .ininin .inB .rightTimeschejule .chejule .footerTime table tr th {
  background-color: #f1e743;
  font-weight: bold;
}
.topNewsAWrap ._in .inin .flexWrap .rightBox .ininin .inB .rightTimeschejule .chejule .footerTime table tr th:first-child {
  width: 16rem;
}
.topNewsAWrap ._in .inin .flexWrap .rightBox .ininin .inB .rightTimeschejule .chejule .footerTime .hospitalTime {
  background: #f6f6f6;
  margin-top: 2rem;
  padding: 2rem;
}
.topNewsAWrap ._in .inin .flexWrap .rightBox .ininin .inB .rightTimeschejule .chejule .footerTime .hospitalTime .ss {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #3f3a39;
  margin-right: 0.5rem;
}
.topNewsAWrap ._in .inin .flexWrap .rightBox .aaa {
  margin-bottom: 1rem;
}

.topWrap05 .btn_eXtendWhite a {
  display: inline-block;
  position: relative;
  font-size: 2rem;
  padding-top: 0.5rem;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .topWrap05 .btn_eXtendWhite a {
    font-size: 1.5rem;
    padding-top: 1.2rem;
  }
}
.topWrap05 .btn_eXtendWhite a:before {
  position: absolute;
  z-index: 2;
  display: block;
  content: "";
  right: -42px;
  top: 16px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  transition: all 0.12s ease-in 0s;
}

@media only screen and (max-width: 768px) {
  .topWrap05 .btn_eXtendWhite a:before {
    position: absolute;
    z-index: 2;
    display: block;
    content: "";
    right: -34px;
    top: 17px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    transition: all 0.12s ease-in 0s;
  }
}
.topWrap05 .btn_eXtendWhite a:after {
  position: absolute;
  z-index: 1;
  display: block;
  content: "";
  top: -2px;
  right: -62px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition: all 0.12s ease-in 0s;
}

@media only screen and (max-width: 768px) {
  .topWrap05 .btn_eXtendWhite a:after {
    position: absolute;
    z-index: 1;
    display: block;
    content: "";
    top: 4px;
    right: -48px;
    width: 33px;
    height: 33px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: all 0.12s ease-in 0s;
  }
}
.topWrap05 .btn_eXtendWhite a:hover {
  color: #000;
}

.topWrap05 .btn_eXtendWhite a:hover:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.topWrap05 .btn_eXtendWhite a:hover:after {
  border: 1px solid #000;
  background: #000;
}

.topWrap05 .btn_eXtendWhite a:hover.greenBtn {
  color: #886528;
}

.topWrap05 .btn_eXtendWhite a:hover.greenBtn:after {
  border: 1px solid #886528;
  background: #886528;
}

.topWrap05 .btn_eXtendWhite a:hover.redBtn {
  color: #fff;
}

.topWrap05 .btn_eXtendWhite a:hover.redBtn:after {
  border: 1px solid #c50018;
  background: #c50018;
}

.topWrap05 ._in {
  background: #c50018;
}
@media only screen and (max-width: 768px) {
  .topWrap05 ._in {
    padding-bottom: 6rem;
  }
}

.topWrap05 ._in .c01 .flexWrap {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
  margin-left: 10vw;
}

@media only screen and (max-width: 768px) {
  .topWrap05 ._in .c01 .flexWrap {
    display: block;
    margin-left: 6.25%;
    margin-right: 6.25%;
    padding-top: 6rem;
  }
}
.topWrap05 ._in .c01 .flexWrap .leftBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding: 10rem 2rem 4rem 0;
}

@media only screen and (max-width: 768px) {
  .topWrap05 ._in .c01 .flexWrap .leftBox {
    padding: 0 0rem 0 0rem;
  }
}
.topWrap05 ._in .c01 .flexWrap .leftBox .inLeftBox {
  color: #fff;
}

.topWrap05 ._in .c01 .flexWrap .leftBox .inLeftBox .d01 {
  margin-bottom: 6rem;
}

@media only screen and (max-width: 768px) {
  .topWrap05 ._in .c01 .flexWrap .leftBox .inLeftBox .d01 {
    margin-bottom: 4rem;
  }
}
.topWrap05 ._in .c01 .flexWrap .leftBox .inLeftBox .d01 h2 {
  display: inline-block;
  font-size: 10.6rem;
  line-height: 11rem;
  font-weight: 800;
  letter-spacing: 0.8rem;
  color: #fff;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .topWrap05 ._in .c01 .flexWrap .leftBox .inLeftBox .d01 h2 {
    margin: 0.5rem 0;
    padding: 0.5rem 2rem;
    display: inline-block;
    font-size: 8.2rem;
    line-height: 9rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
  }
}
.topWrap05 ._in .c01 .flexWrap .leftBox .inLeftBox .d01 .sub {
  position: relative;
  padding-left: 7rem;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 4rem;
  letter-spacing: 0rem;
}

@media only screen and (max-width: 768px) {
  .topWrap05 ._in .c01 .flexWrap .leftBox .inLeftBox .d01 .sub {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.topWrap05 ._in .c01 .flexWrap .leftBox .inLeftBox .d01 .sub::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 5rem;
  height: 1px;
  background: #fff;
}

.topWrap05 ._in .c01 .flexWrap .leftBox .inLeftBox .d02 .f01 {
  margin-bottom: 5rem;
}

.topWrap05 ._in .c01 .flexWrap .leftBox .inLeftBox .d02 .f01 span {
  display: inline-block;
  background: #fff;
  padding: 1rem 1rem;
  color: #c50018;
  font-size: 4.4rem;
  font-weight: 800;
  line-height: 5rem;
  letter-spacing: 0.4rem;
  margin: 0.4rem 0;
  font-feature-settings: "palt";
}

@media only screen and (max-width: 768px) {
  .topWrap05 ._in .c01 .flexWrap .leftBox .inLeftBox .d02 .f01 span {
    font-size: 2.8rem;
    line-height: 3rem;
  }
}
.topWrap05 ._in .c01 .flexWrap .leftBox .inLeftBox .d02 .ttt {
  margin-bottom: 6rem;
}

@media only screen and (max-width: 768px) {
  .topWrap05 ._in .c01 .flexWrap .leftBox .inLeftBox .d02 .ttt {
    margin-bottom: 4rem;
  }
}
.topWrap05 ._in .c01 .flexWrap .rightBox {
  position: relative;
  flex-basis: 52%;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .topWrap05 ._in .c01 .flexWrap .rightBox {
    margin-top: 7rem;
  }
}
.topWrap05 ._in .c01 .flexWrap .rightBox .inRightBox {
  overflow: hidden;
}

.topWrap05 ._in .c01 .flexWrap .rightBox .inRightBox .movieZ video {
  width: 130%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  .topWrap05 ._in .c01 .flexWrap .rightBox .inRightBox .movieZ video {
    width: 100%;
  }
}
.topWrap06 ._in {
  position: relative;
}

.topWrap06 ._in .movieIn {
  position: relative;
  width: 100%;
  height: auto;
  height: 72rem;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .topWrap06 ._in .movieIn {
    height: 32rem;
  }
}
.topWrap06 ._in .movieIn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #232323 25%, transparent 25%, transparent 75%, #232323 75%), linear-gradient(45deg, #232323 25%, transparent 25%, transparent 75%, #232323 75%);
  background-size: 2px 2px;
  background-position: 0 0, 1px 1px;
  z-index: 1;
  opacity: 0.7;
}

.topWrap06 ._in .movieIn .underBgn {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
}

.topWrap06 ._in .mainTopTop {
  position: absolute;
  bottom: 0;
  left: 0%;
  z-index: 2;
  transform: translate(0%, 0);
  width: 100%;
  overflow: hidden;
}

.topWrap06 ._in .mainTopTop .flexWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}

.topWrap06 ._in .mainTopTop .flexWrap .leftBox {
  color: #fff;
}

.topWrap06 ._in .mainTopTop .flexWrap .leftBox .inLeft .sub {
  position: relative;
  padding-left: 7rem;
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 4rem;
  letter-spacing: 0rem;
}

@media only screen and (max-width: 768px) {
  .topWrap06 ._in .mainTopTop .flexWrap .leftBox .inLeft .sub {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.topWrap06 ._in .mainTopTop .flexWrap .leftBox .inLeft .sub::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 5rem;
  height: 2px;
  background: #fff;
}

.topWrap06 ._in .mainTopTop .flexWrap .leftBox .inLeft h2 {
  display: inline-block;
  font-size: 11.6rem;
  line-height: 11rem;
  font-weight: 800;
  letter-spacing: 0.8rem;
  color: #fff;
  margin-top: 2rem;
}

@media only screen and (max-width: 768px) {
  .topWrap06 ._in .mainTopTop .flexWrap .leftBox .inLeft h2 {
    margin: 0.5rem 0;
    padding: 0.5rem 2rem;
    display: inline-block;
    font-size: 3.2rem;
    line-height: 4rem;
    font-weight: 700;
    letter-spacing: 0.4rem;
  }
}
.topWrap06 ._in .mainTopTop .flexWrap .rightBox .inRight a {
  display: block;
}
.topWrap06 ._in .mainTopTop .flexWrap .rightBox .inRight a:hover dl dt {
  color: #f1e743;
}
.topWrap06 ._in .mainTopTop .flexWrap .rightBox .inRight a:hover dl dd span {
  background-color: #c50018;
}
.topWrap06 ._in .mainTopTop .flexWrap .rightBox .inRight a:hover dl dd span i {
  color: #fff;
}

.topWrap06 ._in .mainTopTop .flexWrap .rightBox .inRight a dl {
  display: flex;
  justify-content: center;
  align-items: center;
}

.topWrap06 ._in .mainTopTop .flexWrap .rightBox .inRight a dl dt {
  color: #fff;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 4rem;
  letter-spacing: 0rem;
  margin-right: 3rem;
  transition-duration: 0.4s;
}

@media only screen and (max-width: 768px) {
  .topWrap06 ._in .mainTopTop .flexWrap .rightBox .inRight a dl dt {
    font-size: 1.8rem;
    line-height: 3rem;
    margin-right: 1rem;
  }
}
.topWrap06 ._in .mainTopTop .flexWrap .rightBox .inRight a dl dd span {
  display: inline-block;
  width: 12rem;
  height: 12rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transform: rotate(-45deg);
  transition-duration: 0.4s;
}

@media only screen and (max-width: 768px) {
  .topWrap06 ._in .mainTopTop .flexWrap .rightBox .inRight a dl dd span {
    width: 8rem;
    height: 8rem;
  }
}
.topWrap06 ._in .mainTopTop .flexWrap .rightBox .inRight a dl dd span i {
  color: #c50018;
  font-size: 3.8rem;
  transition-duration: 0.4s;
}

@media only screen and (max-width: 768px) {
  .topWrap06 ._in .mainTopTop .flexWrap .rightBox .inRight a dl dd span i {
    font-size: 2.8rem;
  }
}
.topWrap06 ._in .mainTopTop a {
  display: block;
}

.topWrap03 {
  padding: 12rem 0;
  background: #f6f6f6;
}

@media only screen and (max-width: 768px) {
  .topWrap03 {
    padding: 8rem 0;
  }
}
.topWrap03 .inin .c01 {
  text-align: center;
}

.topWrap03 .inin .c01 h2 {
  font-size: 8rem;
  font-weight: 400;
  line-height: 10rem;
  color: #333;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 768px) {
  .topWrap03 .inin .c01 h2 {
    font-size: 7vw;
    font-weight: 400;
    line-height: 7vw;
  }
}
.topWrap03 .inin .c02 {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 7rem 0;
}

.topWrap03 .inin .c02 .flexWrap {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .topWrap03 .inin .c02 .flexWrap {
    display: block;
  }
}
.topWrap03 .inin .c02 .flexWrap .bgImgimg {
  position: relative;
  flex-basis: 42rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .topWrap03 .inin .c02 .flexWrap .bgImgimg {
    margin-bottom: 4rem;
  }
}
.topWrap03 .inin .c02 .flexWrap .bgImgimg .imgA {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.4s;
}

.topWrap03 .inin .c02 .flexWrap .bgImgimg .imgB {
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 2;
  transform: translate(0%, 0);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s;
}

.topWrap03 .inin .c02 .flexWrap._contentsA_hover .bgImgimg .imgA {
  opacity: 1;
}

.topWrap03 .inin .c02 .flexWrap._contentsA_hover .flexBox .contentsAAA .ininin {
  color: #c50018;
}

.topWrap03 .inin .c02 .flexWrap._contentsB_hover .bgImgimg .imgB {
  opacity: 1;
}

.topWrap03 .inin .c02 .flexWrap._contentsB_hover .flexBox .contentsBBB .ininin {
  color: #c50018;
}

.topWrap03 .inin .c02 .flexWrap .rightBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding-left: 8rem;
}

@media only screen and (max-width: 768px) {
  .topWrap03 .inin .c02 .flexWrap .rightBox {
    padding: 0 0rem 0 0rem;
  }
}
.topWrap03 .inin .c02 .flexWrap .rightBox .flexBox:first-child {
  border-bottom: 1px solid #333;
  margin-bottom: 7rem;
  padding: 0 0 7rem 0;
}

.topWrap03 .inin .c02 .flexWrap .rightBox .flexBox a {
  position: relative;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .topWrap03 .inin .c02 .flexWrap .rightBox .flexBox a {
    display: block;
  }
}
.topWrap03 .inin .c02 .flexWrap .rightBox .flexBox a .ininin {
  transition: all 0.4s;
}

@media only screen and (max-width: 768px) {
  .topWrap03 .inin .c02 .flexWrap .rightBox .flexBox a .ininin {
    margin-bottom: 2rem;
  }
}
.topWrap03 .inin .c02 .flexWrap .rightBox .flexBox a .ininin dl {
  display: flex;
  align-items: flex-end;
  margin-bottom: 3rem;
}

.topWrap03 .inin .c02 .flexWrap .rightBox .flexBox a .ininin dl dt {
  display: flex;
  align-items: center;
  margin-right: 3rem;
}

.topWrap03 .inin .c02 .flexWrap .rightBox .flexBox a .ininin dl dt span {
  display: inline-block;
}

.topWrap03 .inin .c02 .flexWrap .rightBox .flexBox a .ininin dl dt span.d01 {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 4rem;
  letter-spacing: 0rem;
  margin-right: 2rem;
}

@media only screen and (max-width: 768px) {
  .topWrap03 .inin .c02 .flexWrap .rightBox .flexBox a .ininin dl dt span.d01 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.topWrap03 .inin .c02 .flexWrap .rightBox .flexBox a .ininin dl dt span.d02 {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3.4rem;
  font-weight: 800;
  line-height: 5rem;
  letter-spacing: 0rem;
}

@media only screen and (max-width: 768px) {
  .topWrap03 .inin .c02 .flexWrap .rightBox .flexBox a .ininin dl dt span.d02 {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.topWrap03 .inin .c02 .flexWrap .rightBox .flexBox a .ininin dl dd {
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 3rem;
  letter-spacing: 0rem;
  color: #c50018;
}

@media only screen and (max-width: 768px) {
  .topWrap03 .inin .c02 .flexWrap .rightBox .flexBox a .ininin dl dd {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.topWrap03 .inin .c02 .flexWrap .rightBox .flexBox a .rightBtn {
  margin-left: auto;
}

.topWrap03 .inin .c02 .flexWrap .rightBox .flexBox a .rightBtn div span {
  display: inline-block;
  background-color: #c50018;
  color: #fff;
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 500;
  letter-spacing: 0rem;
  margin: 0 auto;
  padding: 1rem 3rem;
  border-radius: 10rem;
}

.btnArrowBoxColor .a {
  position: relative;
  display: block;
  font-size: 1.4rem;
  padding: 2rem 1rem;
  width: 25rem;
  max-width: 30rem;
  color: #ad2822;
  transition: all 0.6s 0s;
  background: linear-gradient(#ad2822, #ad2822) no-repeat 100% 100%;
  background-size: 0 2px;
  transition: background-size 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-position: 0 100%;
  background-size: 100% 2px;
}

@media only screen and (max-width: 768px) {
  .btnArrowBoxColor .a {
    font-size: 1.6rem;
    width: 90%;
    max-width: 90%;
  }
}
.btnArrowBoxColor .a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(0, -50%);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: solid 1px;
}

.btnArrowBoxColor .a .circle {
  position: absolute;
  top: 48%;
  right: 2rem;
  transform: translate(0, -50%);
  transition: all 0.5s 0s;
}

.btnArrowBoxColor .a .circle svg {
  fill: #ad2822;
}

.topWrap04 {
  position: relative;
  padding: 12rem 0;
}

@media only screen and (max-width: 768px) {
  .topWrap04 {
    padding: 8rem 0;
  }
}
.topWrap04::before {
  content: "";
  background: #c50018;
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 40rem;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .topWrap04::before {
    height: 0;
  }
}
.topWrap04 ._in .inin .flexWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.topWrap04 ._in .inin .flexWrap .flexBox {
  width: 48%;
}

.topWrap04 ._in .inin .flexWrap .flexBox:first-child {
  margin-top: 5rem;
}

@media only screen and (max-width: 768px) {
  .topWrap04 ._in .inin .flexWrap .flexBox {
    width: 100%;
  }
  .topWrap04 ._in .inin .flexWrap .flexBox:first-child {
    margin-top: 0rem;
  }
  .topWrap04 ._in .inin .flexWrap .flexBox:last-child {
    margin-top: 6rem;
  }
}
.topWrap04 ._in .inin .flexWrap .flexBox a {
  display: block;
}

.topWrap04 ._in .inin .flexWrap .flexBox a .imgBox {
  margin-bottom: 3rem;
}

.topWrap04 ._in .inin .flexWrap .flexBox a .imgBox img {
  border-radius: 3rem;
}

.topWrap04 ._in .inin .flexWrap .flexBox a .textBox .inFlex {
  display: flex;
  align-items: center;
}

.topWrap04 ._in .inin .flexWrap .flexBox a .textBox .inFlex .inFlexLeft dl dt {
  font-size: 3rem;
  font-weight: 800;
  line-height: 4rem;
  letter-spacing: 0rem;
  margin-bottom: 1rem;
  color: #c50018;
}

@media only screen and (max-width: 768px) {
  .topWrap04 ._in .inin .flexWrap .flexBox a .textBox .inFlex .inFlexLeft dl dt {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.topWrap04 ._in .inin .flexWrap .flexBox a .textBox .inFlex .inFlexLeft dl dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
}

.topWrap04 ._in .inin .flexWrap .flexBox a .textBox .inFlex .inFlexRight {
  margin-left: auto;
  width: 40%;
}

.topWrap04 ._in .inin .flexWrap .flexBox a:hover .btnArrowBoxColor .a {
  background-position: 100% 100%;
  background-size: 0% 2px;
}

.top06Wrap {
  position: relative;
  padding: 8rem 0;
}

.top06Wrap .onTextA {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  content: counter(minutes, decimal-leading-zero);
  font-weight: 700;
  font-style: normal;
  font-size: 15rem;
  line-height: 1;
}

@media only screen and (max-width: 768px) {
  .top06Wrap .onTextA {
    font-size: 5rem;
  }
}
.top06Wrap .slideAnimationWrap02 .slideTopB {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.top06Wrap .slideAnimationWrap02 .slideTopB .slideshow {
  display: flex;
  gap: 1.5rem;
  margin-right: 1.5rem;
  animation: loop-slide 130s infinite linear 1s both;
}

@media only screen and (max-width: 768px) {
  .top06Wrap .slideAnimationWrap02 .slideTopB .slideshow {
    animation: loop-slide 180s infinite linear 1s both;
  }
}
.top06Wrap .slideAnimationWrap02 .slideTopB .slideshow li {
  width: 42rem;
  aspect-ratio: 2485/1398;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .top06Wrap .slideAnimationWrap02 .slideTopB .slideshow li {
    width: 25rem;
  }
}

.top06Wrap .slideAnimationWrap02 .slideTopB .slideshow li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.top06Wrap .slideAnimationWrap03 {
  margin-top: 1.5rem;
}

.top06Wrap .slideAnimationWrap03 .slideTopB {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.top06Wrap .slideAnimationWrap03 .slideTopB .slideshow {
  display: flex;
  gap: 1.5rem;
  margin-right: 1.5rem;
  animation: loop-slide02 130s infinite linear 1s both;
}

@media only screen and (max-width: 768px) {
  .top06Wrap .slideAnimationWrap03 .slideTopB .slideshow {
    animation: loop-slide02 180s infinite linear 1s both;
  }
}
.top06Wrap .slideAnimationWrap03 .slideTopB .slideshow li {
  width: 42rem;
  aspect-ratio: 2485/1398;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .top06Wrap .slideAnimationWrap03 .slideTopB .slideshow li {
    width: 25rem;
  }
}

.top06Wrap .slideAnimationWrap03 .slideTopB .slideshow li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes loop-slide02 {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
footer {
  position: relative;
  margin-top: 0rem;
  overflow: hidden;
}

footer .inFooter {
  padding: 10rem 0 5rem 0;
  position: relative;
  z-index: 10;
  width: calc(100% + 0px);
  border-radius: 14rem 14rem 0 0;
  background: #c50018;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  footer .inFooter {
    padding: 5rem 0 5rem;
    background-size: cover;
  }
}
footer .inFooter #page_top {
  position: absolute;
  top: 7rem;
  right: 4%;
  transform: translate(0%, 0);
}

@media only screen and (max-width: 768px) {
  footer .inFooter #page_top {
    top: 11rem;
  }
}
footer .inFooter #page_top a {
  display: block;
  width: 12rem;
}

@media only screen and (max-width: 768px) {
  footer .inFooter #page_top a {
    display: block;
    width: 9rem;
  }
}
footer .inFooter #page_top a::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  width: 1rem;
  height: 1rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 1;
}

footer .inFooter #page_top a span {
  animation: rotation 20s linear infinite;
  width: 100%;
  display: inline-block;
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
footer .inFooter .c02 {
  margin-top: 7rem;
}
@media only screen and (max-width: 768px) {
  footer .inFooter .c02 .inin {
    margin-bottom: 6rem;
  }
}

footer .inFooter .c02 .inin dl dt {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  footer .inFooter .c02 .inin dl dt {
    text-align: center;
  }
}

footer .inFooter .c02 .inin dl dt a {
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2.6rem;
}

footer .inFooter .c02 .inin dl dd {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  footer .inFooter .c02 .inin dl dd {
    flex-direction: column;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  footer .inFooter .c02 .inin dl dd ul:not(:first-of-type) {
    margin-bottom: 1.5rem;
  }
}

footer .inFooter .c02 .inin dl dd ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}

footer .inFooter .c02 .inin dl dd ul li a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.6rem;
}
@media only screen and (min-width: 769px) {
  footer .inFooter .c02 .inin dl dd ul li a {
    padding-left: 1.5rem;
  }
}

@media only screen and (min-width: 769px) {
  footer .inFooter .c02 .inin dl dd ul li a::before {
    content: "";
    background: #fff;
    position: absolute;
    top: 1rem;
    left: 0rem;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
  }
}

footer .inFooter .c03 .inin {
  border-top: 1px solid #ddd;
  margin-top: 4rem;
  padding-top: 4rem;
}

footer .inFooter .c03 .inin .flexWrap {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  footer .inFooter .c03 .inin .flexWrap {
    display: block;
  }
}
footer .inFooter .c03 .inin .flexWrap .leftBox {
  position: relative;
  flex-basis: 50%;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  footer .inFooter .c03 .inin .flexWrap .leftBox {
    margin-bottom: 1em;
  }
}
footer .inFooter .c03 .inin .flexWrap .leftBox .inFlexWrap {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  footer .inFooter .c03 .inin .flexWrap .leftBox .inFlexWrap {
    display: block;
  }
}
footer .inFooter .c03 .inin .flexWrap .leftBox .inFlexWrap .footerLogo a {
  display: block;
  width: 30rem;
}

@media only screen and (max-width: 768px) {
  footer .inFooter .c03 .inin .flexWrap .leftBox .inFlexWrap .footerLogo a {
    margin: 0 auto 4rem;
  }
}
footer .inFooter .c03 .inin .flexWrap .leftBox .inFlexWrap .footerAdd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  color: #fff;
  margin-left: 8rem;
}
@media only screen and (max-width: 768px) {
  footer .inFooter .c03 .inin .flexWrap .leftBox .inFlexWrap .footerAdd {
    text-align: center;
    margin-left: 0;
    line-height: 2;
  }
}

footer .inFooter .c03 .inin .flexWrap .rightBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  margin-left: auto;
}

@media only screen and (max-width: 768px) {
  footer .inFooter .c03 .inin .flexWrap .rightBox {
    padding: 0 0rem 0 0rem;
  }
}
footer .inFooter .c03 .inin .flexWrap .rightBox .inRightFlexWrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  footer .inFooter .c03 .inin .flexWrap .rightBox .inRightFlexWrap {
    flex-direction: column;
    gap: 1em;
  }
}

@media only screen and (min-width: 769px) {
  footer .inFooter .c03 .inin .flexWrap .rightBox .inRightFlexWrap .inP {
    margin-right: 2rem;
  }
}

footer .inFooter .c03 .inin .flexWrap .rightBox .inRightFlexWrap .inP a {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.6rem;
}

footer .inFooter .c03 .inin .flexWrap .rightBox .inRightFlexWrap .footerSNS .list1 {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

footer .inFooter .c03 .inin .flexWrap .rightBox .inRightFlexWrap .footerSNS .list1 .c1 a {
  font-weight: 500;
  line-height: 2.6rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .inFooter .c03 .inin .flexWrap .rightBox .inRightFlexWrap .footerSNS .list1 .c1 a span {
  font-size: 2rem !important;
}

footer .inFooter .copy {
  margin-top: 5rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
}

/*=========================================================*/
/*	mainvisual*/
/*=========================================================*/
#mainvisual {
  z-index: 0;
  padding-top: 10rem;
}
@media only screen and (max-width: 768px) {
  #mainvisual {
    z-index: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  #mainvisual:after {
    display: none;
  }
}

#background {
  position: relative;
  padding-bottom: 8rem;
  max-height: 92vh;
}
#background::before {
  content: "";
  background: #ad2223;
  width: 90%;
  height: 75%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #background::before {
    bottom: -3rem;
  }
}
#background #mainvisualImg {
  position: relative;
  z-index: 2;
  background: url(../img/poster.jpg) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  transition: all 1.8s;
}
@media only screen and (max-width: 768px) {
  #background #movieMain div#svg-animation {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #background #movieMain div#svg-animation:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: transparent none repeat 0 0;
  }
}
#background #movieMain div#svg-animation #js_video {
  width: 100%;
  height: auto;
  position: static;
  left: auto;
  width: 100%;
  height: auto;
  vertical-align: top;
  transform: none;
}
@media only screen and (max-width: 768px) {
  #background #movieMain div#svg-animation #js_video {
    position: relative;
    top: 0px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100vw;
    height: 90vh;
  }
}
#background .bgSlideTop00 {
  background: #000;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #background .bgSlideTop00 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: calc(100% - 0px);
    min-height: 80vh;
  }
}
#background .bgSlideTop {
  background: #000;
  position: relative;
  z-index: 2;
  top: 0;
  left: 0;
  width: calc(100% - 28rem);
  height: auto;
  max-height: 100vh;
  overflow: hidden;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  #background .bgSlideTop {
    position: relative;
    overflow: hidden;
    width: calc(100% - 0px);
    height: 90vh;
    min-height: 80vh;
  }
}
#background .bgSlideTop:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #232323 25%, transparent 25%, transparent 75%, #232323 75%), linear-gradient(45deg, #232323 25%, transparent 25%, transparent 75%, #232323 75%);
  background-size: 2px 2px;
  background-position: 0 0, 1px 1px;
  z-index: 1;
  opacity: 0.7;
}
#background .visualCenterBox {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 23;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #background .visualCenterBox {
    width: 100%;
    left: calc(50% - 0px);
  }
}
#background .visualCenterBox .logoCenter {
  width: 11rem;
  margin: 0 auto 3rem;
}
@media only screen and (max-width: 768px) {
  #background .visualCenterBox .logoCenter {
    width: 6rem;
  }
}
#background .visualCenterBox .jpText {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  #background .visualCenterBox .jpText {
    font-size: 2rem;
  }
}

.kv_scroll {
  width: 1px;
  height: 70px;
  position: absolute;
  left: 50%;
  bottom: -5rem;
  z-index: 100;
  background-color: #333;
}
@media only screen and (max-width: 768px) {
  .kv_scroll {
    display: none;
    bottom: 0%;
  }
}
.kv_scroll ._pointer {
  animation: moveScrollPointer 1.8s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.kv_scroll ._pointer:before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  border-radius: 50%;
  background-color: #eee;
}
.kv_scroll ._text {
  position: absolute;
  top: -55px;
  left: -7px;
  writing-mode: vertical-lr;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .kv_scroll ._text {
    bottom: -20px;
    color: #fff;
  }
}
@keyframes moveScrollPointer {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 50px, 0);
  }
}
@keyframes scrollPointerInOut {
  0% {
    transform: scale(0);
  }
  10% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.inner_content {
  position: absolute;
  bottom: 10rem;
  left: 7rem;
  transform: translate(0%, 0%);
  z-index: 2;
  padding: 0px;
}
@media only screen and (max-width: 768px) {
  .inner_content {
    top: 42vh;
    right: auto;
    left: 2rem;
    bottom: auto;
    font-size: 3vw;
  }
}
.inner_content .centerI {
  position: relative;
  transition: all 0.7s;
}
@media only screen and (max-width: 768px) {
  .inner_content .centerI {
    width: auto;
  }
}
.inner_content .centerI .onText {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  letter-spacing: 0.15em;
  white-space: nowrap;
  padding-left: 7rem;
  text-shadow: 0px 0px 8px #fff;
}
@media only screen and (max-width: 768px) {
  .inner_content .centerI .onText {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    padding-left: 5rem;
    color: #fff;
  }
}
.inner_content .centerI .onText:before {
  content: "";
  width: 5rem;
  height: 1px;
  background: #c50018;
  position: absolute;
  top: 47%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .inner_content .centerI .onText:before {
    width: 3rem;
    background: #fff;
  }
}
.inner_content .centerI .bgText {
  position: relative;
  text-align: left;
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 11rem;
  letter-spacing: 0.05rem;
  color: #fff;
  line-height: 11rem;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .inner_content .centerI .bgText {
    font-size: 7rem;
    line-height: 8rem;
    letter-spacing: 0em;
    margin-bottom: 2rem;
    color: #fff;
  }
}
.inner_content .centerI .bgText span {
  display: block;
  transition: all 1s;
}
.inner_content .centerI .bgText span:nth-child(1) {
  transition-delay: 0.1s;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}
.inner_content .centerI .bgText span:nth-child(2) {
  transition-delay: 0.2s;
}
.inner_content .centerI .bgText span:nth-child(3) {
  transition-delay: 0.3s;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
}

.snsLink {
  position: absolute;
  left: 7rem;
  bottom: 3rem;
  z-index: 23;
}
@media only screen and (max-width: 768px) {
  .snsLink {
    top: 3rem;
    display: none;
  }
}
.snsLink ul {
  display: flex;
  align-items: center;
}
.snsLink ul li:not(:first-child) {
  margin-left: 2rem;
}
.snsLink ul li:last-child a {
  width: 1.7rem;
  display: flex;
  /* -webkit-justify-content: center; */
  /* justify-content: center; */
  align-items: center;
}
.snsLink ul a {
  display: block;
  font-size: 2rem;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .snsLink ul a {
    color: #fff;
  }
}

.snsLinkSub {
  position: absolute;
  left: 7rem;
  bottom: 3rem;
  z-index: 23;
  background: #333;
  padding: 1.5rem 1rem;
}
@media only screen and (max-width: 768px) {
  .snsLinkSub {
    top: 3rem;
    display: none;
  }
}
.snsLinkSub ul {
  display: flex;
  align-items: center;
}
.snsLinkSub ul li:last-child a {
  display: flex;
  /* -webkit-justify-content: center; */
  /* justify-content: center; */
  align-items: center;
}
.snsLinkSub ul li:last-child a img {
  width: 1.5rem;
}
.snsLinkSub ul a {
  display: block;
  font-size: 2rem;
  color: #fff;
  background: #333;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 768px) {
  .snsLinkSub ul a {
    color: #fff;
  }
}

.main_visual__play {
  position: absolute;
  bottom: 13rem;
  right: 5rem;
  text-align: center;
  z-index: 23;
}
@media only screen and (max-width: 768px) {
  .main_visual__play {
    top: auto;
    right: 3rem;
    bottom: 4rem;
  }
}
.main_visual__play a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40rem;
  margin: 0 auto 0px;
}
@media only screen and (max-width: 768px) {
  .main_visual__play a {
    width: 24rem;
  }
}
.main_visual__play a img {
  display: block;
  width: 100%;
}

#movie {
  width: 80%;
  height: auto;
  margin: 0px auto;
}
@media only screen and (max-width: 768px) {
  #movie {
    width: 90%;
  }
}
#movie video {
  width: 100%;
  height: auto;
}

.lity-content:after {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}

.lity_hide {
  max-height: 1000px;
  display: none;
}
.lity_hide .movie_popup__inner {
  width: 100%;
  max-width: 1160px;
  margin: auto;
  padding: 0 40px;
}

.lity-content .lity_hide {
  display: block;
}

.loadFin .inner_content .centerI .bgText span {
  transform: translate(0px, 0px);
  opacity: 1;
}
.loadFin .bannerOn {
  transform: translate(0px, -50%);
  opacity: 1;
}

@media only screen and (min-width: 769px) {
  .textBig {
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
}
@media only screen and (max-width: 768px) {
  .textBig {
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
}

.textPageMain {
  padding: 120px 0 60px;
}
@media only screen and (max-width: 768px) {
  .textPageMain {
    padding-top: 60px;
    padding-bottom: 0px;
  }
}
.textPageMain ._in {
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .textPageMain ._in {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .textPageMain ._in .leftTitle {
    width: 100%;
  }
}
.textPageMain ._in .leftTitle .subT {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  padding-left: 17px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .textPageMain ._in .leftTitle .subT {
    font-size: 13px;
    padding-left: 17px;
    margin-bottom: 25px;
  }
}
.textPageMain ._in .leftTitle .subT:before {
  position: absolute;
  display: block;
  left: 0;
  top: 40%;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c50018;
}
.textPageMain ._in .leftTitle h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-bottom: 60px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .textPageMain ._in .leftTitle h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .textPageMain ._in .rightMain {
    width: 100%;
  }
}
.textPageMain ._in .rightMain ul.flex li {
  border-bottom: 1px solid #ccc;
  padding: 30px 30px;
}
@media only screen and (max-width: 768px) {
  .textPageMain ._in .rightMain ul.flex li {
    padding: 20px 0;
  }
}
.textPageMain ._in .rightMain ul.flex li dl {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .textPageMain ._in .rightMain ul.flex li dl {
    display: block;
  }
}
.textPageMain ._in .rightMain ul.flex li dl dt {
  width: 220px;
}
@media only screen and (max-width: 768px) {
  .textPageMain ._in .rightMain ul.flex li dl dt {
    width: 100%;
  }
}
.textPageMain ._in .rightMain ul.flex li dl dd {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
}
.textPageMain ._in .rightMain ul.flex li dl dd .bold {
  display: inline-block;
  margin-top: 10px;
}
.textPageMain ._in .rightMain ul.flex li dl dd table h4 {
  font-weight: bold;
}
.textPageMain ._in .rightMain ul.flex li dl dd table .mt10 {
  display: inline-block;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .textPageMain ._in .rightMain ul.flex li dl dd table img {
    width: auto;
  }
}
.textPageMain ._in .rightMain ul.flexiCon li {
  border-bottom: 1px solid #ccc;
  padding: 40px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .textPageMain ._in .rightMain ul.flexiCon li {
    padding: 30px 0;
  }
}
.textPageMain ._in .rightMain ul.flexiCon li .icon {
  margin-right: 4%;
}
@media only screen and (max-width: 768px) {
  .textPageMain ._in .rightMain ul.flexiCon li .icon {
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 768px) {
  .textPageMain ._in .rightMain ul.flexiCon li dl {
    text-align: center;
  }
}
.textPageMain ._in .rightMain ul.flexiCon li dl dt {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .textPageMain ._in .rightMain ul.flexiCon li dl dt {
    font-size: 16px;
  }
}

/*=========================================================*/
/*	PRODUCT*/
/*=========================================================*/
/*=========================================================*/
/*	DETAIL 商品詳細*/
/*=========================================================*/
.productDetail {
  width: 1000px;
  margin: 12rem auto 12rem;
}
@media only screen and (max-width: 768px) {
  .productDetail {
    width: 100%;
    margin: 40px auto 50px;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
}
.productDetail .slideWrap .swiper-container {
  width: 100%;
  height: 520px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  .productDetail .slideWrap .swiper-container {
    height: auto;
  }
}
.productDetail .slideWrap .swiper-slide {
  background-size: cover;
  background-position: center;
  background-color: #aaa;
  text-align: center;
}
.productDetail .slideWrap .swiper-slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 768px) {
  .productDetail .slideWrap .swiper-slide img {
    max-width: initial;
    max-height: initial;
    width: 100%;
  }
}
.productDetail .slideWrap .gallery-top .swiper-slide img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 768px) {
  .productDetail .slideWrap .gallery-top .swiper-slide img {
    max-width: initial;
    max-height: initial;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.productDetail .slideWrap .gallery-thumbs .swiper-slide img {
  width: auto;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
@media only screen and (max-width: 768px) {
  .productDetail .slideWrap .gallery-thumbs .swiper-slide img {
    max-width: initial;
    max-height: initial;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.productDetail .slideWrap .gallery-top {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .productDetail .slideWrap .gallery-top {
    height: 55vw;
  }
}
.productDetail .slideWrap .gallery-thumbs {
  height: 170px;
  box-sizing: border-box;
  padding: 10px 0 0;
}
@media only screen and (max-width: 768px) {
  .productDetail .slideWrap .gallery-thumbs {
    height: 25vw;
  }
}
.productDetail .slideWrap .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  overflow: hidden;
  transition: opacity 0.5s;
}
.productDetail .slideWrap .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.productDetail .slideWrap .swiper-button-next,
.productDetail .slideWrap .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
@media only screen and (max-width: 768px) {
  .productDetail .slideWrap .swiper-button-next,
  .productDetail .slideWrap .swiper-button-prev {
    top: 46%;
  }
}
.productDetail .slideWrap .swiper-button-next:after,
.productDetail .slideWrap .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  color: #040000;
}
@media only screen and (max-width: 768px) {
  .productDetail .slideWrap .swiper-button-next:after,
  .productDetail .slideWrap .swiper-button-prev:after {
    font-size: 2rem;
  }
}
.productDetail .slideWrap .swiper-button-next {
  background-image: none !important;
}
.productDetail .slideWrap .swiper-button-next:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate3d(0, -50%, 0) rotate(45deg);
  width: 30px;
  height: 30px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .productDetail .slideWrap .swiper-button-next:before {
    width: 15px;
    height: 15px;
  }
}
.productDetail .slideWrap .swiper-button-next:after {
  content: "next";
  opacity: 0;
}
.productDetail .slideWrap .swiper-button-prev {
  background-image: none !important;
}
.productDetail .slideWrap .swiper-button-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate3d(0, -50%, 0) rotate(45deg);
  width: 30px;
  height: 30px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .productDetail .slideWrap .swiper-button-prev:before {
    width: 15px;
    height: 15px;
  }
}
.productDetail .slideWrap .swiper-button-prev:after {
  content: "prev";
  opacity: 0;
}
.productDetail .productInfomation {
  margin: 40px 0;
}
@media only screen and (max-width: 768px) {
  .productDetail .productInfomation {
    margin: 40px 0;
  }
}
.productDetail .productInfomation .titleWrap {
  margin-bottom: 3rem;
  text-align: left;
}
.productDetail .productInfomation .titleWrap .ttl {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .productDetail .productInfomation .titleWrap .ttl {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.productDetail .productInfomation .titleWrap .price {
  font-size: 2.6rem;
}
@media only screen and (max-width: 768px) {
  .productDetail .productInfomation .titleWrap .price {
    font-size: 2rem;
  }
}
.productDetail .productInfomation .titleWrap .price span {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .productDetail .productInfomation .titleWrap .price span {
    font-size: 1.6rem;
  }
}
.productDetail .cartBox {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  margin-bottom: 5rem;
  padding: 3rem 0;
}
@media only screen and (max-width: 768px) {
  .productDetail .cartBox {
    margin-bottom: 4rem;
    padding: 3rem 0;
  }
}
.productDetail .cartBox .cartjs_box {
  margin: 0px 0 0 0 !important;
  padding: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
}
@media only screen and (max-width: 768px) {
  .productDetail .cartBox .cartjs_box .cartjs_block .tbl_scroll {
    display: none;
  }
  .productDetail .cartBox .cartjs_box .cartjs_buy p {
    margin-bottom: 0;
  }
  .productDetail .cartBox .cartjs_box .cartjs_buy input {
    margin-bottom: 0 !important;
    background: #8c7859 !important;
    border-radius: 3rem !important;
    width: 100% !important;
    padding: 0 3rem;
    height: 5rem !important;
    font-size: 1.3rem !important;
    transition: all 0.3s;
    box-shadow: none !important;
    border: none !important;
    text-shadow: none !important;
  }
}
.productDetail .cartBox form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .productDetail .cartBox form {
    display: block;
  }
}
.productDetail .cartBox form .cartjs_product_table,
.productDetail .cartBox form .cartjs_block {
  flex-grow: 1;
  flex-basis: 10rem;
}
@media only screen and (max-width: 768px) {
  .productDetail .cartBox form .cartjs_product_table,
  .productDetail .cartBox form .cartjs_block {
    margin-bottom: 2rem;
    padding: 0 !important;
  }
}
.productDetail .cartBox form .cartjs_product_table table,
.productDetail .cartBox form .cartjs_block table {
  width: auto !important;
  margin: 0 0 0px auto !important;
  text-align: right !important;
}
.productDetail .cartBox form .cartjs_product_table table th,
.productDetail .cartBox form .cartjs_block table th {
  padding-bottom: 0 !important;
  padding-right: 1rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .productDetail .cartBox form .cartjs_product_table table th,
  .productDetail .cartBox form .cartjs_block table th {
    padding-bottom: 0 !important;
    padding-right: 1rem;
    font-size: 1.4rem;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
    text-align: center !important;
  }
}
.productDetail .cartBox form .cartjs_product_table table td,
.productDetail .cartBox form .cartjs_block table td {
  text-align: right;
  font-size: 1.4rem;
  padding-bottom: 0 !important;
}
.productDetail .cartBox form .cartjs_product_table table td input,
.productDetail .cartBox form .cartjs_block table td input {
  text-align: right;
}
.productDetail .cartBox form .cartjs_cart_in,
.productDetail .cartBox form .cartjs_buy {
  flex-basis: 167px;
  margin-left: 3rem !important;
  height: 6rem !important;
  margin-right: 0 !important;
}
@media only screen and (max-width: 768px) {
  .productDetail .cartBox form .cartjs_cart_in,
  .productDetail .cartBox form .cartjs_buy {
    margin-top: 2rem !important;
    margin-left: auto !important;
    height: auto !important;
  }
}
.productDetail .cartBox form .cartjs_cart_in input,
.productDetail .cartBox form .cartjs_buy input {
  margin-bottom: 0 !important;
  background: #c50018 !important;
  border-radius: 3rem !important;
  width: 100% !important;
  padding: 0 8rem !important;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .productDetail .cartBox form .cartjs_cart_in input,
  .productDetail .cartBox form .cartjs_buy input {
    padding: 0 3rem !important;
    border-radius: 6rem !important;
    height: 50px !important;
    font-size: 1.7rem !important;
  }
}
.productDetail .cartBox form .cartjs_cart_in input:hover,
.productDetail .cartBox form .cartjs_buy input:hover {
  opacity: 0.8;
}
.productDetail .cartBox form .cartjs_buy input {
  box-shadow: none !important;
  border: none !important;
  text-shadow: none !important;
  font-size: 1.6rem;
  height: 6rem;
}
.productDetail .cartBox .cartjs_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .productDetail .cartBox .cartjs_block {
    display: block;
  }
}
.productDetail .cartBox .cartjs_block .tbl_scroll {
  flex-grow: 1;
  flex-basis: 100px;
}
.productDetail .cartBox .cartjs_block .tbl_scroll .cartjs_product_num th {
  background: none !important;
  width: auto !important;
}
.productDetail .cartBox .cartjs_block .tbl_scroll input[type=number] {
  width: 5rem !important;
  height: 4rem;
  border: 1px solid #999999;
  font-size: 1.5rem;
  color: #000;
  padding: 0px 1rem;
  -webkit-appearance: none;
  outline: 0;
  border-radius: 0px;
  box-sizing: border-box;
}

/*=========================================================*/
/*	商品一覧*/
/*=========================================================*/
.productsListWrap .productListTitle {
  background: url(../img/bg_products.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 80px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .productsListWrap .productListTitle {
    padding: 40px 0;
  }
}
.productsListWrap .productListTitle .titleIn {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .productsListWrap .productListTitle .titleIn {
    font-size: 18px;
  }
}
.productsListWrap .listWrapX {
  padding: 0px 0 80px 0;
}
@media only screen and (max-width: 768px) {
  .productsListWrap .listWrapX {
    padding: 30px 0 50px 0;
  }
}
.productsListWrap .listWrapX .optionWrap {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .productsListWrap .listWrapX .optionWrap {
    margin-bottom: 40px;
  }
}
.productsListWrap .listWrapX .optionNarabigae {
  margin-top: 0px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .productsListWrap .listWrapX .optionNarabigae {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .productsListWrap .listWrapX .optionNarabigae ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.productsListWrap .listWrapX .optionNarabigae ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #ddd;
}
@media only screen and (max-width: 768px) {
  .productsListWrap .listWrapX .optionNarabigae ul li {
    margin-bottom: 0px;
    text-align: center;
  }
}
.productsListWrap .listWrapX .optionNarabigae ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.productsListWrap .listWrapX .optionNarabigae ul li a {
  color: #3c7cb6;
}
.productsListWrap .listWrapX .optionNarabigae input[type=submit] {
  background-color: #fff;
  border-width: 0;
  border-radius: 0px;
  color: #3c7cb6;
  cursor: pointer;
  text-align: center;
  padding: 0;
  position: relative;
  transition: all 0.2s ease-out;
}
@media only screen and (max-width: 768px) {
  .productsListWrap .listWrapX .optionNarabigae input[type=submit] {
    min-width: 5px;
  }
}
.productsListWrap .listWrapX .optionNarabigae input[type=submit].is-current {
  color: #000;
}

.productListInner .mainList {
  width: 100%;
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
}
.productListInner .article {
  flex-basis: 23%;
  margin: 0 1% 50px;
}
@media only screen and (max-width: 1023px) {
  .productListInner .article {
    flex-basis: 48%;
  }
}
@media only screen and (max-width: 768px) {
  .productListInner .article {
    flex-basis: 48%;
  }
}
@media only screen and (max-width: 380px) {
  .productListInner .article {
    flex-basis: 100%;
  }
}
.productListInner .article a {
  display: block;
}
.productListInner .article a .thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  transition: 0.4s;
  flex: 0 0 auto;
}
.productListInner .article a .thumb:before {
  content: "";
  display: block;
  padding-top: 62%;
  width: 100%;
}
.productListInner .article a .thumb span {
  background: #e5e5e5 no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.6s;
}
.productListInner .article a dl {
  text-align: center;
}
.productListInner .article a dl dt {
  font-size: 16px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .productListInner .article a dl dt {
    font-size: 14px;
  }
}
.productListInner .article a dl dd {
  font-size: 15px;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .productListInner .article a dl dd {
    font-size: 13px;
  }
}
.productListInner .article a dl dd span {
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  .productListInner .article a dl dd span {
    font-size: 11px;
  }
}
.productListInner .article a:hover .thumb span {
  transform: scale(1.05);
}

.productTop {
  position: relative;
  background: #fff;
  padding: 10rem 0;
}
@media only screen and (max-width: 768px) {
  .productTop {
    padding: 4rem 0;
  }
}
.productTop .slick-prev,
.productTop .slick-next {
  display: block !important;
}
.productTop.newProduct {
  background: url(../img/bg_products.jpg) no-repeat 0 0;
  background-size: cover;
}
.productTop.popularProduct {
  background: #f6f6f6;
}
.productTop .titleMain {
  text-align: center;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 768px) {
  .productTop .titleMain {
    margin-bottom: 4rem;
  }
}
.productTop .titleMain h3 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.productTop .titleMain .english {
  position: relative;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 1rem;
  color: #000;
  font-family: "Noto Serif JP", serif;
}
.productTop .productSlider li {
  margin: 0 20px;
}
@media only screen and (max-width: 768px) {
  .productTop .productSlider li {
    margin: 0 8px;
  }
}
.productTop .productSlider li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.productTop .productSlider li a .thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  transition: 0.4s;
  flex: 0 0 auto;
  min-height: 180px;
}
.productTop .productSlider li a .thumb:before {
  content: "";
  display: block;
  padding-top: 62%;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .productTop .productSlider li a .thumb:before {
    padding-top: 56%;
  }
}
.productTop .productSlider li a .thumb .imgIn {
  background: #e5e5e5 no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.6s;
}
.productTop .productSlider li a .detailWork {
  padding: 25px 20px;
  min-height: 120px;
}
@media only screen and (max-width: 768px) {
  .productTop .productSlider li a .detailWork {
    padding: 15px 20px 0;
    min-height: 80px;
  }
}
.productTop .productSlider li a .detailWork dl {
  text-align: center;
  line-height: 1.6;
}
.productTop .productSlider li a .detailWork dl dt {
  font-size: 1.6rem;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .productTop .productSlider li a .detailWork dl dt {
    font-size: 14px;
  }
}
.productTop .productSlider li a .detailWork dl dd {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 768px) {
  .productTop .productSlider li a .detailWork dl dd {
    font-size: 13px;
  }
}
.productTop .productSlider .slick-prev,
.productTop .productSlider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  bottom: auto;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: #f7f7f7;
}
@media only screen and (max-width: 768px) {
  .productTop .productSlider .slick-prev,
  .productTop .productSlider .slick-next {
    bottom: auto;
  }
}
.productTop .productSlider .slick-prev {
  left: -40px;
  width: 50px;
  height: 50px;
  z-index: 1;
  overflow: hidden;
  transform: translate(0px, -50%);
  transition: all 0.3s cubic-bezier(0.37, 0.16, 0.12, 1);
}
@media only screen and (max-width: 768px) {
  .productTop .productSlider .slick-prev {
    left: -20px;
    width: 40px;
    height: 40px;
  }
}
.productTop .productSlider .slick-prev:after {
  content: "";
  position: absolute;
  top: 46%;
  left: 42%;
  transform: translate3d(0, 0%, 0);
  width: 12px;
  height: 12px;
  margin-top: -5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: scaleX(0.8) rotate(225deg) translate3d(0%, 0%, 0);
}
@media only screen and (max-width: 768px) {
  .productTop .productSlider .slick-prev:after {
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }
}
.productTop .productSlider .slick-next {
  right: -40px;
  width: 50px;
  height: 50px;
  z-index: 1;
  overflow: hidden;
  transform: translate(0px, -50%);
  transition: all 0.3s cubic-bezier(0.37, 0.16, 0.12, 1);
}
@media only screen and (max-width: 768px) {
  .productTop .productSlider .slick-next {
    right: -20px;
    width: 40px;
    height: 40px;
  }
}
.productTop .productSlider .slick-next:after {
  content: "";
  position: absolute;
  top: 44%;
  left: 32%;
  transform: translate3d(0, 0%, 0);
  width: 12px;
  height: 12px;
  margin-top: -5px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: scaleX(0.8) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .productTop .productSlider .slick-next:after {
    width: 12px;
    height: 12px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }
}

.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi a {
  display: inline-block;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 35px;
  border: 3px solid #333;
  color: #333;
  font-size: 16px;
  margin: 5px 5px;
  opacity: 1;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .wp-pagenavi a {
    width: 35px;
    height: 35px;
    line-height: 30px;
    border: 3px solid #333;
    font-size: 15px;
  }
}
.wp-pagenavi a.page {
  background: #fff;
}
.wp-pagenavi a.previouspostslink {
  border: none;
}
.wp-pagenavi a.nextpostslink {
  border: none;
}
.wp-pagenavi a:hover {
  opacity: 0.8;
}
.wp-pagenavi span.current {
  display: inline-block;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 35px;
  border: 3px solid #ccc;
  color: #ccc;
  font-size: 16px;
  margin: 0 5px;
}
@media only screen and (max-width: 768px) {
  .wp-pagenavi span.current {
    width: 35px;
    height: 35px;
    line-height: 30px;
    border: 3px solid #ccc;
    font-size: 15px;
  }
}

.bold {
  font-weight: bold;
}

/*=========================================================*/
/*	header*/
/*=========================================================*/
header {
  position: fixed;
  top: 0;
  z-index: 99;
  transition: 0.35s 0.7s;
  position: absolute;
  z-index: 25;
  width: 100%;
  height: 10rem;
  padding: 0 0px 0 0px;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
@media only screen and (max-width: 768px) {
  header {
    height: 75px;
  }
}
header.headerSub {
  background-color: #fff;
}
header.headerSub .mainV_logo a {
  position: relative;
  z-index: 1;
}
header.headerSub .mainV_logo::before {
  position: absolute;
  top: -2rem;
  left: -5rem;
  display: block;
  width: calc(100% + 10rem);
  height: calc(100% + 4rem);
  background: #fff;
  content: "";
}
header #head_Logo {
  text-align: center;
  position: absolute;
  top: 2rem;
  left: 5rem;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  header #head_Logo {
    top: 2rem;
    left: 2rem;
    width: 11rem;
  }
}
header #head_Logo a {
  display: block;
  width: 18rem;
}
@media only screen and (max-width: 768px) {
  header #head_Logo a {
    width: 100%;
  }
}
header #head_Logo._secHead {
  position: fixed;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  header #head_Logo._secHead a {
    width: 13rem;
  }
}
header .headerInner {
  position: absolute;
  top: 0rem;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
header .headerInner .mypageContact {
  height: 10rem;
  margin-right: 10rem;
  text-align: center;
  background-color: #fff;
  padding: 0 2rem;
}
@media only screen and (max-width: 768px) {
  header .headerInner .mypageContact {
    display: none;
  }
}
header .headerInner .mypageContact ul {
  height: 100%;
}
header .headerInner .mypageContact ul li {
  height: 100%;
}
header .headerInner .mypageContact ul li.mypageBtn {
  text-align: center;
}
header .headerInner .mypageContact ul li.mypageBtn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.4rem;
  width: 100%;
  height: 100%;
  font-size: 1.4rem;
  font-weight: 600;
}
header .headerInner .mypageContact ul li.mypageBtn a:before {
  content: "";
  background: url(../img/icon_cart.png) no-repeat;
  margin: 0 auto;
  width: 23px;
  height: 22px;
  display: block;
}
header .headerInner #nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
header .headerInner #nav ul li {
  position: relative;
  display: -webkit-flex;
  width: 13rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
header .headerInner #nav ul li:last-child {
  width: 17rem;
}
header .headerInner #nav ul li a {
  border-left: 1px solid hsla(0, 0%, 100%, 0.2);
  pointer-events: auto;
  position: relative;
  display: block;
  padding: 3rem 0rem;
  color: #333;
  font-size: 1.3rem;
  width: 100%;
  height: 100%;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  text-align: center;
}
header .headerInner #nav ul li a span {
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
header .headerInner #nav ul li a .en {
  position: static;
  top: 50%;
  left: 50%;
  opacity: 1;
  display: block;
}
header .headerInner #nav ul li a .jp {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
}
header .headerInner #nav ul li a:hover .jp {
  opacity: 1;
}
header .headerInner #nav ul li.headContact a {
  background: #0080cc;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
}
header .headerInner._secHead {
  position: static;
  z-index: 4;
  padding: 3rem 5rem 0 0;
}
header .headerInner._secHead #nav {
  margin-right: 7rem;
}
header .headerInner._secHead #nav ul li {
  width: auto;
  height: auto;
  display: block;
}
header .headerInner._secHead #nav ul li a {
  position: relative;
  height: 17rem;
  text-align: left;
  padding: 2rem 2rem 0 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  color: #333;
}
header .headerInner._secHead #nav ul li a::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
}
header .headerInner._secHead #nav ul li a .jp {
  opacity: 1;
  height: 100%;
  line-height: 1;
  writing-mode: vertical-rl;
  margin-left: 0.5rem;
  line-height: 3rem;
  letter-spacing: 0.2rem;
}
header .headerInner._secHead #nav ul li a .en {
  position: static;
  height: 100%;
  line-height: 1;
  writing-mode: vertical-rl;
  transform: translate3d(0%, 0%, 0px);
  color: #bbb;
  opacity: 1 !important;
}
header .headerInner._secHead #nav ul li.headContact a {
  color: #fff;
}
header .headerInner._secHead .headRightBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 4rem;
}
header .headerInner._secHead .headRightBtn a {
  position: relative;
  display: block;
  border: 2px solid #333;
  width: 15rem;
  padding: 1rem 0;
  text-align: center;
  font-size: 1.3rem;
}
header .headerInner._secHead .headRightBtn a span {
  display: block;
  width: 15px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
}
header .headerInner._secHead .headRightBtn a span:before, header .headerInner._secHead .headRightBtn a span:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s cubic-bezier(0.5, 0, 0, 1);
}
header .headerInner._secHead .headRightBtn a span:after {
  transform: translateX(-100%);
}
header .headerInner._secHead .headRightBtn a:hover span:before {
  transform: translateX(100%);
}
header .headerInner._secHead .headRightBtn a:hover span:after {
  transform: translateX(0);
  transition-delay: 0.5s;
}
header .headerInner._secHead .mypageContact {
  display: none;
}
@media only screen and (max-width: 768px) {
  header.secHead #head_Logo {
    top: 1rem;
    width: 7rem;
  }
}

header.active_header,
.sec header {
  transition: 0.01s 0s;
}

header .commonOuter {
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0px;
  right: 10rem;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  header .commonOuter {
    height: 60px;
    display: none;
  }
}
header .commonOuter .headerTopTell {
  margin-right: 3rem;
}
header .commonOuter .headerTopTell a {
  display: inline-block;
  font-size: 1.8rem;
  font-family: oswald, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1rem;
  color: #fff;
}
header .commonOuter .headerTopTell a i {
  margin-right: 0.5rem;
}
header .commonOuter .headerBtnList {
  display: flex;
}
header .commonOuter .headerBtnList .btnMy a {
  background: #fff;
  width: 10rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .commonOuter .headerBtnList .btnMy a span {
  display: block;
  text-align: center;
}
header .commonOuter .headerBtnList .btnMy a span._plane {
  font-size: 2.4rem;
  margin-bottom: 0.2rem;
  color: #0080cc;
}
header .commonOuter .headerBtnList .btnMy a span.ttt {
  font-size: 1.3rem;
  color: #0080cc;
}
header .commonOuter .headerBtnList .btnMy._account, header .commonOuter .headerBtnList .btnMy._cart {
  font-size: 15px;
}
header .commonOuter .headerBtnList .btnMy._account {
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
header .commonOuter .headerBtnList .btnMy._cart a {
  background: #4882ca;
  color: #fff;
}
header .commonOuter .headerBtnList .btnMy._insta a {
  font-size: 30px;
  color: #fff;
}

header .commonOuter:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 768px) {
  header .commonOuter #head_Logo {
    float: left;
    position: relative;
    top: 50%;
    transform: translate3d(0, -50%, 0);
  }
}
header .commonOuter #head_Logo a {
  display: block;
  position: relative;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
@media only screen and (max-width: 768px) {
  header .commonOuter #head_Logo a {
    top: 0%;
    transform: translate3d(0, 0%, 0);
  }
}
@media only screen and (max-width: 768px) {
  header .commonOuter #head_Logo a {
    display: block;
    width: 220px;
  }
}

header .commonOuter #head_Logo a {
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

header .commonOuter #head_Logo a:hover {
  opacity: 0.7;
}

header .commonOuter nav {
  display: block;
  height: 100%;
}

header .commonOuter nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}

header .commonOuter nav ul li {
  height: 100%;
}
header .commonOuter nav ul li.iconMenuSNS01 a img {
  width: 12px;
  height: auto;
}
header .commonOuter nav ul li.iconMenuSNS02 a img {
  width: 22px;
  height: auto;
}

header .commonOuter nav ul li a {
  position: relative;
  display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #333;
  font-size: 1.3rem;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  text-align: center;
  overflow: hidden;
}
header .commonOuter nav ul li a:before {
  content: "";
  background: #009944;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate3d(0, 2px, 0);
  transition: all 0.2s ease-in-out 0s;
}
header .commonOuter nav ul li a div.ddd {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
header .commonOuter nav ul li a div._special {
  min-width: 10rem;
}
header .commonOuter nav ul li a span.naviA {
  width: 100%;
  display: block;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
header .commonOuter nav ul li a span.naviA.en {
  position: relative;
  top: 0;
  left: 0;
}
header .commonOuter nav ul li a span.naviA.jp {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate3d(-50%, 0px, 0px);
  opacity: 0;
}
header .commonOuter nav ul li a:hover:before {
  transform: translate3d(0, 0px, 0);
}
header .commonOuter nav ul li a:hover span.naviA.en {
  opacity: 0;
}
header .commonOuter nav ul li a:hover span.naviA.jp {
  opacity: 1;
}

header .commonOuter nav ul li a span {
  display: block;
}

header .commonOuter nav ul li a:hover:after {
  opacity: 1;
}

.secHead {
  position: static;
  height: auto;
}
.secHead .commonOuter ul li a .engM {
  color: #333;
}

/*=========================================================*/
/*	menu*/
/*=========================================================*/
.menu-main-button {
  position: fixed;
  top: 0px;
  right: 0rem;
  transform: translate3d(0, 0%, 0);
  z-index: 101;
  background: #f1e743;
  width: 10rem;
  height: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .menu-main-button {
    top: 0px;
    left: auto;
    right: 15px;
    transform: translate3d(0, 0%, 0);
    z-index: 101;
  }
}

#menuWrap {
  padding: 0px 0px;
  top: 0px;
  right: 0px;
  box-sizing: content-box;
  cursor: pointer;
  transition: opacity 0.6s 0.2s, transform 0.6s 0.2s;
}
#menuWrap.visible {
  opacity: 1 !important;
  transform: translate(0px, 0px) !important;
}
@media only screen and (max-width: 768px) {
  #menuWrap {
    width: 10rem;
    height: 10rem;
    right: 0px;
    top: 0rem;
  }
}
#menuWrap .menuBtn .menu {
  position: relative;
  z-index: 2;
  color: #000;
  font-size: 20px;
  margin-bottom: 4px;
  letter-spacing: 0.1em;
  font-family: "DIN_CONDENSED_BOLD", "NotoSerifJP", sans-serif;
  transition: color 0.6s 0.2s;
}
@media only screen and (max-width: 768px) {
  #menuWrap .menuBtn .menu {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
#menuWrap .menuBtn .menu-trigger {
  position: relative;
  z-index: 2;
  width: 40px;
  height: 25px;
  display: inline-block;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #menuWrap .menuBtn .menu-trigger {
    width: 30px;
    height: 20px;
  }
}
#menuWrap .menuBtn .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}
#menuWrap .menuBtn .menu-trigger span:nth-of-type(1) {
  top: 0;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.355, 1) 0s;
}
#menuWrap .menuBtn .menu-trigger span:nth-of-type(2) {
  top: 11px;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.355, 1) 0.1s;
}
@media only screen and (max-width: 768px) {
  #menuWrap .menuBtn .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
}
#menuWrap .menuBtn .menu-trigger span:nth-of-type(3) {
  bottom: 0px;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.355, 1) 0.2s;
}
#menuWrap .menuBtn .menu-trigger span:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #b81c1f;
  transition: background 0.6s ease-in-out 0.2s;
}
#menuWrap:hover span:nth-of-type(1):before {
  animation: menu_hover_animation 0.4s cubic-bezier(0.645, 0.045, 0.175, 1) 0s;
}
#menuWrap:hover span:nth-of-type(2):before {
  animation: menu_hover_animation 0.4s cubic-bezier(0.645, 0.045, 0.175, 1) 0.1s;
}
#menuWrap:hover span:nth-of-type(3):before {
  animation: menu_hover_animation 0.4s cubic-bezier(0.645, 0.045, 0.175, 1) 0.2s;
}
@keyframes menu_hover_animation {
  0% {
    transform-origin: 100% 0;
    transform: none;
  }
  45% {
    transform-origin: 100% 0;
    transform: scaleX(0);
  }
  55% {
    transform-origin: 0 0;
    transform: scaleX(0);
  }
  100% {
    transform-origin: 0 0;
    transform: none;
  }
}
#menuWrap:hover:before {
  transform: scale(1.3);
}
@media only screen and (max-width: 768px) {
  #menuWrap:hover:before {
    transform: scale(1);
  }
}
.menu_on .menuBtn .menu-trigger span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}
@media only screen and (max-width: 768px) {
  .menu_on .menuBtn .menu-trigger span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
}

.menu_on .menuBtn .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}

.menu_on .menuBtn .menu-trigger span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .menu_on .menuBtn .menu-trigger span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
}

.menu_on .menu-main-button #menuWrap .menuBtn .menu {
  color: #fff;
}
#close_btn {
  width: 7rem;
  height: 7rem;
  display: table;
  position: fixed;
  top: 3rem;
  right: 3rem;
  z-index: 102;
  box-sizing: content-box;
  cursor: pointer;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  #close_btn {
    width: 6rem;
    height: 6rem;
    top: 2rem;
    right: 2rem;
  }
}
#close_btn.visible {
  opacity: 1 !important;
  transform: translate(0px, 0px) !important;
}
#close_btn .menuBtnClose {
  position: relative;
  top: 3rem;
}
@media only screen and (max-width: 768px) {
  #close_btn .menuBtnClose {
    top: 2rem;
  }
}
#close_btn .menuBtnClose .menu-trigger {
  width: 100%;
  display: table;
  padding: 1rem 0;
  position: relative;
  top: auto;
  bottom: 0;
  cursor: pointer;
}
#close_btn .menuBtnClose .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.3rem;
}
#close_btn .menuBtnClose .menu-trigger span:nth-of-type(1) {
  top: 0;
  transform: translateY(1rem) rotate(-45deg);
}
#close_btn .menuBtnClose .menu-trigger span:nth-of-type(1):before {
  background-color: #fff !important;
}
#close_btn .menuBtnClose .menu-trigger span:nth-of-type(2) {
  opacity: 0;
  top: 9px;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.355, 1) 0.1s;
}
#close_btn .menuBtnClose .menu-trigger span:nth-of-type(3) {
  bottom: 0px;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.355, 1) 0.2s;
  transform: translateY(-0.8rem) rotate(45deg);
}
#close_btn .menuBtnClose .menu-trigger span:nth-of-type(3):before {
  background-color: #fff !important;
}
#close_btn .menuBtnClose .menu-trigger span:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-color: #707070;
  transition: background 0.4s ease-in-out 0s;
}

#menuBody {
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: 101;
  display: none;
}

#pagemenu_bg {
  background: rgba(0, 0, 0, 0.9);
  width: calc(100% - 0px);
  height: calc(100vh - 0px);
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translateY(100%) translateX(0%);
  margin: 0 auto;
}

.xxxxx {
  opacity: 0;
}

nav#menuCircle {
  position: relative;
  z-index: 11;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  nav#menuCircle {
    justify-content: flex-start;
  }
}
nav#menuCircle .menuBgbgImg {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  nav#menuCircle .menuBgbgImg {
    display: none;
  }
}
nav#menuCircle .menuBgbgImg .inBG {
  position: relative;
  width: 72rem;
  height: auto;
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}
nav#menuCircle .menuBgbgImg .inBG::before {
  content: "";
  display: block;
  padding-top: 48rem;
}
nav#menuCircle .menuBgbgImg .inBG span {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.6s;
  background-image: url(../img/menumenuBg.jpg);
  background-size: cover;
}
nav#menuCircle .menu_content {
  z-index: 3;
  width: 130rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media only screen and (max-width: 768px) {
  nav#menuCircle .menu_content {
    width: 90%;
    height: 100vh;
    display: block;
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate3d(0%, 0%, 0);
    margin: 0 auto;
    padding: 10rem 0rem;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
nav#menuCircle .menu_content .menu_inner {
  display: flex;
}
@media only screen and (max-width: 768px) {
  nav#menuCircle .menu_content .menu_inner {
    display: block;
    margin-left: 0;
  }
}
nav#menuCircle ul.menu_list li {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.5vh;
  padding-bottom: 1.5vh;
  border-bottom: 1px solid #444;
}
@media only screen and (max-width: 768px) {
  nav#menuCircle ul.menu_list li {
    margin-bottom: 2.2rem;
  }
}
nav#menuCircle ul.menu_list li .inMotion.menuIcon {
  position: relative;
  overflow: hidden;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  nav#menuCircle ul.menu_list li .inMotion.menuIcon {
    padding-left: 0;
  }
}
nav#menuCircle ul.menu_list li .inMotion a {
  position: relative;
  color: #ffffff;
  font-style: normal;
  font-family: oswald, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  flex-basis: auto;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  nav#menuCircle ul.menu_list li .inMotion a {
    display: block;
    font-size: 2.6rem;
    letter-spacing: 0.1em;
  }
}
nav#menuCircle ul.menu_list li .inMotion a .jpjpjp {
  font-size: 1.8rem;
  line-height: 2.6rem;
  position: relative;
  flex-basis: 45rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  nav#menuCircle ul.menu_list li .inMotion a .jpjpjp {
    margin-bottom: 3rem;
  }
}
nav#menuCircle ul.menu_list li .inMotion a .engeng {
  font-size: 1.8rem;
  line-height: 2.4rem;
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
}
nav#menuCircle ul.menu_list li .inMotion a:before {
  content: "";
  position: absolute;
  bottom: 0rem;
  left: 0;
  width: 10%;
  height: 1px;
  background: #fff;
  transition: all 0.3s;
  opacity: 0;
}
nav#menuCircle ul.menu_list li .inMotion a:hover:before {
  opacity: 1;
}
nav#menuCircle .in-menu {
  display: flex;
}
@media only screen and (max-width: 768px) {
  nav#menuCircle .in-menu {
    display: block;
  }
  nav#menuCircle .in-menu .sub_item {
    margin-left: 6vw;
  }
}
nav#menuCircle .flexWrap {
  flex-basis: auto;
  display: flex;
  margin-top: 3rem;
}
@media only screen and (max-width: 768px) {
  nav#menuCircle .flexWrap {
    display: block;
  }
}
nav#menuCircle .flexWrap .inLeftBox {
  position: relative;
  flex-basis: 32rem;
  margin-bottom: 0;
  padding-right: 3rem;
}
@media only screen and (max-width: 768px) {
  nav#menuCircle .flexWrap .inLeftBox {
    margin-bottom: 3rem;
  }
}
nav#menuCircle .flexWrap .inLeftBox .inininin {
  border: 1px solid #fff;
  padding: 2rem 1rem;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}
nav#menuCircle .flexWrap .inRightBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
}
nav#menuCircle .flexWrap .inRightBox .ininin {
  color: #fff;
}
nav#menuCircle .flexWrap .inRightBox .ininin p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
}
nav#menuCircle .flexWrap .inRightBox .ininin dl {
  letter-spacing: 0.1rem;
}
nav#menuCircle .flexWrap .inRightBox .ininin dl dt {
  font-size: 3rem;
  font-weight: bold;
  line-height: 3.4rem;
}
nav#menuCircle .flexWrap .inRightBox .ininin dl dt a {
  color: #fff;
  font-family: "Amiri", serif;
}
nav#menuCircle .flexWrap .inRightBox .ininin dl dd {
  font-size: 1.7rem;
  line-height: 2.4rem;
}
nav#menuCircle .sub_btn {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.16em;
  display: block;
  margin-right: 25px;
  margin-bottom: 2.5vh;
}
@media only screen and (max-width: 1100px) {
  nav#menuCircle .sub_btn {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  nav#menuCircle .sub_btn {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 380px) {
  nav#menuCircle .sub_btn {
    margin-top: 1vh;
    margin-right: 0px;
  }
}
nav#menuCircle .inMotion {
  transform: translate3d(0, 100px, 0);
}
nav#menuCircle .leftMenu {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  nav#menuCircle .leftMenu {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  nav#menuCircle .leftMenu .maru {
    margin-right: 0rem;
  }
}
nav#menuCircle .leftMenu .menu_list li {
  padding-right: 25px;
}
@media only screen and (max-width: 768px) {
  nav#menuCircle .leftMenu .menu_list li {
    padding-right: 0;
  }
}
nav#menuCircle .rightMenu {
  margin-left: 5%;
  width: 26%;
}
@media only screen and (max-width: 768px) {
  nav#menuCircle .rightMenu {
    margin-top: 4rem;
    margin-left: 0%;
    width: 100%;
  }
}
nav#menuCircle .rightMenu .inRight .menuInA {
  width: 11rem;
  margin: 0 auto 4rem;
}
nav#menuCircle .rightMenu .inRight .menuInA a {
  display: block;
}
nav#menuCircle .rightMenu .inRight .mypageBtnD a {
  padding: 3rem 4rem;
  background: #c50018;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.4rem;
  transition: all 0.4s;
}
nav#menuCircle .rightMenu .inRight .mypageBtnD a:hover {
  opacity: 0.8;
}
nav#menuCircle .news_body {
  width: 360px;
  margin: 15px 0 0 100px;
}
@media only screen and (max-width: 768px) {
  nav#menuCircle .news_body {
    width: 100%;
    margin: 35px 0px 0 0px;
    padding: 0 40px;
  }
}
nav#menuCircle .news_body .title {
  overflow: hidden;
  margin: 0 0 35px;
}
@media only screen and (max-width: 768px) {
  nav#menuCircle .news_body .title {
    margin: 0 0 15px;
  }
}
nav#menuCircle .news_body .title span {
  display: inline-block;
  position: relative;
  padding-right: 95px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #999;
}
@media only screen and (max-width: 768px) {
  nav#menuCircle .news_body .title span {
    font-size: 1.4rem;
  }
}
nav#menuCircle .news_body .title span:after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #999;
}
nav#menuCircle .news_body li {
  overflow: hidden;
  margin: 0 0 20px;
}
nav#menuCircle .news_body li a {
  display: inline-block;
  text-decoration: none;
}
nav#menuCircle .news_body li a span {
  display: block;
  margin: 0 0 3px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #999;
  transition: color 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media only screen and (max-width: 768px) {
  nav#menuCircle .news_body li a span {
    font-size: 12px;
  }
}
nav#menuCircle .news_body li a time {
  display: block;
  letter-spacing: 0.025em;
  color: #999;
}

@media screen and (min-width: 769px) {
  /*<start>==========================================================*/
  body {
    font-size: 80%;
  }
  .sp,
  br.s {
    display: none !important;
  }
  .text {
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.04em;
  }
  .text00 {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 500;
    font-feature-settings: "palt" 1;
  }
  .text01 {
    font-size: 1.6rem;
    line-height: 3.6rem;
    font-weight: 500;
    font-feature-settings: "palt" 1;
  }
  .text02 {
    font-size: 1.7rem;
    line-height: 3.6rem;
    font-weight: 500;
    letter-spacing: 0.04rem;
    font-feature-settings: "palt" 1;
  }
  .text03 {
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .text04 {
    font-size: 1.6rem;
    line-height: 4rem;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .text14 {
    font-size: 1.3rem;
    line-height: 2.3rem;
    letter-spacing: 0.04em;
  }
  .text13 {
    font-size: 13px;
    line-height: 1.95;
    letter-spacing: 0.04em;
  }
  /*=========================================================*/
  /*	○○○*/
  /*=========================================================*/
  /*	○○○○
  ---------------------------------------------------------------*/
  /*	○○○○○
  -----------------------------------------------------------*/
  /*<end>============================================================*/
}
@media screen and (max-width: 768px) {
  /*<start>==========================================================*/
  html {
    font-size: 75%;
  }
  body {
    font-size: 0.9rem;
  }
  html,
  body {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
  }
  .pc,
  br.p {
    display: none !important;
  }
  .text00 {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.02rem;
  }
  .text01 {
    font-size: 1.6rem;
    line-height: 3.6rem;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .text02 {
    font-size: 1.6rem;
    line-height: 3.4rem;
    font-weight: 500;
    letter-spacing: 0.04rem;
  }
  .text03 {
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .text04 {
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: 500;
    letter-spacing: 0.04em;
  }
  .text,
  .text16 {
    font-size: 1.6rem;
    line-height: 3rem;
    letter-spacing: 0.04em;
  }
  .text14 {
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0.02em;
  }
  img {
    width: 100%;
    height: auto;
  }
  /*<end>============================================================*/
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.980644vw;
  }
}
@media screen and (min-width: 769px) {
  /*PC <start>==========================================================*/
  html {
    font-size: 0.7806442167vw;
  }
  body {
    font-size: 0.16rem;
  }
  .sp,
  br.s {
    display: none !important;
  }
  /*<end>============================================================*/
}
@media screen and (min-width: 1401px) {
  /*<start>==========================================================*/
  html {
    font-size: 63.5%;
  }
  /*<end>============================================================*/
}
#breadcrumbs {
  position: absolute;
  top: 430px;
  left: 40px;
  z-index: 100;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #888;
}
#breadcrumbs a {
  color: #888;
}
@media only screen and (max-width: 768px) {
  #breadcrumbs {
    display: none;
    top: 215px;
    left: 15px;
    font-size: 10px;
    letter-spacing: 0em;
  }
}

.secVisual .backImg {
  background: url(../img/sec_visual.jpg) no-repeat center center;
  background-size: cover;
  width: 95%;
  height: 300px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .secVisual .backImg {
    height: 250px;
  }
}

#sec_main_title .upperTitle {
  margin: 100px 0;
}
@media only screen and (max-width: 768px) {
  #sec_main_title .upperTitle {
    margin: 50px 0;
  }
}
#sec_main_title .upperTitle h1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #c50018;
}
@media only screen and (max-width: 768px) {
  #sec_main_title .upperTitle h1 {
    margin-bottom: 30px;
  }
}
#sec_main_title .upperTitle h2 {
  font-size: 36px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #sec_main_title .upperTitle h2 {
    font-size: 2rem;
  }
}

.underTitle {
  position: relative;
  margin-top: 140px;
}
@media only screen and (max-width: 768px) {
  .underTitle {
    margin-top: 80px;
  }
}
.underTitle .textIn {
  position: absolute;
  top: -50px;
  right: 0;
  text-align: right;
  padding: 0 6.25% 0px;
}
.underTitle .textIn span {
  display: inline-block;
  position: relative;
  font-size: 9rem;
  line-height: 1;
  font-family: adobe-caslon-pro, serif;
  font-weight: 600;
  font-style: normal;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .underTitle .textIn span {
    font-size: 2.8rem;
    padding-left: 0;
  }
}
.underTitle .secTitleBg {
  height: 400px;
  padding: 10vw 0;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .underTitle .secTitleBg {
    background-attachment: inherit;
    min-height: auto;
    height: auto;
    padding: 26vw 0;
  }
}
.underTitle .secTitleBg#bG_himitsukichi {
  background: url(../img/bg_fix_himitsu.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (max-width: 768px) {
  .underTitle .secTitleBg#bG_himitsukichi {
    background: url(../img/bg_fix_himitsu.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: inherit;
  }
}
.underTitle .secTitleBg#bG_company {
  background: url(../img/bg_fix_company.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (max-width: 768px) {
  .underTitle .secTitleBg#bG_company {
    background: url(../img/bg_fix_company.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: inherit;
  }
}
.underTitle .secTitleBg#bG_magazine {
  background: url(../img/bg_fix_magazine.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (max-width: 768px) {
  .underTitle .secTitleBg#bG_magazine {
    background: url(../img/bg_fix_magazine.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: inherit;
  }
}
.underTitle .secTitleBg#bG_recruit {
  background: url(../img/bg_fix_recruit.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
@media only screen and (max-width: 768px) {
  .underTitle .secTitleBg#bG_recruit {
    background: url(../img/bg_fix_recruit.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: inherit;
  }
}

/*=========================================================*/
/*	肉のひみつ基地*/
/*=========================================================*/
.himitsuBlock01 {
  background: #f1f1f1 url(../img/a_text_secret.png) no-repeat 0 40px;
  background-size: 50%;
  padding: 120px 0;
}
@media only screen and (max-width: 768px) {
  .himitsuBlock01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.himitsuBlock01 ._in {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .himitsuBlock01 ._in {
    display: block;
  }
}
.himitsuBlock01 ._in .leftTitle {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .himitsuBlock01 ._in .leftTitle {
    width: 100%;
  }
}
.himitsuBlock01 ._in .leftTitle .subT {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  padding-left: 17px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .himitsuBlock01 ._in .leftTitle .subT {
    font-size: 13px;
    padding-left: 17px;
    margin-bottom: 25px;
  }
}
.himitsuBlock01 ._in .leftTitle .subT:before {
  position: absolute;
  display: block;
  left: 0;
  top: 40%;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #c50018;
}
.himitsuBlock01 ._in .leftTitle h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.04em;
  margin-bottom: 60px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .himitsuBlock01 ._in .leftTitle h3 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.himitsuBlock01 ._in .rightMain {
  width: 69%;
}
@media only screen and (max-width: 768px) {
  .himitsuBlock01 ._in .rightMain {
    width: 100%;
  }
}
.himitsuBlock01 ._in .rightMain h3 {
  position: relative;
  font-size: 6.6rem;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 40px;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: #c50018;
}
@media only screen and (max-width: 768px) {
  .himitsuBlock01 ._in .rightMain h3 {
    font-size: 2.8rem;
    padding-left: 0;
    margin-bottom: 25px;
  }
}
.himitsuBlock01 ._in .rightMain .sub_title_s {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .himitsuBlock01 ._in .rightMain .sub_title_s {
    font-size: 1.2rem;
  }
}

.himitsuBlock02 {
  margin-top: 140px;
  margin-bottom: 400px;
}
@media only screen and (max-width: 768px) {
  .himitsuBlock02 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.himitsuBlock02 ._in {
  position: relative;
}
.himitsuBlock02 ._in .sec_Block {
  position: relative;
}
.himitsuBlock02 ._in .sec_Block._01 {
  width: calc(50% + 540px);
}
@media only screen and (max-width: 768px) {
  .himitsuBlock02 ._in .sec_Block._01 {
    width: 100%;
  }
}
.himitsuBlock02 ._in .sec_Block._02 {
  margin-top: 340px;
  margin-left: auto;
  width: calc(50% + 540px);
}
@media only screen and (max-width: 768px) {
  .himitsuBlock02 ._in .sec_Block._02 {
    width: 100%;
    margin-top: 60px;
  }
}
.himitsuBlock02 ._in .treasure_sec_large_left h3 {
  font-size: 22px;
  line-height: 1.327;
  position: absolute;
  top: 0;
  line-height: 1.327;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -ms-text-combine-horizontal: digits;
  text-combine-upright: digits;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .himitsuBlock02 ._in .treasure_sec_large_left h3 {
    position: relative;
    margin: 40px auto 40px;
  }
}
.himitsuBlock02 ._in .treasure_sec_large_left h3 span {
  display: block;
}
.himitsuBlock02 ._in .treasure_sec_large_left .treasure_txt {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  padding-top: 38px;
  width: 540px;
  padding-left: 54px;
  right: 0;
}
@media only screen and (max-width: 768px) {
  .himitsuBlock02 ._in .treasure_sec_large_left .treasure_txt {
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    padding-top: 0px;
    width: 100%;
    padding: 0 20px;
  }
}
.himitsuBlock02 ._in .treasure_sec_large_left .treasure_txt h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .himitsuBlock02 ._in .treasure_sec_large_left .treasure_txt h4 {
    font-size: 16px;
  }
}
.himitsuBlock02 ._in .treasure_sec_large_right h3 {
  font-size: 22px;
  line-height: 1.327;
  position: absolute;
  top: 0;
  line-height: 1.327;
  writing-mode: vertical-rl;
  text-orientation: upright;
  -ms-text-combine-horizontal: digits;
  text-combine-upright: digits;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .himitsuBlock02 ._in .treasure_sec_large_right h3 {
    position: relative;
    margin: 40px auto 40px;
  }
}
.himitsuBlock02 ._in .treasure_sec_large_right h3 span {
  display: block;
}
.himitsuBlock02 ._in .treasure_sec_large_right .treasure_txt {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  padding-top: 38px;
  width: 540px;
  padding-left: 54px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .himitsuBlock02 ._in .treasure_sec_large_right .treasure_txt {
    position: relative;
    width: 100%;
    padding: 0 20px;
  }
}
.himitsuBlock02 ._in .treasure_sec_large_right .treasure_txt h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .himitsuBlock02 ._in .treasure_sec_large_right .treasure_txt h4 {
    font-size: 16px;
  }
}
.himitsuBlock02 ._in .treasure_sec_large_right .treasure_pic {
  margin-left: auto;
}
.himitsuBlock02 ._in .treasure_pic {
  height: 500px;
  width: calc(100% - 180px);
}
@media only screen and (max-width: 768px) {
  .himitsuBlock02 ._in .treasure_pic {
    height: auto;
    width: 100%;
  }
}
.himitsuBlock02 ._in .treasure_pic img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.himitsuBlock02 ._in .treasure_pic._mailMaga {
  background: #c50018;
}
.himitsuBlock02 ._in h3.text_01 {
  width: 140px;
}
@media only screen and (max-width: 768px) {
  .himitsuBlock02 ._in h3.text_01 {
    width: 70px;
  }
}
.himitsuBlock02 ._in h3.text_02 {
  width: 140px;
}
@media only screen and (max-width: 768px) {
  .himitsuBlock02 ._in h3.text_02 {
    width: 70px;
  }
}
.himitsuBlock02 ._in h3 img {
  width: 100%;
  height: auto;
}
.himitsuBlock02 ._in .treasure_txt._01 {
  top: 400px;
}
@media only screen and (max-width: 768px) {
  .himitsuBlock02 ._in .treasure_txt._01 {
    top: 0px;
  }
}
.himitsuBlock02 ._in .treasure_txt._02 {
  top: 400px;
  left: 100px;
}
@media only screen and (max-width: 768px) {
  .himitsuBlock02 ._in .treasure_txt._02 {
    top: 0px;
    left: 0px;
  }
}
.himitsuBlock02 ._in .treasure_txt._03 {
  top: 520px;
}
@media only screen and (max-width: 768px) {
  .himitsuBlock02 ._in .treasure_txt._03 {
    top: 0px;
  }
}
.himitsuBlock02 ._in .threeBox {
  margin-top: 260px;
  margin-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .himitsuBlock02 ._in .threeBox {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.himitsuBlock02 ._in .threeBox .flexWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .himitsuBlock02 ._in .threeBox .flexWrap {
    display: block;
  }
}
.himitsuBlock02 ._in .threeBox .flexWrap .flexBox {
  width: 31.33336%;
}
@media only screen and (max-width: 768px) {
  .himitsuBlock02 ._in .threeBox .flexWrap .flexBox {
    width: 100%;
    margin-bottom: 40px;
  }
}
.himitsuBlock02 ._in .threeBox .flexWrap .flexBox img {
  width: 100%;
  height: auto;
}
.himitsuBlock02 ._in .threeBox .flexWrap .flexBox dl {
  text-align: center;
}
.himitsuBlock02 ._in .threeBox .flexWrap .flexBox dl dt {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .himitsuBlock02 ._in .threeBox .flexWrap .flexBox dl dt {
    font-size: 1.2rem;
  }
}

.footerSubButton {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .footerSubButton {
    margin-bottom: 20px;
  }
}
.footerSubButton a {
  display: block;
}
.footerSubButton a img {
  width: 100%;
  height: auto;
}

.orderWrap01 {
  background: url(../img/top_a_bg001.jpg) no-repeat center/cover;
  padding: 12rem 0 4rem;
}

@media only screen and (max-width: 768px) {
  .orderWrap01 {
    padding: 8rem 0 0rem;
  }
}
.orderWrap01 ._in .inin .c02 .flexWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.orderWrap01 ._in .inin .c02 .flexWrap .flexBox {
  width: 48%;
  background: #fff;
  position: relative;
  padding-bottom: 8rem;
}

@media only screen and (max-width: 768px) {
  .orderWrap01 ._in .inin .c02 .flexWrap .flexBox {
    width: 100%;
  }
}
.orderWrap01 ._in .inin .c02 .flexWrap .flexBox .g01 {
  display: flex;
  justify-content: space-between;
  padding: 2rem 3rem;
  border-bottom: 1px solid #eee;
}

.orderWrap01 ._in .inin .c02 .flexWrap .flexBox .g01 dl {
  display: flex;
  align-items: center;
}

.orderWrap01 ._in .inin .c02 .flexWrap .flexBox .g01 dl dt {
  position: relative;
  font-size: 2.6rem;
  line-height: 4rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2rem;
  color: #c50018;
}

@media only screen and (max-width: 768px) {
  .orderWrap01 ._in .inin .c02 .flexWrap .flexBox .g01 dl dt {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
.orderWrap01 ._in .inin .c02 .flexWrap .flexBox .g01 dl dd {
  position: relative;
  font-size: 2.6rem;
  line-height: 4rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2rem;
}

@media only screen and (max-width: 768px) {
  .orderWrap01 ._in .inin .c02 .flexWrap .flexBox .g01 dl dd {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 768px) {
  .orderWrap01 ._in .inin .c02 .flexWrap .flexBox .g01 .rightright {
    width: 5rem;
  }
}
.orderWrap01 ._in .inin .c02 .flexWrap .flexBox .g02 {
  padding: 2rem 3rem;
}

.orderWrap01 ._in .inin .c02 .flexWrap .flexBox .g03 {
  position: absolute;
  bottom: 0;
  left: 3rem;
  width: calc(100% - 6rem);
  margin: 0 auto 3rem;
  padding: 1rem 0rem;
  text-align: center;
  border: 1px solid #c50018;
  color: #c50018;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  font-family: source-han-serif-japanese, serif;
}

.orderWrap01 ._in .inin .c02 .flexWrap .flexBox .g04 {
  text-align: center;
  padding: 0rem 3rem 3rem;
}

.orderWrap01 ._in .inin .c02 .flexWrap .flexBox .g04 a {
  display: inline-block;
  font-size: 2.2rem;
  letter-spacing: 0em;
  margin-bottom: 0.5rem;
  font-family: source-han-serif-japanese, serif;
  color: #c50018;
}

.orderWrap01 ._in .inin .c02 .flexWrap .flexBox .g04 a span {
  font-size: 3.8rem;
}

.orderWrap02 {
  background: url(../img/top_a_bg001.jpg) no-repeat center/cover;
  padding: 12rem 0 12rem;
}

@media only screen and (max-width: 768px) {
  .orderWrap02 {
    padding: 8rem 0 4rem;
  }
}
.orderWrap02 .c02 .flexWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.orderWrap02 .c02 .flexWrap .flexBox {
  width: 31%;
  background: #fff;
  position: relative;
  padding: 4rem 4rem;
}

@media only screen and (max-width: 768px) {
  .orderWrap02 .c02 .flexWrap .flexBox {
    width: 100%;
  }
}
.orderWrap02 .c02 .flexWrap .flexBox .g01 {
  position: relative;
}

.orderWrap02 .c02 .flexWrap .flexBox .g01 .h01 {
  position: absolute;
  top: 0;
  left: 0%;
  transform: translate(0%, 0);
  width: 5rem;
  height: 5rem;
  border: 1px solid #c50018;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.orderWrap02 .c02 .flexWrap .flexBox .g01 .h01 span {
  display: inline-block;
  color: #c50018;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 4rem;
  letter-spacing: 0rem;
}

@media only screen and (max-width: 768px) {
  .orderWrap02 .c02 .flexWrap .flexBox .g01 .h01 span {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.orderWrap02 .c02 .flexWrap .flexBox .g01 .h02 {
  width: 18rem;
  margin: 0 auto;
}

.orderWrap02 .c02 .flexWrap .flexBox .g02 dl {
  margin-top: 2rem;
}

.orderWrap02 .c02 .flexWrap .flexBox .g02 dl dt {
  text-align: center;
  position: relative;
  font-size: 2.6rem;
  line-height: 3rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .orderWrap02 .c02 .flexWrap .flexBox .g02 dl dt {
    font-size: 2.2rem;
  }
}
.orderWrap02 .c02 .flexWrap .flexBox .g02 dl dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
}

.orderWrap02 .c03 {
  margin-top: 5rem;
}

.orderWrap02 .c03 .ininin {
  text-align: center;
}

.orderWrap02 .c03 .ininin a {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.orderWrap02 .c03 .ininin a:hover {
  opacity: 0.7;
}

.orderWrap02 .c03 .ininin a .leftA {
  width: 6rem;
  margin-right: 1rem;
}

.orderWrap02 .c03 .ininin a .rightA {
  font-size: 2.2rem;
  line-height: 3rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2rem;
}

.orderWrap03 {
  position: relative;
  background: url(../img/order_bg.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 20rem 0;
}

@media only screen and (max-width: 768px) {
  .orderWrap03 {
    background-attachment: inherit;
    height: auto;
    padding: 8rem 0;
  }
  .orderWrap03 span {
    display: block;
  }
}
.orderWrap03 .inin p {
  color: #fff;
  writing-mode: vertical-rl;
  font-feature-settings: "pkna";
  font-size: 3.6rem;
  line-height: 6rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.6rem;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .orderWrap03 .inin p {
    writing-mode: initial;
    font-size: 2.2rem;
    line-height: 4rem;
  }
}
.orderWrap04 {
  background: url(../img/top_a_bg001.jpg) no-repeat center/cover;
  padding: 12rem 0 6rem;
}

@media only screen and (max-width: 768px) {
  .orderWrap04 {
    padding: 8rem 0 0rem;
  }
}
.orderWrap04 .c02 .flexWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.orderWrap04 .c02 .flexWrap .flexBox {
  width: 48%;
  background: #fff;
  position: relative;
  padding-bottom: 4rem;
}

@media only screen and (max-width: 768px) {
  .orderWrap04 .c02 .flexWrap .flexBox {
    width: 100%;
  }
}
.orderWrap04 .c02 .flexWrap .flexBox .g01 {
  display: flex;
  justify-content: space-between;
  padding: 2rem 3rem;
  border-bottom: 1px solid #eee;
}

.orderWrap04 .c02 .flexWrap .flexBox .g01 dl {
  display: flex;
  align-items: center;
}

.orderWrap04 .c02 .flexWrap .flexBox .g01 dl dt {
  position: relative;
  font-size: 2.6rem;
  line-height: 4rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2rem;
  color: #c50018;
}

@media only screen and (max-width: 768px) {
  .orderWrap04 .c02 .flexWrap .flexBox .g01 dl dt {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
.orderWrap04 .c02 .flexWrap .flexBox .g01 dl dd {
  position: relative;
  font-size: 2.6rem;
  line-height: 4rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2rem;
}

@media only screen and (max-width: 768px) {
  .orderWrap04 .c02 .flexWrap .flexBox .g01 dl dd {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .orderWrap04 .c02 .flexWrap .flexBox .g01 .rightright {
    width: 5rem;
  }
}
.orderWrap04 .c02 .flexWrap .flexBox .g02 {
  padding: 2rem 4rem;
}

.orderWrap05 {
  background: url(../img/top_a_bg001.jpg) no-repeat center/cover;
  padding: 12rem 0 12rem;
}

@media only screen and (max-width: 768px) {
  .orderWrap05 {
    padding: 8rem 0 4rem;
  }
}
.orderWrap05 .c01 .faqL {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .orderWrap05 .c01 .faqL {
    display: block;
  }
}
.orderWrap05 .c01 .faqL > li {
  margin-bottom: 4rem;
  min-width: 44%;
}

@media only screen and (max-width: 768px) {
  .orderWrap05 .c01 .faqL > li {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .orderWrap05 .c01 .faqL > li:nth-child(odd) {
    margin-right: 0rem;
  }
}
@media only screen and (max-width: 768px) {
  .orderWrap05 .c01 .faqL > li:nth-child(even) {
    margin-left: 0rem;
  }
}
.orderWrap05 .c01 .faqL > li .faq_item {
  cursor: pointer;
  position: relative;
  min-height: 5rem;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  transition: all 0.4s;
  padding: 3rem 3rem 3rem 9rem;
  border: 1px solid #333;
}

@media only screen and (max-width: 768px) {
  .orderWrap05 .c01 .faqL > li .faq_item {
    font-size: 1.6rem;
    padding: 1.5rem 5rem 2rem 6.5rem;
  }
}
.orderWrap05 .c01 .faqL > li .faq_item:before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 2rem;
  background: url(../img/faq_q.png) no-repeat center center;
  background-size: cover;
  width: 6rem;
  height: 6rem;
  transition: all 0.4s;
  transform: translate3d(0px, 0%, 0px);
}

@media only screen and (max-width: 768px) {
  .orderWrap05 .c01 .faqL > li .faq_item:before {
    top: 1rem;
    left: 1rem;
    width: 4rem;
    height: 4rem;
  }
}
.orderWrap05 .c01 .faqL > li .faq_item::after {
  content: "";
  background: #333;
  width: 4rem;
  height: 1px;
  position: absolute;
  top: 4.5rem;
  right: 2.5rem;
}

@media only screen and (max-width: 768px) {
  .orderWrap05 .c01 .faqL > li .faq_item::after {
    width: 2.5rem;
    top: 3.3rem;
    right: 1.5rem;
  }
}
.orderWrap05 .c01 .faqL > li .faq_item p {
  margin: 0rem 0 0 0rem;
  display: inline-block;
  font-feature-settings: "palt";
  display: inline;
}

.orderWrap05 .c01 .faqL > li .faq_item p::after {
  content: "";
  background: #333;
  width: 1px;
  height: 4rem;
  position: absolute;
  top: 2.6rem;
  right: 4.3rem;
  transition: all 0.4s;
}

@media only screen and (max-width: 768px) {
  .orderWrap05 .c01 .faqL > li .faq_item p::after {
    height: 2.5rem;
    top: 2.1rem;
    right: 2.6rem;
  }
}
.orderWrap05 .c01 .faqL > li .faq_answer {
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s;
  background: #fff;
}

.orderWrap05 .c01 .faqL > li .faq_answer .p {
  position: relative;
  padding: 2.5rem 3rem 3rem 9rem;
  font-size: 1.8rem;
  line-height: 3.5rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
}

@media only screen and (max-width: 768px) {
  .orderWrap05 .c01 .faqL > li .faq_answer .p {
    font-size: 1.4rem;
    line-height: 3rem;
    padding: 1.5rem 2rem 2rem 6.5rem;
  }
}
.orderWrap05 .c01 .faqL > li .faq_answer:before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 2rem;
  background: url(../img/faq_a.png) no-repeat center center;
  background-size: cover;
  width: 6rem;
  height: 6rem;
  transition: all 0.4s;
  transform: translate3d(0px, 0%, 0px);
}

@media only screen and (max-width: 768px) {
  .orderWrap05 .c01 .faqL > li .faq_answer:before {
    top: 1rem;
    left: 1rem;
    width: 4rem;
    height: 4rem;
  }
}
.orderWrap05 .c01 .faqL > li.panel.active .faq_item p::after {
  opacity: 0;
}

.orderWrap05 .c01 .faqL ol {
  margin: 0rem 3rem 2.4rem 11rem;
}

@media only screen and (max-width: 768px) {
  .orderWrap05 .c01 .faqL ol {
    margin-bottom: 1rem;
    margin: 1.5rem 2rem 1rem 6.5rem;
  }
}
.orderWrap05 .c01 .faqL ol > li dl {
  border-left: 1px solid #aaa;
  width: calc(100% - 35rem);
  font-size: 2rem;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .orderWrap05 .c01 .faqL ol > li dl {
    display: block;
    font-size: 1.2rem;
    line-height: 3rem;
    width: calc(100% - 0rem);
    border-left: none;
    border-top: none;
  }
}
.orderWrap05 .c01 .faqL ol > li dl dt {
  position: relative;
  flex-basis: 25rem;
  margin-bottom: 0;
  padding: 1rem 2rem;
  text-align: center;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

@media only screen and (max-width: 768px) {
  .orderWrap05 .c01 .faqL ol > li dl dt {
    border-right: none;
  }
}
.orderWrap05 .c01 .faqL ol > li dl dd {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding: 1rem 2rem;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

@media only screen and (max-width: 768px) {
  .orderWrap05 .c01 .faqL ol > li dl dd {
    padding: 1rem 2rem;
    border-right: none;
  }
}
@media only screen and (max-width: 768px) {
  .orderWrap05 .c01 .faqL ol > li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.orderWrap05 .c01 .faqL ol > li:first-child dl {
  border-top: 1px solid #aaa;
}

@media only screen and (max-width: 768px) {
  .orderWrap05 .c01 .faqL ol > li:first-child dl {
    border-top: none;
  }
}
.orderWrap01 .cc01,
.orderWrap02 .cc01,
.orderWrap04 .cc01,
.orderWrap05 .cc01 {
  margin-bottom: 4rem;
}

.orderWrap01 .cc01 .flexWrap,
.orderWrap02 .cc01 .flexWrap,
.orderWrap04 .cc01 .flexWrap,
.orderWrap05 .cc01 .flexWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.orderWrap01 .cc01 .flexWrap .leftBox dl,
.orderWrap02 .cc01 .flexWrap .leftBox dl,
.orderWrap04 .cc01 .flexWrap .leftBox dl,
.orderWrap05 .cc01 .flexWrap .leftBox dl {
  display: flex;
  align-items: center;
}

.orderWrap01 .cc01 .flexWrap .leftBox dl dt,
.orderWrap02 .cc01 .flexWrap .leftBox dl dt,
.orderWrap04 .cc01 .flexWrap .leftBox dl dt,
.orderWrap05 .cc01 .flexWrap .leftBox dl dt {
  position: relative;
  font-size: 3.6rem;
  line-height: 5rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.2rem;
  margin-right: 2rem;
  padding-right: 2rem;
}

@media only screen and (max-width: 768px) {
  .orderWrap01 .cc01 .flexWrap .leftBox dl dt,
  .orderWrap02 .cc01 .flexWrap .leftBox dl dt,
  .orderWrap04 .cc01 .flexWrap .leftBox dl dt,
  .orderWrap05 .cc01 .flexWrap .leftBox dl dt {
    font-size: 2.4rem;
    line-height: 4rem;
    margin-bottom: 0.5rem;
  }
}
.orderWrap01 .cc01 .flexWrap .leftBox dl dt::after,
.orderWrap02 .cc01 .flexWrap .leftBox dl dt::after,
.orderWrap04 .cc01 .flexWrap .leftBox dl dt::after,
.orderWrap05 .cc01 .flexWrap .leftBox dl dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0%, -50%);
  background: #c50018;
  width: 1px;
  height: 100%;
}

.orderWrap01 .cc01 .flexWrap .leftBox dl dd,
.orderWrap02 .cc01 .flexWrap .leftBox dl dd,
.orderWrap04 .cc01 .flexWrap .leftBox dl dd,
.orderWrap05 .cc01 .flexWrap .leftBox dl dd {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.6rem;
}

@media only screen and (max-width: 768px) {
  .orderWrap01 .cc01 .flexWrap .leftBox,
  .orderWrap02 .cc01 .flexWrap .leftBox,
  .orderWrap04 .cc01 .flexWrap .leftBox,
  .orderWrap05 .cc01 .flexWrap .leftBox {
    width: 100%;
  }
}
.guideWrap01 {
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  .guideWrap01 {
    padding-top: 60px;
  }
}

.guideWrap01 .inin .c01 .anchorScroll {
  text-align: center;
}

.guideWrap01 .inin .c01 .anchorScroll a + a {
  border-left: 1px solid #eeeeee;
}

.guideWrap01 .inin .c01 .anchorScroll a {
  display: inline-block;
  position: relative;
  margin: 10px 0;
  padding: 0 30px 0 46px;
  background: url(../img/ico_arr_down.png) no-repeat 30px center;
  background-size: 8px;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: bold;
}

.guideWrap01 .inin .c02 li {
  padding: 50px 0 30px;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 768px) {
  .guideWrap01 .inin .c02 li {
    padding: 3rem 0;
  }
}
.guideWrap01 .inin .c02 li .hdS {
  margin-bottom: 3rem;
  font-size: 3.6rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .guideWrap01 .inin .c02 li .hdS {
    margin-bottom: 3rem;
    font-size: 2.2rem;
    font-weight: bold;
  }
}
.guideWrap01 .inin .c02 li .hdS::after {
  content: "";
  display: block;
  margin: 3rem 0 0;
  width: 3rem;
  height: 1px;
  background: #333;
}

.guideWrap01 .inin .c02 li h3 {
  font-size: 2.6rem;
}

.guideWrap01 .inin .c02 li p {
  margin-bottom: 3rem;
}

.guideWrap01 .inin .c02 li .tit {
  margin-top: 6rem;
  font-size: 2.4rem;
  font-weight: bold;
}

.guideWrap01 .inin .c02.guideBeginer .guide {
  table-layout: fixed;
  margin-bottom: 30px;
  width: 100%;
  border: 1px solid #eee;
}

.guideWrap01 .inin .c02.guideBeginer .guide thead th {
  padding: 16px 20px;
  background: #faf8f0;
  border: 1px solid #eee;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .guideWrap01 .inin .c02.guideBeginer .guide thead th {
    padding: 1rem;
  }
}
.guideWrap01 .inin .c02.guideBeginer .guide tbody th {
  vertical-align: top;
  padding: 28px 30px;
  border: 1px solid #eee;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .guideWrap01 .inin .c02.guideBeginer .guide tbody th {
    padding: 1rem;
  }
}
.guideWrap01 .inin .c02.guideBeginer .guide th:nth-of-type(1) {
  width: 18.5%;
}

.guideWrap01 .inin .c02.guideBeginer .guide.style2 th:nth-of-type(1) {
  width: 52.7%;
}

.guideWrap01 .inin .c02.guideBeginer .guide.style3 th:nth-of-type(1) {
  width: 37%;
}

.guideWrap01 .inin .c02.guideBeginer .guide td {
  vertical-align: top;
  padding: 28px 30px;
  border: 1px solid #eee;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .guideWrap01 .inin .c02.guideBeginer .guide td {
    padding: 1rem;
  }
}
.guideWrap01 .inin .c02.guideBeginer .guide.allergens td {
  text-align: center;
}

.guideWrap01 .inin .c02.guideBeginer .guide th .id {
  margin-left: 10px;
  font-weight: normal;
}

.guideWrap01 .inin .c02.guideBeginer .guide.wauto {
  width: auto;
}

.guideWrap01 .inin .c02.guideBeginer .guide .td_wrap {
  white-space: nowrap;
}

.guideWrap01 .inin .c02.guideBeginer .notes {
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: normal;
}

.guideWrap01 .inin .c02.guideBeginer .notes.mtnone {
  margin-top: -20px;
}

.guideWrap01 .inin .c02.guideBeginer .notes.mtnone02 {
  margin-top: -30px;
}

.guideWrap01 .inin .c02.guideBeginer .link {
  text-decoration: underline;
}

.guideWrap01 .inin .c02.guideBeginer .link:hover {
  text-decoration: none;
}

.guideWrap01 .inin .c02.guideBeginer .guide.shippingfee td {
  text-align: center;
}

.guideWrap01 .inin .c02.guideBeginer .guide.shippingfee td:nth-child(5) {
  text-align: left;
}

.guideWrap01 .inin .c02.guideBeginer .guide.packingfee th:nth-child(odd) {
  width: 20% !important;
}

.guideWrap01 .inin .c02.guideBeginer .guide.packingfee th:nth-child(even) {
  width: 30% !important;
}

.guideWrap01 .inin .c02.guideBeginer .guide.packingfee td {
  text-align: center;
}

.guideWrap01 .inin .c02.guideBeginer .Banktransfer .guide {
  width: 500px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
  .guideWrap01 .inin .c02.guideBeginer .Banktransfer .guide {
    width: 100%;
  }
}
.guideWrap01 .inin .c02.guideBeginer .Banktransfer .guide th {
  text-align: left;
}

.guideWrap01 .inin .c02.guideBeginer .Banktransfer .guide td {
  font-size: 1.6rem;
}

.guideWrap01 .inin .c02.guideBeginer .Banktransfer .guide th:nth-of-type(1) {
  width: 40%;
}

.guideWrap01 .inin .c02.guideBeginer .Banktransfer .guide .id {
  margin-left: 0;
}

.guideWrap01 .inin .c02.guideBeginer .box_packingfee {
  display: flex;
  justify-content: space-between;
}

.guideWrap01 .inin .c02.guideBeginer .box_packingfee table {
  width: 48%;
}

.guideWrap01 .inin .c02.guideBeginer li + li {
  border-top: 1px solid #eeeeee;
}

.guideWrap01 .inin .c02 .colorRed {
  color: #c50018;
}

.aboutTop {
  margin-top: 10rem;
  margin-bottom: 12rem;
}

@media only screen and (max-width: 768px) {
  .aboutTop {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
.aboutTop .flexWrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media only screen and (max-width: 768px) {
  .aboutTop .flexWrap {
    display: block;
  }
}
.aboutTop .flexWrap .enText {
  font-size: 9rem;
  letter-spacing: 0.4rem;
  font-family: malaga, serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;
  color: #aaa;
}

@media only screen and (max-width: 768px) {
  .aboutTop .flexWrap .enText {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
}
.aboutTop .flexWrap .jpText {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  font-family: source-han-serif-japanese, serif;
  padding-left: 9rem;
}

@media only screen and (max-width: 768px) {
  .aboutTop .flexWrap .jpText {
    font-size: 1.6rem;
  }
}
.aboutTop .flexWrap .jpText:before {
  display: block;
  content: "";
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  left: 0;
  width: 8rem;
  transform: translate3d(0, -50%, 0);
}

.contactWrap {
  margin-bottom: 6rem;
}

.contactWrap .contact__heading {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .contactWrap .contact__heading {
    display: block;
  }
}
.contactWrap .contact__heading .contact__heading__circle {
  width: 17rem;
  height: 17rem;
  flex: 0 0 auto;
  background-color: #c50018;
  border-radius: 50%;
  position: relative;
  color: #fff;
  font-size: 1.7rem;
  box-shadow: inset 0 0 0 7px #c50018, inset 0 0 0 8px #fff;
}

@media only screen and (max-width: 768px) {
  .contactWrap .contact__heading .contact__heading__circle {
    width: 100%;
    border-radius: 0;
    height: auto;
    text-align: center;
    padding: 4rem;
    margin-bottom: 2rem;
  }
}
.contactWrap .contact__heading .contact__heading__circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  line-height: 1.5;
}

.contactWrap .contact__heading .contact__heading__item__wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.contactWrap .contact__heading .contact__heading__item__wrap:nth-child(2) {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.contactWrap .contact__heading .contact__heading__item__wrap .contact__heading__item {
  display: flex;
  align-items: center;
  font-family: ten-mincho, serif;
}

.contactWrap .contact__heading .contact__heading__item__wrap .contact__heading__item--tel {
  margin-right: 4rem;
}

.contactWrap .contact__heading .contact__heading__item__wrap .contact__heading__item--tel dt {
  width: 9rem;
  letter-spacing: 0.09em;
  text-align: center;
  background-color: #c50018;
  color: #fff;
  font-size: 2rem;
  margin-right: 1rem;
}

@media only screen and (max-width: 768px) {
  .contactWrap .contact__heading .contact__heading__item__wrap .contact__heading__item--tel dt {
    font-size: 1.6rem;
  }
}
.contactWrap .contact__heading .contact__heading__item__wrap .contact__heading__item--tel dd {
  font-size: 4.6rem;
  color: #c50018;
}

@media only screen and (max-width: 768px) {
  .contactWrap .contact__heading .contact__heading__item__wrap .contact__heading__item--tel dd {
    font-size: 3rem;
  }
}
.contactWrap .contact__heading .contact__heading__item__wrap .contact__heading__item--tel dd a {
  color: #c50018;
}

.contactWrap .contact__heading .contact__heading__item__wrap .contact__heading__item--fax dt {
  width: 10rem;
  text-align: center;
  background-color: #44413c;
  color: #fff;
  font-size: 2rem;
  margin-right: 1.5rem;
}

.contactWrap .contact__heading .contact__heading__item__wrap .contact__heading__item--reception {
  margin-right: 11rem;
  margin-bottom: 1rem;
}

.contactWrap .contact__heading .contact__heading__item__wrap .contact__heading__item--reception dt {
  margin-right: 1.5rem;
}

.contactWrap .contact__heading .contact__heading__item__wrap .contact__heading__item--reception dd {
  font-weight: 500;
}

.contactWrap .contact__heading .contact__heading__item__wrap .contact__heading__item--common dt {
  min-width: 9rem;
  padding: 3px 0;
  text-align: center;
  background-color: #e6e6e6;
  flex: 0 0 auto;
  font-size: 1.6rem;
  font-weight: 500;
  margin-right: 1.5rem;
}

.contactWrap .contact__heading .contact__heading__item__wrap .contact__heading__item--common dd {
  font-size: 1.7rem;
  font-weight: 500;
}

@media only screen and (max-width: 768px) {
  .contactWrap .contact__heading .contact__heading__item__wrap .contact__heading__item--common dd {
    font-size: 2rem;
  }
}
.contactWrap .contact__heading .contact__heading__item__wrap .contact__heading__item--access {
  margin-right: 3rem;
}

@media only screen and (max-width: 768px) {
  .contactWrap .contact__heading .contact__heading__item__wrap .contact__heading__item--access {
    display: block;
    margin-top: 3rem;
    margin-right: 0;
  }
}
.contactWrap .contact__heading .contact__heading__item__wrap .contact__heading__item--access dt {
  width: 15rem;
  margin-right: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .contactWrap .contact__heading .contact__heading__item__wrap .contact__heading__item--access dt {
    margin-right: 0rem;
    margin-bottom: 1rem;
  }
}
.contactWrap .contact__heading .contact__heading__item__wrap .contact__heading__item--access dd {
  font-weight: 500;
}

.contactWrap .contact__heading .contact__heading__item__wrap .contact__heading__btn {
  display: block;
  width: 20rem;
  max-width: 100%;
  background-color: #c50018;
  color: #fff;
  font-size: 1.5rem;
  padding: 0.5rem;
  transition: 0.3s;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .contactWrap .contact__heading .contact__heading__item__wrap .contact__heading__btn {
    margin: 3rem auto 0;
    padding: 1.5rem;
  }
}
.contactBody {
  background: url(../img/paper_bg.jpg) no-repeat center/cover;
  padding: 8rem 0 10rem;
}

.contactBody .contactInfo {
  background: #fff;
  padding: 7rem 3rem 10px;
}

@media only screen and (max-width: 768px) {
  .contactBody .contactInfo {
    padding: 4rem 3rem 10px;
  }
}
.contactBody .contactInfo .contactTitleBody {
  margin-bottom: 6rem;
}

.contactBody .contactInfo .contactTitleBody .ttlBox {
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
  justify-content: center;
}

.contactBody .contactInfo .contactTitleBody .ttlBox h2 {
  position: relative;
  height: auto;
  writing-mode: inherit;
  font-size: 3rem;
  line-height: 1.7;
  width: 40rem;
  text-align: center;
  padding: 3rem 1.4rem 3rem;
  font-family: source-han-serif-japanese, serif;
}

@media only screen and (max-width: 768px) {
  .contactBody .contactInfo .contactTitleBody .ttlBox h2 {
    font-size: 2.2rem;
  }
}
.contactBody .contactInfo .contactTitleBody .ttlBox h2:before,
.contactBody .contactInfo .contactTitleBody .ttlBox h2:after {
  content: "";
  width: 29px;
  height: 52px;
  background-size: cover;
  position: absolute;
  background-image: url(../img/kakko.png);
}

.contactBody .contactInfo .contactTitleBody .ttlBox h2:before {
  bottom: 10px;
  transform: rotate(90deg);
  top: 0;
  right: auto;
  left: 0;
}

.contactBody .contactInfo .contactTitleBody .ttlBox h2:after {
  top: auto;
  bottom: 0;
  right: 0;
  transform: rotate(-90deg);
}

.privacyIn {
  padding: 8rem 0 0 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .privacyIn {
    padding: 4rem 0 0 0;
  }
}
.privacyIn p {
  margin-bottom: 4rem;
}

.thanks {
  margin-bottom: 12rem;
}

@media only screen and (max-width: 768px) {
  .thanks {
    margin-bottom: 10rem;
  }
}
@media only screen and (max-width: 768px) {
  .sec_contact .contactInfo {
    width: 100%;
  }
}
.sec_contact .contactInfo .contactSpace {
  padding-right: 0;
  padding-left: 0;
}

.sec_contact.input .contactForm,
.sec_contact .check .contactForm {
  width: 100%;
  max-width: 1000px;
  display: block;
  margin: 0 auto 0px;
  margin-bottom: 8rem;
}

@media only screen and (max-width: 768px) {
  .sec_contact.input .contactForm,
  .sec_contact .check .contactForm {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.sec_contact.input .contactForm .formIn,
.sec_contact .check .contactForm .formIn {
  margin-bottom: 6rem;
}

@media only screen and (max-width: 768px) {
  .sec_contact.input .contactForm .formIn,
  .sec_contact .check .contactForm .formIn {
    margin-bottom: 2rem;
  }
}
.sec_contact .contactForm dl::after {
  content: "";
  display: table;
  clear: both;
}

.sec_contact .contactForm dl {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  background: url(../img/line3.gif) repeat-x bottom left;
  background-size: 8px;
}

@media only screen and (max-width: 768px) {
  .sec_contact .contactForm dl {
    margin-bottom: 1.6rem;
    padding-bottom: 3.5rem;
  }
}
.sec_contact .contactForm dl:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.sec_contact.input .contactForm dt {
  float: left;
  font-weight: bold;
  position: relative;
  padding-top: 0.1rem;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .sec_contact.input .contactForm dt {
    float: none;
    width: 100%;
    font-weight: bold;
    position: relative;
    padding-top: 1rem;
    margin-bottom: 2rem;
  }
}
.sec_contact.input .contactForm dt::after {
  content: "";
  display: table;
  clear: both;
}

.sec_contact.input .contactForm dd {
  margin: 0 0 0px 17rem;
  position: relative;
  text-align: left;
}

.sec_contact.input .contactForm dd span.small {
  font-size: 1rem;
}

@media only screen and (max-width: 768px) {
  .sec_contact.input .contactForm dd span.small {
    line-height: 1.5;
    display: inline-block;
  }
  .sec_contact.input .contactForm dd span.small._mailSmall {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .sec_contact.input .contactForm dd {
    position: relative;
    text-align: left;
    margin: 0 0 0px 0px;
  }
}
.sec_contact.input .contactForm dd.checkBody {
  font-size: 1.2rem;
}

.sec_contact.input .contactForm dd.checkBody .wrap-checkbox {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
}

.sec_contact.input .contactForm dd.checkBody .wrap-checkbox .wpcf7-list-item {
  width: 33.3333666667%;
  margin-bottom: 1rem;
}

.sec_contact.input .contactForm dd.checkBody .wrap-checkbox .wpcf7-list-item:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .sec_contact.input .contactForm dd.checkBody .wrap-checkbox .wpcf7-list-item {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .sec_contact.input .contactForm dd.checkBody .wrap-checkbox .wpcf7-list-item:last-child {
    margin-bottom: 0;
  }
}
.sec_contact.input .contactForm dd .error {
  font-size: 14px;
  color: #c50018;
}

.sec_contact.input .contactForm .checkSpecial dt {
  padding-top: 0rem;
}

.sec_contact.input .contactForm .checkSpecial dd br {
  display: none;
}

.sec_contact.input .contactForm dd.select_Wrap label {
  width: 100%;
}

.sec_contact.input .contactForm dd.select_Wrap label br {
  display: none;
}

.sec_contact.input .contactForm dd input[type=text],
.sec_contact.input .contactForm dd input[type=email] {
  width: 100%;
  height: 50px;
  border: 1px solid #999999;
  font-size: 1.3rem;
  color: #000;
  padding: 0px 10px;
  -webkit-appearance: none;
  outline: 0;
  border-radius: 0px;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .sec_contact.input .contactForm dd input[type=text],
  .sec_contact.input .contactForm dd input[type=email] {
    width: 100%;
    height: 42px;
    border: 1px solid #999999;
    font-size: 13px;
    color: #000;
    padding: 0px 10px;
    -webkit-appearance: none;
    outline: 0;
    border-radius: 0px;
    box-sizing: border-box;
  }
}
.sec_contact.input .contactForm dd input#zip[type=text] {
  width: 25rem;
}

@media only screen and (max-width: 1400px) {
  .sec_contact.input .contactForm dd input#zip[type=text] {
    width: 30rem;
  }
}
@media only screen and (max-width: 768px) {
  .sec_contact.input .contactForm dd input#zip[type=text] {
    width: 15rem;
    margin-bottom: 2rem;
  }
}
.sec_contact.input .contactForm dd select#address01 {
  width: 25rem;
  font-size: 13px;
}

@media only screen and (max-width: 1400px) {
  .sec_contact.input .contactForm dd select#address01 {
    width: 30rem;
  }
}
@media only screen and (max-width: 768px) {
  .sec_contact.input .contactForm dd select#address01 {
    width: 100%;
  }
}
.sec_contact.input .contactForm dd .flexAddress {
  display: flex;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .sec_contact.input .contactForm dd .flexAddress {
    display: block;
  }
}
.sec_contact.input .contactForm dd .flexAddress br {
  display: none;
}

.sec_contact.input .contactForm dd .flexAddress .select_cover {
  margin-left: auto;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .sec_contact.input .contactForm dd .flexAddress .select_cover {
    display: block;
  }
}
.sec_contact.input .contactForm dd .flexAddress .address01 {
  margin-left: auto;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .sec_contact.input .contactForm dd .flexAddress .address01 {
    display: block;
  }
}
.sec_contact.input .contactForm dd input:focus,
.sec_contact.input .contactForm dd textarea:focus {
  outline: 0;
  box-shadow: 0px 0px 4px 1px #3da4de;
  -moz-box-shadow: 0px 0px 4px 1px #3da4de;
  -webkit-box-shadow: 0px 0px 4px 1px #3da4de;
}

.sec_contact.input .contactForm dd textarea {
  width: 100%;
  border: 1px solid #999999;
  font-size: 15px;
  color: #000;
  padding: 15px 10px;
}

@media only screen and (max-width: 768px) {
  .sec_contact.input .contactForm dd textarea {
    width: 100% !important;
    min-height: 200px !important;
    border: 1px solid #999999;
    font-size: 14px;
    color: #000;
    padding: 10px 10px;
    box-sizing: border-box;
    border-radius: 1px;
    -webkit-appearance: none;
    line-height: 1.4;
  }
}
.sec_contact input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  display: none;
}

.sec_contact .doui {
  text-align: center;
  margin: 0.2rem 0 0.3rem;
}

@media only screen and (max-width: 768px) {
  .sec_contact .doui {
    margin: 1rem 2rem;
  }
}
.sec_contact .doui label input[type=checkbox] {
  display: none;
}

.sec_contact .doui label span {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}

.sec_contact .doui label span::before {
  background: #fff;
  border: 1px solid #999999;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.sec_contact .doui label span::after {
  border-right: 3px solid #ff0000;
  border-bottom: 3px solid #ff0000;
  content: "";
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

.sec_contact .doui label input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.sec_contact .mwform-radio-field label span {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 4px 12px 4px 24px !important;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
  width: 94%;
  line-height: 1.4;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: left;
}

.sec_contact .mwform-radio-field label:hover:after {
  border-color: #0c2b58;
}

.sec_contact .mwform-radio-field label span:after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 1px solid #0c2b58;
  border-radius: 50%;
  content: "";
}

.sec_contact .mwform-radio-field label span:before {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0c2b58;
  content: "";
  opacity: 0;
  transform: rotate(45deg);
}

.sec_contact input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}

.sec_contact input[type=radio]:checked + .mwform-radio-field-text:before,
.sec_contact input[type=radio]:checked + .radiobox_sp:before {
  opacity: 1;
}

.sec_contact label.select_cover {
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 768px) {
  .sec_contact label.select_cover {
    width: 100%;
  }
}
.sec_contact .contactForm select {
  position: relative;
  z-index: 1;
  width: 40rem;
  border: 1px solid #999999;
  box-sizing: border-box;
  color: #808080;
  border-radius: 1px;
  background-color: white;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

@media only screen and (max-width: 768px) {
  .sec_contact .contactForm select {
    width: 100%;
    height: 42px;
    padding: 0 10px;
    font-size: 14px;
  }
}
.sec_contact select::-ms-expand {
  display: none;
}

.sec_contact label.select_cover:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 17px;
  right: 5px;
  display: inline-block;
  margin-right: 10px;
  border: 5px solid transparent;
  border-color: #808080 #808080 transparent transparent;
  width: 0;
  height: 0;
  pointer-events: none;
  transform: rotate(135deg);
}

@media only screen and (max-width: 768px) {
  .sec_contact label.select_cover:before {
    top: 12px;
  }
}
.sec_contact input[type=submit],
.sec_contact .submit_area input[type=button] {
  background-color: #000;
  border-width: 0;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  padding: 15px 80px;
  position: relative;
  transition: all 0.2s ease-out;
}

@media only screen and (max-width: 768px) {
  .sec_contact input[type=submit],
  .sec_contact .submit_area input[type=button] {
    min-width: auto;
    padding: 15px 30px;
  }
}
.sec_contact input[type=submit]:hover {
  opacity: 0.7;
}

.sec_contact input {
  -webkit-appearance: none;
}

.sec_contact input[type=button] {
  -webkit-appearance: none;
}

.sec_contact .wpcf7-not-valid-tip {
  font-size: 1rem;
  color: #ff0000;
}

@media only screen and (max-width: 768px) {
  .sec_contact .wpcf7-not-valid-tip {
    font-size: 1rem;
  }
}
.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

.inv-recaptcha-holder {
  margin-bottom: 0;
}

.inv-recaptcha-holder .grecaptcha-badge {
  margin: 20px auto;
}

.checkBody label,
.searchandfilter label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0.1rem;
  padding: 0px 30px;
  position: relative;
  width: auto;
}

@media only screen and (max-width: 768px) {
  .checkBody label,
  .searchandfilter label {
    margin-bottom: 0.6rem;
  }
}
.checkBody label input[type=checkbox],
.searchandfilter label input[type=checkbox] {
  display: none;
}

.checkBody label::before,
.searchandfilter label::before {
  background: #fff;
  border: 1px solid #999999;
  content: "";
  display: block;
  height: 16px;
  left: 5px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.checkBody label::after,
.searchandfilter label::after {
  border-right: 3px solid #009c84;
  border-bottom: 3px solid #009c84;
  content: "";
  display: block;
  height: 9px;
  left: 10px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

.checkBody label input[type=checkbox]:checked + span::after,
.searchandfilter label input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.checkBody label.selected:after,
.searchandfilter label.selected:after {
  opacity: 1;
}

.checkBody.searchandfilter label,
.searchandfilter.searchandfilter label {
  padding: 0px 20px 0 30px;
}

.privacyContact {
  margin-top: 6rem;
}

@media only screen and (max-width: 768px) {
  .privacyContact {
    margin-top: 4rem;
  }
}
.privacyContact h6 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  .privacyContact h6 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.privacyContact .scrollK {
  overflow: auto;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  height: 250px;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 4rem;
  padding: 2.4rem;
  background-color: #ffffff;
  border: 1px #c0c0c0 solid;
  color: #000000;
}

@media only screen and (max-width: 768px) {
  .privacyContact .scrollK {
    width: 100%;
    padding: 20px 20px;
  }
}
.privacyWrapper {
  margin-bottom: 10rem;
}

@media only screen and (max-width: 768px) {
  .privacyWrapper {
    margin-bottom: 8rem;
  }
}
.ttt01 {
  margin-bottom: 10rem;
}

@media only screen and (max-width: 768px) {
  .ttt01 {
    margin-bottom: 6rem;
  }
}
.ttt01 .inin {
  position: relative;
  text-align: center;
}

.ttt01 .inin span {
  position: absolute;
  top: -4rem;
  left: 50%;
  transform: translate(-50%, 0);
  text-stroke: 1px #ccc;
  -webkit-text-stroke: 1px #ccc;
  color: transparent;
  display: block;
  font-size: 13rem;
  font-family: arial;
  line-height: 13rem;
  font-weight: bold;
  color: transparent;
}

@media only screen and (max-width: 768px) {
  .ttt01 .inin span {
    top: -2rem;
    font-size: 7rem;
    font-family: arial;
    line-height: 7rem;
  }
}
.ttt01 .inin h2 {
  position: relative;
  z-index: 2;
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 4rem;
  letter-spacing: 0.2rem;
  letter-spacing: 0rem;
}

@media only screen and (max-width: 768px) {
  .ttt01 .inin h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.nextWrap {
  position: relative;
  background: #f1e743;
  padding: 10rem 0;
}

@media only screen and (max-width: 768px) {
  .nextWrap {
    padding: 5rem 0;
  }
}
.nextWrap ._in .bgText {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  opacity: 0.8;
  font-size: 11.6rem;
  font-weight: bold;
  line-height: 9rem;
  font-family: arial;
}

@media only screen and (max-width: 768px) {
  .nextWrap ._in .bgText {
    font-size: 6.6rem;
    font-weight: bold;
    line-height: 7rem;
  }
}
.nextWrap ._in .accidentSection01Wrap .centerT {
  text-align: center;
}

.nextWrap ._in .accidentSection01Wrap ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 8rem;
}

@media only screen and (max-width: 768px) {
  .nextWrap ._in .accidentSection01Wrap ul {
    flex-wrap: wrap;
    display: block;
    margin-top: 5rem;
  }
}
.nextWrap ._in .accidentSection01Wrap ul li {
  width: 31%;
  display: inline-block;
  border-bottom: 1px solid #333;
  margin: 0 2%;
  padding-bottom: 2rem;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .nextWrap ._in .accidentSection01Wrap ul li {
    width: 100%;
    display: block;
    margin: 0 auto 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.nextWrap ._in .accidentSection01Wrap ul li a {
  display: block;
}

.nextWrap ._in .accidentSection01Wrap ul li a dl dt {
  position: relative;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 2.1rem;
}

.nextWrap ._in .accidentSection01Wrap ul li a dl dt::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-size: 20%;
  position: absolute;
  bottom: 40%;
  right: 0;
  color: #333;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: scaleX(0.8) rotate(135deg);
  transition: all 0.2s ease-out;
  transition: all 0.6s 0s;
}

.companyWrap01 {
  padding: 12rem 0;
}

@media only screen and (max-width: 768px) {
  .companyWrap01 {
    padding: 8rem 0;
  }
}
.companyWrap01 .c02 .sectionIn:not(:first-child) {
  margin-top: 7rem;
}

.companyWrap01 .c02 .sectionIn .flexWrap._normal {
  display: flex;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 768px) {
  .companyWrap01 .c02 .sectionIn .flexWrap._normal {
    display: block;
  }
}
.companyWrap01 .c02 .sectionIn .flexWrap._normal .textBox {
  padding: 0 4% 0 12rem;
}

@media only screen and (max-width: 768px) {
  .companyWrap01 .c02 .sectionIn .flexWrap._normal .textBox {
    padding: 0;
  }
}
.companyWrap01 .c02 .sectionIn .flexWrap._reverse {
  display: flex;
}

@media only screen and (max-width: 768px) {
  .companyWrap01 .c02 .sectionIn .flexWrap._reverse {
    display: block;
  }
}
.companyWrap01 .c02 .sectionIn .flexWrap._reverse .textBox {
  padding: 0 12rem 0 4%;
}

@media only screen and (max-width: 768px) {
  .companyWrap01 .c02 .sectionIn .flexWrap._reverse .textBox {
    padding: 0;
  }
}
.companyWrap01 .c02 .sectionIn .flexWrap .imgBox {
  position: relative;
  width: 50%;
}

.companyWrap01 .c02 .sectionIn .flexWrap .imgBox._01 {
  padding: 0 0 2rem 2rem;
}

.companyWrap01 .c02 .sectionIn .flexWrap .imgBox._02 {
  padding: 0 2rem 2rem 0rem;
}

@media only screen and (max-width: 768px) {
  .companyWrap01 .c02 .sectionIn .flexWrap .imgBox {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.companyWrap01 .c02 .sectionIn .flexWrap .imgBox .movieZ {
  position: relative;
  width: 100%;
  height: auto;
  height: 42vw;
  overflow: hidden;
  border-radius: 0 7rem 7rem 0;
}

@media only screen and (min-width: 1401px) {
  .companyWrap01 .c02 .sectionIn .flexWrap .imgBox .movieZ {
    height: 42vw;
  }
}
@media only screen and (max-width: 768px) {
  .companyWrap01 .c02 .sectionIn .flexWrap .imgBox .movieZ {
    height: auto;
    border-radius: 0 3rem 3rem 0;
  }
}
.companyWrap01 .c02 .sectionIn .flexWrap .imgBox video {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 153%;
  height: 100%;
  background: url(../img/poster.jpg) no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .companyWrap01 .c02 .sectionIn .flexWrap .imgBox video {
    position: static;
    transform: translate(0, 0%);
    min-width: 100%;
    min-height: 100%;
    width: 155%;
    height: 100%;
  }
}
.companyWrap01 .c02 .sectionIn .flexWrap .imgBox .a01 {
  position: absolute;
  bottom: 1rem;
  right: 0%;
  z-index: 2;
}

.companyWrap01 .c02 .sectionIn .flexWrap .imgBox .a02 {
  position: absolute;
  top: 3rem;
  left: 0%;
  z-index: -1;
  width: 100%;
}

@media only screen and (max-width: 1400px) {
  .companyWrap01 .c02 .sectionIn .flexWrap .imgBox .a02 {
    top: 3rem;
  }
}
.companyWrap01 .c02 .sectionIn .flexWrap .textBox {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .companyWrap01 .c02 .sectionIn .flexWrap .textBox {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .companyWrap01 .c02 .sectionIn .flexWrap .textBox .inText .mainTA {
    padding: 0 3rem;
  }
}
.companyWrap01 .c02 .sectionIn .flexWrap .textBox .inText .mainTA h3 {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 5rem;
  letter-spacing: 0.1rem;
}

@media only screen and (max-width: 768px) {
  .companyWrap01 .c02 .sectionIn .flexWrap .textBox .inText .mainTA h3 {
    font-size: 2.8rem;
    line-height: 4rem;
  }
}
.companyWrap01 .c02 .sectionIn .flexWrap .textBox .inText .mainTA h3::after {
  content: "";
  display: block;
  margin: 3rem 0 5rem;
  background: #c50018;
  width: 10rem;
  height: 2px;
}

.companyWrap01 .c02 .sectionIn .flexWrap .textBox .inText .sub02 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 3rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .companyWrap01 .c02 .sectionIn .flexWrap .textBox .inText .sub02 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .companyWrap01 .c02 .sectionIn .flexWrap .textBox .inText .sub02 {
    padding: 0 3rem;
  }
}
.companyWrap01 .c02 .sectionIn .flexWrap .textBox .inText .flexInWrap {
  display: flex;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .companyWrap01 .c02 .sectionIn .flexWrap .textBox .inText .flexInWrap {
    padding: 0 3rem;
  }
}
.companyWrap01 .c02 .sectionIn .flexWrap .textBox .inText .flexInWrap .ininLeft {
  font-size: 2rem;
  font-weight: 700;
  line-height: 3rem;
  margin-right: 2rem;
}

.companyWrap01 .c02 .sectionIn .flexWrap .textBox .inText .flexInWrap .ininRight .img {
  width: 26rem;
}

@media only screen and (max-width: 768px) {
  .companyWrap01 .c02 .sectionIn .flexWrap .textBox .inText .flexInWrap .ininRight .img {
    width: 20rem;
  }
}
.companyWrap01 .c02 .sectionIn .flexWrap .textBox .inText .flexInWrap .ininRight .subsb {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
  letter-spacing: 0.2rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.companyWrap02 {
  background: #f6f6f6;
  position: relative;
  padding: 12rem 0;
}

@media only screen and (max-width: 768px) {
  .companyWrap02 {
    padding: 8rem 0;
  }
}
.companyWrap02 .bgLo {
  position: absolute;
  bottom: 0;
  right: 0%;
  width: 20rem;
}

@media only screen and (max-width: 768px) {
  .companyWrap02 .bgLo {
    width: 14rem;
  }
}
.companyWrap02 ._in {
  position: relative;
  z-index: 1;
}

.companyWrap02 ._in .inin .c01 .flexWrap {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .companyWrap02 ._in .inin .c01 .flexWrap {
    display: block;
  }
}
.companyWrap02 ._in .inin .c01 .flexWrap .flexBox {
  width: 49%;
  background: #fff;
  padding: 4rem 3rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .companyWrap02 ._in .inin .c01 .flexWrap .flexBox {
    width: 100%;
  }
  .companyWrap02 ._in .inin .c01 .flexWrap .flexBox:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.companyWrap02 ._in .inin .c01 .flexWrap .flexBox .inF h4 {
  color: #c50018;
  font-size: 4rem;
  font-weight: bold;
  line-height: 4rem;
  letter-spacing: 0rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .companyWrap02 ._in .inin .c01 .flexWrap .flexBox .inF h4 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.companyWrap02 ._in .inin .c01 .flexWrap .flexBox .inF .sub {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 4rem;
  letter-spacing: 0rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media only screen and (max-width: 768px) {
  .companyWrap02 ._in .inin .c01 .flexWrap .flexBox .inF .sub {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.companyWrap02 ._in .inin .c02 {
  background: #fff;
  margin-top: 3rem;
  padding: 4rem 8rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .companyWrap02 ._in .inin .c02 {
    padding: 4rem 3rem;
  }
}
.companyWrap02 ._in .inin .c02 h4 {
  color: #c50018;
  font-size: 4rem;
  font-weight: bold;
  line-height: 4rem;
  letter-spacing: 0rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .companyWrap02 ._in .inin .c02 h4 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.companyWrap02 ._in .inin .c02 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.companyWrap02 ._in .inin .c02 ul li {
  width: 48%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media only screen and (max-width: 768px) {
  .companyWrap02 ._in .inin .c02 ul li {
    width: 100%;
  }
}
.companyWrap02 ._in .inin .c02 ul li:not(:last-child) {
  margin-bottom: 2rem;
}

.companyWrap03 {
  background: #f1e743;
  padding: 12rem 0;
}

@media only screen and (max-width: 768px) {
  .companyWrap03 {
    padding: 8rem 0;
  }
}
.companyWrap03 .ininin {
  background: #fff;
  padding: 6rem 6rem;
}

@media only screen and (max-width: 768px) {
  .companyWrap03 .ininin {
    padding: 5rem 3rem;
  }
}
.companyWrap03 .ininin .flexBoxInfo {
  width: 100%;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .companyWrap03 .ininin .flexBoxInfo {
    width: 100%;
  }
}
.companyWrap03 .ininin .flexBoxInfo dl {
  position: relative;
  display: flex;
  font-size: 1.6rem;
  line-height: 3rem;
}

@media only screen and (max-width: 768px) {
  .companyWrap03 .ininin .flexBoxInfo dl {
    display: block;
  }
}
.companyWrap03 .ininin .flexBoxInfo dl dt {
  border-top: solid 1px #111;
  flex-basis: 20rem;
  margin-right: 2rem;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .companyWrap03 .ininin .flexBoxInfo dl dt {
    flex-basis: 100%;
    margin-right: 0rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}
.companyWrap03 .ininin .flexBoxInfo dl dd {
  border-top: solid 1px #f4f4f4;
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .companyWrap03 .ininin .flexBoxInfo dl dd {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}
.companyWrap04 {
  background: #fff;
  padding: 12rem 0;
}

@media only screen and (max-width: 768px) {
  .companyWrap04 {
    padding: 8rem 0;
  }
}
.companyWrap04 .ininin {
  background: #fff;
}

.companyWrap04 .ininin .flexBoxInfo {
  width: 100%;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .companyWrap04 .ininin .flexBoxInfo {
    width: 100%;
  }
}
.companyWrap04 .ininin .flexBoxInfo dl {
  position: relative;
  display: flex;
  font-size: 1.6rem;
  line-height: 3rem;
}

@media only screen and (max-width: 768px) {
  .companyWrap04 .ininin .flexBoxInfo dl {
    display: block;
  }
}
.companyWrap04 .ininin .flexBoxInfo dl dt {
  border-top: solid 1px #111;
  flex-basis: 20rem;
  margin-right: 2rem;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .companyWrap04 .ininin .flexBoxInfo dl dt {
    flex-basis: 100%;
    margin-right: 0rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}
.companyWrap04 .ininin .flexBoxInfo dl dd {
  border-top: solid 1px #f4f4f4;
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .companyWrap04 .ininin .flexBoxInfo dl dd {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}
.companyWrap05 {
  background: #f1e743;
  position: relative;
  padding-right: 12rem;
  padding-bottom: 8rem;
}

@media only screen and (max-width: 768px) {
  .companyWrap05 {
    padding-right: 3rem;
  }
}
.companyWrap05 .c02 {
  position: relative;
  z-index: 1;
  margin-top: -30rem;
}

@media only screen and (max-width: 768px) {
  .companyWrap05 .c02 {
    margin-top: -5rem;
  }
}
.companyWrap05 .c02 .inin {
  background: #fff;
  margin-left: 12rem;
  padding: 8rem 8rem 8rem 8rem;
}

@media only screen and (max-width: 768px) {
  .companyWrap05 .c02 .inin {
    margin-left: 3rem;
    padding: 6rem 3rem 6rem 3rem;
  }
}
.companyWrap05 .c02 .inin .ininin .d01 h3 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 4rem;
  letter-spacing: 0rem;
}

@media only screen and (max-width: 768px) {
  .companyWrap05 .c02 .inin .ininin .d01 h3 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.companyWrap05 .c02 .inin .ininin .d01 .sub {
  font-size: 6.4rem;
  font-weight: 800;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  .companyWrap05 .c02 .inin .ininin .d01 .sub {
    font-size: 4.4rem;
    line-height: 6rem;
  }
}
.companyWrap05 .c02 .inin .ininin .d01 .sub::after {
  content: "";
  width: 10rem;
  height: 2px;
  background: #c50018;
  display: block;
  margin: 3rem 0 6rem;
}

@media only screen and (max-width: 768px) {
  .companyWrap05 .c02 .inin .ininin .d01 .sub::after {
    margin: 2rem 0 4rem;
  }
}
.companyWrap05 .c02 .inin .ininin .d02 .flexWrap {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .companyWrap05 .c02 .inin .ininin .d02 .flexWrap {
    display: block;
  }
}
.companyWrap05 .c02 .inin .ininin .d02 .flexWrap .flexBox {
  width: 49%;
}

@media only screen and (max-width: 768px) {
  .companyWrap05 .c02 .inin .ininin .d02 .flexWrap .flexBox {
    width: 100%;
  }
  .companyWrap05 .c02 .inin .ininin .d02 .flexWrap .flexBox:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.companyWrap05 .c02 .inin .ininin .d02 .flexWrap .flexBox dl {
  margin-bottom: 3rem;
}

.companyWrap05 .c02 .inin .ininin .d02 .flexWrap .flexBox dl dt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 4rem;
  letter-spacing: 0rem;
  color: #c50018;
}

@media only screen and (max-width: 768px) {
  .companyWrap05 .c02 .inin .ininin .d02 .flexWrap .flexBox dl dt {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.companyWrap05 .c02 .inin .ininin .d02 .flexWrap .flexBox dl dd {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 4rem;
  letter-spacing: 0rem;
}

@media only screen and (max-width: 768px) {
  .companyWrap05 .c02 .inin .ininin .d02 .flexWrap .flexBox dl dd {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.companyWrap05 .c02 .inin .ininin .d02 .flexWrap .flexBox .mamap {
  margin-bottom: 1rem;
}

.companyWrap05 .c02 .inin .ininin .d02 .flexWrap .flexBox .mamap iframe {
  height: 40rem;
}

@media only screen and (max-width: 768px) {
  .companyWrap05 .c02 .inin .ininin .d02 .flexWrap .flexBox .mamap iframe {
    height: 30rem;
  }
}
.recruitWrap01 {
  background: url(../img/recruit_img01.jpg) no-repeat center/cover;
  padding: 18rem 0 12rem;
}

@media only screen and (max-width: 768px) {
  .recruitWrap01 {
    padding: 8rem 0 8rem 0;
  }
}
.recruitWrap01 .inin .c01 {
  position: relative;
  text-align: center;
  margin-bottom: 8rem;
}

@media only screen and (max-width: 768px) {
  .recruitWrap01 .inin .c01 {
    margin-bottom: 4rem;
  }
}
.recruitWrap01 .inin .c01 .bgTTTT {
  color: #fff;
  font-size: 10.6rem;
  font-weight: bold;
  line-height: 11rem;
  font-family: arial;
  position: absolute;
  top: -7rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  white-space: nowrap;
}

@media only screen and (max-width: 1400px) {
  .recruitWrap01 .inin .c01 .bgTTTT {
    font-size: 9.6rem;
    font-weight: bold;
    line-height: 9rem;
  }
}
@media only screen and (max-width: 768px) {
  .recruitWrap01 .inin .c01 .bgTTTT {
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 5rem;
    top: 0rem;
  }
}
.recruitWrap01 .inin .c01 h2 {
  position: relative;
  z-index: 2;
  font-size: 4.4rem;
  font-weight: 800;
  line-height: 4.8rem;
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  .recruitWrap01 .inin .c01 h2 {
    font-size: 3rem;
    line-height: 6rem;
  }
}
.recruitWrap01 .inin .c01 h2::after {
  content: "";
  width: 5rem;
  height: 2px;
  background: #c50018;
  display: block;
  margin: 2rem auto 3rem;
}

@media only screen and (max-width: 768px) {
  .recruitWrap01 .inin .c01 h2::after {
    margin: 2rem auto 4rem;
  }
}
.recruitWrap01 .inin .c02 {
  text-align: center;
  width: 80rem;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .recruitWrap01 .inin .c02 {
    width: 100%;
  }
}
.recruitWrap01 .inin .c02 .sub {
  font-size: 2rem;
  font-weight: 500;
  line-height: 4rem;
  letter-spacing: 0rem;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 768px) {
  .recruitWrap01 .inin .c02 .sub {
    font-size: 1.8rem;
    line-height: 3.4rem;
  }
}
.recruitWrap02 {
  padding: 10rem 0 2rem;
}

@media only screen and (max-width: 768px) {
  .recruitWrap02 {
    padding: 8rem 0 2rem;
  }
}
.recruitWrap02 ._in .c01 {
  margin-bottom: 4rem;
  text-align: center;
}

.recruitWrap02 ._in .c01 h2 {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-size: 3rem;
}

@media only screen and (max-width: 768px) {
  .recruitWrap02 ._in .c01 h2 {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
.recruitWrap02 ._in .c01 h2:before,
.recruitWrap02 ._in .c01 h2:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #c50018;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}

.recruitWrap02 ._in .c01 h2:before {
  transform: rotate(-35deg);
}

.recruitWrap02 ._in .c01 h2:after {
  transform: rotate(35deg);
}

.recruitWrap02 ._in .c02 .flexWrap {
  display: flex;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 768px) {
  .recruitWrap02 ._in .c02 .flexWrap {
    display: block;
  }
}
.recruitWrap02 ._in .c02 .flexWrap .leftBox {
  position: relative;
  width: 45%;
}

@media only screen and (max-width: 768px) {
  .recruitWrap02 ._in .c02 .flexWrap .leftBox {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.recruitWrap02 ._in .c02 .flexWrap .rightBox {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 4% 0 10rem;
}

@media only screen and (max-width: 768px) {
  .recruitWrap02 ._in .c02 .flexWrap .rightBox {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .recruitWrap02 ._in .c02 .flexWrap .rightBox {
    padding: 0 3rem;
  }
}
.recruitWrap02 ._in .c02 .flexWrap .rightBox dl {
  border-bottom: 1px solid #ddd;
  padding-bottom: 3rem;
}

.recruitWrap02 ._in .c02 .flexWrap .rightBox dl:not(:last-child) {
  margin-bottom: 4rem;
}

.recruitWrap02 ._in .c02 .flexWrap .rightBox dl dt {
  color: #c50018;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3rem;
  letter-spacing: 0rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .recruitWrap02 ._in .c02 .flexWrap .rightBox dl dt {
    font-size: 2.4rem;
    line-height: 4rem;
  }
}
.recruitWrap02 ._in .c02 .flexWrap .rightBox dl dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 3rem;
}

.recruitWrap03 {
  padding: 10rem 0;
}

@media only screen and (max-width: 768px) {
  .recruitWrap03 {
    padding: 8rem 0;
  }
}
.recruitWrap03 ._in .c01 {
  margin-bottom: 4rem;
  text-align: center;
}

.recruitWrap03 ._in .c01 h2 {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-size: 3rem;
}

@media only screen and (max-width: 768px) {
  .recruitWrap03 ._in .c01 h2 {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
.recruitWrap03 ._in .c01 h2:before,
.recruitWrap03 ._in .c01 h2:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #c50018;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}

.recruitWrap03 ._in .c01 h2:before {
  transform: rotate(-35deg);
}

.recruitWrap03 ._in .c01 h2:after {
  transform: rotate(35deg);
}

.recruitWrap03 ._in .c02 .flexWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .recruitWrap03 ._in .c02 .flexWrap {
    display: block;
  }
}
.recruitWrap03 ._in .c02 .flexWrap .flexBox {
  width: 32%;
  background: #f6f6f6;
  padding: 4rem 4rem;
}

@media only screen and (max-width: 768px) {
  .recruitWrap03 ._in .c02 .flexWrap .flexBox {
    width: 100%;
    padding: 4rem 3rem;
  }
  .recruitWrap03 ._in .c02 .flexWrap .flexBox:not(:first-child) {
    margin-top: 5rem;
  }
}
.recruitWrap03 ._in .c02 .flexWrap .flexBox .d01 h4 {
  position: relative;
  color: #222;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 4rem;
  letter-spacing: 0rem;
  margin-bottom: 1rem;
  background: url(../img/recruit_logo.png) no-repeat top left;
  background-size: 5rem;
  padding: 2rem 2rem 1rem;
}

@media only screen and (max-width: 768px) {
  .recruitWrap03 ._in .c02 .flexWrap .flexBox .d01 h4 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    padding: 3rem 0 1rem 0rem;
  }
}
.recruitWrap03 ._in .c02 .flexWrap .flexBox .d02 ul li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
  letter-spacing: 0rem;
}

.recruitWrap03 ._in .c02 .flexWrap .flexBox .d02 ul li:not(:first-child) {
  margin-top: 1.5rem;
}

.recruitWrap03 ._in .c02 .flexWrap .flexBox .d02 ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 3rem;
  position: absolute;
  top: 0.8rem;
  left: 0;
  background: #c50018;
}

.recruitWrap04 {
  padding: 10rem 0;
}

@media only screen and (max-width: 768px) {
  .recruitWrap04 {
    padding: 8rem 0;
  }
}
.recruitWrap04 .c01 {
  margin-bottom: 8rem;
}

.recruitWrap04 .c02 {
  position: relative;
  text-align: center;
  margin-bottom: 8rem;
}

@media only screen and (max-width: 768px) {
  .recruitWrap04 .c02 {
    margin-bottom: 4rem;
  }
}
.recruitWrap04 .c02 .bgTTTT {
  -webkit-text-stroke: 1px #fff;
  color: #fdf0f1;
  font-size: 10.6rem;
  font-weight: bold;
  line-height: 9rem;
  font-family: arial;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  white-space: nowrap;
}

@media only screen and (max-width: 1400px) {
  .recruitWrap04 .c02 .bgTTTT {
    font-size: 9.6rem;
    font-weight: bold;
    line-height: 9rem;
  }
}
@media only screen and (max-width: 768px) {
  .recruitWrap04 .c02 .bgTTTT {
    font-size: 4.6rem;
    font-weight: bold;
    line-height: 7rem;
    top: 0rem;
  }
}
.recruitWrap04 .c02 h2 {
  position: relative;
  z-index: 2;
  font-size: 4.4rem;
  font-weight: 800;
  line-height: 4.8rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  .recruitWrap04 .c02 h2 {
    font-size: 3rem;
    line-height: 6rem;
  }
}
.recruitWrap04 .c02 h2::after {
  content: "";
  width: 5rem;
  height: 2px;
  background: #c50018;
  display: block;
  margin: 2rem auto 3rem;
}

@media only screen and (max-width: 768px) {
  .recruitWrap04 .c02 h2::after {
    margin: 2rem auto 4rem;
  }
}
.recruitWrap04 .c03 .d01 h3 {
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-size: 3rem;
  margin-bottom: 4rem;
}

@media only screen and (max-width: 768px) {
  .recruitWrap04 .c03 .d01 h3 {
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
.recruitWrap04 .c03 .d01 h3:before,
.recruitWrap04 .c03 .d01 h3:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #c50018;
  width: 2px;
  height: 2em;
  margin: 0 1em;
  margin-top: -0.2em;
  vertical-align: middle;
}

.recruitWrap04 .c03 .d01 h3:before {
  transform: rotate(-35deg);
}

.recruitWrap04 .c03 .d01 h3:after {
  transform: rotate(35deg);
}

.recruitWrap04 .c03 .d02 {
  margin-top: 2rem;
}

.recruitWrap04 .c03 .d02 .inB {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .recruitWrap04 .c03 .d02 .inB {
    display: block;
  }
}
.recruitWrap04 .c03 .d02 .inB .section {
  width: 32%;
  background: #f1e743;
  margin-top: 4rem;
  padding: 4rem 4rem;
}

@media only screen and (max-width: 768px) {
  .recruitWrap04 .c03 .d02 .inB .section {
    width: 100%;
    padding: 4rem 3rem;
  }
  .recruitWrap04 .c03 .d02 .inB .section:not(:first-child) {
    margin-top: 3rem;
  }
}
.recruitWrap04 .c03 .d02 .inB .section .ininin {
  text-align: center;
}

.recruitWrap04 .c03 .d02 .inB .section .ininin .tH {
  text-align: center;
  color: #c50018;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  letter-spacing: 0rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .recruitWrap04 .c03 .d02 .inB .section .ininin .tH {
    margin-bottom: 1rem;
  }
}
.recruitWrap04 .c03 .d02 .inB .section .ininin .iconB {
  width: 18rem;
  margin: 0 auto 2rem;
}

@media only screen and (max-width: 768px) {
  .recruitWrap04 .c03 .d02 .inB .section .ininin .iconB {
    width: 16rem;
  }
}
.recruitWrap04 .c03 .d02 .inB .section .ininin .secondCount {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  color: #c50018;
}

.recruitWrap04 .c03 .d02 .inB .section .ininin .secondCount .countNumber,
.recruitWrap04 .c03 .d02 .inB .section .ininin .secondCount .big {
  font-size: 6rem;
  font-family: "Amiri", serif;
}

@media only screen and (max-width: 768px) {
  .recruitWrap04 .c03 .d02 .inB .section .ininin .secondCount .countNumber,
  .recruitWrap04 .c03 .d02 .inB .section .ininin .secondCount .big {
    font-size: 4rem;
  }
}
.recruitWrap05 .c01 {
  position: relative;
  text-align: center;
  margin-bottom: 8rem;
}

@media only screen and (max-width: 768px) {
  .recruitWrap05 .c01 {
    margin-bottom: 4rem;
  }
}
.recruitWrap05 .c01 .bgTTTT {
  -webkit-text-stroke: 1px #fff;
  color: #fdf0f1;
  font-size: 10.6rem;
  font-weight: bold;
  line-height: 9rem;
  font-family: arial;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  white-space: nowrap;
}

@media only screen and (max-width: 1400px) {
  .recruitWrap05 .c01 .bgTTTT {
    font-size: 9.6rem;
    font-weight: bold;
    line-height: 9rem;
  }
}
@media only screen and (max-width: 768px) {
  .recruitWrap05 .c01 .bgTTTT {
    font-size: 4.6rem;
    font-weight: bold;
    line-height: 7rem;
    top: 0rem;
  }
}
.recruitWrap05 .c01 h2 {
  position: relative;
  z-index: 2;
  font-size: 4.4rem;
  font-weight: 800;
  line-height: 4.8rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  .recruitWrap05 .c01 h2 {
    font-size: 3rem;
    line-height: 6rem;
  }
}
.recruitWrap05 .c01 h2::after {
  content: "";
  width: 5rem;
  height: 2px;
  background: #c50018;
  display: block;
  margin: 2rem auto 3rem;
}

@media only screen and (max-width: 768px) {
  .recruitWrap05 .c01 h2::after {
    margin: 2rem auto 4rem;
  }
}
.recruitWrap05 .c02 {
  margin-bottom: 8rem;
}

.recruitWrap05 .c02 .ininin .titleB {
  text-align: center;
  margin-bottom: 4rem;
}

.recruitWrap05 .c02 .ininin .titleB h2 {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 3.4rem;
  margin-bottom: 1rem;
}

.recruitWrap05 .c02 .ininin .tabBox .tabBtn {
  display: flex;
  justify-content: space-between;
  margin: 0 0px 0rem;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .recruitWrap05 .c02 .ininin .tabBox .tabBtn {
    display: block;
  }
}
.recruitWrap05 .c02 .ininin .tabBox .tabBtn li {
  width: 33%;
}

@media only screen and (max-width: 768px) {
  .recruitWrap05 .c02 .ininin .tabBox .tabBtn li {
    width: 100%;
  }
  .recruitWrap05 .c02 .ininin .tabBox .tabBtn li:not(:first-child) {
    margin-top: 1rem;
  }
}
.recruitWrap05 .c02 .ininin .tabBox .tabBtn li a {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 2rem 0px;
  text-align: center;
  color: #222;
  border-right: 1px solid #eceaf1;
  border-bottom: 1px solid #eceaf1;
  background: #e2e3e3;
}

@media only screen and (max-width: 768px) {
  .recruitWrap05 .c02 .ininin .tabBox .tabBtn li a {
    width: 100%;
    font-size: 1.8rem;
  }
}
.recruitWrap05 .c02 .ininin .tabBox .tabBtn li a.is_active {
  color: #fff;
  font-weight: bold;
  background: #c50018;
}

.recruitWrap05 .c02 .ininin .tabBox .tabBtn li:nth-child(1) a.is_active::after {
  color: #fff;
}

.recruitWrap05 .c02 .ininin .tabBox .tabBtn li:nth-child(2) a.is_active::after {
  color: #fff;
}

.recruitWrap05 .c02 .ininin .tabBox .tabBtn li:nth-child(1),
.recruitWrap05 .c02 .ininin .tabBox .tabBtn li:nth-child(2),
.recruitWrap05 .c02 .ininin .tabBox .tabBtn li:nth-child(3),
.recruitWrap05 .c02 .ininin .tabBox .tabBtn li:nth-child(4) {
  border-top: 1px solid #eceaf1;
}

.recruitWrap05 .c02 .ininin .tabBox .tabBtn li:nth-child(1),
.recruitWrap05 .c02 .ininin .tabBox .tabBtn li:nth-child(5) {
  border-left: 1px solid #eceaf1;
}

@media only screen and (max-width: 768px) {
  .recruitWrap05 .c02 .ininin .tabBox .tabBtn li:nth-child(1),
  .recruitWrap05 .c02 .ininin .tabBox .tabBtn li:nth-child(2),
  .recruitWrap05 .c02 .ininin .tabBox .tabBtn li:nth-child(3),
  .recruitWrap05 .c02 .ininin .tabBox .tabBtn li:nth-child(4),
  .recruitWrap05 .c02 .ininin .tabBox .tabBtn li:nth-child(5),
  .recruitWrap05 .c02 .ininin .tabBox .tabBtn li:nth-child(6),
  .recruitWrap05 .c02 .ininin .tabBox .tabBtn li:nth-child(7),
  .recruitWrap05 .c02 .ininin .tabBox .tabBtn li:nth-child(8) {
    border-top: none;
  }
  .recruitWrap05 .c02 .ininin .tabBox .tabBtn li:nth-child(1),
  .recruitWrap05 .c02 .ininin .tabBox .tabBtn li:nth-child(2) {
    border-top: 1px solid #eceaf1;
  }
  .recruitWrap05 .c02 .ininin .tabBox .tabBtn li:nth-child(1),
  .recruitWrap05 .c02 .ininin .tabBox .tabBtn li:nth-child(3),
  .recruitWrap05 .c02 .ininin .tabBox .tabBtn li:nth-child(5),
  .recruitWrap05 .c02 .ininin .tabBox .tabBtn li:nth-child(7) {
    border-left: 1px solid #eceaf1;
  }
}
.recruitWrap05 .c02 .ininin .tabBox .recruitBtnbtn {
  text-align: center;
}

.recruitWrap05 .c02 .ininin .tabBox .recruitBtnbtn a {
  display: -webkit-flex;
  display: inline-block;
  justify-content: center;
  align-items: center;
  align-items: center;
  border: 1px solid #222;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
  transition: 0.3s ease-in-out;
  padding: 2rem 5rem;
  line-height: 1.2;
  z-index: 1;
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
}

.recruitWrap05 .c02 .ininin .tabBox .recruitBtnbtn a._01 {
  border: 1px solid #222;
  color: #222;
}

.recruitWrap05 .c02 .ininin .tabBox .recruitBtnbtn a._01 .iniB {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recruitWrap05 .c02 .ininin .tabBox .recruitBtnbtn a._01 .iniB .icon {
  display: inline-block;
  width: 4rem;
  padding-right: 1rem;
}

.recruitWrap05 .c02 .ininin .tabBox .recruitBtnbtn a._02 ._tel {
  font-size: 1.9rem;
}

.recruitWrap05 .c02 .ininin .tabBox .recruitBtnbtn a:hover {
  opacity: 0.7;
}

.recruitWrap05 .c02 .ininin .tabBox .tabBlockIn {
  background: #fff;
  margin: 0 auto;
  padding: 5rem 0rem;
  box-sizing: content-box;
}

@media only screen and (max-width: 768px) {
  .recruitWrap05 .c02 .ininin .tabBox .tabBlockIn {
    padding: 5rem 0 0rem;
  }
  .recruitWrap05 .c02 .ininin .tabBox .tabBlockIn .w950 {
    padding: 0;
  }
}
.recruitWrap05 .c02 .ininin .tabBox .tabBlockIn .tab-content {
  display: none;
}

.recruitWrap05 .c02 .ininin .tabBox .tabBlockIn .tab-content.is_show {
  display: block;
}

.recruitWrap05 .c02 .ininin .flexBoxInfo dl {
  position: relative;
  display: flex;
  font-size: 1.6rem;
  line-height: 3rem;
}

@media only screen and (max-width: 768px) {
  .recruitWrap05 .c02 .ininin .flexBoxInfo dl {
    display: block;
  }
}
.recruitWrap05 .c02 .ininin .flexBoxInfo dl dt {
  border-top: solid 1px #111;
  flex-basis: 20rem;
  margin-right: 2rem;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .recruitWrap05 .c02 .ininin .flexBoxInfo dl dt {
    flex-basis: 100%;
    margin-right: 0rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}
.recruitWrap05 .c02 .ininin .flexBoxInfo dl dd {
  border-top: solid 1px #f4f4f4;
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .recruitWrap05 .c02 .ininin .flexBoxInfo dl dd {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}
.serviceWrap01 {
  position: relative;
  padding: 20rem 0 14rem 20rem;
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .serviceWrap01 {
    display: block;
    padding: 8rem 0;
  }
}
.serviceWrap01::before {
  content: "";
  background: #f6f6f6;
  position: absolute;
  top: 5rem;
  left: 0rem;
  z-index: -1;
  width: calc(100% - 30rem);
  height: 90%;
  border-radius: 0 40rem 40rem 0;
}

.serviceWrap01 .subA {
  position: relative;
  z-index: 2;
  flex-basis: 50rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .serviceWrap01 .subA {
    margin: 0 3rem 3rem;
  }
}
.serviceWrap01 .subA dl dt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .serviceWrap01 .subA dl dt {
    margin-bottom: 1rem;
  }
}
.serviceWrap01 .subA dl dd {
  position: relative;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4rem;
  letter-spacing: 0rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .serviceWrap01 .subA dl dd {
    font-size: 3rem;
    font-weight: 500;
    line-height: 4.5rem;
    margin-bottom: 3rem;
  }
}
.serviceWrap01 .subA dl dd::after {
  content: "";
  display: block;
  margin: 3rem 0 5rem 0;
  background: #333;
  width: 10rem;
  height: 2px;
}

.serviceWrap01 .subA .tateMoji .d01 {
  font-size: 4.4rem;
  line-height: 6rem;
  font-weight: 500;
  font-style: normal;
  writing-mode: vertical-lr;
  font-feature-settings: "palt";
}

@media only screen and (max-width: 768px) {
  .serviceWrap01 .subA .tateMoji .d01 {
    writing-mode: initial;
    margin-bottom: 3rem;
    font-size: 3rem;
    line-height: 5rem;
    font-weight: 500;
  }
}
.serviceWrap01 .renoimgWrap {
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .serviceWrap01 .renoimgWrap {
    padding: 0 0rem 0 0rem;
  }
}
.serviceWrap01 .renoimgWrap .bigFont {
  position: absolute;
  top: 0rem;
  right: 0rem;
  z-index: 1;
  left: auto;
  font-size: 14.8rem;
  text-align: right;
  line-height: 1;
  color: #e9e9e9;
  opacity: 0.6;
  pointer-events: none;
  font-family: playfair-display, serif;
  font-weight: 700;
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  .serviceWrap01 .renoimgWrap .bigFont {
    top: 4rem;
    left: inherit;
    right: 5vw;
    font-size: 8rem;
  }
}
.serviceWrap01 .renoimgWrap .ttt {
  position: relative;
  z-index: 1;
  width: calc(100% - 18rem);
  margin-right: auto;
  margin-bottom: 8rem;
}

@media only screen and (max-width: 768px) {
  .serviceWrap01 .renoimgWrap .ttt {
    width: calc(100% - 6rem);
    margin-left: auto;
  }
}
.serviceWrap02 {
  position: relative;
  padding: 12rem 0;
}

@media only screen and (max-width: 768px) {
  .serviceWrap02 {
    padding: 8rem 0 0;
  }
}
.serviceWrap02 .bigLogo {
  position: absolute;
  top: 0;
  right: 0%;
  width: 50rem;
}

@media only screen and (max-width: 768px) {
  .serviceWrap02 .bigLogo {
    width: 40rem;
  }
}
.serviceWrap02 ._in {
  position: relative;
  z-index: 2;
}

.serviceWrap02 ._in .inin .flexWrap {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .serviceWrap02 ._in .inin .flexWrap {
    display: block;
  }
}
.serviceWrap02 ._in .inin .flexWrap .leftBox {
  position: relative;
  flex-basis: 75rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .serviceWrap02 ._in .inin .flexWrap .leftBox {
    margin-bottom: 3rem;
  }
}
.serviceWrap02 ._in .inin .flexWrap .leftBox .inLeft .movieZ {
  position: relative;
  width: 100%;
  height: auto;
  height: 58rem;
  overflow: hidden;
  border-radius: 3rem;
}

@media only screen and (max-width: 768px) {
  .serviceWrap02 ._in .inin .flexWrap .leftBox .inLeft .movieZ {
    height: 32rem;
  }
}
.serviceWrap02 ._in .inin .flexWrap .leftBox .inLeft video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: 140%;
  height: auto;
  background: url(../img/poster.jpg) no-repeat;
  background-size: cover;
}

.serviceWrap02 ._in .inin .flexWrap .rightBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding-left: 8rem;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .serviceWrap02 ._in .inin .flexWrap .rightBox {
    padding: 0 0rem 0 0rem;
  }
}
.serviceWrap02 ._in .inin .flexWrap .rightBox .inRight .c01 dl {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
}

.serviceWrap02 ._in .inin .flexWrap .rightBox .inRight .c01 dl dt {
  font-size: 7.6rem;
  font-weight: 800;
  line-height: 6.6rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  padding-right: 1.5rem;
}

.serviceWrap02 ._in .inin .flexWrap .rightBox .inRight .c01 dl dt span {
  color: #c50018;
}

.serviceWrap02 ._in .inin .flexWrap .rightBox .inRight .c01 dl dd {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.6rem;
}

.serviceWrap02 ._in .inin .flexWrap .rightBox .inRight .c01 .ttt {
  margin-bottom: 4rem;
}

.serviceWrap02 ._in .inin .flexWrap .rightBox .inRight .c02 .d01 {
  width: 35rem;
  margin-bottom: 4rem;
}

.serviceWrap02 ._in .inin .flexWrap .rightBox .inRight .c03 ul li {
  border-bottom: 1px solid #aaa;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}

.serviceWrap02 ._in .inin .flexWrap .rightBox .inRight .c03 ul li a {
  display: block;
  position: relative;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.serviceWrap02 ._in .inin .flexWrap .rightBox .inRight .c03 ul li a:hover {
  opacity: 0.7;
}

.serviceWrap02 ._in .inin .flexWrap .rightBox .inRight .c03 ul li a::after {
  content: "";
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: solid 1px #c50018;
  background: url(../img/icon_arrow_red.svg) no-repeat center;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(0, -50%);
  margin-left: 0rem;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

@media only screen and (max-width: 768px) {
  .serviceWrap02 ._in .inin .flexWrap .rightBox .inRight .c03 ul li a::after {
    width: 4rem;
    height: 4rem;
  }
}
.serviceWrap02 ._in .inin .flexWrap .rightBox .inRight .c03 ul li a dl {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.serviceWrap02 ._in .inin .flexWrap .rightBox .inRight .c03 ul li a dl dt {
  position: relative;
  flex-basis: 6rem;
  margin-bottom: 0;
  display: flex;
}

.serviceWrap02 ._in .inin .flexWrap .rightBox .inRight .c03 ul li a dl dd {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.6rem;
  padding-left: 1rem;
}

@media only screen and (max-width: 768px) {
  .serviceWrap02 ._in .inin .flexWrap .rightBox .inRight .c03 ul li a dl dd {
    padding: 0 0rem 0 0rem;
  }
}
.serviceWrap03 {
  position: relative;
  padding: 20rem 0 14rem 0rem;
  flex-basis: auto;
}

@media only screen and (max-width: 768px) {
  .serviceWrap03 {
    display: block;
    padding: 8rem 0;
  }
}
.serviceWrap03::before {
  content: "";
  background: #f6f6f6;
  position: absolute;
  top: 5rem;
  right: 0rem;
  z-index: -1;
  width: calc(100% - 40rem);
  height: 90%;
  border-radius: 40rem 0 0 40rem;
}

.serviceWrap03 .__in {
  position: relative;
  z-index: 2;
}

.serviceWrap03 .subA {
  position: relative;
  flex-basis: 50rem;
  margin-bottom: 10rem;
}

@media only screen and (max-width: 768px) {
  .serviceWrap03 .subA {
    margin: 0 0rem 0rem;
  }
}
.serviceWrap03 .subA dl dt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .serviceWrap03 .subA dl dt {
    margin-bottom: 1rem;
  }
}
.serviceWrap03 .subA dl dd {
  position: relative;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4rem;
  letter-spacing: 0rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .serviceWrap03 .subA dl dd {
    font-size: 3rem;
    font-weight: 500;
    line-height: 4.5rem;
    margin-bottom: 3rem;
  }
}
.serviceWrap03 .subA dl dd::after {
  content: "";
  display: block;
  margin: 3rem 0 5rem 0;
  background: #333;
  width: 10rem;
  height: 2px;
}

.serviceWrap03 .renoimgWrap {
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  margin-bottom: 8rem;
}

@media only screen and (max-width: 768px) {
  .serviceWrap03 .renoimgWrap {
    width: calc(100% - 3rem);
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .serviceWrap03 .renoimgWrap {
    padding: 0 0rem 0 0rem;
  }
}
.serviceWrap03 .renoimgWrap .c01 .d01:not(:first-child) {
  margin-top: 8rem;
}

.serviceWrap03 .renoimgWrap .c01 .d01 .flexWrap {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .serviceWrap03 .renoimgWrap .c01 .d01 .flexWrap {
    display: block;
  }
}
.serviceWrap03 .renoimgWrap .c01 .d01 .flexWrap .leftBox {
  position: relative;
  flex-basis: 78rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .serviceWrap03 .renoimgWrap .c01 .d01 .flexWrap .leftBox {
    margin-bottom: 3rem;
  }
}
.serviceWrap03 .renoimgWrap .c01 .d01 .flexWrap .leftBox .inLeft dl {
  margin-bottom: 5rem;
}

.serviceWrap03 .renoimgWrap .c01 .d01 .flexWrap .leftBox .inLeft dl dt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
}

.serviceWrap03 .renoimgWrap .c01 .d01 .flexWrap .leftBox .inLeft dl dd {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 4.6rem;
  letter-spacing: 0rem;
}

@media only screen and (max-width: 768px) {
  .serviceWrap03 .renoimgWrap .c01 .d01 .flexWrap .leftBox .inLeft dl dd {
    font-size: 3rem;
    line-height: 5rem;
  }
}
.serviceWrap03 .renoimgWrap .c01 .d01 .flexWrap .rightBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding-left: 8rem;
}

@media only screen and (max-width: 768px) {
  .serviceWrap03 .renoimgWrap .c01 .d01 .flexWrap .rightBox {
    padding: 0 0rem 0 0rem;
  }
}
.serviceWrap03 .renoimgWrap .ttt {
  margin-bottom: 6rem;
}

.company02Wrap01 {
  padding: 6rem 0 12rem 0;
}

@media only screen and (max-width: 768px) {
  .company02Wrap01 {
    padding: 8rem 0;
  }
}
.company02Wrap01 .inin .flexWrap {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .company02Wrap01 .inin .flexWrap {
    display: block;
  }
}
.company02Wrap01 .inin .flexWrap .leftBox {
  position: relative;
  flex-basis: 50%;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .company02Wrap01 .inin .flexWrap .leftBox {
    margin-bottom: 3rem;
  }
}
.company02Wrap01 .inin .flexWrap .leftBox .inLeft {
  width: 35rem;
}

.company02Wrap01 .inin .flexWrap .rightBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .company02Wrap01 .inin .flexWrap .rightBox {
    padding: 0 0rem 0 0rem;
  }
}
.company02Wrap01 .inin .flexWrap .rightBox .inRight dl:not(:first-child) {
  margin-top: 5rem;
}

.company02Wrap01 .inin .flexWrap .rightBox .inRight dl dt span {
  display: inline-block;
  border: 1px solid #333;
  padding: 0.5rem 1rem;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 4rem;
  letter-spacing: 0rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .company02Wrap01 .inin .flexWrap .rightBox .inRight dl dt span {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.company02Wrap02 ._in {
  background: url(../img/company_img02.jpg) no-repeat top/cover;
  padding: 10rem 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .company02Wrap02 ._in {
    background: url(../img/company_img02.jpg) no-repeat 75% 100%/cover;
    padding: 10rem 0;
    position: relative;
  }
}
.company02Wrap02 ._in::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.company02Wrap02 ._in .ininin {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .company02Wrap02 ._in .ininin {
    width: 100%;
  }
}
.company02Wrap02 ._in .ininin .c01 {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .company02Wrap02 ._in .ininin .c01 {
    text-align: left;
  }
}
.company02Wrap02 ._in .ininin .c01 .d01 {
  position: relative;
  color: #fff;
  font-size: 7.6rem;
  line-height: 6rem;
  letter-spacing: 0rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  display: inline-block;
  margin-bottom: 2rem;
}

.company02Wrap02 ._in .ininin .c01 .d01::after {
  content: "";
  background: #fff;
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  width: 100%;
  height: 1px;
}

.company02Wrap02 ._in .ininin .c01 .d02 {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  line-height: 3rem;
  letter-spacing: 0rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .company02Wrap02 ._in .ininin .c01 .d02 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.company02Wrap02 ._in .ininin .c02 .ttt {
  color: #fff;
}

.company02Wrap02 ._in .ininin .c02 .companyNameWrap dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 5rem;
}

.company02Wrap02 ._in .ininin .c02 .companyNameWrap dl dt {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2.6rem;
  color: #fff;
}

.company02Wrap02 ._in .ininin .c02 .companyNameWrap dl dd {
  width: 22rem;
}

.company02Wrap03 {
  position: relative;
  background: #f6f6f6;
}

.company02Wrap03::before {
  content: "";
  background: #c50018;
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 30rem;
}

.company02Wrap03 ._in {
  position: relative;
  z-index: 2;
  width: calc(100% - 26rem);
  margin-left: auto;
  padding: 12rem 0 12rem 0;
}

@media only screen and (max-width: 768px) {
  .company02Wrap03 ._in {
    width: calc(100% - 3rem);
    padding: 8rem 0;
  }
}
.company02Wrap03 ._in .inin .movieZ {
  position: relative;
  width: 100%;
  height: auto;
  height: 58rem;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .company02Wrap03 ._in .inin .movieZ {
    height: auto;
  }
}
.company02Wrap03 ._in .inin video {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background: url(../img/poster.jpg) no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .company02Wrap03 ._in .inin video {
    position: static;
    right: 0;
    top: 50%;
    transform: translate(0, 0%);
    width: 100%;
    height: auto;
    background: url(../img/poster.jpg) no-repeat;
    background-size: cover;
    padding: 2rem 0;
  }
}
.company02Wrap03 ._in .bottomInin {
  width: calc(100% - 18rem);
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .company02Wrap03 ._in .bottomInin {
    width: calc(100% - 3rem);
  }
}
.company02Wrap03 ._in .bottomInin .ininin {
  padding: 10rem 0 0;
}

.company02Wrap03 ._in .bottomInin .ininin .c01 {
  margin-bottom: 8rem;
}

.company02Wrap03 ._in .bottomInin .ininin .c01 .sub {
  position: relative;
  font-size: 7.6rem;
  line-height: 6rem;
  letter-spacing: 0rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  margin-bottom: 3rem;
}

.company02Wrap03 ._in .bottomInin .ininin .c01 h2 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 4rem;
  letter-spacing: 0rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .company02Wrap03 ._in .bottomInin .ininin .c01 h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.company02Wrap03 ._in .bottomInin .ininin .c02 {
  padding-left: 14rem;
}

@media only screen and (max-width: 768px) {
  .company02Wrap03 ._in .bottomInin .ininin .c02 {
    padding-left: 0;
  }
}
.company02Wrap03 ._in .bottomInin .ininin .c02 .d01 {
  position: relative;
  padding: 7rem 0;
}

.company02Wrap03 ._in .bottomInin .ininin .c02 .d01::before {
  content: "";
  background: #c50018;
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 2px;
}

.company02Wrap03 ._in .bottomInin .ininin .c02 .d01::after {
  content: "";
  background: #aaa;
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 10rem;
  height: 2px;
}

.company02Wrap03 ._in .bottomInin .ininin .c02 .d01 .f01 .flexWrap {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .company02Wrap03 ._in .bottomInin .ininin .c02 .d01 .f01 .flexWrap {
    display: block;
  }
}
.company02Wrap03 ._in .bottomInin .ininin .c02 .d01 .f01 .flexWrap .leftBox {
  position: relative;
  flex-basis: 35rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .company02Wrap03 ._in .bottomInin .ininin .c02 .d01 .f01 .flexWrap .leftBox {
    margin-bottom: 3rem;
  }
}
.company02Wrap03 ._in .bottomInin .ininin .c02 .d01 .f01 .flexWrap .leftBox dl dt {
  position: relative;
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: 0rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  display: inline-block;
  margin-bottom: 1rem;
}

.company02Wrap03 ._in .bottomInin .ininin .c02 .d01 .f01 .flexWrap .leftBox dl dd {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 800;
  color: #c50018;
}

.company02Wrap03 ._in .bottomInin .ininin .c02 .d01 .f01 .flexWrap .rightBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .company02Wrap03 ._in .bottomInin .ininin .c02 .d01 .f01 .flexWrap .rightBox {
    padding: 0 0rem 0 0rem;
  }
}
.company02Wrap03 ._in .bottomInin .ininin .c02 .d01 .f01 .flexWrap .rightBox .inRight:not(:first-child) {
  margin-top: 6rem;
}

.company02Wrap03 ._in .bottomInin .ininin .c02 .d01 .f01 .flexWrap .rightBox .inRight .sub {
  position: relative;
  font-size: 2rem;
  font-weight: 800;
  line-height: 3rem;
  letter-spacing: 0rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
}

@media only screen and (max-width: 768px) {
  .company02Wrap03 ._in .bottomInin .ininin .c02 .d01 .f01 .flexWrap .rightBox .inRight .sub {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.company02Wrap03 ._in .bottomInin .ininin .c02 .d01 .f01 .flexWrap .rightBox .inRight .sub::before {
  content: "";
  background: #c50018;
  position: absolute;
  top: 1.2rem;
  left: 0rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}

.company02Wrap03 ._in .bottomInin .ininin .c02 .d01 .f01 .flexWrap .rightBox .inRight h3 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 4.8rem;
  letter-spacing: 0rem;
}

@media only screen and (max-width: 768px) {
  .company02Wrap03 ._in .bottomInin .ininin .c02 .d01 .f01 .flexWrap .rightBox .inRight h3 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.company02Wrap03 ._in .bottomInin .ininin .c02 .d01 .f01 .flexWrap .rightBox .inRight h4 {
  font-family: "Whisper", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 8.2rem;
  line-height: 1;
  letter-spacing: 0rem;
  margin-top: 5rem;
}

@media only screen and (max-width: 768px) {
  .company02Wrap03 ._in .bottomInin .ininin .c02 .d01 .f01 .flexWrap .rightBox .inRight h4 {
    font-size: 4.8rem;
    line-height: 1.2;
    white-space: nowrap;
  }
}
.company02Wrap04 {
  position: relative;
  background: #f6f6f6;
}

.company02Wrap04::before {
  content: "";
  background: #c50018;
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 30rem;
}

.company02Wrap04 ._in {
  position: relative;
  z-index: 2;
  width: calc(100% - 26rem);
  margin-left: auto;
  padding: 12rem 0 12rem 0;
}

@media only screen and (max-width: 768px) {
  .company02Wrap04 ._in {
    width: calc(100% - 3rem);
    padding: 8rem 0;
  }
}
.company02Wrap04 ._in .inin .imgZ {
  position: relative;
  z-index: 1;
  background: url(../img/company_img03.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  padding: 24rem 0;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .company02Wrap04 ._in .inin .imgZ {
    background: url(../img/company_img03.jpg) no-repeat center center;
    background-attachment: inherit;
    background-size: cover;
    height: auto;
    padding: 12rem 0;
  }
}
.company02Wrap04 ._in .bottomInin {
  width: calc(100% - 18rem);
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .company02Wrap04 ._in .bottomInin {
    width: calc(100% - 3rem);
  }
}
.company02Wrap04 ._in .bottomInin .ininin {
  padding: 10rem 0 0;
}

.company02Wrap04 ._in .bottomInin .ininin .c01 {
  margin-bottom: 8rem;
}

.company02Wrap04 ._in .bottomInin .ininin .c01 .sub {
  position: relative;
  font-size: 7.6rem;
  line-height: 6rem;
  letter-spacing: 0rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  margin-bottom: 3rem;
}

.company02Wrap04 ._in .bottomInin .ininin .c01 h2 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 4rem;
  letter-spacing: 0rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .company02Wrap04 ._in .bottomInin .ininin .c01 h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.company02Wrap04 ._in .bottomInin .ininin .c02 {
  padding-left: 14rem;
}

@media only screen and (max-width: 768px) {
  .company02Wrap04 ._in .bottomInin .ininin .c02 {
    padding-left: 0;
  }
}
.company02Wrap04 ._in .bottomInin .ininin .c02 .d01 {
  position: relative;
  padding: 7rem 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .company02Wrap04 ._in .bottomInin .ininin .c02 .d01 {
    padding-top: 0;
  }
}
.company02Wrap04 ._in .bottomInin .ininin .c02 .d01 .flexBoxInfo {
  width: 60%;
}

@media only screen and (max-width: 768px) {
  .company02Wrap04 ._in .bottomInin .ininin .c02 .d01 .flexBoxInfo {
    width: 100%;
  }
}
.company02Wrap04 ._in .bottomInin .ininin .c02 .d01 .flexBoxInfo dl {
  position: relative;
  display: flex;
  font-size: 1.6rem;
  line-height: 3rem;
}

@media only screen and (max-width: 768px) {
  .company02Wrap04 ._in .bottomInin .ininin .c02 .d01 .flexBoxInfo dl {
    display: block;
  }
}
.company02Wrap04 ._in .bottomInin .ininin .c02 .d01 .flexBoxInfo dl dt {
  border-top: solid 1px #111;
  flex-basis: 20rem;
  margin-right: 2rem;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .company02Wrap04 ._in .bottomInin .ininin .c02 .d01 .flexBoxInfo dl dt {
    flex-basis: 100%;
    margin-right: 0rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}
.company02Wrap04 ._in .bottomInin .ininin .c02 .d01 .flexBoxInfo dl dd {
  border-top: solid 1px #f4f4f4;
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .company02Wrap04 ._in .bottomInin .ininin .c02 .d01 .flexBoxInfo dl dd {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}
.banWrap01 {
  padding: 6rem 0 12rem 0;
}

@media only screen and (max-width: 768px) {
  .banWrap01 {
    padding: 8rem 0;
  }
}
.banWrap01 .c01 {
  position: relative;
}

.banWrap01 .c01 .ttlA {
  position: relative;
  padding: 6rem 0 0 0;
  text-align: center;
}

.banWrap01 .c01 .ttlA .bgText {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  letter-spacing: 0.1rem;
  font-size: 15.6rem;
  font-weight: bold;
  line-height: 17rem;
  white-space: nowrap;
  font-family: arial;
  -webkit-text-stroke: 1px #c50018;
  color: transparent;
}

@media only screen and (max-width: 768px) {
  .banWrap01 .c01 .ttlA .bgText {
    font-size: 6rem;
    line-height: 11rem;
  }
}
.banWrap01 .c01 .ttlA .h2A h2 {
  position: relative;
  z-index: 2;
  font-size: 4rem;
  font-weight: bold;
  line-height: 5.6rem;
  letter-spacing: 0rem;
}

@media only screen and (max-width: 768px) {
  .banWrap01 .c01 .ttlA .h2A h2 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.banWrap01 .c01 .ttlA .h2A h2::after {
  content: "";
  background: #8a7962;
  display: block;
  width: 5rem;
  height: 2px;
  margin: 3rem auto 6rem;
}

.banWrap01 .ttt {
  text-align: center;
}

.banWrap02 {
  position: relative;
  padding: 12rem 0;
}

@media only screen and (max-width: 768px) {
  .banWrap02 {
    padding: 8rem 0 2rem;
  }
}
.banWrap02 .bbbb {
  width: 82vw;
  padding-top: calc(82vw + 0px);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .banWrap02 .bbbb {
    width: 82vw;
    padding-top: calc(82vw + 0px);
  }
}
.banWrap02 .bbbb::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 80vw solid #f1f1f1;
  border-right: 82vw solid transparent;
}

@media only screen and (max-width: 768px) {
  .banWrap02 .bbbb::before {
    border-top: 82vw solid #f1f1f1;
  }
}
.banWrap02 ._in {
  position: relative;
  z-index: 2;
}

.banWrap02 ._in .textLeft {
  position: absolute;
  top: 44vw;
  left: -48.92vw;
  display: block;
  color: #fff;
  font-size: 11.53vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  transform: rotate(90deg);
  z-index: 3;
}

.banWrap02 ._in .inin {
  position: relative;
  z-index: 4;
}

.banWrap02 ._in .inin .c01 {
  text-align: center;
}

.banWrap02 ._in .inin .c01 .d01 h2 {
  position: relative;
  z-index: 2;
  font-size: 4rem;
  font-weight: bold;
  line-height: 5.6rem;
  letter-spacing: 0rem;
  color: #c50018;
}

@media only screen and (max-width: 768px) {
  .banWrap02 ._in .inin .c01 .d01 h2 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.banWrap02 ._in .inin .c01 .d01 h2::after {
  content: "";
  background: #c50018;
  display: block;
  width: 5rem;
  height: 2px;
  margin: 3rem auto 6rem;
}

.banWrap02 ._in .inin .c02 h3 {
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 4rem;
  letter-spacing: 0rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .banWrap02 ._in .inin .c02 h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.banWrap02 ._in .inin .c02 h3:before,
.banWrap02 ._in .inin .c02 h3:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}

.banWrap02 ._in .inin .c02 h3:before {
  margin-right: 1rem;
}

.banWrap02 ._in .inin .c02 h3:after {
  margin-left: 1rem;
}

.banWrap02 ._in .inin .c02 .flexWrap {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
}

.banWrap02 ._in .inin .c02 .flexWrap:not(:first-child) {
  margin-top: 8rem;
}

@media only screen and (max-width: 768px) {
  .banWrap02 ._in .inin .c02 .flexWrap:not(:first-child) {
    margin-top: 5rem;
  }
}
@media only screen and (max-width: 768px) {
  .banWrap02 ._in .inin .c02 .flexWrap {
    display: block;
  }
}
.banWrap02 ._in .inin .c02 .flexWrap .rightBox .inRight h4 {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 4rem;
  letter-spacing: 0rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .banWrap02 ._in .inin .c02 .flexWrap .rightBox .inRight h4 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.banWrap02 ._in .inin .c02 .flexWrap .rightBox .inRight .sub {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  margin-bottom: 4rem;
}

.banWrap02 ._in .inin .c02 .flexWrap .rightBox .inRight .btnbH {
  margin-top: 4rem;
}

.banWrap02 ._in .inin .c02 .flexWrap .rightBox .inRight .btnbH a {
  display: inline-block;
  border-radius: 8rem;
  text-align: center;
  padding: 1rem 4rem;
  background: #c50018;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.6rem;
}

.banWrap02 ._in .inin .c02 .flexWrap._normal .leftBox {
  position: relative;
  flex-basis: 50%;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .banWrap02 ._in .inin .c02 .flexWrap._normal .leftBox {
    margin-bottom: 3rem;
  }
}
.banWrap02 ._in .inin .c02 .flexWrap._normal .rightBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding-left: 6rem;
}

@media only screen and (max-width: 768px) {
  .banWrap02 ._in .inin .c02 .flexWrap._normal .rightBox {
    padding: 0 0rem 0 0rem;
  }
}
.banWrap02 ._in .inin .c02 .flexWrap._reverse {
  flex-direction: row-reverse;
}

.banWrap02 ._in .inin .c02 .flexWrap._reverse .leftBox {
  position: relative;
  flex-basis: 50%;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .banWrap02 ._in .inin .c02 .flexWrap._reverse .leftBox {
    margin-bottom: 3rem;
  }
}
.banWrap02 ._in .inin .c02 .flexWrap._reverse .rightBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding-right: 6rem;
}

@media only screen and (max-width: 768px) {
  .banWrap02 ._in .inin .c02 .flexWrap._reverse .rightBox {
    padding: 0 0rem 0 0rem;
  }
}
.banWrap03 {
  position: relative;
  padding: 12rem 0 5rem;
}

@media only screen and (max-width: 768px) {
  .banWrap03 {
    padding: 8rem 0 0;
  }
}
.banWrap03 .bbbb {
  width: 82vw;
  padding-top: calc(82vw + 0px);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .banWrap03 .bbbb {
    width: 42vw;
    padding-top: calc(42vw + 0px);
  }
}
.banWrap03 ._in {
  position: relative;
  z-index: 2;
}

.banWrap03 ._in .textLeft {
  position: absolute;
  top: 15vw;
  left: -17.92vw;
  display: block;
  color: #f1f1f1;
  font-size: 8.53vw;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1;
  transform: rotate(90deg);
  z-index: 3;
}

.banWrap03 ._in .inin {
  position: relative;
  z-index: 4;
}

.banWrap03 ._in .inin .c02 h3 {
  display: flex;
  align-items: center;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 4rem;
  letter-spacing: 0rem;
  margin-bottom: 6rem;
}

@media only screen and (max-width: 768px) {
  .banWrap03 ._in .inin .c02 h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.banWrap03 ._in .inin .c02 h3:before,
.banWrap03 ._in .inin .c02 h3:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}

.banWrap03 ._in .inin .c02 h3:before {
  margin-right: 1rem;
}

.banWrap03 ._in .inin .c02 h3:after {
  margin-left: 1rem;
}

.banWrap03 ._in .inin .c02 .ininin .inBox {
  border: 1px solid #ddd;
  background: #fff;
  padding: 6rem 6rem;
}

@media only screen and (max-width: 768px) {
  .banWrap03 ._in .inin .c02 .ininin .inBox {
    padding: 5rem 3rem;
  }
}
.banWrap03 ._in .inin .c02 .ininin .inBox:not(:first-child) {
  margin-top: 5rem;
}

.banWrap03 ._in .inin .c02 .ininin .inBox h4 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 4rem;
  letter-spacing: 0rem;
  margin-bottom: 3rem;
  color: #c50018;
}

@media only screen and (max-width: 768px) {
  .banWrap03 ._in .inin .c02 .ininin .inBox h4 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.banWrap04 {
  padding: 5rem 0 10rem;
}

@media only screen and (max-width: 768px) {
  .banWrap04 {
    padding: 8rem 0;
  }
}
.banWrap04 .inin .c01 {
  background: #eee;
  margin-bottom: 4rem;
  padding: 2rem 4rem;
  text-align: center;
}

.banWrap04 .inin .c01 h2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 4rem;
  letter-spacing: 0rem;
}

@media only screen and (max-width: 768px) {
  .banWrap04 .inin .c01 h2 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.banWrap04 .inin .c02 ul {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}

.banWrap04 .inin .c02 ul li {
  position: relative;
  flex-basis: 15rem;
  margin: 0 1rem;
}

@media only screen and (max-width: 768px) {
  .banWrap04 .inin .c02 ul li {
    flex-basis: 13rem;
    margin-bottom: 3rem;
  }
}
.banWrap04 .inin .c02 ul li dl dt {
  margin-bottom: 1rem;
}

.banWrap04 .inin .c02 ul li dl dd {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  text-align: center;
}

.banWrap05 {
  background: #efefef;
  padding: 12rem 0;
}

@media only screen and (max-width: 768px) {
  .banWrap05 {
    padding: 8rem 0;
  }
}
.banWrap05 .inin .flexWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.banWrap05 .inin .flexWrap .flexBox {
  width: 48%;
  margin-bottom: 7rem;
}

@media only screen and (max-width: 768px) {
  .banWrap05 .inin .flexWrap .flexBox {
    width: 100%;
  }
}
.banWrap05 .inin .flexWrap .flexBox .c01 dl {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #c50018;
}

@media only screen and (max-width: 768px) {
  .banWrap05 .inin .flexWrap .flexBox .c01 dl {
    display: block;
  }
}
.banWrap05 .inin .flexWrap .flexBox .c01 dl dt {
  position: relative;
  flex-basis: 10rem;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-family: roboto-condensed, sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 2.6rem;
  letter-spacing: 0.2rem;
  background: #c50018;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem 1rem;
}

@media only screen and (max-width: 768px) {
  .banWrap05 .inin .flexWrap .flexBox .c01 dl dt {
    margin-bottom: 3rem;
  }
}
.banWrap05 .inin .flexWrap .flexBox .c01 dl dt span {
  display: inline-block;
}

.banWrap05 .inin .flexWrap .flexBox .c01 dl dd {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding-left: 1rem;
}

@media only screen and (max-width: 768px) {
  .banWrap05 .inin .flexWrap .flexBox .c01 dl dd {
    padding: 0 0rem 0 0rem;
  }
}
.banWrap05 .inin .flexWrap .flexBox .c01 dl dd h3 {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 3.4rem;
  letter-spacing: 0rem;
  color: #c50018;
}

@media only screen and (max-width: 768px) {
  .banWrap05 .inin .flexWrap .flexBox .c01 dl dd h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.banWrap05 .inin .flexWrap .flexBox .c02 {
  margin-top: 4rem;
}

.banWrap05 .inin .flexWrap .flexBox .c02 .d01 {
  margin-bottom: 3rem;
}

.banWrap05 .inin .flexWrap .flexBox .c02 .d01 dl {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .banWrap05 .inin .flexWrap .flexBox .c02 .d01 dl {
    display: block;
  }
}
.banWrap05 .inin .flexWrap .flexBox .c02 .d01 dl dt {
  position: relative;
  flex-basis: 8rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .banWrap05 .inin .flexWrap .flexBox .c02 .d01 dl dt {
    margin-bottom: 3rem;
    width: 14rem;
    margin: 0 auto 3rem;
  }
}
.banWrap05 .inin .flexWrap .flexBox .c02 .d01 dl dd {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding-left: 1rem;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 4rem;
  letter-spacing: 0rem;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .banWrap05 .inin .flexWrap .flexBox .c02 .d01 dl dd {
    font-size: 2rem;
    line-height: 3rem;
    padding: 0 0rem 0 0rem;
  }
}
.banWrap05 .inin .flexWrap .flexBox .c02 .d01 dl dd span {
  display: inline-block;
}

.banWrap05 .inin .flexWrap .flexBox .c02 .d02 .f01 {
  background: #fff;
  border: 1px solid #ccc;
  padding: 1.5rem 3rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
  line-height: 3rem;
  letter-spacing: 0rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .banWrap05 .inin .flexWrap .flexBox .c02 .d02 .f01 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.banWrap06 {
  background: #f4f4f4;
  padding: 10rem 0;
}

@media only screen and (max-width: 768px) {
  .banWrap06 {
    padding: 8rem 0;
  }
}
.banWrap06 ._in .inin {
  position: relative;
}

.banWrap06 ._in .inin .bgT {
  position: absolute;
  top: 0rem;
  left: 0rem;
  opacity: 0.4;
}

.banWrap06 ._in .inin .bgT span {
  color: #ddd;
  font-size: 13.6rem;
  font-weight: bold;
  line-height: 12rem;
  letter-spacing: 0.1rem;
  font-family: arial;
}

@media only screen and (max-width: 768px) {
  .banWrap06 ._in .inin .bgT span {
    font-size: 4.6rem;
    line-height: 4rem;
  }
}
.banWrap06 ._in .inin .ininin {
  position: relative;
  z-index: 2;
}

.banWrap06 ._in .inin .ininin .flexWrap {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .banWrap06 ._in .inin .ininin .flexWrap {
    display: block;
  }
}
.banWrap06 ._in .inin .ininin .flexWrap .leftBox {
  position: relative;
  flex-basis: 45rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .banWrap06 ._in .inin .ininin .flexWrap .leftBox {
    margin-bottom: 3rem;
  }
}
.banWrap06 ._in .inin .ininin .flexWrap .leftBox .c01 .sub {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 2.6rem;
  margin-bottom: 1rem;
}

.banWrap06 ._in .inin .ininin .flexWrap .leftBox .c01 h2 {
  position: relative;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 4rem;
  letter-spacing: 0rem;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .banWrap06 ._in .inin .ininin .flexWrap .leftBox .c01 h2 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
}
.banWrap06 ._in .inin .ininin .flexWrap .leftBox .c01 h2::after {
  content: "";
  background: #c50018;
  display: block;
  width: 5rem;
  height: 2px;
  margin: 5rem auto 0 0;
}

.banWrap06 ._in .inin .ininin .flexWrap .rightBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  .banWrap06 ._in .inin .ininin .flexWrap .rightBox {
    padding: 0 0rem 0 0rem;
  }
}
.banWrap06 ._in .inin .ininin .flexWrap .rightBox .inRight .inFlexWra {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.banWrap06 ._in .inin .ininin .flexWrap .rightBox .inRight .inFlexWra .inFlexBox {
  width: 48%;
}

@media only screen and (max-width: 768px) {
  .banWrap06 ._in .inin .ininin .flexWrap .rightBox .inRight .inFlexWra .inFlexBox {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .banWrap06 ._in .inin .ininin .flexWrap .rightBox .inRight .inFlexWra .inFlexBox:not(:first-child) {
    margin-top: 4rem;
  }
}
.banWrap06 ._in .inin .ininin .flexWrap .rightBox .inRight .inFlexWra .inFlexBox a {
  display: block;
  border: 1px solid #c50018;
  border-radius: 4rem;
  padding: 5rem 4rem;
  text-align: center;
  color: #c50018;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 24rem;
  transition: all 0.4s;
}

@media only screen and (max-width: 768px) {
  .banWrap06 ._in .inin .ininin .flexWrap .rightBox .inRight .inFlexWra .inFlexBox a {
    min-height: auto;
  }
}
.banWrap06 ._in .inin .ininin .flexWrap .rightBox .inRight .inFlexWra .inFlexBox a .asd dl {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banWrap06 ._in .inin .ininin .flexWrap .rightBox .inRight .inFlexWra .inFlexBox a .asd dl dt {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 2.6rem;
}

@media only screen and (max-width: 768px) {
  .banWrap06 ._in .inin .ininin .flexWrap .rightBox .inRight .inFlexWra .inFlexBox a .asd dl dt {
    font-size: 3rem;
  }
}
.banWrap06 ._in .inin .ininin .flexWrap .rightBox .inRight .inFlexWra .inFlexBox a .asd dl dd {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 4rem;
  letter-spacing: 0rem;
  margin-left: 1rem;
}

@media only screen and (max-width: 768px) {
  .banWrap06 ._in .inin .ininin .flexWrap .rightBox .inRight .inFlexWra .inFlexBox a .asd dl dd {
    font-size: 3rem;
    line-height: 3rem;
  }
}
.banWrap06 ._in .inin .ininin .flexWrap .rightBox .inRight .inFlexWra .inFlexBox a .asd dl dd.numb {
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 4rem;
  letter-spacing: 0rem;
}

@media only screen and (max-width: 768px) {
  .banWrap06 ._in .inin .ininin .flexWrap .rightBox .inRight .inFlexWra .inFlexBox a .asd dl dd.numb {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.banWrap06 ._in .inin .ininin .flexWrap .rightBox .inRight .inFlexWra .inFlexBox a .asd .teltel {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  text-align: center;
  margin-top: 1rem;
}

.banWrap06 ._in .inin .ininin .flexWrap .rightBox .inRight .inFlexWra .inFlexBox a:hover {
  color: #fff;
  border: 1px solid #c50018;
  background: #c50018;
}

/*=========================================================*/
/*	CLINIC*/
/*=========================================================*/
.clinic01Wrap {
  padding: 12rem 0;
}
@media only screen and (max-width: 768px) {
  .clinic01Wrap {
    padding: 8rem 0 0;
  }
}
.clinic01Wrap ._in .ttlAH {
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 3rem;
}
.clinic01Wrap ._in .ttlAH .icon {
  width: 3.8rem;
  margin: 0 auto 2rem;
}
.clinic01Wrap ._in .ttlAH h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  margin-bottom: 0rem;
  color: #c50018;
}
@media only screen and (max-width: 768px) {
  .clinic01Wrap ._in .ttlAH h2 {
    font-size: 2.4rem;
    margin-top: 0rem;
  }
}
.clinic01Wrap ._in .c01 ul {
  display: flex;
  justify-content: space-between;
}
.clinic01Wrap ._in .c01 ul li {
  width: 48%;
}
.clinic01Wrap ._in .c01 ul li a {
  display: block;
  text-align: center;
  color: #c50018;
  transition: all 0.5s;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 1.5rem 4rem;
  display: inline-block;
  background: #fff;
  border: 1px solid #c50018;
  font-size: 1.5rem;
  border-radius: 5rem;
  transition: all 0.4s;
}
.clinic01Wrap ._in .c01 ul li a:hover {
  opacity: 0.7;
}
.clinic01Wrap ._in .c02 .flexBoxInfo dl {
  position: relative;
  display: flex;
  font-size: 1.6rem;
  line-height: 3rem;
}
@media only screen and (max-width: 768px) {
  .clinic01Wrap ._in .c02 .flexBoxInfo dl {
    display: block;
  }
}
.clinic01Wrap ._in .c02 .flexBoxInfo dl dt {
  border-top: solid 1px #111;
  flex-basis: 20rem;
  margin-right: 2rem;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .clinic01Wrap ._in .c02 .flexBoxInfo dl dt {
    flex-basis: 100%;
    margin-right: 0rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}
.clinic01Wrap ._in .c02 .flexBoxInfo dl dd {
  border-top: solid 1px #e5e5e5;
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .clinic01Wrap ._in .c02 .flexBoxInfo dl dd {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}
.clinic01Wrap ._in .c03 {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .clinic01Wrap ._in .c03 {
    margin-top: 4rem;
  }
}
.clinic01Wrap ._in .c03 .clinicSche .rightTimeschejule {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .clinic01Wrap ._in .c03 .clinicSche .rightTimeschejule {
    padding: 0 0rem 0 0rem;
  }
}
.clinic01Wrap ._in .c03 .clinicSche .rightTimeschejule .chejule .footerTime table {
  width: 100%;
  color: #333;
  text-align: center;
  font-size: 13px;
}
.clinic01Wrap ._in .c03 .clinicSche .rightTimeschejule .chejule .footerTime table tr td,
.clinic01Wrap ._in .c03 .clinicSche .rightTimeschejule .chejule .footerTime table tr th {
  text-align: center;
  border: 1px solid #d9d9d9;
  border-right: none;
  border-left: none;
  padding: 1.5rem 8px;
  width: 6rem;
}
@media only screen and (max-width: 768px) {
  .clinic01Wrap ._in .c03 .clinicSche .rightTimeschejule .chejule .footerTime table tr td,
  .clinic01Wrap ._in .c03 .clinicSche .rightTimeschejule .chejule .footerTime table tr th {
    font-size: 3.25vw;
    white-space: nowrap;
    padding: 1.8vw 0;
  }
}
.clinic01Wrap ._in .c03 .clinicSche .rightTimeschejule .chejule .footerTime table tr td .fs9,
.clinic01Wrap ._in .c03 .clinicSche .rightTimeschejule .chejule .footerTime table tr th .fs9 {
  font-size: 0.9rem;
  color: initial;
  color: #333;
}
.clinic01Wrap ._in .c03 .clinicSche .rightTimeschejule .chejule .footerTime table tr th {
  background-color: #f8e5f6;
  font-weight: bold;
}
.clinic01Wrap ._in .c03 .clinicSche .rightTimeschejule .chejule .footerTime table tr th:first-child {
  width: 16rem;
}
.clinic01Wrap ._in .c03 .clinicSche .rightTimeschejule .chejule .footerTime .hospitalTime {
  background: #f6f6f6;
  margin-top: 2rem;
  padding: 2rem;
}
.clinic01Wrap ._in .c03 .clinicSche .rightTimeschejule .chejule .footerTime .hospitalTime .ss {
  font-size: 1.6rem;
  line-height: 2rem;
  color: #3f3a39;
  margin-right: 0.5rem;
}

/*=========================================================*/
/*	DOCTOR*/
/*=========================================================*/
.doctor01Wrap .c01 {
  padding: 4rem 0 8rem;
}
@media only screen and (max-width: 768px) {
  .doctor01Wrap .c01 {
    padding: 4rem 0 3rem;
  }
}
.doctor01Wrap .c01 .inin {
  text-align: center;
}
.doctor01Wrap .c01 .inin h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  margin-bottom: 0rem;
  color: #c50018;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .doctor01Wrap .c01 .inin h2 {
    font-size: 2.4rem;
    margin-top: 0rem;
  }
}
.doctor01Wrap .c01 .inin .sub {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 500;
  letter-spacing: 0rem;
}
.doctor01Wrap ._in {
  position: relative;
}
.doctor01Wrap ._in::after {
  content: "";
  background: #f6f6f6;
  width: 40%;
  height: 60rem;
  position: absolute;
  top: 0%;
  right: 0;
  z-index: -1;
}
.doctor01Wrap ._in .flexWrap {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .doctor01Wrap ._in .flexWrap {
    display: block;
  }
}
.doctor01Wrap ._in .flexWrap .leftBox {
  position: relative;
  position: relative;
  flex-basis: 42%;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .doctor01Wrap ._in .flexWrap .leftBox {
    margin-bottom: 6rem;
  }
}
.doctor01Wrap ._in .flexWrap .leftBox .imgWrap {
  position: relative;
}
.doctor01Wrap ._in .flexWrap .leftBox .imgWrap .textB {
  position: absolute;
  bottom: 0;
  right: 0;
}
.doctor01Wrap ._in .flexWrap .leftBox .imgWrap .textB .inT {
  position: relative;
  background: #fff;
  padding: 3rem 3rem 1rem 4rem;
}
.doctor01Wrap ._in .flexWrap .leftBox .imgWrap .textB .inT .sub {
  background: #c50018;
  color: #fff;
  font-size: 1.4rem;
  line-height: 3rem;
  font-weight: 500;
  letter-spacing: 0rem;
  margin-top: 0rem;
  margin-bottom: 1rem;
  display: inline-block;
  padding: 0.1rem 2rem;
}
.doctor01Wrap ._in .flexWrap .leftBox .imgWrap .textB .inT dl dt {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 800;
  letter-spacing: 0.2rem;
  margin-bottom: 0rem;
  color: #c50018;
  margin-bottom: 0rem;
}
@media only screen and (max-width: 768px) {
  .doctor01Wrap ._in .flexWrap .leftBox .imgWrap .textB .inT dl dt {
    font-size: 2.4rem;
    margin-top: 0rem;
  }
}
.doctor01Wrap ._in .flexWrap .leftBox .imgWrap .textB .inT dl dd {
  font-size: 1.3rem;
  line-height: 3rem;
  font-weight: 500;
  letter-spacing: 0rem;
}
.doctor01Wrap ._in .flexWrap .leftBox .keirekiWrap {
  margin-top: 4rem;
}
.doctor01Wrap ._in .flexWrap .leftBox .keirekiWrap .keirekiBox {
  margin-bottom: 3rem;
}
.doctor01Wrap ._in .flexWrap .leftBox .keirekiWrap .keirekiBox h4 {
  color: #c50018;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 800;
  letter-spacing: 0rem;
  position: relative;
}
.doctor01Wrap ._in .flexWrap .leftBox .keirekiWrap .keirekiBox h4::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #c50018;
  display: block;
  margin: 0 0 1rem 0;
}
.doctor01Wrap ._in .flexWrap .leftBox .keirekiWrap .keirekiBox .ttt dl {
  margin-bottom: 1rem;
}
.doctor01Wrap ._in .flexWrap .leftBox .keirekiWrap .keirekiBox .ttt dl dt {
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 800;
  letter-spacing: 0rem;
  margin-bottom: 0rem;
}
.doctor01Wrap ._in .flexWrap .leftBox .keirekiWrap .keirekiBox .ttt dl dd {
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 500;
  letter-spacing: 0rem;
}
.doctor01Wrap ._in .flexWrap .rightBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding: 0 0rem 0 6rem;
}
@media only screen and (max-width: 768px) {
  .doctor01Wrap ._in .flexWrap .rightBox {
    padding: 0 0rem 0 0rem;
  }
}
.doctor01Wrap ._in .flexWrap .rightBox .inin .ininin h3 {
  font-size: 3.4rem;
  line-height: 5rem;
  font-weight: 800;
  letter-spacing: 0.2rem;
  color: #c50018;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 768px) {
  .doctor01Wrap ._in .flexWrap .rightBox .inin .ininin h3 {
    font-size: 2.4rem;
    margin-top: 0rem;
    margin-bottom: 2rem;
  }
}
.doctor01Wrap ._in .flexWrap .rightBox .doctorLogo {
  width: 24rem;
  margin-top: 3rem;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .doctor01Wrap ._in .flexWrap .rightBox .doctorLogo {
    display: none;
  }
}

.doctor02Wrap {
  padding: 8rem 0 8rem;
}
@media only screen and (max-width: 768px) {
  .doctor02Wrap {
    padding: 8rem 0 0rem;
  }
}
.doctor02Wrap._02 {
  margin-bottom: 8rem;
}
.doctor02Wrap ._in {
  position: relative;
}
.doctor02Wrap ._in::after {
  content: "";
  background: #f6f6f6;
  width: 80%;
  height: 40rem;
  position: absolute;
  top: 5rem;
  right: 0;
  z-index: -1;
}
.doctor02Wrap ._in .flexWrap {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .doctor02Wrap ._in .flexWrap {
    display: block;
  }
}
.doctor02Wrap ._in .flexWrap .leftBox {
  position: relative;
  position: relative;
  flex-basis: 42rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .doctor02Wrap ._in .flexWrap .leftBox {
    margin-bottom: 3rem;
  }
}
.doctor02Wrap ._in .flexWrap .leftBox .inin .ggljQ .sub {
  font-size: 1.5rem;
  line-height: 3rem;
  font-weight: 800;
  letter-spacing: 0rem;
  color: #c50018;
}
.doctor02Wrap ._in .flexWrap .leftBox .inin .ggljQ dl {
  position: relative;
  display: flex;
  align-items: center;
  color: #c50018;
}
.doctor02Wrap ._in .flexWrap .leftBox .inin .ggljQ dl dt {
  font-size: 2.8rem;
  line-height: 3rem;
  font-weight: 700;
  margin-right: 1rem;
}
.doctor02Wrap ._in .flexWrap .leftBox .inin .ggljQ dl dd {
  font-size: 3.8rem;
  line-height: 4rem;
  font-weight: 700;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.doctor02Wrap ._in .flexWrap .leftBox .inin .ggljQ .ttt {
  position: relative;
}
.doctor02Wrap ._in .flexWrap .leftBox .inin .ggljQ .ttt::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #c50018;
  display: block;
  margin: 3rem 0 3rem 0;
}
.doctor02Wrap ._in .flexWrap .rightBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding: 0 0rem 0 6rem;
}
@media only screen and (max-width: 768px) {
  .doctor02Wrap ._in .flexWrap .rightBox {
    padding: 0 0rem 0 0rem;
  }
}
.doctor02Wrap ._in .flexWrap .rightBox .inMovie .movieZ {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .doctor02Wrap ._in .flexWrap .rightBox .inMovie .movieZ {
    width: 100%;
    margin: 0 auto 0rem;
  }
}
.doctor02Wrap ._in .flexWrap .rightBox .inMovie .movieZ video {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .doctor02Wrap ._in .flexWrap .rightBox .inMovie .movieZ video {
    width: 100%;
  }
}

.first01Wrap {
  padding: 12rem 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .first01Wrap {
    padding: 8rem 0;
  }
}
.first01Wrap::after {
  content: "";
  background: #f6f6f6;
  width: 80%;
  height: 30rem;
  position: absolute;
  top: 0%;
  right: 0;
  z-index: -1;
}
.first01Wrap ._in {
  position: relative;
  z-index: 1;
}
.first01Wrap ._in .inin {
  text-align: center;
}
.first01Wrap ._in .inin .ttlQ {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 768px) {
  .first01Wrap ._in .inin .ttlQ {
    margin-bottom: 3rem;
  }
}
.first01Wrap ._in .inin .ttlQ .sub {
  color: #c50018;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 800;
  letter-spacing: 0rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 768px) {
  .first01Wrap ._in .inin .ttlQ .sub {
    margin-bottom: 1rem;
  }
}
.first01Wrap ._in .inin .ttlQ h2 {
  font-size: 3.8rem;
  line-height: 6rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  margin-bottom: 0rem;
}
@media only screen and (max-width: 768px) {
  .first01Wrap ._in .inin .ttlQ h2 {
    font-size: 2.4rem;
    line-height: 4rem;
    margin-top: 0rem;
  }
}
/*=========================================================*/
/*	RECRUIT*/
/*=========================================================*/
.recruit01Wrap ._in {
  padding: 12rem 0 12rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .recruit01Wrap ._in {
    padding: 8rem 0 0;
  }
}
.recruit01Wrap ._in::after {
  content: "";
  background: #f6f6f6;
  width: 80%;
  height: 90%;
  position: absolute;
  top: 0%;
  left: 0;
  z-index: -1;
}
.recruit01Wrap ._in .recruitLogo {
  position: absolute;
  top: -3rem;
  right: 10rem;
  width: 22rem;
}
@media only screen and (max-width: 768px) {
  .recruit01Wrap ._in .recruitLogo {
    display: none;
  }
}
.recruit01Wrap ._in .inin {
  position: relative;
}
.recruit01Wrap ._in .inin .bgText {
  position: absolute;
  top: -20rem;
  left: 0;
  z-index: 0;
  font-size: 14rem;
  line-height: 14rem;
  color: #aaa;
  line-height: 1;
  opacity: 0.4;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.recruit01Wrap ._in .inin .bgText span {
  display: block;
}
@media only screen and (max-width: 768px) {
  .recruit01Wrap ._in .inin .bgText {
    display: none;
  }
}
.recruit01Wrap ._in .inin .subb {
  position: relative;
  padding-left: 5rem;
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  margin-bottom: 4rem;
  color: #c50018;
}
@media only screen and (max-width: 768px) {
  .recruit01Wrap ._in .inin .subb {
    font-size: 1.6rem;
    margin-top: 0rem;
  }
}
.recruit01Wrap ._in .inin .subb::before {
  content: "";
  background: #c50018;
  width: 3rem;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.recruit01Wrap ._in .inin .c01 {
  margin-bottom: 6rem;
}
.recruit01Wrap ._in .inin .c01 h2 {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.recruit01Wrap ._in .inin .c02 .flexWrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .recruit01Wrap ._in .inin .c02 .flexWrap {
    display: block;
  }
}
.recruit01Wrap ._in .inin .c02 .flexWrap .flexBox {
  width: 48%;
}
.recruit01Wrap ._in .inin .c02 .flexWrap .flexBox .inB {
  background: #fff;
  padding: 4rem 4rem;
}
.recruit01Wrap ._in .inin .c02 .flexWrap .flexBox.rightBox {
  margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
  .recruit01Wrap ._in .inin .c02 .flexWrap .flexBox {
    width: 100%;
  }
}
.recruit01Wrap ._in .inin .c02 .flexWrap .flexBox .inB h4 {
  position: relative;
  font-size: 2.8rem;
  line-height: 3rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .recruit01Wrap ._in .inin .c02 .flexWrap .flexBox .inB h4 {
    font-size: 2.4rem;
  }
}
.recruit01Wrap ._in .inin .c02 .flexWrap .flexBox .inB .inIcon {
  width: 70%;
  margin: 0 auto 2rem;
}

.recruit02Wrap {
  padding: 4rem 0 12rem 0;
}
@media only screen and (max-width: 768px) {
  .recruit02Wrap {
    padding: 8rem 0 0;
  }
}
.recruit02Wrap .ttlQ {
  text-align: center;
  margin-bottom: 5rem;
}
.recruit02Wrap .ttlQ .sub {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 500;
  letter-spacing: 0rem;
}
.recruit02Wrap .ttlQ h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  color: #c50018;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .recruit02Wrap .ttlQ h2 {
    font-size: 2.4rem;
    margin-top: 0rem;
  }
}
.recruit02Wrap .flexWrap {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .recruit02Wrap .flexWrap {
    display: block;
  }
}
.recruit02Wrap .flexWrap .flexBox {
  width: 31%;
}
@media only screen and (max-width: 768px) {
  .recruit02Wrap .flexWrap .flexBox {
    width: 100%;
    margin-bottom: 4rem;
  }
}
.recruit02Wrap .flexWrap .flexBox .imgBox {
  margin-bottom: 3rem;
}
.recruit02Wrap .flexWrap .flexBox .textBox {
  text-align: center;
}
.recruit02Wrap .flexWrap .flexBox .textBox h3 {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.recruit02Wrap .flexWrap .flexBox .textBox .ttt {
  text-align: left;
}

.recruit03Wrap {
  padding: 4rem 0 12rem 0;
}
@media only screen and (max-width: 768px) {
  .recruit03Wrap {
    padding: 4rem 0 0;
  }
}
.recruit03Wrap .ttlQ {
  text-align: center;
  margin-bottom: 5rem;
}
.recruit03Wrap .ttlQ .sub {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 500;
  letter-spacing: 0rem;
}
.recruit03Wrap .ttlQ h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  color: #c50018;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .recruit03Wrap .ttlQ h2 {
    font-size: 2.4rem;
    margin-top: 0rem;
  }
}
.recruit03Wrap .mainGGH {
  position: relative;
  padding: 0 0 10rem 0;
}
@media only screen and (max-width: 768px) {
  .recruit03Wrap .mainGGH {
    padding: 0 0 6rem 0;
  }
}
.recruit03Wrap .mainGGH::after {
  content: "";
  background: url(../img/recruit_bg01.jpg) no-repeat center/cover;
  width: 100%;
  height: 85%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.recruit03Wrap .mainGGH ._in {
  position: relative;
  z-index: 1;
}
.recruit03Wrap .mainGGH ._in .inin .movieZ {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .recruit03Wrap .mainGGH ._in .inin .movieZ {
    width: 100%;
    margin: 0 auto 0rem;
  }
}
.recruit03Wrap .mainGGH ._in .inin .movieZ video {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .recruit03Wrap .mainGGH ._in .inin .movieZ video {
    width: 100%;
  }
}
.recruit03Wrap .mainGGH ._in .inin .ininin {
  position: relative;
  z-index: 2;
  background: #f6f6f6;
  border-radius: 6rem 1rem;
  width: 90%;
  margin: -6rem auto 0;
  padding: 6rem 6rem;
}
@media only screen and (max-width: 768px) {
  .recruit03Wrap .mainGGH ._in .inin .ininin {
    padding: 5rem 2rem;
  }
}
.recruit03Wrap .mainGGH ._in .inin .ininin ._inBox .icon {
  width: 3.8rem;
  margin: 0 auto 2rem;
}
.recruit03Wrap .mainGGH ._in .inin .ininin ._inBox .asdf h3 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 800;
  letter-spacing: 0.2rem;
  color: #c50018;
  margin-top: 1rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .recruit03Wrap .mainGGH ._in .inin .ininin ._inBox .asdf h3 {
    font-size: 2.4rem;
    margin-top: 0rem;
  }
}
.recruit03Wrap .mainGGH ._in .inin .ininin ._inBox .ttt {
  margin-top: 5rem;
  text-align: center;
}

.recruit04Wrap {
  padding: 4rem 0 12rem 0;
}
@media only screen and (max-width: 768px) {
  .recruit04Wrap {
    padding: 8rem 0;
  }
}
.recruit04Wrap .ttlQ {
  text-align: center;
  margin-bottom: 5rem;
}
.recruit04Wrap .ttlQ .sub {
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 500;
  letter-spacing: 0rem;
}
.recruit04Wrap .ttlQ h2 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 600;
  letter-spacing: 0.2rem;
  color: #c50018;
  margin-top: 1rem;
}
@media only screen and (max-width: 768px) {
  .recruit04Wrap .ttlQ h2 {
    font-size: 2.4rem;
    margin-top: 0rem;
  }
}
.recruit04Wrap .tabBox .tabBtn {
  display: flex;
  justify-content: space-between;
  margin: 0 0px 0rem;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .recruit04Wrap .tabBox .tabBtn {
    display: block;
  }
}
.recruit04Wrap .tabBox .tabBtn li {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .recruit04Wrap .tabBox .tabBtn li {
    width: 100%;
  }
  .recruit04Wrap .tabBox .tabBtn li:not(:first-child) {
    margin-top: 1rem;
  }
}
.recruit04Wrap .tabBox .tabBtn li a {
  overflow: hidden;
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 2rem 0px;
  text-align: center;
  color: #222;
  border-right: 1px solid #eceaf1;
  border-bottom: 1px solid #eceaf1;
  background: #e2e3e3;
}
@media only screen and (max-width: 768px) {
  .recruit04Wrap .tabBox .tabBtn li a {
    width: 100%;
    font-size: 1.8rem;
  }
}
.recruit04Wrap .tabBox .tabBtn li a.is_active {
  color: #fff;
  font-weight: bold;
  background: #c50018;
}
.recruit04Wrap .tabBox .tabBtn li:nth-child(1) a.is_active::after {
  color: #fff;
}
.recruit04Wrap .tabBox .tabBtn li:nth-child(2) a.is_active::after {
  color: #fff;
}
.recruit04Wrap .tabBox .tabBtn li:nth-child(1), .recruit04Wrap .tabBox .tabBtn li:nth-child(2), .recruit04Wrap .tabBox .tabBtn li:nth-child(3), .recruit04Wrap .tabBox .tabBtn li:nth-child(4) {
  border-top: 1px solid #eceaf1;
}
.recruit04Wrap .tabBox .tabBtn li:nth-child(1), .recruit04Wrap .tabBox .tabBtn li:nth-child(5) {
  border-left: 1px solid #eceaf1;
}
@media only screen and (max-width: 768px) {
  .recruit04Wrap .tabBox .tabBtn li:nth-child(1), .recruit04Wrap .tabBox .tabBtn li:nth-child(2), .recruit04Wrap .tabBox .tabBtn li:nth-child(3), .recruit04Wrap .tabBox .tabBtn li:nth-child(4), .recruit04Wrap .tabBox .tabBtn li:nth-child(5), .recruit04Wrap .tabBox .tabBtn li:nth-child(6), .recruit04Wrap .tabBox .tabBtn li:nth-child(7), .recruit04Wrap .tabBox .tabBtn li:nth-child(8) {
    border-top: none;
  }
  .recruit04Wrap .tabBox .tabBtn li:nth-child(1), .recruit04Wrap .tabBox .tabBtn li:nth-child(2) {
    border-top: 1px solid #eceaf1;
  }
  .recruit04Wrap .tabBox .tabBtn li:nth-child(1), .recruit04Wrap .tabBox .tabBtn li:nth-child(3), .recruit04Wrap .tabBox .tabBtn li:nth-child(5), .recruit04Wrap .tabBox .tabBtn li:nth-child(7) {
    border-left: 1px solid #eceaf1;
  }
}
.recruit04Wrap .tabBox .recruitBtnbtn {
  text-align: center;
}
.recruit04Wrap .tabBox .recruitBtnbtn a {
  display: -webkit-flex;
  display: inline-block;
  justify-content: center;
  align-items: center;
  align-items: center;
  border: 1px solid #3f3a39;
  position: relative;
  text-decoration: none;
  transition: all 0.3s;
  transition: 0.3s ease-in-out;
  padding: 2rem 5rem;
  line-height: 1.2;
  z-index: 1;
  font-size: 1.5rem;
  font-weight: 700;
  color: #3f3a39;
}
.recruit04Wrap .tabBox .recruitBtnbtn a._01 {
  border: 1px solid #3f3a39;
  color: #3f3a39;
}
.recruit04Wrap .tabBox .recruitBtnbtn a._01 .iniB {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recruit04Wrap .tabBox .recruitBtnbtn a._01 .iniB .icon {
  display: inline-block;
  width: 4rem;
  padding-right: 1rem;
}
.recruit04Wrap .tabBox .recruitBtnbtn a._02 ._tel {
  font-size: 1.9rem;
}
.recruit04Wrap .tabBox .recruitBtnbtn a:hover {
  opacity: 0.7;
}
.recruit04Wrap .tabBox .tabBlockIn {
  background: #fff;
  margin: 0 auto;
  padding: 5rem 0rem;
  box-sizing: content-box;
}
@media only screen and (max-width: 768px) {
  .recruit04Wrap .tabBox .tabBlockIn {
    padding: 5rem 0 0rem;
  }
  .recruit04Wrap .tabBox .tabBlockIn .w950 {
    padding: 0;
  }
}
.recruit04Wrap .tabBox .tabBlockIn .tab-content {
  display: none;
}
.recruit04Wrap .tabBox .tabBlockIn .tab-content.is_show {
  display: block;
}
.recruit04Wrap .tabBox .tabBlockIn .rrrr .flexBoxInfo dl {
  position: relative;
  display: flex;
  font-size: 1.6rem;
  line-height: 3rem;
}
@media only screen and (max-width: 768px) {
  .recruit04Wrap .tabBox .tabBlockIn .rrrr .flexBoxInfo dl {
    display: block;
  }
}
.recruit04Wrap .tabBox .tabBlockIn .rrrr .flexBoxInfo dl dt {
  border-top: solid 1px #111;
  flex-basis: 20rem;
  margin-right: 2rem;
  margin-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .recruit04Wrap .tabBox .tabBlockIn .rrrr .flexBoxInfo dl dt {
    flex-basis: 100%;
    margin-right: 0rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}
.recruit04Wrap .tabBox .tabBlockIn .rrrr .flexBoxInfo dl dd {
  border-top: solid 1px #f4f4f4;
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .recruit04Wrap .tabBox .tabBlockIn .rrrr .flexBoxInfo dl dd {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
}

.recruit05Wrap {
  padding: 10rem 0;
  background: #f6f6f6;
}
.recruit05Wrap ._in .ttlH {
  text-align: center;
  margin-top: -15rem;
  margin-bottom: 5rem;
  color: #c50018;
}
.recruit05Wrap ._in .ttlH h2 {
  font-family: "Whisper", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 4.8rem;
  line-height: 10rem;
  font-weight: 700;
}
.recruit05Wrap ._in .ttlH .sub {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 700;
}
.recruit05Wrap ._in .flexWrap {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 6rem;
}
@media only screen and (max-width: 768px) {
  .recruit05Wrap ._in .flexWrap {
    display: block;
  }
}
.recruit05Wrap ._in .flexWrap .leftBox {
  position: relative;
  flex-basis: 43rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .recruit05Wrap ._in .flexWrap .leftBox {
    margin-bottom: 3rem;
  }
}
.recruit05Wrap ._in .flexWrap .leftBox .inB .tttitle {
  background: #c50018;
  color: #fff;
  text-align: center;
  padding: 1rem 3rem;
  font-size: 1.7rem;
  line-height: 3rem;
  font-weight: 800;
  letter-spacing: 0rem;
}
.recruit05Wrap ._in .flexWrap .leftBox .inB .tttInB {
  background: #fff;
  padding: 3rem 3rem;
}
.recruit05Wrap ._in .flexWrap .rightBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding: 0 0rem 0 4rem;
}
@media only screen and (max-width: 768px) {
  .recruit05Wrap ._in .flexWrap .rightBox {
    padding: 0 0rem 0 0rem;
  }
}
.recruit05Wrap ._in .flexWrap .rightBox .inin h4 {
  position: relative;
  margin-bottom: 3rem;
}
.recruit05Wrap ._in .flexWrap .rightBox .inin h4::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #c50018;
  position: absolute;
  top: 48%;
  left: 0;
}
.recruit05Wrap ._in .flexWrap .rightBox .inin h4 span {
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 800;
  letter-spacing: 0rem;
  display: inline-block;
  background: #f6f6f6;
  padding-right: 1rem;
}
.recruit05Wrap ._in .flexWrap .rightBox .inin ul {
  margin-bottom: 2rem;
}
.recruit05Wrap ._in .flexWrap .rightBox .inin ul li {
  position: relative;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 500;
  letter-spacing: 0rem;
  padding-left: 2rem;
}
.recruit05Wrap ._in .flexWrap .rightBox .inin ul li::before {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 10rem;
  background: #c50018;
  position: absolute;
  top: 1rem;
  left: 0;
}
.recruit05Wrap ._in .recruitFlow h3 {
  padding: 5rem 0 2rem;
  text-align: center;
}
.recruit05Wrap ._in .recruitFlow h3 span {
  color: #c50018;
  font-size: 2.2rem;
  font-weight: bold;
  padding: 0 2rem;
  letter-spacing: 0.05em;
  position: relative;
}
.recruit05Wrap ._in .recruitFlow h3 span::before, .recruit05Wrap ._in .recruitFlow h3 span::after {
  content: "";
  position: absolute;
  background: #c50018;
  width: 2px;
  height: 4rem;
  bottom: -0.8rem;
}
.recruit05Wrap ._in .recruitFlow h3 span::before {
  left: 0;
  transform: rotate(-39deg);
}
.recruit05Wrap ._in .recruitFlow h3 span::after {
  right: 0;
  transform: rotate(39deg);
}
.recruit05Wrap ._in .recruitFlow ul {
  display: flex;
  justify-content: space-between;
}
.recruit05Wrap ._in .recruitFlow ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: calc(33.3333% - 26px);
  padding-bottom: 28px;
  position: relative;
  text-align: center;
}
.recruit05Wrap ._in .recruitFlow ul li::before {
  content: "";
  position: absolute;
  background: #fff;
  border-radius: 15px;
  width: 100%;
  height: calc(100% - 18px);
  bottom: 0;
  left: 0;
  z-index: 0;
}
.recruit05Wrap ._in .recruitFlow ul li::after {
  content: "";
  position: absolute;
  top: 57%;
  right: -3rem;
  transform: translateY(-50%);
  /* 縦軸をセンタリングする */
  border: 5px solid transparent;
  border-left: 8px solid #c50018;
  /* 好みで色を変えてください */
}
.recruit05Wrap ._in .recruitFlow ul li:last-child::after {
  display: none;
}
.recruit05Wrap ._in .recruitFlow ul li strong {
  position: relative;
  z-index: 2;
  font-size: 1.6rem;
  line-height: 3rem;
  font-weight: 800;
  letter-spacing: 0rem;
}
.recruit05Wrap ._in .recruitFlow ul li .num {
  width: 100%;
  padding-bottom: 1.5rem;
}
.recruit05Wrap ._in .recruitFlow ul li .num .num__box {
  background: #c50018;
  border-radius: 2rem;
  color: #fff;
  width: 8rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Dancing Script", sans-serif;
  font-size: 1.7rem;
  font-weight: bold;
  margin: 0 auto;
  line-height: 2rem;
  letter-spacing: 0.06em;
  position: relative;
}
.recruit05Wrap ._in .recruitFlow ul li .num .num__box::before {
  content: "";
  position: absolute;
  border-left: 1.3rem solid transparent;
  border-right: 1.3rem solid transparent;
  border-top: 2rem solid #c50018;
  bottom: -0.6rem;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}

.onlineListWrap01 {
  background: url(../img/top_a_bg001.jpg) no-repeat center/cover;
  padding: 12rem 0 12rem;
}

@media only screen and (max-width: 768px) {
  .onlineListWrap01 {
    padding: 8rem 0 4rem;
  }
}
.onlineListWrap01 .c02 {
  margin-top: 12rem;
}

@media only screen and (max-width: 768px) {
  .onlineListWrap01 .c02 {
    margin-top: 6rem;
  }
}
.onlineListWrap01 .c02 .d01 .flexWrap {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .onlineListWrap01 .c02 .d01 .flexWrap {
    display: block;
  }
}
.onlineListWrap01 .c02 .d01 .flexWrap .leftBox {
  position: relative;
  flex-basis: 55rem;
  margin-bottom: 0;
  margin-left: -8rem;
}

@media only screen and (max-width: 768px) {
  .onlineListWrap01 .c02 .d01 .flexWrap .leftBox {
    margin-bottom: 3rem;
    margin-left: 0;
    display: none;
  }
}
.onlineListWrap01 .c02 .d01 .flexWrap .rightBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  margin-top: 8rem;
  padding-left: 8rem;
}

@media only screen and (max-width: 768px) {
  .onlineListWrap01 .c02 .d01 .flexWrap .rightBox {
    padding: 0 0rem 0 0rem;
  }
}
.onlineListWrap01 .c02 .inc02 {
  margin-top: -22rem;
  margin-left: 26rem;
}

@media only screen and (max-width: 768px) {
  .onlineListWrap01 .c02 .inc02 {
    margin-top: 4rem;
    margin-left: 0rem;
  }
}
.onlineListWrap02 {
  padding: 12rem 0;
}

@media only screen and (max-width: 768px) {
  .onlineListWrap02 {
    padding: 8rem 0 0;
  }
}
.onlineListWrap02 .inin ul.onlineListW {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2%;
}

@media only screen and (max-width: 768px) {
  .onlineListWrap02 .inin ul.onlineListW {
    display: block;
  }
}
.onlineListWrap02 .inin ul.onlineListW li {
  width: 29%;
  margin: 0 2%;
}

@media only screen and (max-width: 768px) {
  .onlineListWrap02 .inin ul.onlineListW li {
    width: 100%;
    margin: 0 0 6rem 0;
  }
}
.onlineListWrap02 .inin ul.onlineListW li .imgB a {
  display: block;
  position: relative;
  padding: 0 8rem 2rem;
  background: url(../img/a_online_list_img03.png) no-repeat bottom center;
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  .onlineListWrap02 .inin ul.onlineListW li .imgB a {
    padding: 0 4rem 2rem;
  }
}
.onlineListWrap02 .inin ul.onlineListW li .imgB a .thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  margin-bottom: 0;
  transition: 0.4s;
  flex: 0 0 auto;
  min-height: 180px;
}

.onlineListWrap02 .inin ul.onlineListW li .imgB a .thumb:before {
  content: "";
  display: block;
  padding-top: 76%;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .onlineListWrap02 .inin ul.onlineListW li .imgB a .thumb:before {
    padding-top: 66%;
  }
}
.onlineListWrap02 .inin ul.onlineListW li .imgB a .thumb .imgIn {
  background: #e5e5e5 no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.6s;
}

.onlineListWrap02 .inin ul.onlineListW li .titleTex {
  position: relative;
  font-size: 2.8rem;
  line-height: 3rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 768px) {
  .onlineListWrap02 .inin ul.onlineListW li .titleTex {
    font-size: 2.4rem;
    line-height: 4rem;
    margin-bottom: 0.5rem;
  }
}
.onlineListWrap02 .inin ul.onlineListW li .textBox dl {
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
}

.onlineListWrap02 .inin ul.onlineListW li .textBox dl dt {
  text-align: center;
  margin-right: 2rem;
}

.onlineListWrap02 .inin ul.onlineListW li .textBox dl dt span {
  display: inline-block;
  background: #c50018;
  border-radius: 10rem;
  padding: 0.2rem 1rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.6rem;
}

.onlineListWrap02 .inin ul.onlineListW li .textBox dl dd {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  color: #c50018;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
  font-weight: bold;
}

.onlineListWrap02 .inin ul.onlineListW li .textBox dl dd span {
  font-size: 4rem;
}

@media only screen and (max-width: 768px) {
  .onlineListWrap02 .inin ul.onlineListW li .textBox dl dd span {
    font-size: 3rem;
  }
}
.onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem 0;
}

@media only screen and (max-width: 768px) {
  .onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox {
    margin-bottom: 4rem;
    padding: 3rem 0;
  }
}
.onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox .cartjs_box {
  margin: 0px 0 0 0 !important;
  padding: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
}

@media only screen and (max-width: 768px) {
  .onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox .cartjs_box .cartjs_block .tbl_scroll {
    display: none;
  }
  .onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox .cartjs_box .cartjs_buy p {
    margin-bottom: 0;
  }
  .onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox .cartjs_box .cartjs_buy input {
    margin-bottom: 0 !important;
    background: #8c7859 !important;
    border-radius: 3rem !important;
    width: 100% !important;
    padding: 0 3rem;
    height: 5rem !important;
    font-size: 1.3rem !important;
    transition: all 0.3s;
    box-shadow: none !important;
    border: none !important;
    text-shadow: none !important;
  }
}
.onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox form {
    display: block;
  }
}
.onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox form .cartjs_product_table,
.onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox form .cartjs_block {
  flex-grow: 1;
  flex-basis: 10rem;
}

@media only screen and (max-width: 768px) {
  .onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox form .cartjs_product_table,
  .onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox form .cartjs_block {
    margin-bottom: 2rem;
    padding: 0 !important;
  }
}
.onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox form .cartjs_product_table table,
.onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox form .cartjs_block table {
  width: auto !important;
  margin: 0 0 0px auto !important;
  text-align: right !important;
}

.onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox form .cartjs_product_table table th,
.onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox form .cartjs_block table th {
  padding-bottom: 0 !important;
  padding-right: 1rem;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox form .cartjs_product_table table th,
  .onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox form .cartjs_block table th {
    padding-bottom: 0 !important;
    padding-right: 1rem;
    font-size: 1.4rem;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
    text-align: center !important;
  }
}
.onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox form .cartjs_product_table table td,
.onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox form .cartjs_block table td {
  text-align: right;
  font-size: 1.4rem;
  padding-bottom: 0 !important;
}

.onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox form .cartjs_product_table table td input,
.onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox form .cartjs_block table td input {
  text-align: right;
}

.onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox form .cartjs_cart_in,
.onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox form .cartjs_buy {
  flex-basis: 167px;
  margin-left: 3rem !important;
  height: 6rem !important;
  margin-right: 0 !important;
}

@media only screen and (max-width: 768px) {
  .onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox form .cartjs_cart_in,
  .onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox form .cartjs_buy {
    margin-top: 2rem !important;
    margin-left: auto !important;
    height: auto !important;
  }
}
.onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox form .cartjs_cart_in input,
.onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox form .cartjs_buy input {
  margin-bottom: 0 !important;
  background: #c50018 !important;
  border-radius: 3rem !important;
  width: 100% !important;
  padding: 0 8rem !important;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox form .cartjs_cart_in input,
  .onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox form .cartjs_buy input {
    padding: 0 3rem !important;
    border-radius: 6rem !important;
    height: 50px !important;
    font-size: 1.7rem !important;
  }
}
.onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox form .cartjs_cart_in input:hover,
.onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox form .cartjs_buy input:hover {
  opacity: 0.8;
}

.onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox form .cartjs_buy input {
  box-shadow: none !important;
  border: none !important;
  text-shadow: none !important;
  font-size: 1.6rem;
  height: 6rem;
}

.onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox .cartjs_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox .cartjs_block {
    display: block;
  }
}
.onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox .cartjs_block .tbl_scroll {
  flex-grow: 1;
  flex-basis: 100px;
}

.onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox .cartjs_block .tbl_scroll .cartjs_product_num th {
  background: none !important;
  width: auto !important;
}

.onlineListWrap02 .inin ul.onlineListW li .textBox .cartBox .cartjs_block .tbl_scroll input[type=number] {
  width: 5rem !important;
  height: 4rem;
  border: 1px solid #999999;
  font-size: 1.5rem;
  color: #000;
  padding: 0px 1rem;
  -webkit-appearance: none;
  outline: 0;
  border-radius: 0px;
  box-sizing: border-box;
}

.onlineListWrap02 .inin ul.onlineListW li .textBox .onlineListBottom .inflexWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.onlineListWrap02 .inin ul.onlineListW li .textBox .onlineListBottom .inflexWrap .inLeft p a {
  display: inline-block;
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}

.onlineListWrap02 .inin ul.onlineListW li .textBox .onlineListBottom .inflexWrap .inLeft p a:hover {
  text-decoration: none;
}

.onlineListWrap02 .inin ul.onlineListW li .textBox .onlineListBottom .inflexWrap .inRight .aa a {
  padding: 0 0 0 2rem;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 800;
  display: inline-block;
  color: #000;
  position: relative;
  opacity: 1;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.onlineListWrap02 .inin ul.onlineListW li .textBox .onlineListBottom .inflexWrap .inRight .aa a::after {
  content: "›";
  position: absolute;
  top: 50%;
  left: 0rem;
  transform: translate(0, -50%);
  color: #000;
  font-family: ltc-goudy-oldstyle-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.6rem;
  line-height: 0.6;
}

.onlineListWrap03 {
  padding: 8rem 0 12rem 0;
}

@media only screen and (max-width: 768px) {
  .onlineListWrap03 {
    padding: 4rem 0 8rem 0;
  }
}
.onlineListWrap03 ._in .inin .c01 {
  margin-top: 7rem;
}

@media only screen and (max-width: 768px) {
  .onlineListWrap03 ._in .inin .c01 {
    margin-top: 0rem;
  }
}
.onlineListWrap03 ._in .inin .c01 .ttlA {
  text-align: center;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 768px) {
  .onlineListWrap03 ._in .inin .c01 .ttlA {
    margin-bottom: 3rem;
  }
}
.onlineListWrap03 ._in .inin .c01 .ttlA .tilIn {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2.6rem;
}

.onlineListWrap03 ._in .inin .c01 .flexWrap {
  flex-basis: auto;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .onlineListWrap03 ._in .inin .c01 .flexWrap {
    display: block;
  }
}
.onlineListWrap03 ._in .inin .c01 .flexWrap .leftBox {
  position: relative;
  flex-grow: 1;
  flex-basis: 100px;
  text-align: left;
  padding-right: 5rem;
}

@media only screen and (max-width: 768px) {
  .onlineListWrap03 ._in .inin .c01 .flexWrap .leftBox {
    padding: 0 0rem 0 0rem;
  }
}
.onlineListWrap03 ._in .inin .c01 .flexWrap .leftBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.onlineListWrap03 ._in .inin .c01 .flexWrap .leftBox ul li {
  width: 33%;
  padding: 0 3%;
  border-right: 1px solid #ddd;
}

@media only screen and (max-width: 768px) {
  .onlineListWrap03 ._in .inin .c01 .flexWrap .leftBox ul li {
    width: 100%;
    padding: 4rem 0;
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
}
.onlineListWrap03 ._in .inin .c01 .flexWrap .leftBox ul li .f01 span {
  display: inline-block;
  border-radius: 10rem;
  margin-bottom: 2rem;
  padding: 0.2rem 3rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 2.6rem;
  background: #aaa;
}

.onlineListWrap03 ._in .inin .c01 .flexWrap .leftBox ul li .f01 span.last {
  background: #c50018;
}

.onlineListWrap03 ._in .inin .c01 .flexWrap .leftBox ul li .f02 {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 768px) {
  .onlineListWrap03 ._in .inin .c01 .flexWrap .leftBox ul li .f02 {
    margin-bottom: 2rem;
  }
}
.onlineListWrap03 ._in .inin .c01 .flexWrap .rightBox {
  position: relative;
  flex-basis: 45rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .onlineListWrap03 ._in .inin .c01 .flexWrap .rightBox {
    margin-bottom: 0rem;
    margin-top: 4rem;
  }
}
.onlineListWrap03 ._in .inin .c01 .flexWrap .rightBox .inRight .textBig2 {
  font-size: 2.2rem;
  font-weight: 800;
  line-height: 3.6rem;
  position: relative;
  margin-bottom: 5rem;
  padding: 0 0 3rem 0;
}

.onlineListWrap03 ._in .inin .c01 .flexWrap .rightBox .inRight .textBig2::after {
  content: "";
  background: #111;
  position: absolute;
  bottom: 0rem;
  left: 0rem;
  width: 10rem;
  height: 1px;
}

.e01 {
  text-align: center;
}

.e01 h2 {
  position: relative;
  font-size: 3.6rem;
  line-height: 5rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1rem;
  padding-top: 5rem;
}

@media only screen and (max-width: 768px) {
  .e01 h2 {
    font-size: 2.4rem;
    line-height: 4rem;
    margin-bottom: 0.5rem;
  }
}
.e01 h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 4rem;
  height: 4rem;
  background: url(../img/top_a_iconDEX.png) no-repeat top center;
  background-size: 4rem;
}

.e01 .sub {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.6rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 400;
  font-style: normal;
}

.e01 .ttt01 {
  margin-top: 5rem;
}

@media only screen and (max-width: 768px) {
  .e01 .ttt01 {
    margin-top: 3rem;
  }
}
.e01 .ttt02 {
  text-align: center;
  margin-top: 4rem;
}

.e01 .ttt02 .inTae {
  position: relative;
  display: inline-block;
  padding: 0 3rem;
  margin-bottom: 4rem;
  font-size: 3rem;
  line-height: 4rem;
  font-family: source-han-serif-japanese, serif;
  font-weight: 800;
  font-style: normal;
}

@media only screen and (max-width: 768px) {
  .e01 .ttt02 .inTae {
    font-size: 1.8rem;
    line-height: 3rem;
    padding: 0 2rem;
  }
}
.e01 .ttt02 .inTae span {
  font-size: 5rem;
  line-height: 4rem;
  color: #c50018;
}

@media only screen and (max-width: 768px) {
  .e01 .ttt02 .inTae span {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.e01 .ttt02 .inTae:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(-25deg);
}

.e01 .ttt02 .inTae:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #000;
  border-radius: 3px;
  transform: rotate(25deg);
}

.slideNEW {
  flex-basis: auto;
  display: flex;
  margin: 0 -2%;
}

@media only screen and (max-width: 768px) {
  .slideNEW {
    flex-wrap: wrap;
    display: block;
  }
}
.slideNEW li {
  width: 31%;
  margin: 0 2%;
}

@media only screen and (max-width: 768px) {
  .slideNEW li {
    width: 100%;
    margin: 0 0 2% 0;
  }
}
.slideNEW li a {
  display: block;
  position: relative;
}

.slideNEW li a .thumb {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  margin-bottom: 0;
  transition: 0.4s;
  flex: 0 0 auto;
  min-height: 180px;
}

.slideNEW li a .thumb:before {
  content: "";
  display: block;
  padding-top: 82%;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .slideNEW li a .thumb:before {
    padding-top: 66%;
  }
}
.slideNEW li a .thumb .imgIn {
  background: #e5e5e5 no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.6s;
}

.slideNEW li a .detailWork {
  padding: 2.5rem 0rem;
  min-height: 12rem;
}

@media only screen and (max-width: 768px) {
  .slideNEW li a .detailWork {
    padding: 2rem 0rem 0;
    min-height: 12rem;
  }
}
.slideNEW li a .detailWork dl {
  line-height: 1.6;
}

.slideNEW li a .detailWork dl dt {
  font-size: 1.6rem;
  margin-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  .slideNEW li a .detailWork dl dt {
    font-size: 14px;
  }
}
.slideNEW li a .detailWork dl dd {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  color: #c50018;
  font-family: source-han-serif-japanese, serif;
  font-style: normal;
}

.slideNEW li a .detailWork dl dd span {
  font-size: 4rem;
}

@media only screen and (max-width: 768px) {
  .slideNEW li a .detailWork dl dd span {
    font-size: 3rem;
  }
}
.slideNEW li:nth-child(1) a .thumb::after {
  content: "";
  position: absolute;
  top: -2rem;
  left: -2rem;
  transform: translate(0%, 0);
  background: url(../img/top_a_icon002.png) no-repeat top left;
  background-size: 10rem;
  width: 10rem;
  height: 10rem;
}

@media only screen and (max-width: 768px) {
  .slideNEW li:nth-child(1) a .thumb::after {
    background-size: 8rem;
    width: 8rem;
    height: 8rem;
  }
}
.slideNEW li:nth-child(2) a .thumb::after {
  content: "";
  position: absolute;
  top: -2rem;
  left: -2rem;
  transform: translate(0%, 0);
  background: url(../img/top_a_icon003.png) no-repeat top left;
  background-size: 10rem;
  width: 10rem;
  height: 10rem;
}

@media only screen and (max-width: 768px) {
  .slideNEW li:nth-child(2) a .thumb::after {
    background-size: 8rem;
    width: 8rem;
    height: 8rem;
  }
}
.slideNEW li:nth-child(3) a .thumb::after {
  content: "";
  position: absolute;
  top: -2rem;
  left: -2rem;
  transform: translate(0%, 0);
  background: url(../img/top_a_icon004.png) no-repeat top left;
  background-size: 10rem;
  width: 10rem;
  height: 10rem;
}

@media only screen and (max-width: 768px) {
  .slideNEW li:nth-child(3) a .thumb::after {
    background-size: 8rem;
    width: 8rem;
    height: 8rem;
  }
}
.slideNEW .cartBox {
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 3rem 0;
}

@media only screen and (max-width: 768px) {
  .slideNEW .cartBox {
    margin-bottom: 4rem;
    padding: 3rem 0;
  }
}
.slideNEW .cartBox .cartjs_box {
  margin: 0px 0 0 0 !important;
  padding: 0 !important;
  border-top: none !important;
  border-bottom: none !important;
}

@media only screen and (max-width: 768px) {
  .slideNEW .cartBox .cartjs_box .cartjs_block .tbl_scroll {
    display: none;
  }
  .slideNEW .cartBox .cartjs_box .cartjs_buy p {
    margin-bottom: 0;
  }
  .slideNEW .cartBox .cartjs_box .cartjs_buy input {
    margin-bottom: 0 !important;
    background: #8c7859 !important;
    border-radius: 3rem !important;
    width: 100% !important;
    padding: 0 3rem;
    height: 5rem !important;
    font-size: 1.3rem !important;
    transition: all 0.3s;
    box-shadow: none !important;
    border: none !important;
    text-shadow: none !important;
  }
}
.slideNEW .cartBox form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .slideNEW .cartBox form {
    display: block;
  }
}
.slideNEW .cartBox form .cartjs_product_table,
.slideNEW .cartBox form .cartjs_block {
  flex-grow: 1;
  flex-basis: 10rem;
}

@media only screen and (max-width: 768px) {
  .slideNEW .cartBox form .cartjs_product_table,
  .slideNEW .cartBox form .cartjs_block {
    margin-bottom: 2rem;
    padding: 0 !important;
  }
}
.slideNEW .cartBox form .cartjs_product_table table,
.slideNEW .cartBox form .cartjs_block table {
  width: auto !important;
  margin: 0 0 0px auto !important;
  text-align: right !important;
}

.slideNEW .cartBox form .cartjs_product_table table th,
.slideNEW .cartBox form .cartjs_block table th {
  padding-bottom: 0 !important;
  padding-right: 1rem;
  font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
  .slideNEW .cartBox form .cartjs_product_table table th,
  .slideNEW .cartBox form .cartjs_block table th {
    padding-bottom: 0 !important;
    padding-right: 1rem;
    font-size: 1.4rem;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
    text-align: center !important;
  }
}
.slideNEW .cartBox form .cartjs_product_table table td,
.slideNEW .cartBox form .cartjs_block table td {
  text-align: right;
  font-size: 1.4rem;
  padding-bottom: 0 !important;
}

.slideNEW .cartBox form .cartjs_product_table table td input,
.slideNEW .cartBox form .cartjs_block table td input {
  text-align: right;
}

.slideNEW .cartBox form .cartjs_cart_in,
.slideNEW .cartBox form .cartjs_buy {
  flex-basis: 167px;
  margin-left: 3rem !important;
  height: 6rem !important;
  margin-right: 0 !important;
}

@media only screen and (max-width: 768px) {
  .slideNEW .cartBox form .cartjs_cart_in,
  .slideNEW .cartBox form .cartjs_buy {
    margin-top: 2rem !important;
    margin-left: auto !important;
    height: auto !important;
  }
}
.slideNEW .cartBox form .cartjs_cart_in input,
.slideNEW .cartBox form .cartjs_buy input {
  margin-bottom: 0 !important;
  background: #c50018 !important;
  border-radius: 3rem !important;
  width: 100% !important;
  padding: 0 8rem !important;
  transition: all 0.3s;
}

@media only screen and (max-width: 768px) {
  .slideNEW .cartBox form .cartjs_cart_in input,
  .slideNEW .cartBox form .cartjs_buy input {
    padding: 0 3rem !important;
    border-radius: 6rem !important;
    height: 50px !important;
    font-size: 1.7rem !important;
  }
}
.slideNEW .cartBox form .cartjs_cart_in input:hover,
.slideNEW .cartBox form .cartjs_buy input:hover {
  opacity: 0.8;
}

.slideNEW .cartBox form .cartjs_buy input {
  box-shadow: none !important;
  border: none !important;
  text-shadow: none !important;
  font-size: 1.6rem;
  height: 6rem;
}

.slideNEW .cartBox .cartjs_block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .slideNEW .cartBox .cartjs_block {
    display: block;
  }
}
.slideNEW .cartBox .cartjs_block .tbl_scroll {
  flex-grow: 1;
  flex-basis: 100px;
}

.slideNEW .cartBox .cartjs_block .tbl_scroll .cartjs_product_num th {
  background: none !important;
  width: auto !important;
}

.slideNEW .cartBox .cartjs_block .tbl_scroll input[type=number] {
  width: 5rem !important;
  height: 4rem;
  border: 1px solid #999999;
  font-size: 1.5rem;
  color: #000;
  padding: 0px 1rem;
  -webkit-appearance: none;
  outline: 0;
  border-radius: 0px;
  box-sizing: border-box;
}

.topTemp {
  padding-top: 10rem;
  font-size: 1.6rem;
}

.topTemp-bannerArea__title {
  text-align: center;
  font-size: 2.4rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.topTemp-bannerArea__title:hover {
  text-decoration: underline;
}
.topTemp-bannerArea__banner {
  margin-top: 1.5rem;
}
.topTemp-bannerArea__link {
  display: block;
  transition-duration: 0.4s;
}
.topTemp-bannerArea__link:hover {
  opacity: 0.6;
}

.topTemp-itemArea {
  margin-block: 10rem;
}
.topTemp-itemArea__head {
  display: flex;
  align-items: center;
  padding: 10px 3px;
  border-top: 1px solid #856239;
  border-bottom: 1px solid #856239;
}
.topTemp-itemArea__title {
  font-size: 2.2rem;
  font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.topTemp-itemArea__title.--jp {
  letter-spacing: 0.2em;
  color: #856239;
}
.topTemp-itemArea__title.--jp::after {
  content: "|";
}
.topTemp-itemArea__title.--en {
  color: #ccc;
}
.topTemp-itemArea__list {
  margin-block: 5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media only screen and (max-width: 768px) {
  .topTemp-itemArea__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.topTemp-itemArea__imgLink {
  position: relative;
  display: block;
}
.topTemp-itemArea__imgLink:hover img {
  opacity: 0.6;
}
.topTemp-itemArea__img {
  transition-duration: 0.4s;
}
.topTemp-itemArea__badge {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  padding: 0.4rem 1.2rem;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #fff;
  background-color: #bf956d;
}
.topTemp-itemArea__link:hover {
  text-decoration: underline;
}
.topTemp-itemArea__itemName {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.topTemp-itemArea__price {
  text-align: center;
}
.topTemp-itemArea__tax {
  font-size: 0.8em;
}
.topTemp-itemArea__soldOut {
  text-align: center;
  color: #f33;
  font-size: 0.8em;
}/*# sourceMappingURL=style.css.map */