F
/*  デフォルト
-------------------------------------------------------------*/

html {
    scroll-behavior: smooth;
}

	* { 
    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;
}
a:hover{ opacity:0.8; }


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: #ffffff;

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



/* box */


.product-flame {
    width:50%; 
	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 ;
} } 



.main-vis {
    width:75%; 
	padding:  0em;
    margin: 0em;
	margin-top: 2em;
	margin-bottom: 10em;
	margin-left: auto;
    margin-right: auto;
}


.proce {
    width:100%; 
	padding: 0em;
    margin: 0em;
	margin-left: auto;
    margin-right: auto;

}


.sticky {
    postion: -webkit-sticky;
    position: sticky;
    top: 0;
}



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

	margin-left: auto;
    margin-right: auto;

}


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

.product-box2 p{
	margin: 1em; 
    padding: 0;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
}



.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;
}

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