@charset "UTF-8";
/*! ==========================================================
 element reset
========================================================== */
/*! general
---------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/*! for IE8 - 11 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
/*! for IE */
[hidden],
template {
  display: none;
}
b,
strong {
  font-weight: bold;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border: 0;
  vertical-align: top;
}
img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
svg path,
svg line {
  shape-rendering: crispEdges;
}
/*! form
---------------------------------------------------------- */
input,
textarea,
select {
  font-size: 100%;
  -webkit-appearance: none;
  outline: none;
}
textarea {
  resize: none;
}
/*! for IE11 */
select::-ms-expand {
  display: none;
}
/*! for IE11 */
select::-ms-value {
  color: currentColor;
}
button {
  border: none;
  overflow: visible;
  background: none;
  vertical-align: top;
  font-size: 100%;
  color: inherit;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
}
select,
label {
  cursor: pointer;
}
/*! placeholder */
:placeholder-shown {
  color: #999;
}
/*! Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #999;
}
/*! Firefox */
::-moz-placeholder {
  color: #999;
  opacity: 1;
}
/*! IE 10+ */
:-ms-input-placeholder {
  color: #999;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  width: 100%;
  background-color: #fff;
  font-family: YakuHanJP_Noto, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothicM", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  color: #000000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.1rem;
  -webkit-font-smoothing: subpixel-antialiased;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
_:-ms-fullscreen,
:root body {
  /* IE11 */
  letter-spacing: 0;
}
a {
  text-decoration: none;
  color: #000000;
}
a:hover,
a:focus {
  color: #000000;
}
/* ------------------------------------------------------------
contents
------------------------------------------------------------ */
/* tel */
body:not(.ua_sp) a[href^="tel:"] {
  pointer-events: none;
}
/* font */
.en {
  font-family: "EB Garamond", serif;
  font-weight: 500;
}
.zen {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
/* fadein animation */
.js-fade {
  opacity: 0;
  transition: opacity .6s ease;
}
.js-fade.is-show {
  opacity: 1;
}
.js-fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .6s ease, transform .6s ease;
}
.js-fade-up.is-show {
  opacity: 1;
  transform: translateY(0);
}
/* slick.js
---------------------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: -40px;
  display: block;
  width: 34px;
  height: 34px;
  padding: 0;
  /* transform: translate(0, -50%); */
  cursor: pointer;
  z-index: 1;
  color: transparent;
  border: none;
  outline: none;
  background-image: url(../img/common/ico_arrow_white.svg);
  background-repeat: no-repeat;
  background-position: 55% 50%;
  background-color: #0068b7;
  background-size: 16px;
  border-radius: 100%;
}
_:-ms-lang(x),
.slick-prev,
_:-ms-lang(x),
.slick-next {
  /* IE10+,Edge  */
  background-image: url(../img/common/ico_arrow_white_ie.png);
  background-size: 10px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  /* background: transparent; */
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: 50%;
  transform: translateX(-120px) rotate(180deg);
}
/* [dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: '←';
}
[dir='rtl'] .slick-prev:before {
  content: '→';
} */
.slick-next {
  right: 50%;
  transform: translateX(120px);
}
/* [dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: '→';
}
[dir='rtl'] .slick-next:before {
  content: '←';
} */
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 8px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:first-child:last-child {
  display: none;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  /* color: transparent;
  background: transparent; */
  border: 0;
  outline: none;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 50px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  content: "";
  text-align: center;
  opacity: 0.25;
  background-color: #0068b7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #0068b7;
}
/* 追記 */
.slick-slide:focus {
  outline: none;
}
/* ------------------------------------------------------------
layout
------------------------------------------------------------ */
@media screen and (min-width: 768px) {
  .c_show_sp {
    display: none;
  }
}
.c_show_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .c_show_pc {
    display: block;
  }
  img.c_show_pc,
  br.c_show_pc {
    display: inline-block;
  }
}
div.inner {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  div.inner {
    max-width: 1240px;
    margin: 0 auto;
  }
}
/* clm
---------------------------------------- */
@media screen and (min-width: 768px) {
  .c_clm_2 {
    display: flex;
    justify-content: space-between;
  }
  .c_clm_2>* {
    width: 48.5%;
  }
}
/* ------------------------------------------------------------
heading
------------------------------------------------------------ */
.c_heading {
  line-height: 1;
  font-weight: 700;
  text-align: center;
}
.c_heading.c_heading_l .en {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  color: #555;
  margin-bottom: 10px;
}
.c_heading.c_heading_l .zen {
  display: block;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 6px;
}
@media screen and (min-width: 768px) {
  .c_heading.c_heading_l .en {
    margin-bottom: 15px;
    font-size: 2.1rem;
  }
  .c_heading.c_heading_l .zen {
    font-size: 3.6rem;
  }
}
.c_heading.c_heading_l .ja {
  font-size: 11px;
  font-size: 1.1rem;
  color: #9fa0a0;
}
@media screen and (min-width: 768px) {
  .c_heading.c_heading_l .ja {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* ------------------------------------------------------------
page-ttl
------------------------------------------------------------ */
.page-ttl {
  position: relative;
  height: 45vw;
  background: no-repeat center center;
  background-size: cover;
}
.page-ttl h1,
.page-ttl p {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  color: #FFF;
  line-height: 1;
  font-size: 1.2rem;
}
.page-ttl h1 .en,
.page-ttl p .en {
  display: block;
  margin-bottom: 5px;
  font-size: 3.6rem;
  font-weight: 700;
  font-family: din-2014, sans-serif;
}
@media screen and (min-width: 768px) {
  .page-ttl {
    height: 480px;
  }
  .page-ttl h1,
  .page-ttl p {
    font-size: 1.6rem;
  }
  .page-ttl h1 .en,
  .page-ttl p .en {
    margin-bottom: 5px;
    font-size: 4.8rem;
  }
}
/* ------------------------------------------------------------
btn
------------------------------------------------------------ */
.c_btn {
  width: 100%;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background-color: #000000;
  color: #fff;
  font-weight: 900;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
}
.c_btn:hover,
.c_btn:focus {
  color: #fff;
}
.c_btn::after {
  content: "";
  display: block;
  width: 38px;
  height: 100%;
  position: absolute;
  right: 6%;
  top: 0;
  background: url(../img/common/ico_arrow.svg) no-repeat center 45%/contain;
}
.c_btn_point {
  background-color: #0068b7;
}
.c_btn._w {
  background: #FFF;
  color: #000;
}
.c_btn._w:hover,
.c_btn._w:focus {
  color: #000;
}
.c_btn._w::after {
  background-image: url(../img/common/ico_arrow_bk.svg);
}
.c_btn._gray {
  background: #E6E6E6;
  color: #000;
}
.c_btn._gray:hover,
.c_btn._gray:focus {
  color: #000;
}
.c_btn._gray::after {
  background-image: url(../img/common/ico_arrow_bk.svg);
}
@media screen and (min-width: 768px) {
  .c_btn {
    height: 60px;
  }
  .c_btn::after {
    width: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .c_btn::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    transition: all 0.4s;
  }
  .c_btn:hover::before {
    width: 100%;
  }
  .c_btn._w::before {
    background-color: rgba(0, 0, 0, 0.15);
  }
}
/* ------------------------------------------------------------
txt
------------------------------------------------------------ */
.c_txt_mtmr {
  display: inline-block;
}
.c_txt_notes {
  font-size: 10px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c_txt_notes {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
/* ------------------------------------------------------------
ico
------------------------------------------------------------ */
.c_ico {
  display: inline-block;
  padding: 4px 8px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  margin-right: 7px;
}
.c_ico_required {
  background-color: #de8f7e;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c_ico {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
a.cat,
span.cat {
  display: inline-block;
  padding: 4px 8px;
  font-size: 1.1rem;
  color: #FFF;
  line-height: 1;
}
a.cat.cat01,
span.cat.cat01 {
  background: #797878;
}
a.cat.cat02,
span.cat.cat02 {
  background: #0068B7;
}
@media screen and (min-width: 768px) {
  a.cat,
  span.cat {
    font-size: 1.2rem;
  }
}
/* ------------------------------------------------------------
c_contact
------------------------------------------------------------ */
.c_contact_in {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.c_contact_in_txt {
  position: relative;
  padding-right: 20px;
  color: #fff;
}
.c_contact_in_txt::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 100%;
  background: url(../img/common/arw_contact.svg) no-repeat center center;
  background-size: 100%;
  opacity: 1;
  transition: all 0.8s;
  content: "";
}
.c_contact_in_btn a {
  position: relative;
  padding: 8px 20px 8px 40px;
  max-width: 261px;
  background: #000;
  border-radius: 50px;
  color: #fff;
}
.c_contact_in_btn a::after {
  position: absolute;
  top: 0;
  left: 15px;
  width: 20px;
  height: 100%;
  background: url(../img/common/ico_contact.svg) no-repeat center center;
  background-size: 100%;
  opacity: 1;
  transition: all 0.8s;
  content: "";
}
.c_contact_sns {
  text-align: center;
}
.c_contact_sns a {
  display: inline-block;
  width: 36px;
  margin: 0 14px;
}
.c_contact_sns a img {
  width: 100%;
}
.p_footer .c_contact_in .c_contact_sns {
  display: none;
}
.p_footer_in .c_contact_sns {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p_footer_in .c_contact_sns {
    margin-bottom: 45px;
  }
  .c_contact_sns a {
    transition: .3s;
  }
  .c_contact_sns a:hover {
    opacity: .7;
  }
}
body:not(.ua_sp) .c_contact_in_tel a .btn {
  display: none;
}
/* ------------------------------------------------------------
p_header
------------------------------------------------------------ */
.p_header {
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  height: 48px;
  transition: all 0.5s;
}
.p_header_in {
  height: 100%;
}
.p_header_logo {
  padding: 10px;
}
.p_header_logo a {
  display: flex;
  align-items: center;
  height: 100%;
}
.p_header_logo span {
  position: relative;
}
.p_header_logo .elk {
  width: 64px;
}
.p_header_logo .shibuya {
  margin-left: 20px;
  display: flex;
  align-items: center;
  width: 64px;
}
.p_header_logo span::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.p_header_logo .elk::after {
  width: 64px;
  height: 100%;
  background: url(../img/common/logo_w.svg) no-repeat center center;
  background-size: 100%;
  opacity: 1;
  transition: all 0.8s;
}
.p_header_logo .elk::before {
  position: absolute;
  top: 0;
  right: -10px;
  width: 1px;
  height: 100%;
  background: #fff;
  content: "";
}
.p_header_logo .shibuya::after {
  width: 64px;
  height: 100%;
  background: url(../img/common/logo_shibuya_w.svg) no-repeat center center;
  background-size: 100%;
  opacity: 1;
  transition: all 0.8s;
}
.p_header_logo a img {
  width: 100%;
  opacity: 0;
  transition: all 0.8s;
}
@media screen and (min-width: 1000px) {
  .p_header {
    height: 70px;
  }
  .p_header_in {
    display: flex;
  }
  .p_header_logo .elk {
    width: 104px;
  }
  .p_header_logo .shibuya {
    margin-left: 30px;
    width: 86px;
  }
  .p_header_logo .elk::after {
    width: 104px;
  }
  .p_header_logo .elk::before {
    right: -15px;
  }
  .p_header_logo .shibuya::after {
    width: 86px;
  }
}
.scroll .p_header {
  background-color: #fff;
}
.scroll .p_header_logo .elk::before {
  background: #000;
}
.scroll .p_header_logo .elk::after,
.scroll .p_header_logo .shibuya::after {
  opacity: 0;
}
.scroll .p_header_logo a img {
  opacity: 1;
}
/* nav
------------------------------ */
.p_header_nav {
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.p_header_nav::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}
.p_header_nav_logo {
  display: flex;
  align-items: center;
  padding: 10px;
}
.p_header_nav_logo .elk {
  width: 64px;
}
.p_header_nav_logo .shibuya {
  display: flex;
  align-items: center;
  margin-left: 20px;
  width: 64px;
}
.p_header_nav_main {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 60px;
}
.p_header_nav_main .en {
  margin-top: 8px;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 3px;
}
.p_header_nav_main .zen {
  font-size: 1.6rem;
  line-height: 1;
}
.p_header_nav_main a {
  position: relative;
  display: block;
  padding: 18px 0;
  border-bottom: 1px solid #e5e5e5;
}
.p_header_nav_contact {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  background-color: #8c7d64;
  z-index: 100;
}
@media screen and (min-width: 1000px) {
  .p_header_nav {
    position: relative;
    height: 100%;
    overflow: visible;
    background-color: transparent;
    flex: 1;
  }
  .p_header_nav_in {
    display: flex;
    justify-content: flex-end;
    height: 100%;
  }
  .p_header_nav_logo {
    display: none;
  }
  .p_header_nav_main {
    display: flex;
    justify-content: flex-end;
    width: auto;
    padding: 0;
    margin: 0;
  }
  .p_header_nav_main .zen {
    font-family: YakuHanJP_Noto, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothicM", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  }
  .p_header_nav_main a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 15px;
    height: 100%;
    color: #fff;
    text-align: center;
    cursor: pointer;
  }
  .p_header_nav_main a {
    transition: opacity 0.5s;
  }
  .p_header_nav_main a:hover {
    opacity: 0.6;
  }
  .p_header_nav_main .en {
    display: none;
  }
  .p_header_nav_main a {
    border-bottom: none;
  }
  .scroll .p_header_nav_main a {
    color: #000;
  }
}
@media screen and (min-width: 1200px) {
  .p_header_nav_main a {
    padding: 0 10px;
  }
  .p_header_nav_main .zen {
    font-size: 1.2rem;
  }
  .p_header_nav_contact {
    display: flex;
    align-items: center;
    position: relative;
    inset: 0;
    width: 350px;
    margin-left: 10px;
    padding: 15px 18px 15px 20px;
    background-color: transparent;
    font-size: 1.2rem;
  }
  .p_header_nav_contact.pc {
    display: none;
  }
  .scroll .p_header_nav_contact {
    background-color: #8c7d64;
    transition: all 0.5s;
  }
  .p_header_nav_contact::before {
    position: absolute;
    top: 0;
    left: -1px;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 20px;
    background: #fff;
    content: "";
  }
}
@media screen and (min-width: 1400px) {
  .p_header_nav_main a {
    padding: 0 15px;
  }
  .p_header_nav_main .zen {
    font-size: 1.6rem;
  }
  .p_header_nav_contact {
    width: auto;
    font-size: 1.6rem;
  }
}
.p_header_nav .drawer-hamburger-close .btn {
  display: block;
  background-color: #fff;
  padding: 15px 0;
  margin: 0 auto;
  text-align: center;
}
.p_header_nav .drawer-hamburger-close .btn>span {
  position: relative;
  font-family: din-2014, sans-serif;
  font-weight: 700;
  padding-left: 15px;
  line-height: 1;
}
.p_header_nav .drawer-hamburger-close .btn>span::after,
.p_header_nav .drawer-hamburger-close .btn>span::before {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 0;
}
.p_header_nav .drawer-hamburger-close .btn>span::after {
  transform: translate(0, -50%) rotate(45deg);
}
.p_header_nav .drawer-hamburger-close .btn>span::before {
  transform: translate(0, -50%) rotate(-45deg);
}
@media screen and (min-width: 1200px) {
  .p_header_nav .drawer-hamburger-close {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  body:not(.scroll) .p_header_nav_main a {
    color: #fff;
  }
  body:not(.scroll) .p_header_nav_main .current a::after {
    background: #fff;
  }
}
body.scroll .p_header_nav_contact li a {
  background-color: #000000;
  color: #fff;
}
body.scroll .p_header_nav_contact li.list_yoyaku a,
body.scroll .p_header_nav_contact li.list_contact a {
  background-color: #0068b7;
  color: #fff;
}
body.scroll .p_header_nav_contact li a:hover,
body.scroll .p_header_nav_contact li a:focus {
  color: #fff;
}
body.scroll .p_header_nav_contact li a .ico img {
  opacity: 0;
}
body.scroll .p_header_nav_contact li a .ico::after {
  opacity: 1;
}
/* Hamburger
------------------------------ */
.drawer-hamburger {
  position: fixed;
  top: 0;
  right: 0;
  display: block;
  box-sizing: content-box;
  z-index: 300;
  width: 26px;
  height: 48px;
  padding: 0 18px;
  border: 0;
  outline: 0;
  cursor: pointer;
}
.drawer-hamburger .drawer-hamburger-icon {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.drawer-hamburger .drawer-hamburger-icon::before,
.drawer-hamburger .drawer-hamburger-icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  transition: all 0.6s ease;
  background-color: #fff;
  transform: translateY(0);
}
.drawer-hamburger .drawer-hamburger-icon::before {
  position: absolute;
  top: 18px;
  animation: cross_center_top_re 0.6s ease forwards;
}
.drawer-hamburger .drawer-hamburger-icon:after {
  position: absolute;
  top: 28px;
  animation: cross_center_btm_re 0.6s ease forwards;
}
@media screen and (min-width: 1000px) {
  .drawer-hamburger {
    display: none;
  }
}
.scroll .drawer-hamburger .drawer-hamburger-icon::before,
.scroll .drawer-hamburger .drawer-hamburger-icon::after {
  background-color: #000000;
}
/* drawer-open */
.drawer-open .drawer-hamburger-icon::before {
  animation: cross_center_top 0.6s ease forwards;
  background-color: #000000;
}
.drawer-open .drawer-hamburger-icon::after {
  animation: cross_center_btm 0.6s ease forwards;
  background-color: #000000;
}
/* animation */
@keyframes cross_center_top {
  0% {
    transform: translateY(0) rotate(0);
  }
  30% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(5px) rotate(45deg);
  }
}
@keyframes cross_center_top_re {
  0% {
    transform: translateY(5px) rotate(45deg);
  }
  30% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes cross_center_btm {
  0% {
    transform: translateY(0) rotate(0);
  }
  30% {
    transform: translateY(-5px) rotate(0);
  }
  100% {
    transform: translateY(-5px) rotate(-45deg);
  }
}
@keyframes cross_center_btm_re {
  0% {
    transform: translateY(-5px) rotate(-45deg);
  }
  30% {
    transform: translateY(-5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
/* ------------------------------------------------------------
footer
------------------------------------------------------------ */
.p_footer {
  position: relative;
  margin-bottom: 55px;
  overflow: hidden;
}
.p_footer_in {
  background-color: #000000;
  padding: 35px 0;
}
.p_footer_management {
  margin-bottom: 30px;
  text-align: center;
}
.p_footer_management dt {
  margin-bottom: 5px;
  color: #fff;
  font-size: 81.25%;
}
.p_footer_in_links {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p_footer {
    margin-bottom: 58px;
  }
  .p_footer_in_links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (min-width: 1000px) {
  .p_footer {
    margin-bottom: 0;
  }
}
.p_footer_in_links a {
  color: #fff;
  display: inline-block;
  padding: 5px 18px 5px 5px;
  background: url(../img/common/ico_blank3.svg) no-repeat right center;
  background-size: 12px;
  margin-right: 15px;
  font-size: 81.25%;
}
.p_footer_in_links a:hover,
.p_footer_in_links a:focus {
  color: #fff;
}
.p_footer_in_links a:last-child {
  margin-right: 0;
}
.p_footer_in_copy {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #fff;
  font-size: 81.25%;
  margin-top: 10px;
}
.p_footer_company {
  padding: 20px 0;
  padding-bottom: calc(67px + constant(safe-area-inset-bottom));
  background-color: #f8f8f8;
}
.p_footer_company_in {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  max-width: 528px;
  display: flex;
  justify-content: center;
}
.p_footer_company a {
  display: flex;
  align-items: flex-end;
}
.p_footer_company a img {
  width: 100%;
}
.p_footer_company a:nth-child(1) {
  width: 60%;
  margin-right: 6%;
}
@media screen and (min-width: 768px) {
  .p_footer_company a:nth-child(1) {
    width: 57%;
    margin-right: 10%;
  }
  .p_footer_in_links a {
    transition: .3s;
  }
  .p_footer_in_links a:hover {
    opacity: .7;
  }
}
.p_footer_company a:nth-child(2) {
  width: 34%;
}
@media screen and (min-width: 768px) {
  .p_footer_company a:nth-child(2) {
    width: 33%;
  }
}
@media screen and (min-width: 1200px) {
  .p_footer_company {
    padding: 20px 0 30px;
  }
}
.p_footer_pagetop {
  display: none;
}
@media screen and (min-width: 1200px) {
  .p_footer_pagetop {
    display: block;
    cursor: pointer;
    background-color: #7d7d7d;
    position: fixed;
    z-index: 100;
    right: 40px;
    bottom: 28px;
    width: 86px;
    height: 86px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
  }
  .p_footer_pagetop span {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    padding-top: 52px;
  }
  .p_footer_pagetop span::before,
  .p_footer_pagetop span::after {
    content: "";
    display: block;
    width: 29px;
    height: 5px;
    background-color: #fff;
    position: absolute;
  }
  .p_footer_pagetop span::before {
    left: 50%;
    top: 17px;
    transform-origin: right top;
    transform: translateX(-100%) rotate(-45deg);
  }
  .p_footer_pagetop span::after {
    left: 50%;
    top: 17px;
    transform-origin: left top;
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 1200px) {
  .p_footer_pagetop:hover {
    background-color: #8c8c8c;
  }
}
.p_footer_btns {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  max-width: 400px;
  visibility: hidden;
  transition: all 0.5s;
  opacity: 0;
}
.p_footer_btns ul {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 10px 5px;
  padding-bottom: calc(10px + constant(safe-area-inset-bottom));
  padding-bottom: calc(10px + env(safe-area-inset-bottom));
  width: 100%;
}
.p_footer_btns ul li {
  height: 36px;
  margin-right: 5px;
}
.p_footer_btns ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-radius: 18px;
  background-color: #0068b7;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0;
  font-weight: 700;
  width: 100%;
}
.p_footer_btns ul li a:hover,
.p_footer_btns ul li a:focus {
  color: #fff;
}
.p_footer_btns ul li a .ico {
  width: 14px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p_footer_btns ul li a .ico img {
  width: 100%;
}
.p_footer_btns ul li:nth-child(1) {
  /* width: calc((100% - 51px) * 0.50); */
  width: 100%;
}
.p_footer_btns ul li:nth-child(2) {
  width: calc((100% - 51px) * 0.50);
}
.p_footer_btns ul li:nth-child(3) {
  width: 36px;
}
@media screen and (min-width: 768px) {
  .p_footer_btns ul li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .p_footer_btns {
    display: none;
  }
}
.scroll .p_footer_btns {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 1200px) {
  .scroll .p_footer_pagetop {
    visibility: visible;
    opacity: 1;
  }
}
.p_footer_cont {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.usage-status {
  width: 100vw;
  margin: 0 0 30px -5vw;
  padding: 20px 5vw;
  background: #393636;
  color: #FFF;
  text-align: center;
}
.usage-status .ttl {
  font-size: 1.5rem;
  font-weight: bold;
}
.usage-status .status {
  margin: 10px 0;
}
.usage-status .revision {
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .usage-status {
    width: 100%;
    margin: 0 0 35px;
    padding: 25px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .usage-status .ttl {
    order: 1;
    font-size: 2rem;
  }
  .usage-status .status {
    order: 3;
    margin: 0;
  }
  .usage-status .revision {
    order: 2;
    padding: 0 5%;
    font-size: 1.3rem;
  }
}
.p_footer_in .txt-link {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p_footer_in .txt-link li {
  width: 50%;
  padding-left: 10%;
}
.p_footer_in .txt-link li:last-child {
  width: 100%;
}
.p_footer_in .txt-link a {
  font-size: 81.25%;
  color: #FFF;
}
.p_footer_in .txt-link a[target="_blank"] {
  padding-right: 18px;
  background: url(../img/common/ico_blank3.svg) no-repeat right center;
  background-size: 12px auto;
}
@media screen and (min-width: 768px) {
  .p_footer_cont {
    margin-bottom: 70px;
  }
  .p_footer_in .txt-link {
    display: block;
    padding-bottom: 25px;
    margin: 0 auto;
    max-width: 780px;
    text-align: center;
  }
  .p_footer_in .txt-link li {
    display: inline-block;
    width: auto;
    margin: 0 1.5%;
    padding-left: 0;
  }
  .p_footer_in .txt-link li.c_show_pc {
    width: 100%;
    height: 10px;
    margin: -30px 0 0;
  }
  .p_footer_in .txt-link a {
    transition: .3s;
  }
  .p_footer_in .txt-link a:hover {
    opacity: .7;
  }
  .p_footer_in .txt-link li.shop a[target="_blank"] {
    padding-right: 15px;
    background: url(../img/common/ico_blank.svg) no-repeat right center;
    background-size: 9px auto;
  }
  .p_footer_in .txt-link li:last-child {
    width: auto;
  }
}

/* news-list */
.news-list {
  font-size: 1.4rem;
}
.news-list>div {
  padding: 15px 0;
  border-bottom: 1px solid #DDD;
  line-height: 1.5;
}
.news-list .cat {
  margin-left: 5px;
  vertical-align: 1px;
}
.news-list dd {
  margin-top: 5px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .news-list {
    font-size: 1.6rem;
  }
  .news-list>div {
    display: flex;
    padding: 35px 0;
  }
  .news-list dt {
    width: 390px;
    flex-shrink: 0;
  }
  .news-list .cat {
    margin-left: 20px;
  }
  .news-list .cat+.cat {
    margin-left: 5px;
  }
  .news-list dd {
    margin-top: 0;
  }
}
.news-ico-new {
  display: inline-block;
  margin-left: 4px;
  padding: 2px 7px;
  background: #ec6d6c;
  color: #FFF;
  font-size: 0.6em;
  vertical-align: 2px;
}
.news-ico-blank {
  display: inline-block;
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  margin-left: 2px;
  background: url(/asset/img/common/ico_link_blank.png) no-repeat 100% 115%;
  background-size: 15px auto;
}
.news-ico-pdf {
  display: inline-block;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  margin-left: 0;
  background: url(/asset/img/common/ico_link_pdf.png) no-repeat 100% 115%;
  background-size: auto 18px;
}