@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url('https://fonts.googleapis.com/css2?family=Baloo+2&family=Dela+Gothic+One&family=Hind:wght@700&display=swap');

body{
  font-family:"Century Gothic", sans-serif;
}

.wrapper {
	width: 100%;
  max-width: 1080px;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0 auto;
}

a {
  text-decoration: none;
  color: #222;
}

h3.section-title2{
  font-family: 'Hind', sans-serif;
  position: relative;
  padding: 0 0 0.5rem;
  text-align: center;
  font-size:  35px;
  margin-bottom: 30px;
  color: #535E5E;
  letter-spacing : 3px;
}
h3.section-title2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #3471a4;
}

h3.section-title{
  margin:  0;             /* デフォルトCSS打ち消し */
  position:  relative;    /* 位置調整 */
  font-weight:  normal;   /* 文字の太さ調整 */
  margin-bottom: 15px;    /* 周りの余白指定 */
  font-size:  35px;       /* 文字サイズ指定 */
  border-bottom:  2px solid;  /* 線指定 */
  color: #333;
  font-family: 'Hind', sans-serif;
  letter-spacing : 3px;
}

h3.section-title .head_test-point {
    font-size: 15px;        /* 文字サイズ指定 */
    margin-left:  10px;     /* 周りの余白指定 */
    color: #333;
}

/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

@media(min-width:600px){/*PCのとき非表示*/
    .sp{
        display: none !important;
    }
}
@media(max-width:599px){/*スマホのとき非表示*/
    .pc{
        display: none !important;
    }
}

/* =================================
							HEADER
================================= */

.site-header {
	z-index: 99999;
  position: fixed;
  top: 0;
	width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  height: 60px;
  border-top: solid 3px #3471a4;
}

.brand {
  font-weight: bold;
  font-size: 20px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0; padding: 0;
}

.brand img{
  width: 98px;
}

@media (min-width: 600px) {
  .site-header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 600px) {
	.nav__wrapper {
	  display: flex;
	}
	nav{
		right: 0;
	}
}

@media (max-width: 599px) {
	.nav__wrapper {
	  position: absolute;
	  top: 100%;
	  right: 0;
	  left: 0;
	  z-index: -1;
	  background-color: #fff;
	  visibility: hidden;
	  opacity: 0;
	  transform: translateY(-100%);
	  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
	}
  .nav__wrapper.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
}

.nav__item a {
	display: block;
	padding: 1.5rem 1rem;
	font-size: 13px;
}

.nav__toggle {
	display: none;
}

@media (max-width: 599px) {
	.nav__toggle {
		position: absolute;
		display: block;
		width: 30px;
		height: 25px;
		margin: 0 0 0 auto;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
	}
	.nav__toggle span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    height: 2px;
    border-radius: 2px;
  	background: #3471a4;
    width: 100%;
  }

	.nav__toggle span:nth-of-type(1) {
	  top:3px; 
	}
	.nav__toggle span:nth-of-type(2) {
	  top:13px;
	}
	.nav__toggle span:nth-of-type(3) {
	  top:23px;
	}

	/*activeクラスが付与されると線が回転して×に*/
	.nav__toggle.active span:nth-of-type(1) {
	    top: 6px;
	    transform: translateY(6px) rotate(-45deg);
	    width: 100%;
	}
	.nav__toggle.active span:nth-of-type(2) {
	  opacity: 0;/*真ん中の線は透過*/
	}
	.nav__toggle.active span:nth-of-type(3){
	    top: 18px;
	    transform: translateY(-6px) rotate(45deg);
	    width: 100%;
	}

	.nav__toggle a.menu_btn{
		display: block;
		width: 30px;
		height: 25px;
		position: fixed;
		z-index: 5000;
	}
}

.nav__wrapper li a{
	position: relative;
}

.nav__wrapper li.current a,
.nav__wrapper li a:hover{
	color:#3471a4;
}
@media (min-width: 599px) {
	.nav__wrapper li a::after {
	    content: '';
	    /*絶対配置で線の位置を決める*/
	    position: absolute;
	    bottom: 0;
	    left: 10%;
	    /*線の形状*/
	    width: 80%;
	    height: 2px;
	    background:#3471a4;
	    /*アニメーションの指定*/
	    transition: all .3s;
	    transform: scale(0, 1);/*X方向0、Y方向1*/
	    transform-origin: center top;/*上部中央基点*/
	}

	/*現在地とhoverの設定*/
	.nav__wrapper li.current a::after,
	.nav__wrapper li a:hover::after {
	    transform: scale(1, 1);/*X方向にスケール拡大*/
	}
}

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

.main-visual{
	width: 100%;
	height: 100vh;
	background: url('../images/background.jpg') center center/cover no-repeat;
}

.main-area{
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	text-align: center;
	color: #333;

  background-color: rgba(255, 255, 255, 0.5);
	/*background-color: rgba(52, 113, 164, 0.1);*/
-webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
	background-size: auto, 100% 250%;
	padding: 4em 2.5em 3em 2.5em;
}

.main-area h2{
	color: #333;
	font-size: 35px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 0 0.65em 0;
}

.main-area p{
	/*color: #fff;*/
  color: #3471a4;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0 0 1.25em 0;
}

.main-area a.button{
	-webkit-appearance: none;
  display: inline-block;
	font-weight: 600;
	text-decoration: none;
	line-height: 1em;
  outline: 0;
  cursor: pointer;
  padding: 5px 50px;
  text-align: center;

  transition: border-color .2s ease-in-out, color .2s ease-in-out;
  color: #fff;
  background: #3471a4;
  border: solid 4px #575d59;
  border-color: rgba(52, 113, 164, 1);
  font-size: 14px;
}

@media all and (max-width: 599px) {
    .main-area h2 {
        font-size: 20px;
    }
    .main-area p {
        font-size: 13px;
    }
}

/* =================================
            main visual ver2
================================= */

.main-area2{
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  text-align: center;
  color: #333;
  max-width: 1080px;
}

.main-area2 .txt{
  position: absolute;
  width: 50%;
  margin: auto 0 0 0;
  transform: translate(0%,-50%);
  left: 0;
  color: #fff;
}

.main-area2 .txt h2 img{
  width: 80%;
}

.main-area2 .txt .subtitle{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 1.25em 0;
  letter-spacing: 3px;
}

.main-area2 .txt .explanation{
  font-size: 15px;
  font-weight: normal;
  line-height: 2;
  margin: 0 0 1.25em 0;
  letter-spacing: 2px;
}

.main-area2 .txt .buy-button-pc{
  padding: 10px 50px;
  
}
.main-area2 .txt .buy-button-pc a{
  display: block;
  color: #3471a4;
  padding: 10px 50px;
  background: #fff;
  border-radius: 10px;
  transition: 0.5s;
  margin: 0 auto;
  width: 50%;
}
.main-area2 .txt .buy-button-pc a:hover{
  background: #95b8d1;
  color: #fff;
}

.main-area2 .txt .kinds{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 1.25em 0;
  letter-spacing: 2px;
}

.main-area2 .visual{
  position: absolute;
  width: 50%;
  transform: translate(0%,-50%);
  margin: 0 0 0 auto;
  right: 0;
  overflow: visible;
}


.main-area2 .visual img{
  width: 90%;
  display: block;
  margin: 0 auto;
  transition: 0.5s;
  position : relative;
}
.main-area2 .visual img:hover{
  transform: scale(1.05,1.05);
}

@media all and (max-width: 768px) {
    .main-area2 .txt .subtitle {
        font-size: 15px;
    }
    .main-area2 .txt .explanation {
        font-size: 11px;
    }
    .main-area2 .txt .buy-button-pc a{
        font-size: 11px;
    }
    .main-area2 .txt .kinds{
      font-size: 10px;
    }
}

@media all and (max-width: 599px) {
    .main-area2 .txt h2 img{
      width: 50%;
    }
    .main-area2 .txt .subtitle {
      font-size: 15px;
    }
    .main-area2 .txt .explanation {
      font-size: 10px;
      margin-bottom: 15px;
    }
    .main-area2 .txt .kinds{
      font-size: 13px;
    }
    .main-area2 .txt{
      position: relative;
      transform: translate(0%,0%);
      width: 100%;
    }
    .main-area2 .visual{
      position: relative;
      transform: translate(0%,0%);
      width: 100%;
    }
    .main-area2 .visual img{
      width: 70%;
    }
}

/* =================================
            breadcrumbs
================================= */

section#breadcrumbs{
  width: 100%;
  margin-top: 60px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

section#breadcrumbs .main{
  max-width: 1080px;
  margin: 10px auto;
  padding: 10px;
  font-size: 12px;
  color: #333;
}

#breadcrumbs i{
  color:#3471a4;
}

#breadcrumbs a:hover{
  color:#3471a4;
}

/* =================================
             section news
================================= */

section#news{
  width: 100%;
  background: #efefef;
}

section#news .main{
  max-width: 1080px;
  margin: 0px auto;
  padding: 15px;
}

section#news .main .section-title,
section#news .main .head_test-point{
  color: #5e5c4f;
}

section#news .main .slider a{
    display: block;
    background:#fff;
    padding:20px;
    font-size:14px;
    line-height: 1.5;
}
section#news .main .slider span {
    display:inline-block;
    font-size:13px;
    margin-right:10px;
    color:#777;
}

@media screen and (max-width:768px) {
    section#news .main .slider {
        padding:20px;
        background:#fff;
    }

    section#news .main .slider li {
        border-bottom:1px dashed #ccc;
    }

    section#news .main .slider li:last-child {
        border-bottom:none;
    }
    section#news .main .slider span {
        display:block;
        padding-bottom:10px;
    }
}

/* =================================
						 section about
================================= */

section#about{
	width: 100%;
	max-width: 1080px;
	margin: 30px auto;
}

section#about .main{
	padding: 10px;
}

.box-layout01{
  margin: 0 10px;
}

.box-layout01-images{
	overflow: hidden;
	height: 464px;
	width: 100%;
	position: relative;
  border-radius:10px;
  z-index: 1;
}

.box-layout01-images .img1,
.box-layout01-images .img2{
	position: absolute;
	width: 100%;
	height: 464px;
  top: 0;
  background: center bottom no-repeat;
  background-size: cover;
	animation: anime 10s 0s infinite;
	opacity: 0;
	z-index: 1;
}

.box-layout01-images .img1{
	background-image: url(../images/product-visual01.jpg);
}
.box-layout01-images .img2{
	background-image: url(../images/product-visual02.jpg);
	animation-delay: 5s;
}
.box-layout01-images .img3{
  position: relative;
  width: 100%;
  height: 464px;
  top: 0;
}

.box-layout01-images .img3 img{
  width: 100%;
  height: 464px;
  object-fit: cover;
  object-position: bottom;
}

.box-layout01-images .img4{
  position: relative;
  width: 100%;
  height: 464px;
  top: 0;
}

.box-layout01-images .img4 img{
  width: 100%;
  height: 464px;
  object-fit: cover;
  object-position: center bottom;
}

.box-layout01-images .img5{
  position: relative;
  width: 100%;
  height: 464px;
  top: 0;
}

.box-layout01-images .img5 img{
  width: 100%;
  height: 464px;
  object-fit: cover;
  object-position: right bottom;
}

@keyframes anime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    transform: scale(1.2) ;
    z-index: 10;
  }
  100%{
    opacity: 0;
    transform: scale(1.2) ;
  }
}

.box-layout01-content{
	justify-content: space-between;
	align-items: flex-end;
	margin-top: -192px;
	z-index: 100;
	flex-direction: row-reverse;
}

.box-layout01-content .box-text{
  width: 40%;
  padding: 40px;
  background: #fff;
  position: relative;
  z-index: 100;
}

.box-layout01-content .box-text p.title{
	font-size: 25px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}

.box-layout01-content .box-text p.txt{
	font-size: 15px;
  line-height: 1.8;
}

.box-layout01-content .box-text .box-button{
	width: 100%;
	margin: 20px 0 0 0;
  transition: 0.5s ;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.box-layout01-content .box-text .box-button:hover{
  opacity: 0.5 ;
}

.box-layout01-content .box-text a{
	-webkit-appearance: none;
  display: inline-block;
	text-decoration: none;
	line-height: 1em;
  outline: 0;
  cursor: pointer;
  padding: 15px 50px;
  text-align: center;
  transition: border-color .2s ease-in-out, color .2s ease-in-out;
  color: #fff;
  background: #3471a4;
  font-size: 15px;
  margin: 0 auto;
  width: 50%;
}

/* 画面幅768px以上の場合カードレイアウトを2カラムで配置 */
@media all and (max-width: 768px) {
		.box-layout01-images{
			height: 300px;
      border-radius:10px 10px 0 0;
		}
		.box-layout01-images .img1,
		.box-layout01-images .img2,
    .box-layout01-images .img3,
    .box-layout01-images .img4,
    .box-layout01-images .img5{
			height: 300px;
		}

    .box-layout01-images .img3 img,
    .box-layout01-images .img4 img{
      height: 300px;
    }

    .box-layout01-images .img5 img{
      height: 300px;
      object-position: center bottom;
    }

    .box-layout01-content{
			display: block;
			margin-top: 0px;
    }
    .box-layout01-content .box-text{
    	padding: 0;
    	width: 100%;
    }
    .box-layout01-content .box-button{
    	width: 100%;
    	justify-content: center;
    	margin-top: 32px;
    }
    .box-layout01-content .box-text p.title{
    	font-size: 15px;
    	margin-bottom: 10px;
    	padding: 24px 11px 0 11px;
    }
    .box-layout01-content .box-text p.txt{
    	font-size: 12px;
    	padding: 0 11px;
    }
    .box-layout01-content .box-text a{
    	font-size: 12px;
    	margin: 0 auto 24px auto;
    }

}


/* =================================
						 section pickup
================================= */

section#pickup{
	width: 100%;
	max-width: 1080px;
	margin: 0px auto;
}

section#pickup .main{
	padding: 10px;
}

.layout01-back{
	position:relative;
	width:100%;
	height:400px;
	background:#C5E1A5;
}
.layout01-back img{
	position:absolute;
  top:20px;
  left:20px;
  width:80%;
}

.layout01-content{
	position:absolute;
  top:65px;
  right:20px;
  width:40%;
  background:#fff;
  padding:10px;
  box-shadow:0 0 5px #999;
  font-size:12px;
  line-height:24px;
}


/* =================================
						 section product
================================= */

section#product{
	width: 100%;
	max-width: 1080px;
	margin: 30px auto;
}

section#product .main{
	padding: 10px;
}

/* カードレイアウト部分をラッピングし、
Flexboxを指定"space-between"で各アイテムを均等に配置し、
最初と最後のアイテムを端に寄せます。*/
#cardlayout-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    margin: 2em auto;
    max-width: 1080px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

/* リンクテキストの下線を非表示 */
a.card-link {
    text-decoration: none;
    transition: 0.5s ;
    display: block;
}
a.card-link:hover {
  opacity: 0.5 ;
}

/* カードレイアウト内の画像を幅いっぱいに表示 */
#cardlayout-wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.card-figure {
    margin: 0;
    padding: 0;
}

/* カードレイアウトのタイトル部分 */
.card-title {
    margin: 15px 0 0;
    color: #333;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

/* カードレイアウトの説明文部分 */
.card-text-tax {
    margin: 0;
    padding: 1em;
    font-size: 12px;
    line-height: 1.46;
    color: #666;
}

/* カードレイアウトを1カラムで配置 */
.card-list {
    margin: 0.5em auto;
    padding: 0 0 0px 0;
    width: 96%;
    background: #f0f0f0;
    box-shadow: 0px 1px 2px 0px rgb(0 0 0 / 15%);
}

.button-card{
  margin: 0;
  padding: 0 1em 10px;
  font-size: 12px;
  line-height: 1.46;
  color: #333;
  text-align: right;
  display: block;
}

.button-card i{
  color: #3471a4;
}


/* 画面幅768px以上の場合カードレイアウトを2カラムで配置 */
@media all and (min-width: 1px) {
    .card-list {
        margin: 0.5em 0;
        width: calc(96% / 2); /* 96%幅を2で割るという指定 */
    }
    #cardlayout-wrap::after{
        content: "";
        display: block;
        width: calc(96% / 2);
    }
}

/* 画面幅992px以上の場合カードレイアウトを4カラムで配置 */
@media all and (min-width: 768px) {
    .card-list {
        width: calc(96% / 4); /* 96%幅を3で割るという指定 */
}
    
/* 最後の行が3列より少ない場合左寄せにレイアウトさせる */
    #cardlayout-wrap::after{
        content: "";
        display: block;
        width: calc(96% / 4);
    }
}

.card__footer {
  padding: 1rem;
  border-top: 1px solid #ddd;
  text-align: center
}

.button {
  display: inline-block;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
}

.button.-compact {
  padding: .5rem 2rem;
  border-radius: .25rem;
  background-color: #3471a4;
  color: #fff;
  font-weight: bold;
}

.button.-compact:hover,
.button.-compact:focus {
  background-color: #67A7CC;
}

.card__text {
  font-size: 12px;
}

.more-btn{
/* ボタン要素の大きさや色 */
  position: relative;
  display: inline-block;
  background-color: #3471a4;
  padding: 0.8em 5em;
  border-radius: 5px;
  border: 2px solid transparent;

  /* ボタンの文字の設定 */
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.1em;

  /* その他必要なスタイル */
  transition: all 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}
.more-btn::before,
.more-btn::after{
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  opacity: 0;
}
.more-btn::before{
  background-image: url('../images/morebtn-normal.svg');
  top: 0;
  left: -12px;
}
.more-btn::after{
  background-image: url('../images/morebtn-reverse.svg');
  bottom: -6px;
  right: -14px;
}
/* ========= ホバー時のスタイル ======== */
.more-btn:hover{
  background-color: #fff;
  border-color: #3471a4;
  color: #3471a4;
}
.more-btn:hover::after{
  animation: heart 1.5s infinite ease-out;
}
.more-btn:hover::before{
  animation: heart 1.5s 0.2s infinite ease-out;
}
/* ========= アニメーションの設定 ======== */
@keyframes heart {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    transform: translateY(-20px) scale(1.4);
    opacity: 0;
  }
}
/* ========= SPのスタイル ======== */
@media screen and (max-width: 768px) {

  /* ボタン本体のスタイル */
  .more-btn {
    background-color: #fff;
    border-color: #3471a4;
    color: #3471a4;
  }
  
  /* 左上のハートのスタイル */
  .more-btn::before {
    animation: heart 1.5s infinite ease-out;
  }

  /* 右下のハートのスタイル */
  .more-btn::after {
    animation: heart 1.5s 0.2s infinite ease-out;
  }
}

/* =================================
             lineup
================================= */

section#lineup{
  width: 100%;
  max-width: 1080px;
  margin: 30px auto;
}

section#lineup .main{
  padding: 10px;
}

section#lineup .main .item-box{
  background: #fff;
  overflow:hidden;
  padding: 30px;
  border-bottom: 1px solid #eee;
}

section#lineup .main .item-box .itemimg{
  float: left;
  width: 45%;
  text-align: center;
}
section#lineup .main .item-box .itemimg img{
  width: 90%;
  padding: 10px;
}

section#lineup .main .item-box .itemtext{
  float: left;
  width: 55%;
}

section#lineup .main .item-box .itemtext h2{
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  padding: 10px 0 10px;
}

section#lineup .main .item-box .itemtext p.icon{
  margin: 5px 0;
}

section#lineup .main .item-box .itemtext p.icon span{
  color: #999;
  font-size: 13px;
  padding: 5px 10px;
  margin-right: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

section#lineup .main .item-box .itemtext p.price{
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  padding: 10px 0 10px;
}

section#lineup .main .item-box .itemtext p.price span.tax{
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  padding: 10px 0 10px;
}

section#lineup .main .item-box .itemtext p.explanation{
  font-size: 16px;
  line-height: 2;
  color: #333;
  padding: 10px 0 10px;
}

section#lineup .main .item-box .itemtext .button-box{
  text-align: center;
}
section#lineup .main .item-box .itemtext .button-box .button{
  display: inline-block;
  background: #3471a4;
  margin: 0 5px 10px 5px;
  padding: 0.8em 2em;
  border-radius: 5px;
  color: #FFF;
  text-decoration: none;
  font-size: 15px;
  transition: 0.5s;
}
section#lineup .main .item-box .itemtext .button-box .button:hover{
  opacity: 0.5 ;
}

@media screen and (max-width: 768px){
  section#lineup .main .item-box .itemimg{
    width: 100%;
  }
  section#lineup .main .item-box .itemtext{
    width: 100%;
    padding-top: 10px;
  }
  section#lineup .main .item-box .itemtext .button-box .button{
    padding: 0.8em 1em;
    font-size: 13px;
  }
}


/* =================================
             items-detail
================================= */

section#items-detail{
  width: 100%;
  max-width: 1080px;
  margin: 0px auto;
}

section#items-detail .main{
  padding: 30px 10px;
  overflow:hidden;
}

section#items-detail .main .item-box{
  background: #fff;
  overflow:hidden;
  padding: 10px 30px;
}

section#items-detail .main .item-box .itemimg{
  float: left;
  width: 45%;
  text-align: center;
}

section#items-detail .main .item-box .itemimg img{
  width: 80%;
  padding: 10px;
}

section#items-detail .main .item-box .itemtext{
  float: left;
  width: 55%;
}

section#items-detail .main .item-box .itemtext h2{
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #eee;
  padding: 10px 0 10px;
}

section#items-detail .main .item-box .itemtext p.price{
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  padding: 10px 0 10px;
}

section#items-detail .main .item-box .itemtext p.price span.tax{
  font-size: 13px;
  line-height: 1.5;
  color: #333;
  padding: 10px 0 10px;
}

section#items-detail .main .item-box .itemtext p.explanation{
  font-size: 16px;
  line-height: 2;
  color: #333;
  padding: 10px 0 10px;
  border-bottom: 1px solid #eee;
}

section#items-detail .main .item-box .itemtext .col-main {
  display: flex;
}

section#items-detail .main .item-box .itemtext .col2 {
  width: 50%;
  text-align: center;
  padding: 0 10px;
}

section#items-detail .main .item-box .itemtext .col2 img {
  width: 100%;
}

section#items-detail .main .item-box .itemtext .col2 a{
  transition: 0.5s ;
}

section#items-detail .main .item-box .itemtext .col2 a:hover{
  opacity: 0.5 ;
}

section#items-detail .main .item-box .detail{
  width: 100%;
  border-top: 1px solid #eee;
  padding: 10px 0;
  clear:both;
}

section#items-detail .main .item-box .detail h3{
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  padding: 10px 0 10px;
}

section#items-detail .main .item-box .detail h4{
  font-size: 14px;
  font-weight: bold;
  line-height: 2;
  color: #333;
  border-top: 1px solid #ccc;
  padding: 20px 0 0px;
}

section#items-detail .main .item-box .detail .col-main {
  display: flex;
}

section#items-detail .main .item-box .detail .col2 {
  width: 25%;
  text-align: center;
  padding: 5px 0px;
}

section#items-detail .main .item-box .detail .col2 img {
  width: 95%;
}

section#items-detail .main .item-box .detail .col2 a{
  transition: 0.5s ;
}

section#items-detail .main .item-box .detail .col2 a:hover{
  opacity: 0.5 ;
}


section#items-detail .main .item-box .detail p{
  font-size: 14px;
  line-height: 2;
  color: #333;
  padding: 10px 0 50px;
}


@media screen and (max-width: 768px){
  section#items-detail .main .item-box .itemimg{
    width: 100%;
  }
  section#items-detail .main .item-box .itemtext{
    width: 100%;
    padding-top: 10px;
  }
  section#items-detail .main .item-box .detail .col-main{
    flex-wrap: wrap;
  }
  section#items-detail .main .item-box .detail .col-sm-50 {
    width: 50%;
  }
}

/* =================================
             section shoplist
================================= */

section#shoplist{
  width: 100%;
  max-width: 1080px;
  margin: 0px auto;
}

section#shoplist .main{
  padding: 10px;
}

section#shoplist .main p{
  font-size: 13px;
  text-align: center;
  padding: 10px 0 15px;
  line-height: 1.5;
}

.shop-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -1% 30px;
  padding: 0px;
  font-size: 12px;
  text-align: center;
}
.shop-grid li {
  flex: 0 1 48%;
  margin: 0 1% 10px;
  background: #f2f2f2;
  transition: 0.5s ;
}
.shop-grid li:hover {
  opacity: 0.5 ;
}
.shop-grid a {
  padding: 10px 0;
  display:block;
  text-decoration: none;
}
@media (min-width: 800px){
  .shop-grid-1-2-3 li {
    flex: 0 1 31.3333%;
    font-size: 14px;
  }
}

/* =================================
             section footer-navi
================================= */

section#footer-navi{
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

section#footer-navi .main{
  padding: 10px;
  text-align: center;
  font-size: 13px;
}

#footer-navi .nav a {
  display: block;
  padding: 0 10px;
  color: #333;
}
 
@media only screen and (min-width: 641px) {
  #footer-navi .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
  }
  #footer-navi .nav a:hover {
    color: #3471a4;
  }
}

@media only screen and (max-width: 640px) {
  #footer-navi {
    text-align: center;
  }
 
  #footer-navi .nav li {
    border-top: 1px solid #ccc;
  }
 
  #footer-navi .nav li:last-child {
    border-bottom: 1px solid #ccc;
  }
 
  #footer-navi .nav li a {
    padding: 12px 20px;
    text-align: left;
  }
}

.social-btns{
  margin-bottom: 50px;
}
.social-btns .fab,.social-btns .fa-brands{
  font-size: 1.5em;
  color: #fff;
  position: relative;
  border-radius: 50%;
  padding: 20px;
  margin: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;
}
.social-btns .fab:after,.social-btns .fa-brands:after{
  content: "";
  width: 100%;
  height: 100%;
  border: solid 2px;
  transform: scale(0.8);
  position: absolute;
  border-width:3px;
  top: -3px;
  left: -3px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.social-btns .fab:hover:after,.social-btns .fa-brands:hover:after {
  transform: scale(1);
  box-shadow: 10px 0 20px rgba(0, 0, 0, 0.19), 6px 0 6px rgba(0, 0, 0, 0.23);
}
.social-btns .fa-twitter {
  background-color: rgb(29, 161, 242);;
}
.social-btns .fa-twitter:hover {
  color: rgb(29, 161, 242);;
  background-color: #fff;
}
.social-btns .fa-twitter:after {
  border-color: rgb(29, 161, 242);;
}

.social-btns .fa-x-twitter {
  background-color: rgb(15, 20, 25);
}
.social-btns .fa-x-twitter:hover {
  color: rgb(15, 20, 25);
  background-color: #fff;
}
.social-btns .fa-x-twitter:after {
  border-color: rgb(15, 20, 25);
}

.social-btns .fa-instagram {
  background-color: #CF2E92;
}
.social-btns .fa-instagram:hover {
  color: #CF2E92;
  background-color: #fff;
}
.social-btns .fa-instagram:after {
  border-color: #CF2E92;
}

.social-btns .fa-youtube {
  background-color: #c4302b;
}
.social-btns .fa-youtube:hover {
  color: #c4302b;
  background-color: #fff;
}
.social-btns .fa-youtube:after {
  border-color: #c4302b;
}


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

footer{
    width: 100%;
    background: #3471a4;
}

footer p.copyright {
    background: #3471a4;
    padding: 20px;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.canvas_wrapper,
.canvas_wrapper2,
.canvas_wrapper3{
  width: 100%;
  height: 25px;
}

/* =================================
				 Loading背景画面設定
================================= */
#splash {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-image: linear-gradient(90deg, rgba(253, 219, 146, 1), rgba(209, 253, 254, 1));
  /*background:linear-gradient(45deg, #336c9c,#de6a83);*/
  background-size: 200% 200%;
  animation: bggradient 20s ease infinite;
  /*background:#3471a4;*/
  text-align:center;
  color:#fff;
}
@keyframes bggradient{
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:260px;
}

/* fadeUpをするアイコンの動き */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

body{
    background:#3471a4;/*遷移アニメーションと同じ色を指定*/
}

body.appear,body.appear2{
    background:#fff;/*画面を開いた後の背景色を指定*/
}

.splashbg{
  display: none;
  content: "";
  position:fixed;
  transform: scale(100);
  background-color: #3471a4;/*伸びる背景色の設定*/
  z-index: 999;
  /*丸のスタートの形状*/
  top:calc(50% - 1rem);/*50%から円の半径を引いた値*/
  left:calc(50% - 1rem);/*50%から円の半径を引いた値*/
  width: 2rem;
  height: 2rem;
}

/*bodyにappearクラスがついたら出現*/
body.appear .splashbg{
  display: block;
  border-radius: 50%; 
  animation-name:PageAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
}

@keyframes PageAnime{
  0% {/*丸のスタート位置と形状*/
    transform: scale(100);
  }
  100% {/*丸の終了位置と形状*/
    transform: scale(0);
    display: none;/*終了時は消える*/
  }
}

/*画面遷移の後現れるコンテンツ設定*/
#container{
  opacity: 0;/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #container{
  animation-name:PageAnimeAppear;
  animation-duration:1s;
  animation-delay: 0.8s;
  animation-fill-mode:forwards;
  opacity: 0;
}

/*TOPページ以外*/
body.appear2 #container{
  animation-name:PageAnimeAppear;
  animation-duration:0s;
  animation-delay: 0s;
  animation-fill-mode:forwards;
  opacity: 0;
}

@keyframes PageAnimeAppear{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
	}
}

