
/*  デフォルト
-------------------------------------------------------------*/
	* { 
    margin: 0px; 
    padding: 0px; 	
}

img {
    width: 100%;
    height: auto;
	vertical-align:top;
}


html {
	scroll-behavior: smooth;
	scroll-padding-top: 80px;
}



/* header */
.bottom-fixed-button {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  padding-top: 0;
}

.bottom-fixed-button button {
  cursor: pointer;
  vertical-align: middle;
}

.bottom-fixed-button button:hover {
  opacity: 0.8;
}


.img-sp {
    display: none;
}

@media screen and (max-width:640px) {
    .img-pc {
        display: none;
    }
    .img-sp {
        display: block;
    }
}


@media screen and (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}

/* anker */

a{ color: #646262; }
a:link,
a:visited,
a:hover,
a:active{ text-decoration:underline; }
a:hover,
a,
input[type="submit"],
input[type="button"]{
    -webkit-transition:0.2s ease-in-out;
    -moz-transition:0.2s ease-in-out;
    -o-transition:0.2s ease-in-out;
    transition:0.2s ease-in-out;
}


mark {
	 background: linear-gradient(transparent 0%, #FFFF9D 0%);
}

/* main */

body{
	width: 100%; 
	margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    font-size:15px;
    font-family: "游ゴシック Light", "游ゴシック", "YuGothic", sans-serif;
font-weight: 200;
	}

.product-main {
  width: 100%; 
position: static;
background-color: #fff6f9;

  /* 画像を常に天地左右の中央に配置 */
  background-position: center center ;
  /* 画像をタイル状に繰り返し表示しない */
  background-repeat: no-repeat;
  /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */
  background-attachment: fixed;
  /* 表示するコンテナの大きさに基づいて、背景画像を調整 */
  background-size: cover;
}



/* box */


.product-flame {
    width:40%; 
	padding: 0em;
    margin: 0em;
	margin-left: auto;
    margin-right: auto;
	background:#ffffff;
	
}

@media screen and (max-width:780px){
 
.product-flame  {
    width:100%; 
		padding: 0em;
    margin: 0em ;
} } 



.product-box1 {
    width:99.2%; 
	padding: 0em;
    margin: 0em ;

	margin-left: auto;
    margin-right: auto;
border-right:1px solid #000000;
border-left:1px solid #000000;
}


.product-box2 {
    width:100%; 
	padding: 0em;
    margin: 0em ;

	margin-left: auto;
    margin-right: auto;
border:1px solid #000000;
}



.product-box3 {
    width:100%; 
	padding:  0em 0em;
    margin: 0em 0;
	margin-left: auto;
    margin-right: auto;
}

.product-box3 p{
	margin: 1em; 
    padding: 0;
	text-align: center;
	font-size: 16px;
}

@media screen and (max-width:780px){
 
.product-box3 p{
	margin: 1em; 
    padding: 0;
	text-align: left;
	font-size: 18px;
}
 
	
}}





.product-box4 {
    width:100%; 
	padding:  0em 0em;
    margin: 0em 0;
	margin-left: auto;
    margin-right: auto;
}

.product-box4 p{
	margin: 1em; 
    padding: 0;
	text-align: left;
	font-size: 16px;
}



.sns-icon{
	display: flex;
	flex-wrap:wrap;
list-style-type: none;
  margin: 0em ;
  padding: 0em;
  justify-content: center;
	margin-left: auto;
    margin-right: auto;
	border:1px solid #000000;
}
.sns-icon li {
	width: calc(200px/3);/*←画像を横に4つ並べる場合*/
	padding:0 15px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
　　　　　	
}


@media screen and (max-width:780px){
 
.sns-icon{
display: flex;
flex-wrap:wrap;
list-style-type: none;
padding-top: 0em;
 
	
}
	
.sns-icon li {
width: calc(180px/3);/*←画像を横に4つ並べる場合*/
		padding:0 10px;/*←画像の左右に5pxの余白を入れる場合*/

}
 

 
}


header {
	background:#fff;
	 z-index: 1000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}






	#g_navi ul {
		display: flex;
		background:#000;
		padding: 0 3%;
		width: 94%;
		max-width: 960px;
		list-style-type: none;
		margin-bottom:  9em;
	}
		#g_navi ul li {
			position: relative;
			width: 20%;
		}
		#g_navi ul li:first-child::before {
			position: absolute;
			display: block;
			content: "";
			top: 25%;
			left: 0px;
			width: 1px;
			height: 50%;
		
		}
		#g_navi ul li::after {
			position: absolute;
			display: block;
			content: "";
			top: 25%;
			right: 0px;
			width: 1px;
			height: 50%;
			
		}
			#g_navi ul li a {
				display: block;
				padding:10px 10px;
				color: #6f76ff;
				text-align: center;
				text-decoration: none;
				font-size: 1.5em;
			}


@media screen and (max-width:780px){
	
	#g_navi ul li a {
				display: block;
				padding:10px 0px;
				color: #6f76ff;
				text-align: center;
				text-decoration: none;
				font-size: 0.7em;
			}
	}


#pagetop {
    position: fixed;
    bottom: 20px;
    right: 31%;
	
}


#pagetop img{
    width: 60px;
	
}


@media screen and (max-width:780px){
 
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 10px;
	
}


#pagetop img{
    width: 50px;
	
}

} 




nav {
  display: block;
  position: fixed;
  top: 0;
  left: -300px;
  bottom: 0;
  width: 300px;
  background: #fff6f9;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}
.open nav {
  left: 0;
  opacity: 1;
}
nav .inner {
  padding: 25px;
}
nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
nav .inner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
nav .inner ul li a:hover {
  background: #e4e4e4;
}
@media screen and (max-width: 767px) {
  nav {
    left: -220px;
    width: 220px;
  }
}
/*============
.toggle_btn
=============*/
.toggle_btn {
  display: block;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 4px;
}
.toggle_btn span:nth-child(2) {
  top: 14px;
}
.toggle_btn span:nth-child(3) {
  bottom: 4px;
}
.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*============
#mask
=============*/
#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}
/*============
main
=============*/
main {
  padding: 50px;
}
main h1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-align: center;
}
/*============
body
=============*/
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}








/* footer */

footer {
 text-align: center;
 padding: 30px;
}
.footer a {
 text-decoration: none;
}
.footer a:hover {
opacity: 0.7;
}
.footer .menu {
 display: flex;
 flex-wrap: wrap;
 margin: 1em;
 padding: 0;
 list-style: none;
 justify-content: center;
	font-size: 14px;
}

@media screen and (max-width:780px){
.footer .menu {
	font-size: 12px;
}
}


.footer .menu li {
 margin: 0;
 padding: 0 20px;
}

.footer_copyrights {
	color: #646262;
	text-align: center;
	font-size: 14px;
	margin: 15px 15px 0px 15px;
}
