@charset "UTF-8";
@import url(http://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
/* CSS Document */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

input[type="text"],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}


input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
dl, dt, dd, ol, ul, li
{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  box-sizing: border-box;
}

body {
 	line-height:1.5;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

ul {
  list-style:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
   font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

img{
	max-width: 100%;
}

.sp,
.menuSp{
  display: none;
}


/* main */
	.content{
		max-width: 1180px;
    width: 90%;
		margin: auto;
	}

  header{
    height: 85px;
    width: 100%;
    position: fixed;
    background: #ffffff;
    top:0;
    left: 0;
    z-index: 101;
  } 

div.item{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

div.item .product {
	flex: 0 0 calc(25% - 15px);
	max-width: calc(25% - 15px);
}

div.item .shopify-buy-frame{
	margin-right: 0;
	width: 100%;
}

.product-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 20px;
	margin-bottom: 60px;
}

.product-grid .product {
	flex: 0 0 calc(25% - 15px);
	max-width: calc(25% - 15px);
}

.product-grid .shopify-buy-frame{
	margin-right: 0;
	width: 100%;
}

@media screen and (max-width: 1200px) {
	.product-grid .product {
		flex: 0 0 calc(33.333% - 14px);
		max-width: calc(33.333% - 14px);
	}
}

@media screen and (max-width: 800px) {
	.product-grid .product {
		flex: 0 0 calc(50% - 10px);
		max-width: calc(50% - 10px);
	}
}

@media screen and (max-width: 500px) {
	.product-grid .product {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.product-grid {
		gap: 15px;
	}
}

div.content h2{
	text-align: left;
	font-weight: bold;
	font-size: 1.3em;
	margin: 40px auto 15px;
}

@media screen and (min-width:800px){	
div:not(.front) header{
  box-shadow: 0 4px 4px rgba(0 0 0 / 25%);
}
}
  
  header .content{
    height: 85px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
  } 
  
  .menuBox{
    display: flex;
    align-items: center;
  }
  
  .menuBox li:not(.contactBtn) a{
    text-decoration: none;
    color:#000000;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-left:50px;
    position: relative;
  }
  
  .menuBox li.contactBtn a{
    margin-left:50px;
    text-decoration: none;
  }
  
  .menuBox li:not(.contactBtn) a:after{
    content:"";
    position: absolute;
    transition:0.5s;
    height: 3px;
    width: 0;
    background-color: #2388FF;
    left: 0;
    bottom:-8px;
  }
  
  .menuBox li:not(.contactBtn) a:hover:after{
    width: 100%;
  }
  
  body{
    padding-top: 85px;
  }
  
  .eng,
  .eng *{
    font-family:"bebas-neue-pro",sans-serif;
  }  
  
  .mainText .eng{
    font-size: 150px;
    color:#999999;
    font-weight: 300;
    line-height: 0.75em;
    letter-spacing: 0.05em;
  }
  
  .mainImage{
    background-image: url("../images/mainimage@2x.png");
    background-position: calc(50vw - 850px) center;
    background-size:auto 100%;
    position: relative;
    background-color:#000000;
    background-repeat: no-repeat;
    width: 100%;
    height: 530px;
    overflow: hidden;
  }
  
  .mainImage:after{
    content:" ";
    background: linear-gradient(to right,rgba(0 0 0 / 0%) 0%,rgba(0 0 0 / 100%)10% 100%);
    position: absolute;
    width: 45%;
    top:0;
    right: 0;
    z-index: 1;
    height: 100%;
  }
  
  .mainText{
    width: 40%;
    position: absolute;
    top:calc(50% - 162.5px);
    right: 0;
    z-index: 5;
  }
    
.arrow {
  position: relative;
  display: inline-block;
  padding: 10px;
  transition: 0.5s;
}

.arrow::before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #2086FF;
  border-right: solid 2px #2086FF;
  position: absolute;
  right: -10px;
  top: calc(50% - 5px);
  transition: 0.5s;
}

.arrow.arrow-top::before {
  transform: rotate(-45deg);
  top: 10px;
}

.arrow.arrow-bottom::before {
  transform: rotate(135deg);
}

.arrow.arrow-left::before {
  transform: rotate(-135deg);
}

.arrow.arrow-right::before {
  transform: rotate(45deg);
} 
  
a:hover .arrow::before {
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
}  

  .mainText{
    padding-left: 30px;
    text-align: left;
  }
  
  .mainText span{
    position: relative;
    z-index: 5;
  }
  
  .mainText span.text02{
    color:#ffffff;
    display: inline-block;
    padding-left: 50px;
    font-size: 30px;
    position: relative;
  }
  
  .mainText span.text02:after{
    content:"";
    background: #2086FF;
    height: 5px;
    width: 40px;
    position: absolute;
    left: 0;
    top:calc(50% - 2.5px);
  }
  
  .mainImg01{
    right: -150px;
    bottom:-50px;
    position: absolute;
    z-index: 2;
  }
  
  .mainImg02{
    left: -30px;
    bottom:-30px;;
    position: absolute;
    z-index: 2;
  } 
  
  @media screen and (max-width:1300px){
  .mainImg01{
    right: calc(50% - 920px);
  }
  }  
  
  .sns{
    background: #2086FF;
    position: fixed;
    right: 0;
    top:220px;
    z-index: 100;
  }
  
  .sns a{
    padding: 8px;
    display: block;
    transition: 0.5s;
  }
  
  .sns a:hover{
    opacity: 0.8;
  }
  
  .sns li:first-child{
    border-bottom: 1px solid #ffffff;
  }

  .sec{
    padding:80px 0;
  }

  .topsec01{
    padding-top: 130px;
  }
  
  .thin{
    font-weight: 300;
  }
  
  .secTitle{
    text-align: left;
    
  }
  
  .secTitle span{
    display: inline-block;
    font-size: 100px;
    letter-spacing: 0.1em;
    line-height: 1em;
  }
  
  .secTitle small{
    display: inline-block;
    padding-left: 50px;
    font-size:30px;
    font-weight: 500;
    position: relative;
    letter-spacing: 0.1em;
    line-height: 1em;
  }
  
  .secTitle small:after{
    content:" ";
    width: 40px;
    height: 3px;
    background: #2086FF;
    position: absolute;
    top:calc(50% - 1.5px);
    left:0;
  }
  
  .topsec01 .secTitle{
    position: relative;
    top:20px;
    z-index: 3;    
  }
  
  .btnWrapCover{
    text-align: center;
    margin-top: 50px;
  }
  
  .btnWrap:after {
    left: -25px;
    z-index: 3;
  }

.btnWrap .btn{
  padding: 10px 60px;
}

.btnWrap .arrow::before {
    right: -40px;
}
  
  .sec01box{
    width: 470px;
  }
  
  p.text{
    font-size: 16px;
    line-height: 1.5em;
  }
  
  .sec01box h3{
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
  }
  
  .sec01cont{
    position: relative;
  }
  
  .sec01Img{
    height: 400px;
    position: absolute;
    width: 45%;
    background-size: cover;
    background-position: center right;
    left: 0;
    top:0;
    z-index: 0;
  }

.sec01ImgInner{
  position: relative;
  height: 100%;
  width: 100%;
}

  .sec01Img.pt01{
    background-image: url("../images/topImg01@2x.png");
  }
  
  .sec01boxWrap{
    display: flex;
    justify-content: flex-end;
    height: 400px;
    margin-bottom: 100px;
  }

  .sec01boxWrap.pt02{
    justify-content: flex-start;
    padding-top: 80px;
  }

  .sec01boxWrap.pt02 h3{
   text-align: center;
  }

.topImg01_ob{
  position: absolute;
  right:-230px;;
  top:0;
}

  .sec01Img.pt02{
    background-image: url("../images/topImg02@2x.png");
    left: inherit;
    width: 55%;
    right: 0;
  }

  .sec01cont.pt02{
    display: flex;
    justify-content: space-between;
  }
  
  .sec01contBoxWrap{
    width:calc((100% - 30px) / 2);
  }
  
  .sec01contBoxWrap h3{
    text-align: center;
  }


.sec01Img02{
    height: 370px;
    width: 100%;
    background-size: cover;
    background-position: center;
  margin-bottom: 30px;
}

.sec01Img02.pt03{
    background-image: url("../images/topImg03@2x.png");
}

.sec01Img02.pt04{
    background-image: url("../images/topImg04@2x.png");
}

.sec01boxWrap02 .sec01box {
    width:  100%;
}

.sec01boxWrap02 .text{
   min-height: 4.5em;
}

.topsec02Wrap{
  position: relative;
  height: 380px;
}

.topsec02Wrap *{
  position: relative;
  z-index: 2;
}

.topsec02Wrap:before{
  content:" ";
  position: absolute;
  width: 100%;
  height: 302px;
  left: 0;
  top:40px;
  background: url("../images/topImg05@2x.png") center;
  background-size: cover;
  z-index: 1;
}

.topsec02Wrap .secTitle {
    text-align: center;
}

.topsec02Wrap .secTitle small {
    margin-top: 80px;
  margin-bottom: 50px;
  color:#ffffff;
  text-shadow:0 0 8px rgba(0 0 0 / 50%),0 0 8px rgba(0 0 0 / 50%),0 0 8px rgba(0 0 0 / 50%);
}	

  .topsec03Cont{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  
  .topsec03--Box01{
    width: calc(100% - 510px);
  }
  
  .topsec03--Box02{
    width: 480px;
  }
  
  .topsec03--table{
    width: 100%;
    border-top: 1px solid #2086FF;
  }
  
  .topsec03--table th,.topsec03--table td{
    padding: 20px 0;
    border-bottom: 1px solid #2086FF;
    text-align: left;
  }

.footContactWrap{
  position: relative;
  height: 380px;
  text-align: center;
}

.footContactWrap *{
  position: relative;
  z-index: 2;
}

.footContactWrap:before{
  content:" ";
  position: absolute;
  width: 100%;
  height: 302px;
  left: 0;
  top:40px;
  background: url("../images/footImg@2x.png") center;
  background-size: cover;
  z-index: 1;
}

.footContactWrap .secTitle {
    text-align: center;
}

.footContactWrap .secTitle small {
    margin-top: 80px;
  margin-bottom: 60px;
}	

.footContactWrap small:after {
    background: #000000;
}

  .ft14{
    font-size: 14px;
    margin-bottom: 10px;
  }

.footBtn span.arrow {
  padding-left: 4em;
}

.footBtn{
  width: 100%;
}

.footBtn .btn {
    width: 100%;
  box-sizing: border-box;
} 
  
.footBtn .arrow::before {
    right: -80px;
}
  
  .footCont01{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .footCont01_l{
    display: flex;
    align-items: center;
    width: calc(100% - 385px);
  }
  
  .footText01{
    margin-left: 20px;
    font-size:14px;
  }
  
  .footCont01_r{
    width: 385px;
  }  
  
.footBtn span.c_text {
    left: 110px;
}  

  .footNav01 a{
    font-size: 14px;
    text-decoration: none;
    color:#000000;
  }
  
  .footNav01{
    width: 100%;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    font-weight: 700;
  }
  
  .footCont02{
    display: flex;
    justify-content: center;
    padding: 80px 0 30px;
  }
  
  .footCont02 a{
    font-size: 14px;
    color:#000000;
    text-decoration: none;
    display: block;
    padding:0 20px;
  }
  
  .copy{
    background: #000000;
    padding: 20px 0;
    text-align: center;
    color:#ffffff;
    font-size: 14px;
  }


/* service */
  .servise{
    padding-top: 40px;
  } 
  
  .servicebox{
    width: 470px;
  }
  
  p.text{
    font-size: 16px;
    line-height: 1.5em;
  }
  
  .servicebox h3{
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
  }
  
  .servicecont{
    position: relative;
  }
  
  .serviceImg{
    height: 400px;
    position: absolute;
    width: 55%;
    background-size: cover;
    background-position: center right;
    left: 0;
    top:0;
    z-index: 0;
  }

.serviceImgInner{
  position: relative;
  height: 100%;
  width: 100%;
}

  .serviceImg.pt01{
    background-image: url("../images/topImg01@2x.png");
  }
  
  .serviceboxWrap{
    display: flex;
    justify-content: flex-end;
    height: 400px;
    margin-bottom: 100px;
    align-items: center;
  }

  .serviceboxWrap.pt02{
    justify-content: flex-start;
  }

.topImg01_ob{
  position: absolute;
  right:-230px;;
  top:0;
}

  .serviceImg.type_b{
    left: inherit;
    right: 0;
  }
  
  .serviceImg.pt02{
    background-image: url("../images/topImg02@2x.png");
  }

  .serviceImg.pt03{
    background-image: url("../images/serImg01@2x.png");
  }

  .serviceImg.pt04{
    background-image: url("../images/serImg02@2x.png");
  }

  .servise .secTitle{
    margin-bottom: 50px;text-align: left;
  }
    
  .pageSubTitle span{
    display: block;
    font-size: 60px;
    letter-spacing: 0.1em;
    line-height: 1em;
  }
  
  .pageSubTitle small{
    display: inline-block;
    padding-left: 50px;
    font-size:24px;
    font-weight: 500;
    position: relative;
    letter-spacing: 0.1em;
    line-height: 1em;
  }
  
  .pageSubTitle small:after{
    content:" ";
    width: 40px;
    height: 3px;
    background: #2086FF;
    position: absolute;
    top:calc(50% - 1.5px);
    left:0;
  }


/* company */
  .company .secTitle{
    position: relative;
    top:80px;
    z-index: 3;
  }
  
  .companycont{
    background-image: url("../images/comMain@2x.png");
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 80px;
    background-size: contain;
  }

  .companycont .content{
    display: flex;
    justify-content: flex-end;
  }
  
  .companyBox{
    padding: 40px;
    background: #ffffff;
    width: 550px;
  }
  
  .accessDel{
    color:#FF0202;
    text-align: center;
    margin-top: 30px;
  }
  
  .accessMap{
    margin-top: 20px;
  }

/* contact */
.contact input,
.contact textarea{
  box-sizing: border-box;
}

  .contact .secTitle{
    text-align: center;
    margin-top: 60px;
    margin-bottom: 80px;
  }
  
  .contactCont{
    width: 90%;
    max-width: 800px;
    margin: auto;
  }  
  
  .contactTable{
    width: 100%;
  }
  
  .contactTable th{
    padding:15px 0;
    width: 215px;
    text-align: left;
    vertical-align: middle;
  }
  
  .contactTable th span{
    display: inline-flex;
    height: 30px;
    width: 45px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    margin-left: 5px;
    font-weight: normal;
  }
  
  .contactTable th span.req{
    background: #2086FF;
    color:#ffffff;
  }
  
  .contactTable th span.any{
    border:3px solid #2086FF;
    color:#2086FF;
  }  
  
  .contactTable td{
    padding:15px 0;
    width: calc(100% - 215px);    
  }
  
  .contactTable input[type="text"]{
    padding: 8px;
    border:1px solid #000000;
    width: 100%;
  }
  
  .contactTable textarea{
    padding: 8px;
    border:1px solid #000000;
    width: 100%;
    height: 310px;
  }
  
/*
.contact input[type=checkbox] { display:none; } 
.contact input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
}

.contact input[type=checkbox] + label:before { content: "\f096"; } 
.contact input[type=checkbox] + label:before { letter-spacing: 10px; } 

.contact input[type=checkbox]:checked + label:before { content: "\f046";color:#2086FF; } 
.contact input[type=checkbox]:checked + label:before { letter-spacing: 5px; }
*/

/*Checkboxes styles*/
.contact input[type="checkbox"],
.contactText .wpcf7-list-item-label{ display: none; }

.contactText:has(input[type="checkbox"]) span.checkWrap {
  display: inline-block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.contactText:has(input[type="checkbox"]) span.checkWrap:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #2581c4;
  position: absolute;
  left: -25px;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.contactText:has(input[type="checkbox"]:checked) span.checkWrap:before {
  width: 10px;
  top: -5px;
  left: -25px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
  .contactText{
    text-align: center;
    margin: 45px 0 40px;
  }

.contactText .btnWrap:after {
    top: calc(50% + 10px);
}
  
  .sub input{
    background: none;
    border: none;
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    top: 0;
    left: 0;
    font-size: 16px;
}
  
.sub .btn{
    height: 64px;
    width: 240px;
}
  
.subArrow{
    display: block;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    border-top: solid 2px #2086FF;
    border-right: solid 2px #2086FF;
    position: absolute;
    right: 20px;
    top: calc(50% - 5px);
    transition: 0.5s;
}  
  
.sub:hover .subArrow{
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
}
  
  .tc{
    text-align: center;
  }

  .transaction .secTitle{
    text-align: center;
    margin: 70px 0;
  }
  
  .transaction th{
    width: 240px;
    padding-left: 30px;
  }

.plivacy div,
  .plivacy p{
    margin-bottom: 20px;
  }  
  
.plivacy ul{
    list-style: disc;
    padding-left: 20px;
}  
  
.plivacy a{
    text-decoration: underline;
  color:#000000;;
} 
  
.plivacy .box{
    text-align: center;
  margin-top: 140px;
  }
  
.plivacy .boxwrap{
    display: inline-table;
    border:1px solid #2086FF;
    padding: 20px;
    padding-bottom: 10px;
  }
  
  .plivacy table{
   width: 100%;
  }
  
  .plivacy table th{
    padding-left: 0;
    padding-bottom: 10px;
    width: 110px;
    text-align: left;
  }
  
  .plivacy table td{
    padding-bottom: 10px;
    text-align: left;
  } 

form input[type="submit"], form button {
    background: initial;
}