@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0
}

html{
    font-size: 62.5%;
  font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
}
body{
	/*最小値:1.1rem → 可変（0.9rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.6rem*/
    font-size: clamp(1.1rem, calc(0.9rem + 0.625vw), 1.5rem);
    line-height: 1.6;
 overflow-x: hidden;
}
h1 {
	/*最小値:1.2rem → 可変（1rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.7rem*/
    font-size: clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem);
    line-height: 1.7;
}
h2 {
	/*最小値:1.6rem → 可変（2.2rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:2.9rem*/
    font-size: clamp(2.4rem, calc(2.2rem + 0.625vw), 2.9rem);
    line-height: 2.9;
}


  .br-pc { display:none; }
  .br-coution { display:block; }
  .br-sp { display:none; }
@media(min-width:640px){
    .spon{
        display: none !important;
    	}
}
@media(max-width:640px){
    .pcon{
        display: none !important;
    }
}
	.sp_br {
  	display: none; 
	}
	.pc_br {
	display: block;
	}
	
	.pcheader{
		width: auto;
	}
	.menu_wrap{
		width: auto;		
	}
	#pc-nav ul {
  	list-style: none;
  	display: flex;
	justify-content: center;
	}
	#pc-nav img {
	max-width: 100%;
	height: auto;
	flex-shrink: 0;
	vertical-align: bottom;
	}

	.flex-container{
    display: flex;
    flex-direction: column;
    min-height: 100vh;	
	}

/*固定タイトルvol.〇〇**************************/
	.issuetitleborder{
		width: 100vw;	
		border-top: thin solid #000000;
		border-bottom: thin solid #000000;
		margin :2% 0 0 0;
	}
	.issuecontainer{
		display: flex;
		justify-content: space-around;
		max-width: 960px;
		margin: 0 auto;
		padding: 0 2%;
		align-items:center;
	}
	.issuecontainer span{
		display: inline-block;
	}
	.issuespace{flex: 1 }
	.issuetitle{
		font-size: clamp(1.2rem, calc(1rem + 0.625vw), 1.7rem); 
		flex: 1;
		margin: 0 auto;
		text-align: center;
		line-height: 2.2rem;
	}
	.vol{
		font-size: clamp(0.6rem, calc(0.8rem + 0.625vw), 1.1rem);
	}
	.kikaku{
		flex: 1 ;
		text-align: right;
		width: calc(100% / 3) ;
		font-size: clamp(0.6rem, calc(0.6rem + 0.625vw), 1.1rem); 
	}	


/*記事**************************************/
	.container{
		max-width: 960px;
		margin: 0 auto;
		padding: 0 2%;
		display: flex;
		flex-direction: column;
	}

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

.top{
	display: flex;	
	justify-content:space-between;
	margin: 4% 0 2% 0;
}
.top-left{
	flex: 2;
	padding: 0 1% 0 0;
}
.top-left img{width:100%;}
.top-right{
	flex: 6;
}
.top-righttitle{
	color: #8b8b8b;
	font-weight: bold;
	font-size: clamp(1rem, calc(1.2rem + 0.625vw), 1.6rem);
	margin: 0 0 1% 0;
}
.titleb{font-size:  clamp(1.5rem, calc(1.8rem + 0.625vw), 2.8rem); }
.bluetext{color: #71C7D5;}
.blaktext{color: #000;}
.purpletext{color: #AD519B;}

.top-righttext{
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
	padding: 0 2%;
	
}
.bottom{
	display: flex;	
	flex-direction:column;
}
.bottom-left{
	margin: 0 0 2% 0;
}
.bottom-left-top{
	
}
.bottom-left-bottom{
	display: flex;	
	justify-content:space-between;	
}
.bottom-lefttitle{
	width:100%;	
}
.lefttitle{font-size:  clamp(1.0rem, calc(1.3rem + 0.625vw), 2.4rem); }
.name{font-size:  clamp(0.8rem, calc(0.8rem + 0.625vw), 1.2rem);}
.namebold{font-size: clamp(1rem, calc(0.9rem + 0.625vw), 1.4rem); font-weight: bold;}
.bottom-leftleft{
	flex: 2;
}
.bottom-leftleft img{width: 100%;}
.bottom-leftright{
	flex: 6;
	padding: 0 0 0 1%;
}
.subtitle{font-size: clamp(1rem, calc(1.2rem + 0.625vw), 1.6rem); font-weight: bold;}
.bottom-right{
}
.bottom-righttop{
	display: flex;	
	justify-content:space-around;
	margin: 0 0 2% 0;	
}
.bottom-righttop-left{
	
}
.bottom-righttop-right{
	padding: 0 1%
	
}
.bottom-righttop-title{
	font-size:  clamp(1.2rem, calc(1.2rem + 0.625vw), 2rem);
	color: #fff;
	background-color: #71C7D5;
	border-radius: 15px;
	text-align: center;
	margin: 0 0 2% 0;
}
.bottom-righttop-text{
	
}
.bottom-rightbottom{
	display: flex;
	flex-direction:column;
	justify-content:center;
}
.bottom-rightbottom-title{
	font-size:  clamp(1.2rem, calc(1.2rem + 0.625vw), 2rem);
	color: #fff;
	background-color: #AD519B;	
	border-radius: 15px;
	text-align: center;
	margin: 0 0 2% 0;
}
.bottom-rightbottom-text{
	
}
.bottom-rightbottom-img{
	text-align: center;
	width: 50%;
	margin: 0 auto;
}
.bottom-rightbottom-img img{width: 100%;}
/*footer***********************************/
	.ft-container{
    margin-top: auto;
	}
	.footer{
		width: 80%;
		height: auto; 
		padding: 1% 0;
		margin: 0 auto;
		display: flex;
		align-items:center;
	justify-content: center;
		
	}
	
	.ftlogo{
		display: flex;
		align-items: flex-start;
		flex-basis: 20%;
	}

	.ftlogo img{
	max-width: 95%;
	height: auto;
	flex-shrink: 0;
	}
	
	.ftrightbox{
		padding: 0 0 0 10px;
	}
	.ftname{
		font-size:  clamp(0.5rem, calc(0.75rem + 0.625vw), 1.6rem);
		font-weight: 600;
	}
	
	.ftadd{	
		font-size:  clamp(0.5rem, calc(0.75rem + 0.625vw), 1.6rem);
	}
	.ftadd2{
	font-size:  clamp(0.5rem, calc(0.75rem + 0.625vw), 1.6rem);
	}
	.copy {
		font-size: 1.2rem;
		clear: both;
		color: #FFF;
		width:100vw;
		padding:1% 0 1% 0;
		text-align:center;
		background-color: #2AA738;
	}

/****************************************** 640px以下*********************************************/

@media screen and (max-width: 640px) {
body{
	/*最小値:1.1rem → 可変（0.9rem + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px））→ 最大値:1.6rem*/
    font-size: clamp(1.3rem, calc(0.9rem + 0.625vw), 1.6rem);
    line-height: 1.6;
}
  .br-pc { display:none; }  
  .br-coution { display:none; }
  .br-sp { display:block; }
	.sp_br {
  	display: block; 
	}
	.pc_br {
	display: none;
	}
	.container {
		width:auto;
		margin:0 auto;
		
	}

/*ーーーーーーーーーー
.ハンバーガーmenu
ーーーーーーーーーーー*/
#head_wrap {
  top: -100px;
  position: relative;
  width: 100%;
  margin: 100px auto 0;
  line-height: 1;
  z-index: 999;
  height: 0px;
  text-decoration: none;
}

#head_wrap a {
  text-decoration: none;
}

#head_wrap .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#head_wrap .inner:after {
  content: "";
  clear: both;
  display: block;
}

#head_wrap .logo {
  float: left;
  font-size: 36px;
}

#global-nav {
  position: absolute;
  right: 0;
  top: -100vh;
}

#global-nav ul {
  list-style: none;
  font-size: 14px;
  margin-right: 10px;
  display: inline-flex;
}

@media (max-width: 640px) {
  #global-nav ul {
    display: block;
    margin-right: 0px;
  }
}

#global-nav ul li {
  padding: 0px 10px;
}

#global-nav ul li:last-child {
  border-right: none;
}

@media (max-width: 640px) {
  #global-nav ul li {
    border-right: none;
  }
}

#global-nav ul li a {
  padding: 0 5px;
  padding: 2px;
  transition: all .6s ease 0s;
  box-sizing: border-box;
  font-weight: bold;
}

/* Fixed */
#head_wrap.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 100px;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  z-index: 9999;
}

#head_wrap.fixed .logo {
  font-size: 36px;
  color: #333;
}

#head_wrap.fixed #global-nav ul li a {
  color: #333;
  padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

@media (max-width: 640px) {
  #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    /* Fixed reset */
  }
  #head_wrap .inner {
    width: 100%;
    padding: 0;
  }
  #head_wrap .fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    width: 100%;
    height: 0px;
    z-index: 999;
    position: relative;
  }
  #head_wrap.fixed .logo,
  #head_wrap .logo {
    position: absolute;
    left: 13px;
    top: 13px;
    color: #333;
    font-size: 26px;
  }
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -100vh;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
	  height: 100vh;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 2rem;
	  line-height: 3.5rem;
    margin-top: 20px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 5px 0;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #888;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(100vh);
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
  }
}

#menu1, #menu2, #menu3, #menu4, #menu5 , #menu6 ,#menu7{
  margin-top: 500px;
  padding-top: 130px;
}

#menu7 {
  padding-bottom: 100vh;
}


	.flex-container{
    display: flex;
    flex-direction: column;
    min-height: 100vh;	
	}

	
.top{
	display: flex;
	flex-direction:column;
	margin: 4% 0 2% 0;
}
.top-left{
	padding: 0 1% 0 0;
	width: 70%;
	margin: 0 auto;
}
.top-left img{width:100%;}
.top-right{
	flex: 6;
}
.top-righttitle{
	color: #8b8b8b;
	font-weight: bold;
	font-size: clamp(1rem, calc(1.2rem + 0.625vw), 1.6rem);
	margin: 0 0 1% 0;
	text-align: center;
}
.titleb{font-size:  clamp(1.5rem, calc(1.8rem + 0.625vw), 2.8rem); }
.bluetext{color: #71C7D5;}
.blaktext{color: #000;}
.purpletext{color: #AD519B;}

.top-righttext{
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
	padding: 0 2%;
	
}
.bottom{
	display: flex;	
	flex-direction:column;
}
.bottom-left{
	margin: 0 0 2% 0;
}
.bottom-left-top{
	
}
.bottom-left-bottom{
	display: flex;	
	flex-direction:column;
}
.bottom-lefttitle{
	width:100%;	
}
.lefttitle{font-size:  clamp(1.3rem, calc(1.2rem + 0.625vw), 2.4rem); }
.name{font-size:  clamp(0.8rem, calc(0.8rem + 0.625vw), 1.2rem);}
.namebold{font-size: clamp(1rem, calc(0.9rem + 0.625vw), 1.4rem); font-weight: bold;}
.bottom-leftleft{
	width: 70%;
	margin: 0 auto;
}
.bottom-leftleft img{width: 100%;}
.bottom-leftright{
	padding: 0 0 0 1%;
}
.subtitle{font-size: clamp(1rem, calc(1.2rem + 0.625vw), 1.6rem); font-weight: bold;}
.bottom-right{
}
.bottom-righttop{
	display: flex;	
	flex-direction:column;
	margin: 0 0 2% 0;	
}
.bottom-righttop-left{
	text-align: center;
	margin: 0 auto;
	
}
.bottom-righttop-right{
	padding: 0 1%
	
}
.bottom-righttop-title{
	font-size:  clamp(1.2rem, calc(1.2rem + 0.625vw), 2rem);
	color: #fff;
	background-color: #71C7D5;
	border-radius: 15px;
	text-align: center;
	margin: 0 0 2% 0;
}
.bottom-righttop-text{
	
}
.bottom-rightbottom{
	display: flex;
	flex-direction:column;
	justify-content:center;
}
.bottom-rightbottom-title{
	font-size:  clamp(1.2rem, calc(1.2rem + 0.625vw), 2rem);
	color: #fff;
	background-color: #AD519B;	
	border-radius: 15px;
	text-align: center;
	margin: 0 0 2% 0;
}
.bottom-rightbottom-text{
	
}
.bottom-rightbottom-img{
	text-align: center;
	width: 70%;
	margin: 0 auto;
}
.bottom-rightbottom-img img{width: 100%;}
	
/*footer***********************************/
	.ft-container{
    margin-top: auto;
	}	
	.footer{
		background-color: #E4E4E4;
		text-align: center;
		width: 100vw;
		padding: 2% 0 2% 0;
		display: flex;
		flex-flow: column;
		justify-content: center;
	}
	
	.ftlogo{
		width: auto;
		margin: 0 auto;
		text-align: center;
	}
	.ftlogo img{
	width: 150px;
	height: auto;
	flex-shrink: 0;
	}
	.ftright{
		width: 100%;
		clear: both;
	}
	.ftname{
		font-weight: 600;
		font-size: 1.0rem;
	}
	.ftadd{
		font-size: 0.8rem;
	}
	.ftadd2{
		font-size: 0.8rem;
	}
	.copy {
		font-size: 1.0rem;
		display: block;
		clear: both;
		color: #FFF;
		width:100vw;
		padding:1% 0 1% 0;
		text-align:center;
		background-color: #2AA738;
		
	}


}


/**************************************960px以上*****************************************/


@media (min-width: 641px) {/* 960px以上*/
  .br-pc { display:block; }
  .br-sp { display:none; }
	
	.sp_br {
  	display: none; 
	}
	.pc_br {
	display: block;
	}

	.pcheader{
		width: auto;
	}
	.menu_wrap{
		width: auto;		
	}
	#pc-nav ul {
  	list-style: none;
  	display: flex;
	justify-content: center;
	}
	#pc-nav img {
	max-width: 100%;
	height: auto;
	flex-shrink: 0;
	vertical-align: bottom;
	}
	


	

}
