@charset "UTF-8";
/* common
-----------------------------------------------------------------*/
.pc-mode-01 {
    display: block !important;
}
.pc-mode-02 {
    display: inline !important;
}
.pc-mode-03 {
    display: inline-block !important;
}
.pc-mode-05 {
    display: flex !important;
}
.sp-mode-01 {
    display: none !important;
}
.sp-mode-02 {
    display: none !important;
}
.sp-mode-03 {
    display: none !important;
}
.sp-mode-04 {
    display: none !important;
}
.sp-mode-05 {
    display: none !important;
}
.inner{
    /* width:940px; */
	width: 980px;
	margin: 0 auto;
}

/*カート　上部(PC)*/
.section_cart_01_bg {
    background-color: #1d2d5e;
    color: #fff;
}
.section_cart_01 {}
.section_cart_01 .cnt_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 23px 0 ;
}
.section_cart_01 .list_cart_01 {}
.section_cart_01 .list_cart_01 li{
    width: 190px;
    float: left;
    margin: 0 3px;
}
.section_cart_01 .list_cart_01 .btn a{
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 9px 25px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 5px;
}
.section_cart_01 .list_cart_01 .amazon a{
    padding: 6px 25px;
}
.section_cart_01 .list_cart_01 .btn a img{
	width:auto;
	height: 32px;
	margin: 0 auto;
}
.section_cart_01 .list_cart_01 .amazon a img{
    height: 38px;
}
.section_cart_01 .ttl_cart_01 {
    /*width: 120px;*/
    /* margin: 0 25px; */
    margin: 0 25px 0 0;
    background: url(/~/Media/com/hadalabo/promo/yakuyou_gokujyun/221121/ico_cart_wh.png) no-repeat center left;
    background-size: 26px;
    padding: 4px 0 0px 38px;
    font-weight: bold;
    /* font-size: 20px; */
    font-size: 1.250em;
    letter-spacing: 1px;
}

/* POP-UP (PC) */
.modalDetail {
  background-color: rgba(170, 170, 170, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.5s;
}

.modalDetail.open {
  visibility: visible;
  opacity: 1;
}

.modalDetailInner {
  height: 100%;
  overflow: auto;
}

.modalDetailInner02 {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.modalDetailContent {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 30px 20px;
}

.modalDetailContent img {
  display: inline-block;
}

.modalDetailTtl {
  margin: 0 auto 50px;
  max-width: 280px;
}

.modalDetailList {
  font-size: 0;
}

.modalDetailList li {
  display: inline-block;
  width: 23%;
  background: #fff;
}

.modalDetailList li + li {
  margin: 0 0 0 2%;
}

.modalDetailList li a {
  display: block;
}

.modalDetailList li a:hover img {
  opacity: 0.7;
}

.modalDetailClose {
  margin: 5% auto 0;
  max-width: 150px;
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
}

.modalDetailClose:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.section-popup{
	background-color: #0c8e7e;
	padding: 55px 53px 140px;
	box-sizing: border-box;
	position: relative;
}
.section-popup .popup-close{
	position: absolute;
	top: 5%;
    right: 2%;
    width: 26px;
}
/*svg*/
.section-popup .popup-close span{
    width: 26px;
    height: 26px;
    display: inline-block;
    fill: #0c8e7e;
    background-color: #fff;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 50%;
}
.section-popup .popup-clm-01{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}
.section-popup .popup-clm-01 .popup-img{
	width: 130px;
	margin-right: 15px;
}
.section-popup .popup-clm-01 .popup-ico{
	width: 100px;
    margin-right: 20px;
    text-align: center;
    background-color: #eee;
    border-radius: 100%;
	line-height: 1.1em;
    padding-top: 30px;
    padding-bottom: 30px;
	font-weight: bold;
}
.section-popup .popup-clm-01 .popup-ico .sub-txt{
	font-size: 0.778em; /*14px*/
}
.section-popup .popup-clm-01 .popup-ttl{
	width: 36.65%;
	margin: 0 auto; /*20px*/
}
/*svg*/
.section-popup .popup-clm-01 .popup-ttl span{
    fill: #fff;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    vertical-align: top;
    display: inline-block;
}
.section-popup .popup-clm-01 .popup-ttl .sub-ttl{
	font-size: 1.600em; /*32px[20px]*/
}
.section-popup > section{
	margin-bottom: 100px;
}
.section-popup > section:last-child{
	margin-bottom: 0;
}
.section-popup .popup-list{
	display: flex;
	justify-content: center;
}
.section-popup .popup-list .btn{
	width: 31.5%;
	margin: 0 0.916%;
}
.section-popup .popup-list .btn a{
	width: 100%;
	display: flex;
	align-items: center;
	text-align: center;
	padding-top: 17px;
	padding-bottom: 18px;
	background-color: #fff;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.section-popup .popup-list .amazon a{
	padding-top: 8px;
	padding-bottom: 9px;
}
.section-popup .popup-list .btn a img{
	width:auto;
	height: 42px;
	margin: 0 auto;
}
.section-popup .popup-list .amazon a img{
	width:auto;
	height: 60px;
	margin: 0 auto;
}
/*POP-UP end*/

/* ----------------------------------------
		tab
----------------------------------------- */
/*popup*/
@media screen and (min-width: 769px) and (max-width: 980px) {
    .section-popup{
        width: 100%;
    }
}
/* ----------------------------------------
		SP
----------------------------------------- */
@media screen and (max-width:768px) {
    .inner{
        width: 90%;
    }
    .toolBox01 {
        padding: 3% 0;
    }
    .pc-mode-01 {
        display: none !important;
    }
    .pc-mode-02 {
        display: none !important;
    }
    .pc-mode-03 {
        display: none !important;
    }
    .pc-mode-05 {
        display: none !important;
    }
    .sp-mode-01 {
        display: block !important;
    }
    .sp-mode-02 {
        display: inline !important;
    }
    .sp-mode-03 {
        display: inline-block !important;
    }
    .sp-mode-04 {
        display: table !important;
    }
    .sp-mode-05 {
        display: flex !important;
    }
    /*----------------------------------------------
        POP-UP(SP)
    ----------------------------------------------*/
    .modalDetailContent {
        padding: 0;
    }
    .modalDetailContent .inner{
        width: 90%;
        margin: 0 auto;
        border-radius: 2.6042vw;
        -webkit-border-radius: 2.6042vw;
        -moz-border-radius: 2.6042vw;
    }
    .section-popup {
        padding: 6% 10%;
    }
    .section-popup .popup-clm-01 {
        margin-bottom: 8%;
    }
    .section-popup .popup-close {
        width: 8.125vw;
    }
    /*svg*/
    .section-popup .popup-close span{
        width: 7vw;
        height: 7vw;
        padding: 1.5vw;
        border-radius: 7vw;
    }
    .section-popup .popup-clm-01 .popup-ttl {
        color: #fff;
        width: 100%;
        /*font-size: 1.152em;*/
        font-size: 5.04vw;
        letter-spacing: 0.1em;
    }
    /*svg*/
    .section-popup .popup-clm-01 .popup-ttl span{
        width: 5.99vw;
        height: 5.469vw;
        margin-right: 2.995vw;
    }
    .section-popup .popup-clm-01 .popup-ttl img{
        vertical-align: top;
        margin-right: 0.75em;
        width: 1.35em;
    }
    .section-popup .popup-list {
        display: block;
    }
    .section-popup .popup-list .btn {
        width: 100%;
    }
    .section-popup .popup-list .btn a {
        padding: 4.5vw 0;
        margin-bottom: 3.5%;
    }
    .section-popup .popup-list .amazon a {
        padding: 3.1vw 0;
    }
    .section-popup .popup-list .btn a img {
        height: 10vw;
    }
    .section-popup .popup-list .amazon a img {
        height: 12.7vw;
    }
    /*----------------------------------------------
        POP-UP(SP) end
    ----------------------------------------------*/
    /* ネットショップ、カート */
    /*ネットで購入ボタン (SP) 
    -----------------------------------------------------------------*/
    .section_cart_01 {
        padding: 7.8125vw 4.6875vw;
        padding: 7.7125vw 0;
    }
    .btn_cart_01{
        width: 90.6250vw;
        margin: 0 auto;
    }
    .section_cart_01 .btn_cart_01 a{
        font-size: 4.3750vw;
        letter-spacing: 0.05em;
        padding: 3.35vw 18.8333vw 2.15vw;
        background: url(/~/Media/com/hadalabo/promo/yakuyou_gokujyun/221121/ico_plus.png) no-repeat right 5.0781vw center #fff;
        background-size: 3.7500vw;
        -webkit-border-radius: 1.5625vw;
        -moz-border-radius: 1.5625vw;
        border-radius: 1.5625vw;
        border: 1px #fff solid;
        font-weight: bold;
        color: #1d2d5e;
        display: block;
        text-align: center;
    }
    .section_cart_01 .btn_cart_01 a img {
        width: 5.93125vw;
        display: inline-block;
        margin-right: 0.75em;
    }
    

}