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

/* Header */
header {
  width:100%;
  height: 230px;
  display: block;
  position: fixed;
  top:0;
  left:0;
  z-index:19400;
  background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 15%, rgba(255,255,255,0.8548012955182073) 50%, rgba(255,255,255,0.5970982142857143) 75%, rgba(255,255,255,0) 100%);
}
header.pr_active {
  width:100%;
  height: 90px;
  display: block;
  position: fixed;
  top:0;
  left:0;
  z-index:19400;
  background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 73%, rgba(255,255,255,1) 85%, rgb(146, 142, 142) 100%);
box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
}
header h1 {
  width:200px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:40px;
  left:50%;
  margin-left:-100px;
  z-index:18600;
}
header.pr_active h1 {
  width:150px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:20px;
  left:10px;
  margin-left:0px;
  z-index:18600;
}


/* Contact Bar */
.contactbar {
  width: fit-content;
  height: 50px;
  display: block;
  position: fixed;
  top:60px;
  right:2%;
  z-index:19700;
}
.contactbar.pr_active {
  display: none;
}
.contactbar p.cb_tel {
  width:230px;
  height: 50px;
  display: block;
  font-size:28px;
  letter-spacing: 0px;
  font-weight: 300;
  line-height: 50px;
  margin:0;
}
.contactbar p.cb_tel a {
  width:100%;
  height: 50px;
  display: block;
  text-decoration: none;
  color:var(--color-1st);
  background-image: url(../img/header/ic-tel_b.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px auto;
  padding-left:50px;
}


/* Footer */
footer {
  width:100%;
  height: auto;
  display: block;
}
.ftbody {
  width:100%;
  max-width:1600px;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding:50px 3%;
  margin:0 auto;
}
.ftmenu {
  width:68%;
  height: auto;
  display: flex;
  justify-content: space-between;
  border-right:1px dotted rgba(255,255,255,0.6);
}
.ftmenu h3 {
  width:100%;
  height: 30px;
  display: block;
  font-size:12px;
  font-weight: 700;
  line-height: 30px;
  color:var(--color-white);
}
.ftmenu ul {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.ftmenu ul li {
  font-size:12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  border-bottom: 1px dotted rgba(255,255,255,0.2);
}
.ftmenu li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  color: var(--color-white);
  padding:7px 5px 7px 5px;
  background-image:url(../img/header/ic-ar_h_w.svg);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 30%;
  transition: .4s all;
}
.ftmenu li a:hover {
  padding:7px 5px 7px 10px;
  color:var(--color-6th);
  background-position: 99% center;
}

.ftm01 {
flex:1;
padding-top:30px;
margin-right:2.5%;
}
.ftm02 {
flex:1;
margin-right:2.5%;
}
.ftm03 {
flex:1;
margin-right:2.5%;
}
.ftm04 {
flex:1;
margin-right:2.5%;
}

.ftinfo {
  width:30%;
}
.ftinfo p.ft_copy {
  font-size:10px;
  color:var(--color-white);
  font-weight: 400;
  line-height: 30px;
  margin:0;
  text-align: center;
}
.ftinfo .fti_title {
  width:100%;
  height: auto;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.ftinfo .fti_title h2 {
  font-size:16px;
  font-weight: 700;
  line-height: 1.25em;
  color:var(--color-white);
  letter-spacing: 0px;
  margin-right:5px;
}
.ftinfo .fti_title p {
  width:fit-content;
  height: auto;
  display: block;
  font-size:12px;
  margin-left:auto;
}
.ftinfo .fti_title p a {
  width:100%;
  height: 25px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  text-align: center;
  padding:2px 5px 2px 16px;
  border:1px solid var(--color-white);
  border-radius: 3px;
  background-image: url(../img/header/ic-map_w.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 80%;
  transition: .4s all;
}
.ftinfo .fti_title p a:hover {
  border:1px solid var(--color-6th);
  color:var(--color-white);
  background-color: var(--color-6th);
}

.ftinfo p.ftip_ad {
font-size:12px;
line-height: 1.5em;
color:var(--color-white);
margin-bottom: 5px;
}
.ftinfo p.ftip_tel {
  width:fit-content;
  height: 40px;
  display: block;
  font-size:24px;
  font-weight: 300;
  margin-bottom: 5px;
}
.ftinfo p.ftip_tel a {
  width:100%;
  height: 40px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  line-height: 38px;
  letter-spacing: 0px;
  padding-left:40px;
  background-image: url(../img/header/ic-tel_w.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  transition: .4s all;
}
.ftinfo p.ftip_tel a:hover {
  color:var(--color-6th);
}
.ftinfo p.ftip_oh {
  font-size:12px;
  font-weight: 400;
  line-height: 1.25em;
  color:var(--color-white);
  margin:0;
}

.fti01 {
  width:100%;
  height: auto;
  display: block;
  padding-bottom: 25px;
  border-bottom: 1px dotted rgba(255,255,255,0.6);
  margin-bottom: 10px;
}
.fti02 {
  width:100%;
  height: auto;
  display: block;
  margin-bottom: 30px;
}


}


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

  /* Header */
header {
  width:100%;
  height: 110px;
  display: block;
  position: fixed;
  top:0;
  left:0;
  z-index:19400;
  background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 15%, rgba(255,255,255,0.8548012955182073) 50%, rgba(255,255,255,0.5970982142857143) 75%, rgba(255,255,255,0) 100%);
}
header.pr_active {
  width:100%;
  height: 90px;
  display: block;
  position: fixed;
  top:0;
  left:0;
  z-index:19400;
  background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 73%, rgba(255,255,255,1) 85%, rgba(236,236,236,1) 100%);
box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
}
header h1 {
  width:200px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:10px;
  left:50%;
  margin-left:-100px;
  z-index:19600;
}

/* Contact Bar */
.contactbar {
  width: fit-content;
  height: 50px;
  display: block;
  position: fixed;
  top:20px;
  left:2%;
  z-index:19700;
}
.contactbar p.cb_tel {
  width:230px;
  height: 50px;
  display: block;
  font-size:28px;
  letter-spacing: 0px;
  font-weight: 300;
  line-height: 50px;
  margin:0;
}
.contactbar p.cb_tel a {
  width:100%;
  height: 50px;
  display: block;
  text-decoration: none;
  color:var(--color-1st);
  background-image: url(../img/header/ic-tel_b.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40px auto;
  padding-left:50px;
}


/* Footer */
footer {
  width:100%;
  height: auto;
  display: block;
}
.ftbody {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:50px 5%;
  margin:0 auto;
}
.ftmenu {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding-bottom:30px;
  border-bottom:1px dotted rgba(255,255,255,0.6);
  margin-bottom: 30px;
}
.ftmenu h3 {
  width:100%;
  height: 30px;
  display: block;
  font-size:12px;
  font-weight: 700;
  line-height: 30px;
  color:var(--color-white);
}
.ftmenu ul {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.ftmenu ul li {
  font-size:12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  border-bottom: 1px dotted rgba(255,255,255,0.2);
}
.ftmenu li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  color: var(--color-white);
  padding:7px 5px 7px 5px;
  background-image:url(../img/header/ic-ar_h_w.svg);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 30%;
  transition: .4s all;
}
.ftmenu li a:hover {
  padding:7px 5px 7px 10px;
  color:var(--color-6th);
  background-position: 99% center;
}

.ftm01 {
flex:1;
padding-top:30px;
margin-right:2.5%;
}
.ftm02 {
flex:1;
margin-right:2.5%;
}
.ftm03 {
flex:1;
margin-right:2.5%;
}
.ftm04 {
flex:1;
margin-right:2.5%;
}

.ftinfo {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin:0 auto 0;
}
.ftinfo p.ft_copy {
  width:100%;
  height: auto;
  display: block;
  font-size:10px;
  color:var(--color-white);
  font-weight: 400;
  line-height: 1em;
  margin:0;
  text-align: center;
}
.ftinfo .fti_title {
  width:100%;
  height: auto;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.ftinfo .fti_title h2 {
  font-size:16px;
  font-weight: 700;
  line-height: 1.25em;
  color:var(--color-white);
  letter-spacing: 0px;
  margin-right:5px;
}
.ftinfo .fti_title p {
  width:fit-content;
  height: auto;
  display: block;
  font-size:12px;
  margin-left:auto;
}
.ftinfo .fti_title p a {
  width:100%;
  height: 25px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  text-align: center;
  padding:2px 5px 2px 16px;
  border:1px solid var(--color-white);
  border-radius: 3px;
  background-image: url(../img/header/ic-map_w.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 80%;
  transition: .4s all;
}
.ftinfo .fti_title p a:hover {
  border:1px solid var(--color-6th);
  color:var(--color-white);
  background-color: var(--color-6th);
}

.ftinfo p.ftip_ad {
font-size:12px;
line-height: 1.5em;
color:var(--color-white);
margin-bottom: 5px;
}
.ftinfo p.ftip_tel {
  width:fit-content;
  height: 40px;
  display: block;
  font-size:24px;
  font-weight: 300;
  margin-bottom: 5px;
}
.ftinfo p.ftip_tel a {
  width:100%;
  height: 40px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  line-height: 38px;
  letter-spacing: 0px;
  padding-left:40px;
  background-image: url(../img/header/ic-tel_w.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  transition: .4s all;
}
.ftinfo p.ftip_tel a:hover {
  color:var(--color-6th);
}
.ftinfo p.ftip_oh {
  font-size:12px;
  font-weight: 400;
  line-height: 1.25em;
  color:var(--color-white);
  margin:0;
}

.fti01 {
  width:50%;
  height: auto;
  display: block;
  margin:0 auto 40px;
}
.fti02 {
  width:45%;
  height: auto;
  display: block;
  margin-bottom: 30px;
}

}

/* Style for Smartphone */
@media screen and (max-width: 768px) {

   /* Header */
header {
  width:100%;
  height: 90px;
  display: block;
  position: fixed;
  top:0;
  left:0;
  z-index:19400;
  background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 15%, rgba(255,255,255,0.8548012955182073) 50%, rgba(255,255,255,0.5970982142857143) 75%, rgba(255,255,255,0) 100%);
}
header.pr_active {
  width:100%;
  height: 80px;
  display: block;
  position: fixed;
  top:0;
  left:0;
  z-index:19400;
  background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(241,241,241,1) 73%, rgba(255,255,255,1) 85%, rgba(236,236,236,1) 100%);
box-shadow: 0px 5px 15px rgba(0,0,0,0.3);
}
header h1 {
  width:150px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:10px;
  left:2%;
  margin-left:0px;
  z-index:19600;
}

/* Contact Bar */
.contactbar {
  width: fit-content;
  height: 30px;
  display: block;
  position: fixed;
  top:30px;
  right:70px;
  z-index:19700;
}
.contactbar p.cb_tel {
  width:130px;
  height: 30px;
  display: block;
  font-size:16px;
  letter-spacing: 0px;
  font-weight: 400;
  line-height: 30px;
  margin:0;
}
.contactbar p.cb_tel a {
  width:100%;
  height: 30px;
  display: block;
  text-decoration: none;
  color:var(--color-1st);
  background-image: url(../img/header/ic-tel_b.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 25px auto;
  padding-left:30px;
}


/* Footer */
footer {
  width:100%;
  height: auto;
  display: block;
}
.ftbody {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding:50px 5%;
  margin:0 auto;
}

/* Footer menu */
.ftmenu {
  width:100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  padding-bottom:30px;
  border-bottom:1px dotted rgba(255,255,255,0.6);
  margin-bottom: 30px;
}
.ftmenu h3 {
  width:100%;
  height: 30px;
  display: block;
  font-size:12px;
  font-weight: 700;
  line-height: 30px;
  color:var(--color-white);
}
.ftmenu ul {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.ftmenu ul li {
  font-size:12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  border-bottom: 1px dotted rgba(255,255,255,0.2);
}
.ftmenu li a {
  width:100%;
  height: auto;
  display: block;
  text-decoration: none;
  color: var(--color-white);
  padding:7px 5px 7px 5px;
  background-image:url(../img/header/ic-ar_h_w.svg);
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: auto 30%;
  transition: .4s all;
}
.ftmenu li a:hover {
  padding:7px 5px 7px 10px;
  color:var(--color-6th);
  background-position: 99% center;
}

.ftm01 {
  width:46%;
  height: auto;
  display: block;
  margin:30px 2% 30px;
}
.ftm02 {
  width:46%;
  height: auto;
  display: block;
  margin:0 2% 30px;
}
.ftm03 {
  width:46%;
  height: auto;
  display: block;
  margin:0 2% 0;
}
.ftm04 {
  width:46%;
  height: auto;
  display: block;
  margin:0 2% 0;
}

/* Footer shopinfo */
.ftinfo {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin:0 auto 0;
}
.ftinfo p.ft_copy {
  width:100%;
  height: auto;
  display: block;
  font-size:10px;
  color:var(--color-white);
  font-weight: 400;
  line-height: 1em;
  margin:0;
  text-align: center;
}
.ftinfo .fti_title {
  width:100%;
  height: auto;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.ftinfo .fti_title h2 {
  font-size:16px;
  font-weight: 700;
  line-height: 1.25em;
  color:var(--color-white);
  letter-spacing: 0px;
  margin-right:5px;
}
.ftinfo .fti_title p {
  width:fit-content;
  height: auto;
  display: block;
  font-size:12px;
  margin-left:auto;
}
.ftinfo .fti_title p a {
  width:100%;
  height: 25px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  text-align: center;
  padding:2px 5px 2px 16px;
  border:1px solid var(--color-white);
  border-radius: 3px;
  background-image: url(../img/header/ic-map_w.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 80%;
  transition: .4s all;
}
.ftinfo .fti_title p a:hover {
  border:1px solid var(--color-6th);
  color:var(--color-white);
  background-color: var(--color-6th);
}

.ftinfo p.ftip_ad {
font-size:12px;
line-height: 1.5em;
color:var(--color-white);
margin-bottom: 5px;
}
.ftinfo p.ftip_tel {
  width:fit-content;
  height: 40px;
  display: block;
  font-size:24px;
  font-weight: 300;
  margin-bottom: 5px;
}
.ftinfo p.ftip_tel a {
  width:100%;
  height: 40px;
  display: block;
  text-decoration: none;
  color:var(--color-white);
  line-height: 38px;
  letter-spacing: 0px;
  padding-left:40px;
  background-image: url(../img/header/ic-tel_w.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: auto 35px;
  transition: .4s all;
}
.ftinfo p.ftip_tel a:hover {
  color:var(--color-6th);
}
.ftinfo p.ftip_oh {
  font-size:12px;
  font-weight: 400;
  line-height: 1.25em;
  color:var(--color-white);
  margin:0;
}

.fti01 {
  width:100%;
  height: auto;
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px dotted rgba(255,255,255,0.6);
  margin-bottom: 30px;
}
.fti02 {
  width:100%;
  height: auto;
  display: block;
  margin-bottom: 40px;
}


}
