@charset "utf-8";
/* ------------------------
default 1rem = 10px
--------------------------- */
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Sans JP", "YuGothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size: 1.4rem;
  color: #3B3B3B;
  line-height: 2.4rem;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
header,
main,
.footer__bg,
.footer__links,
.breadcrumb__wrapper,
.page__title,
.wrapper {
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
  gap: 16px;
}
@media screen and  (max-width: 768px){
  header,
  main,
  .footer__bg,
  .footer__links,
  .wrapper {
      display: block;
  }
}
main{
  width: 100%;
  min-height: 600px;
  display: block;
}

/* hover */
a:hover{
  cursor: pointer;
  opacity: 0.5;
  color:#F08300;
}
a:not(.kodawari__title_japanese) {
  color: #3B3B3B;
}

/* arrow */
.icon__arrow__s {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0px 0px 1px 3px;
  border-top: 1.5px solid #F08300;
  border-right: 1.5px solid #F08300;
  transform: rotate(45deg);
}
.icon__arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0px 0px 2px 5px;
  border-top: 2px solid #F08300;
  border-right: 2px solid #F08300;
  transform: rotate(45deg);
}
.icon__download{
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0px 0px 1px 3px;
  background: url(../images/download.svg)  no-repeat center center;
  background-size: contain;
}


/* btn */
a.btn__primary{
  background: #919191;
  color: #fff;
  font-size: 1.8rem;
  line-height: 100%;
  padding: 1.6rem 0 1.8rem;
  margin-left:auto;
  margin-right:auto;
  display: block;
  min-width:180px;
  width: 70%;
  max-width: 300px;
  position: relative;
  text-align: center;
  transition:all 0.3s cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
a.btn__secondary{
  background: #fff;
  color: #3b3b3b;
  font-size: 1.6rem;
  line-height: 100%;
  padding: 1.3rem 2rem 1.5rem;
  margin-left:auto;
  margin-right:auto;
  display: block;
  min-width:0;
  width: auto;
  max-width: 90%;
  position: relative;
  text-align: center;
  border:solid 1px #a8a8a8;
  border-radius: 3.2rem;
  transition:all 0.3s cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
@media screen and  (max-width: 375px){
  a.btn__primary{
    width: 86%;
  }
}
a.btn__primary_orange{
  background: #F08300;
  color: #fff;
  font-size: 1.8rem;
  line-height: 100%;
  padding: 1.6rem 0 1.8rem;
  margin-left:auto;
  margin-right:auto;
  display: block;
  min-width:180px;
  width: 70%;
  max-width: 300px;
  position: relative;
  text-align: center;
  transition:all 0.3s cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
a.btn__primary__large{
  font-size: 2rem;
  line-height: 100%;
  padding: 1.8rem 0 2rem;
  transition:all 0.3s cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
a.btn__next span{
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0px 0px 2px 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top:22px;
  right:22px;
}
a.btn__prev span{
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0px 0px 2px 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(225deg);
  position: absolute;
  top:22px;
  left:22px;
}
a.btn__next span.orange{
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0px 0px 2px 5px;
  border-top: 2px solid #F08300;
  border-right: 2px solid #F08300;
  transform: rotate(45deg);
  position: absolute;
  top:22px;
  right:22px;
}
a.btn__prev span.orange{
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0px 0px 2px 5px;
  border-top: 2px solid #F08300;
  border-right: 2px solid #F08300;
  transform: rotate(225deg);
  position: absolute;
  top:22px;
  left:22px;
}
a.btn__secondary span,
a.btn__secondary span.orange{
    top:18px;
    right: 16px;
}
a.btn__primary__large span{
  position: absolute;
  top:26px;
}
@media screen and  (max-width: 768px){
  a.btn__primary,
  a.btn__primary_orange{
    font-size: 1.6rem;
    line-height: 100%;
    padding: 1.3rem 0 1.5rem;
  }
  a.btn__primary__large{
    font-size: 1.8rem;
    line-height: 100%;
    padding: 1.5rem 0 1.8rem;
    width: 88%;
    max-width: 360px;
  }
  a.btn__next span{
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0px 0px 2px 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top:18px;
    right:18px;
  }
  a.btn__prev span{
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0px 0px 2px 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(225deg);
    position: absolute;
    top:18px;
    left:18px;
  }
  a.btn__secondary span{
    top:14px;
  }
  a.btn__primary__large span{
    position: absolute;
    top:22px;
  }
}
/* excluding sp */
@media screen and  (max-width: 768px){
  .exsp{
    display: none;
  }
}
/* excluding pc */
@media screen and  (min-width: 769px){
  .expc{
    display: none;
  }
}
/* span for  */
@media screen and  (max-width: 768px){
  .like-br{
    display: block;
  }
}

hr{
  border: none;
  border-top:solid 1px #a8a8a8;
  margin:5rem 0;
}

/* english */
.textEnglish {
  font-family: 'Antonio', Helvetica Neue, Helvetica, Arial, sans-serif !important;
}
/* ------------------------
header --- layouts
--------------------------- */
header{
  border-bottom: solid  1px #E5E5E5 ;
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 2;
}
.header__inner{
    grid-column: col-start 3 / span 8 ;
    display: flex;
    height: 100px;
    align-items: center;
}
@media screen and  (max-width: 1365px){
  .header__inner{
      grid-column: col-start 2 / span 10;
      display: flex;
      height: 100px;
      align-items: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .header__inner{
      grid-column: col-start 1 / span 12;
      display: flex;
      height: 100px;
      align-items: center;
      padding-left: 16px;
  }
}
@media screen and  (max-width: 768px){
  .header__inner{
      padding: 1.15rem 1.25rem 1rem ;
      height: auto;
      box-sizing: border-box;
  }
}

/* -------------------------------
header --- components --- logo
-------------------------------- */
.header__logo{
  width: 100%;
  max-width: 100px;
}
.header__logo__copy {
  height:0;
  padding-top: 5px;
}
.header__logo__copy svg,
.header__logo__copy path{
  fill:#000;
  display: block;
  width: 100%;
}
@media screen and  (max-width: 768px){
  .header__logo{/*
    max-width: none;
    display: flex;
    align-items:center;*/
  }
  .header__logo__copy {
    padding-top: 3px;
  }
  .header__logo__img{
    width: 72px;
  }
  .header__logo__copy {
    width: 72px;
    height: auto;
    /* display: flex; */
    align-items: center;
    /* padding: 0 0 0 12px; */
  }
  .header__logo__copy svg,
  .header__logo__copy svg path{
    fill: #000;
  }
}
/* -------------------------------
header --- components --- globalnav
-------------------------------- */
.header__gnav{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 0 0 0 auto;
}
.header__gnav__text{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}
.header__gnav__text li{
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3b3b3b;
  padding: 8px 12px;
}
@media screen and (min-width: 1280px) and (max-width: 1459px) {
  .header__gnav__text li{
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 864px) and (max-width: 1279px) {
  .header__gnav__text li{
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 794px) and (max-width: 863px) {
  .header__gnav__text li{
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 793px) {
  .header__gnav__text li{
    font-size: 1.1rem;
  }
}
@media screen and  (max-width: 768px){
  .header__gnav__text{
    display: none;
  }
}
/* -------------------------------
header --- components --- recruit
-------------------------------- */
.header__link{
  margin:10px 12px 10px auto;
}
.header__link ul li{
  font-size:1.3rem;
  line-height: 1.4rem;
  padding:6px 10px;
  border:solid 1px #C9C9C9;
  color:#7B7B7B;
  font-weight: 500;
}
@media screen and  (max-width: 768px){
  .header__link{
    position: absolute;
    top:24px;
    right: 56px;
  }
  .header__link ul li{
    font-size:1.1rem;
    line-height: 1.2rem;
    padding:0;
    border:none;
    color:#7B7B7B;
    font-weight: 500;
  }
  .header__link .icon__arrow__s{
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0px 0 2px 3px;
    border-top: 1px solid #F08300;
    border-right: 1px solid #F08300;
    transform: rotate(45deg);
  }
}

/* -------------------------------
main --- layouts
-------------------------------- */
main{
  padding-top: 100px;
  padding-bottom: 80px;
}
@media screen and  (max-width: 768px){
  main{
    padding-top: 72.5px;
    padding-bottom: 50px;
  }
}
section.page__contents{
  z-index: 1;
  position: relative;
}
/* -------------------------------
footer --- layouts
-------------------------------- */
footer a{
  display: inline-block;
}
.footer__bg{
  background: #F0F0F0;
  padding: 4rem 0 12rem;
  position: relative;
}
.footer__inner{
  grid-column: col-start 3 / span 8 ;
  position: relative;
  display: grid;
  grid-template-columns:repeat(4, 1fr);
}
@media screen and  (max-width: 1365px){
  .footer__inner{
      grid-column: col-start 2 / span 10;
      position: relative;
      display: grid;
      grid-template-columns:repeat(4, 1fr);
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .footer__inner{
      grid-column: col-start 1 / span 12;
      position: relative;
      display: grid;
      grid-template-columns:repeat(4, 1fr);
  }
}
@media screen and  (max-width: 768px){
  .footer__bg{
    padding-top: 4.5rem;
    padding-bottom: 0;
  }
  .footer__inner{
      display: block;
      position: relative;
  }
}
/* -------------------------------
footer --- components
-------------------------------- */
#footer__sns{
    grid-column: 4 / 5;
    grid-row: 1 / 2 ;
}
#footer__know__mini{
  display: none;
}
#footer__company{
    grid-column: 3 / 4;
    grid-row: 1 / 2 ;
}
#footer__know{
    grid-column: 2 / 3;
    grid-row: 1 / 2 ;
}
#footer__enjoy{
    grid-column: 1 / 2;
    grid-row: 1 / 2 ;
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  #footer__enjoy{
    padding-left: 16px;
  }
}
@media screen and  (max-width: 768px){
  #footer__know__mini{
    display: block;
  }
  #footer__know,
  #footer__enjoy{
    display: none;
  }
}

/* -------------------------------
footer --- components --- style
-------------------------------- */
.footer__nav__unit h2{
  font-size: 1.4rem;
  font-weight: 600;
  color:#919191;
}
.footer__nav__unit h2:after{
  content:' ';
  display: block;
  margin: 2rem 0;
  width:2.4rem;
  height:0.5rem;
  background:#CECECE ;
}
.footer__nav__unit ul{}
.footer__nav__unit ul li{
  font-size:1.5rem;
  font-weight:300;
  line-height: 3.2rem;
  color: #383838;
}
@media screen and  (max-width: 768px){
  .footer__nav__unit h2{
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 3rem;
  }
  .footer__nav__unit h2:after{
    display: none;
  }
  .footer__nav__unit ul{}
  .footer__nav__unit ul li{
    font-weight:400;
  }
}
#footer__sns.footer__nav__unit ul li{
  line-height: 4.2rem;
}
#footer__sns.footer__nav__unit ul li a{
  display: flex;
  align-items: center;
}
#footer__sns img{
  width: 3rem;
  height:3rem;
  vertical-align: text-top;
  margin-right:0.6rem;
}
@media screen and  (max-width: 768px){
  #footer__sns.footer__nav__unit ul {
    display: flex;
    justify-content: center;
    margin-bottom: 3rem;
  }
  #footer__sns.footer__nav__unit ul li img{
    width: 5rem;
    height:5rem;
    margin:0 0.8rem;
  }
  #footer__sns.footer__nav__unit ul li span{
    display: none;
  }
  #footer__know__mini ul{
    display: grid;
    grid-template-columns: 1fr 1fr ;
  }
  #footer__know__mini ul li{
    color:#585858;
    border-top:solid 1px #D8D8D8;
  }
  #footer__know__mini ul li a{
    display: table;
    font-size:1.5rem;
    line-height: 1rem;
    font-weight: 600;
    padding: 2rem 2rem;
  }
  #footer__know__mini ul li a span{
    display: table-cell;
    vertical-align: middle;
    padding-right: 0.5rem;
  }
  #footer__know__mini ul li span.arrow{
    width: 1.4rem;
    height:1.4rem;
    padding-right: 0;
    display: inline-block;
    background: url(../images/arrow_gray.svg) no-repeat;
    background-size: cover;
  }
  #footer__company h2{
    display: none;
  }
  #footer__company ul{
    display: grid;
    grid-template-columns: 55% 1fr ;
    border-top:solid 1px #D8D8D8;
    padding: 1.3rem 0 1.5rem;
  }
  #footer__company ul li{
  }
  #footer__company ul li a{
    display: table;
    font-size:1.4rem;
    line-height: 1rem;
    padding: 1.4rem 0 1.4rem 2rem;
  }
  #footer__company ul li a span{
    display: table-cell;
    vertical-align: middle;
    padding-right: 0.5rem;
  }
  #footer__company ul li span.arrow{
    width: 1.3rem;
    height:1.3rem;
    padding-right: 0;
    display: inline-block;
    background: url(../images/arrow.svg) no-repeat;
    background-size: cover;
  }
}
/* -------------------------------
footer --- under components --- layout
-------------------------------- */
.footer__links{
  padding: 3rem 0;
}
.footer__links__inner{
  grid-column: col-start 3 / span 8 ;
}
@media screen and  (max-width: 1365px){
  .footer__links__inner{
      grid-column: col-start 2 / span 10;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .footer__links__inner{
      grid-column: col-start 1 / span 12;
  }
}
.footer__links__logo{
  display: none;
}
.footer__links__language{
  float: right;
}
.footer__copyright{
  float: left;
}
@media screen and  (max-width: 768px){
  .footer__links{
    padding: 0 0;
  }
  .footer__links__logo{
    display: block;
  }
  .footer__links__language{
    float: none;
  }
  .footer__copyright{
    float: none;
  }
}
/* -------------------------------
footer --- under components --- style
-------------------------------- */
.footer__copyright{
  font-size:1.3rem;
  color:#959595;
  text-align: left;
}
.footer__links__language ul{
  display: flex;
}
.footer__links__language li{
  width: 13rem;
  line-height: 1.4rem;
  padding:1.2rem 0 1.6rem;
  display: inline-block;
  font-size:1.3rem;
  border:solid 1px #C9C9C9;
  color:#585858;
  font-weight: 600;
  vertical-align: middle;
  text-align: center;
}
.footer__links__language li:nth-child(2),
.footer__links__language li:last-child{
  border-left: none;
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .footer__copyright{
    padding-left: 16px;
  }
  .footer__links__language ul{
    padding-right: 16px;
  }
  .footer__links__language li:nth-child(1){
    border-left: none;
  }
}
@media screen and  (max-width: 768px){
  .footer__links__logo{
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    width: calc(100% / 3);
    max-width: 120px;
    margin-right: auto;
    margin-left: auto;
  }
  .footer__links__logo a,
  .footer__links__logo img,
  .footer__links__logo svg{
    width: 100%;
    height:auto;
    display: block;
  }
  .footer__links__logo svg,
  .footer__links__logo path{
    fill:#000;
  }
  .footer__links__logo a span{
    display: block;
    text-align: center;
    font-family: 'Zen Old Mincho', serif;
    font-weight: 700;
    font-size: 1.2rem;
    line-height:1.2rem;
    padding-top: 6px;
    letter-spacing: -0.2rem;
  }
  .footer__copyright{
    font-size:1rem;
    color:#959595;
    text-align: center;
    padding-bottom: 9rem;
  }
  .footer__links__language ul{
    display: flex;
    width: 100%;
  }
  .footer__links__language li{
    width: calc(100% / 3);
  }
  .footer__links__language li:first-child{
    border-left: none;
  }
  .footer__links__language li:last-child{
    border-right: none;
  }
}
/* -------------------------------
footer --- back to Top
-------------------------------- */
#footer__btn__gototop{
  width: 6.3rem;
  height: 6.3rem;
  position: absolute;
  top:-6.3rem;
  right:0;
}
#footer__btn__gototop a{
  display: block;
  background: #fff;
  border:solid 3px #E0E0E0;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  position: relative;
}
#footer__btn__gototop a:hover{
  opacity: 1;
}
#footer__btn__gototop a span{
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0px 0px 2px 5px;
  border-top: 2px solid #B1B1B1;
  border-left: 2px solid #B1B1B1;
  transform: rotate(45deg);
  position: absolute;
  top:24px;
  left: 18px;
}
#footer__btn__gototop a:hover span{
  border-color: #F08300;
}
@media screen and  (max-width: 768px){
  #footer__btn__gototop{
    display: none;
  }
}
/* -------------------------------
main --- パンくず
-------------------------------- */
.breadcrumb__wrapper{
  border-bottom: solid  1px #E5E5E5;
}
.breadcrumb__wrapper nav{
    grid-column: col-start 3 / span 8 ;
    display: flex;
    align-items: center;
}
@media screen and  (max-width: 1365px){
  .breadcrumb__wrapper nav{
      grid-column: col-start 2 / span 10;
      display: flex;
      align-items: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .breadcrumb__wrapper nav{
      grid-column: col-start 1 / span 12;
      display: flex;
      align-items: center;
  }
}
@media screen and  (max-width: 768px){
  .breadcrumb__wrapper nav{
      grid-column: col-start 1 / span 12;
      display: flex;
      align-items: center;
  }
}
.breadcrumb-wrap {
  background: #fff;
  width: 100%;
  max-width: 100%;
  min-height: 32px;
  display: flex;
  align-items: center;
}
.breadcrumb {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0;
  line-height: 10px;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .breadcrumb{
    padding-left: 1.5rem;
    box-sizing: border-box;
  }
}
@media screen and  (max-width: 768px){
  .breadcrumb{
    padding-left: 1.5rem;
    box-sizing: border-box;
  }
}
.breadcrumb a {
  color: #A8A8A8;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb li {
  display: inline-block;
  position: relative;
  padding: 1.6rem 0;
  font-size: 1.4rem;
  line-height: 1rem;
}
@media screen and (min-width: 864px) and (max-width: 1279px) {
  .breadcrumb li {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 794px) and (max-width: 863px) {
  .breadcrumb li {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 793px) {
  .breadcrumb li {
    font-size: 1.1rem;
  }
}
@media screen and  (max-width: 768px){
  .breadcrumb li {
    font-size: 1.2rem;
  }
}
.breadcrumb li:after {
  color: #A8A8A8;
  content: " / ";
  margin: 0 0.5rem;
  font-size:1.4rem;
}
.breadcrumb li:last-child:after {
  display: none;
}
.breadcrumb li .current:after {
  display: none;
}
.breadcrumb .current {
  color: #4B4B4B;
  font-weight: 400;
}
.breadcrumb .current span{
  display: inline-block;
  width: 100%;
  height:4px;
  background: #F08300;
  position: absolute;
  bottom:-2px;
  left: 0;
}
/* -------------------------------
main --- ページタイトル
-------------------------------- */
.page__title{
  background: #F5F5F5;
  margin-bottom: 5rem;
}
.page__title_text{
    grid-column: col-start 3 / span 8 ;
}
@media screen and  (max-width: 1365px){
  .page__title_text{
      grid-column: col-start 2 / span 10;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .page__title_text{
      grid-column: col-start 1 / span 12;
  }
}
@media screen and  (max-width: 768px){
  .page__title_text{
      grid-column: col-start 1 / span 12;
  }
}
.page__title_text {
  padding-top:7.6rem ;
  padding-bottom:7rem ;
}
.page__title_text h1{
  font-size:3.6rem;
  font-weight: 700;
  color: #3B3B3B;
  line-height: 100%;
  text-align: center;
  margin: 0 auto 1rem;
}
.page__title_text__smaller h1{
  font-size:2.8rem;
}
@media screen and (max-width: 863px) {
  .page__title_text h1{
    max-width:80%;
    font-size:2.8rem;
    line-height: 3.6rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0rem;
  }
  .page__title_text__smaller h1{
    font-size:2.2rem;
    line-height: 3rem;
  }
}
@media screen and  (max-width: 768px){
  .page__title{
    background: #F5F5F5;
    margin-bottom: 2rem;
  }
  .page__title_text {
    padding-top:3.7rem ;
    padding-bottom:3.5rem ;
  }
}
.page__title_text .textEnglish{
  text-align: center;
  color: #9A9A9A;
  font-size: 2.2rem;
  margin: 0 auto;
  font-weight: 600;
}
/* -------------------------------
main --- ページタイトル（サブ）
-------------------------------- */
.chapter__title{
  margin-bottom: 5rem;
}
.chapter__title__text{
    grid-column: col-start 3 / span 8 ;
}
@media screen and  (max-width: 1365px){
  .chapter__title__text{
      grid-column: col-start 2 / span 10;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .chapter__title__text{
      grid-column: col-start 1 / span 12;
  }
}
@media screen and  (max-width: 768px){
  .chapter__title__text{
      grid-column: col-start 1 / span 12;
  }
}
.chapter__title__text {
  padding-top:7rem ;
  padding-bottom:2rem ;
}
@media screen and  (max-width: 768px){
  .chapter__title__text {
    padding-top:0rem ;
    padding-bottom:2rem ;
  }
}

/* -------------------------------
main --- タイトル調整
-------------------------------- */
.chapter__title__text h2,
.kodawari__bnr__text h2{
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 3.6rem;
  text-align: center;
  color: #3b3b3b;
}
.chapter__title__text .textEnglish,
.kodawari__bnr__text .textEnglish{
  display: block;
  font-size: 2.2rem;
  padding: 0.6rem 0;
  font-weight: 600;
  color: #9A9A9A;
  text-align: center;
}
@media screen and  (max-width: 768px){
  .chapter__title__text h2,
  .kodawari__bnr__text h2{
      font-size: 2.4rem;
      font-weight: 500;
      line-height: 2.6rem;
      text-align: center;
      color: #3b3b3b;
  }
  .kodawari__bnr__text h2{
    margin-top: 2rem;
  }
  .page__title_text .textEnglish,
  .chapter__title__text .textEnglish,
  .kodawari__bnr__text .textEnglish{
      display: block;
      font-size: 1.5rem;
      padding: 0.2rem 0;
      color: #9A9A9A;
  }
}

/* -------------------------------
components --- 導線　こだわり
-------------------------------- */
.kodawari__bnr__wrapper {
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
  gap: 16px;
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .kodawari__bnr__wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and  (max-width: 768px){
  .kodawari__bnr__wrapper {
    display: block;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.kodawari__bnr__wrapper{
  margin-bottom: 5rem;
}
@media screen and  (max-width: 768px){
  .kodawari__bnr__wrapper{
    margin-bottom: 0rem;
  }
}
.kodawari__bnr__text{
    grid-column: col-start 3 / span 8 ;
}
@media screen and  (max-width: 1365px){
  .kodawari__bnr__text{
      grid-column: col-start 2 / span 10;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .kodawari__bnr__text{
      grid-column: col-start 1 / span 12;
  }
}
@media screen and  (max-width: 768px){
  .kodawari__bnr__text{
      grid-column: col-start 1 / span 12;
  }
}
.kodawari__bnr__text {
  padding-top:5rem ;
  padding-bottom:2rem ;
}
@media screen and  (max-width: 768px){
  .kodawari__bnr__text {
    padding-top:3.5rem ;
    padding-bottom:2.5rem ;
  }
  .kodawari__bnr__text h2{
    margin: 0;
  }
}
.kodawari__bnr__text .textEnglish{
  text-align: center;
  margin: 0 auto;
}
.kodawari__bnr__unit{
    grid-column: col-start 3 / span 8 ;
}
@media screen and  (max-width: 1365px){
  .kodawari__bnr__unit{
      grid-column: col-start 2 / span 10;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .kodawari__bnr__unit{
      grid-column: col-start 1 / span 12;
  }
}
@media screen and  (max-width: 768px){
  .kodawari__bnr__unit{
      grid-column: col-start 1 / span 12;
  }
}
.kodawari__bnr__unit{
    display: flex;
    gap: 20px 20px;
}
@media screen and  (max-width: 768px){
  .kodawari__bnr__unit{
      display: block;
      width: 100%;
  }
}
.kodawari__bnr__box {
  width: 100%;
  text-align: center;
  background: #efefef;
}
@media screen and  (max-width: 768px){
  .kodawari__bnr__box {
    margin-bottom: 30px;
  }
}
.kodawari__bnr__box#kodawari__story {
  border:solid 1px #ddd;
}
.kodawari__bnr__box#kodawari__history {
  border:solid 1px #A8A8A8;
}
.kodawari__bnr__box a{
  display: block;
  padding-top: 6rem;
  padding-bottom: 6rem;
  width: 100%;
}
.kodawari__bnr__box#kodawari__story a{
  background: url(../images/kodawari_story.jpg?20230209) no-repeat;
  background-size: cover;
}
.kodawari__bnr__box#kodawari__history a{
  background: url(../images/kodawari_history.png) no-repeat;
  background-size: cover;
}
.kodawari__bnr__box a img{
  width: 100%;
  height:auto;
  display: block;
  margin-bottom: 0.5rem;
}
.kodawari__title_japanese{
  font-size:1.7rem;
  line-height: 100%;
  font-weight: 500;
  padding-bottom: 1.6rem;
}
.kodawari__title_english{
  font-size:3.2rem;
  line-height: 100%;
  font-weight: 500;
  padding-bottom: 1.6rem;
}
.kodawari__bnr__box#kodawari__story .kodawari__title_japanese,
.kodawari__bnr__box#kodawari__story .kodawari__title_english{
  color: #fff;
}
.kodawari__bnr__btn{
  display: block;
  background: #F08300;
  width: auto;
  max-width: 266px;
  margin: 0 auto;
  color:#fff;
  padding: 1rem 0;
  text-align: center;
  font-size:1.6rem;
  font-weight: 500;
  position: relative;
}
@media screen and  (max-width: 768px){
  .kodawari__bnr__box {
    margin-bottom: 30px;
  }
  .kodawari__bnr__box#kodawari__history {
    margin-bottom: 0px;
  }
}
.kodawari__bnr__btn:hover{
  background: #666;
}
.kodawari__bnr__btn span.kodawari__btn__text {
}
.kodawari__bnr__btn span.kodawari__btn__arrow {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0px 0px 1px 3px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top:2rem;
  right:2rem;
}

#nav__global__fixed{
  display: none;
}
@media screen and  (max-width: 768px){
  #nav__global__fixed{
    display: block;
    width: 100%;
    height:60px;
    box-shadow: 0px 0px 9px -6px #777777;
    background: #fff;
    position: fixed;
    bottom:0;
    left:0;
    z-index: 999;
    border-top:solid 1px #f6f6f6;
  }
  #nav__global__fixed ul{
    display: flex;
    align-items: center;
  }
  #nav__global__fixed ul li{
    width: 100%;
    text-align: center;
    font-size:1.1rem;
    line-height: 1.2rem;
    font-weight: 500;
    display: block;
  }
  #nav__global__fixed ul li a{
    display: block;
    padding: 1rem 0.5rem;
    position: relative;
  }
  #nav__global__fixed ul li a div{
    display: block;
    position: relative;
    width: 100%;
    height: 12px;
    border-right: solid 1px #E5E5E5;
    position: absolute;
    top:24px;
    left: 0;
  }
    #nav__global__fixed ul li a div{
    display: none;
  }
  #nav__global__fixed ul li span.icon{
    margin-left:auto;
    margin-right: auto;
  }
  #nav__global__fixed ul li#nav__global__menu a{
    padding-top: 36px;
  }
  #nav__global__fixed ul li#nav__global__menu span.icon{
    width:20px;
    height: 16px;
    display: block;
    background: url(../images/icon_bowl.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top:15px;
    left:calc(50% - 10px);
  }
  #nav__global__fixed ul li#nav__global__location a{
    padding-top: 36px;
  }
  #nav__global__fixed ul li#nav__global__location span.icon{
    width:14px;
    height: 19px;
    display: block;
    background: url(../images/icon_location.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top:13px;
    left:calc(50% - 7px);
  }
  #nav__global__fixed ul li#nav__global__takeout{
    font-size:1rem;
    line-height: 1rem;
  }
  #nav__global__fixed ul li#nav__global__takeout a{
    padding-top: 28px;
  }
  #nav__global__fixed ul li#nav__global__takeout span.icon{
    width:13px;
    height:14px;
    display: block;
    background: url(../images/icon_takeout.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top:10px;
    left:calc(50% - 6.5px);
  }
  #nav__global__fixed ul li#nav__global__delivery a{
    padding-top: 36px;
  }
  #nav__global__fixed ul li#nav__global__delivery span.icon{
    width:22px;
    height: 18px;
    display: block;
    background: url(../images/icon_delivery.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top:15px;
    left:calc(50% - 11px);
  }
  #nav__global__fixed ul li#nav__global__onlineshop a{
    padding-top: 36px;
  }
  #nav__global__fixed ul li#nav__global__onlineshop span.icon{
    width:20px;
    height: 16px;
    display: block;
    background: url(../images/icon_cart.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top:15px;
    left:calc(50% - 10px);
  }
  #nav__global__fixed ul li span.text{
    display: block;
  }
}

/*  ハンバーガーメニュー   */
.menu-btn,
.menu{
  display: none;
}
@media screen and  (max-width: 768px){
  .menu-btn{
    position: absolute;
    top: 6px;
    right: 0px;
    width: 66px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    z-index: 99999;
  }
  .menu-btn__inner {
    width: 28px;
    height: 19.38px;
    position: relative;

  }
  .menu-btn > .menu-btn__inner > span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #3B3B3B;
  }
  .header.home-fv .menu-btn > .menu-btn__inner > span {
    background-color: #fff;
  }
  .menu-btn > .menu-btn__inner > span:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: 50% 50%;
    transform: rotate(0deg);
    transition: transform .3s cubic-bezier(0.3, 0.1, 0.1, 1);
  }
  .menu-btn > .menu-btn__inner > span:nth-of-type(2) {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 1;
    transition: opacity .3s cubic-bezier(0.3, 0.1, 0.1, 1);
  }
  .menu-btn > .menu-btn__inner > span:last-of-type {
    position: absolute;
    bottom: 0;
    left: 0;
    transform-origin: 50% 50%;
    transform: rotate(0deg);
    transition: transform .3s cubic-bezier(0.3, 0.1, 0.1, 1);
  }
  .menu-btn.is-open > .menu-btn__inner > span:first-of-type {
    transform: translate(0px, 8.5px) rotate(45deg);
  }
  .menu-btn.is-open > .menu-btn__inner > span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-btn.is-open > .menu-btn__inner > span:last-of-type {
    transform: translate(0px, -8.5px)  rotate(-45deg);
  }
  .menu{
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100vw;
    /* スマホのメニューをスクロールできるようにする */
    height: 100%;
    overflow-y: scroll;
  }
  .menu{
    display: block;
    pointer-events: none;
    opacity: 0;
    z-index: -100;
  }
  .menu.is-open{
    pointer-events: auto;
    opacity: 1;
    z-index: 99998;
  }
  #humbergar__menu{
    width: 100%;
    height:100%;
    background: #F5F5F5;
    position: fixed;
    top:0;
    left: 0;
    padding: 2rem 2rem 8rem;
  }
  .menu ul {
    opacity: 0;
    transform: translateY(6px);
    transition: transform 0s ease-out, opacity 0s linear;
  }
  .menu svg{
    overflow-x: visible;
    overflow-y: visible;
  }
  #humbergar__menu h2{
    text-align: center;
    font-weight: 600;
    color: #7b7b7b;
  }
  /* フェードインアップ */
  .menu.is-open ul {
    opacity: 1;
    transform: translateY(0px);
    transition: transform .6s ease-out, opacity 1s linear;
  }
  #humbergar__menu ul li a{
    display: block;
    position: relative;
    text-align: center;
  }
  #humbergar__menu ul li a svg{
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  #humbergar__menu.is-open ul li a svg{
    max-width: 100%;
  }
  ul#btn__switch__language{
    display: flex;
    margin-bottom: 40px;
  }
  ul#btn__switch__language li{
    width: auto;
    padding: 0 0.7rem;
    font-size:1.4rem;
  }
  ul#btn__switch__language li a{
    display: inline-block;
  }
  ul#btn__switch__language li:after{
    content:'/';
    width: 1rem;
    height:1rem;
    display: inline-block;
    padding-left:0.9rem;
  }
  ul#btn__switch__language li:last-child:after{
    display: none;
  }
  ul#btn__primary__menu{
    display: flex;
    gap:16px;
    margin-bottom: 20px;
  }
  ul#btn__primary__menu li{
    width:100%;
    text-align: center;
    background: #F08300;
    border-radius:4px;
  }
  ul#btn__primary__menu li{
    padding-top: 26px;
    padding-bottom: 20px;
    color:#fff;
    font-size:2rem;
    line-height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  ul#btn__primary__menu li a{
    color: #fff;
  }
  ul#btn__primary__menu li a svg{
    display: block;
   }
  ul#btn__primary__menu li:first-child a img{
    width: 7vw;
    max-width: 30px;
    height:auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 8px;
  }
  ul#btn__primary__menu li:last-child a svg{
    margin-bottom: 6px;
  }
  ul#btn__secondary__menu{
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius:4px;
  }
  ul#btn__secondary__menu li{
    width: calc(100% / 3);
    border-bottom:solid 1px #E0E0E0;
    border-right:solid 1px #E0E0E0;
  }
  ul#btn__secondary__menu li a{
    padding: 24px 20px 18px;
    text-align: center;
    font-size:1.6rem;
    font-weight: 600;
    line-height:1.4rem;
  }
  ul#btn__secondary__menu li a svg{
    margin-bottom: 4px;
  }
  ul#btn__secondary__menu li a svg,
  ul#btn__secondary__menu li a path{
    fill:#f08300;
  }
  ul#btn__secondary__menu li:nth-child(1) a{
    padding: 22px 10px 18px;
  }
  ul#btn__secondary__menu li:nth-child(1) span{
    font-size:1.5rem;
    display: block;
  }
  ul#btn__secondary__menu li:nth-child(2) a{
    padding-top: 24px;
  }

  ul#btn__secondary__menu li:nth-child(3){
    border-right:none;
  }
    ul#btn__secondary__menu li:nth-child(3) a{
    padding-top: 24px;
  }
  ul#btn__secondary__menu li:nth-child(4){
    border-bottom:none;
  }
  ul#btn__secondary__menu li:nth-child(5){
    border-bottom:none;
  }
  ul#btn__secondary__menu li:nth-child(6){
    border-bottom:none;
    border-right:none;
  }
  ul#btn__secondary__menu li:nth-child(6) a{
    padding-left:10px;
    padding-right:10px;
  }
  ul#bnr__wrapper {
    margin: 30px 0;
  }
  ul#btn__third__menu{
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border-radius:4px;
    margin-top:20px;
    margin-bottom: 20px;
  }
  ul#btn__third__menu li{
    width: calc(100% / 2);
    vertical-align: middle;
  }
  ul#btn__third__menu li a{
    display: flex;
    align-items: center;
    justify-content:center;
    padding: 24px 20px 22px;
    text-align: center;
    font-size:1.6rem;
    font-weight: 600;
    line-height:1.4rem;
  }
  ul#btn__third__menu li a div.svg__box{
    width:32px;
    padding-right: 8px;
  }
  ul#btn__third__menu li a div.svg__box img{
    width: 100%;
    height:auto;
  }
  ul#btn__third__menu li:nth-child(2){
    border-left:solid 1px #E0E0E0;
  }
  ul#btn__sns__wrapper{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 1rem 0 1rem;
  }
  ul#btn__sns__wrapper li{
    vertical-align: middle;
    width: 100%;
  }
  ul#btn__sns__wrapper li a{
    padding: 1rem;
  }
  ul#btn__sns__wrapper li span{
    display: none;
  }
   ul#btn__company__wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }
  ul#btn__company__wrapper li{
    vertical-align: middle;
    font-size:1.5rem;
  }
  ul#btn__company__wrapper li a{
    padding: 0.5rem 1rem;
  }
ul#btn__company__wrapper li a span{
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0px 0px 1px 3px;
  border-top: 1.5px solid #F08300;
  border-right: 1.5px solid #F08300;
  transform: rotate(45deg);
  }
}
body.active {
  height: 100%;
  overflow: hidden;
}
body.active .menu{
  overflow: auto;
}
@media screen and  (max-width: 375px){
  ul#btn__primary__menu li{
    font-size:1.6rem;
    padding-top: 16px;
    padding-bottom: 10px;
  }
  ul#btn__secondary__menu li a{
    padding: 18px 20px 10px;
  }
  ul#btn__primary__menu li:first-child {
      padding-top: 18px;
  }
  ul#btn__primary__menu li:last-child {
      padding-top: 12px;
  }
  ul#btn__secondary__menu li a{
    font-size:1.3rem;
  }
  ul#btn__secondary__menu li:nth-child(1) span {
      font-size: 1.2rem;
  }
  ul#btn__secondary__menu li:nth-child(1) a{
    padding: 19px 10px 14px;
  }
  ul#btn__secondary__menu li:nth-child(2) a{
    padding-top: 22px;
  }
    ul#btn__secondary__menu li:nth-child(3) a{
    padding-top: 22px;
  }
  ul#btn__secondary__menu li:nth-child(6) a{
    padding-left:10px;
    padding-right:10px;
  }
  ul#btn__third__menu li a{
    padding: 14px 10px 12px;
    font-size:1.3rem;
  }
}
ul.list-orange li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #F08300;
  border-radius: 4px;
  margin: 0 8px 2px -16px;
}
.page__wrapper {
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
  gap: 16px;
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .page__wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and  (max-width: 768px){
  .page__wrapper {
    display: block;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.page__box{
    grid-column: col-start 3 / span 8 ;
}
.page__box__narrow{
    grid-column: col-start 4 / span 6 ;
}
@media screen and  (max-width: 1600px){
  .page__box__narrow{
      grid-column: col-start 3 / span 8 ;
  }
}
@media screen and  (max-width: 1365px){
  .page__box,
  .page__box__narrow{
      grid-column: col-start 2 / span 10;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .page__box,
  .page__box__narrow{
      grid-column: col-start 1 / span 12;
  }
}
.page__wrapper h2{
  font-size:2.6rem;
  line-height: 3.4rem;
  font-weight: 600;
  margin:1rem 0 6rem;
  color:#F08300;
  text-align: center;
}
.page__wrapper h3{
  font-size:1.6rem;
  line-height: 100%;
  font-weight: 600;
  margin-bottom: 12px;
  color:#000;
}
@media screen and  (max-width: 768px){
  .page__wrapper h2{
    font-size:2rem;
    line-height: 3rem;
    margin:4rem 0 ;
  }
}
.page__wrapper sup{
  font-size:1.2rem;
}
.page__wrapper .block{
  margin-bottom: 3.5rem;
}
.page__wrapper p{
  font-size:1.6rem;
  line-height: 3.2rem;
  color:#1D1D1D;
  margin-bottom: 2rem;
}
@media screen and  (max-width: 768px){
  .page__wrapper p{
    line-height: 2.6rem;
  }
}

/* -- ボタン枠 -- */
.btn__wrapper {
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
  gap: 16px;
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .btn__wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and  (max-width: 768px){
  .btn__wrapper {
    display: block;
    padding-right: 16px;
    padding-left: 16px;
  }
}
.btn__box{
    grid-column: col-start 3 / span 8 ;
}
.btn__box__narrow{
    grid-column: col-start 4 / span 6 ;
}
@media screen and  (max-width: 1600px){
  .btn__box__narrow{
      grid-column: col-start 3 / span 8 ;
  }
}
@media screen and  (max-width: 1365px){
  .btn__box,
  .btn__box__narrow{
      grid-column: col-start 2 / span 10;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .btn__box,
  .btn__box__narrow{
      grid-column: col-start 1 / span 12;
  }
}
/* -- キャンペーン枠 -- */
.rcmd__swiper{
  width: 100%;
}
.rcmd__wrapper {
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
  gap: 16px;
  margin-top: 6.5rem;
  border-top:solid 1px #EFEFEF;
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .rcmd__wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and  (max-width: 768px){
  .rcmd__wrapper {
    display: block;
    padding-right: 16px;
    padding-left: 16px;
    margin-top:3rem ;
  }
}
.rcmd__box{
    grid-column: col-start 3 / span 8 ;
}
@media screen and  (max-width: 1365px){
  .rcmd__box{
      grid-column: col-start 2 / span 10;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .rcmd__box{
      grid-column: col-start 1 / span 12;
  }
}
.rcmd__box {
  padding-top:6.5rem ;
}
@media screen and  (max-width: 768px){
  .rcmd__box {
    padding-top:4rem ;
  }
}
.rcmd__unit .swiper{
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.rcmd__box h2{
  font-size:2.4rem;
  font-weight: 600;
  color: #3B3B3B;
  line-height: 100%;
  text-align: center;
  margin: 0 auto 5rem;
}
@media screen and (max-width: 863px) {
  .rcmd__box h2{
    font-size:2rem;
    margin-bottom: 3rem;
  }
}
@media screen and  (max-width: 768px){
  .rcmd__box h2{
    font-size:1.8rem;
    margin-bottom: 2rem;
    color:#3B3B3B;
  }
}
.rcmd__items{
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}
@media screen and  (max-width: 768px){
  .rcmd__wrapper .swiper{
    overflow: scroll;
  }
  .rcmd__wrapper .rcmd__unit{
    overflow-x: scroll;
  }
  .rcmd__wrapper .swiper-slide{
    width: 50%;
  }
  #camp__wrapper.rcmd__wrapper .swiper-slide{
    width: 70%;
    max-width: none;
  }
}
@media screen and  (max-width: 375px){
  .rcmd__wrapper .swiper-slide{
    width: 45%;
  }
}
.camp__items{
  border-radius: 0;
}
.rcmd__items a{
  display: block;
}
.rcmd__items a:hover,
.rcmd__items img:hover{
  opacity: 0.6;
  color:#F08300;
}
.rcmd__text.camp__text{
  display: none;
}
@media screen and  (max-width: 768px){
  .rcmd__text{
    text-align: center;
    padding: 1rem 1rem ;
  }
  .rcmd__text.camp__text{
    padding:1.6rem;
    display: block;
    min-height: 8rem;
    min-height:130px;
  }
  .rcmd__text.camp__text p{
    text-align: left;
    font-size: 1.5rem;
    line-height: 2.3rem;
    font-weight: 400;
  }
}
.rcmd__unit{
  position: relative;
}
.rcmd__unit .swiper-slide{
  padding: 10px ;
}
.camp__button__prev{
  width: 48px;
  height:48px;
  display: block;
  background: url(../images/swipe_prev.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top:calc(50% - 36px );
  left: -100px;
  z-index: 9999;
}
.camp__button__next{
  width: 48px;
  height:48px;
  display: block;
  background: url(../images/swipe_next.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top:calc(50% - 36px );
  right: -100px;
  z-index: 9999;
}
.camp__button__next.swiper-button-disabled,
.camp__button__prev.swiper-button-disabled{
 display: none;
}
@media screen and  (max-width: 1279px){
  .camp__button__prev{
    position: absolute;
    top:calc(50% - 24px );
    left: -24px;
  }
  .camp__button__next  {
    position: absolute;
    top:calc(50% - 24px );
    right: -24px;
  }
}
@media screen and  (max-width: 1023px){
  .camp__button__prev{
    position: absolute;
    top:calc(50% - 24px );
    left: 0px;
  }
  .camp__button__next{
    position: absolute;
    top:calc(50% - 24px );
    right: 0px;
  }
}
@media screen and  (max-width: 768px){
  .camp__button__prev{
    display: none;
  }
  .camp__button__next{
    display: none;
  }
}
#camp__wrapper{
  margin-top: 0rem;
  border:none;
}
#camp__wrapper .rcmd__box{
  padding: 0;
}
.campaign__unit .chapter__title{
  margin-bottom: 0;
}
.campaign__unit{
  background: #F5F5F5;
  border-top:solid 1px #EFEFEF;
  margin-bottom: 2rem;
}
@media screen and  (max-width: 768px){
  .rcmd__wrapper .swiper{
    overflow: scroll;
  }
  .rcmd__wrapper .rcmd__unit{
    overflow-x: scroll;
  }
  .rcmd__wrapper .swiper-slide{
    width: 50%;
  }
  #camp__wrapper.rcmd__wrapper .swiper-slide{
    width: 70%;
    max-width: none;
  }
  .campaign__unit{
    padding-top: 2rem;
    padding-bottom: 4.5rem;
    margin-bottom: 2rem;
  }
  .campaign__unit .chapter__title{
    padding-top: 3.5rem;
    padding-bottom:1.5rem;
    border-top:none;
  }
  .campaign__unit .chapter__title__text{
    padding-bottom: 0;
    padding-top: 0;
  }
}
.btn_wrapper {
  display: grid;
  grid-template-columns: repeat(12, [col-start] 1fr);
  gap: 16px;
  text-align: center;
}
.page__wrapper .btn__wrapper{
  display: block;
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
.btn_wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and  (max-width: 768px){
.btn_wrapper {
    display: block;
    padding-right: 16px;
    padding-left: 16px;
  }
}
#menu_var .btn_wrapper {
  padding-top: 0rem;
  padding-bottom: 10rem;
}
.campaign__unit .btn_wrapper {
  padding: 3.5rem 0 5rem;
}
@media screen and  (max-width: 768px){
  #menu_var .btn_wrapper {
    padding-top: 0px;
    padding-bottom: 55px;
  }
  .campaign__unit .btn_wrapper {
    padding-top: 35px;
    padding-bottom: 15px;
  }
}
.btn__box{
    grid-column: col-start 3 / span 8 ;
}
@media screen and  (max-width: 1365px){
  .btn__box{
      grid-column: col-start 2 / span 10;
  }
}
@media screen and (min-width: 769px) and (max-width: 1007px) {
  .btn__box{
      grid-column: col-start 1 / span 12;
  }
}
/* フェードインアニメーション */
.loadFadeIn {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.loadFadeIn.displayed {
  opacity: 1;
  visibility: visible;
}
.scrollUpIn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(25px);
  transition: transform .45s ease-out, opacity 1s linear;
}
.scrollUpIn.displayed {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.scrollUpIn__ver2 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(25px);
  transition: transform .45s ease-out, opacity 1s linear;
}
@media screen and  (max-width: 768px){
  .scrollUpIn.displayed.displayed--delay {
    transition-delay: .3s;
  }
}
.scrollUpIn__ver2.displayed {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition: all 1s;
}

/* flex style */
.flex{
  display: flex;
}
.spflex{
  display: flex;
}
.flex-nowrap{
  display: flex;
  flex-wrap: nowrap;
  gap:20px;
}
@media screen and  (max-width: 768px){
  .flex{
    display: block;
  }
  .spflex{
    display: flex;
  }
}

/* cover image */
picture.keyvisual img{
  width:100%;
  height:auto;
}
.cover img{
  width: 100%;
  height:auto;
}

/* attention */
#attention__wrapper p{
  color:#DE3526;
  border:solid 1px #f0d9d7;
  text-align: center;
  font-size:1.8rem;
  padding: 10px 6px;
  margin: 0;
  font-weight: 600;
}
@media screen and  (max-width: 768px){
   #attention__wrapper p{
    font-size:1.6rem;
  }
}

/* 404  */
.notfound__wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  text-align: center;
}
.notfound__box h1{
  font-size: 8rem;
  line-height: 8rem;
  font-family: 'Antonio', Helvetica Neue, Helvetica, Arial, sans-serif !important;
  color: #F08300;
}
.notfound__box h1 span{
  display: block;
  font-size: 3.5rem;
}
.notfound__box h2{
  font-size: 2rem;
  line-height: 3rem;
  color: #000;
  margin-bottom: 4rem;
}
.notfound__box p{
  font-size:1.6rem;
  font-weight: 300;
  margin: 20px;
}
@media screen and  (max-width: 768px){
  .notfound__wrapper{
    min-height: 0;
  }
  .notfound__box h1{
    font-size: 6rem;
    line-height: 6rem;
    margin: 5.5rem 0 3.5rem;
  }
  .notfound__box h1 span{
  display: block;
  font-size: 2rem;
  line-height: 3rem;
  }
  .notfound__box h2{
    font-size: 1.5rem;
    line-height: 2.4rem;
    margin: 0 1.6rem 3rem;
  }
  .notfound__box p{
    font-size:1.3rem;
    text-align: left;
  }
}
