@charset "UTF-8";
/* CSS Document */

/*---------------------------------
reset
---------------------------------*/
*{ margin:0; padding:0; box-sizing: border-box; }
a, a::before, a::after{ text-decoration: none; transition: .3s all; color: inherit; }
ul ,li{ list-style-type:none; }
p{ text-align: justify; }
h1,h2,h3,h4,h5,h6{ font-weight: 400; }

/*---------------------------------
structure
---------------------------------*/
::selection {
  background: #7294a0;
  color: #fff;
}
img{
  pointer-events: none;
}

html{
	font-size: 15px;
}
body{
  font-feature-settings: "palt";
  letter-spacing: 0.01em;
  line-height: 1.6;
  background-repeat: repeat;
}

.inr{
  margin: 0 auto;
  width: 90%;
}

/*hover*/
@media (hover: hover) and (pointer: fine) {
  a img{
    transition: .3s all;
  }
  a:hover{
    color: #333;
  }
  a:hover img{
    opacity: .6;
  }
}

/*responsive*/
@media screen and (min-width: 600px) {
  html{
    font-size: 20px;
  }
}


/*---------------------------------
element
---------------------------------*/

.fz400 {
	font-size: 400%;
	line-height: 1.2;
}

.fz360 {
	font-size: 360%;
	line-height: 1.2;
}

.fz320 {
	font-size: 320%;
	line-height: 1.2;
}

.fz280 {
	font-size: 280%;
	line-height: 1.2;
}

.fz240 {
	font-size: 240%;
	line-height: 1.2;
}

.fz200 {
	font-size: 200%;
	line-height: 1.2;
}

.fz180 {
	font-size: 180%;
}

.fz160 {
	font-size: 160%;
}

.fz140 {
	font-size: 140%;
}

.fz120 {
	font-size: 120%;
}

.fz80 {
	font-size: 80%;
}

.mb10 {
	margin-bottom: calc(20px / 2);
}

.mb20 {
	margin-bottom: 20px;
}

.mb40 {
	margin-bottom: calc(20px * 2);
}

.mb80 {
	margin-bottom: calc(20px * 4);
}

.mt10 {
	margin-top: calc(20px / 2);
}

.mt20 {
	margin-top: 20px;
}

.mt40 {
	margin-top: calc(20px * 2);
}

.mt80 {
	margin-top: calc(20px * 4);
}

.fz-small {
	font-size: small;
}

.fz-xsmall {
	font-size: x-small;
}

.f-bold {
	font-weight: bold;
}

.t-center{
  text-align: center;
}

img{
  width: 100%;
  height: auto;
}



/*---------------------------------
head
---------------------------------*/

html,body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body{
  background-color: #fefefe;
  color: #333;
  font-family: "Zen Old Mincho",'游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .04em;
}

.content-wrap{
  background-color: #fefefe;
  filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, .25));
  margin-right: auto;
  margin-left: auto;
  max-width: 600px;
  overflow: hidden;
}

.bg-round{
  background-image: url(https://gigaplus.makeshop.jp/shoukenshop/freepage/202503-fripper/img/bg_round.jpg);
  background-size: 250px 250px;
}

.logo{
  margin: 0 auto;
  padding-top: 10px;
  width: 80%;
  max-width: 380px;
}


/*responsive*/
@media screen and (min-width: 600px) {
  body{
    background-image: url(https://gigaplus.makeshop.jp/shoukenshop/freepage/202503-fripper/img/bg_wrap.jpg);
    background-attachment: fixed;
  }
}

@media screen and (min-width: 1000px) {
  body{
    display: grid;
    grid-template-columns: 1fr 640px;
  }
  .content-wrap{
    margin-left: 0;
  }
}

@media screen and (min-width: 1280px) {
  body{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/*---------------------------------
right
---------------------------------*/
.gnav{
  display: none;
}
.nav-img{
  margin-bottom: -80px;
}
.nav-wrap{
  position: sticky;
  left: 0;
  right: 0;
  top: 5vh;
  margin: auto;
  max-width: 500px;
  padding: 20px;
}
.nav{
  background-color: rgba(255, 255, 255, .6);
  border-radius: 18px;
  padding: 60px 40px 40px;
}

.item-nav li{
  display: grid;
  grid-template-columns: 20px 1fr;

  a{
    color: #666;
    display: inline-block;
    border-bottom: 1px solid #666;
  }

  span{
    color: #7e7e7e;
    display: block;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
.item-nav li:not(:first-child){
  margin-top: 10px;
}
.item-nav li::before{
  content: '';
  background-color: #ededed;
  border-radius: 50%;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 10px;
}


/*responsive*/
@media screen and (min-width: 1000px) {
  .gnav{
    display: block;
  }
}

/*---------------------------------
main
---------------------------------*/
.main-slider{
  position: relative;

  h1{
    position: absolute;
    width: 45%;
    left: 5%;
    top: 5%;
    line-height: 1.4;
    font-size: 4.5vw;
    font-weight: 500;
    z-index: 1;
  }

  li{
    padding: 0 0 40px;
  }

  .sub-wrap{
    position: absolute;
    left: 5%;
    bottom: 30px;
  }

  .text{
    font-size: 3.8vw;
    line-height: 1.8;
    text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff;
  }

  .text span{
    display: block;
  }

  .sub-img{
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, .25));
    width: 60%;
  }
}

.slick-dots{
  display: flex;
  gap: 10px;
  position: absolute;
  right: 10px;
  bottom: 0;

  button{
    background-color: #fff;
    border: 0;
    display: block;
    font-size: 0;
    width: 40px;
    height: 8px;
  }

  li.slick-active button{
    background-color: #edc1bc;
  }
}

/*responsive*/
@media screen and (min-width: 600px) {
  .main-slider{
    position: relative;
  
    h1{
      font-size: 130%;
    }

    .text{
      font-size: 120%;
    }
    .sub-img{
      margin-top: 20px;
    }
  }
}


.en{
  font-family: "Lora";
}
.en-ttl{  
  color: #c5c5c5;
}
.ttl-border{
  font-weight: 400;
  padding-top: 20px;
  position: relative;
}
.ttl-border::before{
  content: '';
  display: block;
  width: 60%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #333;
}

.anshin-list{
  padding-bottom: 40px;

  li{
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    position: relative;
  }
  li::before{
    color: #f4ecea;
    display: block;
    font-family: "Lora";
    font-size: 600%;
    line-height: 1.0;
    position: absolute;
    top: 0;
  }
  li:first-child::before{
    content: '1';
    left: 0;
  }
  li:nth-child(2)::before{
    content: '2';
    right: 0;
  }
  li:nth-child(3)::before{
    content: '3';
    left: 0;
  }

  li:nth-child(2){
    grid-template-columns: 1fr 2fr;
    p{
      order: 2;
      padding-left: 6%;
    }
    div{
      order: 1;
    }
  }
  p{
    padding-left: 16%;
    z-index: 1;
  }
}

/*responsive*/
@media screen and (min-width: 600px) {
  .anshin-list{
    p{
      font-size: 160%;
    }
  }
}

.bg{
  background-image: url(https://gigaplus.makeshop.jp/shoukenshop/freepage/202503-fripper/img/bg_moya.jpg);
  background-size: 600px;
  padding: 40px 0;
}
.about-ttl{
  display: grid;
  grid-template-columns: 1fr 1fr;

  .text{
    align-self: center;
  }
  .about-select-img{
    align-self: end;
  }
}
.about-img{
  background: linear-gradient(-45deg, #b59628 40%, #fff 50%, #b59628 60%);
  border-radius: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  max-width: 400px;
  padding: 4px;
  line-height: 1.0;
}
.about-img img{
  background-color: #fff;
  border-radius: 18px;
}

.feature-img{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  max-width: 400px;

  img{
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .10));
  }
  figcaption{
    font-size: 80%;
    text-align: center;
  }
}

.list li{
  text-indent: -1em;
  padding-left: 1em;
}

.item-slider{
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .10));
  li{
    padding: 0 12px;
  }
}

.item-list{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;

  li{
    border: 1px solid #333;
    padding: 0 5px;
  }
}
.item-size{
  li{
    text-indent: -1em;
    padding-left: 1em;
  }
  li::before{
    content: '◆';
  }
}
.price{
  text-align: right;
}

.item-btn{
  background-color: #333;
  border-radius: 10px;
  color: #fff;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .10));
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.item-btn span{  
  position: relative;
}
.item-btn span::before{  
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
  width: 100%;
  height: 1px;
  display: block;
  content: '';
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0;
}

.end-btn{
  background-color: #cbcbcb;
  border-radius: 10px;
  color: #636363;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, .10));
  display: block;
  padding: 20px 10px;
  text-align: center;
}

.tel{
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 5px;
  align-items: center;
  line-height: 1.0;
}

/*hover*/
@media (hover: hover) and (pointer: fine) {
  .item-btn:hover{
    color: #fff;
  }
  .item-btn:hover span::before{
    transform: scaleX(1);
  }
}


/*---------------------------------
footer
---------------------------------*/
footer{
  text-align: center;
}

footer .btn{
  display: inline-block;
  margin: 0 auto;
  padding: 10px 12px 10px 0;
  position: relative;
}
footer .btn::after{
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}
footer .btn:before{  
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  transition-timing-function: cubic-bezier(.25, .46, .45, .94);
  width: 100%;
  height: 1px;
  display: block;
  content: '';
  background-color: #333;
  position: absolute;
  left: 0;
  bottom: 0;
}

/*hover*/
@media (hover: hover) and (pointer: fine) {
  footer .btn:hover::before{
    transform: scaleX(1);
  }
}
