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

body{
	font-size:13px;font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.section1_bg_mobile{
	width:200px;height:auto !important;
}
p{
	font-size:13px;line-height:1.7;
}
a{
	text-decoration:none;
}
a:hover{
	opacity:.6;
}
img{
	max-width:100%;
}
h2{
	text-align:center;margin:0 0 2em 0;
}
h2.headline_chui{
	width:40%;margin:0 auto 2em auto;
}
h2.headline_spec{
	width:25%;margin:0 auto 2em auto;
}
h3{
	text-align:center;font-size:18px;color:#106598;line-height:1.7;font-weight:lighter;
}
.pc{
	display:none;
}
.container{
}
header{
	padding:1em;
}
.logo_mitsufuji_header{
	background:url(../images/header_bg.svg) no-repeat center left 160px;
}
.logo_mitsufuji_header img{
	width:125px;
}
#catchcopy{
	margin:0 0 1em 0;
}
#catchcopy h1{
	text-align:center;margin:2em auto 1em auto;width:70%;
}
#catchcopy .bg{
	background:url(../images/catch_bg.png) no-repeat center center;
	background-size:contain;
}
#catchcopy .lead{
	margin:0 auto;font-size:14px;padding:1em 2em;
}
#mainimage{
	margin:0 auto;
}
.slider{
}
#section1{
	margin:2em 0 0 0;
}
#section1 .annotation{
	text-align:center;color:#106598;font-size:12px;
}

.boxarea {
  position: relative;
  z-index: 1;
	margin:1em auto 2em auto;
}
.section1_bg{
  position: absolute;
  z-index: 0;
	top :0;
	height:250px;
}

#section1 .section1_text{
	font-size:14px;margin:1em auto 1em auto;padding:1em 2em;color:#231815;/*background:url(../images/mousho_image_bg.png) no-repeat top center;background-size:contain;*/
}

.section1_text .ast{
	font-size:10px;
}
#section1 .hosoku{
	margin:1em 2em;font-size:12px;text-indent:-1em;padding-left:1em;
}

#section1 .btn{
	text-align:center;width:75%;margin:0 auto;
}
#section2{
	margin:2em 0 0 0;
}
#section2 .image{
	text-align:center;margin:0 auto 2em auto;padding:0 2em;
}
#section2 .text{
	font-size:14px;padding:1em 2em;margin:0 auto 0 auto;color:#231815;
}
#section3{
	margin:2em 0 0 0;
}
#section3 .image{
	text-align:center;padding:0 2em;margin:0 0 2em 0;
}
#section3 .text{
	font-size:14px;padding:0 2em;margin:1em auto 1em auto;color:#231815;background:url(../images/basho_image_bg.png) no-repeat center center;background-size:contain;
}
#section3 .annotation{
	font-size:12px;padding:0 1em;text-indent:-1em;margin:0 0 2em 2em;line-height:1.3;
}
#section3 .btn{
	text-align:center;width:50%;margin:0 auto;
}
#howto{
	margin:2em 0 0 0;
}
#howto .block{
	padding:0 1em;
}
#howto h3{
	text-align:left;line-height:1.3;margin:0 0 1em 0;
}
#howto .block_right{
	width:55%;float:right;
}
#howto .image1{
	float:left;width:35%;margin-bottom:4em;
}
#howto .text{
	font-size:14px;margin:1em auto 1em auto;color:#231815;
}
#howto .image2{
	text-align:center;margin:0 0 1em 0;padding:0 2em;
}
#howto h4{
	text-align:center;color:#DD4246;font-size:16px;margin:1em 0 1em 0;font-weight:normal;
}
#howto .annotation{
	text-align:center;font-size:12px;margin:0 0 2em 0;
}
#howto .btn{
	text-align:center;width:50%;margin:0 auto;
}

#note{
	margin:4em 0 0 0;
}
#note .note_list{
	font-size:12px;margin:0 auto;padding:0 2em;
}
#note .note_list li{
	text-indent:-1em;padding-left:1em;margin-bottom:.5em;
}
#spec{
	margin:4em 0;
}
#spec .image{
	text-align:center;margin:2em 4em;
}
#spec .spec_list{
	font-size:12px;margin:0 auto 1em auto;padding:0 2em;
}
#spec .spec_list li{
	margin-bottom:.5em;
}
#spec .annotation{
	font-size:12px;margin:1em 2em 2em 2em;text-indent:-1em;padding-left:1em;
}
#spec .btn{
	text-align:center;width:85%;margin:0 auto;
}

footer{
	background:#8A8B8A;color:#fff;padding:2em;
}
.footer_logo{
	text-align:center;
}
.footer_logo img{
	width:35%;
}
ul.footer_nav{
	text-align:center;margin:2em 0 1em 0;
}
ul.footer_nav li{
	display:inline-block;text-align:center;margin:0 1em;
}
ul.footer_nav li a{
	color:#fff;
}
.footer_adv{
	text-align:center;margin-bottom:1em;
}
.footer_adv a{
	color:#E1D73C;font-weight:bold;
}
.copyright{
	text-align:center;font-size:small;font-family:sans-serif,Verdana, Geneva;
}






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

.menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 35px;
    width: 35px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #E50112;
		border-radius:4px;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 25px;
    border-radius: 2px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
#menu-btn-check {
    display: none;
}

.menu-content ul {
    padding: 60px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ccc;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#E50112;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #E50112;
    border-right: solid 2px #E50112;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #eee;
    transition: all 0.5s;/*アニメーション設定*/
}

#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}





/*開発ストーリー*/
#story{
	width:90%;margin:0 auto;
}
h1.headline_story{
text-align: center;
}
 
h1.headline_story span{
position: relative;
display: inline-block;
padding: 0 40px;
}
      
h1.headline_story span::before{
position: absolute;
content: '';
top: 0;
right: 5px;
width: 5px;
height: 100%;
border: 1px solid #ccc;
border-left: none;
}
 
h1.headline_story span::after{
position: absolute;
content: '';
top: 0;
left: 5px;
width: 5px;
height: 100%;
border: 1px solid #ccc;
border-right: none;
}
.headline_story{
	font-size:16px;font-weight:normal;margin:0 0 2em 0;
}
.catch1{
	font-size:15px;margin-bottom:.5em;text-align:center;
}
.catch2{
	font-size:12px;margin-bottom:3em;text-align:center;
}

h2.headline_story_h2{
position: relative;
border-bottom: 3px solid #ccc;
text-align:left;
font-size:14px;
font-weight:bold;
margin-bottom:1em;
padding-bottom:.5em;
}

h2.headline_story_h2::after {
position: absolute;
content: " ";
display: block;     
border-bottom: solid 3px #E63D3A;
bottom: -3px;
width:30%;
}
.p_story{
	font-size:14px;margin-bottom:2em;
}
.aside_story{
	margin-bottom:2em;background:#eee;padding:1em;
}
.aside_story p{
	font-size:12px;
}
.aside_story a{
	color:#09F;word-break:break-all;font-size:10px;
}
.story_band{
	text-align:center;margin:2em 0 3em 0;
}
.story_band img{
	width:250px;
}
.story_image1{
	text-align:center;margin:2em 0 1em 0;
}
.story_image2{
	text-align:center;margin:2em 0 3em 0;
}
.story_image3{
	text-align:center;margin:0 0 2em 0;
}