@charset "utf-8";
/*
Theme Name: HSO
Theme URI: https://h-s-o.jp/hayashi/wp-content/themes/hsotheme/
Description: HSO theme
Version: 1.0
Author: Coco-Factory
Author URI: https://coco-factory.jp
*/

/*--------------- ========================================
				Reset & Base Setting
================================== -----------------*/

.wp-lightbox-overlay.zoom.active .lightbox-image-container img {
	object-fit: contain!important;
}

html, body, div,span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
	-webkit-text-size-adjust: 100%;
}

address{
	font-style:normal;
	display:inline;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ol, ul,li {
	list-style: none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

html, body {
        position: relative;
        height: 100%;
}

a {
    margin:0;
    padding:0;
    vertical-align:baseline;
    background:transparent;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select,textarea {
    vertical-align:middle;
}

img {
    vertical-align: middle;
    font-size:0;
    line-height: 0;
	border:none;
}

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

.aligncenter{
	display: block;
	clear: both;
	margin:0 auto 30px auto;
	text-align:center;
}
 
.alignleft{
	float:left;
	margin:0 30px 30px 0;
}

.alignright{
	float:right;
	margin:0 0 30px 30px;
}

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

.alignleft,
.alignright{
	float: none;
	display: block;
	margin:0 auto 20px auto;
	text-align: center;
	width: auto!important;
}	
	
}


/* responsive ----------------------- */

img{
	max-width:100%;
	width:auto;
	height:auto;
}

img[src$=".svg"],
img[src$=".svgz"]{
	width: 100%;
}

.iframe-area{ display: block; position:relative; padding-bottom:61%; padding-top:30px; height:0; overflow:hidden;}
.iframe-area iframe,
.iframe-area object,  
.iframe-area embed{ position:absolute; top:0; left:0; width:100%; height:100%; }

/*--------------- Layout -----------------*/

body{
	line-height:1.7;
	word-wrap: break-word;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	color:#333;
}

main{
	display: block;
}

a{
    color: #874b7e;
	outline:none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

a:hover{
	text-decoration:none;
    color: #874b7e;
}

.row{
	position: relative;
	width:100%;
	max-width:1250px;
	margin:0 auto;
	overflow:hidden;
}

.flex{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;	
}


.wd10{
	width: 10%;
}

.wd30{
	width: 30%;
}

.wd40{
	width: 40%;
}

.wd43{
	width: 43%;
}

.wd50{
	width: 48%;
}

.wd60{
	width: 58%;
}

.wd70{
	width: 68%;
}

.wd90{
	width: 88%;
}

@media only screen and (max-width:860px){
    .wd50,
	.wd40,
	#about .wd43{
	    width:100%;
}

    .flex_reverse{
        flex-flow: row-reverse;
    }
}

@media only screen and (max-width:660px){
#interview .wd43{
	width:100%;
}
}

@media only screen and (max-width:450px){
.wd60,.wd30,.wd70{
	width:100%;
}
}

/*------------- page common --------------*/

.fade-up {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}

.fade-in-first{
    -webkit-animation:fadeec 1s linear;
    -moz-animation:fadeec 1s linear;
    -ms-animation:fadeec 1s linear;
    -o-animation:fadeec 1s linear;
    animation: fadeec 1s linear;
}

@keyframes fadeec {
    from {
		　-moz-transition:    all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
          -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
          -ms-transition:     all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
          transition:         all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
          -webkit-transform: translate(0,30px);
          -moz-transform:    translate(0,30px);
          -ms-transform:     translate(0,30px);
          transform:         translate(0,30px);
          opacity:0;
	}
    to{
       -webkit-transform: translate(0,0);
          -moz-transform:    translate(0,0);
          -ms-transform:     translate(0,0);
          transform:         translate(0,0);
          opacity:1
    }
}


/*------------- loading --------------*/

#loading_container {
	background:#874b7e;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 99999;
	color: #fff;
	text-transform: uppercase;
	font-size:80%;
}

#loading_area {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40px;
    height:40px;
    margin-top: -20px;
    margin-left: -20px;
    text-align: center;
    z-index: 999999;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/*------------- btn --------------*/

.btn {
	margin: 0 auto 80px auto;
	max-width:270px;
}

.btn a {
    background:#874b7e;
    color:#fff;
    padding:15px 10px;
    display:block;
    border-radius: 3px;
    box-shadow: 0 2px rgba(135,74,125,0.8);
	text-align: center;
	text-decoration: none;
}

.btn a:hover,
.btn a:active{
    background:#034752;
	box-shadow: none;
}


/*--------------- ========================================
				Original Common Style
================================== -----------------*/

/*------------- area --------------*/
#wrap {
 	margin:30px; 
}

@media only screen and (max-width: 860px){
#wrap {
 	margin:15px; 
}
}

.row {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
}


/*------------- font--------------*/
#logo,
.home h2,
#share h2,
#interview h3 span,
#article-area h1 span,
.next-article-inner h3 span{
    text-transform: uppercase;
    font-family: bebas-neue, sans-serif;
    font-weight: 400;
}

/*------------- header --------------*/
#header {
	position: relative;
	z-index: 2;
    padding: 30px;
}

@media only screen and (max-width: 430px){
#header {
    padding: 20px 0 0 20px;
}    
}

#header.flex{
	align-items: center;
}

#logo{
    font-size: 2rem;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, .4);
}

#logo span{
    font-size: 1rem;
	letter-spacing: 0.1em;
}

#header a{
	color:#fff;
	text-decoration: none;
}

@media only screen and (max-width: 1060px){
#logo{
	line-height: 1.2;
}
#logo span{
	display: block;
}
}

@media only screen and (max-width: 430px){
#logo{
    font-size: 1.4rem;
}
	
#logo span{
    font-size: 0.8rem;
	letter-spacing: inherit;
}
	
}


/*------------- nav-area --------------*/

#openbtn,
.nav-child{
	display: none;
}

.nav-child{
	top:50px;
	left:-66px;
	position: absolute;
	background:#333;
	width:270px;
	padding: 10px;
	z-index: 5;
	overflow:inherit!important;
}

.nav-child::before{
  content: '';
  position: absolute;
  left: 119px;
  top: -8px;
  display: block;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #333;
  border-left: 8px solid transparent;
}

.nav-child li a{
	display: block;
	text-align: left!important;
}

#gnav {
	display: flex;
	justify-content:flex-end;
}

#gnav li{
	position: relative;
}

#gnav li a,
#gnav li span{
	text-align: center;
	color: #fff;
	 padding: 3px 6px;
    text-transform: uppercase;
    text-shadow: 0 0 1px #fff; 
    margin: 20px;
    padding-bottom: 6px;
    position: relative;
    text-decoration: none;
	cursor: pointer;
}

#gnav li.current a::after,
#gnav li a::after,
#gnav li.current span::after,
#gnav li span::after{
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
    width: 80%;
    margin-left: 8px;
    height: 2px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

#gnav li.current a::after,
#gnav li a:hover::after,
#gnav li.current span::after,
#gnav li span:hover::after{
    transform: scale(1, 1);
}

#gnav li.current li a::after{
    transform: scale(0, 1);
}

#gnav li.current li a:hover::after{
    transform: scale(1, 1);
}

#gnav li.line_btn a {
    padding: 6px 12px;
    border: solid 1px #fff;
    box-shadow:  0 0 1px #fff; 
}
#gnav li.line_btn a::after {
    background: none;
}
#gnav li.line_btn a:hover {
    background: rgba(0, 0, 0, 0.3);
    text-decoration: none;
}

@media only screen and (max-width: 860px){
#openbtn{
	cursor: pointer;
	display:block;
	position:fixed;
    right: 40px;
    top: 40px;
	width:58px;
	height: 58px;
	z-index:9999;
    background: #874b7e;
	color: #fff;
	text-transform:uppercase;
	font-size: 80%;
}

#openbtn.fixed,
#openbtn.btnactive{
	top:10px;
	right:10px;
}
	
#openbtn span:nth-of-type(1) ,
#openbtn span:nth-of-type(2) ,
#openbtn span:nth-of-type(3) {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	width: 50%;
	margin:0 auto;
	height: 2px;
	background-color: #fff;
	border-radius: 2px;
}

#openbtn span:nth-of-type(1) {
	top: 10px;
}

#openbtn span:nth-of-type(2) {
	top: 20px;
}

#openbtn span:nth-of-type(3) {
	top: 30px;
}

#openbtn span:nth-of-type(4) {
	position: absolute;
	top: 35px;
	left:11px;
    font-size: 12px;
}

.btnactive#openbtn span:nth-of-type(1) {
	top: 12px;
	-webkit-transform: translateY(6px) rotate(-45deg);
	transform: translateY(6px) rotate(-45deg);
}

.btnactive#openbtn span:nth-of-type(2) {
	top: 25px;
	-webkit-transform: translateY(-6px) rotate(45deg);
	transform: translateY(-6px) rotate(45deg);
}

.btnactive#openbtn span:nth-of-type(3){
	opacity: 0;
}

#nav-area{
	display:none;
}

#nav-area.gnavactive{
    display:block;
	position: fixed;
	top:0;
	right:0;
	z-index: 999;
    background: #874b7e;
	width:100%;
	height:100vh;
}
	
#nav-area.gnavactive .nav-child{
	background:#874b7e;
	top:inherit;
	left:inherit;
	position:relative;
	width:100%;
    padding: 10px 10px 40px 10px;
}

#nav-area.gnavactive .nav-child::before{
  display: none;
}
	
#nav-area.gnavactive #gnav {
	flex-wrap: wrap;
	padding: 55px 0 0 0;
}
	
#nav-area.gnavactive #gnav li{
	width:96%;
	margin:0 auto;
	text-align: center!important;
}

#nav-area.gnavactive #gnav li a,
#nav-area.gnavactive #gnav li span{
	display: block;
	margin:10px 0 0 0;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

#nav-area.gnavactive #gnav li span::before{
	content:"\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
	position: absolute;
	left:20px;
}

#nav-area.gnavactive #gnav li.active span::before{
	content:"\f106";
}
	
#nav-area.gnavactive #gnav li.current a::after,
#nav-area.gnavactive #gnav li a::after,
#nav-area.gnavactive #gnav li.current span::after,
#nav-area.gnavactive #gnav li span::after{
    position:inherit;
    bottom:inherit;
    left:inherit;
    width:auto;
    margin-left:0;
    height:0;
    transform:none;
}

#nav-area.gnavactive #gnav li.current a::after,
#nav-area.gnavactive #gnav li a:hover::after,
#nav-area.gnavactive #gnav li.current span::after,
#nav-area.gnavactive #gnav li span:hover::after{
    transform:none;
}
	
#nav-area.gnavactive #gnav li.line_btn{
	margin:30px auto 0 auto;
	max-width:300px;
}

#nav-area.gnavactive #gnav li.line_btn a{
	border:none;
	background:#874b7e;
}

}

@media only screen and (max-width: 430px){
#openbtn{
    right:0;
    top:0;
	}	
}

/*------------- top-slide --------------*/
#mainvisual {
    background-size: 100% auto;
    position: relative;
	height: 100vh;
    margin-top: -114px;
}


#under_mainvisual {
    position: relative;
	height: 50vh;
    margin: -115px 0 100px 0;
	overflow: hidden;
}

@media only screen and (max-width: 760px){
#under_mainvisual {
    margin: -112px 0 40px 0;
}
}

@media only screen and (max-width: 430px){
#under_mainvisual {
    margin-top: -94px;
	height: 40vh!important;
}
}

.single #under_mainvisual{
	background:url("img/bg1.jpg") no-repeat center;
    background-size:cover;
}

.error404 #under_mainvisual{
	background:url("img/bg2.jpg") no-repeat center;
    background-size:cover;
}

.vegas-slide-inner{
    width: 100%;
}

.vegas-container {
    z-index: -1;
}

#site-title{
    background:rgba(135,74,125,0.8);
    padding: 20px 0;
    text-align: center;
    font-size: 2.3rem;
    font-weight: bold;
	letter-spacing: 0.05em;
    line-height: 1.3;
    position:relative;
	top:77vh;
    z-index: 4;
    color: transparent;
    text-shadow: 0 0 1px #fff;
}

   
@media only screen and (max-width: 768px){
    #site-title{
        font-size: 6vw;
    }

}

/*------------- about --------------*/

#about {
	position: relative;
	padding: 112px 0;
}

#aboutparticle{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	z-index: 0;
}

#about .flex {
	align-items: center;	
}

#about .row {
    max-width: 1086px;
	position: relative;
	z-index: 1;
}

#about .about_textarea h2{
	position: relative;
    color: #874b7e;
	padding:0 0 20px 0;
    text-align: center;
    line-height:1.4; 
    font-size: 3rem;
    margin-bottom: 40px;
	letter-spacing: 0.05em;
}

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

#about .about_textarea h2{
    font-size: 2rem;
	}
	
}

#about .about_textarea h2:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #874b7e;
    width: 50px;
    margin: 0 auto;
}

#about .about_textarea h2 span{
	display: block;
    font-size: .8rem;
}

#about .about_textarea p{
	line-height: 3;
}

#about .about_img{
	min-height: 500px;
    background: url(img/about_img.jpg) no-repeat center center;
    background-size:cover;
}

@media only screen and (max-width: 1200px){
#about .about_textarea p br{
	display: none;
}
}

@media only screen and (max-width: 860px){
    #about .flex {
        flex-direction: column-reverse;
    }

	#about .about_textarea{
	margin:0 0 60px 0;
	}

	#about .about_textarea p{
	line-height: 2.5;
}

}
/*------------- references --------------*/
#references{
    background: url(img/bg_top.jpg) no-repeat center center;
    background-size: cover;
	padding: 30px;
}

#references .row {
    max-width: 1086px;
    background:rgba(255,255,255,0.8);
    padding: 50px;
} 

@media only screen and (max-width: 990px){
#references,
#references .row {
    padding: 20px;
}    
}

#references ul li{
     list-style: circle;
    margin: 0 0 10px 1.5em;
}

#references  h3{
    font-size: 2rem;
    text-align: center;
    color:#874b7e;
    line-height: 1.4;
    margin-bottom: 20px;
}

/*------------- article --------------*/

#article-area header{
    border-bottom: 2px solid #707070;
}

#article-area header .flex{
    align-content: flex-start;
}

#article-area header .row,
#footer-page-link.row{
	max-width:1200px;
    margin: 0 auto 80px auto;
}

#footer-page-link.row{
	max-width:860px;
}

@media only screen and (max-width: 760px){
#article-area header .row{
	flex-direction: column-reverse;
    margin: 0 auto 40px auto;
}
	
#article-area .wd70,
#article-area .wd30{
	width:100%;
}	

}

#article-area h1{
	font-size:3rem;
	color: #874b7e;
	line-height: 1.1;
	letter-spacing: 0.05em;
}

#article-area h1 span{
	display: block;
	font-size:1.8rem;
}

#article-area h2{
	font-size:2.2rem;
	margin:0 0 30px 0;
}


@media only screen and (max-width: 1025px){
#article-area h1{
	font-size:2rem;
	text-align: center;
}

#article-area h1 span{
	font-size:1rem;
}
    
#article-area h2{
	font-size:2rem;
}
		
}

@media only screen and (max-width: 760px){
#article-area h2{
	text-align: center;
}
}

@media only screen and (max-width: 500px){
#article-area h1{
	font-size:6vw;
}

#article-area h1 span{
	font-size:3.5vw;
}

#article-area h2{
	font-size:8vw;
}
}

#footer-page-link ul,
#article-area header ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#footer-page-link ul li,
#article-area header ul li{
	width:48%;
	margin: 0 0 10px 0;
    position: relative;
}

@media only screen and (max-width: 760px){
	#article-area header ul{
		margin:0 0 30px 0;
	}
}

@media only screen and (max-width:480px){
#footer-page-link ul li,
#article-area header ul li{
	width:100%;
}
}

.under-heading01{
	font-size:3rem;
	text-align: center;
	margin:50px 0 80px 0;
}

.under-heading02{
	font-size:2rem;
	margin:0 0 30px 0;
	padding: 0 0 0 45px;
	position: relative;
}

@media only screen and (max-width: 760px){
.under-heading01{
	font-size:2rem;
	}	
.under-heading02{
	font-size:1.8rem;
	}	
}

@media only screen and (max-width: 500px){
.under-heading01{
	font-size:8vw;
	text-align: left;
}
.under-heading02{
	font-size:7vw;
}	
}

.under-heading02:before{
	content: '';
	position: absolute;
	top: 50%;
	left:0;
	display: inline-block;
	width: 15px;
	height: 5px;
	background-color:#434343;
}

.description{
    max-width: 960px;
    margin: 0 auto 50px auto;
    overflow: hidden;
}

.description p{
    line-height: 2;
	margin:0 0 20px 0;
}

.description-footer{
	margin: 0 0 50px 0;
}

ul.single-prenext{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-content: center;
	font-size:0.9rem;
	border:1px solid #707070;
}

ul.single-prenext li{
	width:50%;
}


@media only screen and (max-width: 600px){
ul.single-prenext{
	border:none;
}
	
ul.single-prenext li{
	width:100%;
	margin:0 0 10px 0;
	border:1px solid #707070;
}
}

ul.single-prenext li a{
	position: relative;
	display: block;
	text-decoration: none;
}

ul.single-prenext li a:hover,
ul.single-prenext li a:active{
	background:#f3f3f3;	
}

ul.single-prenext li:first-child a{
	padding:20px 20px 20px 70px;
	border-right:1px solid #707070;
}

ul.single-prenext li:last-child a{
	padding: 20px 70px 20px 20px;
	text-align: right;
}

@media only screen and (max-width: 600px){
ul.single-prenext li:first-child a{
	border:none;
}

ul.single-prenext li:last-child a{
	text-align: left;
}
}

/* arrow */

ul.single-prenext li .arrow{
	width:50px;
	position:absolute;
	top:44px;
}

ul.single-prenext li:first-child .arrow{
	left:10px;
}

ul.single-prenext li:last-child .arrow{
	right:10px;
}

ul.single-prenext li .arrow:before,
ul.single-prenext li .arrow:after{
	transform:skewX(45deg);
	content:"";
	display:block;
	position:absolute;
	background:#ccc;
}

ul.single-prenext li .arrow:before{
	width:30px;
	height:2px;
}

ul.single-prenext li .arrow:after{
	width:2px;
	height:15px;
}

ul.single-prenext li:first-child .arrow:before{
	left:10px;
	bottom:6px;
}

ul.single-prenext li:last-child .arrow:before{
	right:10px;
	bottom:6px;
}

ul.single-prenext li:first-child .arrow:after{
	transform:skewX(-45deg);
	left:17px;
	bottom:6px;
}

ul.single-prenext li:last-child .arrow:after{
    right: 17px;
	bottom:6px;
}

#footer-page-link p{
	text-align: center;
	margin: 0 0 50px 0;
	font-weight: bold;
	font-size:2rem;
}

@media only screen and (max-width: 760px){
#footer-page-link p{
	font-size:1.8rem;
	}	
}

@media only screen and (max-width: 500px){
#footer-page-link p{
	font-size:7vw;
}	
}


/*------------- next-article --------------*/

#next-article{
    background: url(img/top_interview.jpg) no-repeat center center;
    border-radius:20px;
    background-size: cover;
	padding: 50px 20px;	
	margin:0 0 80px 0;
}

#next-article .next-title{
	color: #fff;
	text-align: center;
	font-size:1.5rem;
	margin:0 0 30px 0;
	text-shadow: 0 0 10px #333;
	font-weight: bold;
}

.next-article-inner{
	margin: 0 auto;
	max-width: 500px;
}

.next-article-inner figure{
	width:35%;
	padding: 15px;
}

@media only screen and (max-width: 440px){
.next-article-inner figure{
	width: 40%;
	padding: 15px 0 15px 15px;
}

}
.next-article-inner figure span{
	overflow: hidden;
	display: block;
	border-radius: 15px;
}

.next-article-inner figure img{
	transition: all 0.5s;
	object-fit: cover;
	width: 150px;
	height: 150px;
}


.next-article-inner figure img:hover{
	transform: scale(1.1);
}

.next-article-inner h3{
    font-size: 1.6rem;
    color:#874b7e;
    line-height: 1.4;
    margin-bottom:10px;
}

.next-article-inner h3 span{
	display: block;
    font-size: 1.2rem;
    letter-spacing:0.05em;
}

.next-article-inner h4 {
    font-size:1.3rem;
    color: #333;
    margin-bottom: 10px;
}

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

.next-article-inner h3{
        font-size: 1.3rem
    }
.next-article-inner h3 span,
.next-article-inner h4{
        font-size: 1.1rem
    }

}

.next-article-inner a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
    background: #fff;
    border-radius: 20px;
    transition: .5s;
	text-decoration: none;
}

.next-article-inner a:hover {
	background:#f3f3f3;
    box-shadow: 0 0 25px rgba(0, 0, 0, .4);
}

.next-article-inner_text {
    width: 65%;
	padding: 15px;
}

@media only screen and (max-width: 440px){
.next-article-inner_text {
    width: 60%;
}
}

.next-article-inner .morebtn{
	width:100%;
}



/*------------- share --------------*/
#share {
    padding: 30px 0 60px;
    background: #f1f1f1;
    text-align: center;
}

#share h2 {
    font-size: 2rem; 
    font-weight: 100;
    margin-bottom: 20px;
	letter-spacing: 0.05em;
}

#footer-sns{
	text-align: center;
    margin-bottom: 20px;
}

#footer-sns li{
	display: inline;
	padding: 0 15px;
}

.fab.fa-x-twitter,
.fa-facebook-f{
    font-size: 2rem;
}

#footer-sns a{
    color:#333;
}
#footer-sns a:hover{
    color:#874b7e;
}

/*------------- footer --------------*/

#footer {
    background: #874b7e;
    text-align: center;
    position: relative;
	padding: 0 0 50px 0;
}

#gotop a {
    position: absolute;
    top:-40px;
    left:0;
    right:0;
    margin: 0 auto;
    display: block;
    width: 120px;
    height: 120px;
    border-radius: 120px;
    background:#874b7e;
}

.fas.fa-chevron-up{
    font-size: 2rem;
    padding-top: 12px;
    color:#fff;
	transition:all 0.2s;
}

.fas.fa-chevron-up:hover{
    padding-top: 9px;
}

#footer-nav{
   padding: 80px 0 50px 0;
} 

#footer-nav li{
	display:inline;
	padding: 0 16px 0 0;
}

#footer-nav li a{
    color:#fff;
    position: relative;
    text-decoration: none;
}

#footer-nav li a::after{
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .5s;
}

#footer-nav li a:hover::after{
    transform: scale(1, 1);
}

#footer-nav li::after{
    content: '/';
    color:#fff;
    padding-left: 16px;     
}

#footer-nav li:last-child:after{
    content: none;
}

small {
    color: #fff;
    font-size: .8rem;
}

@media only screen and (max-width: 430px){
#footer-nav{
  	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	text-align: center;
	margin:0 20px;
} 

#footer-nav li{
	display:block;
	padding:0;
	width:50%;
}
    
#footer-nav li::after{
    content: '';
    padding-left:0;     
}

#footer-nav li a{
	display: block;
	border-right:1px solid rgba(255,255,255,0.2);
	border-bottom:1px solid rgba(255,255,255,0.2);
	padding: 10px;
}

#footer-nav li:nth-child(2) a,
#footer-nav li:last-child a{
	border-right:none;	
}
		
#footer-nav li a:hover,
#footer-nav li a:active{
	background:#034752;		
}
}