@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,p,h1,h2,h3,h4,h5,h6,th,td,pre,code,blockquote,form,fieldset,legend,input,textarea,figcaption,figure{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#FFF}hr{display:none}img{vertical-align:bottom}select,input,button,textarea{font-size:99%}table{font-size:inherit;font:100%;border-collapse:collapse;border-spacing:0}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%}.hd{display:block;width:0;height:0;overflow:hidden}.cf:before,.cf:after{content:"";display:table}.cf:after{clear:both}.cf{*zoom:1}article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section,main{display:block}*{margin:0;padding:0;box-sizing:border-box;max-height:999999px;outline:none;}*:focus{outline: none;}button{background-color:transparent;border:none;cursor:pointer;outline:none;padding:0;}
/*-----------------------------------------------
 * Bace
 * Modal
 * Header
 * Footer
 * Parts
-------------------------------------------------*/
/*-----------------------------------------------
 * Bace
-------------------------------------------------*/
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
}
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
}
body{
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    color: #000;
    font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-feature-settings: "palt";
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.07em;
    line-height: 1.8;
    word-wrap: break-word;
}
.pc{ display: block; }
.sp{ display: none; }
a{ color: #222; }
a:hover{ text-decoration: none; }
.ah { transition: opacity .3s ease; }
.ah:hover { opacity: .7; }
::selection{
	background: #009cdd;
	color: #fff;
}
::-moz-selection{
    background: #009cdd;
    color:#fff;
}
@media screen and (max-width:767px){
    html{
        font-size: 62.5%;
    }
    body{
        font-size: 10px;
        font-size: 1rem;
        min-width: 320px;
    }
    .sp{ display: block; }
    .pc{ display: none; }
    .ah:hover { opacity: 1; }
	img{ max-width: 100%; height: auto; }
}

/* fullWrap */
#fullWrap{
    padding-top: 90px;
    padding-left: 280px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width:767px){
    #fullWrap{
		display: flex;
		flex-direction: column;
		min-height: 100vh;
        padding-top: 50px;
        padding-left: 0;
    }
}
/* main */
.main{
	min-width: 920px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width:767px){
	.main{
		min-width: 100%;
	}
}


/*-----------------------------------------------
 * Modal
-------------------------------------------------*/

/**
 * modalBox
 * 基盤のモーダル
 */
.modalBox{
    -webkit-overflow-scrolling: touch;
    background: rgba(0,0,0,.75);
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.oneModal{
    display: none;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

/* oneModalIn */
.oneModalIn{
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    width: 100%;
    min-width: 1200px;
    min-height: 100%;
    margin: 0 auto;
    position: relative;
}
.oneModalIn__cont{
    padding: 50px 0;
}
@media screen and (max-width:767px){
    .oneModalIn{
        min-width: 100%;
    }
    .oneModalIn__cont{
        width: 100%;
        padding: 30px 0;
    }
}

/**
 * closeBtn
 */
.closeBtn{
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
@media screen and (max-width:767px){
    .closeBtn{
        width: 40px;
        height: 40px;
    }
}
.closeBtn a{
    background: #000 url(../img/common/close.png) no-repeat 0 0 / 100%;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

/**
 * iframe
 */
/* common */
.commonIframe{
    width: 100%;
    height: 100%;
    display: block;
}

/* youtube */
.youtubeIframeWrap {
    width: 70%;
    max-width: 159.993vh;
    position: relative;
}
@media screen and (max-width:767px){
    .youtubeIframeWrap {
        width: 100%;
        max-width: 100%;
    }
}
.youtubeIframeWrap:before{
    content: "";
    display: block;
    padding-top: 56.25%;
    z-index: 0;
}
.youtubeIframe{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* goods */
.goodsIframeWrap{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media screen and (max-width:767px){
    .goodsIframeWrap{
        width: 100%;
        height: 100%;
    }
}
/* shop */
.shopIframeWrap{
    width: 800px;
}
@media screen and (max-width:767px){
    .shopIframeWrap{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .shopIframeWrap iframe{
        height: 100% !important;
    }
}
/* download */
.dlIframeWrap{
    width: 740px;
}
@media screen and (max-width:767px){
    .dlIframeWrap{
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .dlIframeWrap iframe{
        height: 100% !important;
    }
}


/*-----------------------------------------------
 * Header
-------------------------------------------------*/
.header {
	width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

/**
 * header__inner
 */
.header__inner {
	background-color: #fff;
	display: flex;
	align-items: center;
	width: 100%;
	height: 90px;
	min-width: 1200px;
	position: fixed;
	top: 0;
	left: 0;
}
@media screen and (max-width:767px){
    .header__inner {
		background-color: transparent;
		height: auto;
		min-width: 100%;
    }
	.header__inner:after {
		content: "";
		background-color: #fff;
		width: 100%;
		height: 50px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
}

/**
 * headerNav
 */
.headerNav {
	width: 100%;
	height: 100%;
}
@media screen and (max-width:767px){
    .headerNav {
		-webkit-overflow-scrolling: touch;
		background-color: #f29600;
		width: 100%;
		height: calc(100vh - 50px);
		margin-right: 0;
		margin-left: 0;
		overflow: auto;
		position: fixed;
		top: 50px;
		left: 0;
		transform: translateX(-100%);
		transition: transform .4s ease-in-out;
    }
	.header.is-active .headerNav {
		transform: translateX(0);
	}
}

/* logo */
.header__logo {
	margin-right: 20px;
	margin-left: 40px;
}
@media screen and (max-width:767px){
	.header__logo {
        width: 109px;
        margin-top: 3px;
        margin-right: auto;
        margin-left: auto;
		position: relative;
		z-index: 2;
    }
    .header__logo img{
        width: 100%;
    }
}

/**
 * headerNavLists
 */
.headerNavLists {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	margin-right: 20px;
	margin-left: auto;
}
@media screen and (max-width:767px){
	.headerNavLists {
		align-items: flex-start;
		flex-direction: column;
		justify-content: flex-start;
		height: auto;
		margin-right: 0;
		padding: 50px 0;
	}
	.headerNavLists:after {
		content: "";
		background: url(../img/common/nav_deco_1.png) no-repeat 0 0 / 100%;
		display: block;
		width: 231px;
		height: 165px;
		margin-top: auto;
		margin-right: 20px;
		margin-left: auto;
		pointer-events: none;
	}
}

/* item */
.headerNavLists__item {
	display: flex;
	align-items: center;
	height: 100%;
	margin-right: 20px;
	margin-left: 20px;
}
@media screen and (max-width:767px){
	.headerNavLists__item {
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 10px;
	}
}

/* link */
.headerNavLists__link {
    color: #000;
	display: flex;
	align-items: center;
	height: 100%;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
	transition: color .3s ease-in-out;
}
.headerNavLists__link:hover,
.headerNavLists__link.is-active  {
	color: #f29600;
}
@media screen and (max-width:767px){
	.headerNavLists__link {
		color: #fff;
		display: block;
		font-size: 20px;
		font-size: 2rem;
		letter-spacing: 0.1em;
		width: 100%;
		height: auto;
		padding-left: 40px;
	}
	.headerNavLists__link:hover,
	.headerNavLists__link.is-active  {
		color: #fff;
	}
}

/**
 * headerLeftWrap
 */
.headerLeftWrap {
	background-color: #f2f2f2;
	width: 280px;
	height: calc(100vh - 90px);
	min-height: 530px;
	position: absolute;
	top: 90px;
	left: 0;
}
.headerLeft {
	display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 90px);
}

/* logo */
.headerLeft__logo{
    width: 100%;
    height: 324px;
    margin: auto;
}
.headerLeft__logo__link{
    background: url(../img/common/main_logo.png) no-repeat 0 0 / 100%;
    display: block;
    width: 100%;
    height: 100%;
}
@media screen and (max-width:767px){
	.headerLeft__logo {
        width: 109px;
        margin-top: 7px;
        margin-right: auto;
        margin-left: auto;
    }
    .headerLeft__logo img{
        width: 100%;
    }
}

/**
 * headerLeftWrap bottom
 */
/* copyRight */
.headerLeft__bottom__copyRight{
    color: #000;
    display: block;
    font-size: 10px;
    margin-bottom: 24px;
    padding: 0 38px;
}

/* share */
.headerLeft__bottom__shareWrap{
    background-color: #f29600;
    padding: 16px 0 12px;
}
.headerLeft__bottom__share__dt{
    background: url(../img/common/share_text.png) no-repeat 0 0 / 100%;
    width: 23px;
    height: 15px;
    margin: 0 auto 10px;
}

/**
 * shareLists
 */
.headerShareLists {
    display: flex;
	align-items: center;
	justify-content: center;
}

/* item */
.headerShareLists__item {
	width: 30px;
	height: 30px;
	margin: 0 10px;
}

/* link */
.headerShareLists__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
}
.headerShareLists__link:before {
    content: "";
    background-color: #fff;
    display: block;
	width: 20px;
    height: 20px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 100%;
    mask-size: 100%;
}

/* 各SNSパーツ */
.headerShareLists__item.is-twitter .headerShareLists__link:before {
    -webkit-mask-image: url(../img/common/icon_tw.svg);
    mask-image: url(../img/common/icon_tw.svg);
}
.headerShareLists__item.is-facebook .headerShareLists__link:before {
    -webkit-mask-image: url(../img/common/icon_fb.svg);
    mask-image: url(../img/common/icon_fb.svg);
}
.headerShareLists__item.is-line .headerShareLists__link:before {
    -webkit-mask-image: url(../img/common/icon_line.svg);
    mask-image: url(../img/common/icon_line.svg);
}
.headerShareLists__item.is-hatena .headerShareLists__link:before {
    -webkit-mask-image: url(../img/common/icon_hatena.svg);
    mask-image: url(../img/common/icon_hatena.svg);
}
.headerShareLists__item.is-pocket .headerShareLists__link:before {
    -webkit-mask-image: url(../img/common/icon_pocket.svg);
    mask-image: url(../img/common/icon_pocket.svg);
}

/**
 * navBtn
 */
@media screen and (max-width:767px){
    .header__navBtnWrap {
        width: 58px;
        height: 50px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
    }
    .header__navBtn {
		display: block;
        width: 100%;
        height: 100%;
        position: absolute;
		top: 0;
    }
    .header__navBtn__lineWrap {
		width: 37px;
		height: 24px;
		margin-top: 14px;
		position: relative;
    }
	.header__navBtn__lineWrap:before {
		content: "";
		background: url(../img/common/nav_menu.png) no-repeat 0 0 / 100%;
		width: 20px;
		height: 9px;
		position: absolute;
		right: 0;
		bottom: 0;
	}
    .header__navBtn--line {
		display: block;
		width: 100%;
		height: 2px;
		transition: transform .3s ease-in-out;
    }
    .header__navBtn--line:nth-child(1) {
		background-color: #ed1e79;
		margin-bottom: 6px;
    }
    .header__navBtn--line:nth-child(2) {
		background-color: #f29600;
    }
	.header__navBtn.is-active .header__navBtn--line:nth-child(1) {
		transform: rotate(12deg) translateY(4px);
	}
	.header__navBtn.is-active .header__navBtn--line:nth-child(2) {
		transform: rotate(-12deg) translateY(-4px);
	}
}


/*-----------------------------------------------
 * Footer
-------------------------------------------------*/
.footer{
	position: relative;
	z-index: 2;
}
@media screen and (max-width:767px){
	.footer{
		margin-top: auto;
	}
}

/**
 * pagetop
 */
.pagetop{
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 10px;
	bottom: 0;
	transition: all .3s ease-in-out;
}
.pagetop.is-active{
	pointer-events: auto;
	opacity: 1;
}
.pagetop__in{
	background: url(../img/common/pagetop.jpg) no-repeat 0 0 / 100%;
	display: block;
	width: 70px;
	height: 70px;
}
@media screen and (max-width:767px){
	.pagetop{
		right: 0;
	}
	.pagetop__in{
		width: 50px;
		height: 50px;
	}
}

/**
 * copyright
 */
@media screen and (max-width:767px){
	.fullWrap__copyRight{
		color: #333;
		display: block;
		width: calc(100% - 50px);
		height: 50px;
		font-size: 10px;
		font-size: 1rem;
		line-height: 50px;
		text-align: center;
	}
}

/**
 * shareLists
 */
@media screen and (max-width:767px){
	.footer__shareWrap {
		background-color: #f29600;
		padding: 16px 0 12px;
	}
	.footer__share__dt {
		background: url(../img/common/share_text.png) no-repeat 0 0 / 100%;
		width: 23px;
		height: 15px;
		margin: 0 auto 10px;
	}

	.footerShareLists {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	/* item */
	.footerShareLists__item {
		width: 30px;
		height: 30px;
		margin: 0 10px;
	}

	/* link */
	.footerShareLists__link {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 100%;
		position: relative;
		text-decoration: none;
	}
	.footerShareLists__link:before {
		content: "";
		background-color: #fff;
		display: block;
		width: 20px;
		height: 20px;
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-position: center;
		mask-position: center;
		-webkit-mask-size: 100%;
		mask-size: 100%;
	}

	/* 各SNSパーツ */
	.footerShareLists__item.is-twitter .footerShareLists__link:before {
		-webkit-mask-image: url(../img/common/icon_tw.svg);
		mask-image: url(../img/common/icon_tw.svg);
	}
	.footerShareLists__item.is-facebook .footerShareLists__link:before {
		-webkit-mask-image: url(../img/common/icon_fb.svg);
		mask-image: url(../img/common/icon_fb.svg);
	}
	.footerShareLists__item.is-line .footerShareLists__link:before {
		-webkit-mask-image: url(../img/common/icon_line.svg);
		mask-image: url(../img/common/icon_line.svg);
	}
	.footerShareLists__item.is-hatena .footerShareLists__link:before {
		-webkit-mask-image: url(../img/common/icon_hatena.svg);
		mask-image: url(../img/common/icon_hatena.svg);
	}
	.footerShareLists__item.is-pocket .footerShareLists__link:before {
		-webkit-mask-image: url(../img/common/icon_pocket.svg);
		mask-image: url(../img/common/icon_pocket.svg);
	}
}


/*-----------------------------------------------
 * Parts
-------------------------------------------------*/
/**
 * subArticle__header
 */
.subArticle__header {
	padding: 40px 0;
}
@media screen and (max-width:767px){
	.subArticle__header {
		padding: 20px 0;
	}
}

/* pagetitle */
.subArticle__pageTitle {
	color: #f29600;
	font-size: 36px;
    font-weight: 700;
	text-align: center;
}
@media screen and (max-width:767px){
	.subArticle__pageTitle {
		font-size: 22px;
		font-size: 2.2rem;
	}
}

/**
 * page title
 * imgタグの場合
 */
.subArticle__headerImg {
	padding: 40px 0;
}
@media screen and (max-width:767px){
	.subArticle__headerImg {
		background-color: #f2f2f2;
		padding: 20px 0;
	}
}

.subArticle__pageImgTitle {
	text-align: center;
}
@media screen and (max-width:767px){
	.subArticle__pageImgTitle {
		display: flex;
		align-items: center;
	}
	.subArticle__pageImgTitle:before {
		content: "";
		background: url(../img/common/sub_logo.png) no-repeat 0 0 / 100%;
		width: 35.06%;
		margin-left: 20px;
		padding-top: 30.79%;
	}
	.subArticle__pageImgTitle--img {
		margin: auto;
	}

	/* 各タイトルの横幅調整 */
	.subArticle__pageImgTitle--img.is-news {
		width: 15.6%;
	}
}


/**
 * Pager
 */
.pagingLists__np{
	display: none;
}

/**
 * PagerLists
 */
.pagingLists{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	padding: 0 60px;
}
@media screen and (max-width:767px){
	.pagingLists{
		padding: 0 10px;
	}
}

/* item */
.pagingLists__item{
	margin: 0 12px;
}
@media screen and (max-width:767px){
	.pagingLists__item{
		margin: 0 5px;
	}
}

/* link */
.pagingLists__link,
.pagingLists__active{
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 3px 6px;
    position: relative;
    text-decoration: none;
}
@media screen and (max-width:767px){
    .pagingLists__link,
    .pagingLists__active{
        font-size: 12px;
        font-size: 1.2rem;
    }
}
.pagingLists__link{
    color: #000;
    transition: all .3s ease-in-out;
}
.pagingLists__link:hover{
    color: #f29600;
}
.pagingLists__link:before{
    content: "";
    background-color: #f29600;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: translateY(10px);
    transition: all .3s ease-in-out;
}
.pagingLists__link:hover:before{
    opacity: 1;
    transform: translateY(0);
}
.pagingLists__active{
    color: #f29600;
}
.pagingLists__active:before{
    content: "";
    background-color: #f29600;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}


/**
 * Back to
 */
.backto{
    display: table;
    height: 36px;
    margin: 80px auto 0;
}
.backto__link{
    border: 2px solid #f29600;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    height: 100%;
    padding: 0 130px;
    position: relative;
    text-align: center;
    text-decoration: none;
}
@media screen and (max-width:767px){
    .backto{
        height: 30px;
        margin: 40px auto 0;
    }
    .backto__link{
        justify-content: center;
        font-size: 14px;
        font-size: 1.4rem;
        padding: 0 80px;
    }
}
.backto__link:after{
    content: "";
    background-color: #f29600;
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: height .3s ease-in-out;
}
.backto__link:hover:after{
    height: 100%;
}
.backto__link__in{
    color: #f29600;
    position: relative;
    z-index: 1;
    transition: color .3s ease-in-out;
}
.backto__link:hover .backto__link__in{
    color: #fff;
}
@media screen and (max-width:767px){
    .backto__link:hover:after{
        height: 0;
    }
    .backto__link:hover .backto__link__in{
        color: #f29600;
    }
}
