/*
for 70th anniversary page
基本サイトのclassと重複しないように接頭辞を付ける。
接頭辞=aniv_
*/
@charset "UTF-8";

/* =========== typesetting =========== */
body{
/*
    font-family: "FOT-筑紫Bオールド明朝 Pr6 R";
    font-weight: normal;
*/    
    font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
    /*font-weight: 200; */
    font-style: normal;    
    
}

.tategaki{
    writing-mode:vertical-rl;
    -ms-writing-mode: tb-rl;            /* IE用　*/
    -webkit-writing-mode: vertical-rl;  /* chrome用　*/
    -o-writing-mode: vertical-rl;  /* opera用　*/
    display: inline-block;
}
.tatenaka{
    writing-mode: upright;
    -ms-writing-mode: upright;
    text-orientation: upright;
    -ms-text-orientation: upright;
}
.tatenaka2{
    text-combine-upright: all;
}

/* =========== aniv_header_area =========== */
header.aniv_header_area{
	position:fixed;
	top:0;
	right:0;
	width:100px;
	height:100vh;
	margin:0;
	padding:0;
	background-color: rgba(30,30,30,0.5);
	z-index:100;
    transition: all 1.5s;
	}

/*=====header_logo=====*/
div.header_logo_box{
	position: absolute;
	top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 101;
}
div.header_logo_box a{
    display: block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    line-height: 0;
}
svg.svg_header_logo{
    width: 75px;
	height: 75px;
    text-align: center;
    fill:#fff;
}


/*=====header_trigger=====*/
div.navigation_trigger{
	position: absolute;
	top: 120px;
	left: 0;
	right: 0;
	margin: auto;
	height: 20px;
	width: 30px;
	cursor: pointer;
}
div.navigation_trigger span.navigation_trigger_parts{
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	transition: all 0.3s;
}

div.navigation_trigger span.navigation_trigger_parts.trigger_parts1{
	top: 0;
}
div.navigation_trigger span.navigation_trigger_parts.trigger_parts2{
	top: 0;
	bottom: 0;
	margin: auto;
}
div.navigation_trigger span.navigation_trigger_parts.trigger_parts3{
	bottom: 0;
}

/*=====header_trigger__is_open=====*/
div.navigation_trigger.is_open{

}
div.navigation_trigger.is_open span.navigation_trigger_parts{
	margin: auto;
}
div.navigation_trigger.is_open span.navigation_trigger_parts.trigger_parts1{
	top: 0;
	bottom: 0;
	transform: rotate(45deg);
}
div.navigation_trigger.is_open span.navigation_trigger_parts.trigger_parts2{
	opacity: 0;
}
div.navigation_trigger.is_open span.navigation_trigger_parts.trigger_parts3{
	top: 0;
	bottom: 0;
	transform: rotate(-45deg);
}


/* headerObject */
div.aniv_header_object{
    position: absolute;
    bottom: 90px;
    width: 100%;
}

div.aniv_header_title_box{
    position: relative;
    /*background-color: red;*/
    width: 100%;
    height: 120px;
    display: inline-block;
}
h1.aniv_header_title{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 26px;
    display: block;
    font-family: 'Noto Serif SC', serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 4px;
    /*background-color: blue;*/
}
/* pageTop */
div.aniv_pagetop{
    text-align: center;
    margin: 0 0 20px 0;
}
div.aniv_pagetop a{
    text-decoration: none;
    font-size: 11px;
    color: #ffffff;
    display: block;
    line-height: 1;
}
div.aniv_pagetop a::before{
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    margin: 0 auto;
    transform: rotate(45deg);
    border-top: solid 1px #ffffff;
    border-left: solid 1px #ffffff;
}
/* forOfficial */
div.aniv_for_official{
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
div.aniv_for_official a{
    display: block;
    color: #ffffff;
    font-size: 10px;
    line-height: 1;
    border: solid 1px #ffffff;
    text-decoration: none;
    padding: 13px 0;
}


div.aniv_header_title_box{
    position: relative;
    /*background-color: red;*/
    width: 100%;
    height: 120px;
    display: inline-block;
}
h1.aniv_header_title{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 26px;
    display: block;
    font-family: 'Noto Serif SC', serif;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 4px;
    /*background-color: blue;*/
}
/* pageTop */
div.aniv_pagetop{
    text-align: center;
    margin: 0 0 20px 0;
}
div.aniv_pagetop a{
    text-decoration: none;
    font-size: 11px;
    color: #ffffff;
    display: block;
    line-height: 1;
    font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
div.aniv_pagetop a::before{
    display: block;
    content: "";
    width: 10px;
    height: 10px;
    margin: 0 auto;
    transform: rotate(45deg);
    border-top: solid 1px #ffffff;
    border-left: solid 1px #ffffff;
}
/* forOfficial */
div.aniv_for_official{
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
div.aniv_for_official a{
    display: block;
    color: #ffffff;
    font-size: 10px;
    line-height: 1;
    border: solid 1px #ffffff;
    text-decoration: none;
    padding: 13px 0;
    transition: all 0.3s;
    font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
div.aniv_for_official a:hover{
    background-color: #a5a158;
    color: #ffffff;
    border: solid 1px #a5a158;
}



/*==========.if_scroll==========*/
header.aniv_header_area.if_scroll{
	background-color: rgba(255,255,255,0.3);
	}
header.aniv_header_area.if_scroll svg.svg_header_logo{
    fill:#a29e57;
}
header.aniv_header_area.if_scroll div.navigation_trigger span.navigation_trigger_parts{
	background-color: #656766;
}
header.aniv_header_area.if_scroll h1.aniv_header_title{
    color: #656766;
}
header.aniv_header_area.if_scroll div.aniv_pagetop a{
    color: #656766;
}
header.aniv_header_area.if_scroll div.aniv_pagetop a::before{
    border-top: solid 1px #656766;
    border-left: solid 1px #656766;
}
header.aniv_header_area.if_scroll div.aniv_for_official a{
    color: #656766;
    border: solid 1px #656766;
}
header.aniv_header_area.if_scroll div.aniv_for_official a:hover{
    background-color: #a5a158;
    color: #ffffff;
    border: solid 1px #a5a158;
}
/*==========.if_scroll==========*/


/* ナビゲーションエリア */
section.navigation_area{
    position: fixed;
    top: 0;
    right: 100px;
    width: 0%;
    height: 100vh;
    background-color: rgba(255,255,255,0.7);
}
nav.global_navigation{
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
}
ul.global_navigation_list{
    writing-mode:vertical-rl;
    list-style: none;
}
ul.global_navigation_list li{
    border-top: solid 3px #a5a158;
    margin-left: 20px;
    padding: 10px 0 0 0;
}
ul.global_navigation_list li a{
    text-decoration: none;
    color: #000000;
    font-weight: bold;
    font-size: 18px;
}




/*mobileSize*/
/* 768px */
@media only screen and (max-width: 48em) {
header.aniv_header_area{
	position:fixed;
	top:0;
	right:0;
	width:50px;
	height:auto;
	margin:0;
	padding:0;
	background-color: transparent;
	z-index:100;
    background-color: red;
	}
/*=====header_logo=====*/
div.header_logo_box{
    display: none;
}

div.navigation_trigger{
	top: 20px;
}

/*=====object in header=====*/
div.aniv_header_object{
    position: absolute;
    top: 10px;
    bottom: auto;
    width: 100%;
}

div.aniv_header_title_box{
    position: absolute;
    top: 50px;
    /*background-color: red;*/
    width: 100%;
    height: 120px;
    display: inline-block;
}
h1.aniv_header_title{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 23px;
    display: block;
    font-size: 16px;
    /*background-color: blue;*/
}
/* pageTop */
div.aniv_pagetop{
    display: none;
}
/* forOfficial */
div.aniv_for_official{
    display: none;
}

/* ナビゲーションエリア */
section.navigation_area{
    right: 50px;
}
ul.global_navigation_list li a{
    font-size: 14px;
}

}
/*(max-width: 48em)*/
/* ■■■■■■■■■■■■■■headerここまで■■■■■■■■■■■■■■ */








/*mainvisual*/
section.aniv_mainvisual_sect{
    position: relative;
    width: 100%;
    height: 98vh;
}
/*blur*/
section.aniv_mainvisual_sect::before{
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 1;
}
div.aniv_mainvisual_sect_inner{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 300px;
    height: 40%;
    z-index: 2;
}
svg.svg_mainvisual_logo{
    fill:#ffffff;
    width: 100%;    
    height: 250px;
    margin: 0 0 20px 0;
}

h2.mainvisual_title{
    font-size: 26px;
    color: #ffffff;
    line-height: 1.1;
    padding: 40px 0 0 0;
    text-align: center;
    border-top: solid 2px #ffffff;
    letter-spacing: 5px;
    font-weight: normal;
    font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.mainvisual_title span{
    font-size: 20px;
    font-weight: 200;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}

.mainvisual_title span::after{
    font-size: 26px;
    font-weight: 200;
}

/* 768px */
@media only screen and (max-width: 48em) {
div.aniv_mainvisual_sect_inner{
    margin: auto;
    width: 250px;
    height: 50%;
}
svg.svg_mainvisual_logo{
    height: 200px;
    margin: 0 0 20px 0;
}
h2.mainvisual_title{
    font-size: 26px;
    padding: 20px 0 0 0;
    letter-spacing: 5px;
}
.mainvisual_title span{
    margin-top: 20px;
    font-size: 16px;
    font-weight: 200;
}
}


/* ■■■■■■■■■■■■■■■■■■■■■■■■ コンテンツ ■■■■■■■■■■■■■■■■■■■■■■■■*/

.aniv_limit{
    max-width: 1050px;
    width: 100%;
    padding: 0 1%;
    margin: 0 auto;
}
/* 768px */
@media only screen and (max-width: 48em) {
.aniv_limit{
    max-width: 90%;
}
}

h2.aniv_heading2_1{
    text-align: center;
    font-size: 24px;
    margin: 0 0 30px 0;
    font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    color: #999999;
    letter-spacing: 3px;
}

p.tate1{
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: normal;
    line-height: 2.3;
    white-space: nowrap;
}
p.tate1 strong{
    font-size: 22px;
    font-weight: normal;
}
/* 768px */
@media only screen and (max-width: 48em) {
p.tate1{
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 2.0;
}
p.tate1 strong{
    font-size: 20px;
}
}





/* ボタン区画 */

div.flex_align_botom{
    position: relative;
}
div.aniv_btn_box{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 50px 0 0;
}

div.aniv_btn_box p{
    font-size: 24px;
    margin: 0 0 0 30px;
    white-space: nowrap;
}
div.aniv_btn_box a{
    position: relative;
    display: block;
    height: 300px;
    text-decoration: none;
    background-color: #a5a158;
    color: #ffffff;
    font-size: 16px;
    padding: 60px 15px 0;
    margin: 0 0 0 15px;
    border: solid 1px #ffffff;
    transition: all 0.3s;
}
div.aniv_btn_box a::before{
    display: block;
    content: "";
    position: absolute;
    top: 20px;
    right:0;
    left: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-right: solid 2px #ffffff;
    border-top: solid 2px #ffffff;
    transform: rotate(45deg);
}
div.aniv_btn_box a:hover{
    background-color: #ffffff;
    color: #a5a158;
    border: solid 1px #a5a158;
}
div.aniv_btn_box a:hover::before{
    border-right: solid 2px #a5a158;
    border-top: solid 2px #a5a158;
}
/* 768px */
@media only screen and (max-width: 48em) {
div.flex_align_botom{
    position: relative;
}
div.aniv_btn_box{
    position: static;
    display: block;
    width:auto;
    padding: 0;
    margin: auto;
}
}



/* aniv_sect_1 */
section.aniv_sect_1{
    display: flex;
    justify-content: center;
    margin: 0 0 50px 0;
    padding: 50px 0;
    width: 100%;
}
section.aniv_sect_1 p{
    font-size: 22px;
    line-height: 1.8;
    letter-spacing: 2px;
    white-space: nowrap;
}

/* aniv_sect_2 */
section.aniv_sect_2{
    margin: 0 0 50px 0;
    padding: 50px 0;
    width: 100%;
    background-image: url("/bridal/yokohama/yokohama-geihinkan/70anniversary/img/sect2_bg.jpg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 800px;
}
section.aniv_sect_2 > div{
    width: 100%;
}
section.aniv_sect_2 > div p{
    margin-left: 50px;
    white-space: nowrap;
}
/* 768px */
@media only screen and (max-width: 48em) {
section.aniv_sect_2{
    margin: 0 0 50px 0;
    padding: 0 0 180px 0;
    width: 100%;
    height: 650px;
    background-position: center bottom;
    background-size: contain;
}
section.aniv_sect_2 > div{
    width:auto;
    margin: 0 auto;    
}
section.aniv_sect_2 > div p{
    margin-left: 15px;
}
}


/*BridalFair Plan*/
section.aniv_fair_sect{
    width: 100%;
    margin: 0 auto;
}
div.aniv_banner1{
    display: flex;
    width: 70%;
    margin: 0 auto;
    flex-wrap: wrap;
    box-sizing: border-box;
}
div.aniv_banner1 svg{
    fill:#a5a158;
    width: 25%;
    height: 80px;
    display: block;
    margin: 0 5% 0 0;
    padding: 0;
}
div.aniv_banner1 p{
    width: 65%;
    font-size: 18px;
    padding: 20px 0;
    text-align: center;
    box-sizing: border-box;
    border-left: solid 3px #a5a158;
    border-right: solid 3px #a5a158;
}
div.aniv_banner1 p > br{
    display: none;
}
/* 768px */
@media only screen and (max-width: 48em) {
div.aniv_banner1{
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 auto;
}
div.aniv_banner1 svg{
    width: 70%;
    height: 50px;
    margin: 0 auto 15px;
}
div.aniv_banner1 p{
    width: 100%;
    font-size: 16px;
    padding: 0;
    border-left: none;
    border-right: none;
}
div.aniv_banner1 p > br{
    display: block;
}
}

/* バナー */
div.aniv_banner2{
    position: relative;
    box-sizing: border-box;
}
div.aniv_banner2 a{
    box-sizing: border-box;
    transition: all 0.3s;
}
div.aniv_banner2 a img{
    width: 100%;
    box-sizing: border-box;
}
div.aniv_banner2 a p{
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #a5a158;
    color: #ffffff;
    font-size: 18px;
    width: 80px;
    height: 100%;
    padding: 60px 10px 0;
    white-space: nowrap;
    transition: all 0.3s;
    border: solid 1px #a5a158;
}
div.aniv_banner2 a p::before{
    display: block;
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto auto;
    width: 10px;
    height: 10px;
    border-right: solid 2px #ffffff;
    border-top: solid 2px #ffffff;
    transform: rotate(45deg);
}
div.aniv_banner2 a:hover p{
    background-color: #ffffff;
    color: #a5a158;
    border: solid 1px #a5a158;
}
div.aniv_banner2 a:hover p::before{
    border-right: solid 2px #a5a158;
    border-top: solid 2px #a5a158;
}
/* 768px */
@media only screen and (max-width: 48em) {
div.aniv_banner2 a p{
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #a5a158;
    color: #ffffff;
    font-size: 16px;
    width: 80px;
    height: 100%;
    margin: 0 10px 0 0;
    padding: 60px 10px 0 0; 
}
}



/* 公式サイトへのセクション */

section.aniv_official_sect{

}

section.aniv_official_sect img{

}

section.aniv_official_sect p{
    text-align: center;
    font-size: 20px;
    letter-spacing: 2.5px;
    line-height: 1.8;
}

div.aniv_btn1{
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
div.aniv_btn1 a{
    position: relative;
    display: block;
    text-decoration: none;
    background-color: #a5a158;
    color: #ffffff;
    padding: 20px 0;
    font-size: 22px;
    border:solid 1px #a5a158;
    transition: all 0.3s;
}
div.aniv_btn1 a::before{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    margin: auto 0 auto auto;
    width: 10px;
    height: 10px;
    border-right: solid 2px #ffffff;
    border-top: solid 2px #ffffff;
    transform: rotate(45deg);
}
div.aniv_btn1 a:hover{
    background-color: #ffffff;
    color: #a5a158;
    border:solid 1px #a5a158;
}
div.aniv_btn1 a:hover::before{
    border-right: solid 2px #a5a158;
    border-top: solid 2px #a5a158;
}
/* 768px */
@media only screen and (max-width: 48em) {
section.aniv_official_sect p{
    font-size: 18px;
}
div.aniv_btn1{
    width: 100%;
}
div.aniv_btn1 a{
    padding: 10px 0;
    font-size: 18px;
}
}


/* 汎用スライドボックス */
div.aniv_box1{
    margin: 0 0 50px 0;
}

div.slider{
    margin: 0 0 30px 0;
}
div.aniv_image{

}
div.aniv_image2{
    max-width: 768px;
    margin: 0 auto;
}
div.aniv_box1_inner{
    width: 100%;
    display: flex;
    justify-content: center;
}



/* レイアウトフレックス */
.aniv_flex1{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-around;
}
.aniv_flex1 .flex1_item,.aniv_flex1 .aniv_banner2{
    width: 45%;
    margin: 0 0 120px 0;
}
/* 768px */
@media only screen and (max-width: 48em) {
.aniv_flex1{
    display: block;
}
.aniv_flex1 .flex1_item{
    width: 100%;
    margin: 0 0 120px 0;
}
.aniv_flex1 .aniv_banner2{
    width: 100%;
    margin: 0 0 40px 0;
}
}



/* Footer */
footer.aniv_footer_area{
    border-top: solid #828282 1px;
    padding: 10px;
    width: 100%;
    text-align: left;
}
/*logo*/
svg.svg_footer_logo{
    float: left;
    fill:#a5a158;
    width: 150px;
    height: 50px;
    display: block;
    margin: 0 2% 0 0;
    padding: 0;
}
/*nav*/
ul.aniv_footer_nav{
    float: left;
    width: 30%;
    padding: 15px 0;
    list-style: none;
}
ul.aniv_footer_nav li{
    display: inline-block;
    margin: 0 10px 0 0;
}
ul.aniv_footer_nav li a{
    text-decoration: none;
    color: #828282;
    font-size: 11px;
}
ul.aniv_footer_nav li a.boxlink{
    border: solid 1px #828282;
    padding: 3px 6px;
    line-height: 1;
}
/*small*/
footer.aniv_footer_area small{
    float: right;
    font-size: 10px;
    padding: 15px 0;
    color: #828282;
    font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
/* 768px */
@media only screen and (max-width: 48em) {
footer.aniv_footer_area{
    padding: 20px 0px;
    text-align: center;
}
/*logo*/
svg.svg_footer_logo{
    float: none;
    fill:#a5a158;
    width: 150px;
    height: 50px;
    margin: 0 auto 20px;
    padding: 0;
}
/*nav*/
ul.aniv_footer_nav{
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
    list-style: none;
}
ul.aniv_footer_nav li{
    margin: 0 10px 0 0;
}
ul.aniv_footer_nav li a{
    font-size: 9px;
}
ul.aniv_footer_nav li a.boxlink{
    padding: 3px 6px;
    line-height: 1;
}
/*small*/
footer.aniv_footer_area small{
    float: none;
    font-size: 10px;
    padding: 0;
    color: #828282;
}
}






/* 色面エフェクト */
div.coloreffect{
    position: relative;
}
div.coloreffect div.color_object{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #a5a158;
}
div.coloreffect img{
    display: block;
    width: 100%;
}

div.slider{
    position: relative;
}

/* 文字エフェクト */
.movetext{opacity: 0;}
.movetext span{opacity: 0;}






/* ■■■■■■■■■■■■■■ 立地環境追加 ■■■■■■■■■■■■■■ */
.testA_1 {
    display: flex;
    flex-wrap: wrap;
    color: #ffffff;
}
.testA_1 h2{
    font-size: 28px;
    font-weight: normal;
}
.testA_1 img{
    width: 100%; 
}
.testA_1 div{
    width: 70%;
    padding: 120px 80px 60px 60px;
}
.testA_1 section{
    width: 30%;
}
.testA_1 p.read_txt{
    font-size: 16px;
    line-height: 2.5;
    letter-spacing: 1px;
}
.testA_2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.testA_2 div{
    width: 49%;
    position: relative;
}

/* 768px */
@media only screen and (max-width: 48em) {
    .testA_1{
        margin-bottom: 30px;
    }
    .testA_1 h2{
        font-size: 21px;
    }
    .testA_1 div{
        width: 100%;
        padding: 30px;
    }
    .testA_1 section{
        width: 100%;
    }
    .testA_2 div{
        width: 90%;
        margin: auto;
        margin-bottom: 20px;
    }
    .testA_1 p {
        font-size: 14px;
        line-height: 1.8;
    }
    .testA_1 p.read_txt{
        font-size: 14px;
        line-height: 2.5;
        letter-spacing: 1px;
    }
}

.testA_3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.testA_3 div{
    width: 32%;
    position: relative;
}
.testA_3_big {
    position: relative;
    width: 90%;
    margin: auto;
}

/* 768px */
@media only screen and (max-width: 48em) {
    .testA_3 div{
        width: 90%;
        margin: auto;
        margin-bottom: 20px;
    }
}






/* ===================== swiper ===================== */
.swiper {
    overflow: hidden;
}







/*div.colorbox{
    position: relative;
    width: 80%;
    margin: 30px auto 30px;
}*/
div.colorbox div.color{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #a5a158;
}
/*div.colorbox img{
    display: block;
    width: 100%;
}*/


.aniv_mainvisual_sect_inner {
    width: 768px !important;
    top: -150px !important;
}
.mainvisual_title {
    border: none !important;
    font-size: 32px;
    line-height: 1.8 !important;
}
.logo_area {
    text-align: center;
}
.logo_area img{
    max-width: 350px;
    margin: auto;
}


/* 768px */
@media only screen and (max-width: 48em) {
.aniv_mainvisual_sect_inner {
    width: 90% !important;
    top: -100px !important;
}
.mainvisual_title {
    font-size: 21px !important;
    line-height: 1.5 !important;
}
.logo_area img{
    width: 80%;
}
}


.mb_show {
    display: none;
}
/* 768px */
@media only screen and (max-width: 48em) {
.mb_show {
    display: block;
}
}


/* 768px */
@media only screen and (max-width: 48em) {
h1.aniv_header_title{
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    margin: auto;
    width: 23px;
    display: block;
    font-size: 16px;
}
header.aniv_header_area{
	position:fixed;
	top:0;
	right:0;
	width:85px;
	}
/* forOfficial */
div.aniv_for_official{
    display: block;
}
div.aniv_for_official a{
    color: #ffffff !important;
    background-color: #a5a158 !important;
    border: #ffffff 1px solid !important;
}
h1.aniv_header_title {
    color: #ffffff !important;
}
}


/*アニメーション要素のスタイル*/
.animation {
	opacity : 0;
	visibility: hidden;
	transition: 3s;
	transform: translateY(20px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}









/* ============================■■共通CLASS■■============================ */
/* clearfix */
.clearfix:after {
  display: block;
  visibility: hidden; 
  clear: both;
  height: 0;
  content: "";
}

/* ========== marginBottom ========== */
.mb0{ margin-bottom:0 !important; }
.mb5{ margin-bottom:5px !important; }
.mb10{ margin-bottom:10px !important; }
.mb20{ margin-bottom:20px !important; }
.mb30{ margin-bottom:30px !important; }
.mb40{ margin-bottom:40px !important; }
.mb50{ margin-bottom:50px !important; }
.mb60{ margin-bottom:60px !important; }
.mb70{ margin-bottom:70px !important; }
.mb80{ margin-bottom:80px !important; }
.mb90{ margin-bottom:90px !important; }
.mb100{ margin-bottom:100px !important; }

/* ========== marginBottomParcent ========== */
.mb0p{ margin-bottom:0 !important; }
.mb01p{ margin-bottom:1% !important; }
.mb02p{ margin-bottom:2% !important; }
.mb03p{ margin-bottom:3% !important; }
.mb05p{ margin-bottom:5% !important; }
.mb10p{ margin-bottom:10% !important; }
.mb15p{ margin-bottom:15% !important; }
.mb20p{ margin-bottom:20% !important; }
.mb30p{ margin-bottom:30% !important; }
.mb40p{ margin-bottom:40% !important; }
.mb50p{ margin-bottom:50% !important; }
.mb60p{ margin-bottom:60% !important; }
.mb70p{ margin-bottom:70% !important; }
.mb80p{ margin-bottom:80% !important; }
.mb90p{ margin-bottom:90% !important; }
.mb100p{ margin-bottom:100% !important; }

/* 768px */
@media only screen and (max-width: 48em) {
}

/* 480px */
@media only screen and (max-width: 30em) {
}
