/* CSS Document */


/*--------------------
Base
---------------------*/
@font-face {
    font-family: 'Hannari';
    src: url(../font/Hannari.otf) format('opentype');
 }

html{
	font-size:62.5%;/*16px×62.5%=10px*/
}
body{
	color:#1e1e1e;
	font-family:"游明朝","YuMincho","serif";
	font-feature-settings: "palt";
	font-size: 1.8rem;
	line-height: 1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}

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

a {
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	color: #1e1e1e;
}
a:hover {
	text-decoration: none;
	opacity: 0.5;
}


.text-center{
	text-align: center;
}

.text-right{
	text-align: right;
}


.inner{
	width: 88.3%;
	margin: auto;
	}
.vartical{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
    text-orientation: upright;
	font-family: "Hannari"
}
.full_image{
	width: 100%;
}

/*--onlinestore-trigger--*/

.onlinestore_trigger{
	position: relative;
	display: -webkit-flex;
	display: flex;
	margin:18px auto 200px;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: center;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 border: solid 1px #000;
	font-size: 2rem;
	padding: 15px;
	text-align: center;
	letter-spacing: 0.5rem;
	width: 41.5%;
	max-width: 500px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}



.onlinestore_trigger::before {
content: '';
margin-right: 3%;
display: inline-block;
width: 36px;
height: 37px;
background: url(../images/button-marutou.png) no-repeat 100%;
}



.onlinestore-heading{
	font-family: "Hannari";
	color: #417c5a;
	letter-spacing: 0.1rem;
	position: relative;
   display: inline-block;
   padding: 0 50px;
}

.onlinestore-heading::before,.onlinestore-heading::after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 40px;
height: 2px;
background-color: #417c5a;
}

.onlinestore-heading:before {left:0;}
.onlinestore-heading:after {right: 0;}

/*--------------------
SP_Base
---------------------*/
@media only screen and (max-width: 767px){
body{
	font-size: 1.6rem;
	font-family: serif;	
}

.br-none br{
	display: none;
}

/*--sp_online-trigger--*/

.onlinestore_trigger{
	font-size: 1.8rem;
	letter-spacing: 0.3rem;
	width: 88.3%;
	margin: 20px auto;
	
}

.onlinestore-heading{
	letter-spacing: 0;
	padding: 0 24px;
	font-size: 1.6rem;
}
	.onlinestore-heading::before,.onlinestore-heading::after{
width: 20px;

}
}


/*--------------------
header
---------------------*/


.header_scroll{
	display: none;
	position: fixed;
	top:0;
	left:0;
	z-index: 100;
	box-sizing: border-box;
	width:100%;
	height:60px;
	-webkit-box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.05);
  	-moz-box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.08);
  	-ms-box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.05);
  	box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.05);
	
	background-color:#fff;
}

.header{
	position: fixed;
	top:0;
	left:0;
	z-index: 100;
	box-sizing: border-box;
	width:100%;
	height:60px;
	-webkit-box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.05);
  	-moz-box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.08);
  	-ms-box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.05);
  	box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.05);
	
	background-color:#fff;
}


.header_inner{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	box-sizing: border-box;
	
}

.header-title{
	padding:6px 0;
}
.header_nav{
		
		padding: 0;
		background-color: #fff;
	}

.nav-list{
	display: -webkit-flex;
	display: flex;
}

.nav-item{
	font-size: 1.6rem;
	margin: 0 0 0 2.5vw;

}
.nav-item>a{
	color:#0f2540;
	text-transform: uppercase;
	text-decoration: none;
}

.header_scroll .nav-item>a{
		color: #0f2540;
		display: block;
		box-sizing: border-box;
		height: 60px;
		padding-left:2px;
		padding-right: 2px;
		line-height: 60px;
	}
.header .nav-item>a{
		color: #0f2540;
		display: block;
		box-sizing: border-box;
		height: 60px;
		padding-left:2px;
		padding-right: 2px;
		line-height: 60px;
	}

.nav-item.current>a{
		border-bottom:solid 2px #aaa;
		color: #aaa;	
	}

.header-sp{
	display: none;
}


@media screen and (min-width:850px) and ( max-width:1040px) {
	.nav-item{
	margin: 0 0 0 4vw;

}
}

/*--------------------
heroimage
---------------------*/

.hero{
	position: relative;
	height: 64vh;
}

.hero img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	
}

.sp-hero{
	display: none;
}

.hero_bottom{
	height: 290px;
	position: relative;
}

.hero_ttl{
	position: absolute;
	top:-120px;
	left: 84.62%;
}


.site_ttl {
	background-color: #0f2540;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 120px;
	height: 280px;
	position: relative;
	
}

.site_ttl h1 {
	position: absolute;
	top: 50%;
    left: 50%;
	  -ms-transform: translate(-50%,-50%);
	  -webkit-transform : translate(-50%,-50%);
	  transform : translate(-50%,-50%);
}

.site_ttl p:nth-of-type(2){
	margin:10px 0 0 10px;
}


/*？.site_ttl::before {
	content: '';
	margin: 20px 0px 0px 0px;
	display: inline-block;
	width: 50px;
	height: 50px;
	background: url(../images/hero_marutou-rogo.png) no-repeat 100%;
}*/

.bottom_navigation{
	display: block;
	width: 60%;
    margin: 45px auto 0;
}
.bottom_navigation a{
	border-top: solid 3px #1e1e1e;
	display: block;
	box-sizing: border-box;
	padding-top: 10px
}

.right{
	float: right;
}

.bottom-nav-item{
	font-size: 2rem;
	padding-left: 20%;
}


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

.header_scroll{display: none;
	}

	.header{
		display: none;
	}
	.header_inner{
		display: none;
	}

.header-sp{
	display: block;
	position: fixed;
	top:0;
	left:0;
	z-index: 100;
	box-sizing: border-box;
	width:100%;
	height:6.8rem;
	-webkit-box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.05);
  	-moz-box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.08);
  	-ms-box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.05);
  	box-shadow: 0px 8px 8px -8px rgba(0, 0, 0, 0.05);
	background-color:#fff;
	text-align: center;
	}
	
.header-sp h1{
	font-family: "Hannari";
	font-size: 2.4rem;
	color: #0f2540;
	margin-right: 20px;
	}
.header-sp-inner{
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 6.8rem;
	}
.header-title-sp{
	height: 33px;
	width: 33px;
	margin-right: 10px;
	}
	
.hero{
	display: none;
}
.sp-hero{
	display: block;
	position: relative;
	height: 90vh;

}
.sp-hero img{
	position: absolute;
	width: 100%;
	top: 68px;
	left: 0;
	}

.hero_bottom{
display: none;
	}
	
	
/*----drawer-menu----*/
	
.zdo_drawer_menu * {
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	font: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: left;
	text-decoration: none;
	list-style: none;
	}

.zdo_drawer_menu a {
	color: inherit;
	text-decoration: none;
	}

.zdo_drawer_menu a:visited {
	color: inherit;
	}

.zdo_drawer_menu .zdo_drawer_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 999;
	background-color: rgba(51, 51, 51, 0.5);
	display: none;
	top: 0;
	left: 0;
	}

.zdo_drawer_menu .zdo_drawer_button {
	display: block;
	background: #0f2540;
	border: none;
	padding: 0 0 5px;
	width: 44px;
	letter-spacing: 0.1em;
	cursor: pointer;
	position: fixed;
	top: 10px;
	right: 12px;
	z-index: 1001;
	text-align: center;
	outline: none;
	}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
	width: 42px;
	}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
	transform: rotate(25deg);
	}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-26deg);
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}

.zdo_drawer_menu .zdo_drawer_bar {
  display: block;
  height: 2px;
  margin: 7px 3px;
  transition: all 0.2s;
  transform-origin: 0 0;
}

.zdo_drawer_menu .zdo_drawer_text {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.zdo_drawer_menu .zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

.zdo_drawer_menu .zdo_drawer_menu_text {
  display: block;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 275px;
  height: 80%;
  transition: all 0.2s;
  transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0;
}

.zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
     display: block;
    padding-top: 120px;
    margin: 0 auto;
}

.zdo_drawer_menu .zdo_drawer_nav li {
  font-size: 18px;
  margin: 0 20px;
  font-family: "Hannari";
}

/*+++ Default Button Color +++*/
.zdo_drawer_menu .zdo_drawer_button {
  color: #fff;
}

.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
  background-color: #fff;
}
}


/*--------------------
mainvisual
---------------------*/

.mainvisual{
	background-image: url(../images/mainvisual.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center bottom;　/*中央下合わせ*/
    width: 100%;
    height: 100vh; /*画面高さ100%*/
    position: relative;
}

.maintext{
	font-size: 2.6rem;
	line-height: 4.8rem;
	margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.maintext p{
	position: absolute;
    top: 25%;
    bottom:0;
    left:50%;
    transform:translate(-50%, 0%);
}

.time{
  -webkit-animation-duration: 10s;
  animation-duration: 10s;  
}

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

.mainvisual{
	background: url(../images/sp-mainvisual.jpg) no-repeat 100%;
	background-position: center bottom; 
}

.sp-tel_contact img{
	width: 88.3%;
	display: block;
    margin: 50px auto 0;
}

.maintext{
	font-size: 1.8rem;
	line-height: 2.8rem;
}	
}


/*--------------------
artisanal
---------------------*/

.artisanal{
	background-image: url(../images/artisial.jpg);
	background-size: cover;
    background-repeat: no-repeat;
	background-position: center top;　/*中央下合わせ*/
    width: 100%;
    height: 910px;
    position: relative;
}


.artisanal_foot{
	position: absolute;
	width: 60%;
	margin: 0 auto;
    top: 23%;
    bottom:0;
    left:50%;
    transform:translate(-50%, 0%);
}

.artisanal_text{
	display: block;
	margin: 0 auto;
}

.artisanal_text h2{
	color: #fff;
	font-size: 3.6rem;
	line-height: 4.8rem;
}

.artisanal_text p{
	color: #fff;
	font-size: 2.6rem;
	line-height: 4.2rem;
	padding-right:4vw; 
}



.artisanal_trigger {
	display: -webkit-flex;
	display: flex;
	margin: 40px auto 0px;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: center;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 2rem;
	letter-spacing: 0.2rem;
	padding: 15px;
	text-align: center;
	width: 50%;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}

.artisanal_trigger::after {
	content: '';
	margin-left: 2%;
	display: inline-block;
	width: 10.8%;
	height: 6px;
	background: url(../images/artisanal-arrow.png) no-repeat 100%;
}

@media only screen and (max-width: 767px){
	.artisanal{
	background-image: url(../images/sp-artisanal.jpg);
    width: 100%;
    height: 100vh;   
}

.artisanal_text h2{
	font-size: 2.4rem;
	line-height: 2.4rem;
}

.artisanal_text p {
    color: #fff;
    font-size: 1.7rem;
    line-height: 2.4rem;
    padding-top: 2.4rem;
}
	
	.artisanal_trigger {
    font-size: 1.6rem;
		letter-spacing: 0;
    width: 100%;
}
}

/*--------------------
contents
common
---------------------*/

.contents{
	display: -webkit-flex;
	display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
	width: 80%;
	margin: 0 auto;
	padding-top: 110px;
}


.top_ttl{
	font-size: 4rem;
	line-height: 4.8rem;
}

.ttl_right{
	order: 3;
}

.contents_image{
	width: 62%;
	padding-top: 4rem;
}

.contents_inner{
	display: -webkit-flex;
	display: flex;
	line-height: 3.6rem;
	width: 38%;
	
   
}

.more-detail{
	
	margin: 4rem 0 0 4.75vw;
}
.more-detail_left{
	margin: 4rem 4.75vw 0 0;	
}

.icon{
	display: block;
	margin: 8rem auto;
	max-width: 90px;
	max-height: 90px;
	width: 33%;
}

.gift_icon{
    max-width: 100px;
    max-height: 93px;
}

.detail_trigger {
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: center;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.8rem;
	padding: 5px;
	margin-top: 20px;
	text-align: center;
	width: 233px;
	border: solid thin #1e1e1e;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
}

.detail_trigger::after {
	content: '';
	margin-left: 7%;
	display: inline-block;
	width: 15.16%;
	height: 6px;
	background: url(../images/contents-arrow.png) no-repeat 100%;
}

.small-22{
	font-size: 2.2rem;
}
.top_ruby{
	font-size: 1.6rem;
    letter-spacing: 0.5rem;
    display: block;
    line-height: 1rem;
}
.after{
		order: 2;
	}

a {
  position: relative;
  display: inline-block;
  transition: .3s;
}

a::after {
  transition: .3s;
}
a:hover::after {
  width: 100%;
}

@media only screen and (max-width: 767px){
	.contents{
	display: block;
	padding-top: 90px;
	}
	
	.top_ttl{
	font-size: 3rem;
	line-height: 3.8rem;
}
	.small-22{
		font-size: 1.8rem;	
}
	
	.top_ruby{
	font-size: 1.6rem;
    letter-spacing: 0;
    display: block;
    line-height: 1rem;
}

	.contents_image{
	width: 100%;
	padding-top: 0;
}
	
	.contents_inner{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	line-height: 3.6rem;
	width: auto; 
		margin-top: 50px;
}
	
	.more-detail{
	width: 70%;
	margin: 0;
		
}
	
	.more-detail p{
		font-size: 1.6rem;
	}
	
	.icon{
	margin: 5rem auto;
	width: 24%;
}
}

@media only screen and (max-width: 767px){
.artisanal_foot{
	width: 70%;
	position: absolute;
    top: 23%;
    bottom:0;
    left:50%;
    transform:translate(-50%, 0%);
}
}

/*--------------------
contents
marutou-tea
---------------------*/




@media only screen and (max-width: 767px){
.more-detail_left{
	
    margin: 0;
	width: 70%;
}			
.more-detail_left p{
	font-size: 1.6rem;
}	
}


/*--------------------
news
---------------------*/



.news{
	padding-top: 200px;
    width: 60%;
    line-height: 1.4em;
	margin: 0 auto 200px;
	

}
.news_ttl{
    width: 100%;
    height: 180px;
    position: relative;
}

.news h2{
	position: absolute;
	display: inline-block;
	top:0;
    bottom:0;
    left:50%;
    transform:translate(-50%, 0%);
}

.news_inner{
	padding-top: 110px;
}

.news_heading{
	padding: 3% 0;
	border-top:solid thin;
	border-color:gray;
	display: flex;
	align-items: center;
}

.news_heading dt{
	width: 15%;
	margin-left: 12%;
}

.news_heading dd{
	margin-left: 4%;
}


.news-last_heading{
	padding: 3% 0;
	border-top:solid thin;
	border-bottom: solid thin;
	border-color:gray;
	display: flex;
	align-items: center;
}

.news-last_heading dt{
	width: 15%;
	margin-left: 12%;
}

.news-last_heading dd{
	margin-left: 4%;
}


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

.news {
    padding-top: 90px;
    width: 80%;
    margin: 0px auto 100px;
}
	
.news_inner {
    padding-top: 30px;
	font-size: 1.6rem;
}
.news_heading{
	padding: 5% 0;
	display: block;
}

.news_heading dt{
	margin-left: 4%;
	width: auto;
	padding-bottom: 5px;
}

.news-last_heading{
	padding: 5% 0;
	display: block;
}

.news-last_heading dt{
	width: auto;
	margin-left: 4%;
	padding-bottom: 5px;
}

.news-last_heading dd{
	margin-left: 4%;
}


}

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

.footer_sqare{
	margin-top: 140px;
	background: #0f2540;
}

.footer_inner{
	display: -webkit-flex;
	display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
	width: 80%;
	margin: 0 auto;
	padding-top: 50px;
	color: #fff;
	
}

.white{
	color: #fff;}


.big-24{
	font-size: 2.4rem;
	letter-spacing: 0.1rem;
	font-weight: bolder;
	display: block;
	margin: 18px 0px 8px;
}

.small-14{
	font-weight: normal;
	letter-spacing: 0.2rem;
}

.company_info p{
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: bold;
}
.company_info img{
	padding-top: 20px
}

.sp_company-adress{
	display: none;
}

.inquiry p{
	font-weight: bold;
	line-height: 2.4rem;
	font-size: 1.6rem;

}
 .inquiry img{
	display: block;
	padding-top: 12px;
	margin: 0 auto
}



.fax_button{
	margin: 1.7rem auto 0px;
}

.bw-arrow {
	display: block;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	border: solid thin #1e1e1e;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 13px;
	text-align: center;
	max-width: 266px;
	-webkit-transition: 0.3s linear 0s;
	transition: 0.3s linear 0s;
}

.bw-arrow > *:first-child {
	width: calc(100% - 10px * 3);
}

.bw-arrow::after {
	content: '';
	display: inline-block;
	padding: 0;
	width: 10px;
	height: 10px;
	border-top: solid 1px #1e1e1e;
	border-right: solid 1px #1e1e1e;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotate(45deg) translateX(-5px) translateY(5px);
	transform: rotate(45deg) translateX(-5px) translateY(5px);
	margin-left: 15px;
}

.bw-arrow:hover {
	opacity: 0.5;
}

a.bw-arrow:link, a.bw-arrow:active, a.bw-arrow:hover, a.bw-arrow:visited {
	color: #1e1e1e;
	text-decoration: none;
}

.footer_nav li{
	font-size: 1.6rem;
	padding-left: 20px;
	
}

.footer_nav a{
	border-top: solid 2px #fff;
	height: 210px;
	display: block;
	box-sizing: border-box;
	padding-top: 10px;
	color: #fff;
}

.footer_bottom{
	width: 80%;
	margin: 0 auto;
    color: #fff;
    background-color: rgb(15, 37, 64);
	padding: 10px 0 30px;
}

.footer_sqare a.bw-arrow:link, a.bw-arrow:active, a.bw-arrow:hover, a.bw-arrow:visited {
    color: rgb(255, 255, 255);
	text-decoration: none;}

.footer_sqare .bw-arrow {
	
	border: solid thin #fff;
	margin-bottom: 10px;
	font-size: 1.6rem;
    padding: 10px;
}
.footer_sqare .bw-arrow::after {
    width: 8px;
    height: 8px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    
}



@media only screen and (max-width: 767px){
	
.footer_sqare{
	
}
	.company_info{
		display: block;
		margin: 0 auto;
	}
	
	.inquiry{
		display: none;
	}	
	.footer_nav{
		display: none;
	}
	
	.company-adress{
		display: none;
	}
	.sp_company-adress{
		display: block;
		width: 68%;
	}
	
	.company_info p{
	text-align: center;
	letter-spacing: 0.4rem;
}
.company_info img{
	margin: 0 auto;
}
	
}
/*--tel-conntact--*/

.sp-tel_contact{
	display: none;
}





/*--------------------
title-common
---------------------*/

.top-img{
	padding-top: 60px;
	width: 100%;
	height: auto;
}

.ttl_frame{
	position: relative;
	margin-bottom: 150px;	
}

.contents_ttl{
	position: absolute;
	top:-100px;
	left: 71.56%;
}

.ttl_inner {
	background-color: #0f2540;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 4.8rem;
	line-height: 4.8rem;
	width: 170px;
	height: 350px;
	position: relative;	
}

.ttl{
	position: absolute;
	display: inline-block;
	left: 50%;
	transform: translate(-50%, 25%);
	font-size: 4.8rem
}

.small-30{
	font-size: 3rem;
}

.sub-ttl{
	display: block;
	margin: 0 auto;
	padding-top: 50px;
	width: auto;
}

.sub-ttl p{
	font-size: 2.4rem;
	line-height: 4.8rem
}

.intro,
.intro span {
  opacity: 0;
}


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

.top-img{
	padding-top: 68px;
	height: 120px;
}

.ttl_frame{
	margin-bottom: 20px;
}

.contents_ttl{
	top: -70px;
	left: 74.56%;
}

.ttl_inner {
	font-size: 2.4rem;
	line-height: 2.4rem;
	width: 80px;
	height: 166px;
	position: relative;
}

.ttl{
	font-size: 2.8rem;
	transform: translate(-50%, 10%);
}

.small-30{
	font-size: 2rem;
}

.sub-ttl{
	display: block;
	margin: 0 auto;
	padding: 40px 25px 40px 0px;
	width: auto;
}

.sub-ttl p{
	font-size: 1.8rem;
	line-height: 3rem;
	}
	
	

		

}


