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


@media screen and (max-width:768px) {
	.header .top_description {
		display: none;
	}
	.br-sp{
		display: block;
	}
}



/* KV */
.kv{
	background-image: url("../img/bazzer/bazzer_kv.jpg");
	height: 380px;
	    background-position: center;
	position: relative;
	background-repeat:repeat-y;
	background-size: cover;

}

.kv_text {
	color: #fff;
	text-align: left;
	padding-right: 40px;
	    max-width: 1040px;
    margin: 0 auto;
	padding: 300px 0 0 30px;
	
}
.kv h2 {
	font-size: 3.6rem;
	color: #fff;
	    padding: 200px 0px 40px 0;
	text-align: right;
	font-weight: 500;
}
.kv_description {
    font-size: 2.6rem;
    line-height: 4.0rem;
	border-bottom: solid #fff 1px;
	display: inline-block;
	    text-shadow: 1px 2px 3px #333333;
}

.main_button_text{
	padding: 22px 20px;
	background-color: #F8A028;
	color: #fff;
	font-size: 2.4rem;
	width: 350px;
	height: 70px;
	border-radius: 100px;
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
    transition: background-color 1s, color 1s;
}

.main_button_text:hover{
    background-color: #fff;
    color: #F8A028;
    
}

.main-button {
    margin-top: 50px;
}

.content-width{
		max-width: 1040px;
	margin: 0 auto;
}

h3.section_title {
    padding-bottom: 40px;
}





.news, .about, .kokunai, .kaigai, .bazaar, .olivetoha {
	    padding: 10px 20px;
}


/* section */
.section_title::after{
	margin-left:20px; 
	border-top:1px solid #707070; 
	content:""; 
	flex-grow:1;
}
.section_title {
	font-size: 2.2rem;
	text-align: left;
	display: flex;
	align-items: center; /* 垂直中心 */
}
.content-width {
	margin-bottom: 70px;
	    margin-top: 70px;
	    text-align: left;
}

/* olivetoha */
.olivetoha {
	padding-top: 90px;
}

.olivetoha .section_title_center {
	text-align: center;
	font-size: 3.6rem;
	padding-bottom: 70px;
}

.olivetoha_text {
	line-height: 4.8rem;
	text-align: left;
}

/* about */
.about_description {
	padding-left: 30px;
}
@media screen and (max-width:768px) {
	.kv{
		background-image: url("../img/bazzer/bazzer_kv_sp.jpg");
		background-position: center;
		height: 500px;
	}
	.kv h2 {
	padding: 30px 0px 260px 20px;
		text-align: left;
		line-height: 3.6rem;
		font-size: 2.0rem;
	}
	
	.main_button_text {
		font-size: 2.0rem;
}

	.kv_description {
		font-size: 2.8rem;
		    padding-top: 130px;
	}
	.olivetoha {
		    padding-top: 40px;
	}
	.olivetoha .section_title_center{
		padding-bottom: 40px;
		font-size: 2.8rem;
	}
	.olivetoha_text {
	line-height: 3.2rem;
	}
	.content-width {
    margin-bottom: 20px;
	}
	
}
/*kokunai*/
.kokunai_all {
	padding: 60px 0 ;
	display: flex;
	justify-content: space-around;

}
@media screen and (max-width:768px) {
	.kokunai_all {
		display: block;
		padding: 30px 0 ;
		    background-position: center;
}
	.kokunai_bazzar_text, .kokunai_kouenkai_text{
		margin: 0 auto;
	}
	
	.kokunai_bazzar_text, .kokunai_kouenkai_text {
    padding-bottom: 60px;
}
	.kokunai_firsttext {
     margin-bottom: 0px;
}
	
}

.katudou_subtitle {
	font-size: 2.2rem;
	    padding: 10px 0 20px 0 ;
}

.kokunai_bazzar_text, .kokunai_kouenkai_text {
	width: 340px;
}
.kokunai_all img, .kaigai_all img {
	width: 340px;
}

.kokunai_firsttext {
	margin-bottom: 20px;
}


.yazirushi {
	margin: 0 auto;
}

.kaigai_all{
	background-image: url("../img/about/kaigaimap.png")
}

.main_button_text {
    padding: 22px 20px;
    background-color: #F8A028;
    color: #fff;
    font-size: 2.4rem;
    width: 340px;
    height: 70px;
    border-radius: 100px;
    text-align: center;
    text-decoration: none;
    margin-top: 30px;
    transition: background-color 1s, color 1s;
}

.button {
	text-align: right;
	margin-bottom: 40px;
	    margin-top: 20px;
}

.section_button_text {
	color: #fff;
	padding: 20px;
	text-decoration: none;
	    display: inline-block;
	font-size: 2.0rem;
	 width: 300px;
    height: 64px;
    background-color: #54A8B3;
	text-align: center;
    transition: border-radius 2s;
}

.section_button_text:hover{
    border-radius: 100px;
    
    opacity: 0.8;
}
/* about */
.about_content-wrapper{
	display: flex;
	padding-top:40px;
	align-items: flex-start;
}
img.section_img {
    padding-right: 40px;
	width: 289px;
}
.about_description{
	font-size: 1.6rem;
	line-height: 3.5rem;
	text-align: left;
}

@media screen and (max-width:768px) {
.section_button_text {
    padding: 8px;
	font-size: 1.6rem;
    width: 200px;
    height: 40px;
}
	.about_content-wrapper {

    flex-direction: column;
}
	.about_description {
    padding-top: 20px;
}
}


.mb-80 {
	margin-bottom: 80px;
}

.sub_headline {
	padding: 20px;
}
.bazzer_description {
	padding: 0 0 0 40px;
}


.fadeIn {
animation-duration:2s;
}
.grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: center;
}
.grid img {
	padding: 10px;
	border:solid 0px;
}
img {
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
	
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


