
/*-----------------------------------
common
-----------------------------------*/

h2{
    line-height: 1.2em;
}

h2 span {
    display: block;
    font-size: .6em;
    color: #FC5B72;
    margin-bottom: 0.8em;
    font-family: 'Quicksand', sans-serif;
}

h3 {
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
    font-size: 1.5em;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

h4{
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.text1{
    line-height: 2em;
    text-align: center;
}

.marker {
    background: linear-gradient(transparent 0%, #ffff66 0%);
}

.red{color: darkred;}
.pink{color: #fc5b72;}
.orange{color: #FFAA19;}
.green{color: #2A5F59;}
.black{color: black;}
.brown{color: firebrick;}
.hdricon{font-size: 30px;}
.cnr{text-align: center;}
.uchikeshi{text-decoration: line-through;}

.mgb1{margin-bottom: 1em;}
.mgb2{margin-bottom: 2em;}


.pc_on{
    display: block;
}
.sp_on{
    display: none;
}


/*-----------------------------------
header
-----------------------------------*/

#hdr{
    width: 100%;
    position: fixed;
    z-index: 9999;
    /*background-color: #ddd;*/
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding:15px 50px;
    background-color: #fff;
}

#hdr.scroll{
    background-color:rgba( 255, 255, 255, 1 );
}

#hdr h1{
    font-size: 1px;
}

#hdr h1 img{
    height: 30px;
    width: auto;
}

#hdr ul{
    list-style: none;
    display: -webkit-flex;
    display: flex;
    margin-left: auto;
}

#hdr ul li{
    padding: 0 10px;
}

#hdr ul li a:hover{
    color: #fc5b72;
    opacity: 1;
}

#s-form {
    padding: 0 0 0 10px;
}

#s-form form{
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 30px;
    
}

img{
    width: 100%;
}

.content{
    padding: 60px 0 100px;
    margin: 0 auto;
}

.cnt{
    margin-bottom: 100px;
}

.time{
    text-align: center;
    padding: 0.5em 1em;
    font-weight: bold;
    font-size: 1.3em;
}

#s-form .text{
    height: 100%;
    border: 1px solid #333;
    width: 200px;
    padding: 0 0 0 5px;
    font-family: "Noto Sans JP", "游ゴシック Medium", "YuGothic Medium", "Verdana", "Arial", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.s-btn{
    background-color: #333;
    padding: 5px!important;
    height: 100%;
    width: 30px;
}

#s-form_sp {
    padding: 0;
    margin-left: 0!important;
    margin-bottom: 20px;
}

#s-form_sp form{
    display: -webkit-flex;
    display: flex;
    align-items: center;
    height: 30px;
}

#s-form_sp .text{
    height: 100%;
    border: 1px solid #333;
    width: 200px;
    padding: 0 0 0 5px;
    font-family: "Noto Sans JP", "游ゴシック Medium", "YuGothic Medium", "Verdana", "Arial", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

#sns{
    margin-left:10px;
}

#sns ul li{
    padding: 0 0 0 10px!important;
}


/*menu*/
.zdo_drawer_menu * {
    margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none;
}

.zdo_drawer_menu a:visited {
  color: inherit;
}

.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}

.zdo_drawer_menu .zdo_drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 35px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 6px;
  left: 10px;
  z-index: 1001;
  text-align: center;
  outline: none;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
  width: 49px;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(30deg);
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-30deg);
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}

.zdo_drawer_menu .zdo_drawer_bar {
  display: block;
  height: 2px;
  margin: 10px 0;
  transition: all 0.2s;
  transform-origin: 0 0;
}

.zdo_drawer_menu .zdo_drawer_text {
  text-align: center;
  font-size: 10px;
}

.zdo_drawer_menu .zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

.zdo_drawer_menu .zdo_drawer_menu_text {
  display: block;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 312px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(-312px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #FFF;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

.zdo_drawer_menu.left .zdo_drawer_button {
  right: 32px;
  left: auto;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 80px 24px;
}

.zdo_drawer_nav{
    display: flex;
    flex-wrap: wrap;
}

.zdo_drawer_menu .zdo_drawer_nav li {
  font-size: 16px;
  margin-bottom: 8px;
  width: 100%;
  margin-left: 1em;
}

.ccttl{
    margin-left: 0!important;
}

/*+++ Default Button Color +++*/
.zdo_drawer_menu .zdo_drawer_button {
  color: #333;
}

.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
  background-color: #333;
}

/*menu*/
.menu_circle{
    position: fixed;
    top:100px;
    right: 10px;
    z-index: 9999;
}

.menu_circle ul{
    list-style: none;
    /*display: flex;
    justify-content: space-between;*/
}

.menu_circle ul li{
    margin-bottom: 1em;
}

.menu_btn {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    transition: .4s!important;
    padding: 5px;
    font-size: 1em;
}

.menu_btn::after{
    content: '';
    position: absolute;
    bottom: 20px;
    width: 5px;
    height: 5px;
    border: 5px solid;
    transform: rotate(135deg);
    }

/*slide*/
#slide{
    width: 100%;
    height: 800px;
    position: relative;
    background-position:bottom center;
    background-size: cover;
}

#slidebox{
    width: 500px;
    height: 300px;
    padding: 50px;
    background-color: #fff;
    position: absolute;
    top:40%;
    left: 100px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius:  0 50px 0 50px;
}

.slide_img{
    margin: 0 20px!important;
}

#slidebox h2{
    margin-bottom: 1em;
}

#slidebox_inr{
    width: 100%;
    text-align: center;
}

#slidebox_inr .btn{
    padding: 0.5em 2em;
    border-radius: 0;
}

.mypattern .slick-slide:not(.slick-center) {
    transition: 0.2s linear;
    opacity: 0.5;
}

.slider {
    width: 100%;
}
.slick-slide img {
    width: 100%;
}
.mypattern{
    width: 100%;
}
.mypattern .slick-slide{
    margin: 0;
}

#head_space{
    height: 60px;
}

#head_menu{
    padding-top: 50px;
}

#head_menu ul{
    max-width: 1200px;
    margin: 0 auto;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

#head_menu ul li{
    border-right: 1px #ddd dotted;
    color: #333;
    width: 150px;
    height: 80px;
    font-size: 0.9em;
}

#head_menu ul li:first-child{
    border-left: 1px #ddd dotted;
}

#head_menu ul li p{
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

#head_menu ul li a{
    display: block;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    flex-wrap: wrap;
}

#head_menu ul li a:hover{
    transform: translateY(-5px);
    opacity: 1;
}



/*-----------------------------------
popup
-----------------------------------*/

.popup-hidden {
	display: none;
}

#popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000
}

#popup-content {
	cursor: pointer;
    width: 20%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 2rem;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    color: #2E2E2E;
    z-index: 1001;
}

@media (max-width: 768px) {
	#popup-content{
		width: 90%;
	}
}

.popup-content img {
    width: 100%;
    margin-bottom: 1rem
}

.popup-content p {
    margin: 0.5rem 0
}

#popup-close {
    text-align: right;
    margin-bottom: 1rem;
    line-height: 100%;
    font-size: 16px;
    color: #2E2E2E;
    position: absolute;
    top: 12px;
    right: 12px
}

.timerHidden {
	display: none;
}
.timerVisible {
	display: block;
}




/*-----------------------------------
吹き出し
-----------------------------------*/

.timebox1 {
    border: 1px solid #222;
    display: flex;
    width: 100%;
    background-color: #fff;
    margin: 1em 0 0;
}
.timebox1 div:first-child {
    width: 30%;
    color: #fff;
    background-color: #222;
    padding: 5px 1em;
    text-align: center;
}
.timebox1 div:last-child {
    width: 70%;
    color: #222;
    padding: 5px 1em;
    text-align: center;
}

.timebox2{
    position: relative;
    margin: 2em auto 0;
    padding: 0.5em;
    border: solid 3px #f1f1f1;
    border-radius: 8px;
}

.timebox2 div:first-child{
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 1em;
    background: #FFF;
    color: #333;
    font-weight: bold;
}

.timebox2 div:last-child {
    text-align: center;
}

.text_box{
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 1em;
    margin-bottom: 1em;
}

/*-----------------------------------
ボタン #004d00　darkgreen　←カラー
-----------------------------------*/
.btn{
    display: inline-block;
    padding: 1em;
    width: 100%;
    text-decoration: none;
    color: #FFF !important;
    border-radius: 3px;
    margin-bottom: 5px;
}

.buy{
    border-bottom: solid 4px #645454;
    background: #9F7F72;
}

.m_menu{
    border-bottom: solid 4px #000;
    background: #333;
    text-align: center;
    max-width: 400px;
    margin-top: 2em;
}

.cpn{
    border-bottom: solid 4px #4d0000;
    background: darkred;
}

.cpnbtn{
    background: darkred;
    text-align: center;
    padding: 0.5em;
    border-radius: 5px;
    border-bottom: solid 4px #4d0000;
    font-size: 1.5em;
    line-height: 1.5em;
    margin: 1em 0;
}

.cpnbtn:hover{opacity: 0.8; transition: 0.3s;}
.cpnbtn a{display: block; color: #fff;}
.cpnbtn a:hover{opacity: 1;}
.cpnbtn span{
    font-size: 1.5em;
}

/*-----------------------------------
見出しデザイン
-----------------------------------*/

.ribbon1,.ribbon2{
    width: 100%;
    margin-bottom:2em;
}

.ribbon1 {
    display: inline-block;
    position: relative;
    height: 50px;/*リボンの高さ*/
    line-height: 50px;/*リボンの高さ*/
    text-align: center;
    padding: 0 30px;/*横の大きさ*/
    font-size: 18px;/*文字の大きさ*/
    box-sizing: border-box;
}

.ribbon1:before, .ribbon1:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.ribbon1:before {
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}

.ribbon1:after {
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

.ribbon2 {
    display: inline-block;
    position: relative;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 7px 0;
    font-size: 18px;/*フォントサイズ*/
    box-sizing: border-box;
}

.ribbon2 p {
    margin: 0;
    padding: 0 30px;
    border-top: dashed 1px #FFF;/*上の破線*/
    border-bottom: dashed 1px #FFF;/*下の破線*/
    line-height: 46px;
}

.ribbon2:before, .ribbon2:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.ribbon2:before {
    /*左端の山形*/
    top: 0;
    left: 0;
    border-width: 30px 0px 30px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}

.ribbon2:after {
    /*右端の山形*/
    top: 0;
    right: 0;
    border-width: 30px 15px 30px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

.ribbon3 {
    width: 100%;
    display: inline-block;
    position: relative;
    height: 50px;/*リボンの高さ*/
    line-height: 50px;/*リボンの高さ*/
    text-align: center;
    padding: 0 30px;/*横の大きさ*/
    font-size: 1em;/*文字の大きさ*/
    box-sizing: border-box;
}

.ribbon3:before, .ribbon3:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.ribbon3:before {
    top: 0;
    left: 0;
    border-width: 25px 0px 25px 15px;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}

.ribbon3:after {
    top: 0;
    right: 0;
    border-width: 25px 15px 25px 0px;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
}

.balloon1,.balloon2{
    font-size: 1.5em;
}

.balloon1,.balloon2{
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 10px;
    width: 100%;
    text-align: center;
}

.balloon3 {
    position: relative;
    display: inline-block;
    margin-bottom: 0.5em;
    padding: 5px;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
}

.obi{
    background-color: darkred;
    padding: 5px 10px;
    color: #fff;
    /*border-radius: 10px;*/
    width: 100%;
}

.balloon2,.balloon3{
    border-radius: 30px;
}

.balloon1:before,.balloon2:before,.balloon3:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #333;
}

.balloon1 p,.balloon2 p,.balloon3 p {
    margin: 0;
    padding: 0;
}

.ribon,.ribon2 {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.ribon2 .caption {
    display: inline;
}

.ribon2 span {
    position: absolute;
    display: inline-block;
    top: 10px;
    left: 10px;
    width: 100px;
    padding: 2px 10px;
    background: #cc0c0c;
    color: #fff;
    text-align: center;
    font-size: 0.9em;
}


.ribon .caption {
    display: inline;
}

.ribon span {
    position: absolute;
    display: inline-block;
    top: 10px;
    left: -25px;
    width: 100px;
    padding: 2px 10px;
    background: #cc0c0c;
    color: #fff;
    text-align: center;
    transform: rotate(-45deg);
}



/*-----------------------------------
レイアウト1
-----------------------------------*/

.lay1{
    border: 15px solid #f1f1f1;
}

.lay1 ul{
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lay1 .left{width: 40%;}
.lay1 .right{
    width: 60%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    padding: 40px;
}

.lay1 .right p{
    width: 100%;
}

.bg{
    border:0!important;
    padding: 1%;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
}

/*-----------------------------------
レイアウト2
-----------------------------------*/

.lay2{
    border: 15px solid #f1f1f1;
}

.lay2 ul{
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.lay2 .left{width: 100%;}
.lay2 .right{
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    margin-bottom: 30px;
}

.lay2 .right p{
    width: 100%;
}

/*-----------------------------------
レイアウト共通
-----------------------------------*/
.ttl{
    font-weight: bold;
    font-size: 1em;
    border-bottom: 1px solid #ccc;
    padding: 1em;
    margin-bottom: 1em;
    text-align: center;
}

.sen{padding-bottom: 1.5em;}

.price{
    color: darkred;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center;
    font-family: 'Arial',"Noto Sans JP", "游ゴシック Medium", "YuGothic Medium", "Verdana", "Arial", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 1.2em;
}

.bg_g{
    background: #f1f1f1;
    border-radius: 10px;
    padding: 2em;
}

.bg_g ul li{
    margin-bottom:0!important;
    padding: 1em;
}

.icon_red{
    background-color: darkred;
    color: #fff;
    padding: 2px 0.5em;
    font-size: 0.8em;
    margin-right: 1em;
}

.bnr2 .lay2 .right{padding: 50px;}
.bnr3 .lay2 .right{padding: 0 40px;}
.bnr4 .lay2 .right{padding: 0 20px;}
.bnr5 .right{padding: 0 10px;}

/*-----------------------------------
バナー
-----------------------------------*/

.bnr2,.bnr3,.bnr4,.bnr5{
    width: 100%;
}

.bnr2 ul,.bnr3 ul,.bnr4 ul,.bnr5 ul{
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bnr2 ul li img,.bnr3 ul li img,.bnr4 ul li img,.bnr5 ul li img{
    width: 100%;
}
.bnr2 ul li,.bnr3 ul li,.bnr4 ul li,.bnr5 ul li{
    margin-bottom: 20px;
}
.bnr2 ul li{width: 49%;}
.bnr3 ul li{width: 32%;}
.bnr4 ul li{width: 23%;}
.bnr5 ul li{width: 18%;}

/*-----------------------------------
footer
-----------------------------------*/

footer{
    width: 100%;
    background-color: #ddd;
    color: #333;
}

#ftr_inr{
    width: 960px;
    margin: 0 auto;
    text-align: center;
}

#info{
    padding-bottom: 50px;
    font-size: 1em!important;
    color: #333;
}

#info h4{
    font-size: 1.2em;
    margin-bottom: 20px;
    position: relative;
}

#info h4::after{
    content: '';
    border: 1px solid #ddd;
    position: absolute;
    left: 0;
    bottom:-10px;
    width: 100%;
}

#info .btn{
    margin: 0 auto;
    position: absolute;
    bottom:40px;
    left: 0;
    right: 0;
    width: 200px;
}

#info ul{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between!important;
}

#info ul li{
    width: 300px;
    height: 300px;
    padding:  50px!important;
    background-color: #fff;
    position: relative;
}

#group_wrp{
    padding-bottom: 50px;
}

#group_wrp ul{
    margin-top: 0!important;
    justify-content: space-between!important;
    flex-wrap: nowrap!important;
}

#group_wrp ul li{
    padding: 0!important;
}

#group_wrp ul li img{
    width: 100%!important;
    height: auto!important;
}

#ftr_inr ul{
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

#ftr_inr ul li{
    padding: 0 10px;
}

#ftr_inr ul li a{
    color: #333;
}

#ftr_inr ul li p{
    text-align: left;
}

#ftr_inr img{
    height: 30px;
}

#ftr_inr p{
    font-size: 0.9em;
    margin:10px 0 20px;
}

address{
    font-style: normal;
}

#copyright{
    text-align: center;
    padding-top: 20px;
    font-size: 0.6em;
}

#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #333;
}
#page_top a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
}
#page_top a::before{
    font-family: "Font Awesome 5 Free";
    content: '\f106';
    font-weight: 900;
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    line-height: 1em;
}

#itemlist_btn{
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 1.2em;
}

/*セールページ用*/
.sale_bnr5 ul{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.sale_bnr5 ul li{
    width: 18%;
    margin: 1%;
    padding: 1%;
    background-color: #fff;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
}

.sale_bnr5 p{
    font-size: 0.8em;
    text-align: left;
}

.sale_bnr5 .ttl{
    padding: 0 0 1em;
}

.sale_bnr5 .price{
    font-size: 1em;
    margin-bottom:0;
}

.sale_bnr5 .pricebox{
    padding: 1em;
}

.sale_bnr5 .icon_red{
    margin-right: 5px;
}

.sale_bnr5 .ribon span{
    font-size: 0.8em;
    top: 14px;
    top: 14px;
}

/*セールページ用 写真グレー*/
.sale_picg{
    background-color:#2F2F2F;
    display:inline-block;
}
.sale_picg img{
    opacity: 0.5;
    display:block;
}

.salepage{
    background-color: darkkhaki;
    padding: 1em;
    text-align: center;
    margin-bottom: 1em;
    color: darkred;
}

.salepagetime{
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 1em;
    text-align: center;
    margin-top: 1em;
    color: #fff;
}

.salepage2{
    padding: 1em;
    text-align: center;
    margin-bottom: 1em;
}

.kanban{padding-top: 100px;}
.justcnr{justify-content: center;}



/*ぽっぷあっぷ用*/
    .bg_onetime_popup{
      position: fixed;
      top: 0px;
      left: 0px;
      z-index: 9999;
      width: 100vw;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.5);
      opacity: 0;
      visibility: hidden;
      transition: 0.5s;
    }

    body.open_popup .bg_onetime_popup{
      opacity: 1;
      visibility: visible;
    }

    .onetime_popup{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
      width: 80%;
      padding: 0 30px;
    }

    .onetime_popup_title {
      position: relative;
    }

    .onetime_popup_title_close{
      z-index: 100;
      background-color: gray;
      border-radius: 50px;
      position: absolute;
      top: 0;
      left: -20px;
      width: 40px;
      height: 40px;
      transform: translateY(-50%);
      cursor: pointer;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
    }
    .onetime_popup_title_close::before,
    .onetime_popup_title_close::after{
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      width: 50%;
      height: 2px;
      background-color: #fff;
      content: "";
      -webkit-transform: translateX(-50%) translateY(-50%);
      -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      -o-transform: translateX(-50%) translateY(-50%);
    }
    .onetime_popup_title_close::before{
      transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
      -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    }
    .onetime_popup_title_close::after{
      transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    }
    .bg_onetime_popup a:hover{
      opacity: 1;
    }

    /*PC表示*/
    @media screen and (min-width: 768px){
      .onetime_popup{
        max-width: 600px;
        padding: 0 50px;
        width: 100%;
      }
      .onetime_popup_title_close{
        left: -35px;
        width: 70px;
        height: 70px;
      }

      .onetime_popup_title_close::before,
      .onetime_popup_title_close::after{
        height: 4px;
      }
    }

