@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;
}

/*color*/
/*font-family*/
/*media query break point*/
/* media query */
@keyframes slide_in_mask {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes slide_out_mask {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
@keyframes slide_in {
  0% {
    transform: translateX(10px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.delighter.de_fadein {
  opacity: 0;
  transition: opacity 0.5s ease-out 0s;
}

.delighter.de_fadein.started {
  opacity: 1;
}

.delighter.de_right {
  transform: translateX(20px);
  opacity: 0;
  transition: all 0.5s ease-out 0s;
}

.delighter.de_right.started {
  transform: translateX(0);
  opacity: 1;
}

.delighter.de_slide_out_mask {
  animation: fade_in 0.5s ease-out forwards;
}

.delighter.de_slide_out_mask.started {
  animation: slide_out_mask 0.5s ease-out forwards;
}

.delighter.de_delay01 {
  transition-delay: 0.3s;
}

/* 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 only screen and (min-width: 768px) {
  .c_show_sp {
    display: none;
  }
}

.c_show_pc {
  display: none;
}
@media only 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 only screen and (min-width: 768px) {
  div.inner{
     max-width: 1240px;
     margin: 0 auto;
  }  
}

/* clm
---------------------------------------- */
@media only 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 {
  font-size: 33px;
  font-size: 3.3rem;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .c_heading.c_heading_l .en {
    font-size: 56px;
    font-size: 5.6rem;
  }
}
.c_heading.c_heading_l .ja {
  font-size: 11px;
  font-size: 1.1rem;
  color: #9fa0a0;
}
@media only 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: 80vw;
  background: no-repeat center center;
  background-size: cover;
}
.page-ttl h1{
  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{
  display: block;
  margin-bottom: 5px;
  font-size: 3.6rem;
  font-weight: 700;    
  font-family: din-2014, sans-serif;  
}

@media only screen and (min-width: 768px) {
  .page-ttl{
    height: 480px;
  }
  .page-ttl h1{
    font-size: 1.6rem;
  }
  .page-ttl h1 .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 only screen and (min-width: 768px) {
  .c_btn {
    height: 60px;
  }
  .c_btn::after {
    width: 56px;
  }
}
@media only screen and (min-width: 1200px) {
  .c_btn {
    /* &::after {
      transition: all .5s;
    } */
  }
  .c_btn::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    /* width: 100%; */
    height: 100%;
    background-color: rgba(255, 255, 255, 0.15);
    transition: all 0.4s;
    /* opacity: 0; */
  }
  .c_btn:hover {
    /* &::after {
      right: 4%;
    } */
  }
  .c_btn:hover::before {
    width: 100%;
    /* opacity: 1; */
  }
  
  .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 only 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 only screen and (min-width: 768px) {
  .c_ico {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

span.cat{
  display: inline-block;
  padding: 4px 8px;
  font-size: 1.1rem;
  color: #FFF;
  line-height: 1;
}
span.cat.cat01{ background: #797878; }
span.cat.cat02{ background: #0068B7; }

@media only screen and (min-width: 768px) {
  span.cat{
    font-size: 1.2rem;
  }  
}

/* ------------------------------------------------------------
c_contact
------------------------------------------------------------ */
.c_contact {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 0;
}
@media only screen and (min-width: 768px) {
  .c_contact {
    padding: 55px 0 35px;
  }
}
.c_contact_in_tel {
  margin-bottom: 20px;
}
.c_contact_in_tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.c_contact_in_tel a:hover, .c_contact_in_tel a:focus {
  color: #fff;
}
.c_contact_in_tel a .ico {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c_contact_in_tel a .ico img {
  width: 60%;
}
.c_contact_in_tel a .tel {
  margin: 0 10px;
}
.c_contact_in_tel a .tel_num {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-size: 8.2vw;
  line-height: 1;
}
@media only screen and (min-width: 640px) {
  .c_contact_in_tel a .tel_num {
    font-size: 33px;
    font-size: 3.3rem;
  }
}
.c_contact_in_tel a .tel_time {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
}
.c_contact_in_tel a .btn {
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px solid #fff;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .c_contact_in_tel a .btn {
    display: none;
  }
}
.c_contact_in_btn {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}
.c_contact_in_btn a {
  margin-bottom: 12px;
}
.c_contact_in_btn a:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .c_contact_in_btn {
    display: flex;
    justify-content: space-between;
  }
  .c_contact_in_btn a {
    width: 49%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .c_contact_in {
    display: flex;
    /* padding: 20px 0 40px; */
  }
  .c_contact_in_tel {
    width: 34%;
  }
  .c_contact_in_tel a .ico {
    width: 54px;
    height: 54px;
  }
  .c_contact_in_tel a .tel_num {
    font-size: 44px;
    font-size: 4.4rem;
  }
  .c_contact_in_tel a .tel_time {
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .c_contact_in_btn {
    width: 66%;
    padding: 0;
  }
}
.c_contact_sns {
  text-align: center;
  margin-top: 20px;
}
.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 only 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.8s;
}
.p_header_in {
  height: 100%;
}
.p_header_logo {
  height: 100%;
}
.p_header_logo a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 84px;
  padding: 0 10px;
  position: relative;
}
.p_header_logo a::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.p_header_logo a::after {
  width: 64px;
  height: 100%;
  left: 10px;
  background: url(../img/common/logo_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 only screen and (min-width: 1200px) {
  .p_header {
    height: 82px;
  }
  .p_header_in {
    display: flex;
  }
  .p_header_logo a {
    width: 125px;
    padding: 0 0 0 15px;
  }
  .p_header_logo a::after {
    width: 110px;
    left: 25px;
  }
}


@media only screen and (min-width: 1480px) {  
  .p_header_logo a {
    width: 160px;
    padding: 0 25px;
  }  
}


.scrolled .p_header {
  background-color: #fff;
}
.scrolled .p_header_logo a::after {
  opacity: 0;
}
.scrolled .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 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}
.p_header_nav_logo img {
  width: 128px;
}
.p_header_nav_main {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}
.p_header_nav_main .en {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1;
  margin-bottom: 3px;
}
.p_header_nav_main .ja {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 700;
}
.p_header_nav_main a {
  display: block;
  padding: 15px 20px;
}
@media only screen and (min-width: 1200px) {
  .p_header_nav_main a {
    transition: opacity 0.5s;
  }
  .p_header_nav_main a:hover {
    opacity: 0.6;
  }
}
.p_header_nav_contact {
  background-color: #000000;
}
.p_header_nav_contact_list {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .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_home {
    display: none;
  }
  .p_header_nav_main a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 5px;
    height: 100%;
    transition: all 0.8s;
  }
  .p_header_nav_main .current a::after{
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    transform: translateY(8px);
    background: #000; 
  }
  .p_header_nav_contact {
    background-color: transparent;
  }
  .p_header_nav_contact .c_contact {
    display: none;
  }
  .p_header_nav_contact_list {
    display: flex;
    height: 100%;
    align-items: center;
    padding-right: 10px;
  }
  .p_header_nav_contact_list li {
    height: 36px;
    margin-right: 5px;
  }
  .p_header_nav_contact_list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-radius: 18px;
    background-color: #fff;
    padding: 0 15px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 36px;
    transition: all 0.8s;
  }
}


@media only screen and (min-width: 1200px){
  .p_header_nav_contact_list li a {
    transition: opacity 0.5s;
  }
  .p_header_nav_contact_list li a:hover {
    opacity: 0.6;
  }
}

@media only screen and (min-width: 1300px) {
  .p_header_nav_main a {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 1480px) {
  .p_header_nav_main a {
    padding: 0 20px;
  }
  .p_header_nav_contact_list{
    padding-right: 15px; 
  }
  .p_header_nav_contact_list li {
    margin-right: 10px; 
  }
  .p_header_nav_contact_list li a {
    padding: 0 25px;
  }
}


@media only screen and (min-width: 1200px) {
  .p_header_nav_contact_list li a .ico {
    width: 14px;
    height: 100%;
    margin-right: 5px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .p_header_nav_contact_list li a .ico img {
    width: 100%;
    transition: all 0.8s;
  }
  .p_header_nav_contact_list li a .ico::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/common/ico_tel_w.svg) no-repeat center center;
    background-size: 100%;
    opacity: 0;
    transition: all 0.8s;
  }
}
@media only screen and (min-width: 1200px) {
  .p_header_nav_contact_list li a .num {
    font-family: din-2014, sans-serif;
    font-weight: 700;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
.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 only screen and (min-width: 1200px) {
  .p_header_nav .drawer-hamburger-close {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  body:not(.scrolled) .p_header_nav_main a {
    color: #fff;
  }
  body:not(.scrolled) .p_header_nav_main .current a::after{
    background: #fff;
  }
}

body.scrolled .p_header_nav_contact li a {
  background-color: #000000;
  color: #fff;
}
body.scrolled .p_header_nav_contact li a:hover, body.scrolled .p_header_nav_contact li a:focus {
  color: #fff;
}
body.scrolled .p_header_nav_contact li a .ico img {
  opacity: 0;
}
body.scrolled .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 only screen and (min-width: 1200px) {
  .drawer-hamburger {
    display: none;
  }
}

.scrolled .drawer-hamburger .drawer-hamburger-icon::before,
.scrolled .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;
}
.p_footer_in {
  background-color: #000000;
  padding-bottom: 35px;
}
.p_footer_in_links {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.p_footer_in_links a {
  color: #fff;
  display: inline-block;
  padding: 5px 15px 5px 5px;
  background: url(../img/common/ico_blank.svg) no-repeat right center;
  background-size: 9px;
  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 67px;
  padding-bottom: calc(67px + constant(safe-area-inset-bottom));
  padding-bottom: calc(67px + env(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 only 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 only screen and (min-width: 768px) {
  .p_footer_company a:nth-child(2) {
    width: 33%;
  }
}
@media only screen and (min-width: 1200px) {
  .p_footer_company {
    padding: 20px 0 30px;
  }
}
.p_footer_pagetop {
  display: none;
}
@media only 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 only 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: #000000;
  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.45 );
}
.p_footer_btns ul li:nth-child(2) {
  width: calc((100% - 51px) * 0.55 );
}
.p_footer_btns ul li:nth-child(3) {
  width: 36px;
}
@media only screen and (min-width: 768px) {
  .p_footer_btns ul li a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .p_footer_btns {
    display: none;
  }
}

.scrolled .p_footer_btns {
  visibility: visible;
  opacity: 1;
}
@media only screen and (min-width: 1200px) {
  .scrolled .p_footer_pagetop {
    visibility: visible;
    opacity: 1;
  }
}

body:not(.ua_sp) .p_footer_btns ul li:nth-child(3) {
  display: none;
}


.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 only 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:nth-child(n+3){
  margin-top: 5px;  
}
.p_footer_in .txt-link a{
  font-size: 81.25%;
  color: #FFF;
}
.p_footer_in .txt-link a[target="_blank"]{
  padding-right: 15px;
  background: url(../img/common/ico_blank.svg) no-repeat right center;
  background-size: 9px auto;    
}

@media only screen and (min-width: 768px) {
  
  .p_footer_in .txt-link{
    display: block;
    margin-bottom: 65px;
    padding-bottom: 25px;
    border-bottom: 1px solid #393636; 
    text-align:center;
  }
  .p_footer_in .txt-link li{
    display: inline-block;
    width: auto;
    margin: 0 1.1%;
    padding-left: 0;  
  }
  .p_footer_in .txt-link li:nth-child(n+3){
    margin-top: 0;  
  }
  .p_footer_in .txt-link a{
    transition: .3s;
  }
  .p_footer_in .txt-link a:hover{
    opacity: .7;
  }
  
}




/* ------------------------------------------------------------
p_ttl
------------------------------------------------------------ */
.p_ttl {
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.p_ttl::after {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.p_ttl::after {
  background-color: rgba(0, 0, 0, 0.3);
}
.p_ttl_lbl {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
}
.p_ttl_lbl_en {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-size: 36px;
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 5px;
}
.p_ttl_lbl_ja {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .p_ttl {
    height: 480px;
  }
  .p_ttl_lbl_en {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .p_ttl_lbl_ja {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

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 only 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;
}




/* news-list */
.news-list{
  font-size: 1.4rem;  
}
.news-list > div{
  padding: 15px 0;
  border-bottom: 1px solid #DDD;  
}
.news-list .cat{
  margin-left: 5px;  
}
.news-list dd{
  margin-top: 5px;
  line-height: 1.5;  
}


@media only screen and (min-width: 768px) {
 
  .news-list{
    font-size: 1.6rem;  
  }
  .news-list > div{
    display: flex;
    padding: 35px 0;  
  }
  .news-list dt{
    width: 230px;
    flex-shrink: 0; 
  }
  .news-list .cat{
    margin-left: 20px; 
  }
  .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;
}

.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;
}


/* osaka umeda */
.p_header_logo_umeda {
  padding: 10px;
}

.p_header_logo_umeda a {
  display: flex;
  align-items: center;
  height: 100%;
}

.p_header_logo_umeda span {
  position: relative;
}

.p_header_logo_umeda .elk {
  width: 64px;
}

.p_header_logo_umeda .elk::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 100%;
  background: url(../img/common/logo_w.svg) no-repeat center center;
  background-size: 100%;
  opacity: 1;
  transition: all 0.8s;
  content: "";
}

.p_header_logo_umeda .umeda {
  margin-left: 20px;
  width: 74px;
}

.p_header_logo_umeda .umeda::before {
  position: absolute;
  top: 0;
  left: -10px;
  width: 1px;
  height: 100%;
  background: #fff;
  content: "";
}

.p_header_logo_umeda .umeda::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
  height: 100%;
  background: url(../img/common/logo_shibuya_w.svg) no-repeat center center;
  background-size: 100%;
  opacity: 1;
  transition: all 0.8s;
  content: "";
}

.p_header_logo_umeda img {
  width: 100%;
  opacity: 0;
  transition: all 0.8s;
}

.p_header_logo_umeda .umeda img {
  margin-top: 4px;
}

.scrolled .p_header_logo_umeda img {
  opacity: 1;
}

.scrolled .p_header_logo_umeda span::after {
  opacity: 0;
}

.scrolled .p_header_logo_umeda .umeda::before {
  background: #3e3a39;
}

.p_header_nav_logo_umeda {
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  width: 90%;
  max-width: 1200px;
}

.p_header_nav_logo_umeda .elk img {
  width: 100px;
}

.p_header_nav_logo_umeda .umeda {
  position: relative;
  padding: 5px 0;
  margin-left: 30px;
  width: 120px;
}

.p_header_nav_logo_umeda .umeda::before {
  position: absolute;
  top: 0;
  left: -15px;
  width: 1px;
  height: 100%;
  background: #3e3a39;
  content: "";
}

@media only screen and (min-width: 768px) {

  .p_header_nav_logo_umeda,
  .p_header.osakaumeda .c_contact_sns {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .p_header.osakaumeda .p_header_nav_main a {
    padding: 0 8px;
  }

  .p_header.osakaumeda .p_header_nav_main a[target="_blank"] {
    padding-right: 15px;
    background: url(../img/common/ico_blank.svg) no-repeat right center;
    background-size: 12px auto;
  }

  .scrolled .p_header.osakaumeda .p_header_nav_main a[target="_blank"] {
    background: url(../img/common/ico_blank_b.svg) no-repeat right center;
    background-size: 12px auto;
  }

  .p_header.osakaumeda .p_header_nav_contact {
    display: block;
    width: 320px;
  }

  .p_header.osakaumeda .c_contact {
    padding: 25px 15px;
    width: 100%;
  }

  .p_header.osakaumeda .c_contact_in_btn {
    display: flex;
    width: 100%;
  }

  .p_header.osakaumeda .c_contact_in_btn a:last-child {
    display: inherit;
  }

  .p_header.osakaumeda .c_contact_in_btn a:last-child[target="_blank"] {
    padding-right: 10px;
    background: #fff url(../img/common/ico_blank_b.svg) no-repeat 90% center;
    background-size: 10px auto;
  }
}

@media only screen and (min-width: 1300px) {
  .p_header_logo_umeda .elk {
    width: 100px;
  }

  .p_header_logo_umeda .elk::after {
    width: 100px;
  }

  .p_header_logo_umeda .umeda {
    margin-left: 40px;
    width: 110px;
  }

  .p_header_logo_umeda .umeda::before {
    left: -20px;
  }

  .p_header_logo_umeda .umeda::after {
    width: 110px;
  }

  .p_header.osakaumeda .p_header_nav_main a {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 1500px) {
  .p_header_logo_umeda .elk {
    width: 110px;
  }

  .p_header_logo_umeda .elk::after {
    width: 110px;
  }

  .p_header_logo_umeda .umeda {
    margin-left: 40px;
    width: 120px;
  }

  .p_header_logo_umeda .umeda::before {
    left: -20px;
  }

  .p_header_logo_umeda .umeda::after {
    width: 120px;
  }

  .p_header.osakaumeda .p_header_nav_main a {
    padding: 0 15px;
  }

  .p_header.osakaumeda .p_header_nav_contact {
    width: 380px;
  }

  .p_header.osakaumeda .c_btn {
    font-size: 1.3rem;
  }
}
