@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');

/*
  ブレイクポイント
  PC:   1920x1080 
  @media screen and (min-width: 1024px)
  TAB:  768x1024
  @media screen and (max-width: 1023px)
  SP:   390x844
  @media screen and (max-width: 767px)
*/

/* constant */ 
:root {
  --main-color: #E60020;
  --sub-color01: #EEEBDD;
  --sub-color02: #FFE8C5;
  --sub-color03: #8B8181;
  --font-color-text: #554D4D;
  --font-color-heading: #171717;
  --bg-color: #ffffff;
  --border-color: #e7e7e7;
  --bg-gray: #fafafa;
  --font-family: 'BIZ UDPGothic', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  --font-family-en: 'Red Hat Display', 'BIZ UDPGothic', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  --font-family-gochic: "Noto Sans", sans-serif;
  --font-family-number: "Red Hat Display", 'BIZ UDPGothic', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  --container-width: 1440px;
}
/*layout*/
body {
  font-family: var(--font-family);
  color: var(--font-color-text);
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
p {
  margin: 0;
  line-height: 32px;
}
section {
  position: relative;
  padding: 80px 0;
}
#header .h-wrap {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.container {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: calc(var(--container-width) + 20px);
  padding: 0 10px;
}
#header a, #header #global #nav a, #footer a, #fnav a, #breadcrumbs a, a[href^="tel:"] {
  text-decoration: none;
}
.wp-caption {
  max-width:100%;
}
@media screen and (max-width:1023px) {
  section{
    padding: 35px 0;
  }
  .container{
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px){
  body{
    font-size: 1.5rem;
  }
  section{
    padding: 40px 0;
  }
  .container{
    padding: 0 15px;
  }
  p{
    line-height: 27px;
  }
}
/* common */
h1, h2 {
  padding: 0;
  margin: 0;
  line-height: 150%;
  letter-spacing: 2.8px;
  font-weight: 700;
  color: var(--font-color-heading);
}
h2{
  font-size: 3.5rem;
}
h3, .h3, h4, .h4, h5, .h5, h6, .h6, dl.box > dt {
  padding: 0;
  margin: 0;
  line-height: 150%;
  letter-spacing: 2.8px;
  font-weight: 700;
}
.text-vertical{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 6.5px;
}
.text-c{
  text-align: center;
}
.color-red{
  color: var(--main-color);
}
small{
  display: block;
  margin-top: 5px;
}
.mb0{
  margin-bottom: 0!important;
}
.flex-wrapper{
  display: flex;
}
.flex-wrapper.reverse{
  flex-direction: row-reverse;
}
.pc-only {
  display: block !important;
}
.sp-only {
  display: none !important;
}
.pc-hidden{
  display: none !important;
}
.target::before{
  content: '';
  display: block;
  height: 130px;
  margin-top: -130px;
}
@media screen and (max-width:1024px) {
  .pc-hidden{
    display: block!important;
  }
  h2{
    font-size: 2.9rem;
  }
}
@media screen and (max-width:1023px) {
  .pc-only{
    display: none!important;
  }
  .sp-only{
    display: none!important;
  }
}
@media screen and (max-width:767px) {
  h2{
    font-size: 2.6rem;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
  .sp-hidden{
    display: none!important;
  }
  .target::before{
    height: 80px;
    margin-top: -80px;
  }
}
 
/*main*/
#main {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 100px 0 0;
  line-height: 1.8;
}
@media screen and (max-width: 1260px){
  #main{
    padding: 80px 0 0;
  }
}
@media screen and (max-width:767px) {
  #main{
    padding: 65px 0 0;
  }

}
/*header*/
#header {
  width: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0 50px;
  max-width: 100%;
  height: 100px;
  gap: 0 3%;
  opacity: 0;
  transform: translateY(-30px); /* 上から */
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
#header .global-nav {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  column-gap: 1.5vw;
  align-items: center;
}
#header .global-nav > li.current a{
  color: var(--main-color);
}
#header .global-nav li a{
  color: var(--sub-color01);
  font-weight: 700;
  font-size: 1.8rem;
  position: relative
}
#header .global-nav li a .global-nav_en{
  opacity: 0;
  font-family: var(--font-family-en);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  color: var(--main-color);
  font-size: 2.1rem;
  font-weight: 700;
}
#header .header-contact_btn a{
  background: var(--sub-color01);
  color: #000;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 10px 40px;
  border-radius: 30px;
}
#header .header-contact_btn a:hover{
  background: var(--sub-color03);
  color: #D1CACA;
}
#header .header-contact_btn a:active{
  background: var(--main-color);
  color:#fff;
}
@media only screen and (min-width:1261px) {
  #header .logo{
    width: 18%;
  }
  #header .logo img{
    max-width: 289px;
    width: 100%;
  }  
  #header nav{
    flex: 1;
  }
  #header .global-nav > li{
    padding: 20px 0;
  }
  #header .global-nav > li a:hover span{
    transition: 0.3s;
  }
  #header .global-nav li a:hover .global-nav_jp{
    color:#000;
  }
  #header .global-nav li a:hover .global-nav_en{
    opacity: 1;
  }
}
@media screen and (max-width: 1260px){
  #header .container{
    height: 80px;
    padding: 0 35px;
  }
  #header .logo{
    max-width: 230px;
  }
  #header .global-nav{
    display: none;
  }
  #header .header-contact_btn{
    display: none;
  }
}
@media screen and (max-width: 767px){
  #header .container{
    height: 65px;
    padding: 0 20px;
  }
  #header .logo{
    max-width: 190px;
  }
}

/* ハンバーガーメニュー */
#humburger, #header .drawer-nav-wrapper {
  display: none;
}
@media screen and (max-width: 1260px){
  #humburger {
    cursor: pointer;
    display: block;
    width: 35px;
    height: 100%;
  }
  #humburger > span {
    display: inline-block;
    transition: transform .2s, opacity .2s;
    will-change: transform;
    position: absolute;
    right: 35px;
    height: 2px;
    background: #fff;
    width: 40px;
    perspective: 1000;
    border-radius: 3px;
  }
  #humburger > span:nth-of-type(1) {
    top: calc(50% - 11px);
  }
  #humburger > span:nth-of-type(2) {
    top: 50%;
    width: 30px;
    right:40px;
  }
  #humburger > span:nth-of-type(3) {
    top: calc(50% + 11px);
  }
  #humburger.active > span:nth-of-type(1) {
    transform: translateY(-3px) rotate(45deg);
    transform-origin: left top 0;
  }
  #humburger.active > span:nth-of-type(2) {
    opacity: 0;
  }
  #humburger.active > span:nth-of-type(3) {
    transform: translateY(3px) rotate(-45deg);
    transform-origin: bottom left 0;
  }
  #header .drawer-nav-wrapper {
    display: block;
    position: fixed;
    top: 65px;
    right: calc(-100% - 20px);
    z-index: 99999;
    transition: all 0.5s;
    background: #000;
    max-width: 100vw;
    padding: 40px 40px 100px;
    height: auto;
    overflow-y: scroll;
  }
  #header .drawer-nav-wrapper.open {
    right: 0;
    width: 85vw;
  }
  #header .drawer-nav-wrapper ul.drawer-nav {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    border-bottom: 2px dotted var(--sub-color03);
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
  #header .drawer-nav-wrapper ul.drawer-nav li a{
    display: flex;
    flex-direction: column;
    gap: 5px 0;
    color: var(--sub-color01);
    font-size: 1.7rem;
    font-weight: 700;
  }
  #header .drawer-nav-wrapper ul.drawer-nav li .global-nav_en{
    display: block;
    font-family: var(--font-family-en);
    color: var(--main-color);
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1;
  }
  #header .drawer-nav-wrapper ul.drawer-sns{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 23px;
  }
  #header .drawer-nav-wrapper ul.drawer-sns li a svg{
    fill: #fff;
  }
  #header .drawer-nav-wrapper ul.drawer-nav_sub {
    display: flex;
    flex-direction: column;
    gap: 14px 0;
  }
  #header .drawer-nav-wrapper ul.drawer-nav_sub li a{
    color: #fff;
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 1.3rem;
    line-height: 1;
  }
}
@media screen and (max-width: 767px){
  #header .drawer-nav-wrapper{
    width: 100vw;
    height: 100vh;
  }
  #header .drawer-nav-wrapper.open {
    width: 100vw;
    height: 100vh;
  }
  #humburger > span {
    right: 20px;
    width: 35px;
  }
  #humburger > span:nth-of-type(1) {
    top: calc(50% - 9px);
  }
  #humburger > span:nth-of-type(2) {
    top: 50%;
    width: 28px;
    right:23px;
  }
  #humburger > span:nth-of-type(3) {
    top: calc(50% + 9px);
  }

}

/* パンくず */
#main .breadcrumbs .container{
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  line-height: 2.1;
  gap:12px;
  padding:20px 5px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#main .breadcrumbs .container a{
  color: var(--sub-color03);
}
#main .breadcrumbs .container .current-item{
  color: var(--sub-color03)
}

@media (max-width:1023px){
  #main .breadcrumbs.pc-hidden .container{
    justify-content: flex-start;
    padding: 17px 30px;
    line-height: 1.8;
    gap: 5px 8px;
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
@media (max-width:767px){
  #main .breadcrumbs.pc-hidden .container{
    padding: 15px 15px;
    font-size: 1.2rem;
  }
}

/* footer */
#toTop{
  display: none;
}
#footer {
  background: #000;
  color: #fff;
  padding: 30px 0 60px;
  position: relative;
}
#footer .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding: 0 10px;
  gap: 30px 30px;
}
#footer .logo{
  width: 18%;
  text-align: center;
}

#footer ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
#footer ul.f-nav{
  gap: 40px;
  justify-content: flex-start;
  flex: 1;
}
#footer ul.f-nav a{
  transition: 0.3s;
}
#footer ul.f-nav a:hover{
  color: var(--sub-color02);
}
#footer ul.f-nav a.link-open:hover svg{
  stroke: var(--sub-color02);
}
#footer ul.f-sns{
  gap: 16px;
}
#footer ul.f-sns li a svg{
  fill: #fff;
}
#footer ul.f-sns li a:hover svg{
  fill: var(--sub-color02);
}
#copyright {
  font-size: 1.0rem;
}
@media (min-width:768px) and (max-width:1023px) {
  #footer .container{
    flex-wrap: wrap;
  }
}

@media (max-width:1023px){
  #toTop{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: -20px;
    right: 15px;
    width: 50px;
    height: 50px;
    background: #000;
    border-radius: 50%;
    z-index: 3;
  }
  #toTop a{
    margin-top: 10px;
    color: var(--sub-color02);
    font-family: var(--font-family-en);
    font-size: 1.4rem;
    font-weight: 500;
  }
  #toTop::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
    transform: rotate(-45deg);
    transform-origin: center;
    position: absolute;
    top: 14px;
    left: calc(50% - 5px);
  }
  #footer{
    padding:  30px 0;
  }
  #footer .container{
    gap: 15px;
    padding-left: 30px;
    padding-right: 30px;
  }
  #footer .logo{
    width: 100%;
    max-width: 246px;
  }
  #footer ul.f-nav{
    gap: 16px;
    justify-content: flex-end;
  }
  #footer ul.f-nav li a{
    font-size: 1.1rem;
  }
  #footer ul.f-sns{
    width: 100%;
    justify-content: flex-end;
    margin-bottom: 30px;
  }
  #copyright{
    width: 100%;
    text-align: right;
    letter-spacing: 0em;
  }
}
@media only screen and (max-width:767px) {
  #footer{
    padding:  22px 0;
  }
  #footer .container{
    flex-direction: column;
    padding:0 15px;
    gap: 12px;  
  }
  #footer .logo{
    max-width: 191px;
    margin-bottom: 14px;
  }
  #footer ul.f-nav{
    gap: 14px;
    margin-bottom: 8px;
  }
  #footer ul.f-nav li a{
    letter-spacing: 0.08em;
  }
  #footer ul.f-sns{
    justify-content: center;
    gap: 20px;
    margin-bottom: 0;
  }
  #footer ul.f-sns svg{
    width: 19px;
  }
  #copyright{
    text-align: center;
  }
}
#error404 article .container{
  text-align: center;
}
#error404 article .container img{
  margin-bottom: 68px;
}
#error404 article .container h1{
  margin-bottom: 40px;
}
#error404 article .container p{
  margin-bottom: 66px;
}
#error404 article .btn_back-list{
  color: var(--sub-color03);
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 1.6px;
  line-height: 1;
  padding: 12px 35px;
  border: 1px solid var(--sub-color03);
  border-radius: 44px;
}
