@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html,body,a,p,ul,li,h1,h2,h3,h4,h5,h6,figure,dl,dt,dd{margin:0;padding:0;}

*{
    box-sizing: border-box;
    font-family: "Roboto",YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
}


@font-face {
	font-family: 'font';
	src: url(../font/font.ttf);
    
}


html{
    
}
body{
    overflow-x: hidden;
    -webkit-touch-callout:none;
}


img{
    width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
    display: block;
    font-size: 0;
    
}

a{
    color: inherit;
    text-decoration: none;
}


li{
    list-style-type: none;
}


.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;

}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


.sp{
    display: none;
    
}


@media screen and (max-width: 896px){
    .pc{
        display: none;
    }
    
    .sp{
        display: block;
    }
}


.wrap{
    position: relative;
    background: url(../img/bg.gif);
    background-size: 70px;
    overflow: hidden;
    min-height: 100vh;
     padding-bottom: 140px;
}

.inner{
    max-width: 1200px;
    width: calc(100% - 200px);
    margin: 0 auto;
   
    
}


header{
    width: 100%;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
   
}
h1{
   font-weight: 500;
    text-align: center;
    font-size: 18px;
   
}

h1 img{
    width: 120px;
    margin: 0 auto 0px;
}

.item-list{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap:50px 20px;
}

.item-list figure{
    border: solid 1px #ddd;
    margin-bottom: 20px;
}

.item-list h2{
    margin-bottom: 14px;
    
    
}

.item-list h2 span{
    display: block;
    margin-top: 4px;
}
.common-link{
  padding-left: 23px;
  position: relative;
  font-size: 14px;
    display: flex;
  flex-flow: column;
  height: 14px;
    line-height: 1;
  overflow: hidden;
  width: fit-content;
}

.common-link span{
  transition: .3s;
}
.common-link.hover span{
  transform: translateY(-1em);
  -webkit-transform: translateY(-1em);
}
.common-link:before{
  content: "";
  background: url(../img/link_btn.png) no-repeat;
  background-size: 100%;
  width: 13px;
  height: 10px;
  position: absolute;
  top: 2px;
  left: 0;
}


.item-detail{
    display: flex;
    align-items: center;
}

.item-detail figure{
    width: 50%;
    border: solid 1px #ddd;
}

.item-detail-txt{
    width: 50%;
    margin-left: 40px;
    font-size: 14px;
    line-height: 1.6;
}

.item-detail-txt h2{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.2;
}

.item-detail-txt h2 span{
    display: block;
    margin-top: 8px;
    
}


.size-select{
    border: solid 1px #000;
    width: fit-content;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.size-select input{
	display: none;
}
.size-select label{
	display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
	width: 40px;
    height: 40px;
	border-right: 1px solid #000;
	color: #000;
	font-size: 12px;
    
    
}
.size-select.wide label{
    width: 100px;
    font-size: 12px;
}
.size-select label:last-of-type{
	border-right: 0px;
}
.size-select input[type="radio"]:checked + label {
	background-color: #000;
	color: #fff;
}

.back-btn{
    margin-top: 60px;
}

.back-btn a{
  font-size: 18px;
  border-bottom: solid 1px #000;
  margin: 0 auto;
    display: flex;
    flex-flow: column;
    height: 1em;
    overflow: hidden;
    width: fit-content;
    line-height: 1;
}
.back-btn a span{
  transition: .3s;
}
.back-btn a.hover span{
  transform: translateY(-1em);
  -webkit-transform: translateY(-1em);
}

footer a{
    display: block;
    width: 40px;
    margin: 0 auto 12px;
}
footer .copyright{
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 11px;
  text-align: center;
}


footer{
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}



@media screen and (max-width: 768px){
    
    
 
header{

    height: 120px;
   
}

h1 img{
    width: 100px;
    margin: 0 auto 0px;
}
   

.inner{
    width: calc(100% - 100px);
    margin: 0 auto;
   
    
}



.item-list{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:50px 20px;
}



.item-detail{
    display: flex;
    flex-flow: column;
}

.item-detail figure{
    width: 100%;
    border: solid 1px #ddd;
    margin-bottom: 20px;
}

.item-detail-txt{
    width: 100%;
    margin-left: 0px;
}
    
    
}


@media screen and (max-width: 480px){
    
    
    .inner{
    width: calc(100% - 70px);
    margin: 0 auto;
   
    
}
    
    
    .item-list{
    display: grid;
    grid-template-columns: 1fr;
    gap:35px;
}
    
}