
/* Style for PCs */
@media screen and (min-width: 1025px) {

/* Mobilemenu */
.dgmm {
  display: none;
}

/* Header */
header {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100px;
display: flex;
z-index: 9999;
transition:
transform 0.35s ease,
box-shadow 0.35s ease;
}

/* スクロール後はfixedにする */
header.header-fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

/* fixed状態でもスクロール中は上へ隠す */
header.header-fixed.header-hide {
transform: translateY(-100%);
}

/* スクロール停止後に表示 */
header.header-fixed.header-show {
  height: 80px;
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
transform: translateY(0);
}

header figure {
  width: 170px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left:20px;
}

header.header-fixed.header-show figure {
  width: 170px;
  height: 80px;
}

/* Header Telbn */
p.telbn {
  width:140px;
  height: 100px;
  display: block;
  font-size:16px;
  font-family: var(--font-en);
  margin:0 5px 0 auto;
}
p.telbn a {
  width: 100%;
  height: 100px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: var(--color-black);
  line-height: 20px;
  letter-spacing: -0.03em;
  padding:55px 0 10px 0;
  background-image: url(../img/header/ic-tel_b.webp);
  background-repeat: no-repeat;
  background-position: center 25px;
  background-size: auto 25px;
  transition: .4s all;
}
p.telbn a:hover {
  background-image: url(../img/header/ic-tel_1st.webp);
  color: var(--color-1st);
}

header.header-fixed.header-show p.telbn {
height: 80px;
}

header.header-fixed.header-show p.telbn a {
  height: 80px;
  padding:45px 0 10px 0;
  background-position: center 15px;
  background-size: auto 25px;
}

header.header-fixed.header-show p.telbn a:hover {
  background-image: url(../img/header/ic-tel_1st.webp);
  color: var(--color-1st);
}


/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
  background-color: var(--color-333);
}
.ftbody {
  width:100%;
  max-width:1920px;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin:0 auto;
  padding:50px 5%;
}
.ftbody .ftmenu {
  width:40%;
  height: auto;
  display: flex;
  justify-content: space-between;
}
.ftbody .ftmenu ul {
  width:47.5%;
  height: auto;
  display: block;
}
.ftbody .ftmenu ul li {
  width: 100%;
  height: auto;
  display: block;
  font-size: 12px;
  border-bottom: 1px dotted var(--color-666);
  background-image: url(../img/header/box-1st.webp);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 0 1px;
  transition: .4s all;
}
.ftbody .ftmenu ul li:hover {
  background-size: 100% 2px;
}
.ftbody .ftmenu ul li a {
  width: 100%;
  height: auto;
  display: block;
  line-height: 1em;
  text-decoration: none;
  color:var(--color-ccc);
  padding:1em 0.5em;
  background-image: url(../img/header/ic-ar_h_w.webp);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 10px;
  transition: .4s all;
}
.ftbody .ftmenu ul li a:hover {
  color:var(--color-white);
  background-position: 99% center;
}
.ftbody .ftinfo {
  width:55%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ftbody .ftinfo .fti01 {
  width:45%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.ftbody .ftinfo .fti02 {
  width:50%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding-left:5%;
  border-left: 1px dotted var(--color-999);
}
.ftbody .ftinfo h3 {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  font-size:16px;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  color:var(--color-white);
  background-image: url(../img/header/logo_w.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 35px;
  padding-top:50px;
  margin-bottom: 0.8em;
}
.ftbody .ftinfo h4 {
  font-size:10px;
  font-family: var(--font-en);
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  color:var(--color-ccc);
  margin-bottom: 1em;
}
.ftbody .ftinfo p.fti_ad01 {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.5em;
  text-align: center;
  color:var(--color-white);
  margin:0 0 0.5em 0;
}
.ftbody .ftinfo p.fti_ad02 {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.5em;
  text-align: center;
  color:var(--color-white);
  margin:0;
}
.ftbody .ftinfo p.fti_tel {
  width: fit-content;
  height: auto;
  display: block;
  margin:0 auto 0.5em;
}
.ftbody .ftinfo p.fti_tel a {
  width: 100%;
  height: 35px;
  display: block;
  margin:0;
  text-decoration: none;
  background-color: transparent;
  background-image: url(../img/header/ic-tel_w.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 35px;
  font-size:26px;
  color:var(--color-white);
  font-weight: 600;
  line-height: 35px;
  padding:0 0 0 40px;
  transition: .4s all;
}
.ftbody .ftinfo p.fti_tel a:hover {
  color:var(--color-1st);
  background-image: url(../img/header/ic-tel_1st.webp);
}

p.ftcopy {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  padding:2em 0;
  font-size:12px;
  line-height: 1em;
  color:var(--color-white);
  margin:0;
}



/*---------------------------------*/
/* SNS Navi */
/*---------------------------------*/
.snsnavi {
  width:40px;
  height: auto;
  display: block;
  position: fixed;
  top:50%;
  right:-50px;
  z-index:17000;
  transform: translateY(-25%);
  transition: .4s all;
}
.snsnavi.sns_active {
  right:0;
}
.snsnavi ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.snsnavi ul li.sn_sns {
  width:100%;
  height: 40px;
  display: block;
  margin-bottom: 1px;
}
.snsnavi ul li.sn_tel {
  width:100%;
  height: 40px;
  display: block;
  margin-bottom: 1px;
}
.snsnavi ul li a {
  width:100%;
  height: 40px;
  display: block;
  text-indent: -9999px;
  background-color: var(--color-333);
  transition: .4s all;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}
.snsnavi ul li a:hover {
  background-color: var(--color-1st);
}

.sns_ic-fb {background-image: url(../img/header/ic-fb_w.webp);}
.sns_ic-ins {background-image: url(../img/header/ic-ins_w.webp);}
.sns_ic-tk {background-image: url(../img/header/ic-tk_w.webp);}
.sns_ic-tel {background-image: url(../img/header/ic-tel_w.webp);}
.sns_ic-mail {background-image: url(../img/header/ic-mail_w.webp);}

}


/* Style for iPad Pro */
@media screen and (min-width: 769px) and (max-width: 1024px) {

/* Header */
header {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100px;
display: flex;
z-index: 9999;
transition:
transform 0.35s ease,
box-shadow 0.35s ease;
}

/* スクロール後はfixedにする */
header.header-fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

/* fixed状態でもスクロール中は上へ隠す */
header.header-fixed.header-hide {
transform: translateY(-100%);
}

/* スクロール停止後に表示 */
header.header-fixed.header-show {
  height: 80px;
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
transform: translateY(0);
}

header figure {
  width: 170px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left:20px;
}

header.header-fixed.header-show figure {
  width: 170px;
  height: 80px;
}

/* Header Telbn */
p.telbn {
  width:140px;
  height: 100px;
  display: block;
  font-size:16px;
  font-family: var(--font-en);
  margin:0 80px 0 auto;
}
p.telbn a {
  width: 100%;
  height: 100px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: var(--color-black);
  line-height: 20px;
  letter-spacing: -0.03em;
  padding:55px 0 10px 0;
  background-image: url(../img/header/ic-tel_b.webp);
  background-repeat: no-repeat;
  background-position: center 25px;
  background-size: auto 25px;
  transition: .4s all;
}
p.telbn a:hover {
  background-image: url(../img/header/ic-tel_1st.webp);
  color: var(--color-1st);
}

header.header-fixed.header-show p.telbn {
height: 80px;
}

header.header-fixed.header-show p.telbn a {
  height: 80px;
  padding:45px 0 10px 0;
  background-position: center 15px;
  background-size: auto 25px;
}

header.header-fixed.header-show p.telbn a:hover {
  background-image: url(../img/header/ic-tel_1st.webp);
  color: var(--color-1st);
}


/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
  background-color: var(--color-333);
}
.ftbody {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin:0 auto;
  padding:50px 5%;
}
.ftbody .ftmenu {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom:50px;
  border-bottom: 1px solid var(--color-999);
  margin-bottom: 50px;
}
.ftbody .ftmenu ul {
  width:47.5%;
  height: auto;
  display: block;
}
.ftbody .ftmenu ul li {
  width: 100%;
  height: auto;
  display: block;
  font-size: 12px;
  border-bottom: 1px dotted var(--color-666);
  background-image: url(../img/header/box-1st.webp);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 0 1px;
  transition: .4s all;
}
.ftbody .ftmenu ul li:hover {
  background-size: 100% 2px;
}
.ftbody .ftmenu ul li a {
  width: 100%;
  height: auto;
  display: block;
  line-height: 1em;
  text-decoration: none;
  color:var(--color-ccc);
  padding:1em 0.5em;
  background-image: url(../img/header/ic-ar_h_w.webp);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 10px;
  transition: .4s all;
}
.ftbody .ftmenu ul li a:hover {
  color:var(--color-white);
  background-position: 99% center;
}
.ftbody .ftinfo {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ftbody .ftinfo .fti01 {
  width:45%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.ftbody .ftinfo .fti02 {
  width:50%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding-left:5%;
  border-left: 1px dotted var(--color-999);
}
.ftbody .ftinfo h3 {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  font-size:16px;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  color:var(--color-white);
  background-image: url(../img/header/logo_w.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 35px;
  padding-top:50px;
  margin-bottom: 0.8em;
}
.ftbody .ftinfo h4 {
  font-size:10px;
  font-family: var(--font-en);
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  color:var(--color-ccc);
  margin-bottom: 1em;
}
.ftbody .ftinfo p.fti_ad01 {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.5em;
  text-align: center;
  color:var(--color-white);
  margin:0 0 0.5em 0;
}
.ftbody .ftinfo p.fti_ad02 {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.5em;
  text-align: center;
  color:var(--color-white);
  margin:0;
}
.ftbody .ftinfo p.fti_tel {
  width: fit-content;
  height: auto;
  display: block;
  margin:0 auto 0.5em;
}
.ftbody .ftinfo p.fti_tel a {
  width: 100%;
  height: 35px;
  display: block;
  margin:0;
  text-decoration: none;
  background-color: transparent;
  background-image: url(../img/header/ic-tel_w.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 35px;
  font-size:26px;
  color:var(--color-white);
  font-weight: 600;
  line-height: 35px;
  padding:0 0 0 40px;
  transition: .4s all;
}
.ftbody .ftinfo p.fti_tel a:hover {
  color:var(--color-1st);
  background-image: url(../img/header/ic-tel_1st.webp);
}

p.ftcopy {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  padding:2em 0;
  font-size:12px;
  line-height: 1em;
  color:var(--color-white);
  margin:0;
}



/*---------------------------------*/
/* SNS Navi */
/*---------------------------------*/
.snsnavi {
  width:40px;
  height: auto;
  display: block;
  position: fixed;
  top:50%;
  right:-50px;
  z-index:17000;
  transform: translateY(-25%);
  transition: .4s all;
}
.snsnavi.sns_active {
  right:0;
}
.snsnavi ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.snsnavi ul li.sn_sns {
  width:100%;
  height: 40px;
  display: block;
  margin-bottom: 1px;
}
.snsnavi ul li.sn_tel {
  width:100%;
  height: 40px;
  display: block;
  margin-bottom: 1px;
}
.snsnavi ul li a {
  width:100%;
  height: 40px;
  display: block;
  text-indent: -9999px;
  background-color: var(--color-2nd);
  transition: .4s all;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}
.snsnavi ul li a:hover {
  background-color: var(--color-1st);
}

.sns_ic-fb {background-image: url(../img/header/ic-fb_w.webp);}
.sns_ic-ins {background-image: url(../img/header/ic-ins_w.webp);}
.sns_ic-tk {background-image: url(../img/header/ic-tk_w.webp);}
.sns_ic-tel {background-image: url(../img/header/ic-tel_w.webp);}
.sns_ic-mail {background-image: url(../img/header/ic-mail_w.webp);}



}


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

/* Header */
header {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100px;
display: flex;
z-index: 9999;
transition:
transform 0.35s ease,
box-shadow 0.35s ease;
}

/* スクロール後はfixedにする */
header.header-fixed {
position: fixed;
top: 0;
left: 0;
width: 100%;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
}

/* fixed状態でもスクロール中は上へ隠す */
header.header-fixed.header-hide {
transform: translateY(-100%);
}

/* スクロール停止後に表示 */
header.header-fixed.header-show {
  height: 100px;
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
transform: translateY(0);
}

header figure {
  width: 170px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left:20px;
}

header.header-fixed.header-show figure {
  width: 170px;
  height: 100px;
}

/* Header Telbn */
p.telbn {
  width:140px;
  height: 100px;
  display: block;
  font-size:16px;
  font-family: var(--font-en);
  margin:0 80px 0 auto;
}
p.telbn a {
  width: 100%;
  height: 100px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: var(--color-black);
  line-height: 20px;
  letter-spacing: -0.03em;
  padding:55px 0 10px 0;
  background-image: url(../img/header/ic-tel_b.webp);
  background-repeat: no-repeat;
  background-position: center 25px;
  background-size: auto 25px;
  transition: .4s all;
}
p.telbn a:hover {
  background-image: url(../img/header/ic-tel_1st.webp);
  color: var(--color-1st);
}

header.header-fixed.header-show p.telbn {
height: 100px;
}

header.header-fixed.header-show p.telbn a {
  height: 100px;
  padding:55px 0 10px 0;
  background-position: center 25px;
  background-size: auto 25px;
}

header.header-fixed.header-show p.telbn a:hover {
  background-image: url(../img/header/ic-tel_1st.webp);
  color: var(--color-1st);
}

/* Footer */
footer {
  width:100%;
  height:auto;
  display: block;
  background-color: var(--color-333);
}
.ftbody {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin:0 auto;
  padding:50px 5%;
}
.ftbody .ftmenu {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom:50px;
  border-bottom: 1px solid var(--color-999);
  margin-bottom: 50px;
}
.ftbody .ftmenu ul {
  width:47.5%;
  height: auto;
  display: block;
}
.ftbody .ftmenu ul li {
  width: 100%;
  height: auto;
  display: block;
  font-size: 12px;
  border-bottom: 1px dotted var(--color-666);
  background-image: url(../img/header/box-1st.webp);
  background-repeat: no-repeat;
  background-position: 0 bottom;
  background-size: 0 1px;
  transition: .4s all;
}
.ftbody .ftmenu ul li:hover {
  background-size: 100% 2px;
}
.ftbody .ftmenu ul li a {
  width: 100%;
  height: auto;
  display: block;
  line-height: 1em;
  text-decoration: none;
  color:var(--color-ccc);
  padding:1em 0.5em;
  background-image: url(../img/header/ic-ar_h_w.webp);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 10px;
  transition: .4s all;
}
.ftbody .ftmenu ul li a:hover {
  color:var(--color-white);
  background-position: 99% center;
}
.ftbody .ftinfo {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ftbody .ftinfo .fti01 {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--color-999);
  margin-bottom: 40px;
}
.ftbody .ftinfo .fti02 {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding-left:0%;
  border-left:none;
}
.ftbody .ftinfo h3 {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  font-size:16px;
  font-weight: 400;
  line-height: 1em;
  text-align: center;
  color:var(--color-white);
  background-image: url(../img/header/logo_w.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 35px;
  padding-top:50px;
  margin-bottom: 0.8em;
}
.ftbody .ftinfo h4 {
  font-size:10px;
  font-family: var(--font-en);
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  color:var(--color-ccc);
  margin-bottom: 1em;
}
.ftbody .ftinfo p.fti_ad01 {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.5em;
  text-align: center;
  color:var(--color-white);
  margin:0 0 0.5em 0;
}
.ftbody .ftinfo p.fti_ad02 {
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.5em;
  text-align: center;
  color:var(--color-white);
  margin:0;
}
.ftbody .ftinfo p.fti_tel {
  width: fit-content;
  height: auto;
  display: block;
  margin:0 auto 0.5em;
}
.ftbody .ftinfo p.fti_tel a {
  width: 100%;
  height: 35px;
  display: block;
  margin:0;
  text-decoration: none;
  background-color: transparent;
  background-image: url(../img/header/ic-tel_w.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 35px;
  font-size:26px;
  color:var(--color-white);
  font-weight: 600;
  line-height: 35px;
  padding:0 0 0 40px;
  transition: .4s all;
}
.ftbody .ftinfo p.fti_tel a:hover {
  color:var(--color-1st);
  background-image: url(../img/header/ic-tel_1st.webp);
}

p.ftcopy {
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  padding:2em 0;
  font-size:12px;
  line-height: 1em;
  color:var(--color-white);
  margin:0 0 50px 0;
}



/*---------------------------------*/
/* SNS Navi */
/*---------------------------------*/
.snsnavi {
  width:90%;
  height: 50px;
  display: block;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: fixed;
  top:auto;
  bottom:-70px;
  right:5%;
  z-index:17000;
  transition: .4s all;
}
.snsnavi.sns_active {
  bottom:0;
}
.snsnavi ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
}
.snsnavi ul li.sn_sns {
  width:17%;
  height: 50px;
  display: block;
  margin-right: 1px;
}
.snsnavi ul li.sn_tel {
  width:25.5%;
  height: 50px;
  display: block;
  margin-right: 1px;
}
.snsnavi ul li.sn_mail {
  width:25.5%;
  height: 50px;
  display: block;
}
.snsnavi ul li a {
  width:100%;
  height: 50px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center;
}
.snsnavi ul li a:hover {
  background-color: var(--color-1st);
  transition: .4s all;
}
.snsnavi ul li.sn_sns a {
  background-size: 24px 24px;
  background-color: var(--color-black);
  transition: .4s all;
}
.snsnavi ul li.sn_tel a {
  background-color: var(--color-1st);
  text-indent: 0;
  text-align: center;
  background-position: center 5px;
  background-size: 20px 20px;
}

.snsnavi ul li.sn_tel a.sns_ic-tel {
  padding-top:28px;
  font-size:12px;
  letter-spacing: -0.03em;
}
.snsnavi ul li.sn_tel a.sns_ic-mail {
  padding-top:28px;
  font-size:12px;
  letter-spacing: -0.1em;
}

.sns_ic-fb {background-image: url(../img/header/ic-fb_w.webp);}
.sns_ic-ins {background-image: url(../img/header/ic-ins_w.webp);}
.sns_ic-tk {background-image: url(../img/header/ic-tk_w.webp);}
.sns_ic-tel {background-image: url(../img/header/ic-tel_w.webp);}
.sns_ic-mail {background-image: url(../img/header/ic-mail_w.webp);}

}