@charset "UTF-8";

/* 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, 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;font-size: 100%;font: inherit;vertical-align: baseline;}*{box-sizing: border-box;}body {line-height: 1;-webkit-text-size-adjust: 100%;}img {border: 0;vertical-align: bottom;}article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section{display: block;}sub{vertical-align: sub;}sup{vertical-align: super;}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;}pre {white-space: pre-wrap;}

/* base
---------------------------------------------------------------------------- */
/*------------- General Elements -------------*/
html {
	font-size: 62.5%;
	overflow:auto;
}

body {
	font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 400;
	color: #000000;
	font-size: 1.8rem;
	overflow-x:hidden;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

a {
	text-decoration: none;
	color: #7365A5;
	outline: none;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
a:hover {
	opacity: 0.8;
}

img {
	max-width: 100%;
}

* {
	word-break: break-all;
	box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
body {
	min-width: 100%;
}
}

@media screen and (max-width: 768px) {
	body {
	width: 100vm;
		max-width: 100vm;
	overflow-x:hidden;
	}
}

/*------------- .l-pagebody -------------*/
.l-pagebody {
	width: 100%;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
.l-pagebody {
	padding-top:0;
}
}
/*------------- .l-header -------------*/
.l-header {
	padding:15px 0 0 0;
	position:static;
}
.l-header a:hover {
	opacity:1;
}
.l-header .h-box {
	width:100%;
	max-width:1280px;
	margin:0 auto;
	background:#fff;
	border-radius:5px;
	display:table;
}
.l-header .h-box.fixed {
	position:fixed;
	z-index:998;
	left:0;
	right:0;
}
.l-header .h-box h1,
.l-header .h-box p.logo {
	display:table-cell;
	vertical-align:middle;
	padding:20px 0 15px 24px;
	width:108px;
}
.l-header .h-box .h-box-right {
	display:table-cell;
	vertical-align:middle;
	line-height:1.4;
}
.l-header .h-box .h-box-right ul {
	font-size:0;
}
.l-header .h-box .h-box-right ul li {
	display:inline-block;
	text-align:center;
	padding:0 16px;
}
.l-header .h-box .h-box-right ul li img {
	vertical-align:middle;
}
.l-header .h-box .h-box-right ul li {
		cursor: pointer;
}
.l-header .h-box .h-box-right ul li:first-child img {
	width:26px;
	height:auto;
}
.l-header .h-box .h-box-right ul li:last-child img {
	width:18px;
	height:auto;
}
@media screen and (max-width: 1220px) {
.l-header .h-box {
	width:100%;
}
}
@media screen and (max-width: 970px) {
.l-header .h-box .h-box-right ul li {
	padding:0 10px 0 0;
}
}
@media screen and (max-width: 768px) {
.l-header {
	background:none;
	height:auto;
	margin:0;
	padding: 0;
	overflow-x:hidden;
}
.l-header .h-box {
    margin: 0 auto;
    border-radius: 0;
    display: block;
}
.l-header .h-box h1, .l-header .h-box p.logo {
    display: table-cell;
    vertical-align: middle;
    padding: 14px 0 14px 9px;
    width: 84px;
}
.l-header .h-box .h-box-right {
     width: 80px;
	height:42px;
   display: block;
	position:absolute;
	top:10px;
	right:0;
    background: #fff;
	z-index:10;
}
.l-header .h-box .h-box-right ul li {
    display: inline-block;
    text-align: center;
    padding: 5px 0 0 10px;
}
.l-header .h-box .h-box-right ul li:first-child img{
	width:26px;
	height:auto;
}
.l-header .h-box .h-box-right ul li:last-child img{
	width:18px;
	height:auto;
}
}
/*------------- .search-gnav -------------*/
    #search-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        right: -100vw;
        background: #fff;
        width: 60%;
		top:0;
		bottom:0;
        padding:60px 0 200px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
	text-align:center;
	z-index:999;
        min-height: 100vh;
     }
    /* #global-nav スライドアニメーション */
    .open #search-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateX(-100vw);
        -webkit-transform: translateX(-100vw);
        transform: translateX(-100vw);
        position: fixed;
		overflow: auto;
    }
    #search-nav .close {
		cursor: pointer;
		position:absolute;
		right:40px;
		top:40px;
	}
    #search-nav .search {
		text-align:left;
		padding:0 0 0 5px;
		width:80%;
		max-width:550px;
		margin:230px auto 0 auto;
		border-bottom:2px solid #000000;
	}
    #search-nav .search img {
		display:inline-block;
		vertical-align:bottom;
	}
    #search-nav .search input[type="text"] {
		padding: 10px 5px 5px 5px;
		border: none;
		border-radius: 0;
		outline: none;
		background: none;
		font-size:1.5rem;
		width:calc(100% - 60px);
		margin-bottom:5px;
	}
	#search-nav .search ::placeholder {
		color: #999;
	}
    #search-nav .keyword {
		color:#9D9D9D;
		width:80%;
		max-width:550px;
		margin:40px auto 0 auto;
		text-align:left;
		font-size:1.5rem;
	}
    #search-nav .keyword ul{
		margin:10px 0 100px 0;
	}
    #search-nav .keyword ul li{
		display:inline-block;
		background:#F5F5F5;
		font-size:1.3rem;
		border-radius:17px;
		color:#ABABAB;
		line-height:34px;
		margin:0 0 5px 0;
		padding:0 15px;
	}
    #search-nav .keyword ul li a{
		color:#000;
	}
@media screen and (max-width: 768px) {
    #search-nav {
	width:100%;
	}
    #search-nav .close {
		cursor: pointer;
		position:absolute;
		right:15px;
		top:24px;
	}
    #search-nav .close img{
		width:12px;
		height:auto;
		vertical-align:top;
	}
	#search-nav .search_logo{
		position:absolute;
		left:9px;
		top:14px;
	}
	#search-nav .search_logo img{
		height:42px;
		width:auto;
	}
    #search-nav .search {
		width:calc(100% - 40px);
		margin:70px auto 0 auto;
		max-width: calc(100% - 40px);
	}
    #search-nav .search img {
		display:inline-block;
		vertical-align:bottom;
		/*width:24px;*/
		/*width:60px;*/
		height:35px;
		padding-bottom:5px;
	}
    #search-nav .search input[type="text"] {
		font-size:16px;
	}
    #search-nav .keyword {
		width:calc(100% - 40px);
		margin:30px auto 0 auto;
		max-width: calc(100% - 40px);
		font-size:1.1rem;
	}
}
/*------------- .menu-gnav -------------*/
    #menu-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        right: -100vw;
        background: #fff;
        width: 60%;
		top:0;
		bottom:0;
        padding:60px 0 100px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
	text-align:center;
	z-index:9999;
        min-height: 100vh;
     }
    /* #menu-nav スライドアニメーション */
    .menuopen #menu-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateX(-100vw);
        -webkit-transform: translateX(-100vw);
        transform: translateX(-100vw);
        position: fixed;
		overflow: auto;
    }
    #menu-nav .close {
		cursor: pointer;
		position:absolute;
		right:40px;
		top:40px;
	}
    #menu-nav .menu {
		width:90%;
		max-width:950px;
		margin:0 auto;
	}
    #menu-nav ul.allmenu {
		margin:40px 0 40px 0;
		display: block;
		text-align:left;
		padding:0;
	}
    #menu-nav ul.allmenu li {
		display: block;
		text-align:left;
		font-size:3.2rem;
		letter-spacing: 0.1em;
		border-bottom:1px solid rgba(0, 0, 0, 0.15);
		padding:20px 0;
	font-weight:600;
	font-family:agenda,'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
    #menu-nav ul.allmenu li a{
		color:#000;
		display:block;
		background:url(../../images/common/icn_arrow.png) no-repeat right 30px center;
		background-size:8px auto;
	}
    #menu-nav ul.allmenu li ul{
		max-width:640px;
	}
    #menu-nav ul.allmenu li li{
		display: inline-block;
		text-align:left;
		font-size:1.3rem;
		border-bottom:none;
		width:150px;
		padding:0;
		font-weight:normal;
	}
    #menu-nav ul.allmenu li ul.brandlink li{
		font-size:1.4rem;
	}
    #menu-nav ul.allmenu li ul.brandlink li.long{
		width:300px;
	}
    #menu-nav ul.allmenu li li a{
		background:url(../../images/common/icn_arrow.png) no-repeat right 20px center;
		background-size:8px auto;
	}
	#menu-nav ul.other {
		background: #F3F3F3;
		border-radius: 5px;
		display: block;
		text-align:left;
		padding:25px;
		margin-bottom:100px;
	}
    #menu-nav ul.other li {
		display: block;
		text-align:left;
		margin:0 0 10px 0;
	}
	#menu-nav ul.other li a{
		color:#7D7D7D;
		font-size:1.3rem;
		background:url(../../images/common/icn_link.png) no-repeat left center;
		background-size:10px auto;
		padding:0 0 0 20px;
	}
@media screen and (max-width: 768px) {
    #menu-nav {
        width: 100%;
	}
    #menu-nav .close {
		cursor: pointer;
		position:absolute;
		right:15px;
		top:24px;
	}
    #menu-nav .close img{
		width:12px;
		height:auto;
		vertical-align:top;
	}
	#menu-nav .menu_logo{
		position:absolute;
		left:9px;
		top:14px;
	}
	#menu-nav .menu_logo img{
		height:42px;
		width:auto;
	}
    #menu-nav ul.allmenu li {
		font-size:2.0rem;
	}
    #menu-nav ul.allmenu li:nth-child(2){
		background:url(../../images/common/icn_minus.png) no-repeat left 29px;
		background-size:12px auto;
		padding-left:6%;
	}
    #menu-nav ul.allmenu li:nth-child(3) a {
		background:url(../../images/common/icn_minus.png) no-repeat left;
		background-size:12px auto;
		padding-left:6%;
	}
    #menu-nav .menu {
		width:calc(100% - 40px);
		max-width:100%;
		margin:0 auto;
	}
    #menu-nav ul.allmenu li ul{
		width:88%;
		margin:0 auto;
	}
    #menu-nav ul.allmenu li li{
		display: block;
		float:left;
		width:45%;
		margin-top:25px;
		margin-right:7%;
		font-size:1.3rem;
	}
    #menu-nav ul.allmenu li ul.brandlink{
		width:94%;
		margin:0 auto 0 0;
}
    #menu-nav ul.allmenu li ul.brandlink li{
		font-size:1.3rem;
	}
    #menu-nav ul.allmenu li ul.brandlink li.long{
		width:100%;
	}
    #menu-nav ul.allmenu li li:nth-child(2n){
		width:48%;
		margin-right:0;
	}
    #menu-nav ul.allmenu li li a{
		background:url(../../images/common/icn_arrow.png) no-repeat right center;
		background-size:8px auto;
	}
    #menu-nav ul.allmenu li li:nth-child(2){
		background:none;
		background-size:8px auto;
		padding-left:0;
	}
	#menu-nav ul.allmenu li:nth-child(2) li a,
    #menu-nav ul.allmenu li:nth-child(3) li a{
		background:url(../../images/common/icn_arrow.png) no-repeat right center;
		background-size:8px auto;
		padding-left:0;
	}
	#menu-nav ul.other {
		padding:20px;
	}
}
/*------------- .l-gnav -------------*/
.l-gnav {
	padding:22px 0 0 0;
	text-align:left;
}
.l-gnav ul {
	margin:0;
	width:740px;
	padding:0 17px;
	font-size:0;
}
.l-gnav ul li {
	display:inline-block;
	text-align:center;
	font-weight:700;
	padding:12px 12.5px 34px 12.5px;
	font-size:1.4rem;
}
.l-gnav ul li:first-child {
	padding:12px 14px 34px 14px;
}
.l-gnav ul li.on {
	background:url(../../images/common/bk_pcmenuon01.png) no-repeat center 36px ;
	background-size:100% 26px;
}
.l-gnav ul li:first-child.on {
	background:url(../../images/common/bk_pcmenuon01.png) no-repeat center 36px ;
	background-size:100% 26px;
}
.l-gnav ul li a {
	display:block;
	color:#000;
}
.l-gnav ul li.on a{
	color:#9180D5;
}
.l-gnav ul li a:hover {
	color: #3a3a3a;
	opacity:1;
}
@media screen and (max-width: 1100px) {
.l-gnav ul {
	width:98%;
}
}
@media screen and (max-width: 988px) {
.l-gnav ul li,
.l-gnav ul li:first-child {
	padding:12px 1% 34px 1%;
	font-size:1.2rem;
}
}
@media screen and (max-width: 768px) {
.spnav {
}
.spnav ul{
	overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
	padding-bottom:13px;
	font-size:0;
	white-space: nowrap;
}
.spnav ul li{
	font-size:1.2rem;
	display:inline-block;
	font-weight:bold;
	padding:0 10px 30px 10px;
	line-height:44px;
}
.spnav ul li:first-child{
	padding:0 20px 30px 20px;
}
.spnav ul li a{
	color:#000;
	display:block;
	width:100%;
}
.spnav ul li.on a{
	color:#9180D5;
}
.spnav ul li.on{
	background:url(../../images/common/bk_menuon.png) no-repeat bottom center ;
	background-size:100% 30px;
}
}
/*------------- .l-content -------------*/
.l-content{
	width:96%;
	max-width:1200px;
	margin:0 auto;
	padding:0;
}
.l-content h2{
	font-family:agenda,'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight:600;
	font-size:3.0rem;
	letter-spacing:0.1em;
	position: relative;
 	display: inline-block;
	width:100%;
	margin:0 0 15px 0;
}
.l-content h2:after{
    content:  '';
    background: #000;
    display:  block;
    position:  absolute;
    right:  0;
    width:  100%;
    height:  1px;
    top: 38%;
    margin:  auto;
	z-index:-1;
}
.l-content h2 span{
	background:#fff;
 	display: inline-block;
	padding:0 1rem 0 0;
}
.l-content h2 em{
 	display: block;
	font-size:1.2rem;
	padding:5px 0 0 0;
}
@media screen and (max-width: 980px) {
.l-content{
	width:100%;
	margin:0 auto;
	padding:0;
}
}
@media screen and (max-width: 768px) {
.l-content h2{
	font-size:2.2rem;
	letter-spacing:0.1em;
	margin-left:20px;
}
.l-content h2:after{
    top: 28%;
}
}
/*------------- .l-sidebar -------------*/
.l-maincontent{
	width:calc(95% - 335px);
	margin-right:5%;
	float:left;
}
/*------------- .l-sidebar -------------*/
.l-sidebar{
	width:335px;
	float:right;
}
@media screen and (max-width: 768px) {
.l-maincontent{
	width:100%;
	margin-right:0;
	float:none;
}
.l-sidebar{
	width:100%;
	float:none;
}
}
/*------------- .l-pagetop -------------*/
.l-pagetop a {
	position: fixed;
	background:url(../../images/common/pagetop.png) no-repeat;
	background-size:60px auto;
	bottom: 50px;
	text-align:center;
	width: 60px;
	display: block;
	height:60px;
	z-index:100;
	right:50px;
	color:#fff;
	border-radius:50%;
	line-height:60px;
	font-size:2.4rem;
	text-align:center;
}
.l-pagetop.is-fix a {
	right:50px;
	bottom: 370px;
}
@media screen and (max-width: 768px) {
.l-pagetop a {
	right:15px;
	bottom: 15px;
	width: 60px;
	height:60px;
	line-height:60px;
	font-size:1.6rem;
	background:url(../../images/common/pagetop.png) no-repeat;
	background-size:60px auto;
}
.l-pagetop.is-fix a {
	right:15px;
	bottom: 600px;
}
}
/*------------- .l-footer -------------*/
/* Footer */
.l-footer{
	background:#F3F3F3;
	color:#7D7D7D;
	padding:50px 0 25px 0;
}
.l-footer .l-content{
	max-width:1200px;
	margin:0 auto;
}
.l-footer a{
	color:#7D7D7D;
}
.l-footer .foot_menu{
	font-size:1.5rem;
}
.l-footer .foot_menu p.foot_logo{
	font-size:1.5rem;
	width:150px;
	float:left;
}
.l-footer .foot_menu ul{
	float:left;
	width:680px;
}
.l-footer .foot_menu ul li{
	display:inline-block;
	margin:0 40px 20px 0;
}
.l-footer .foot_menu ul li:nth-child(4){
}
.l-footer .foot_menu ul li a{
}
.l-footer .foot_submenu{
	font-size:1.2rem;
	color:#999999;
	padding:60px 0 0 0;
}
.l-footer .foot_submenu p{
	font-size:1.0rem;
	width:150px;
	float:right;
	text-align:right;
	color:rgba(0, 0, 0, 0.25);
}
.l-footer .foot_submenu ul{
	width:calc(100% - 150px);
	float:left;
}
.l-footer .foot_submenu ul li{
	display:inline-block;
}
.l-footer .foot_submenu ul li a{
	padding:0 10px;
	color:#999999;
}
.l-footer .foot_submenu ul li:first-child a{
	padding:0 10px 0 0;
}
@media screen and (max-width: 768px) {
.l-footer{
	padding:34px 0 20px 0;
}
.l-footer .foot_menu{
	text-align:center;
}
.l-footer .foot_menu ul{
	float:none;
	width:100%;
}
.l-footer .foot_menu ul li{
	display:block;
	margin:0;
	font-size:1.3rem;
	line-height: 42px;
}
.l-footer .foot_submenu{
	text-align:center;
	padding:23px 0 0 0;
}
.l-footer .foot_submenu ul{
	width:100%;
	float:none;
	margin:0 0 20px 0;
}
.l-footer .foot_submenu ul li {
	margin:0;
	line-height: 28px;
}
.l-footer .foot_submenu p{
	font-size:1.0rem;
	width:100%;
	float:none;
	text-align:center;
	margin-bottom:20px;
}
}
/* common
---------------------------------------------------------------------------- */

.agenda{font-family: agenda, sans-serif;}

/* block_article
---------------------------------------------------------------------------- */
a .block_article{
	color:#000;
}
.block_article a{
	color:#000;
}
.block_article .img_article img{
	height: 215px;
	width: 385px;
	object-fit: cover;
	object-position: center center;
}
.block_article ul li{
	display:inline-block;
	color:#fff;
	background: #2E2A41;
	border-radius: 2px;
	line-height:18px;
	font-size:1.0rem;
	padding:0 7px;
	margin-right: 3px;
}
.block_article ul li.column{
	background:#7265A5;
}
.txt_article p.title{
	font-size:2.4rem;
	font-weight:500;
	line-height:1.25;
	min-height:180px;
}
.txt_article .bottom_article{
	display:table;
	width:100%;
}
.txt_article .bottom_article .writer_article{
	display:table-cell;
	font-size:1.1rem;
	font-weight:400;
	vertical-align:middle;
}
.txt_article .bottom_article .writer_article img{
	display:inline-block;
	border-radius:50%;
	width:30px;
	height:auto;
	vertical-align:middle;
}
.txt_article .bottom_article .writer_article p {
	display:inline-block;
	line-height:1.4;
	vertical-align:middle;
	width:calc(100% - 60px);
	padding-top:5px;
	margin-left:5px;
}
.txt_article .bottom_article .writer_article p span{
	display:inline-block;
	color:#9D9D9D;
	font-size:1.0rem;
	width:calc(100% - 60px);
	line-height:1.8;
}
.txt_article .bottom_article .date_article{
	display:table-cell;
	text-align:right;
	font-size:1.3rem;
	vertical-align:middle;
}
.txt_article .bottom_article .date_article img{
	width:13px;
	height:auto;
	display:inline-block;
	margin:0 5px 0 0;
}
.txt_article .bottom_article .date_article .date{
	font-size:1.1rem;
	color: rgba(0, 0, 0, 0.25);
	line-height:1.8;
}
@media screen and (max-width: 1200px) {
.block_article .img_article img{
	height: 17.91vw;
	width: 32.08vw;
	object-fit: cover;
	object-position: center center;
}
}
@media screen and (max-width: 768px) {
.block_article .img_article img{
	height: 45.33vw;
	width: 100%;
	object-fit: cover;
	object-position: center center;
}
.platinum .txt_article .bottom_article .writer_article p span{
	color: #4277A8;
	color: #9D9D9D;
}
.gold .txt_article .bottom_article .writer_article p span{
	color:#BB8700;
	color: #9D9D9D;
}
.silver .txt_article .bottom_article .writer_article p span{
	color: #919191;
	color: #9D9D9D;
}
.bronze .txt_article .bottom_article .writer_article p span{
	color: #815A2B;
	color: #9D9D9D;
}
}
/* more
---------------------------------------------------------------------------- */
p.more{
	text-align:center;
	clear:both;
}
p.more a{
	color:#000;
	display:inline-block;
	margin:0 auto 100px auto;
	border: 2px solid #000000;
	padding:20px 90px;
	font-family: Agenda;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	font-weight:600;
	overflow: hidden;
	position:relative;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	-webkit-transition: 0.7s;
	transition: 0.7s;
}
p.more a:hover, p.more a:focus {
    color: #fff;
}
p.more a span{
	position:relative;
}
p.more a::before {
    right: auto;
    left: -80px;
	content: "";
	position: absolute;
	bottom: -80px;
	background: #000;
	border-radius: 50%;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	-webkit-transition: 0.7s;
	transition: 0.7s;
	width: 10px;
	height: 10px;
}
p.more a:hover::before, p.more a:focus::before {
    width: 400px;
    height: 400px;
    opacity: 1;
}
@media screen and (max-width: 768px) {
p.more a{
	margin:0 auto 55px auto;
	padding:14px 53px;
	font-size: 1.5rem;
}
}

/* タイトル系
---------------------------------------------------------------------------- */
.pagetitle{
	background: #F8F8F8;
	padding:90px 0 100px 0;
	margin:0 0 40px 0;
	text-align: center;
}
.pagetitle h1{
	font-family:agenda,'Noto Sans JP','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 3.6rem;
	line-height: 43px;
	letter-spacing: 0.1em;
	font-weight: 600;
}
.pagetitle h1 span{
	font-size: 1.5rem;
	line-height: 22px;
	display:block;
	font-weight:700;
}
.pagetitle p.articleno{
	font-weight: 500;
	font-size: 1.7rem;
	line-height: 1.47;
	color: rgba(0, 0, 0, 0.35);
}
@media screen and (max-width: 768px) {
.pagetitle{
	background: #F8F8F8;
	padding:10px 0 27px 0;
	margin:0 0 32px 0;
}
.pagetitle h1{
	font-size: 2.8rem;
	line-height: 34px;
}
.pagetitle h1 span{
	font-size: 1.3rem;
	line-height: 19px;
}
}
/* side
---------------------------------------------------------------------------- */
/* hair catalog
---------------------------------------------------------------------------- */
.catalogList{
	display: flex;
	flex-wrap: wrap;
}
.catalogList .block_catalog{
    margin: 0 0 30px 5px;
	width:calc(50% - 2.5px);
}
.block_catalog a{
	color:#000;
	
}
.catalogList .block_catalog:nth-of-type(2n+1){
    margin: 0 0 30px 0;
}
.catalogList .block_catalog .img_catalog img{
    width:100%;
	height:auto;
	margin:0 0 9px 0;
}
.catalogList .block_catalog .txt_catalog p.type{
	background: #2E2A41;
	border-radius: 2px;
	display:inline-block;
	font-size:1.2rem;
	line-height:17px;
	margin:0 5px;
	padding:0 10px;
	color:#fff;
}
.catalogList .block_catalog .txt_catalog ul{
	margin:8px 0 0 0;
}
.catalogList .block_catalog .txt_catalog ul li{
	display:inline-block;
	font-size:1.3rem;
}
.catalogList .block_catalog .txt_catalog ul li:after{
	content:"/";
	padding:0 0 0 3px;
}
.catalogList .block_catalog .txt_catalog ul li:last-child:after{
	display:none;
}
@media screen and (max-width: 768px) {
.catalogList{
	margin:0 20px 0 20px;
}
.catalogList .block_catalog{
    margin: 0 0 20px 5px;
}
.catalogList .block_catalog:nth-of-type(2n+1){
    margin: 0 0 20px 0;
}
.catalogList .block_catalog .img_catalog img{
	margin:0 0 5px 0;
}
.catalogList .block_catalog .txt_catalog p.type {
	font-size:1.0rem;
}
.catalogList .block_catalog .txt_catalog ul{
	margin:0px 0 0 0;
}
.catalogList .block_catalog .txt_catalog ul li{
	font-size:1.1rem;
}
}
/* ranking
---------------------------------------------------------------------------- */
.ranking .block_article{
	border-bottom:1px solid rgba(0, 0, 0, 0.06);
	margin:20px;
}
.ranking .block_article:nth-of-type(5){
	margin-bottom:80px;
}
.ranking .block_article .img_article{
	position:relative;
	width:35.82%;
	float:left;
	margin:0 3% 0 0;
}
.ranking .block_article .img_article img{
	width:100%;
	height:auto;
}
/* 月間記事ランキング数字部分 */
.ranking .block_article .img_article .rankno{
	position:absolute;
	left:0;
	top:0;
	background:url(../../images/top/icon_rank.png) no-repeat;
	height:37px;
	width:37px;
	padding:0 0 0 5px;
	font-size:1.6rem;
	font-style:italic;
}
/* 月間記事ランキングスライドのサイズ調整 */
.splide__slide img {
  height: auto;
  width: 100%;
}
.newList .block_article .img_article .rankno{
	position:absolute;
	left:0;
	top:0;
	background:url(../../images/top/icon_rank.png) no-repeat;
	height:37px;
	width:37px;
	padding:0 0 0 5px;
	font-size:1.6rem;
	font-style:italic;

}
.ranking .block_article .txt_article{
	width:61.18%;
	float:right;
}
.ranking .block_article .txt_article p.title{
	font-size:1.5rem;
	font-weight:500;
	line-height:1.33;
	min-height:60px;
	/*margin-top:10px;*/
}
.ranking .block_article .txt_article .bottom_article .writer_article img{
	display:none;
}
.ranking .platinum .txt_article .bottom_article .writer_article p span {
	color: #4277A8;
}
.ranking .gold .txt_article .bottom_article .writer_article p span {
	color:#BB8700;
}
.ranking .silver .txt_article .bottom_article .writer_article p span {
	color: #919191;
}
.ranking .bronze .txt_article .bottom_article .writer_article p span {
	color: #815A2B;
}
.ranking .txt_article .bottom_article .writer_article p,
.ranking .txt_article .bottom_article .writer_article p span {
	width:100%;
	vertical-align: bottom;
}

.ranking2 .block_article{
	border-bottom:1px solid rgba(0, 0, 0, 0.06);
	margin-bottom:5px;
	padding-bottom:5px;
}
.ranking2 .block_article:nth-of-type(5){
	margin-bottom:40px;
}
.ranking2 .block_article .img_article{
	position:relative;
	width:30%;
	float:left;
	margin:0 0 0 0;
}
.ranking2 .block_article .img_article img{
	width:80%;
	height:auto;
}
.ranking2 .block_article .img_article .rankno{
	position:absolute;
	left:0;
	top:0;
	background:url(../../images/top/icon_rank.png) no-repeat;
	height:37px;
	width:37px;
	padding:0 0 0 5px;
	font-size:1.6rem;
	font-style:italic;
}
.ranking2 .block_article .txt_article{
	width:61.18%;
	float:right;
}
.ranking2 .block_article .txt_article p.title{
	font-size:1rem;
	font-weight:500;
	line-height:1.33;
	min-height:30px;
	margin-top:5px;
}
.ranking2 .block_article .txt_article .bottom_article .writer_article img{
	display:none;
}
.ranking2 .platinum .txt_article .bottom_article .writer_article p span {
	color: #4277A8;
}
.ranking2 .gold .txt_article .bottom_article .writer_article p span {
	color:#BB8700;
}
.ranking2 .silver .txt_article .bottom_article .writer_article p span {
	color: #919191;
}
.ranking2 .bronze .txt_article .bottom_article .writer_article p span {
	color: #815A2B;
}
.ranking2 .txt_article .bottom_article .writer_article p,
.ranking2 .txt_article .bottom_article .writer_article p span {
	width:100%;
	vertical-align: bottom;
}
.ranking2{
  width:400px;
  background-color:#ffffff;
}
#ranking2{
  width:330px;
  padding:0 15px;
  position:fixed;
  top:120px;
  right:30;
  display:none;
  background-color:#ffffff;
}

/*このクラスが付与されると表示する*/
.active{
  opacity: 1;
  visibility: visible;
}



}


@media screen and (max-width: 768px) {
.ranking .block_article .img_article{
	width:120px;
}
.ranking .block_article .txt_article{
	width: calc(97% - 120px);
}
.ranking .block_article{
	margin-right:20px;
	margin-left:20px;
}
.ranking .block_article .txt_article p.title{
	font-size:1.4rem;
}
.ranking2{
   display:none;
}
}
@media screen and (max-width: 375px) {

.ranking .block_article .img_article{
	width:100px;
}
.ranking .block_article .txt_article{
	width: calc(97% - 100px);
}
.ranking .block_article .txt_article p.title {
    min-height: 45px;
    margin-top: 5px;
}
.ranking2{
   display:none;
}

}
/* tag
---------------------------------------------------------------------------- */
.tag ul{
	margin:0 0 40px 0;
}
.tag ul li{
	display:inline-block;
	background:#F5F5F5;
	font-size:1.3rem;
	border-radius:17px;
	color:#ABABAB;
	line-height:34px;
	margin:0 5px 5px 0;
	padding:0 15px;
}
.tag ul li a{
	color:#000;
	padding:0 0 0 5px;
}
.tag .more a{
	margin-bottom:80px;
}
@media screen and (max-width: 768px) {
.tag ul{
	margin:0 20px 40px 20px;
}
}
/* brand
---------------------------------------------------------------------------- */
.brand .block_brand{
	border:1px solid #E7E7E7;
	margin:0 0 20px 0;
}
.brand .block_brand a{
	color:#000;
}
.brand .block_brand p{
	margin:0 20px 17px 20px;
	font-size:1.3rem;
	font-weight:bold;
}
.brand .block_brand p.bn{
	margin:0 0 17px 0;
}
.brand .block_brand p.bn img{
	width:100%;
	height:auto;
}
.brand .block_brand p.insta{
	background:url(../../images/common/icn_arrow.png) no-repeat right center;
	background-size:auto 5px;
}
.brand .block_brand p.insta a{
	background:url(../../images/common/icn_instagram.png) no-repeat left center;
	background-size:16px auto;
	padding:2px 0 2px 20px;
}
.brand .block_brand ul{
	margin:3px 20px 17px 20px;
	font-size:1.5rem;
}
.brand .block_brand ul li{
	margin:0 0 20px 0;
}
.brand .block_brand ul li a{
	background:url(../../images/common/icn_link.png) no-repeat left center;
	background-size:12px auto;
	border-bottom:1px dotted #7D7D7D;
	color:#7D7D7D;
	padding:5px 0 5px 22px;
}
.instafeed,
.instafeedtinbar,
.instafeeddeeplayer,
.instafeedmm{
	overflow:hidden;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	white-space: nowrap;
	margin:17px 0 17px 20px;
}
.instafeed div,
.instafeedtinbar div,
.instafeeddeeplayer div,
.instafeedmm div{
	display:inline-block;
	width:120px;
	height:120px;
	margin:0 5px 0 0;
	vertical-align:middle;
	object-fit: cover;
}
.instafeed div img,
.instafeedtinbar div img,
.instafeeddeeplayer div img,
.instafeedmm div img{
	width:100%;
	height:auto;
}
  @keyframes loop {
    0% {
      -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
      transform: translateX(0%);
    }
    to {
      -webkit-transform: translateX(-1850%);
      -ms-transform: translateX(-1850%);
      transform: translateX(-1850%);
    }
  }
.instafeed div,
.instafeedtinbar div,
.instafeeddeeplayer div,
.instafeedmm div{
  animation: loop 50s 3s linear infinite;
}
@media screen and (max-width: 768px) {
.brand .block_brand{
	margin:0 20px 20px 20px;
}
}
/* brandbn
---------------------------------------------------------------------------- */
.brandbn ul li{
	margin:0 0 10px 0;
}
.brandbn ul li img{
	width:100%;
	height:auto;
}
@media screen and (max-width: 768px) {
.brandbn ul{
	margin:0 20px 20px 20px;
}
}

/* enq
---------------------------------------------------------------------------- */
.modal__content{
	padding:0 !important;
	z-index:10;
}
.modal{
	z-index:10;
}
@media screen and (max-width: 768px) {
.modal__content{
	width: 90vw !important;
}
.modal__content .poll_area {
    width: 90vw !important;
}
}
/* パーツ系
---------------------------------------------------------------------------- */

/* module
---------------------------------------------------------------------------- */
/* RWD表示切り替え
---------------------------------------------------------------------------- */
@media all and (min-width: 769px){
	.nopc{
		display: none !important;
	}
}
@media all and (max-width: 768px){
	.nosp{
		display: none !important;
	}
}

/* フォントサイズ
---------------------------------------------------------------------------- */
.fs50 {
  font-size: 5rem !important;
}

.fs49 {
  font-size: 4.9rem !important;
}

.fs48 {
  font-size: 4.8rem !important;
}

.fs47 {
  font-size: 4.7rem !important;
}

.fs46 {
  font-size: 4.6rem !important;
}

.fs45 {
  font-size: 4.5rem !important;
}

.fs44 {
  font-size: 4.4rem !important;
}

.fs43 {
  font-size: 4.3rem !important;
}

.fs42 {
  font-size: 4.2rem !important;
}

.fs41 {
  font-size: 4.1rem !important;
}

.fs40 {
  font-size: 4rem !important;
}

.fs39 {
  font-size: 3.9rem !important;
}

.fs38 {
  font-size: 3.8rem !important;
}

.fs37 {
  font-size: 3.7rem !important;
}

.fs36 {
  font-size: 3.6rem !important;
}

.fs35 {
  font-size: 3.5rem !important;
}

.fs34 {
  font-size: 3.4rem !important;
}

.fs33 {
  font-size: 3.3rem !important;
}

.fs32 {
  font-size: 3.2rem !important;
}

.fs31 {
  font-size: 3.1rem !important;
}

.fs30 {
  font-size: 3rem !important;
}

.fs29 {
  font-size: 2.9rem !important;
}

.fs28 {
  font-size: 2.8rem !important;
}

.fs27 {
  font-size: 2.7rem !important;
}

.fs26 {
  font-size: 2.6rem !important;
}

.fs25 {
  font-size: 2.5rem !important;
}

.fs24 {
  font-size: 2.4rem !important;
}

.fs23 {
  font-size: 2.3rem !important;
}

.fs22 {
  font-size: 2.2rem !important;
}

.fs21 {
  font-size: 2.1rem !important;
}

.fs20 {
  font-size: 2rem !important;
}

.fs19 {
  font-size: 1.9rem !important;
}

.fs18 {
  font-size: 1.8rem !important;
}

.fs17 {
  font-size: 1.7rem !important;
}

.fs16 {
  font-size: 1.6rem !important;
}

.fs15 {
  font-size: 1.5rem !important;
}

.fs14 {
  font-size: 1.4rem !important;
}

.fs13 {
  font-size: 1.3rem !important;
}

.fs12 {
  font-size: 1.2rem !important;
}

.fs11 {
  font-size: 1.1rem !important;
}

.fs10 {
  font-size: 1rem !important;
}

.fs9 {
  font-size: 0.9rem !important;
}

.fs8 {
  font-size: 0.8rem !important;
}

.fs7 {
  font-size: 0.7rem !important;
}

.fs6 {
  font-size: 0.6rem !important;
}

@media screen and (max-width: 768px) {
  .spfs50 {
    font-size: 6.66667vw !important;
  }

  .spfs49 {
    font-size: 6.53333vw !important;
  }

  .spfs48 {
    font-size: 6.4vw !important;
  }

  .spfs47 {
    font-size: 6.26667vw !important;
  }

  .spfs46 {
    font-size: 6.13333vw !important;
  }

  .spfs45 {
    font-size: 6vw !important;
  }

  .spfs44 {
    font-size: 5.86667vw !important;
  }

  .spfs43 {
    font-size: 5.73333vw !important;
  }

  .spfs42 {
    font-size: 5.6vw !important;
  }

  .spfs41 {
    font-size: 5.46667vw !important;
  }

  .spfs40 {
    font-size: 5.33333vw !important;
  }

  .spfs39 {
    font-size: 5.2vw !important;
  }

  .spfs38 {
    font-size: 5.06667vw !important;
  }

  .spfs37 {
    font-size: 4.93333vw !important;
  }

  .spfs36 {
    font-size: 4.8vw !important;
  }

  .spfs35 {
    font-size: 4.66667vw !important;
  }

  .spfs34 {
    font-size: 4.53333vw !important;
  }

  .spfs33 {
    font-size: 4.4vw !important;
  }

  .spfs32 {
    font-size: 4.26667vw !important;
  }

  .spfs31 {
    font-size: 4.13333vw !important;
  }

  .spfs30 {
    font-size: 4vw !important;
  }

  .spfs29 {
    font-size: 3.86667vw !important;
  }

  .spfs28 {
    font-size: 3.73333vw !important;
  }

  .spfs27 {
    font-size: 3.6vw !important;
  }

  .spfs26 {
    font-size: 3.46667vw !important;
  }

  .spfs25 {
    font-size: 3.33333vw !important;
  }

  .spfs24 {
    font-size: 3.2vw !important;
  }

  .spfs23 {
    font-size: 3.06667vw !important;
  }

  .spfs22 {
    font-size: 2.93333vw !important;
  }

  .spfs21 {
    font-size: 2.8vw !important;
  }

  .spfs20 {
    font-size: 2.66667vw !important;
  }

  .spfs19 {
    font-size: 2.53333vw !important;
  }

  .spfs18 {
    font-size: 2.4vw !important;
  }

  .spfs17 {
    font-size: 2.26667vw !important;
  }

  .spfs16 {
    font-size: 2.13333vw !important;
  }

  .spfs15 {
    font-size: 2vw !important;
  }

  .spfs14 {
    font-size: 1.86667vw !important;
  }

  .spfs13 {
    font-size: 1.73333vw !important;
  }

  .spfs12 {
    font-size: 1.6vw !important;
  }

  .spfs11 {
    font-size: 1.46667vw !important;
  }

  .spfs10 {
    font-size: 1.33333vw !important;
  }

  .spfs9 {
    font-size: 1.2vw !important;
  }

  .spfs8 {
    font-size: 1.06667vw !important;
  }

  .spfs7 {
    font-size: 0.93333vw !important;
  }

  .spfs6 {
    font-size: 0.8vw !important;
  }
}
/* clearfix
---------------------------------------------------------------------------- */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* テキスト
---------------------------------------------------------------------------- */
.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.fwb {
  font-weight: bold !important;
}

@media screen and (max-width: 768px) {
  .sptal {
    text-align: left !important;
  }

  .sptac {
    text-align: center !important;
  }

  .sptar {
    text-align: right !important;
  }

  .spfwb {
    font-weight: bold !important;
  }
}
/* マージン
---------------------------------------------------------------------------- */
.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

@media screen and (max-width: 768px) {
  .spmt100 {
    margin-top: 13.33333vw !important;
  }

  .spmb100 {
    margin-bottom: 13.33333vw !important;
  }

  .spml100 {
    margin-left: 13.33333vw !important;
  }

  .spmr100 {
    margin-right: 13.33333vw !important;
  }

  .spmt95 {
    margin-top: 12.66667vw !important;
  }

  .spmb95 {
    margin-bottom: 12.66667vw !important;
  }

  .spml95 {
    margin-left: 12.66667vw !important;
  }

  .spmr95 {
    margin-right: 12.66667vw !important;
  }

  .spmt90 {
    margin-top: 12vw !important;
  }

  .spmb90 {
    margin-bottom: 12vw !important;
  }

  .spml90 {
    margin-left: 12vw !important;
  }

  .spmr90 {
    margin-right: 12vw !important;
  }

  .spmt85 {
    margin-top: 11.33333vw !important;
  }

  .spmb85 {
    margin-bottom: 11.33333vw !important;
  }

  .spml85 {
    margin-left: 11.33333vw !important;
  }

  .spmr85 {
    margin-right: 11.33333vw !important;
  }

  .spmt80 {
    margin-top: 10.66667vw !important;
  }

  .spmb80 {
    margin-bottom: 10.66667vw !important;
  }

  .spml80 {
    margin-left: 10.66667vw !important;
  }

  .spmr80 {
    margin-right: 10.66667vw !important;
  }

  .spmt75 {
    margin-top: 10vw !important;
  }

  .spmb75 {
    margin-bottom: 10vw !important;
  }

  .spml75 {
    margin-left: 10vw !important;
  }

  .spmr75 {
    margin-right: 10vw !important;
  }

  .spmt70 {
    margin-top: 9.33333vw !important;
  }

  .spmb70 {
    margin-bottom: 9.33333vw !important;
  }

  .spml70 {
    margin-left: 9.33333vw !important;
  }

  .spmr70 {
    margin-right: 9.33333vw !important;
  }

  .spmt65 {
    margin-top: 8.66667vw !important;
  }

  .spmb65 {
    margin-bottom: 8.66667vw !important;
  }

  .spml65 {
    margin-left: 8.66667vw !important;
  }

  .spmr65 {
    margin-right: 8.66667vw !important;
  }

  .spmt60 {
    margin-top: 8vw !important;
  }

  .spmb60 {
    margin-bottom: 8vw !important;
  }

  .spml60 {
    margin-left: 8vw !important;
  }

  .spmr60 {
    margin-right: 8vw !important;
  }

  .spmt55 {
    margin-top: 7.33333vw !important;
  }

  .spmb55 {
    margin-bottom: 7.33333vw !important;
  }

  .spml55 {
    margin-left: 7.33333vw !important;
  }

  .spmr55 {
    margin-right: 7.33333vw !important;
  }

  .spmt50 {
    margin-top: 6.66667vw !important;
  }

  .spmb50 {
    margin-bottom: 6.66667vw !important;
  }

  .spml50 {
    margin-left: 6.66667vw !important;
  }

  .spmr50 {
    margin-right: 6.66667vw !important;
  }

  .spmt45 {
    margin-top: 6vw !important;
  }

  .spmb45 {
    margin-bottom: 6vw !important;
  }

  .spml45 {
    margin-left: 6vw !important;
  }

  .spmr45 {
    margin-right: 6vw !important;
  }

  .spmt40 {
    margin-top: 5.33333vw !important;
  }

  .spmb40 {
    margin-bottom: 5.33333vw !important;
  }

  .spml40 {
    margin-left: 5.33333vw !important;
  }

  .spmr40 {
    margin-right: 5.33333vw !important;
  }

  .spmt35 {
    margin-top: 4.66667vw !important;
  }

  .spmb35 {
    margin-bottom: 4.66667vw !important;
  }

  .spml35 {
    margin-left: 4.66667vw !important;
  }

  .spmr35 {
    margin-right: 4.66667vw !important;
  }

  .spmt30 {
    margin-top: 4vw !important;
  }

  .spmb30 {
    margin-bottom: 4vw !important;
  }

  .spml30 {
    margin-left: 4vw !important;
  }

  .spmr30 {
    margin-right: 4vw !important;
  }

  .spmt25 {
    margin-top: 3.33333vw !important;
  }

  .spmb25 {
    margin-bottom: 3.33333vw !important;
  }

  .spml25 {
    margin-left: 3.33333vw !important;
  }

  .spmr25 {
    margin-right: 3.33333vw !important;
  }

  .spmt20 {
    margin-top: 2.66667vw !important;
  }

  .spmb20 {
    margin-bottom: 2.66667vw !important;
  }

  .spml20 {
    margin-left: 2.66667vw !important;
  }

  .spmr20 {
    margin-right: 2.66667vw !important;
  }

  .spmt15 {
    margin-top: 2vw !important;
  }

  .spmb15 {
    margin-bottom: 2vw !important;
  }

  .spml15 {
    margin-left: 2vw !important;
  }

  .spmr15 {
    margin-right: 2vw !important;
  }

  .spmt10 {
    margin-top: 1.33333vw !important;
  }

  .spmb10 {
    margin-bottom: 1.33333vw !important;
  }

  .spml10 {
    margin-left: 1.33333vw !important;
  }

  .spmr10 {
    margin-right: 1.33333vw !important;
  }

  .spmt5 {
    margin-top: 0.66667vw !important;
  }

  .spmb5 {
    margin-bottom: 0.66667vw !important;
  }

  .spml5 {
    margin-left: 0.66667vw !important;
  }

  .spmr5 {
    margin-right: 0.66667vw !important;
  }

  .spmt0 {
    margin-top: 0vw !important;
  }

  .spmb0 {
    margin-bottom: 0vw !important;
  }

  .spml0 {
    margin-left: 0vw !important;
  }

  .spmr0 {
    margin-right: 0vw !important;
  }
}
/* パディング
---------------------------------------------------------------------------- */
.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

@media screen and (max-width: 768px) {
  .sppt100 {
    padding-top: 13.33333vw !important;
  }

  .sppb100 {
    padding-bottom: 13.33333vw !important;
  }

  .sppl100 {
    padding-left: 13.33333vw !important;
  }

  .sppr100 {
    padding-right: 13.33333vw !important;
  }

  .sppt95 {
    padding-top: 12.66667vw !important;
  }

  .sppb95 {
    padding-bottom: 12.66667vw !important;
  }

  .sppl95 {
    padding-left: 12.66667vw !important;
  }

  .sppr95 {
    padding-right: 12.66667vw !important;
  }

  .sppt90 {
    padding-top: 12vw !important;
  }

  .sppb90 {
    padding-bottom: 12vw !important;
  }

  .sppl90 {
    padding-left: 12vw !important;
  }

  .sppr90 {
    padding-right: 12vw !important;
  }

  .sppt85 {
    padding-top: 11.33333vw !important;
  }

  .sppb85 {
    padding-bottom: 11.33333vw !important;
  }

  .sppl85 {
    padding-left: 11.33333vw !important;
  }

  .sppr85 {
    padding-right: 11.33333vw !important;
  }

  .sppt80 {
    padding-top: 10.66667vw !important;
  }

  .sppb80 {
    padding-bottom: 10.66667vw !important;
  }

  .sppl80 {
    padding-left: 10.66667vw !important;
  }

  .sppr80 {
    padding-right: 10.66667vw !important;
  }

  .sppt75 {
    padding-top: 10vw !important;
  }

  .sppb75 {
    padding-bottom: 10vw !important;
  }

  .sppl75 {
    padding-left: 10vw !important;
  }

  .sppr75 {
    padding-right: 10vw !important;
  }

  .sppt70 {
    padding-top: 9.33333vw !important;
  }

  .sppb70 {
    padding-bottom: 9.33333vw !important;
  }

  .sppl70 {
    padding-left: 9.33333vw !important;
  }

  .sppr70 {
    padding-right: 9.33333vw !important;
  }

  .sppt65 {
    padding-top: 8.66667vw !important;
  }

  .sppb65 {
    padding-bottom: 8.66667vw !important;
  }

  .sppl65 {
    padding-left: 8.66667vw !important;
  }

  .sppr65 {
    padding-right: 8.66667vw !important;
  }

  .sppt60 {
    padding-top: 8vw !important;
  }

  .sppb60 {
    padding-bottom: 8vw !important;
  }

  .sppl60 {
    padding-left: 8vw !important;
  }

  .sppr60 {
    padding-right: 8vw !important;
  }

  .sppt55 {
    padding-top: 7.33333vw !important;
  }

  .sppb55 {
    padding-bottom: 7.33333vw !important;
  }

  .sppl55 {
    padding-left: 7.33333vw !important;
  }

  .sppr55 {
    padding-right: 7.33333vw !important;
  }

  .sppt50 {
    padding-top: 6.66667vw !important;
  }

  .sppb50 {
    padding-bottom: 6.66667vw !important;
  }

  .sppl50 {
    padding-left: 6.66667vw !important;
  }

  .sppr50 {
    padding-right: 6.66667vw !important;
  }

  .sppt45 {
    padding-top: 6vw !important;
  }

  .sppb45 {
    padding-bottom: 6vw !important;
  }

  .sppl45 {
    padding-left: 6vw !important;
  }

  .sppr45 {
    padding-right: 6vw !important;
  }

  .sppt40 {
    padding-top: 5.33333vw !important;
  }

  .sppb40 {
    padding-bottom: 5.33333vw !important;
  }

  .sppl40 {
    padding-left: 5.33333vw !important;
  }

  .sppr40 {
    padding-right: 5.33333vw !important;
  }

  .sppt35 {
    padding-top: 4.66667vw !important;
  }

  .sppb35 {
    padding-bottom: 4.66667vw !important;
  }

  .sppl35 {
    padding-left: 4.66667vw !important;
  }

  .sppr35 {
    padding-right: 4.66667vw !important;
  }

  .sppt30 {
    padding-top: 4vw !important;
  }

  .sppb30 {
    padding-bottom: 4vw !important;
  }

  .sppl30 {
    padding-left: 4vw !important;
  }

  .sppr30 {
    padding-right: 4vw !important;
  }

  .sppt25 {
    padding-top: 3.33333vw !important;
  }

  .sppb25 {
    padding-bottom: 3.33333vw !important;
  }

  .sppl25 {
    padding-left: 3.33333vw !important;
  }

  .sppr25 {
    padding-right: 3.33333vw !important;
  }

  .sppt20 {
    padding-top: 2.66667vw !important;
  }

  .sppb20 {
    padding-bottom: 2.66667vw !important;
  }

  .sppl20 {
    padding-left: 2.66667vw !important;
  }

  .sppr20 {
    padding-right: 2.66667vw !important;
  }

  .sppt15 {
    padding-top: 2vw !important;
  }

  .sppb15 {
    padding-bottom: 2vw !important;
  }

  .sppl15 {
    padding-left: 2vw !important;
  }

  .sppr15 {
    padding-right: 2vw !important;
  }

  .sppt10 {
    padding-top: 1.33333vw !important;
  }

  .sppb10 {
    padding-bottom: 1.33333vw !important;
  }

  .sppl10 {
    padding-left: 1.33333vw !important;
  }

  .sppr10 {
    padding-right: 1.33333vw !important;
  }

  .sppt5 {
    padding-top: 0.66667vw !important;
  }

  .sppb5 {
    padding-bottom: 0.66667vw !important;
  }

  .sppl5 {
    padding-left: 0.66667vw !important;
  }

  .sppr5 {
    padding-right: 0.66667vw !important;
  }

  .sppt0 {
    padding-top: 0vw !important;
  }

  .sppb0 {
    padding-bottom: 0vw !important;
  }

  .sppl0 {
    padding-left: 0vw !important;
  }

  .sppr0 {
    padding-right: 0vw !important;
  }
}

/* print
---------------------------------------------------------------------------- */
/* 印刷設定
---------------------------------------------------------------------------- */
@media print {
	* html body {
		zoom: 70%;
	}
}
