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

*{
	box-sizing: border-box;
}

body{
	font-family: "Hiragino Kaku Gothic Pro","sans-serif";
	background-color: #e5f3f6;
	color: #675940;
}

/* container */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
    padding-right: 20px;
  	padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
/* container */

/* 共通部分 */
main {
	display: block;
}
a {
    text-decoration: none;
    display: inline-block;
    color: #675940;
    transition: .3s;
}

a:hover,
a:focus{
    opacity: 0.6;
}

.anchor-point {
    top: -120px;
}

/* section余白部分 */
.intr-section,.news-section,.eg-section,.ex-section,.event-section,.handbook-section,.download-section{
    margin-top: 60px;
}

@media (min-width:576px){
    .intr-section,.news-section,.eg-section,.ex-section,.event-sectionn,.handbook-section,.download-section{
        margin-top: 120px;
    }
}


/* common */
.color-brown {
	color: #875940;
}
.text a {
	padding-bottom: 1px;
    color: #618aab;
    border-bottom: 1px solid #618aab;
}
.text br,.frame__text br,.table-ul br{
	display: none;
}

.text--notice br{
    display: none !important;
}
@media all and (min-width: 992px) {
	.text br,.frame__text br,.table-ul br{
		display: inline;
	}
}

@media all and (min-width: 1200px){
    .text--notice br{
        display: inline !important;
    }
}

.btn-pill {
	width: 100px;
	height: 30px;
	margin: 15px auto 0;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	background-color: #5ca1a9;
	border-radius: 50vw;
	display: flex;
	justify-content: center;
	align-items: center;
    transition: .3s;
}
.btn-pill:hover ,
.btn-pill:focus {
	opacity: 0.6;
}
.btn-pill.btn--color_brown {
	background-color: #c2725b;;
}
@media all and (min-width: 768px) {
	.btn-pill {
		width: 150px;
		height: 40px;
		margin: 40px auto 0;
		font-size: 18px;
	}
}


/* h2タイトル部分 */
.title-parent{
    text-align: center;
}

h2 {
    display: inline-block;
	font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    color: #675940;
    margin-top: 5px;
}

.en-title{
    display: block;
	font-size: 11px;
    font-weight: 600;
    text-align: center;
}


@media (min-width:576px){
	h2{
        font-size: 30px;
    }
    .en-title{
        font-size: 16px;
    }
}
	

@media (min-width:768px){
   h2{
       font-size: 40px;
   }
   .en-title{
    font-size: 22px;
    }
}


/* 白背景部分 */
.square-bg{
    background-color: #ffffff;
    border-radius: 30px;
    padding: 30px;
}

.square-bg .en-title{
	color: #618aab;
}

.square-bg .text{
    font-size: 14px;
    margin-top: 40px;
    font-weight: 600;
    line-height: 2;
    text-align: center;
}

@media (min-width:576px){

    .square-bg .text{
        font-size: 18px;
    }

    .square-bg{
        padding: 60px;
    }
}

/* 共通部分 */



/* headr */
header {	
    width: 100%;
	padding: 0 15px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #e5f3f6;
}
.header__inner {
	max-width: 1200px;
	width: 100%;
	height: 100%;
	padding-bottom: 15px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.header-logo {
	width: 160px;
	padding-top: 15px;
}
.header-logo img {
	width: 100%;
	height: auto;
}

.header-menu-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-right: -20px;
}
.header-menu-nav  > li {
	margin-top: 20px;
	margin-right: 20px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .05em;
	color: #875940;
}
.header-menu-nav  > li > a {
	color: inherit;
}
.anchorLink {
    height: 0;
	position: relative;
	z-index: -9999;
	top: -80px;
}
.globalNav ul .top{
    border-bottom: 2px solid #d15d4b;
}
.globalNav ul .eventguide{
    border-bottom: 2px solid #618aab;
}
.globalNav ul .news{
    border-bottom: 2px solid #e79460;
}
.globalNav ul .exhibit{
    border-bottom:  2px solid #8aab75;
}
.globalNav ul .event{
    border-bottom:  2px solid #ce9633;
}
.globalNav ul .download{
    border-bottom:  2px solid #5ca1a9;
}
.globalNav ul .handbook{
    border-bottom: 2px solid #c2725b;
}
@media all and (min-width: 992px) {
	header {	
		height: 110px;
	}
	.header__inner {
		padding-bottom: 0;
		justify-content: space-between;
		flex-direction: row;
	}
	.header-logo {
		padding: 0;
		margin-right: 30px;
	}
	.globalNav {
		flex: 1;
	}
	.header-menu-nav {
		margin-right: -40px;
		justify-content: flex-end;
	}
	.header-menu-nav  > li {
		margin-right: 40px;
		margin-top: 0;
		padding-bottom: 10px;
		font-size: 16px;
	}
	.anchorLink {
		top: -120px;
	}
}
@media all and (min-width: 1200px) {
	.header-logo {
		width: 300px;
	}
}

/* headr */


/* main-visual */
.mv{
    background-image: url("../img/main_visual_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 155px;
    display: flex;
    justify-content: center;
}

.mv-img img{
	width: 100%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.mv-img .sp{
    display: block;
}
.mv-img .pc{
    display: none;
}
.mv-img .pc2{
    display: none;
}

@media (min-width:576px){
	.mv-img img{
		max-width: 600px;
	}
}

@media (min-width:608px){
    .mv{
        padding-top: 120px;
    }
}

@media (min-width:768px){
	.mv-img img{
		max-width: 100%;
	}
    .mv-img .sp{
        display: none;
    }
    .mv-img .pc2{
        display: block;
    }
}

@media (min-width:1350px){
    .mv-img .pc2{
        display:none;
    }
    .mv-img .pc{
        display: block;
    }
}

/* main-visual */



/* INTRODUCTION */
.intr-section{
    position: relative;
    overflow: hidden;
}

.intr-section .intr-en{
	color: #e79460;
}

.intr-section .intr-title{
    border-bottom: 4px solid #e79460;
}

.intr-text{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.intr-text p{
    text-align: center;
    font-size: 14px;
    line-height: 2;
    font-weight: 600;
}

.intr-text img{
    max-width: 100%;
    width: auto;
}

.birds-nest-cover{
    position: absolute;
}

.kosame{
    background-image: url(../img/intr_img01.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 211px;
    z-index: -1;
    top: 100px;
    left: 50%;
    margin-left: -620px;
    transform: translateY(-50%);
}

.toratsugumi{
    background-image: url(../img/intr_img03.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 275px;
    height: 193px;
    z-index: -1;
    top: 80%;
    left: 50%;
    margin-left: -620px;
    transform: translateY(-50%);
}

.misozai{
    background-image: url(../img/intr_img02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 273px;
    height: 259px;
    z-index: -1;
    top: 45%;
    right: 50%;
    margin-right: -620px;
    transform: translateY(-50%);
}

@media (min-width:576px){
    .intr-text{
        margin-top: 30px;
        gap: 30px;
}
.intr-section{
    margin-top: 120px;
}
}
	

@media (min-width:576px){
    .intr-text p{
       font-size: 18px;
   }
   .intr-text{
    margin-top: 40px;
    gap: 40px;
}
}

/* INTRODUCTION* /



/* NEWS */
.news-section .eg-en{
	color: #e8b95a;
}

.news-section .eg-title{
    border-bottom: 4px solid #e8b95a;
}

.news-section .twitter__frame {
    width: auto;
    padding: 10px;
    margin: 40px -20px 0;
    background: #dcdcdc;
    border-radius: 10px;
}
#twitter-widget-0 {
	width: 100%!important;
}
@media (min-width:576px){
    .news-section .twitter__frame {
        width: 390px;
		margin: 40px auto 0;
    }
}

@media (min-width:768px){
    .news-section .twitter__frame {
        width: 420px;
    }
}

/* NEWS */



/* EVENT GUIDE */
.eg-untitle{
    line-height: 1.5;
    top: -30px !important;
}

.eg-section .eg-en{
	color: #618aab;
}

.eg-section .eg-title{
    border-bottom: 4px solid #618aab;
}

.sq-case{
    margin: auto;
    margin-top: 40px;
}

.sq-case .sq-case-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 40px;
}

.sq-case .sq-case-content .sq-case-item{
    width: 100%;
    position: relative;
    border: 4px solid #a1d1e1;
    border-radius: 20px;
    box-sizing: border-box;
}

.sq-case .sq-case-content .sq-case-item .sq-case-item_headline{
    position: relative;
    top: -13px;
    font-size: 20px;
    font-weight: 700;
    color: #618aab;
    text-align: center;
    text-shadow: 3px 2px 0 #fff;
    margin-bottom: -40px;
}

.sq-case .sq-case-content .sq-case-item .sq-case-item_headline br{
    display: block;
}

.sq-case .sq-case-content .sq-case-item .sq-case-item_headline span{
    background: #ffffff;
    padding: 0 20px;
    display: inline-block;
}

.sq-case .sq-case-content .sq-case-item .sq-case-about_content{
    padding: 60px 30px 40px 30px;
}

.sq-case .sq-case-content .sq-case-item .free-pass{
    padding: 35px 30px 40px 30px;
}

.sq-case .sq-case-content .sq-case-item .sq-case-about_content p{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.sq-case .sq-case-content .sq-case-item .sq-case-about_content ul{
    margin-top: 30px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.01em;
    line-height: 1.5;
    text-indent: -1rem;
}

.sq-case .sq-case-content .sq-case-item .sq-case-about_content .sq-case-about_image{
    margin-top: 30px;
    width: 100%;
}

.sq-case .sq-case-content .sq-case-item .sq-case-about_content .sq-case-about_image figure img{
    width: auto;
    max-height: 100%;
}

.eg-section .sq-case .sq-case-content .sq-case-item .sq-case-about_content .sq-case-about_image figure{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sq-case .sq-case-content .sq-case-item .sq-case-about_content .sq-case-about_image figure figcaption{
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sq-table table{
    width: 100%;
    border: 3px solid #618aab;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
}

.sq-table tbody th,
.sq-table tbody td {
    border-bottom: 3px solid #618aab;
    display: block;
}

.sq-table tbody tr:last-child th{
    border-bottom: 3px solid #618aab;
}

.sq-table tbody tr:last-child td{
    border-bottom: none;
}

.sq-table table th{
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.2rem;
    text-align: center;
    color: #ffffff;
    background-color: #a1d1e1;
    vertical-align: middle;
}

.sq-table table td{
    width: 100%;
    padding: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    background-color: #ffffff;
}

.sq-table table td a{
    padding-bottom: 1px;
    color: #618aab;
    border-bottom: 1px solid #618aab;
}

.sq-table table td img{
    width: 100%;
    max-width: 570px;
}

.price-text br{
    display: inline;
}

@media (min-width:388px){
    .sq-case .sq-case-content .sq-case-item .sq-case-item_headline br{
        display: none;
    }
    .eg-untitle{
        line-height: 1;
        top: -12px !important;
    }

    .sq-case .sq-case-content{
        gap: 30px;
    }
}

@media (min-width:454px){
    .price-text br{
        display: none;
    }
    .sq-case .sq-case-content .sq-case-item .sq-case-about_content{
        padding: 60px 40px 40px 40px;
    }

    .sq-case .sq-case-content .sq-case-item .free-pass{
        padding: 60px 40px 40px 40px;
    }
    
}

@media (min-width:576px){
    .sq-case{
        margin-top: 60px;
    }

    .sq-case .sq-case-content .sq-case-item .sq-case-item_headline {
        top: -15px;
        font-size: 25px;
    }

    .sq-case .sq-case-content .sq-case-item .sq-case-about_content p{
        font-size: 18px;
    }
}

@media (min-width:768px){
    .sq-table tbody th,
    .sq-table tbody td {
    display: table-cell;
    }

    .sq-table table th{
        width: 25%;
        border-right: 3px solid #618aab; 
    }
    
    .sq-table table td{
        width: 75%;
    }
    
    .sq-table tbody tr:last-child th,
    .sq-table tbody tr:last-child td{
    border-bottom: none;
    }

    .sq-case{
        margin-top: 80px;
    }

    .sq-case .sq-case-content .sq-case-item .sq-case-about_content .sq-case-about_image{
        justify-content: normal;
    }
}

@media (min-width:992px){
    .sq-case .sq-case-content {
        flex-direction: row;
        gap: 30px;
        margin-bottom: 60px;
    }
    .sq-case .sq-case-content .sq-case-item{
        width: 50%;
    }
}

@media (min-width:1200px){
    .sq-case .sq-case-content .sq-case-item .sq-case-item_headline {
        top: -18px;
        font-size: 30px;
    }

.sq-case .sq-case-content .sq-case-item .sq-case-about_content .sq-case-about_image{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}
}

/* EVENT GUIDE */



/* EXHIBIT */
.ex-section{
    padding-bottom: 30px;
}

.ex-section .ex-en{
	color: #708960;
}

.ex-section .ex-title{
    border-bottom: 4px solid #708960;
}

.ex-section h3{
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    color: #708960;
    margin-top: 80px;
}

.ex-section h3::before{
    display: none;
    content: '';
    width: 75px;
    height: 30px;
    background: url(../img/ex-title-illust01.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.ex-section h3::after{
    display: none;
    content: '';
    width: 75px;
    height: 30px;
    background: url(../img/ex-title-illust02.png);
    background-size: contain;
    background-repeat: no-repeat;
}

/* 展示紹介縦向き */
.ex-section .ex-case{
    margin-top: 70px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ex-section .ex-case .ex-box{
    background-color: #ffffff;
    border-radius: 20px;
    width: 100%;
}

.ex-section .ex-case .ex-box-content{
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.ex-section .ex-case .ex-box-content img{
    width: auto;
    max-width: 100%;
}

/* 展示紹介横向き */
.ex-section .ex-case-side{
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ex-section .ex-case-side .ex-side-box{
    background-color: #ffffff;
    border-radius: 20px;
    width: 100%;
}

.ex-section .ex-case-side .ex-box-content{
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.ex-section .ex-case-side .ex-box-content .ex-textbox{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ex-section .ex-case-side .ex-box-content .ex-textbox .ex-text{
    margin-top: 20px;
}

.ex-section .ex-case-side .ex-box-content img{
    width: auto;
    max-width: 100%;
}

.ex-sp{
    display: block;
}

.ex-pc{
    display: none;
}

.title-height{
    height: 100%;
}

/* 展示紹介タイトル・テキスト */
.ex-section h4{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.ex-section h4::before{
    display: inline-block;
    content: '';
    width: 40px;
    height: 51px;
    margin-right: 10px;
}

.ex-section .ex01 h4::before{
    background: url(../img/sub-title-egg01.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.ex-section .ex02 h4::before{
    background: url(../img/sub-title-egg02.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.ex-section .ex03 h4::before{
    background: url(../img/sub-title-egg03.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.ex-section .ex04 h4::before{
    background: url(../img/sub-title-egg04.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.ex-section .ex05 h4::before{
    background: url(../img/sub-title-egg05.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.ex-section .ex06 h4::before{
    background: url(../img/sub-title-egg06.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.ex-section .ex07 h4::before{
    background: url(../img/sub-title-egg07.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.ex-section .ex08 h4::before{
    background: url(../img/sub-title-egg08.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.ex-section .ex-text{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

/* 展示紹介テストカラー */
.color-orange{
    color: #de854c;
}
.color-skyblue{
    color: #30a4ac;
}
.color-gray{
    color: #928f89;
}
.color-green{
    color: #a6ae39;
}
.color-blue{
    color: #1a7da0;
}
.color-yellow{
    color: #e8b95a;
}
.color-red{
    color: #d15d4b;
}
.color-purple{
    color: #8c5b7f;
}

/* 展示紹介囲い線カラー */
.ex-section .ex01{
    border: 4px solid #de854c;
}

.ex-section .ex02{
    border: 4px solid #30a4ac;
}

.ex-section .ex03{
    border: 4px solid #928f89;
}

.ex-section .ex04{
    border: 4px solid #a6ae39;
}

.ex-section .ex05{
    border: 4px solid #1a7da0;
}

.ex-section .ex06{
    border: 4px solid #d15d4b;
}

.ex-section .ex07{
    border: 4px solid #e8b95a;
}

.ex-section .ex08{
    border: 4px solid #8c5b7f;
}

@media (min-width: 576px){
    .ex-section{
        padding-bottom: 60px;
    }

    .ex-section h3{
        font-size: 25px;
    }
}

@media (min-width: 768px){
    .ex-section h3{
        font-size: 30px;
    }

    .ex-section h3::before{
        display: inline-block;
    }
    
    .ex-section h3::after{
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .ex-sp{
        display: none;
    }
    
    .ex-pc{
        display: block;
    }

    .ex-section h3::before{
        width: 85px;
        height: 40px;
    }
    
    .ex-section h3::after{
        width: 85px;
        height: 40px;
    }

    .ex-section .ex-case-side{
        flex-direction: row;
    }

    .ex-section h3{
        font-size: 35px;
    }

    .ex-section h4{
        font-size: 17px;
    }

    .title-height{
        height: 77px;
    }

    .ex-section .ex-case{
        flex-direction: row;
    }

    .ex-section .ex-case-side .ex-box-content{
        padding: 40px 25px;
        align-items: center;
        flex-direction: row;
    }

    .ex-section .ex-case-side .ex-box-content .ex-textbox{
        align-items: flex-start;
    }    

    .ex-section .ex-case-side .ex-box-content .ex-textbox .ex-text{
        margin-left: 50px;
        margin-top: 0;
    }

}

@media (min-width:1200px){
    .title-height{
        height: 104px;
    }

    .ex-section .ex-case{
        margin-top: 70px;
        flex-direction: row;
        gap: 30px;
    }
    
    .ex-section .ex-case .ex-box{
        width: 33%;
    }
    
    .ex-section .ex-case .ex-box-content{
        padding: 40px 35px;
        flex-direction: column;
        gap: 20px;
    }
    
    .ex-section .ex-case .ex-box-content img{
        max-width: 270px;
    }

    .ex-section .ex-case-side{
        margin-top: 30px;
        flex-direction: row;
        gap: 30px;
    }
    
    .ex-section .ex-case-side .ex-side-box{
        width: 50%;
    }
    
    .ex-section .ex-case-side .ex-box-content{
        padding: 40px 25px;
        flex-direction: row;
        gap: 20px;
    }

    .ex-section .ex-case-side .ex-box-content .ex-textbox .ex-text{
        margin-left: 62px;
    }
    
    .ex-section .ex-case-side .ex-box-content img{
        max-width: 185px;
    }

    .ex-section h3{
        font-size: 35px;
        margin-top: 80px;
    }
    
    .ex-section h3::before{
        width: 85px;
        height: 40px;
    }
    
    .ex-section h3::after{
        width: 85px;
        height: 40px;
    }
    .ex-section h4{
        font-size: 23px;
    }
    
    .ex-section h4::before{
        width: 50px;
        height: 61px;
        margin-right: 10px;
    }
}

/* EXHIBIT */



/* EVENT */
.event-section .event-en{
	color: #ce9633;
}

.event-section .event-title{
    border-bottom: 4px solid #ce9633;
}

.event-section .event-lecture-case .sq-table{
    margin-top: 40px;
}

.event-section .event-lecture-case .sq-table table{
    border: 3px solid #ce9633;
}

.event-section .event-lecture-case .sq-table table th{
    background-color: #fffae6;
    color: #675940;
}

.event-section .event-lecture-case .sq-table tbody th,
.event-section .event-lecture-case .sq-table tbody td {
    border-bottom: 3px solid #ce9633;
}

.event-section .event-lecture-case .sq-table tbody tr:last-child th{
    border-bottom: 3px solid #ce9633;
}

.event-section .event-lecture-case .sq-table tbody tr:last-child td{
    border-bottom: none;
}

.table-ul{
    margin-top: 5px;
    line-height: 1.5;
    text-indent: -1rem;
    margin-left: 15px;
}

@media (min-width:768px){
    .event-section .event-lecture-case .sq-table tbody tr:last-child th,
    .event-section .event-lecture-case .sq-table tbody tr:last-child td{
    border-bottom: none;
    }

    .event-section .event-lecture-case .sq-table table th{
        border-right: 3px solid #ce9633; 
    }

}

.event-lecture {
	margin-top: 60px;
}

.event-headline {
	display: block;
	padding: calc(15px - (24px * 1.5 - 24px) / 2) 10px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .05em;
	text-align: center;
	color: #fff;
	background-color: #ce9633;
	border-radius: 10px;
}
@media all and (min-width: 768px) {
	.event-headline{
		padding: calc(20px - (30px * 1.5 - 30px) / 2) 10px;
		font-size: 30px;
	}
}

.event-category {
	display: inline-block;
	width: auto;
	margin-top: 60px;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	color: #ce9633;
	border: 3px solid #ce9633;
}
@media all and (min-width: 768px) {
	.event-category {
		min-width: 310px;
		font-size: 20px;
	}
}

.title-box {
	padding-top: 15px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: .1em;
	color: #875940;
	padding-left: 20px;
    text-indent: -20px;
	font-feature-settings: "palt";
}
.title-box::before {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	content: '';
	background-color: #ce9633;
	flex: 1 0 auto;
}
 .title-box:first-child {
	padding-top: calc(60px - ( 18px * 1.5 - 18px) / 2 );
}
@media all and (min-width: 768px) {
	.title-box {
		font-size: 28px;
		padding-left: 25px;
		text-indent: -25px;
	}
	.title-box::before {
		width: 20px;
		height: 20px;	
	}
	 .title-box:first-child {
		padding-top: calc(60px - ( 28px * 1.5 - 28px) / 2 );
	}
}


.event-ex-text, 
.event-ex-lead {
	padding-top: 25px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: .05em;
	color: #875940;
}
.event-ex-lead {
	font-size: 18px;
	text-align: center;
}
@media all and (min-width: 768px) {
	.event-ex-text ,
	.event-ex-lead {
		padding-top: 35px;
	}
}

/* EVENT */



/* DOWNLOAD */
.download-section .download-en{
	color: #5ca1a9;
}

.download-section .download-title{
    border-bottom: 4px solid #5ca1a9;
}

.areaGrid > * {
	margin-top: 60px;
}
@media all and (min-width: 768px) {
	.areaGrid {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		flex-wrap: wrap;
	}
	.areaGrid .col-2 {
		width: calc(50% - 15px);
	}
}

.frame {
	width: 100%;
	height: 100%;
	padding: 40px 15px 20px;
	border: 4px solid #a1d1e1;
	border-radius: 20px;
	box-sizing: border-box;
	position: relative;
}
.frame__title {	
	display: inline-block;
	min-width: 160px;
	width: auto;
	padding: 0 15px;
	font-size: 18px;
	font-weight: 600;
	color: #5ca1a9;
	background-color: #fff;
	text-align: center;
	position: absolute;
	top: -2px;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
  	-webkit-transform: translateY(-50%) translateX(-50%);
} 
.frame .imgWrapper {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.frame .imgWrapper img {
	max-width: 100%;
	width: auto;
}
.frame .areaGridImg {
	margin-top: -30px;
}
.frame .areaGridImg__item {
	margin-top: 30px;
}
.frame .frame__text {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.7;
	letter-spacing: .05em;
	color: #875940;
}
.frame .frame__text.text--center {
	text-align: center;
}
.frame .frame__text.text--notice {
	padding-left: 1em;
	text-indent: -1em;
}

.frame .title-big {
	margin-top: -10px;
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .05em;
	text-align: center;
	color: #618aab;
}
.frame .media {
	margin-top: 20px;
}
.frame .frame__title +  .media {
	margin-top: -30px;
}
.frame .media .imgWrapper {
	max-width: 360px;
	margin: 30px auto 0;
}
.frame .media .areatext {
	margin-top: 30px;
}

@media all and (min-width: 768px) {
	.frame {
		padding: 60px 40px 40px;
	}
	.frame__title {	
		min-width: 230px;
		font-size: 20px;
	} 
	.frame .areaGridImg {
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
	.frame .areaGridImg__item {
		width: 300px;
		padding: 0 20px;
	}
	.frame .title-big {
		margin-top: -20px;
		font-size: 25px;
	}
	.frame .media {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.frame .media .imgWrapper {
		max-width: 260px;
	}
	.frame .media .areatext {
		padding-left: 40px;
		flex: 1;
	}
	.frame .media .btn-pill {
		margin-left: 0;
	} 
}
@media all and (min-width: 992px) {
	.frame__title {	
		font-size: 26px;
	} 
	.frame .media .imgWrapper {
		max-width: 360px;
	}
}
@media all and (min-width: 1200px) {
	.frame__title {	
		font-size: 30px;
	} 
}


/* DOWNLOAD */



/* HANDBOOK */
.handbook-section .handbook-en{
	color: #c2725b;
}
.handbook-section .handbook-title {
    border-bottom: 4px solid #c2725b;
}
.handbook-section .text {
	margin-top: 30px;
}
.handbook-section .imgWrapper {
	margin-top: 40px;
	text-align: center;
}
.handbook-section .imgWrapper img {
	max-width: 100%;
	width: auto;
}


/* HANDBOOK */




/* footer */
footer {
	width: 100%;
	background-color: #fff;
    margin-top: 60px;
	position: relative;
}
.footer__top {
	padding: 20px 15px;
	text-align: center;
}
.footer__top img{
	width: 180px;
}
.footer__bottom {
	padding: 15px 15px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: .05em;
	text-align: center;
	color: #fff;
	background-color: #a1d1e1;
}
.footer__copyMark {
	font-size: 16px;
	vertical-align: middle;
}
.footer__scrollTop {
	width: 80px;
	position: fixed;
	bottom: 35px;
	right: 0;
	transition: all 0.4s ease 0s;
}
.footer__scrollTop:hover,
.footer__scrollTop:focus {
	opacity: .8;
	bottom: 35px;
}
.footer__scrollTop img {
	max-width: 100%;
	width: auto;
	height: auto;
}
@media all and (min-width: 576px){
    footer{
        margin-top: 145px;
    }

    .footer__top img{
        width: 320px;
    }
}
@media all and (min-width: 768px) {
	.footer__scrollTop {
		width: auto;
		bottom: 30px;
		right: 30px;
	}
}


/* footer */