@charset "UTF-8";

/********************************************************

  PC layout

********************************************************/

/****************************
  useful
****************************/
/* font-family */
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
}

/* font-size */
body {
  font-size: 14px;
}

/* color */
body {
  color: #333;
}

/* line-height */
body {
  line-height: 1.8;
}

/* clear */
.cl {
  display: block;
  min-height: 1%;
}

.cl:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

* html .cl {
  height: 1%;
  /*\*/
  /*/height: auto;overflow: hidden;/**/
}

.clears {
  clear: both;
}

/* link */
a {
  text-decoration: none;
  color: #191919;
}

a:link,
a:visited {
  text-decoration: none;
}

a.line:link,
a.line:visited {
  text-decoration: underline;
}

a.line:hover,
a.line:active {
  text-decoration: none;
}

a:hover img {
  opacity: 0.9;
  transition: 0.5s;
}



/****************************
  common
****************************/
body {
  /* background: url(../img/bg.gif) 0 0 repeat fixed; */
  background-color: #fff;
}

.wrapper {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}

.secArea {
  text-align: center;
}

.TtlArea {
  color: #fff;
}

.secMenuSP,
.mainSp {
  display: none;
}

.pcNone {
  display: block;
}

.spNone {
  display: none;
}



/****************************
  csvLoading
****************************/
#csvLoading {
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 99999;
}

#csvLoading .loadCont {
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}



/* logo
---------------------------------------------------------- */
.logo {
  padding: 10px 0;
  width: 100%;
  background: #1a1879;
  text-align: center;
}

.logo img {
  width: 40%;
  max-width: 222px;
}

/****************************
  floatMenu
****************************/

#floatMenu {
  display: none;
}

#floatMenu {
  position: fixed;
  right: 0;
  bottom: 50px;
  text-align: center;
  z-index: 9999;


}

#floatMenu:before {
  /*content:url(../img/menubg.jpg);*/
  display: block;
  margin-bottom: -10px;
}

#floatMenu ul {
  background-color: #ffdc35;
  padding: 8px 0 8px 8px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

#floatMenu li:not(:last-child) {
  margin-bottom: 3px;
}

#floatMenu li a {
  display: block;
  background: #FFFFFF;
  font-size: 15px;
  color: #2d1e0c;
  line-height: 1.3;
  padding: 8px 12px;
  text-align: left;
}

#floatMenu li a:hover {
  background-color: #fffea5;
}

#floatMenu li:last-child a {
  background: #ffdc35;
  text-align: center;
  color: #FFF;
}

#floatMenu li:last-chil a::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 12px;
  vertical-align: middle;
  margin-right: 5px;
  background: url('../img/tab_ico02.png') no-repeat;
}


.mainVisImg h1 {
  text-align: center;
}

/****************************
  mainPc
****************************/

.mainPc {
  /*background: url(../img/bg_pc.jpg) 50% 50% no-repeat;*/
  /*background-color: #ffdc35;*/
  background-size: cover;
}



.mainPc h1 {
  width: 100%;
  max-width: 1400px;
  text-align: center;
  margin: 0 auto;
  padding: 3% 0;
}

@media screen and (min-width: 1301px) {
  .mainPc .mainVis02 {
    display: none;
  }

  .mainPc .mainVis {
    /*background:url('../img/bg_mv.png')50% -10px no-repeat;*/
    /*	background-position:center;*/
    /*	background-repeat:no-repeat;*/
  }

  .mainPc .mainVisImg {
    text-align: center;
  }
}

/* @media screen and (max-width: 1301px) */

@media screen and (max-width: 1300px) {
  /*.mainPc .mainVis {
  display: none;
}*/
}

/* @media screen and (max-width: 1300px) */

@media screen and (max-width: 1125px) {

  #floatMenu {
    display: none;
  }
}

/* @media screen and (max-width: 1125px) */



/****************************
  mainNav_pc
****************************/
.mainNav {
  display: none;
}



/****************************
  secMenu
****************************/
.secMenu {
  padding: 2% 0;
  background: url("../img/menubg.jpg")0 0 no-repeat;
  background-size: cover;
}


.secMenu a {
  color: #fff;
  font-size: 24px;
}

.secMenu h2 {
  margin-bottom: 20px;
}

.secMenu>ul {
  font-size: 0;
  text-align: center;
  max-width: 1000px;
  display: flex;
  gap: 8px 0;
  flex-wrap: wrap;
  justify-content: center;
}

.secMenu>ul {
  font-size: 0;
  text-align: center;
  max-width: 1000px;
  display: flex;
  gap: 8px 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.wrapper li {
  width: calc(100% / 3 - 10px);
}

@media screen and (max-width: 768px) {
  .secMenu>ul {
    gap: 8px 0;
  }

  .secMenu>ul>li {
    /* margin-right: 2%; */
    width: 48%;
    padding: 0 1%;
  }
}

.secMenu>ul>li:nth-child(6n) {
  display: inline-block;
  text-align: center;
  font-size: 30px;
  margin-right: 0;
  vertical-align: bottom;
}

.secMenu ul.innerUl li {
  line-height: 1.3;
}

.secMenu li.thumbs {
  margin-top: -40px;
}

.secMenu>ul>li>a>ul:not(.text2row) li.thumbs {
  margin-bottom: 20px;
}

.secMenu>ul>li>a>ul.text2row li.thumbs {
  margin-top: -59px;
}


/****************************
  secArea common
****************************/
.secArea {
  padding: 60px 0;
  /*background:url(../img/bg_wood.jpg) 0 0 repeat fixed;*/

}

.secArea {
  padding: 60px 0;
  background: url(../img/bg.gif) 0 0 repeat fixed;

}

.secArea h2 {
  margin-bottom: 60px;
}

.secAreaMV {
  margin-bottom: 40px;
}


/****************************
  contArea common
****************************/
.contArea {
  width: 100%;
  max-width: 1120px;
  margin: 5% auto 0;
}

.contArea>ul {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  position: relative;
}

.contArea>ul>li {
  width: 25%;
  /* background: #910700;*/
  padding: 0 1%;
  margin-bottom: 20px;
  /*  margin-right:1%;*/
  position: relative;
}

/*.contArea > ul > li:nth-of-type(4n){
  margin-right: 0;
}*/
/*.contArea > ul > li:nth-of-type(even){
  margin-left: 1%;
}*/
.contArea .itemPoint {
  background: #f17398;
  color: #fff;
  font-size: 1.0em;
  padding: 5px;
  position: absolute;
  top: 0;
  opacity: 0.9;
  display: none;
}

.contArea .itemPoint p {
  font-weight: bold;
}

.contArea .itemName {
  color: #000;
  font-size: 1.0em;
  margin-top: 10px;
}

.contArea .itemName p {
  margin: 0;
  font-weight: bold;
  color: #77322b;

}

.contArea .itemPrice {
  margin: 0;
  color: #ed0804;
  font-size: 1.8em;
  /* display:none;*/
}

.contArea .itemPrice p,
p.itemPrice {
  margin: 0;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}


.contArea .itemPrice p span,
p.itemPrice span {
  font-size: 1.0rem;
}

.contArea li.itemImage img {
  /*border-radius:10px;*/
  border: 5px solid #fff;
  /*box-shadow: 3px 10px 0 #ffdc35;*/
  box-shadow: 2px 2px 4px #ccc;
}

/*#sec1 .contArea > ul > li,
#sec2 .contArea > ul > li{
	width:33.3333%;
}*/

#sec1 {}

#secWrap {
  /*background: linear-gradient(#f9bd26, #f98d00);*/
}

/* common sec3 and sec4
-------------------------- */
.layType01 {
  background-image: -moz-linear-gradient(120deg, rgb(255, 251, 232) 0%, rgb(255, 232, 232) 100%);
  background-image: -webkit-linear-gradient(120deg, rgb(255, 251, 232) 0%, rgb(255, 232, 232) 100%);
  background-image: -ms-linear-gradient(120deg, rgb(255, 251, 232) 0%, rgb(255, 232, 232) 100%);
  padding: 80px 0 0;
}

.layType01>div:not(:nth-last-child(-n+2)) {
  margin-bottom: 150px;
}

.layType01 h2 {
  margin-bottom: 80px;
}

.layType01_01 .layType01_01Conts {
  display: flex;
  display: -ms-flexbox;
  /* ie */
  justify-content: space-between;
  -ms-flex-pack: justify;
  /* ie */
}

.layType01_01 .layType01_01Conts:not(:last-child) {
  margin-bottom: 100px;
}

.layType01_01 .layType01_01Conts:nth-of-type(odd) .layType01_01ContsL,
.layType01_01 .layType01_01Conts:nth-of-type(even) .layType01_01ContsR {
  width: 640px;
  margin-top: 20px;
}

.layType01_01 .layType01_01Conts:nth-of-type(odd) .layType01_01ContsR,
.layType01_01 .layType01_01Conts:nth-of-type(even) .layType01_01ContsL {
  width: 440px;
  margin-top: 0%;
}

.layType01_01 .layType01_01Conts h3 {
  margin: 20px 0;
  text-align: center;
  font-size: 1.6em;
  color: #b01f24;
  border-top: 2px double #b01f24;
  border-bottom: 2px double #b01f24;
  padding: 10px 0;
  font-weight: bold;
}

.layType01_01 .layType01_01Conts h3.second {
  margin-top: 30px;
}

.layType01_01 .layType01_01Conts:nth-of-type(odd) .layType01_01ContsR p,
.layType01_01 .layType01_01Conts:nth-of-type(even) .layType01_01ContsL p {
  margin-bottom: 10px;
}

.layType01_01Conts p {
  font-size: 16px;
  text-align: left;
  color: #000;
}

.layType01_01Conts p.itemPrice {
  font-size: 2.4em;
  color: #b01f24;
  text-align: center;
}

.layType01_02 {
  padding-bottom: 50px;
}

.layType01_02 ul {
  display: flex;
  display: -ms-flexbox;
  /* ie */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* ie */
  justify-content: space-between;
  -ms-flex-pack: justify;
  /* ie */
}

.layType01_02 ul li {
  margin-bottom: 30px;
}

.layType01_02 ul li a {
  display: block;
  margin-bottom: 10px;
}

.layType01_03 {
  background: #fff;
  padding: 90px 0 100px;
}

.layType01_03 h2 {
  margin-bottom: 50px;
}

.layType01_03 ul {
  display: flex;
  display: -ms-flexbox;
  /* ie */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /* ie */
  /*  justify-content:space-between;*/
  /*  -ms-flex-pack: justify;*/
  /* ie */
}

.layType01_03 ul li {
  width: calc(100%/6);
  margin-bottom: 30px;
}

/* moreBtn
-------------------------- */
.moreBtn {
  /*text-indent: -9999em;*/
  display: block;
  margin: 0;
  padding: 15px 0;
  font-weight: bold;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  /*position: relative;*/
  transition: .2s ease-in-out;
  font-size: 1.2em;
  background: #b01f24;
  border-radius: 3px;
  width: 100%;
  box-shadow: 0px 3px 0 #861f24;
}

/*.moreBtn::before {
  content: "ご購入はこちら";
  padding-top: 16px;
  width: 100%;
  height: 100%;
  color: #4d362c;
  text-indent: 0;
  box-sizing: border-box;
  box-shadow: 1px 3px 0 #84c8bd;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
  transition: .1s ease-in-out;
  border: solid 1px #84c8bd;
  background:
    url(../img/ico_btn_arw.png) no-repeat,
    #fff;
  background-position : right 20% top 55%;
  border-radius:3px;
}*/
.secAttn .moreBtn {
  width: 40%;
  margin: 0 auto;
}

.moreBtn:hover {
  top: 0;
  left: 0;
  box-shadow: 0 0 0 #861f24;
  background-color: #861f24;

}

.moreBtn.hover::before {
  box-shadow: none;
  top: 0px;
  left: 0px;
  color: #84c8bd;
  background:
    url(../img/ico_btn_arw_wht.png) no-repeat,
    #4d362c;
  background-position: right 20% top 54%;
}

a.case {
  margin-top: 20px;
  display: block;
}


/****************************
  sec1
****************************/
#sec1 {
  background: url(../img/bg_pink.gif) 0 0 repeat fixed;
  background-color: #fff;
}

#sec2 {
  background: url(../img/bg_blue.gif) 0 0 repeat fixed;
  background-color: #fff;
}






/****************************
  footer
****************************/
.footer {
  padding: 20px 0;
  text-align: center;
}

.footer ul li {
  display: inline-block;
}

.footer ul li:not(:last-child)::after {
  content: '　｜　';
}





/********************************************************

  max-width: 1125px

********************************************************/
@media screen and (max-width: 1125px) {
  body {
    background-size: 20%;
    background-position: center;
  }

  #floatMenu {
    display: none !important;
  }

  .secMenu {
    /*padding:0 2%;
		margin-bottom:5%;*/
  }

  .mainNav {
    background: #e0180e;
    z-index: 9999;
    width: 100%;
    /*display: block;*/
    display: none;
  }

  .mainNav ul {
    display: flex;
    flex-wrap: wrap;
  }

  .mainNav li {
    padding: 0.5em;
    width: 33.33%;
    font-size: 0.9em;
    text-align: center;
  }

  .mainNav li a {
    color: #FFFFFF;
    display: block;
  }

  .mainNav li:not(:last-of-type) a {
    border: none;
  }

  .mainNav li:nth-of-type(-n+3) {
    border-bottom: solid 1px #fff;
  }

  .mainNav li:not(:nth-of-type(3)),
  .mainNav li:not(:nth-of-type(6)) {
    border-right: solid 1px #fff;
  }

  /* .fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    margin: 0 auto !important;
} */

  .layType01_01 .layType01_01Conts:nth-of-type(odd) .layType01_01ContsL,
  .layType01_01 .layType01_01Conts:nth-of-type(even) .layType01_01ContsR {
    width: 55%;
  }

  .layType01_01 .layType01_01Conts:nth-of-type(odd) .layType01_01ContsR,
  .layType01_01 .layType01_01Conts:nth-of-type(even) .layType01_01ContsL {
    width: 40%;
  }

  .secArea {
    padding: 60px 20px;
  }

}

/* @media screen and (max-width: 1125px) */





/********************************************************

  smartphone and tablet

********************************************************/
@media screen and (max-width: 768px) {




  /****************************
  csvLoading
****************************/
  #csvLoading .loadCont {
    left: 40%;
  }

  .mainPc h1 {
    padding: 0;
  }

  .pcNone {
    display: none;
  }

  .spNone {
    display: block;
  }


  /****************************
  secMenu
****************************/
  /*.secMenu{
  display: none;
}
.secMenuSP{
  display: block;
}
.secMenuSP ul{
  display: flex;
  flex-wrap: wrap;
}
.secMenuSP li{
  display: inline-block;
  width: 33.33%;
}
.secMenuSP li:nth-of-type(n+4){
  width: 33.33%;
}*/


  /****************************
  secArea
****************************/
  .secArea {
    padding: 30px 5px;
  }

  .secArea h2 {
    margin-bottom: 30px;
  }

  .secAreaMV {
    margin-bottom: 20px;
  }

  .secMenu>ul>li {
    /*margin-right: 2%;*/
    width: 48%;
    padding: 0 1%;
  }

  /*.secMenu > ul > li:nth-child(3n){
  margin-right: 2%;
}*/
  /*.secMenu > ul > li:nth-child(4n){
  margin-right: 0;
}*/


  /****************************
  contArea
****************************/


  .contArea {
    width: 100%;
  }

  .contArea>ul>li {
    width: 50% !important;
  }

  .contArea>ul>li {
    padding: 5px;
    margin-bottom: 10px;
  }

  .contArea .itemPoint {
    font-size: 1.2em;
  }

  .contArea .itemName {
    font-size: 0.8em;
  }

  .contArea .itemPrice {
    font-size: 1.4em;
  }

  .contArea .coming {
    font-size: 1.4em;
    text-align: center;
  }

  .contArea .itemPrice p span {
    font-size: 0.8rem;
  }

  .contArea .itemPoint {
    font-size: 0.8em;
  }

  .contArea>ul {
    margin-top: 5%;
  }

  .contArea li.itemImage img {
    border: 5px solid #fff;
  }

  /* layType01
-------------------------- */
  .layType01 {
    padding: 30px 0 0;
  }

  .layType01>div:not(:nth-last-child(-n+2)) {
    margin-bottom: 70px;
  }

  .layType01 h2 {
    margin-bottom: 30px;
  }

  .layType01_01 .layType01_01Conts h3 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 1.4em;
    width: 100%;
  }

  .layType01_01 .layType01_01Conts h3.second {
    margin-top: 30px;
  }

  .layType01_01Conts p {
    font-size: 13px;
    margin-bottom: 15px !important;
  }

  .layType01_01Conts p.itemPrice {
    text-align: center;
    margin-bottom: 15px !important;
    line-height: 1;
  }

  .layType01_01 {
    padding: 0 10px;
    margin-bottom: 5%;
  }

  .layType01_01 .layType01_01Conts {
    flex-wrap: wrap;
  }

  .layType01_01 .moreBtn {
    width: 80%;
    margin: 0 auto;
  }

  .layType01_01 .layType01_01Conts:nth-of-type(odd) .layType01_01ContsL,
  .layType01_01 .layType01_01Conts:nth-of-type(even) .layType01_01ContsR {
    width: 100%;
    order: 1;
  }

  .layType01_01 .layType01_01Conts:nth-of-type(odd) .layType01_01ContsR,
  .layType01_01 .layType01_01Conts:nth-of-type(even) .layType01_01ContsL {
    width: 100%;
    order: 2;
  }

  .layType01_01 .layType01_01Conts:nth-of-type(odd) .layType01_01ContsL img,
  .layType01_01 .layType01_01Conts:nth-of-type(even) .layType01_01ContsR img {
    margin-bottom: 10px;
  }

  .layType01_01Conts_inner {}

  .layType01_01Conts_inner>* {
    margin-bottom: 0 !important;
    display: inline-block;
    vertical-align: middle;
  }

  .layType01_01Conts_inner h3 {
    width: 100%;
    font-weight: bold;
  }

  .layType01_01Conts_inner p {
    width: 100%;
    padding-left: 10px;
  }

  .layType01_01 .layType01_01Conts:not(:last-child) {
    margin-bottom: 40px;
  }

  .layType01_02 ul {
    padding: 0 5px;
  }

  .layType01_02 ul li {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .layType01_02 ul li a {
    margin-bottom: 5px;
  }

  .layType01_03 {
    padding: 40px 0 20px;
  }

  .layType01_03 ul {
    padding: 0 5px;
  }

  .layType01_03 ul li {
    width: calc(100%/3);
    padding: 0 5px;
    margin-bottom: 10px;
  }




  /****************************
  footer
****************************/
  .footer ul li {
    font-size: 12px;
  }

  .footer ul li:not(:last-child)::after {
    content: ' | ';
  }

}

/* @media screen and (max-width: 768px) */


/* pagetop
---------------------------------------------------------- */

.pagetop::before {
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -4px;
}

.pagetop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}

.pagetop a {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #b01f24;
  text-align: center;
  color: #000;
  font-size: 20px;
  text-decoration: none;
  line-height: 61px;
  border-radius: 50%;
}

.pagetop.show {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  display: none;
}

.bjrelp {
  background: url(../img/bg.gif) 0 0 repeat fixed;

}

.bjrelp__licence {
  background: url(../img/bg.gif) 0 0 repeat fixed;
  background-color: #fff;
  text-align: center;
}

@media(max-width:1000px) {
  .pagetop {
    bottom: 60px;
  }
}


/*スマホ */
@media(max-width:640px) {
  .pagetop a {
    display: block;
  }

  .pagetop::before {
    content: '';
    width: 9px;
    height: 9px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -4px;
  }

  .pagetop {
    display: block;
    position: fixed;
    bottom: 45px;
    right: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
  }

  .pagetop a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ff4f85;
    font-size: 12px;
    text-decoration: none;
    line-height: 31px;
    border-radius: 50%;
  }

  .pagetop.show {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: block;
  }


}

/* JRE側のヘッダー */
#cmn_header {
  background: #fff;
}