@charset "utf-8";
/*--------
common
--------*/
body{font-size: 14px;font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";line-height: 1; position: relative;}
.co-imgH{
	background-repeat: no-repeat;
	background-position: 0 0;
	display: inline-block;
	height: 0;
	overflow: hidden;
}
.co-tac{
	text-align: center;
}
.co-mt5{
	margin: 5px 0 0;
}
.co-mt20{
	margin: 20px 0 0;
}
.co-mt30{
	margin: 30px 0 0;
}
.co-mb10{
	margin: 0 0 10px;
}
.co-ls1_5{
	letter-spacing: 1.5px;
}
.co-lh12{
	line-height: 1.2;
}
.co-fwn{
	font-weight: normal;
}
.co-pr{
	position: relative;
}
.co_sp{
  display: none;
}
.co_pc{
  display: block;
}
/*---
bottom
---*/
.btn_wrap{
    margin: 20px auto 0;
    width: 310px;
}
.btn_wrap .m-flexWrap{
  justify-content: center;
}
.c-btn{
    background: #fff100;
    border: 2px solid #fff100;
    border-radius: 8px;
    color: #323232;
    display: block;
    font-size: 20px;
    font-weight: normal;
    padding: 15px 40px;
    position: relative;
    text-align: center;
}
.c-btnc{
    background: #E0E0DE;
    border: 2px solid #E0E0DE;
    border-radius: 8px;
    color: #323232;
    display: block;
    font-size: 20px;
    font-weight: normal;
    padding: 15px 40px;
    position: relative;
    text-align: center;
}
.c-btn, .c-btnc, .c-bnr, .c-txt,.readMoreBtn {
    cursor: pointer;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
}
.c-btn.press{
  box-shadow: 0 4px 0 #ccc100;
  font-weight: bold;
  font-size: 18px;
  box-sizing: border-box;
}
.c-btnc.press{
  box-shadow: 0 4px 0 #b7b7b7;
}
.c-btnc.press:hover,.c-btn.press:hover,.readMoreBtn.press:hover{
  transform: translateY(4px);
  box-shadow: none;
  text-decoration: none;
}
.btn_txt{
    margin: 0 0 0 8px;
}
/*---
modal
---*/
.m-btnWrap{
	position: fixed;
	right: 10%;
	bottom: 50px;
	opacity: 0.8;
	z-index: 100;
}
.btn_more{
	display: inline-block;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    border-radius: 3px;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 56%;
}
.modal_list{
	width: 25%;
    border-left: 1px solid;
    border-color: #e9e9e9;
    text-align: center;
    box-sizing: border-box;
    padding: 2px 15px;
}
.modal_list:first-child{
  margin: 0;
}
.modal_close{
  position: absolute;
  top: -7px;
  right: 13px;
  font-size: 30px;
}
.modal_close:hover{
  text-decoration: none;
}
#humberger {
  position: relative;
  height: 51px;
  width: 51px;
  display: inline-block;
  box-sizing: border-box;
  background-color: #8196a9;
  border: 1px solid #f1f5f8;
  border-radius: 50%;
}
#humberger div {
  position: absolute;
  left: 10px;
  height: 1px;
  width: 27px;
  background-color: #f1f5f8;
  border-radius: 2px;
  display: inline-block;
  box-sizing: border-box;
}
#humberger div:nth-of-type(1) {
  bottom: 33px;
}
#humberger div:nth-of-type(2) {
  bottom: 23px;
}
#humberger div:nth-of-type(3) {
  bottom: 13px;
}
/*--------
layout
--------*/
.l-header{
	background-color: #000;
	padding: 17px 0;
}
.l-body{
	min-height: 100vh;
	position: relative;
	padding-bottom: 100px;
	box-sizing: border-box;
	position: relative;
}
.l-pankuzu{
    font-size: 13px;
	color: #444;
	padding: 10px 0;
}
.l-footer{
	bottom: 0;
	position: absolute;
	width: 100%;
}
.footer-menuWrap {
    background-color: #265985;
    padding: 12px 0 16px;
}
.footer-menuList{
  padding: 12px 0;
}
.f-menu_list{
  margin: 6px 8px;
  display: inline-block;
}
.footer-inner{
	background-color: #000;
	color: #FFF;
	padding: 12px 0;
	text-align: center;
}
.l-conts{
	padding: 0 0 210px;
}
/*--------
module
--------*/
.m-contWidth{
	margin: 0 auto;
	width: 1100px;
}
.m-flexWrap{
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.m_titL{
    border-left: 5px solid;
    border-color: #000;
    box-sizing: border-box;
    color: #212121;
    font-size: 18px;
    padding: 3px 0 3px 6px;
    letter-spacing: 1.3px;
    line-height: 1.3;
}
.connect_head{
    position: relative;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #323232;
    background-color: #FFF;
    color: #323232;
    font-weight: bold;
    font-size: 24px;
    width: 20%;
    margin: auto;
    text-align: center;
}
.connect_head:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 20px;
    width: 10px;
    border-right: 3px solid #323232;
    background-color: #FFF;
    content: "";
}
.item_list{
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding: 0 2% 25px;
    width: 25%;
}
.item_head{
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1.5;
    margin: 8px 0 0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.movie_list .item_list a{
    text-decoration: none;
}
.movie_list .item_list:hover .item_head{
    color: #f46565;
}
.movie_list .item_list:vited .item_head{
    color: #323232;
}
.m-imgList{
	margin: 70px 0 0;
}
.m-imgSize{
	height: auto;
	width: 100%;
}
.m-imgSize:hover{
	opacity: 0.9;
}
.m-catch{
	font-size: 24px;
	letter-spacing: 1.5px;
	line-height: 1;
}
.m-moreLink{
	font-size: 16px;
	font-weight: bold;
	margin: 12px 0 0;
	text-align: right;
}
.m-moreLink .m-link:hover{
	text-decoration: none;
}
.m-pankuzu{
	font-size: 12px;
}
.m-pankuzu .pankuzu-link{
	color: #444;
}
.m-contsInner{
	padding: 20px 0 0;
}
.m-leftConts{
	width: 72%;
}
.m-rightConts{
	margin: 0 0 0 3%;
	width: 25%;
}
.m-detailHead{
	font-size: 24px;
	letter-spacing: 1.3px;
	line-height: 1.3;
}
.m-detailListConts{
	margin: 18px 0 0;
}
.m-link{
    color: #1460a7;
}
.m-link:visted{
	color: #1460a7;
}
.m-link:hover{
	color: #f46565;
	text-decoration: none;
}
.m-pager{
    margin-top: 13px;
    text-align: center;
}

.m-pager li{
    display: inline-block;
    margin-right: 0em;
}

.m-pager .no__active:hover{
    color:#46aec6;
    border-top: 2px solid #46aec6;
}

.m-pager .no__active{
    text-decoration: none;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    color: #aaa;
    font-family: Arial;
    font-size: 18px;
    border-top: 2px solid #DDD;
    min-width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #ddd;
    margin-right: 0.3em;
    border-radius: 3px;
}

.m-pager .no__active:first-child{
    margin-left: 0;
}

.m-pager .is__active{
    display: inline-block;
    color: #FFFFFF;
    background: #46aec6;
    border-top: 2px solid #FED001;
    border-bottom: 2px solid #68A0AD;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Arial;
    font-size: 18px;
    min-width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    margin-right: 0.3em;
}

.m-pager .is__active a{
    color: #FFFFFF;
    text-decoration: none;
}
.min_tit{
	font-size: 22px;
  font-weight: normal;
	position: relative;
	width: 100%;
}
.min_tit::after{
	position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(90deg, #fb7c7c 0 10%, #dedede 10%);
}
.min_mtit{
  font-size: 22px;
  font-weight: normal;
  width: 100%;
}
.mt_6::after{
    width: calc(100% - 6rem);
}
#model .mt_6::after{
    width: calc(100% - 3rem);
}
.type_wrap{
	margin: 30px 0 0;
}
.type_liWrap{
	margin: 22px 0 0;
	width: 100%;
}
.type_liWrap .m-flexWrap{
	justify-content: start;
}
.n_tit .type_liWrap{
	margin: 40px 0 0;
}
.type_li{
    background-color: #f9f9f9;
    border-radius: 6px;
    box-sizing: border-box;
    line-height: 1.3;
    margin: 5px 8px;
}
.type_li .m-link{
  display: block;
  padding: 10px 15px;
}
@media screen and (max-width: 1099px) {
  .m-contWidth{
  	width: 94%;
  }
}
/*--------
header
--------*/
.logo{
	font-size: 26px;
	letter-spacing: 2px;
	margin: 0 auto;
	width: 9rem;
}
.logo_link{
	color: #FFF;
}
.logo_link:hover{
	text-decoration: none;
}
.logo_r{
	color: #fb3434;
}
/*--------
key
--------*/
.key_bgs{
	background-position: 0 0;
	background-repeat: repeat;
  box-sizing: border-box;
  padding: 100px;
}
.smp_wrap{
    margin: auto;
    width: 100%;
    max-width: 900px;
}
.play-video{
    height: auto;
    width: 100%;
    max-width: 900px;
}
.movie_tit{
	font-size: 26px;
	letter-spacing: 1px;
	line-height: 1.3;
	margin: 28px 0 0;
}
.movie_para{
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.5;
	margin: 8px 0 0;
}

.placeholder{
	color: #828282;
	font-size: 11px;
}
.sform-wrap{
	margin: 40px auto 0;
	width: 615px;
}
.input-wrap{
	width: 80%;
}
.sform-box{
	background-color: #FFF;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
	box-sizing: border-box;
	margin: 0 1px 0 0;
	padding: 12px 20px;
	width: calc(50% - 1px);
}
.input-box{
	display: block;
	margin: 2px 0 0;
}
.input-box_inner{
	font-size: 16px;
	margin: 6px 0 0;
	width: 100%;
}
.input-box_inner::placeholder{
	color: #9b9b9b;	
}
/* IE */
.input-box_inner:-ms-input-placeholder {
  color: #9b9b9b;	
}
/* Edge */
.input-box_inner::-ms-input-placeholder {
  color: #9b9b9b;	
}
.search-box{
	align-items: center;
	background-color: #1c95fb;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
	color: #FFF;
	display: flex;
	font-size: 16px;
	justify-content: center;
	padding: 12px 20px;
	width: 17%;
}
.search-box:hover{
	background-color: #259afd;
}
.search-txt{
	margin: auto;
}

/*--------
contents
--------*/
.img-listWrap{
	justify-content: space-between;
	margin: 15px 0;
}
.img-list{
	margin: 10px 0;
	width: calc((100% - 48px) / 4);
}
.movie_list{
	margin: 32px 0 0;
}
.item_list img:hover{
	opacity: 0.9;
}
.movie_list a{
  box-sizing: border-box;
  width: 100%;
  height: auto;
  position: relative;
}
.movie_list .item_list img{
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}
/*--------
contents_category
--------*/
.detail-para{
	line-height: 1.5;
	margin: 6px 0 0;
}
.detailList-wrap{
	background-color: #FFF;
	border: 1px solid #e9e9e9;
	border-radius: 3px;
	margin: 8px 0 0;
}
.detail-list{
	border-bottom: 1px solid #e9e9e9;
	line-height: 1.5;
}
.detail-list:last-child{
	border-bottom: none;
}
.detail-txtWrap{
	align-items: center;
	justify-content: space-between;
	padding: 10px 43px 10px 25px;
}
.detail-txtWrap:hover{
	background-color: #fafdfd;
	text-decoration: none;
}
.d-list_nbtn{
	padding: 18px 30px;
}
.area-num{
	background-color: #519692;
	border-radius: 3px;
	color: #FFF;
	font-weight: bold;
	padding: 8px 0;
	position: relative;
	text-align: center;
	width: 8em;
}
.area-num::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #519692;
  border-right: solid 2px #519692;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: -18px;
  margin-top: -4px;
}
.m-rightConts .rightConts_menu{
	margin: 24px 0;
}
.rightC_head{
	border-left: 4px solid;
    border-color: #519692;
	font-size: 17px;
	padding: 3px 0 3px 6px;
}
.m-rightConts .detail-txtWrap{
	padding: 14px 12px;
}
.area-tit{
	line-height: 1.5;
	width: 70%;
}
.area-detail{
	color: #a9a9a9;
}
/*----
リスト一覧ページ
----*/
.list_head_t{
  line-height: 1.2;
  width: 32%;
}
/*----
詳細ページ
----*/
.scroll_wrap{
    margin: 18px auto 0;
    width: 1100px;
}
.t_nailWrap .item_list{
    padding: 0 10px;
    max-height: 130px; 
    overflow: hidden;
    width: 11%;
}
.slick-prev,.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{
    opacity: .25;
}
.slick-prev{
  display: inline-block;
  vertical-align: middle;
  color: #bababa;
  line-height: 1;
  position: absolute;
  left: -22px;
  width: 20px;
  height: 20px;
  transform: translateX(25%) rotate(-135deg);
}
.slick-prev:before,.slick-prev:after{
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;  
}
.slick-prev:before{
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}
.slick-prev:after{
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;  
}
.slick-next{
  display: inline-block;
  vertical-align: middle;
  color: #bababa;
  line-height: 1;
  position: absolute;
  right: -22px;
  width: 20px;
  height: 20px;
  transform: translateX(-25%) rotate(45deg);
}
.slick-next:before,.slick-next:after{
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.slick-next:before{
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}
.slick-next:after{
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
}
.slick-prev:hover,.slick-next:hover{
  opacity: 0.5;
}
.info_wrap{
    margin: 46px 0 0;
}
.d-inner{
	line-height: 1.5;
	font-size: 14px;
    width: 70%;
}
.d-tit{
	width: 20%;
}
.d-space{
	box-sizing: border-box;
	padding: 18px 0 18px 30px;
}
.d-space .m-link{
    box-sizing: border-box;
    padding: 0 10px 0 0;
}
.d-space .m-link:last-child{
    padding: 0;
}
.dtxt_ev{
	width: 80%;
}
.d-inner .m-flexWrap{
	align-items: center;
	border-bottom: 1px solid #e9e9e9;
	justify-content: flex-start;
}
.d-inner .m-flexWrap:first-child{
	border-top: 1px solid #e9e9e9;
}
.buy_area{
    box-sizing: border-box;
    padding: 0 0 0 5%;
    width: 30%;
}
.buy_btn{
    background-color: #000;
    color: #FFF;
    display: inline-block;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    margin: 25px 0 0;
    padding: 20px 30px;
    width: 100%;
}
.buy_btn::before,
.buy_btn::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.buy_btn,
.buy_btn::before,
.buy_btn::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.buy_ico{
    stroke: #FFF;
    height: auto;
    width: 36px;
    padding: 0 4px 4px 0;
    box-sizing: border-box;
    vertical-align: middle;
}
.buy_btn:hover{
    background-color: #fb7c7c;
    text-decoration: none;
}
#readMoreBlock {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  gap: 35px;
}

.readMoreInner {
  width: 100%;
  margin: 0 auto;
  border-radius: 3px;
  box-sizing: border-box;
  background: #FFF;
}
.readMoreContainer {
  position: relative;
  height: auto;
  max-height: 55px;
  overflow: hidden;
  transition: max-height 0.6s;
}
.readMoreContainer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 40%, #ffffff 100%);
  pointer-events: none;
}
.readMoreContainer.show:after{
  z-index: -1;
  opacity: 0;
}
.readMoreBtn{
  display: block;
  margin: 0 auto;
  background: #00c2bc;
  border: 2px solid #00c2bc;
  border-radius: 8px;
  color: #FFF;
  display: block;
  font-weight: normal;
  padding: 6px 20px;
  position: relative;
  text-align: center;
  width: 10em;
}
.readMoreBtn.press{
  box-shadow: 0 4px 0 #0d9c98;
}

.readMoreContainer p:last-child {
    margin-bottom: 10px;
}
/*----
ジャンルページ
----*/
#genre .m-imgList{
    margin: 32px 0 0;
}
#genre .connect_head,#model .connect_head,#privacy .connect_head{
    border-bottom: inherit;
    display: inline;
    margin: 0;
    width: inherit;
}
#privacy .connect_head{
  background-color: inherit;
}
#genre .connect_head:before,#model .connect_head:before,#privacy .connect_head:before{
    position: inherit;
    top: inherit;
    left:  inherit;
    transform:  inherit;
    height:  inherit;
    width:  inherit;
    border-right:  inherit;
    background-color:  inherit;
    content:  inherit;
}
/*----
プライバシーポリシー
---*/
#privacy .connect_head{
    border-left: 4px solid;
    border-color: #519692;
    font-size: 17px;
    padding: 3px 0 3px 6px;
    letter-spacing: 1.3px;
    line-height: 1.3;
}
.privacy_listWrap{
  background-color: #FFF;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    line-height: 1.5;
    margin: 15px 0 0;
    padding: 10px 0;
}
.privacy_tit{
  font-weight: bold;
  box-sizing: border-box;
    padding: 2px 15px;
}
.privacyList{
    box-sizing: border-box;
    padding: 2px 15px;
}
/*----
ページャー
----*/
.paging {
  margin-top: 30px;
  text-align: center;
}

.paging_item:hover{
    color:#46aec6;
    border-top: 2px solid #46aec6;
    text-decoration: none;
}
.paging_item{
    border-bottom: 2px solid #e9e9e9;
    text-decoration: none;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    color: #aaa;
    font-family: Arial;
    font-size: 18px;
    border-top: 2px solid #DDD;
    min-width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #F1F1F1;
    margin-right: 0.3em;
    border-radius: 3px;
}
.paging .current{
    display: inline-block;
    color: #FFFFFF;
    background: #46aec6;
    border-top: 2px solid #FED001;
    border-bottom: 2px solid #68A0AD;
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-family: Arial;
    font-size: 18px;
    min-width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    margin-right: 0.3em;
}
/*----
footer
----*/
.footer-menuWrap{
	background-color: #265985;
}
.footer-menuList{
	padding: 14px 0 0;
}
.f-menu_list{
	margin: 6px 8px;
	display: inline-block;
}
.f-menuList_link{
	color: #FFF;
}
#underCheckWhole {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  display: none;
}
#privacy .l-footer{
  position: inherit;
  margin: 80px 0 0;
}
/*----
年齢確認モーダル
----*/
.ageWrap {
  display: table;
  border-collapse: collapse;
  border: none;
  position: fixed;
  z-index: 999999;
  height: 100vh;
  width: 100%;
  left: 0px;
  top: 0px;
  background-color: #000;
  color: #2e2826;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

.ageWrap>* {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
}

.ageWrap .caution_memo {
  font-size: 20px;
  line-height: 1.75;
  font-weight: 400;
  color: #fff;
  margin-top: 0;
  margin-bottom: 35px;
}

.ageWrap .caution {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0;
}

.ageWrap .choice_buttons {
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
}

.ageWrap .choice_buttons li {
  vertical-align: top;
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  text-align: center;
}

.ageWrap .choice_buttons a {
  font-size: 24px;
  line-height: 70px;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  display: inline-block;
  height: 70px;
  width: 235px;
  padding: 0 0 0;
  transition: background-color .3s;
  cursor: pointer;
}
.ageWrap .choice_buttons a:hover{
  color: #fff;
  background-color: #e70000;
}

.ageWrap .check_keep {
  margin-bottom: 20px;
}

.ageWrap .check_keep label{
  cursor: pointer;
  color: #fff;
  border: 3px solid #ece921;
  padding: 8px 16px;
  margin: 10px 0 0;
  display: inline-block;
}
.ageWrap .info {
  color: #fff;
}

.ageWrap .corpName {
  margin-top: 25px;
}

.ageWrap .corpName img {
  width: 134px;
}

.ageWrap .link_info {
  color: #fff;
  padding: 8px 0 0;
}
#age-validate-checkbox{
  margin: 0 6px 0 0;
}
.age_clear {
  position: fixed;
  top:20%;
  left: 50%;
  transform: translateY(-20%) translateX(-50%);
  width: auto;
  height: auto;
  display: block;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  z-index: 999998;
  border-radius: 5px 10px;
  background: repeating-linear-gradient(45deg, #000000, #000000 14px, #FFD900 14px, #FFD900 28px);
  padding: 10px;
  cursor: pointer;
}
.age_clear span {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  display: block;
  pointer-events: none;
}
/*----
410
----*/
.map_introList{
  background-color: #FFF;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  line-height: 1.5;
  margin: 46px 0 0;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 0;
}
.introList_tit{
    font-weight: bold;
    width: 25%;
}
.introList{
  box-sizing: border-box;
  padding: 2px 15px;
}
.introList_item{
  width: 17%;
  border-left: 1px solid;
    border-color: #e9e9e9;
  text-align: center;
}
#gone410 .connect_head{
  width: 40%
}
/*----
問い合わせ
----*/
.form_wrap{
    padding: 30px 0 20px;
    margin: auto;
    width: 630px;
}
.form_wrap .min_tit{
    color: #016147;
}
.form__inner{
    margin: 30px 0 0;
}
.form__inner dl{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.form__inner dt{
    font-size: 20px;
    font-weight: bold;
    width: 38%;
    padding: 0 10px 50px 0;
    box-sizing: border-box;
}
.form__inner dd{
    font-size: 20px;
    width: 62%;
    padding: 0 0 20px;
}
.form__inner dd input{
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    border-radius: 3px;
    height: 40px;
    width: 100%;
    padding: 0 0 0 8px;
    box-sizing: border-box;
}
.form__inner dd select{
    background-color: #f7f7f7;
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 8px;
    box-sizing: border-box;
}
.form__inner dd textarea{
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 8px;
    box-sizing: border-box;
}
.confirm .form__inner dd{
    line-height: 1.3;
}
.form_mark{
    background-color: #fff100;
    font-size: 13px;
    padding: 6px 9px;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 0 0 8px;
}
.form_mark_n{
    background-color: #cbcbcb;
    font-size: 13px;
    padding: 6px 9px;
    box-sizing: border-box;
    font-weight: bold;
    margin: 0 0 0 8px;  
}
.form__btn{
    text-align: center;
}
.error_meg{
    color: #fc6262;
}
.confirm .m-subHeadline{
    background-color: #016147;
    color: #FFF;
    font-size: 34px;
    padding: 16px 0;
    text-align: center;
}
.form_meg{
    font-size: 16px;
    margin: 10px 0 0;
    text-align: center;
}
.confirm .c-btn,.confirm .c-btnc{
    width: 100%;
}
.btn_txt{
    margin: 0 0 0 8px;
}
.comment{
    background-color: #fff3f5;
    border-radius: 6px;
    color: #ff718e;
    line-height: 1.5;
    margin: 15px auto 0;
    padding: 20px;
}
.comment li{
    margin: 0 0 0 1em;
    text-indent: -1em;
}
.mail_para{
    font-size: 16px;
    line-height: 1.3;
}
.checkbox_wrap{
    margin: 38px 0 0;
    text-align: center;
}
.checkbox__input {
  display: none;
}
.checkbox__text {
  padding-left: 32px;
  position: relative;
  cursor: pointer;
}
.checkbox__text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 4px;
}
.checkbox__input:checked + .checkbox__text:after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 6px;
  width: 10px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 5px solid #d01137;
  border-right: 5px solid #d01137;
}
.checkbox__text a{
    text-decoration: underline;
}
.ch_comme{
    font-size: 13px;
    display: inline-block;
    margin: 8px 0 0;
}
.checkbox__button {
  margin-top: 60px;
}
.button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}


body.agecheck .kiji a:active {
  pointer-events: none;
}
body.agecheck .kiji a:hover {
  filter: blur(2px) !important;
}

@media all and (max-width: 480px) {
  .ageWrap {
      font-size:12px;
  }

  .ageWrap .caution_memo {
      font-size: 13px;
      margin-bottom: 18px;
  }

  .ageWrap .caution {
      font-size: 18px;
      margin-bottom: 5px;
  }

  .ageWrap .choice_buttons {
      margin-bottom: 5px;
      font-size: 10px;
  }

  .ageWrap .choice_buttons li {
      margin-right: 5px;
      margin-left: 5px;
  }

  .ageWrap .choice_buttons a {
      font-size: 14px;
      line-height: 35px;
      height: 35px;
      width: 117px;
  }

  .ageWrap .check_keep {
      margin-bottom: 10px;
  }

  .ageWrap .corpName {
      margin-bottom: 0px;
  }

  .ageWrap .corpName img {
      width: 150px;
  }
  .age_clear {
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
  }
}

@media all and (min-width: 481px)and (max-width: 750px) {
  .ageWrap {
      font-size:12px;
  }

  .ageWrap .caution_memo {
      font-size: 13px;
      margin-bottom: 18px;
  }

  .ageWrap .caution {
      font-size: 18px;
      margin-bottom: 5px;
  }

  .ageWrap .choice_buttons {
      margin-bottom: 5px;
      font-size: 10px;
  }

  .ageWrap .choice_buttons li {
      margin-right: 5px;
      margin-left: 5px;
  }

  .ageWrap .choice_buttons a {
      font-size: 14px;
      line-height: 35px;
      height: 35px;
      width: 117px;
  }

  .ageWrap .check_keep {
      margin-bottom: 10px;
  }

  .ageWrap .corpName {
      margin-bottom: 0;
  }

  .ageWrap .corpName img {
      width: 150px;
  }
}
</style>
