@charset "utf-8";

html, body, div, span, h1, h2, h3, p, img, small,
dl, dt, dd, ol, ul, li, footer, header, main, nav, section{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

footer, header ,main {
  display: block;
  background: #FFFCF9;
}

body {
  color: #000;
  font-family: 'FP-KoburinaGoStdN-W6','Noto Sans JP', sans-serif;
  font-size: 12px;
  line-height: 2;
  font-weight: 700;
  background: #FFFCF9;
  position: relative;
  z-index: 0;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}


ul {
  list-style: none;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  transition: .2s;
}

h2 {
  font-size:38px;
  letter-spacing: 0.05rem;
  line-height: 3rem;
  margin-bottom: 10px;
}

p {
  font-weight:500;
  font-size: 14px;
  letter-spacing: 0.06rem;
}

/*==================================================
header
===================================*/

#header {
  position: relative;
}

#slider .logo img{
  width:250px;
  margin-top:20px;
  margin-left:20px;
}


#slider {
  width: 100%;
  height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}


/*==================================================
main
===================================*/

.image {
  margin:100px auto;
  text-align: center;
}

.image .jp {
  font-size:20px;
  letter-spacing: 0.08rem;
  line-height: 2rem;
  margin-bottom:40px;
}

.image_img {
  max-width: 1000px;
  margin: 50px auto 200px;
  width: 80%;
}

.image_img img {
  width: 100%;
}

.point {
  display: block;
  margin-bottom:300px;
}

.p_area {
  display:flex;
  align-items: center;
  margin-bottom:100px;
  justify-content: flex-end;
}

.p_area_2 {
  display: flex;
  flex-direction: row-reverse;
}

.p_desc {
  width:46%;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
}

.p_desc > h3 {
  font-size:17px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 40px;
  letter-spacing: 0.1rem;
}

.p_desc .jp {
  font-size:13px;
  display:block;
  text-align: center;
}

.p_desc > p {
  display: inline-block;
  max-width: 400px;
  font-size: 14px;
  line-height: 1.9;
}

.p_img {
  width:46%;
}

.p_img img {
  vertical-align: middle;
  border: 0;
  max-width:100%;
  box-shadow: 0px 3px 15px rgb(0 0 0 / 8%);
}

.section h3 {
  font-size:40px;
  letter-spacing: 0.2rem;
  text-align: center;
  margin-bottom: 20px;
}

.section h4 {
  font-size: 13px;
  letter-spacing: 0.1rem;
  line-height: 1.3rem;
  text-align: left;
  margin-bottom: 20px;
}

.d_text {
  text-align:center;
  display: block;
}

.section p {
  font-size:13px;
  text-align: left;
}

.d_text_p_3128 {
  max-width:750px;
  margin:0 auto;
}

.d_text_p_3128132 {
  max-width:790px;
  margin:0 auto;
}

.d_text_ww {
  max-width:900px;
  margin:0 auto;
}

.d_text_965 {
  max-width:700px;
  margin:0 auto;
}

.d_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px 5% 300px;
}

.d_img img{
  width:40%;
  margin:30px;
}


.color {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width:1280px;
  width:90%;
  margin: 100px auto 300px;
}

.color img {
  width:20%;
  padding:30px 10px;
}

.main_footer{
  height: 900px;
  background-attachment: fixed;
}

.shop {
  float: right;
  font-size: 18px;
  letter-spacing: .2rem;
  margin-right: 50px;
  margin-top: 740px;
}

.btnarrow{
  /*矢印の基点とするためrelativeを指定*/
  position: relative;
    /*ボタンの形状*/
  background:#fff;
  padding: 15px 40px;
  display: inline-block;
  text-align: center;
  transition: all .2s linear;
  color:#000;
  text-decoration: none;
  border:transparent 2px solid;
  border-radius: .5rem;;
  outline: none;
}

/*hoverした際のボタンの形状*/
.btnarrow:hover{
  background:#000;
  color:#fff;
  /* border-color:#fff; */
}

.btnarrow:after{
  width: 30px;
  height: 30px;
  margin-left: 10px;
  background: url("../img/link_icon_bk.png") no-repeat 0 0;
  background-size: 100%;
  vertical-align: middle;
  display: inline-block;
  content: "";
  transition: all .2s linear;
}

.btnarrow:hover:after{
  width: 30px;
  height: 30px;
  margin-left: 10px;
  /* 背景透過で濃い色のアイコン画像 */
  background: url("../img/link_icon_wh.png") no-repeat 0 0;
  background-size: 100%;
  vertical-align:middle;
  display: inline-block;
  content: "";
}

/*==================================================
footer
===================================*/

footer {
  padding: 80px 70px 40px;
  position:relative;
  z-index: 999;
  margin-right:auto;
  margin-left:auto;
}

footer .logo img{
  width:250px;
  margin-bottom:10px;
}

footer ul li {
  display: inline-block;
  padding-right: 15px;
  font-size: 0.9rem;
  letter-spacing: .05em;
}

small {
  text-align: right;
  display: block;
  font-size: 80%;
  font-weight:500;
  margin-top: 20px
}


/*==================================================
アニメーション
===================================*/

/* その場で */
.fadeIn{
  animation-name:fadeInAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  }
  
  @keyframes fadeInAnime{
    from {
      opacity: 0;
    }
  
    to {
      opacity: 1;
    }
  }

  /* 下から */

.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }


/*==================================================
responsive
===================================*/

@media (max-width: 768px){

  #header {
    height:100vh;
    height: -webkit-fill-available;
  }

  #slider {
    height: -webkit-fill-available;
  }

  #slider .logo img{ 
    width:200px;
  }

  h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  p {
    font-size: 0.7rem;
    letter-spacing: 0.03rem;
    line-height: 1.8;
}

.item_name {
  margin:0 10px;
}

.image_img {
  margin-top:30px;
  margin-bottom: 0;
  width: 90%;
}

.item_name .br::after {
  content: "\A";
  white-space: pre;
}

.image {
  margin: 50px 0;
}

.image .jp {
  font-size: 12px;
  letter-spacing: 0.02rem;
  line-height: 1.8;
  margin-bottom: 10px;
}


.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
        }
  
    to {
      opacity: 1;
    }
  }
  
.p_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 0;
  align-items: flex-end;
}

.p_area_2 {
  align-items: flex-start;
}

.p_desc {
  width: 90%;
  margin-bottom: 38px;
  margin-right:auto;
  margin-left:auto;
  display: block;
}

.p_desc > h3 {
  font-size: 17px;
  max-width: 380px;
  line-height: 1.4;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  }

.p_desc > p {
  display: inline-block;
  max-width: 400px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.9;
}
.p_desc .jp{
  text-align: left;
}

.p_desc .br::after {
  content: "\A";
  white-space: pre;
}

.p_img {
  width:90%;
}
.point {
  margin-bottom: 20px;
}

.section h3 {
  font-size:26px;
}

.section h4 {
  font-size: 13px;
  line-height: 1.8;
  letter-spacing: 0.05rem;
  margin: 0px 12px 20px;
}

.section p {
  font-size: 12px;
  width:90%;
  margin: 0 auto;
}

.d_text .pc {
  display: none;
}

.d_text .br::after {
  content: "\A";
  white-space: pre;
}

.d_img{
  margin-bottom:50px;
  margin-right: 0;
  margin-left: 0;
}

.d_img img {
  margin:0px 5px 30px;
  width: 45%;
}

.color {
  margin-top:0px;
  margin-bottom:100px;
  width:95%;
}

.color img {
  width: 40%;
  padding: 30px 10px;
}

.shop {
  font-size: 16px;
  letter-spacing: .2rem;
  margin-right: 10px;
  margin-top: 240px;
}

.main_footer{
  height: 350px;
  background-attachment:local;
}

footer {
  padding:80px 20px 40px;
  text-align: center;
}

small {
  margin-top: 60px;
  text-align: center;
}



}

