﻿@charset "utf-8";

/*** PC ***/

body{
background:#eae8e4!important;
}


h1{
  font-size: 40px!important;
  line-height: 50px!important;
  font-weight: 700!important;
  padding-bottom: 0px!important;
  font-family: "Cardo", serif;
  font-style: normal;
  letter-spacing: 0.02em;
}

body main{
width: 100%!important;
padding-bottom: 50px!important;
background-position: center;
background-size: 100% auto;
}

body main article section.generalpurpose p{
font-size: 18px!important;
line-height: 28px!important;
font-weight: 500!important;
font-family:"Zen Kaku Gothic New", sans-serif!important;
color: #5d5d5d!important;
}

p{
	margin-bottom: 16px!important;
}

body main article section.generalpurpose h2{
  font-size: 37px!important;
  line-height: 32px!important;
  font-family: "Cardo", serif;
  letter-spacing : 4px!important;
  font-weight: 700;
  letter-spacing: 0em;
}

body main article section.generalpurpose h3{
  font-size: 23px!important;
  line-height: 30px!important;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
}

body main article section.generalpurpose h4{
  font-size: 22px!important;
  line-height: 32px!important;
  font-weight: 600!important;
  letter-spacing : 1px!important;
  font-family: "Zen Kaku Gothic New", sans-serif!important;
}


body main article section.generalpurpose .productcopy{
  font-size: 18px!important;
  line-height: 22px!important;
  font-weight: 600!important;
  letter-spacing : 1px!important;
  font-family: "Zen Kaku Gothic New", sans-serif!important;
}


.text{
  text-align:center!important;
}

.tag {
  background: #fcbe00;
  padding: 0.3em 0.5em;
  color: #000;
  margin: 0 0.2em 0 0;
  font-size: 80%;
  line-height: 100%;
  font-weight:bold;
  border-radius: 40px;
}

.tag2 {
  background: #fff;
  border: 1px solid #d7d7d7;
  padding: 0.3em 0.5em;
  color: #000;
  margin: 0 0.5em 0 0;
  font-size: 80%;
line-height: 120%;
  font-weight: 500;
}

.yoko{
  display: flex!important;
}

hr{
display: block;
height: 1px;
border: 0;
border-top: 1px solid #282828!important;
margin: 1em 0;
padding: 0;
}

.hr2
{
display: block;
height: 1px;
border: 0;
border-top: 3px solid #282828!important;
margin: 1em 0;
padding: 0;
}

.mt0{
  margin-top: 0;
}


/* 補足情報 */
.hosoku{
font-size:12px!important;
line-height:16px!important;
}


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  text-align: center;
}

.sticky p{
display: flex;
}

#snow.bgDark {
            background: rgba(0, 0, 0, 0.3)
        }



.btn-flat-border {
  background: #282828;
  display: inline-block;
  padding: 5px 0px;
  margin: 10px 0px 10px 0px;
  text-decoration: none;
  color: #fff!important;
  border-radius: 40px;
  transition: .4s;
  width: 100%;
  text-align: center;
  font-family:"Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.btn-flat-border2 {
  background: #2c55bb;
  display: inline-block;
  padding: 10px 0px;
  margin: 0px 0px 5px 0px;
  text-decoration: none;
  color: #fff!important;
  border-radius: 40px;
  transition: .4s;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.btn-flat-border3 {
  background: #5489a9;
  display: inline-block;
  padding: 10px 0px;
  margin: 15px 0px 10px 0px;
  text-decoration: none;
  color: #fff!important;
  border-radius: 40px;
  transition: .4s;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
}



.btn-flat-border:hover,
.btn-flat-border2:hover,
.btn-flat-border3:hover {
  background: #282828;
  color: #fff;
  width: 100%;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
}

/* 蛍光ペン風 */
.under1 {
  background: linear-gradient(transparent 50%, #fff 50%);
}

.site-header{
    display: flex;
    position: absolute;
    justify-content: space-between;
}
.site-header.fixed{
    position: fixed;
    top: 0;
}

.scroll-fade-side {
  margin: 0px auto;
  width: 100%;
  height: auto;
}

.scroll-fade-side2 {
  margin: 0px auto;
  width: 100%;
  height: auto;
}


/* ページTOPへ */
.pagetop{
  position: -webkit-sticky;
    position: fixed;
    z-index: 99999; /* 他の要素の下に隠れないように */
    bottom: 30px;
    right: 30px;
    border: none;
    width: 100px;
  /*デフォルトで非表示にする*/
  /*opacity: 0;
  visibility: hidden;*/
}

.pagetop a{
    display: block;
    text-decoration: none;
    }
 
.pagetop:hover{
    opacity: 0.85 ;
}

#imageSlide {
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-bottom:700px;
  position: relative;
}

#imageSlide img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}

#imageSlide img.active {
  z-index: 10;
}

#imageSlide img.last-active {
  z-index: 9;
}

#imageSlide2 {
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-bottom:700px;
  position: relative;
}

#imageSlide2 img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}

#imageSlide2 img.active {
  z-index: 10;
}

#imageSlide2 img.last-active {
  z-index: 9;
}

#imageSlide3 {
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-bottom:700px;
  position: relative;
}

#imageSlide3 img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}

#imageSlide3 img.active {
  z-index: 10;
}

#imageSlide3 img.last-active {
  z-index: 9;
}