@charset "utf-8";
/*-----------------------------------------------------

  BASE

----------------------------------------------------- */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 130px;
}

body {
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: #4d4d4d;
	background: #fff;
	/*font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;*/
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}

img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

.fadein {
	opacity : 0;
	transform : translate(0, 50px);
	transition : all 1000ms;
}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

._sp { display:none!important; }

@media screen and (max-width:1180px){
  ._pc { display:none!important; }
  ._sp { display:block!important; }
}

a {
    text-decoration: none;
    color: #000;
}

li { list-style: none; }

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.youtube{
  position:relative;
  width:100%;
  padding-top:56.25%;
	margin: 20px 0!important;
}
.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.youtube-icon img {
	display: block;
	max-width: 100px;
	margin-top: 15px;
}

/*-----------------------------------------------------

  inner

----------------------------------------------------- */

.inner {
    width: 100%;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
}


/*-----------------------------------------------------

  CLEARFIX

----------------------------------------------------- */
*:first-child+html .clearFix{ display: inline-block; } /* for IE7 */
.clearFix:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
* html .clearFix { display: inline-block; }
/* no ie mac \*/
* html .clearFix { height: 1%; }
 .clearFix { display: block; }
/* */


/*-----------------------------------------------------

  header

----------------------------------------------------- */


.headerContainer{
	position: fixed;
	width: 100%;
	z-index: 1;
	height: 125px;
	 transition: 0.5s;
	
}

.headerContainer.topOnly{
background: linear-gradient(145deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 75%, rgba(0,0,0,0.2) 100%);
}
.headerContainer.scroll-nav{
		background: linear-gradient(145deg, rgba(128,0,31,1) 0%, rgba(195,0,71,1) 75%, rgba(195,0,66,1) 100%);
    transition: 0.5s;
}

.headerContainer.pageHeader{
	background-color: #FFFFFF;
	 position: fixed;
}

.headerContainer.pageHeader.scroll-nav{
	background: #FFFFFF;
}


.headerNav{
	    float: left;
    width: 85%;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%) translateX(0%);
    -webkit- transform: translateY(-50%) translateX(0%);
    left: 0;
}

.headerNav li{
	width: calc(100% / 5);
	float: left;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro","游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	border-right: 1px solid #fff;
	font-size: 16px;
  line-height: 1;
	color: #FFFFFF;
	transition: all 0.3s ease 0s;
}

.headerNav li a{
  display: block;
  padding: 14px 0;
  transition: .15s;
}

.headerNav li:hover{
	background-color: #FFFFFF;
	
}

.headerNav li:hover a{
	color:  #a50134;
}

.headerContainer.pageHeader .headerNav li{
	border-right: 1px solid #333333;
	color: #333333;
	padding: 0;
		transition: all 0.3s ease 0s;
}

.headerContainer.pageHeader .headerNav li:hover{
	background: linear-gradient(145deg, rgba(128,0,31,1) 0%, rgba(195,0,71,1) 75%, rgba(195,0,66,1) 100%);
	text-decoration: none;
}

.headerContainer.pageHeader .headerNav li:hover a{
	color: #FFFFFF;
}


.headerNav li:last-child{
	border-right: none;
}

.headerContainer.pageHeader .headerNav li:last-child{
	border-right: none;
	
}

.headerNav li a{
	color: #FFFFFF;
}

 .headerNav .current a{
color: #FFFFFF;
}

.pageHeader .headerNav .current{
	background: linear-gradient(145deg, rgba(128,0,31,1) 0%, rgba(195,0,71,1) 75%, rgba(195,0,66,1) 100%);
	color: #FFFFFF;
}

.headerContainer.pageHeader .headerNav a{
	color: #333333;
}

.headerContainer.pageHeader .headerNav .current a{
	color: #FFFFFF;
}

.headerNav li span{
	display: block;
	line-height: 1;
	font-size: 11px;
  margin-top: 5px;
}

.headerContainer .headerLogo{
    position: absolute;
    bottom: 0;
    transform: translateY(-10%) translateX(0%);
    -webkit- transform: translateY(-10%) translateX(0%);
    width: 290px;
}

.headerContainer .headerLogoSp{
    position: absolute;
    width: 200px;
    top: 4px;
    left: 20px;
}

.headerRight{
	right: 0;
	width: 65%;
	position: absolute;
}

.mailLink{
	float: right;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro","游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	padding: 20px;
	background: linear-gradient(145deg, rgba(128,0,31,1) 0%, rgba(195,0,71,1) 75%, rgba(195,0,66,1) 100%);
}

.mailLink img{
	margin: 0 auto 10px;
	    max-width: 50px;
}

.mailLink p{
	color: #FFFFFF;
	font-size: 16px;

}

.mailLink span{
	display: block;
	line-height: 1;
	font-size: 11px;
}



/*ハンバーガーメニュー*/



.toggle_btn span:nth-of-type(1) {
    top: 4px;
}

.toggle_btn span:nth-of-type(2) {
    top: 14px;
}

.toggle_btn span:nth-of-type(3) {
    bottom: 4px;
}

nav {
    display: block;
    position: fixed;
    top: 0;
    left: -400px;
    bottom: 0;
    width: 400px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
}

.toggle_btn {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
}

.toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    transition: all .5s;
}

.pageHeader .toggle_btn span {
    background-color: #333333;
}

.open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
}

.open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
}

.open .toggle_btn span {
    background-color: #000;
}

.toggle_btn span:nth-of-type(1) {
    top: 4px;
}

.toggle_btn span:nth-of-type(2) {
    top: 14px;
}

.open .toggle_btn span:nth-child(2) {
    opacity: 0;
}

.toggle_btn span:nth-of-type(3) {
    bottom: 4px;
}


#navArea nav {
    padding: 0;
}

.open nav {
    left: 0;
    opacity: 1;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li a {
    display: block;
    color: #333333;
    font-size: 14px;
    padding: 1em 0;
    text-decoration: none;
    transition-duration: 0.2s;
    font-weight: bold;
	border-bottom: 1px solid #ddd;
  line-height: 1.6;
}

nav ul li a span {
  font-size: 10px;
  font-weight: normal;
  display: block;
  line-height: 1;
}

nav ul li:nth-last-child(2) a{
	color: #FFFFFF;
	background: linear-gradient(145deg, rgba(128,0,31,1) 0%, rgba(195,0,71,1) 75%, rgba(195,0,66,1) 100%);
}

nav ul li:last-child a{
	color: #FFFFFF;
background: linear-gradient(90deg, rgba(46,49,146,1) 0%, rgba(0,113,188,1) 75%, rgba(46,49,146,1) 100%);
}


#navArea li:nth-last-child(2) a::after {
    content: none;
}

#navArea li:last-child a::after {
    content: none;
}


#mask {
    display: none;
    transition: all .5s;
}

.open nav {
    left: 0;
    opacity: 1;
}

.open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
}


#navArea li a::after {
    content: "\f105";
    font-family: FontAwesome;
    color: #333333;
    font-weight: normal;
    position: absolute;
    right: 10px;
}

._sp {
    display: none!important;
}

._pc {
    display: block!important;
}


@media screen and (max-width:1030px) {

		._sp{
		display: block!important;
	}
	
	._pc {
    display:none!important;
}
	
	
.headerContainer{
	height: 80px;}	
	
}

@media screen and (max-width:767px) {

.inner{
width: 90%;
margin: 0 auto;
}	
	
.headerContainer {
    position: fixed;
    width: 100%;
    z-index: 1;
    height: 80px;
    background: none;
}	
	
.toggle_btn {
    display: block;
    position: absolute;
    top: 50%;
    right: 3%;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
    transform: translateY(-50%) translateX(0%);
    -webkit- transform: translateY(-50%) translateX(0%);	
}
	
}


/*-----------------------------------------------------

  footer

----------------------------------------------------- */


.footerContainer{
	background: linear-gradient(145deg, rgba(128,0,31,1) 0%, rgba(195,0,71,1) 75%, rgba(195,0,66,1) 100%);
	padding: 50px 0 25px;
}


.companyInformation{
	float:left;
	text-align: left;
}

.companyInformation dl{
	color: #FFFFFF;
}

.companyInformation dl dt{
	margin: 0 auto 20px;
	font-weight: bold;
}

.companyInformation .footerLogo {
    margin: 0 0 35px;
    max-width: 140px;
}

.footerSitemap{
	float: right;
}

.footerSitemap ul li{
	float: left;
	text-align: left;
	margin: 0 0 0 40px;
}

.footerSitemap ul li:first-child{
	margin: 0 0 0 0px;
}

.footerSitemap dl{
	margin: 0 auto 50px;
}

.footerSitemap dl a{
	color: #FFFFFF;
	font-size: 16px;
}

.footerSitemap dd a::before{
	content: "\f105";
	font-family: FontAwesome;
	margin: 0 10px 0 0; 
}

.footerSitemap dt{
	color: #FFFFFF;
	font-family: "游ゴシック体";
	font-weight: bold;
}


.footerBottomLink{
    display: block;
    text-align: right;
    margin: auto;
    width: 95%;
}

.footerBottomLink li{
	display: inline-block;
}

.footerBottomLink li a{
	color: #FFFFFF;
	font-size: 14px;
}

.footerBottomLink li a::before{
	content: "\f105";
	font-family: FontAwesome;
		margin: 0 10px 0 0; 

}

.footerBottomLink li{
	margin: 0 0 0 20px;
}

@media screen and (max-width:1030px) {
	
}

@media screen and (max-width:767px) {
.footerContainer{
	padding: 30px 0 80px 0;
}
	.footerSitemap dd{
    line-height: 1;
    margin-bottom: 10px;
  }
.footerSitemap ul li {
width: calc(100% / 2);
	margin: 0 0 0 0px;
}	

.footerSitemap dl a {
    color: #FFFFFF;
    font-size: 14px;
}	
	
.footerSitemap {
    float: none;
	margin: 0 0 30px;
}	

.footerSitemap dl {
    margin: 0 auto 20px;
}	
	
.companyInformation .footerLogo {
    margin: 0 0 20px;
}	
	
.companyInformation dl dt {
    margin: 0 auto 5px;
    font-weight: bold;
}	

	.companyInformation {
    text-align: left;
    }
    
    .companyInformation .footerLogo {
    margin: 0 0 10px;
    max-width: 100px;
}
    
    .companyInformation dd {
      line-height: 1;
      margin-bottom: 10px;
    }
    
    .companyInformation dd a {
      color: #fff;
    }
}
	
	
}

/*-----------------------------------------------------

 投稿ページ

----------------------------------------------------- */

.inPagehead{
	padding: 125px 0 0;
}

.magazineContent{
	float: right;
	width: 75%;
	text-align: left;
	margin: 0 auto 60px;
}

.magazineContentInner{
	margin: 0 auto 40px;	
}

.magazineSide{
	float: left;
	width: 15%;
	text-align: left;
}

.sideContent h2{
	font-size: 24px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro","游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	position: relative;
	padding: 0 0 0 15px;
	line-height: 1;
	margin: 0 auto 30px;
}

.sideContent h2::before{
	content: "";
	position: absolute;
	height: 100%;
	width: 4px;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(128,0,31,1) 0%, rgba(195,0,71,1) 75%, rgba(195,0,66,1) 100%);
}

.magazineContent .backBt a{
	display: block;
    margin: auto;
    width: 300px;
    text-align: center;
    padding: 20px 0px;
	border: 1px solid #a50134;
	color: #a50134;
	transition: all 0.3s ease 0s;
	line-height: 1;
}

.magazineContent .backBt a:hover{
	text-decoration: none;
	background-color: #a50134;
	color: #FFFFFF;
}

.magazineTitle{
		padding: 10px 40px;
	text-align: left;
	font-size: 36px;
  line-height: 1.5;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro","游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	position: relative;
	margin: 0 0 20px;
}

.magazineTitle:before{
	content: "";
	height: 100%;
	width: 4px;
	background-color: #CCCCCC;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(128,0,31,1) 0%, rgba(195,0,71,1) 75%, rgba(195,0,66,1) 100%);
}

.sideContent li{
	border-bottom: 1px solid #ecd9df;
	line-height: 1;
	margin: 0 auto 20px;
	padding:  0 0 20px;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro","游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	display: block;
	position: relative;
}

.sideContent li ::after{
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	right: 0;
	color:  #a50134;
}

@media screen and (max-width:1030px) {

	.inPagehead{
	padding: 60px 0 0;
}	
	
}

@media screen and (max-width:767px) {


	
  .magazineTitle{
		padding: 5px 0 5px 20px;
	text-align: left;
	font-size: 22px;
	margin: 0 0 10px;
}
	
	.magazineContent {
    float: none;
    width: 100%;
    text-align: left;
    margin: 0 auto 60px;
}
	
.magazineSide {
    float: none;
    width: 100%;
    text-align: left;
	    margin: 0 auto 30px;

}	

.sideContent li {
    margin: 0 auto 20px;
    padding: 0 0 10px;
}	
	
}
