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

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


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


.marker {
unicode-bidi:none;
font-variant-numeric: none;
text-transform: none;
text-indent: none;
text-align: none;
text-align-last: none;
}



/* 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:35%; 
	padding: 0em;
    margin: 0em;
	margin-left: auto;
    margin-right: auto;
	
	
}

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





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


.product-box1 {
    width:100%; 
	padding:  0em;
    margin: 0em ;
	margin-left: auto;
    margin-right: auto;
	
	 z-index: 1000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

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

}





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

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

.product-box5 {
    width:73%; 
	padding:  0em 0em;
    margin: 3em 0em 8em 0em;
	margin-left: auto;
    margin-right: auto;
}

.product-box6 {
    width:50%; 
	padding:  0em 0em;
    margin: 0em 0em 7em 0em;
	margin-left: auto;
    margin-right: auto;
}


.sns {
    width:55%; 
	padding:  0em 0em;
    margin: 0em 0em;
	margin-left: auto;
    margin-right: auto;
}






/*------ スライダーの横幅 ------*/
.slider{
  width:100%;
  margin:0 auto;
}

/*------ スライダー画像 ------*/
.slider img{
	width:100%;
}

/*-------- 高さ調整 ----------*/
.slider .slick-slide{
	height:auto!important;
}

/*------------ 長方形 ------------*/
.slider .dots-wrap {
    display: flex;
    justify-content: center;
}




.slider .dots-wrap li {
    width: 40px;
    height: 2px;
    margin: 22px 8px;
    background: #d8d8d8;
    cursor: pointer;
	 list-style: none;
}

.slider .dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.slider .dots-wrap li:hover,
.slider .dots-wrap li.slick-active {
    background: #8a8a8a;
}





.dots-box {
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.dots-box .dots-wrap {
    display: flex;
    justify-content: center;
}

.dots-box .dots-wrap li {
    width: auto;
    height: auto;
    margin: 0 5px;
}

.dots-box .dots-wrap li button {
    padding: 0;
    color: transparent;
    outline: none;
    width: 10px;
    border: unset;
    height: 10px;
    display: block;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
}

.dots-box .dots-wrap li button:hover,
.dots-box .dots-wrap .slick-active button {
    background: coral;
}



@media screen and (max-width:560px) {
    .content_area {
        padding: 0 30px;
    }

    .slick-item p {
        font-size: 15px;
        line-height: 100px;
        margin: 5px;
        padding: 1.5%;
    }
}



/*------ スライダーの横幅 ------*/
.slider2{
  width:100%;
  margin:0 auto;
}

/*------ スライダー画像 ------*/
.slider2 img{
	width:100%;
}

/*-------- 高さ調整 ----------*/
.slider2 .slick-slide{
	height:auto!important;
}

/*------------ 長方形 ------------*/
.slider2 .dots-wrap {
    display: flex;
    justify-content: center;
}


/*------------ 長方形 ------------*/
.slider2 .dots-wrap {
    display: flex;
    justify-content: center;
}

.slider2 .dots-wrap li {
    width: 40px;
    height: 2px;
    margin: 22px 8px;
    background: #d8d8d8;
    cursor: pointer;
	 list-style: none;
}

.slider2 .dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.slider2 .dots-wrap li:hover,
.slider2 .dots-wrap li.slick-active {
    background: #8a8a8a;
}




/*------ スライダーの横幅 ------*/
.slider3{
  width:100%;
  margin:0 auto;
}

/*------ スライダー画像 ------*/
.slider3 img{
	width:100%;
}

/*-------- 高さ調整 ----------*/
.slider3 .slick-slide{
	height:auto!important;
}

/*------------ 長方形 ------------*/
.slider3 .dots-wrap {
    display: flex;
    justify-content: center;
}


/*------------ 長方形 ------------*/
.slider3 .dots-wrap {
    display: flex;
    justify-content: center;
}

.slider3 .dots-wrap li {
    width: 40px;
    height: 2px;
    margin: 22px 8px;
    background: #d8d8d8;
    cursor: pointer;
	 list-style: none;
}

.slider3 .dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.slider3 .dots-wrap li:hover,
.slider3 .dots-wrap li.slick-active {
    background: #8a8a8a;
}


/*------ スライダーの横幅 ------*/
.slider4{
  width:100%;
  margin:0 auto;
}

/*------ スライダー画像 ------*/
.slider4 img{
	width:100%;
}

/*-------- 高さ調整 ----------*/
.slider4 .slick-slide{
	height:auto!important;
}


/*------------ 長方形 ------------*/
.slider4 .dots-wrap {
    display: flex;
    justify-content: center;
}

.slider4 .dots-wrap li {
    width: 40px;
    height: 2px;
    margin: 22px 8px;
    background: #d8d8d8;
    cursor: pointer;
	 list-style: none;
}

.slider4 .dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

.slider4 .dots-wrap li:hover,
.slider4 .dots-wrap li.slick-active {
    background: #8a8a8a;
}
header {
	background:#fff;
	 z-index: 1000;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}






/* footer */

footer {
 text-align: center;
 padding: 30px;
}

.footer_copyrights {
	color: #3c3c3c;
	text-align: center;
	font-size: 13px;
	padding: 0em; 
    margin: 4em 0em 0em 0em;
	
}
