﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&display=swap');

/* ==============================================================
/*     Reset  
/* ============================================================== */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, em, img, strong, dl, dt, dd, ol, ul, li, footer, header, nav, section{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
  word-break: break-word;
}
html{
  font-size: 62.5%;
  overflow-x: hidden;
}
body{
  background: #f5f2e8;
  color: #000;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  overflow: hidden;
  letter-spacing: 0.05em;
}

ul{
  list-style: none;  
}
*, *::before, *::after {
  box-sizing: border-box;
}
h2, h3, h4, h5, h6, dt, th, strong{
  font-weight: normal;
}
p, li{
  font-size: 1.1vw;
  line-height: 2;
}
dt, dd{
  font-size: 1.1vw;
  line-height: 1.8;
}
p{
  margin-bottom: 30px;
  text-align: justify;
}
.fPC{ display: none}
.txtCenter{ text-align: center}
.txtRight{ text-align: right}
a, a:visited{
  color: #000;
  text-decoration: none;
  transition: 0.1s;
}
img{
  vertical-align: middle;
}
::selection {
  background-color: #fffaac;
}

@media screen and (min-width:769px){
  .fSP{ display: none}
  .fPC{ display: inline-block}
  .cTxtPC{ text-align: center}

  a{
    transition: 0.3s;
  }
  a:hover{
    opacity: 0.6;
    transition: 0.3s;
  }
}
@media screen and (max-width:768px){
  p, li{
    font-size: 2.8vw;
  }
  p{
    margin-bottom: 20px;
  }
  dt, dd{
    font-size: 1.1rem;
  }
}
@media screen and (max-width:768px) and (orientation: landscape){
  .fSPL{ display: block; width: 100%}
  header .fSP{ display: none}
}

/* ==============================================================
/*     Header
/* ============================================================== */
header{
  /*display: flex;
  align-items: center;
  position: relative;
  height: 100vh;*/
}
@media screen and (max-width:768px){
  header{
    height: 100dvh;
    margin-bottom: 20px;
  }
  header video{
    width: 100%;
    height: auto;
  }
}

/* ==============================================================
/*     Contents
/* ============================================================== */
.contents{
  margin: 0 auto;
}
.txtLead{
  text-align: center;
  font-size: 1.24vw;
}
.sousakuSlider{
  margin: 45px -6.666vw;
}
.sousakuSlider .slick-slide img{
  width: 100%;
  height: auto;
}
.imgTool{
  margin-top: 40px;
}
.imgTool img{
  width: 20vw;
  height: auto;
}
@media screen and (min-width:769px){
  .contents{
    margin: 49px 6.666vw 0;
  }
  .fadein{
    opacity: 0;
  }
  .scrollin{
    animation-name: fadeUpAnime;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    opacity: 0;
  }
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media screen and (max-width:768px){
  .contents{
    width: 100%;
    padding: 0 8.5vw;
  }
  .txtLead{
    text-align: center;
    font-size: 3.5vw;
  }
  .sousakuSlider{
    margin: 85px -8.5vw;
  }
  .imgTool{
    margin-top: 60px;
    margin-bottom: 63px;
  }
  .imgTool img{
    width: 40vw;
  }
}

/* shopBox
-----------------------------------*/
.shopBox{
  position: relative;
  padding: 110px 0 100px 0.83vw;
}
.shopBox::after{
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  display: block;
  width: 680px;
  height: 2px;
  margin-left: -340px;
  background: #000;
}
.shopBoxes .shopBox:last-child::after{
  display: none;
}
.shopBox h2{
  margin: 0 0 120px -30px;
  font-size: 3.8vw;
  text-align: center;
}
.shopInfo2 dt, .shopInfo2 dd{
}
.shopNote{
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 1.1vw;
  line-height: 1.8;
}
.logo{
  position: absolute;
  right: -2.5vw;
  bottom: 100px;
  width: 8vw;
}
.logo img{
  width: 100%;
  height: auto;
}
@media screen and (min-width:769px){
  .shopBox h2{
    letter-spacing: 0.27vw;
  }
  .shopInfo1, .shopInfo1-4 ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .shopInfo1{
    flex-direction: row-reverse;
  }
  .shopInfo1_img{
    width: 54.4vw;
    margin-left: 3.8vw;
  }
  .shopInfo1 .shopInfo1_txt{
    flex: 1;
  }
  .shopInfo1-1 .shopInfo1_txt, .shopInfo1-2 .shopInfo1_txt{
    padding-top: 70px;
  }

  .shopInfo1-2, .shopInfo1-4{
    flex-direction: row;
    margin-top: 90px;
  }
  .shopInfo1_txt_inner *:last-child, .shopInfo2_txt_inner *:last-child{
    margin-bottom: 0;
  }
  .shopInfo1-2 .shopInfo1_img{
    width: 46vw;
    margin-left: 0;
    margin-right: 7.5vw;
  }
  .shopInfo1-2 .shopInfo1_txt{
    padding-right: 4.6vw;
  }
  .shopInfo1-3{
    align-items: center;
    margin-top: 80px;
    padding-left: 9vw;
    padding-right: 13vw;
  }
  .shopInfo1-3 .shopInfo1_img{
    width: 23vw;
    margin-left: 13vw;
  }
  .shopInfo1-4{
    align-items: center;
    margin-top: 120px;
    padding-left: 3.6vw;
    padding-right: 4vw;
  }
  .shopInfo1-4 .shopInfo1_img{
    width: 41.5vw;
    margin-left: 0;
    margin-right: 9.5vw;
  }
  .shopInfo1-4 li{
    width: 50%;
  }
  .shopInfo2{
    padding-top: 120px;
  }
}
@media screen and (max-width:768px){
  .shopBoxes .shopBox:last-child{
    margin-bottom: 45px;
  }
  .shopBox{
    padding: 65px 0;
  }
  .shopBox::after{
    left: 50px;
    width: calc(100% - 100px);
    margin-left: 0;
  }
  .shopBox h2{
    margin: 0 0 70px;
    font-size: 7vw;
    line-height: 1.4;
  }
  .shopInfo1{
    margin-bottom: 60px;
  }
  .shopInfo1_img{
    margin-bottom: 20px;
  }
  .shopInfo1_txt li br{
    display: none;
  }
  .shopInfo1-3 .shopInfo1_img, .shopInfo1-4 .shopInfo1_img{
    width: 45vw;
    margin-left: auto;
    margin-right: auto;
  }
  .shopNote{
    padding-right: 100px;
    font-size: 0.9rem;
  }
  .logo{
    right: 0;
    bottom: 65px;
    width: auto;
  }
  .logo img{
    width: 50px;
    height: auto;
  }
}

/* ==============================================================
/*     FOOTER
/* ============================================================== */
.cont8.panel-common .panel-inner{
  min-height: 0;
  padding: 100px 0;
  justify-content: center;
}
.cont8 .txtCenter{
  margin-bottom: 0;
}
@media screen and (max-width:768px){
  .cont8.panel-common .panel-inner{
    padding: 50px 0;
  }
}
