@charset "UTF-8";

/*
Theme Name: plapel
*/

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap');

:root { 
  --key-Color: #1a2254;
  --blue: #022e78;
  --red: #b30000;
  --corner: 2.46em;
  --row-space : 4.6875vw;
  --col-space : 11.2vh;
  --w50-space: 45%;
  --s1-space: 7.5vh;
  --s2-space: 5vh;
  --s3-space: 2.5vh;
  --containner: 1100px;
  --h1 :5.510vw;
  --h2 :5.7083vw;
  --h3 : 2.0rem;
  --h4 : 1.25rem;
  --Text-normal: 16px;
  --navi-ft-size: 1.0rem;
  --flex_hurf : calc(96% / 2);
  --flex_third : calc((100% - 5vw) / 3);
  --flex_third_space : calc((100% - 6%) / 3);
  --flex_fourth : calc((100% - 6%) / 4);
  --flex_five : calc((100% - 5vw) / 5);
  --flex_six : calc(100% / 3);
  --ph_left_img: 50vw;
  --futura: 'futura-pt';
  }
  
  @media screen and (min-width: 768px) and (max-width: 1240px) {
  
    :root { 
      --h3 : 1.5rem;
      --logo_wide: 200px;
      --nav_ft_size: 16px;
      --row-space : 1.5em;
      --col-space : 5vh;
      --s2-space: 3vh;
      --negative_margin_bottom: -10vh;
      --w50-space :100%;
      --ph_left_img: 70vw;
    }
  
  }
  
  @media screen and (max-width: 767px) {
  
    :root { 
      --row-space : 4vw;
      --col-space : 5vh;
      --h1 :10.510vw;
      --h2 :10.7083vw;
      --h3 : 1.3rem;
      --h4 : 1.075rem;
      --s1-space: 5vh;
      --s2-space: 2.5vh;
      --s3-space: 1.5vh;
      --Text-normal: 15px;
      --flex_hurf : 100%;
      --flex_third : calc(96% / 2);
      --flex_third_space : calc(100% / 1);
      --flex_fourth : calc((100% - 6%) / 2);
      --flex_five : calc(100% / 1);
      --flex_six : calc(100% / 2);
      --flex_third :100%;
      --sp-none: none;
      --fix_head_margin: 50px;
      --flex_concept01 : calc(100% / 2);
      --flex_concept02 : calc(100% / 2);
      --w50-space: 100%;
      }
  
      .pc{
        display:none;
      }
  
  }
  
@media screen and (min-width: 768px) {
  
    .br-sp{display:none;}
  
    .sp{
    display:none;
    }
  }
  
  form a{
    color: var(--key-Color);
  }
  

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  overflow: hidden;
  width: 100%;
  font-family: "Noto Sans CJK JP";
  font-size: 1vw;
  letter-spacing: 0.05em;
  color: #010101;
  background:#fff;
}

body{
  --sb-track-color: #e9e9e9;
  --sb-thumb-color: #000000;
  --sb-size: 10px;
  scrollbar-color: var(--sb-thumb-color) 
                   var(--sb-track-color);
}

body::-webkit-scrollbar {
  width: var(--sb-size) 
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  }
  article.sec-block{
    position: relative;
  }

  article.sec-block:last-child{
    min-height: 125vh;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .sec-block.news{
    min-height: 50vh;
    background: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .block-bg {
    transition: all .7s ease;
}

html.active {
  overflow: hidden;
}

main {
  position: relative;
}

img {
  max-width:100%;
}
.small, small {
  font-size:1.0rem;
}
section {
  width: 100%;
  position: relative;
}

.post_main section:not([class]){
  padding: var(--col-space) var(--row-space);
}

.post_main section.pt__none{
  padding-top: 0;
}

section#repair::after{
  font-family: "Allura", cursive;
  font-size: calc(var(--h1) * 1.5);
  content: 'Repair';
  position: absolute;
  right: var(--row-space);
  top:2.5vh;
  z-index: -1;
  position: absolute;
  color:#e9e9e9;
}
section#enjoy::after{
  font-family: "Allura", cursive;
  font-size: calc(var(--h1) * 1.5);
  content: 'Enjoy';
  position: absolute;
  right: var(--row-space);
  top:var(--row-space);
  z-index: -1;
  position: absolute;
  color:#e9e9e9;
}

.breadcrumbs{
	padding:1em var(--row-space);
	background:#f2f2f2;
	font-size:0.75rem;
	position:relative;
	z-index:3;
	text-align:right;
}

.breadcrumbs a{
	color:#999;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

h4{
  font-size: var(--h4);
  font-weight: bold;
  margin-bottom: .5em;
  color:var(--blue);
}

a {
  text-decoration: none;
}

p{
  font-size: 1.0rem;
  line-height: 1.9;
  color:#414040;
  text-align: justify;
  text-justify: inter-ideograph;
}

p.short{
  margin: var(--row-space) auto;
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  p{
    font-size: 0.9rem;
  }
}

p:not(:last-child){
  margin-bottom: 1em;
}

p.Center{
  text-align: center;
}

p.bold{
  font-weight: bold;
}

p.mt{
  margin-top: var(--s2-space);
}

* {
  margin: 0;
  padding: 0;
}

.main_container {
  max-width: 93.75vw;
  padding: 0 50px;
  margin: auto;
}

.main_container1 {
  width:100%;
  max-width: 1100px;
  padding: 0;
  margin:0 auto;
}

.main_container1 + .main_container1{
  margin-top: var(--col-space);
}

.main_container1.full{
  max-width:100%;
}

p.title {
  font-family: GaramondPremrPro;
  font-weight: normal;
  font-size: 63.17px;
  letter-spacing: 0.08em;
  color: #fff;
  background: #D2B338;
  background: linear-gradient(#D2B338 0%, #E8D691 87.47%, #E8D691 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/*========= 画面遷移のためのCSS ===============*/

/* header */
header {
  width: 100%;
  position: relative;
  padding:0 var(--row-space);
  z-index: 5;
}

header.main{
  width: 100vw;
  height: 100vh;
}

header.sec{
  height:auto;
  padding: var(--row-space);
}
@media screen and (max-width: 767px) {
  header.sec{
    height: auto;
  }
}
header.main::after{
  content: '';
  position: absolute;
  background: url(../images/fv_image.jpg)no-repeat right top;
  width: 50vw;
  height: 100vh;
  background-size: contain;
  z-index: -1;
  right:var(--row-space);
  top:0;
}

header.main::before{
  content: '';
  position: absolute;
  background: url(../images/left_caption.svg)no-repeat left top;
  width:5vw;
  height: 100vh;
  background-size: contain;
  z-index: -1;
  left:var(--row-space);
  top:var(--row-space);
}

header.main .Item{
  width: 50vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

header.main .Item .cont{
  width: 50%;
  margin: auto;
}

header.sec h1{
  max-width: 200px;
  margin: auto;
}

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

  header.main{
    padding-right: 0;
  }

  header.main .Item{
    width: 60vw;
  }

  header.main .Item .cont{
    width: 100%;
    margin: auto;
  }
  header.main::after {
    content: '';
    position: absolute;
    background: url(../images/fv_image.jpg) no-repeat left top;
    width:40vw;
    height: 100vh;
    background-size: cover;
    right: 0;
    top: 0;
  }
  header.main::before {
    width: 10vw;
    height: 100vh;
  }
}

header.main .Item h1{
  margin-bottom: 1em;
}

section h2.jan{
  font-family: "Shippori Mincho", serif;
  font-weight:400;
  font-size: calc(var(--h2) / 2);
  margin-bottom: 1em;
  color:#221815;
}

h3{
  font-size: var(--h3);
  color:#221815;
  font-family: "Shippori Mincho", serif;
  font-weight:400;
  line-height: 2.0;
  margin-bottom: 2em;
}

h3.Center{
  text-align: center;
}

p{
  color:#363636;
}

h2.Pk{
  color:#ee8396 !important;
  text-align: center;
}

ul.worries{
  margin: 0;
}

ul.worries li{
padding: 1em;
background: #fff;
font-family: "Shippori Mincho", serif;
font-weight:400;
font-size: var(--h4);
margin-top: 1em;
color:#221815;
}

section p + h2.jan{
  margin-top: var(--s2-space);
}

section h2.jan.Center{
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  section h2.jan{
  font-size: calc(var(--h2) / 1.5);
  }
  h3{
    margin-bottom: 1em;
    margin-top: 1em;
  }
  h2.Pk{
    text-align: left;
    line-height: 1.55;
  }
  h3.Center{
    line-height: 1.455;
  }
}

section#worries{
background: #e6e8e7;
margin-right: var(--row-space);
margin-left: 0;
width: calc(100% - var(--row-space));
height: 100vh;
display: flex;
justify-content: center;
flex-direction: column;
position: relative;
padding-bottom: var(--row-space);
}

section#worries .Inner__wrap{
padding: var(--row-space);
position: relative;
z-index: 3;
max-width: 70%;
}

section#worries::after{
  content: '';
  background: url(../images/worries_bg.jpg)no-repeat right top;
  background-size: cover;
  position: absolute;
  right: 0;
  top:0;
  width: 40vw;
  height: 100%;
}

section#point::after{
  content: '';
  background: url(../images/bg__02.jpg)no-repeat left top;
  background-size: contain;
  position: absolute;
  right: 0;
  top:0;
  width: 30vw;
  height: 100%;
}

  @media screen and (max-width: 767px) {
      section#worries{
        margin-right: auto;
        width:100%;
        padding-bottom: var(--col-space);
      }
      section#worries::after {
        content: '';
        background: url(../images/worries_bg.jpg) no-repeat right top;
        background-size: contain;
        position: absolute;
        right: 0;
        top: 0;
        width: 90vw;
        height: 40%;
    }
    section#point::after {
      content: '';
      background: url(../images/bg__02.jpg) no-repeat left top;
      background-size: contain;
      position: absolute;
      right: 0;
      top: 0;
      width: 90vw;
      height: 40%;
  }
    section#worries .Inner__wrap{
      margin-top:50%;
      max-width: 100%;
    }
}

/***************** section ********************/

section.sec{
  padding: var(--col-space) var(--row-space);
}

section.sec .Inner__wrap{
  margin: auto;
  position: relative;
  z-index: 3;
}

section.sec.top{
  border-top: 1px solid #ddd;
}

.Inner__wrap.small{
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

.Inner__wrap.products{
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

section.gray{
  background: #fafafa;
}

.flex__wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 4%;
  row-gap: 2.5%;
}

.flex__wrap.align__center{
  align-items: center;
}

.flex__wrap .Hurf{
  max-width: var(--flex_hurf);
}

picture.mt{
  margin-top: var(--col-space);
  text-align: center;
  display: block;
}

#point picture.Hurf{
  width:var(--flex_hurf);
}

#point .flex__wrap .Hurf{
  width:var(--flex_hurf);

}

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

  .flex__wrap .Hurf:first-child{
    margin-bottom: var(--row-space);
  }
}

section.faq{
  padding: var(--col-space) var(--row-space);
  background: #595757;
}

section.faq h2{
  color:#fff;
}

ul.faq li{
  position: relative;
  padding-left: 60px;
  margin-top: .5em;
  color:#fff;
  font-size: var(--h4);
}

ul.faq li::before{
  content: '';
  background: url(../images/f_icon.svg)no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left:0;
  width:50px;
  height: 50px;
}
ul.faq li.Answer::before{
  content: '';
  background: url(../images/a_icon.svg)no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left:0;
  transform: translateY(-50%);
  width:50px;
  height: 50px;
}

ul.faq li.Answer{
  margin-top: 1.5em;
  margin-bottom: 2.5em;
}

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

  ul.faq li.Answer{
    font-size: 0.9rem;
    line-height: 1.855;
  }
  ul.faq li.Answer::before{
    content: '';
    background: url(../images/a_icon.svg)no-repeat;
    background-size: contain;
    position: absolute;
    top:0%;
    left:0;
    transform: translateY(-0%);
    width:50px;
    height: 50px;
  }
}

section.cta{
  padding: var(--col-space) var(--row-space);
  border-bottom: 1px solid #eee;
}

section.cta .top{
  max-width: 600px;
  margin: 0 auto var(--row-space);
}

a.btn{
  background: #ee8396;
  border-radius: 4.6em;
  text-align: center;
  padding: 1em 1em;
  display: block;
  margin: 2em auto;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight:400;
  font-size: var(--h3);
  max-width: 600px;
  position: relative;
  border-bottom: 4px solid #c6475d;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}

a.btn:hover{
  color:#fff;
  background: #f7627d;
}

a.btn::after{
  font-family: "FontAwesome";
	content: '\f105';
  display: inline-block;
  margin-left: .5em;
}

section.cta::before{
  content: '';
  position: absolute;
  background: url(../images/left_caption.svg)no-repeat left top;
  width:5vw;
  height: 100vh;
  background-size: contain;
  z-index: -1;
  left:var(--row-space);
  top:var(--row-space);
}

@media screen and (max-width: 767px) {
  section.cta::before {
    content: '';
    position: absolute;
    background: url(../images/left_caption.svg)no-repeat left top;
    width:10vw;
    height: 100vh;
    background-size: contain;
    right: 0;
    top: 0;
  }
}

.products__name{
  font-size: var(--h3);
  margin-bottom: .5em;
  margin-top: 2.5vh;
}

.price{
  font-family: "Shippori Mincho", serif;
font-weight:400;
font-size: calc(var(--h2) / 1.5);
font-style: italic;
text-align: center;
color:#221815;
margin: .15em auto;
line-height: 1.0;
}

.price span{
  font-size: 0.9rem;
}

.products__name{
  font-family: "Shippori Mincho", serif;
font-weight:400;
text-align: center;
padding-bottom: .5em;
border-bottom: 1px solid #eee;
}

footer .footer__top{
  padding: 1em var(--row-space);
  background: #232222;
}

footer .footer__top ul{
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: .5%;
  font-size: 0.9rem;
  width: 100%;
  max-width: 1000px;
}

footer .footer__top ul li{
  margin: 0;
}

footer .footer__top ul li a:after{
  content: '/';
  color:#fff;
  margin-left: .25em;
}

footer .footer__top ul li a{
  color:#fff;
  width: 100%;
  display: block;
}

footer .footer__top ul li a:hover{
  opacity: 0.7;
}

footer .footer__logo{
  padding:calc(var(--row-space) / 2) var(--row-space);
  background: #000;
  text-align: center;
}

footer .footer__logo img{
  max-width: 280px;
}

.footer__bottom{
  padding:2em var(--row-space);
}

.woocommerce div.product .woocommerce-tabs .panel h2{
  display: none;
}

dl.spec{
  display: flex;
  flex-direction: row;
  padding: .5em 0;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  font-weight: normal;
  font-size: 0.85rem;
  margin-top: .5em;
  margin-bottom: 0;
}

dl.spec dt{
  font-weight: normal;
  margin-right: 10px;
  margin-bottom: 0;
  padding: 1em;
  border-right: 1px solid #ccc;
  width:25%;
  display:flex;
  justify-content:center;
  flex-direction:column;	
	background:#f9f9f9;
}

dl.spec dd{
  margin-bottom: 0;
  padding: 1em;
	width:75%;
}

.copy{
  font-size: 0.7rem;
  text-align: center;
  padding:2em var(--row-space);
  border-top: 1px solid #e9e9e9;
  color:#999;
}

.woocommerce div.product form.cart .button{
  width: 100%;
  margin-top: 1em;
  font-size: 1.2rem;
  padding: 1em;
}

.product_meta{
  display: none;
}

.woocommerce-Price-amount{
  font-size: 1.65rem;
  font-family: "Shippori Mincho", serif;
}


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

  footer .footer__top ul{
    justify-content: center;
    flex-direction: column;
  }
  footer .footer__top, footer .footer__logo{
    padding: var(--row-space);
  }
  footer .footer__top ul li{
    text-align: center;
    margin-top: .2em;
  }
  footer .footer__top ul li a:after{
    display: none;
  }
  footer .footer__top ul li a{
    padding: .5em;
    border:1px solid #fff;
  }
  footer .footer__logo img{
    max-width: 200px;
  }
  .footer__bottom .Center img{
    max-width: 50px;

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

  dl.spec{
    flex-direction: column;
    padding-top: 0;
  }

  dl.spec dt, dl.spec dd{
    width: 100%;
  }
  dl.spec dt{
    border-right: none;
    border-bottom: 1px dashed #ddd;
    padding-top: 1em;
    background: #f2f2f2;
  }

  .scroll{
    overflow-x: auto;
    position: relative;
  }

  .scroll picture.mt{
    min-width: 640px;
  }

  .scroll-hint {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-weight: 700;
    width: 80%;
    text-align: center;
    line-height: 1.4;
    display: none;
    animation: scroll-hint-animation 2s infinite ease;
  }

  @keyframes scroll-hint-animation {
    0% {
      transform: translate(-50%, -50%);
    }
    50% {
      transform: translate(-40%, -50%);
    }
    100% {
      transform: translate(-50%, -50%);
    }
  }

  .scroll-hint--show {
    display: block;
  }
}

.woocommerce ul.products li.product .button{
  display: block !important;
  background: #221815;
  color:#fff;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.woocommerce-Price-currencySymbol, .woocommerce-Price-amount{
  font-size: 1.2rem !important;
}

.password p{
  text-align: center;
}

.related{
  display: none;
}

.woocommerce-product-details__short-description{
  margin-bottom: 1em;
  padding: 1em;
  background: #fefef2;
}

.woocommerce-Price-amount {
  font-size: 36px !important;
}

.swpm-login-widget-form, .swpm-login-widget-logged{
	border-top:1px solid #ddd;
	padding:var(--row-space);
}

.swpm-username-label, .swpm-password-label, .swpm-logged-label, .swpm-form-label-wrap{
	padding:1em;
	background:#f2f2f2;
	margin-bottom:1em;
}

.swpm-logged-expiry-value.swpm-logged-value{
	margin-bottom:1em;
}

.swpm-edit-profile-form input[type="text"], .swpm-edit-profile-form input[type="password"], .swpm-edit-profile-form select{
	padding:1em;
}


.swpm-logged-label{
	margin-top:1em;
}

.swpm-edit-profile-form{
		padding-bottom:var(--row-space);
}

.swpm-login-form-inner, .swpm-edit-profile-form{
	max-width:640px;
	margin:auto;
}
.swpm-login-widget-form .swpm-text-field{
  width:100% !important
}
.swpm-join-us-link, .swpm-logged-logout-link{
	display:none;
}

.swpm-login-widget-form input, .swpm-login-widget-form checkbox{
	padding:1em;
}

.member__btn{
	display:flex;
	flex-direction:column;
}

.member__btn a{
	border:2px solid #000;
	color:#000;
	display:block;
	text-align:center;
	padding:1em;
	margin:1em auto 1em;
	width:100%;
	max-width:500px;
}

.hentry{
	text-align:left;
}
.swpm-username-label, .swpm-password-label, .swpm-logged-label, .swpm-form-label-wrap, .swpm-form-membership-level-value{
	text-align:left;
}

.swpm-registration-widget-form{
	padding:var(--row-space);
}

.swpm-registration-widget-form input[type="text"], .swpm-registration-widget-form input[type="password"]{
	padding:1em;
}

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

  .woocommerce-Price-amount {
    font-size: 20px !important;
  }
  .woocommerce ul.products li.product .button{
    font-size: 0.9rem;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce div.product form.cart div.quantity{
    font-size: 1.0rem;
  }
}

.swpm-section{
	padding:1em;
	background:#f2f2f2;
}

	input.swpm-text, input[type="text"].swpm-text, input[type="tel"].swpm-text, input[type="email"].swpm-text, input[type="url"].swpm-text, textarea.swpm-textarea, select.swpm-select{
		padding:1em !important;
		font-size:17px !important;
		width:100% !important;
}

#item-swpm-44{
	display:none !important;
}

.swpm-form-builder fieldset {
  clear: both;
  margin: 15px auto !important;
  padding: 1em !important;
  border: 1px solid #D3D3D3;
  border-radius: 3px;
  background-color: #eeeeee;
	max-width:95%;
}

.swpm-legend{
	border-bottom:none !important;
}

.swpm-submit, input[type="submit"].swpm-submit{
	background:#000;
	color:#fff;
	padding:1em !important;
	border:none !important;
}

.swpm-form-builder ::placeholder{
	color:transparent !important;
}

.swpm-verification label{
	display:none !important;
}

.swpm-form-builder-error{
	font-size:0px !important;
}

.swpm-form-builder-error:before{
	color: red !important;
	content:'必須項目に入力してください';
	font-size:12px !important;
}

.swpm_registration_hidden_to_logged_users_msg{
	margin-bottom:5vh;
	text-align:center;
	padding:0 var(--row-space);
	font-size:0px;
}


.swpm_registration_hidden_to_logged_users_msg::before{
	content:'会員でないお客様にはページを表示することは出来ません。';
	font-size:16px;
}

  
  input[type=text], input[type=password], input[type=email], input[type=tel], select, textarea, input[type=number]{
  border:1px solid #ddd;
  font-family:'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
  font-weight:normal;
  padding: .5em;
	 width:100%;
  }

#zip{
	max-width:200px;
}
  
  p a.underline {
	  text-decoration: underline !important;
  }
  
  input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=tel]:focus, select:focus, textarea:focus, input[type=tel]:focus, input[type=number]:focus {
	  border-color: #d7002d;
	  box-shadow:none;
  }

  .placeholder p{
   color:#aaa;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
   margin-bottom:.35em;
   line-height:1.4;
   font-size:16px;
  }
input[type="submit"]{
	background-color: #d7002d !important;
    border-radius: 4px;
 padding:.5em 2em;
 width:100%;
 max-width:600px;
 margin-top:1em;
 margin-bottom:0;
 font-size:26px;
 font-weight:300;
 font-family: 'Noto Sans JP','ヒラギノ角ゴシック Pro','Hiragino Kaku Gothic Pro',メイリオ,Meiryo,Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
     -webkit-transition: all .3s;
    transition: all .3s;
 height:auto;
	color:#fff;
	border:none;
	margin:1em auto;
	display:block;
}
  .zip-cod p{
  font-size:14px !important;
  }
  
input[type="submit"]:hover{
 background-color: #ff7c96;
 opacity:0.7;
}


input::placeholder{
 color:#999;
}
  .require{
   background:#e10900;
   display:inline-block;
   margin-left:10px;
   border-radius:.95em;
   background:#e10900;
   color:#fff;
   text-align:center;
   padding:5px 10px;
   font-size:0.9rem;
   line-height:1.0;
  }
  
.form_block{
	
margin: auto;
    max-width: 1000px;
}

/*LINE*/
.button-line a {
    background: #06c755;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 25em;/*幅*/
    padding: 15px 15px;/*文字横空白*/
    color: #fff!important;
    transition: 0.3s ease-in-out;
    font-weight: 400;
    color: #fff!important;
    text-decoration: none;
	border-radius: 40px;/*丸み*/
	 border: 1px solid #c18f21;
	font-size:30px;/*文字サイズ*/
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);  /*影*/
font-family: "Shippori Mincho", serif;
}


 /*マウスホバー時演出*/
.button-line a:hover {
    background: #66cdaa;
    color: #FFF;
}

 /*LINEバナー追跡*/

.line-btn{
  position:fixed;
  z-index:100; 
  right:20px; 
  bottom:20px


}

.line-btn img{
	margin: 0;
padding: 0;
 max-width:200px;
width: 100%;
}

/************* 背景動画固定 ****************/

.background-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100h;
  overflow: hidden;
  z-index: -1;
}

.background-video video {
  min-width: 100%;
  min-height: 100%;
}

body.lp main section.sec .Inner__wrap.wide{
  max-width: 960px;
}

body.lp main section.sec.lp_gray02 {
  background: url(../images/lp/lp_bg02-2.jpg) no-repeat right top / cover !important;
}

body.lp main section.sec.lp_first h1.mb{
  margin-bottom: 1em;
}

@media screen and (min-width: 1025px) {
  body.lp main section.sec.lp_gray .flex__wrap.-about .en_title {
      left: -2em !important;
  }
}

@media screen and (min-width: 1025px) {
  body.lp main section.sec.lp_gray {
      padding: 5em 0 !important;
  }
}

.cta__footer a.btn{
  margin-left: auto !important;
  margin-right: auto !important;
}

.post-password-form p{
	text-align:center;
	letter-spacing:0;
}

.swpm-post-no-access-msg{
	text-align:center;
	margin-bottom:5vh;
}

/************* スライドショー ****************/
.slider_logo{
	 width: 96%;
	margin:2% auto;
	padding:0;
	text-align:center;
	
	}
/* スライダー全体 */
.slider-wrapper {
  display: flex; /* スライドのグループを横並び */
  overflow: hidden; /* はみ出たスライドを隠す */

}
/* スライド*/
.slider {
  animation: scroll-left 60s infinite linear .5s both;
  display: flex; 
	

}
/* スライド */
.slide {
width:150px;
margin:0 auto;
padding:0 5px;
}
/* スライドの画像 */
.slide img {
width: 100%;
max-width: 150px;
background:#fff;

}
/* CSSアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}