@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;800;900&family=Teko:wght@700&display=swap');

/* ===============================================================================
Reset
=============================================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
    outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
table {border-collapse: collapse; border-spacing: 0;}
button {border: none;}


*{position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
html {font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */}
body {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-weight: 400;
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.5;
    color: #111;
	background-color: #FFFFFF !important;
}

img{
    line-height: 1;
}


a{cursor: pointer; color: #111; text-decoration: none; transition: opacity .3s, background .3s, color .3s;}
a:hover{ opacity: 0.7; }

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

.content_inner{
    max-width:1000px;
    margin:0 auto;
    width:100%;
}

@media screen and (max-width: 1000px){
    .content_inner{width: 95%;}
}

@media screen and (max-width: 767px){
    .content_inner{width: 95%;}
}



/*--------------------
キーカラー設定 「color:#xxxxxx;」「background-color:#xxxxxx;」を変更
----------------------*/

.keycolor{ color: #E4EA8A !important; }
.keycolor2{ color: #CB3858 !important; }
.keybgcolor{ background-color: #CB3858 !important; }
.keybgcolor2{ background-color: #E4EA8A !important; }
.keybgcolorhead{ background-color: #E4EA8A !important; }
.keybgcolor_btn{ background-color: #E4EA8A !important; }

.gnav a:hover, .gnav a.active{ background-color: #E4EA8A; opacity: 1; }
.slick-dots li.slick-active button:before{ color: #E4EA8A !important; }
#series_detail .ttl_header .content_inner{ border-left:solid 5px #CB3858; }
.month_list li a.active,
.month_list li a:hover{ background-color:#E4EA8A; }

#new .new_area .info h3{ border-left: 8px solid #CB3858; }
#appointment .point dt{ border-left: 8px solid #CB3858; }


/*--------------------
タイトル
----------------------*/

/*cmn*/
.ttl_wrap{ color: #111; }
.ttl_wrap h2{font-size: 4.5rem; font-weight: 900; line-height: 1; padding: 4rem 0 0 0; max-width: 1000px; margin:0 auto; text-align: center; position: relative; }
.ttl_wrap span.sub{font-size: 1.6rem; display: block; margin: .7em 0; font-family: 'Teko', sans-serif;}

.ttl_wrap_half h2{ 
	width: 475px; 
	height: 130px; 
	font-size: 4.5rem;
	font-weight: 900;
	line-height: 1; 
	padding: 4rem 0 0 0;
	background-repeat: no-repeat;
}
.ttl_wrap_half span.sub{font-size: 1.6rem; display: block; margin: .7em 0; font-family: 'Teko', sans-serif; }


/*セカンドページ*/
.ttl_wrap h3{font-size: 5rem; font-weight: 900; line-height: 1; text-align: center; color: #FFF; max-width: 1000px; margin:0 auto; background-color: #111111; padding: 1rem 0 0.6rem 0;}

@media screen and (max-width: 1000px){
    .ttl_wrap h2{width: 95%; margin: 0 auto; padding: 2rem 0 0 0; }
}

@media screen and (max-width: 767px){
    .ttl_wrap h2{ font-size: 3.6rem;}
	.ttl_wrap_half h2{ 
	width: 100%; 
	height: 110px; 
	font-size: 4.5rem; 
	line-height: 1; 
	padding: 1.5rem .5rem; 
	text-align: center;
}
.ttl_wrap_half span.sub{ margin: .5em 0 .4em 0; }
	
    .ttl_newrelease{background-position: right center;}
    .ttl_media{background-position: 40vw center;}
}

/*---------------
【レーベル設定】
------------------------------*/
.comiclabel{ 
	padding: .2em 0;
	text-align: center;
	color: #FFFFFF;
	margin: 0.4em 0;
}
.comiclabel_bgc{ background-color: #2878da; }
.comiclabel_gcu{ background-color: #da5228; }

/*---------------
【背景設定】
------------------------------*/

.bg_gray{ background-color: #dee2e7; }
.bg_white{background: #fff;}

.mint{color: #17dcc3;}
.wihte{color: #fff;}
.pink{color: #e8548f;}
.orange{color: #f2c31f;}
.blue{color: #1cbcff;}
.green{color: #68cd25;}
.red{color:#e61753;}

.shadow{
    -webkit-box-shadow: 0 5px 0 0 #c2ccd3;
    box-shadow: 0 5px 0 0 #c2ccd3;
}

.new:after{
    display: block; content:'NEW'; color: #fff; position: absolute; top:0; left:9px; z-index: 10; line-height: 2em; font-size: 1.2em; font-weight: 900;
}

.new:before{
    display: block;
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	border-bottom: 3em solid transparent;
	border-left: 3em solid #da0120;
	border-top: 3em solid #da0120;
	border-right: 3em solid transparent;
	opacity: 0.9;
}

@media screen and (max-width: 767px){
    .new:after,
	.new:before{font-size: 1rem;}
	.new:before{
		border-bottom: 2.5em solid transparent;
		border-left: 2.5em solid #da0120;
		border-top: 2.5em solid #da0120;
		border-right: 2.5em solid transparent;
		top: -2px;
		left: -2px;
	}
	.new:after{ top: 2px; left: 5px; }	
}

/*---------------
【ボタン】
------------------------------*/
.btn_wrap.tac{text-align: center;}
.btn_wrap.tar{text-align: right;}
.btn_wrap.tal{text-align: left;}

.btn{display:inline-block; width:100%; background:url(../images/btn_bg.png) no-repeat #2878DB; background-position: right 5px bottom 5px; color: #FFF; padding:.8em 0; font-size: 1.5em; text-align: center; font-weight: 500; transition: .3s; cursor: pointer;  box-shadow: 0 2px 0 0 #5b5b5b; }
.btn:hover{opacity: .8;}
.btn.middle{max-width:350px;}
.btn.small{max-width:180px;}
.btn.mhalf{ padding:.5em 0; font-size: 1.2em;}
.btn.mhalfs{ padding:.5em 0; font-size: 1.2em; max-width:180px;}
.btn.twitter_btn{ background:url(../images/btn_bg.png) no-repeat #00b2e6; background-position: right 5px bottom 5px;box-shadow: 0 2px 0 0 #5b5b5b; }

.col2_btn > *{
    margin-right:1%;
    max-width: 280px;
    width: 100%;
}

.col2_btn >* > a{
    display: -webkit-box; display: -ms-flexbox; display:-webkit-flex; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap;
-ms-align-items: center; align-items: center;
-webkit-justify-content: center; -ms-justify-content: center; justify-content: center;
    height: 100%;
}

.col2_btn > *:last-of-type{
    margin-right:0;
}

@media screen and (max-width: 767px){
	.btnwrap{width:100%; text-align: center; margin-bottom:2rem;}
	.itemwrap {padding-bottom: 3em;}
	.itemwrap .btnwrap{width:95%; margin:auto;}
	.btn{width:100%; max-width:100% !important; font-weight: 500; font-size: 2rem !important; padding:1.8rem 0 !important; margin: auto !important;}
	.btn.default:after{width:.8rem; height: .8rem;}
	.btn.back{padding:1.8rem 1em !important;}
    .btn.bnid{padding: .5em 0 !important; min-width: auto;}
    .col2_btn > *{max-width: 100%;}
    .col2_btn .default{padding:1.5em 0 !important;}
}



/*---------------
【ヘッダー】
------------------------------*/

.header_inner { background-image: url("../images/bg_header.png"); background-position: calc( 100% - 212px ) ; background-repeat: no-repeat; display: flex; }
.header_inner h1{ margin:0 1em; }
.header_inner img{display: block; }
.header_inner .txthed { text-align: left;  }
.hd_twitter { max-width: 212px; margin-left: auto; }

.gnav{background: #111111;}
.gnav #gnav_menu{ width: 1000px; margin: 0 auto; font-weight: 500; letter-spacing: .1em; font-size: 1.8rem; }
.gnav a{ color: #FFFFFF; padding: 0.8em 1.8em; display: block; transform:skewX(-15deg);}
.gnav a:hover, .gnav a.active{ color: #111111; }
.gnav a span{ transform:skewX(15deg); display: block; }
.gnav .top{width: 100%; }
.gnav .top a{color: #FFF; padding:1em; cursor: pointer; text-align: center; border-right: none;}

.header_inner .sp{display: none;}



/*ハンバーガーメニューアイコン*/

/*
#menu_open .drawer_icon.scrltop{
    top:calc(1.5vh + 37px);
}*/

#menu_open .drawer_icon{
	display: block;
    position: absolute;
    background: #111;
    top: 2.5vw;
    right: 3%;
    width: 12.5%;
    z-index: 900;
}

#menu_open .drawer_icon.fixed{
    position: fixed;
	top: 6vw;
}

#menu_open .drawer_icon:before{content:''; display: block; position: relative; padding-top: 100%; }

.drawer_icon span{position: absolute; background: #fff; width:100%; height:1vw; padding: 0.2rem !important; transition:all .3s; margin: auto; left: 0; right: 0; width: 60%; }
.drawer_icon span:nth-of-type(1){top:22%;}
.drawer_icon span:nth-of-type(2){top:calc(50% - 2px);}
.drawer_icon span:nth-of-type(3){bottom:22%;}

.active .drawer_icon{opacity: 0; transition: opacity .3s;}
/*
.active .drawer_icon span:nth-of-type(2){opacity:0;}
.active .drawer_icon span:nth-of-type(1){-webkit-transform:rotate(-45deg); transform:rotate(-45deg); top: 45%;}
.active .drawer_icon span:nth-of-type(3){-webkit-transform:rotate(45deg); transform:rotate(45deg); bottom: 45%;}
*/

/*pc*/
@media screen and (min-width: 767.1px){
    .header_inner h1{max-width: 259px;}
    .header_inner,
    .logo_wrap{-ms-flex-wrap: nowrap !important; flex-wrap: nowrap !important;}
}

@media screen and (max-width: 1024px){
    .gnav li{width:20%; text-align: center;}
    .gnav a{padding-left: 0; padding-right: 0;}
	.gnav a:hover, .gnav a.active{ color: #FFFFFF; }    
}

@media screen and (max-width: 767px){
	.header_inner { background-image: none; }
    .header_inner.flx {width: 83%; padding: 0.5em 0;}
    .logo_wrap{width: 33%;}
	.logo_wrap img{ width: 100%; }
    .logo_wrap  > a{ width: 100%; }
    .txthed{width: 40%;}
    .txthed img{ width: 100%;}
	.gnav li{width:25%; text-align: center;}
    .hd_twitter{width:16%; flex-basis:16%;}
    .hd_twitter img{width: 100%;}
    .header_inner{padding: 0;}
    .header_inner h1{margin: 0 4%;}
    .header_inner .pc{display: none;}
    .header_inner .sp{display: block;}
	.gnav ul{display: none; position: fixed; width: 100%; z-index: 99999; font-size: 0; top:0; background: rgba(17,17,17,.95); }
    .gnav li{display: block; font-size: 1.6rem; font-weight: 500; width:50%; border-bottom:1px solid rgba(255,255,255,.6); border-right:1px solid rgba(255,255,255,.6); text-align: left; float: left; }
    .gnav li:first-of-type{border-top: none; width: 100%; }
    .gnav li:nth-of-type(odd){border-right: none;}
    .gnav a{padding: 1em ; font-size: 3.5vw; transform:skewX(0deg); background-color: rgba(0,0,0,0) !important; }
    .gnav span{ padding: 1em 0; font-size: 3.5vw; transform:skewX(0deg) !important; }
    .gnav a:after{content:''; position: absolute; height: 1em; width: 1em; background: url(../images/sp_arrow.png) no-repeat; top:0; bottom:0; right: 1em; margin: auto; -webkit-background-size: contain; background-size: contain;}
	.gnav .space span:after{content:''; position: absolute; height: 1em; width: 1em; background: none; top:0; bottom:0; right: 1em; margin: auto; -webkit-background-size: contain; background-size: contain; }
    .close{border-bottom: 1px solid rgba(255,255,255,.4);}
    .gnav a.active{background: none; color: #fff;}
	.gnav #top{ width: 100%; text-align: center; }
	.gnav #top a{color: #FFF; text-align: center; padding:1em; cursor: pointer; border-right: none;}
	.gnav .close{color: #FFF; width: 100%; text-align: center; padding:1em; cursor: pointer; border-right: none; margin-top: -1px; border-top:1px solid rgba(255,255,255,.6);}
}

/*
flexbox------------------------------------------*/
.col2 > li{width:49%; margin-right:2%;}
.col2 > li:nth-of-type(even){margin-right:0;}

.col3 > li{width:32%; margin-right:3%;}
.col2 > li:nth-of-type(3n){margin-right:0;}
.col4 > li{width:24%; margin-right:1%;}
.col4 > li:nth-of-type(4n){margin-right:0;}

.col5 > li{width:19%; margin-right:1%;}
.col5 > li:nth-of-type(5n){margin-right:0;}


.flx{display: -webkit-box; display: -ms-flexbox; display:-webkit-flex; display:flex; -ms-flex-wrap: wrap; flex-wrap: wrap; max-width: 100%;}

.flxcont{display:inline-block;}
.flx.al_center{-ms-align-items: center; align-items: center;}
.flx.fl_col{-webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
.flx.js_justify{-webkit-box-pack: justify; -ms-flex-pack: justify; flex-pack: justify; justify-content: space-between;}
.flx.js_end{-webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end;}
.flx.js_around{-ms-flex-pack: distribute; justify-content: space-around;}
.flx.js_start{-webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start;}
.flx.js_center{-webkit-justify-content: center; -ms-justify-content: center; justify-content: center;}
.inline_flx{display:inline-flex;}


.icon_wrap:before,.icon_wrap:after{content:''; position: absolute; left: 0; top: 0; bottom: 0; margin: auto;}
.flx.flxcol2 > *{flex-basis: 49%; max-width:49%; width:49%;}
.flx.flxcol3 > *{flex-basis: 32%; max-width:32%; width:32%;}
.flx.flxcol4 > *{flex-basis: 24%; max-width:24%; width:24%;}
.flx.flxcol5 > *{flex-basis: 18%; max-width:18%; width:18%;}


.flx > * img{max-width:100%;}

@media screen and (max-width: 767px){
	.flx.tocol1 > *{flex-basis: 100% !important; max-width:100% !important; width:100% !important; margin-right:0 !important;}
	.flx.tocol2 > *{flex-basis: 49% !important; max-width:49% !important; width:49% !important;}
	.flx.tocol3 > *{flex-basis: 32% !important; max-width:32% !important; width:32% !important;}
}


.sqex-footer-copyright{line-height: 1.5 !important; width: 95% !important;}
@media screen and (max-width: 767px){

}




/*---------------
【パンくず】
------------------------------*/
.breadcrumb{margin:0.5em 0; }
.breadcrumb li:after{content:'>'; display:inline-block; margin:0 1em 0; }
.breadcrumb li:last-of-type:after{content:'';}
/*.breadcrumb a{color: #eb000b;}*/
.breadcrumb a:hover{text-decoration: underline;}

/*---------------
【TOPに戻るボタン】
------------------------------*/
.totop {
    width: auto;
    position: fixed;
    bottom: 2em;
    right: 1em;
    display: none;
    z-index: 10000;
}

.totop a:hover{
    opacity: .8;
}

@media screen and (max-width: 767px){
	.totop { text-align: right; }
	.totop img{ width: 80%; }
}



/*---------------
【表示非表示切り替え】
------------------------------*/

.pc{display: block;}
.sp{display: none ;}
.pc.flx{display: -webkit-box; display: -ms-flexbox; display: flex; display:-webkit-flex;}
.pc.inline{display: inline-block;}

@media screen and (max-width: 767px){
	.pc{display: none;}
	.sp{display: block;}
	.sp.flx{display: -webkit-box; display: -ms-flexbox; display: flex; display:-webkit-flex;}
    .sp.inline{display: inline-block;}
}


/*---------------
【スクロール】
------------------------------*/
.scroll_list {height: 20rem; overflow: auto;}
.ps__rail-y{width:7px;}
.ps--active-y > .ps__rail-y{background: #e7e7e7 !important; width: 7px;}
.ps__rail-x, .ps__rail-y {opacity: 1!important; }
.ps__thumb-y,.ps__thumb-x{background: #eb000b !important; right:0 !important; width: 7px !important;}


/*------------------
【カスタムインプット】
---------------------------------*/

select{-webkit-appearance: none; -moz-appearance: none; appearance: none;}
select::-ms-expand { display: none;}

.custom_select{
    background: #fff url(../images/select_arrow.png) right 1em center no-repeat;
    background-size: auto auto;
    background-size: 1em auto;
    border: 1px solid #fff;
    padding: .5em 3em .5em .5em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
	display: block;
	width: 14em;
}

@media screen and (max-width: 767px){
    .custom_select{
        width: 9em;
        line-height: 6.6vw;
        font-size: 16px;
        padding: 0 1vw 0 3vw;
        display: block;
    }
}

.tcenter{ text-align: center; }
.tleft{ text-align: left; }
.eright{ text-align: right; }

.mt00 { margin-top: 0 !important; }
.mt05 { margin-top: 5px !important; }
.mt10 { margin-top: 10px !important; }
.mt15 { margin-top: 15px !important; }
.mt20 { margin-top: 20px !important; }
.mt25 { margin-top: 25px !important; }
.mt30 { margin-top: 30px !important; }
.mt35 { margin-top: 35px !important; }
.mt40 { margin-top: 40px !important; }
.mt45 { margin-top: 45px !important; }
.mt50 { margin-top: 50px !important; }
.mt55 { margin-top: 55px !important; }
.mt60 { margin-top: 60px !important; }
.mt65 { margin-top: 65px !important; }
.mt70 { margin-top: 70px !important; }
.mt75 { margin-top: 75px !important; }
.mt80 { margin-top: 80px !important; }
.mt85 { margin-top: 85px !important; }
.mt90 { margin-top: 90px !important; }
.mt95 { margin-top: 95px !important; }
.mt100 { margin-top: 100px !important; }

.mr00 { margin-right: 0 !important; }
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }
.mr45 { margin-right: 45px !important; }
.mr50 { margin-right: 50px !important; }
.mr55 { margin-right: 55px !important; }
.mr60 { margin-right: 60px !important; }
.mr65 { margin-right: 65px !important; }
.mr70 { margin-right: 70px !important; }
.mr75 { margin-right: 75px !important; }
.mr80 { margin-right: 80px !important; }
.mr85 { margin-right: 85px !important; }
.mr90 { margin-right: 90px !important; }
.mr95 { margin-right: 95px !important; }
.mr100 { margin-right: 100px !important; }

.mb00 { margin-bottom: 0 !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }

.ml00 { margin-left: 0 !important; }
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }
.ml45 { margin-left: 45px !important; }
.ml50 { margin-left: 50px !important; }
.ml55 { margin-left: 55px !important; }
.ml60 { margin-left: 60px !important; }
.ml65 { margin-left: 65px !important; }
.ml70 { margin-left: 60px !important; }
.ml75 { margin-left: 75px !important; }
.ml80 { margin-left: 80px !important; }
.ml85 { margin-left: 85px !important; }
.ml90 { margin-left: 90px !important; }
.ml95 { margin-left: 95px !important; }
.ml100 { margin-left: 100px !important; }

.pt00 { padding-top: 0 !important; }
.pt05 { padding-top: 5px !important; }
.pt10 { padding-top: 10px !important; }
.pt15 { padding-top: 15px !important; }
.pt20 { padding-top: 20px !important; }
.pt25 { padding-top: 25px !important; }
.pt30 { padding-top: 30px !important; }
.pt35 { padding-top: 35px !important; }
.pt40 { padding-top: 40px !important; }
.pt45 { padding-top: 45px !important; }
.pt50 { padding-top: 50px !important; }
.pt55 { padding-top: 55px !important; }
.pt60 { padding-top: 60px !important; }
.pt65 { padding-top: 65px !important; }
.pt70 { padding-top: 70px !important; }
.pt75 { padding-top: 75px !important; }
.pt80 { padding-top: 80px !important; }
.pt85 { padding-top: 85px !important; }
.pt90 { padding-top: 90px !important; }
.pt95 { padding-top: 95px !important; }
.pt100 { padding-top: 100px !important; }

.pr00 { padding-right: 0 !important; }
.pr05 { padding-right: 5px !important; }
.pr10 { padding-right: 10px !important; }
.pr15 { padding-right: 15px !important; }
.pr20 { padding-right: 20px !important; }
.pr25 { padding-right: 25px !important; }
.pr30 { padding-right: 30px !important; }
.pr35 { padding-right: 35px !important; }
.pr40 { padding-right: 40px !important; }
.pr45 { padding-right: 45px !important; }
.pr50 { padding-right: 50px !important; }
.pr55 { padding-right: 55px !important; }
.pr60 { padding-right: 60px !important; }
.pr65 { padding-right: 65px !important; }
.pr70 { padding-right: 70px !important; }
.pr75 { padding-right: 75px !important; }
.pr80 { padding-right: 80px !important; }
.pr85 { padding-right: 85px !important; }
.pr90 { padding-right: 90px !important; }
.pr95 { padding-right: 95px !important; }
.pr100 { padding-right: 100px !important; }

.pb00 { padding-bottom: 0 !important; }
.pb05 { padding-bottom: 5px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb15 { padding-bottom: 15px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb25 { padding-bottom: 25px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb35 { padding-bottom: 35px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb45 { padding-bottom: 45px !important; }
.pb50 { padding-bottom: 50px !important; }
.pb55 { padding-bottom: 55px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb65 { padding-bottom: 65px !important; }
.pb70 { padding-bottom: 70px !important; }
.pb75 { padding-bottom: 75px !important; }
.pb80 { padding-bottom: 80px !important; }
.pb85 { padding-bottom: 85px !important; }
.pb90 { padding-bottom: 90px !important; }
.pb95 { padding-bottom: 95px !important; }
.pb100 { padding-bottom: 100px !important; }

.pl00 { padding-left: 0 !important; }
.pl05 { padding-left: 5px !important; }
.pl10 { padding-left: 10px !important; }
.pl15 { padding-left: 15px !important; }
.pl20 { padding-left: 20px !important; }
.pl25 { padding-left: 25px !important; }
.pl30 { padding-left: 30px !important; }
.pl35 { padding-left: 35px !important; }
.pl40 { padding-left: 40px !important; }
.pl45 { padding-left: 45px !important; }
.pl50 { padding-left: 50px !important; }
.pl55 { padding-left: 55px !important; }
.pl60 { padding-left: 60px !important; }
.pl65 { padding-left: 65px !important; }
.pl70 { padding-left: 70px !important; }
.pl75 { padding-left: 75px !important; }
.pl80 { padding-left: 80px !important; }
.pl85 { padding-left: 85px !important; }
.pl90 { padding-left: 90px !important; }
.pl95 { padding-left: 95px !important; }
.pl100 { padding-left: 100px !important; }


/* フォント設定 */
.fs12 { font-size: 12px; }
.fs14 { font-size: 14px; }
.fs16 { font-size: 16px; }
.fs18 { font-size: 18px; }
.fbold { font-weight: bold; }

/* width設定 */
.w_50 { width: 50px }
.w_70 { width: 70px }
.w_100 { width: 100px }
.w_200 { width: 200px }
.w_300 { width: 300px }
.w_400 { width: 400px }
.w_500 { width: 500px }

/* width設定 */
.m_w_60 { min-width: 60px; }

@media only screen and (max-width: 680px) {
.w_50 { width: 100% }
.w_100 { width: 100% }
.w_200 { width: 100% }
.w_300 { width: 100% }
.w_400 { width: 100% }
.w_500 { width: 100% }

.w_40p { width: 40% !important }
.w_50p { width: 50% !important }
.w_60p { width: 60% !important }
.w_70p { width: 70% !important }
.w_80p { width: 80% !important }
.w_90p { width: 90% !important }
.w_100p { width: 100% !important }
}
