@charset "UTF-8";

/*--------------------------------*/
/* CSS StyleSheet
----------------------------------*/

/*--------------------------------*/
/* Base
----------------------------------*/
body {
	background:#fff;
	margin:0;
	padding:0;
	text-align:left;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:12px;
	color: #333;
}

/*--------------------------------*/
/* common (since 202101)
----------------------------------*/
#wrap{
  text-align:center;
  line-height: 180%;
  font-size:20px;
}

#container{
  margin:0 auto;
  text-align:center;
  max-width:960px;
}

#login + #wrap { padding-top: 50px; }

header { margin-bottom:30px;}
img { width:100%; display:block; }
.wAuto { width:auto; }

.flex2column {
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  margin-top:40px;
/*  padding:0 3.125%;*/
}

.flexItem {
  width:43.75%;
  margin:10px auto;
}

.flexEnd {
  align-items:flex-end;
  padding-bottom:0;
}

.flexCenter {
  align-items:center;
}

/*ボタン*/
.flexMenu{
  display: grid;
  grid-template-columns:2fr repeat(4,1fr);
  column-gap:10px;
  margin:10px auto;
}

.flexMenu img{ height:100%; }

.pc { display: block !important; }
.sp { display: none !important; }
.inner { margin:30px;}
.outer { padding:30px;}

.rl { position: relative; }
.noPadding { padding:0; }
.fullBox { margin-left:10px; margin-right:10px; }
.fullGraphic { margin:0px; }
.mgnBdr { margin:30px auto 0 auto; }
.mgnCart { margin:15px auto !important;}
.mgnDivision { margin-top:100px !important;}
.centerBlock { margin:0 auto;}
.centering { text-align:center; }

/*バリアブルトップマージン*/
.mtZero { margin-top:0; }
.mtXL { margin-top:100px; }
.mtL { margin-top:60px; }
.mtM { margin-top:40px; }
.mtS { margin-top:20px; }
.mtXS { margin-top:10px; }

.notice {
  text-align:left;
  font-size:15px;
  line-height:20px;
  text-indent: -1em;
  padding-left: 1em;
  margin:0 10 px;
}

/* Rつけ */
.radius { border-radius:10px; }

/*アウターボックス 下Rつけ*/
.outerBox {
  border-radius:0 0 10px 10px;
  padding:20px;
}

/*
.innerBox {
  margin:30px;
  border-radius:10px;
  padding-top:20px;
  padding-bottom:5px;
}
*/

.adjust { margin-right:15em; }
.noticeOutside { margin-top:15px; margin-bottom:15px;}

/*アコーディオン関係*/
.title { pointer-events: none;
  position:relative;
  display: block;
  width:100%;
}
.mark { display:none; }
input { display:none; }

/*テストボックス*/
.testA {
  background-color:green;
  border:solid 0px red;
}

/*ログインバーがある分、リンク位置ずらす*/
a#button,
a#content1,a#content2,a#content3,
a#content4,a#content5,a#content6 {
  padding-top:80px;
  margin-top:-80px;
}

/*ボーダー*/
.bdr {
  display:block;
  border-top:solid 1px #000;
  margin:50px auto;
}



/*--------------------------------*/
/* New Responsive (since 202101)
----------------------------------*/

/*スマホ向け767px以下の場合*/
@media all and (max-width: 767px) {
  
  .outerMargin{ margin:auto 3%;}
  .flex2column{
    flex-direction:column;
    flex-wrap:nowrap;
    padding:0 3%;
    margin-top:20px;
  }
  
  .flexItem { width:100%; }
/*  .flexMenu2 li { margin: 1%;}*/
  .flexMenu {
    grid-template-columns:1fr 1fr 1fr;
    margin:10px 10px;
  }
  .glow { grid-column:span 2; }
  
  .pc { display: none !important; }
  .sp { display: block !important; }
  .inner { margin:15px;}
  .outer { padding:15px;}

  .noSp { display:none; }
  
  /*バリアブルトップマージン*/
  .mtXL { margin-top:50px; }
  .mtL { margin-top:30px; }
  .mtM { margin-top:20px; }
  .mtS { margin-top:10px; }
  .mtXS { margin-top:5px; }
  
  .notice {
    font-size:12px;
    line-height:15px;
  }
  .adjust { margin-right:0; }
  .mtSpZero { margin-top:0;}
  .mgnCart { margin:10px auto !important;}

  /*  アコーディオン*/
  .title{ pointer-events: all; }
  .mark{
    display:block;
    position:absolute;
    top: 10px;
    right:20px;
    width:48px!important;
    height:48px;
    opacity:0.5;
  }
  input{
    display:block;
    margin:5px auto 10px;
  }
  .down{ top:100px; }
  .toggle{
    height: 0;
/*    padding: 0 2px;*/
    transition: .2s;
  }
  input:checked+.toggle{
    height: auto;
/*    padding: 2px;*/
  }
  .toggle img,.toggle p{
/*    padding: 0 2px;*/
    padding-bottom:5px;
    line-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: 
        padding .2s,
        line-height .2s,
        visibility .1s,
        opacity .1s;
  }
  input:checked+.toggle img,input:checked+.toggle p{
/*    padding: 2px;*/
    line-height: 1;
    visibility: visible;
    opacity: 1;
  }
}


/*--------------------------------*/
/* extra (since 202104)
----------------------------------*/

.osusume { border: solid 3px #4f8936; }



/*--------------------------------*/
/* youtube (since 202102)
----------------------------------*/

.video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}


/*--------------------------------*/
/* color (since 202101)
----------------------------------*/

/*背景1（金）*/
.bg1 {
  background:url("./../../../../../../public/shopping/camp/honey/202101/img/bg_01.jpg");
  background-size:cover;
}

/*背景色*/
.bgWhite { background-color:#FFFFFF; }
.bgGreen { background-color:#EDF3EB; }
.bgGinger { background-color:#FFF8E7; }
.bgPink { background-color:#FFE6E6; }
.bgPorange { background-color:#F8E8AC; }
.bgOrange { background-color:#ffdab9; }
.bgYellow { background-color:#ffffe0; }
.bgChoco { background-color:#faf0e6; }
.bgLemon { background-color:#fff9bd; }

/*ボーダー画像*/
.bdrImg { border:solid 1px #000; }

/*線（緑）*/
.bdGreen {
  border:solid 4px green;
  border-radius: 10px;
}

/*フォント赤*/
.ftRed { color:red; }



/*--------------------------------*/
/* end (since 202102)
----------------------------------*/

.end_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:rgba(255,255,255,0.6);
  z-index: 1000;
}

.end_place {
  position:relative;
  height:100%;
}

.end_image {
  width:40%;
  max-width:600px;
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*スマホ*/
@media all and (max-width: 767px) {
  .end_image {
    width:60%;
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}





/*----------------------------------
/* style login
----------------------------------*/

#login {
    position: fixed;
    width: 100%;
    height: 50px;
    background-color: #FF9C00;
    z-index: 100;
}
#login p {
    color: #FFF;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}
#login a {
    color: #00F;
    font-weight: normal;
}
#login + #container {
    padding-top: 50px;
}




/*----------------------------------
/* footer
----------------------------------*/
.footer {
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
	font-size: 12px;
	line-height: 1.5;
	color: #996600;
}
.footer a {
	color: #996600;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer__top {
	padding: 10px 0;
	border-top: 1px solid #CCB27F;
	text-align: center;
	background: #FFFFFF;
}
.footer__middle {
	padding: 10px 0;
	border-top: 1px solid #CCB27F;
	text-align: center;
	background: #FFFFFF;
}
.footer__middle li {
	display: inline-block;
	padding: 0 10px;
	border-left: 1px solid #CCB27F;
}
.footer__middle li:first-child {
	border-left: none;
}
.footer__bottom {
	padding: 10px 0;
	border-top: 1px solid #CCB27F;
	font-style: normal;
	text-align: center;
	background-color: #F7F2DA;
}

#btn--page-top {
  position: fixed;
  display: none;
  right: 50px;
  bottom: 50px;
  z-index: 5;
}

/*スマホ*/
@media all and (max-width: 767px) {
  #btn--page-top {
    right: 25px;
    bottom: 25px;
  }
}

#btn--page-top img { opacity:0.8; }

