@charset "UTF-8";
/****共通設定******************************/
body {
	 margin: 0;
	overflow-x: hidden;
	font-family: "Poppins", "Noto Sans JP", sans-serif;
	scroll-behavior: smooth;
}

html {
	position: relative; 
}

.sp {
	display: none; 
}

.pc {
	display: inherit; 
}
p{
	font-size:1.143vw;
}


@media screen and (max-width: 768px) {
  .pc {
    display: none; 
	}
  .sp {
    display: inherit; 
	}
}

.container{
	width: 80%;
	margin: 0 auto;
}
@media (max-width: 749px) {
.container{
	width: calc(100% - 40px) ;
	margin: 0 20px ;
}	
}

/* ナビゲーション *********************************************************/
.hnav{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	z-index: 999;
	margin: auto;  
	top: 0;
	right: 0;
	left: 0;
	position: fixed;
}
.hnav .nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 10px;
	height: 60px;
	padding: 0 20px 0 24px;
	align-items: center;
	border-radius: 0 0 20px 20px;
	border-right: 1px solid #1F2774;
	border-bottom: 1px solid #1F2774;
	border-left: 1px solid #1F2774;
	background: #FFF;
}
.hnav .nav .title{
	width: 22.5vw;
}
.hnav .nav .title svg{
	width: 100%;
	height: auto;
}
.hnav .nav ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
}
.hnav .nav ul li{
  position: relative;
	margin-left: 15px;
  padding-right: 18px;
}
.hnav .nav ul li a{
	color: #1F2774;
	font-family: "Noto Sans JP";
	font-size: 1.181vw;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-decoration: none;
}

.hnav .nav ul li::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #1F2774;
  border-right: 2px solid #1F2774;
  transform: rotate(135deg);
}

.hnav .tokuten{
	display: flex;
	margin: 0 10px;
	padding: 16px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 0 0 20px 20px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	border-left: 2px solid #FFF;
	background: #FF4964;
}
.hnav .tokuten a{
	color: #FFF;
	font-family: "Noto Sans JP";
	font-size: 1.25vw;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
}
@media (max-width: 749px) {
.hnav{
	display: none!important;
	opacity: 0!important;
	}
}
/* フッターナビゲーション *********************************************************/
@media (min-width: 750px) {
.fnavi{
	display: none!important;
}
}
@media (max-width: 749px) {
.fnavi{
	display: flex;
	position: fixed;
	bottom: 0;
width: calc(100% - 4px);
padding: 16px 0;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 4px;
border-radius: 20px 20px 0 0;
border-top: 2px solid #FFF;
border-right: 2px solid #FFF;
border-left: 2px solid #FFF;
background: #FF4964;
	z-index: 999;
}
	.fnavi a{
		color: #fff;
		text-decoration: none;
	}
.fnavi .text1{
color: #FFF;
font-family: "A P-OTF Maru Antique+ ProN";
font-size: 16px;
font-style: normal;
font-weight: 505;
line-height: 110%; /* 17.6px */
	text-align: center;
}
.fnavi .text2{
color: #FFF;
font-family: "Noto Sans JP";
font-size: 23px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 23px */
	text-align: center;
}
}
/* メインビジュアル *********************************************************/
#mv{
	padding: 0;
	background:url("../images/mv-bg.jpg");
	position: relative;
	background-attachment: fixed;
	background-size: 100%;
}
#mv img{
	vertical-align: bottom;
}
#mv h1{
	margin: 0 ;
	position: absolute;
	z-index: 1;
	width: 88.403vw;
	top: 4.6%;
	left: 5%;
}
#mv h2{
	margin: 0 ;
	position: absolute;
	z-index: 2;
	width: 32.431vw;
	top: 19%;
	left: 3%;
}
#mv .date{
	margin: 0 ;
	position: absolute;
	z-index: 3;
	width: 22.847vw;
    top: 51%;
    left: 2%;
}
#mv .present{
	margin: 0 ;
	position: absolute;
	z-index: 3;
	width: 18.333vw;
    top: 64%;
    right: 3%;
}

#mv h1 { opacity: 0;animation: fadeIn 0.8s forwards;animation-delay: 0.4s; }
#mv h2 { opacity: 0;animation: fadeIn 0.8s forwards;animation-delay: 0.6s; }
#mv .date { opacity: 0;animation: fadeIn 0.8s forwards;animation-delay: 1.2s; }
#mv .present { opacity: 0;animation: fadeIn 0.8s forwards;animation-delay: 1.4s; }
@media (max-width: 749px) {
#mv .date { opacity: 0;animation: fadeIn 0.8s forwards;animation-delay: 0.8s; }
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 749px) {
#mv{
	padding: 0;
	background:url("../images/mv-bg-sp.jpg");
	position: relative;
	background-attachment: fixed;
	background-size: 100%;
}
#mv h1{
	margin: 0 ;
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 4.3%;
	left: 0;
}
#mv h2{
	margin: 0 ;
	position: absolute;
	z-index: 2;
    width: 80%;
    top: -1%;
    left: 2%;
}
#mv .date{
	margin: 0 ;
	position: absolute;
	z-index: 3;
	width: 44vw;
    top: 64%;
    left: 0;
}
#mv .container{
	width: 100%;
	margin: 0;
}
}




/* ヘッダー */
.spnav {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}

.header__inner {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}
.header-title{
	margin: 35px 0 100px 0;
}
.header__nav {
  position: absolute;
  right: 0;
  left: 50px;
  top: 0;
	padding: 0 21px;
  width: calc(100% - 92px);
  height: 100vh;
  transform: translateX(100%);
  background-color: #fff;
  transition: ease .4s;
}

.header__inner .button{
	position: relative;
color: #FFF;
font-family: "Noto Sans JP";
font-size: 18px;
font-style: normal;
font-weight: 600;
line-height: normal;
	text-align: center;
display: flex;
width: calc(100% - 42px);
	margin: 75px 0 0 0;
padding: 16px 20px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 10px;
border: 1px solid #000;
background: #FF4964;
}
.header__inner .button::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.header__inner .button a{
	color: #fff;
	text-decoration: none;
}
.nav-items {
	list-style: none;
    margin: 0;
    padding: 0;
}
.nav-items li{
	padding: 26px 0;
	border-bottom: 1px solid #1F2774;
}

.nav-items__item a {
color: #1F2774;
font-family: "Noto Sans JP";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
	position: relative;
	padding-right: 20px;
	text-decoration: none;
}
.nav-items__item a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(135deg);
}


.nav-items__item:last-child a {
  margin-bottom: 0;
}


/* ハンバーガーメニュー */
@media (min-width: 750px) {
.spnav {
	display: none!important;
}
}

.header__hamburger {
  width: 60px;
  height: 60px;
	position: fixed;
	top: 15px;
	right: 15px;
	background: #1F2774;
	border: 2px solid #FFF;
	border-radius: 50px;
}

.hamburger {
  z-index: 9999;
}

@media screen and (min-width: 960px) {
  .hamburger {
    display: none;
  }
}


.hamburger span {
  height: 2px;
  background-color: #fff;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
	left: 7px;
	width: 30px;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
	left: 7px;
	width: 30px;
}




/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(25deg);
}


.hamburger.active span:nth-child(2) {
  top: -5px;
  transform: rotate(-25deg);
} 

.hamburger span:nth-child(3) {
position: relative;
	background: none;
} 
.hamburger span:nth-child(3):before {
	position: absolute;
  content: "MENU";
	right:0;
	color: #fff;
	text-align: center;
color: #FFF;
font-family: "Noto Sans JP";
font-size: 11px;
font-style: normal;
font-weight: 500;
line-height: 170%; /* 18.7px */
    left: 1px;
    top: 0;
    top: -7px;
}
.hamburger.active span:nth-child(3) {
position: relative;
} 
.hamburger.active span:nth-child(3):before{
	position: absolute;
  content: "CLOSE";
	right: 0;
	color: #fff;
	text-align: center;

text-align: center;
font-family: "Noto Sans JP";
font-size: 11px;
font-style: normal;
font-weight: 500;
line-height: 170%; /* 18.7px */
} 



/* ふるさと探しフェアとは？ *********************************************************/
#about{
	margin: 7.639vw 0;
	height: 102.222vw;
}
#about .container{
	position: relative;
}
#about .text1{
	margin: 0 auto;
	width: 53.472vw;
}

#about .text1 h2{
	width: 53.472vw;
	height: 7.183vw;
	margin: 0 0 4.167vw 0;
}
#about .text1 h2 svg{
	margin: 0 auto;
}
#about .text1 p{
	margin: 0;
color: #000;
text-align: center;
font-family: "Noto Sans JP";
font-size: 1.528vw;
font-style: normal;
font-weight: 500;
line-height: 190%; /* 41.8px */
}

#about .about-image1{
	position: absolute;
    top: 53%;
    left: -60px;
	width: 30.069vw;
}
#about .about-image2{
	position: absolute;
    top: 67%;
    right: -4%;
	width: 23.819vw;
}
#about .about-image3{
	position: absolute;
    top: 126%;
    left: 36%;
	width: 32.014vw;
}
#about .about-image4{
	position: absolute;
    top: 232%;
    left: -1%;
	width: 35.278vw;
}
#about .about-image5{
	position: absolute;
	top: 266%;
    right: -4%;
	width: 34.653vw;
}
#about .about-image1 img,#about .about-image2 img,#about .about-image3 img,#about .about-image4 img,#about .about-image5 img{
	width: 100%;
	height: auto;
}

#about .text2{
	position: absolute;
	top: 372%;
    left: -1%;
	color: #000;
}
#about .text2 p{
	margin: 0 0 2.778vw 0;
color: #000;
text-align: left;
font-family: "Noto Sans JP";
font-size: 1.528vw;
font-style: normal;
font-weight: 500;
line-height: 190%; /* 41.8px */
}

#about .button{
	position: absolute;
	top: 484%;
    left: -1%;
	color: #000;
	color: #FFF;
	font-family: "Noto Sans JP";
	font-size: 1.667vw;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	text-align: center;
	display: flex;
	width: 30.347vw;
	margin: 0;
	padding: 2.083vw 0;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	border: 1px solid #000;
	background: #FF4964;
}
#about .button::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
#about .button a{
	color: #fff;
	text-decoration: none;
}

@media (max-width: 749px) {
#about{
	margin: 50px 0 0 0;
	height: 405vw;
}
#about .container{
	position: relative;
	width: 100%;
	margin: 0;
}
#about .text1{
	margin: 0 auto;
	width: 100%;
}

#about .text1 h2{
	width: 83.733vw;
	height: 20.183vw;
	margin: 0 auto 4.167vw auto;
}
#about .text1 h2 img{
	width: 100%;
	text-align: center;
	}
#about .text1 h2 svg{
	margin: 0 auto;
	text-align: center;
	}
#about .text1 p{
	margin: 0;
color: #000;
text-align: center;
font-family: "Noto Sans JP";
font-size: 4.267vw;
font-style: normal;
font-weight: 500;
line-height: 170%; /* 27.2px */
}

#about .about-image1{
	position: absolute;
    top: 115%;
    left: 2%;
	width: 51.733vw;
}
#about .about-image2{
	position: absolute;
    top: 99%;
    right: 0;
	width: 46.933vw;
}
#about .about-image3{
	position: absolute;
    top: 216%;
	left: inherit;
    right: 2%;
	width: 82.4vw;
}
#about .about-image4{
	position: absolute;
    top: 286%;
    left: 3%;
	width: 56.267vw;
}
#about .about-image5{
	position: absolute;
	top: 303%;
    right: 0;
	width: 58.4vw;
}
#about .about-image1 img,#about .about-image2 img,#about .about-image3 img,#about .about-image4 img,#about .about-image5 img{
	width: 100%;
	height: auto;
}

#about .text2{
        position: absolute;
        top: 458%;
        left: 20px;
        color: #000;
        width: calc(100% - 40px);
}
#about .text2 p{
	margin: 0 0 5.778vw 0;
color: #000;
text-align: left;
font-family: "Noto Sans JP";
font-size: 4.267vw;
font-style: normal;
font-weight: 500;
line-height: 170%; /* 27.2px */
}

#about .button{
	position: absolute;
	top: 609%;
    left: 20px;
	color: #000;
color: #FFF;

font-family: "Noto Sans JP";
font-size: 4.533vw;
font-style: normal;
font-weight: 600;
line-height: 100%;
	text-align: center;
display: flex;
width: calc(100% - 40px);
	margin: 0;
padding: 28px 0;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 10px;
border: 1px solid #000;
background: #FF4964;
}
#about .button::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
#about .button a{
	color: #fff;
	text-decoration: none;
}
}




/* 中国・四国地方の魅力 *********************************************************/
#charm{
	margin: 0;
	padding: 7.639vw 0 5vw 0;
	background: #CDF2FF;
}
#charm h3{
	text-align: center;
}
#charm h3 svg{
	width: 32.5vw;
	margin: 0 auto;
}
#charm h2{
	margin: 0 0 3.611vw 0;
color: #1F2774;

text-align: center;
font-family: "Noto Sans JP";
font-size: 2.986vw;
font-style: normal;
font-weight: 700;
line-height: 160%; /* 68.8px */
}
#charm ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}
#charm ul li{
	width: calc(100% / 3 - 1.8vw);
	margin: 0 0.694vw 3.611vw 0.694vw;
	position: relative;
}
#charm ul li a{
	text-decoration: none;
}
#charm ul li .image{
	position: relative;
	margin: 0 0 0.694vw 0;
}
#charm ul li .image .area{
	position: absolute;
	width: 5vw;
	height: 5vw;
	background: #00BCFF;
	border: 1px solid #231815;
	top: 0.694vw;
	left: 0.694vw;
	border-radius: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: "Noto Sans JP";
	font-size: 1.25vw;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 5.4px;
}
#charm ul li .image .area div{
	margin-left: 0.278vw;
}
#charm ul li .image .cap{
	position: absolute;
	color: #FFF;
text-align: right;
text-shadow: 0 -1px 15px rgba(0, 0, 0, 0.35);
font-family: "Noto Sans JP";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.8px;
	bottom: 0.764vw;
	right: 0.764vw;
}

#charm ul li p{
	margin-bottom: 5.167vw;
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 1.042vw;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#charm ul li .button{
	position: absolute;
	left: 25%;
	bottom: 0;
	display: flex;
	padding: 13px 25px 13px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	border: 1.536px solid #000;
	background: #FFF100;
	width: 8.764vw;
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 1.25vw;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 18px */
}
#charm ul li .button::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}

@media (max-width: 749px) {
#charm{
	margin: 0;
	padding: 50px 0 10px 0;
	background: #CDF2FF;
}
#charm h3{
	margin: 0 0 10px 0;
	text-align: center;
}
#charm h3 svg{
	width: 95%;
	margin: 0 auto;
}
#charm h2{
	margin: 0 0 30px 0;
color: #1F2774;
text-align: center;
font-family: "Noto Sans JP";
font-size: 23px;
font-style: normal;
font-weight: 700;
line-height: 160%; /* 36.8px */
}
#charm ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}
#charm ul li{
	width: 100%;
	margin: 0 0 40px 0;
	position: relative;
}
#charm ul li a{
	text-decoration: none;
}
#charm ul li .image{
	position: relative;
	margin: 0 0 10px 0;
}
#charm ul li .image .area{
	position: absolute;
	width: 66px;
	height: 66px;
	background: #00BCFF;
	border: 1px solid #231815;
	top: 9px;
	left: 9px;
	border-radius: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-family: "Noto Sans JP";
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 5.4px;
}
#charm ul li .image .area div{
	margin-left: 1.067vw;
}
#charm ul li .image .cap{
	position: absolute;
	color: #FFF;
text-align: right;
text-shadow: 0 -1px 15px rgba(0, 0, 0, 0.35);
font-family: "Noto Sans JP";
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.8px;
	bottom: 15px;
	right: 11px;
}
#charm ul li p{
	margin-bottom: 70px;
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
#charm ul li .button{
	position: absolute;
	left: calc(50% - 125px);
	bottom: 0;
	display: flex;
	padding: 13px 0 13px 0;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	border: 1.536px solid #000;
	background: #FFF100;
	width: 250px;
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%; /* 18px */
}
#charm ul li .button::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
}
}

/* iframe *********************************************************/

#cboxOverlay {
  background: #666!important;
}
#cboxLoadedContent {
    background: #fff!important;
    padding: 0px!important;
}
#cboxContent{
	background: none!important;
}


.cont{
	width: 100%;
	height: auto;
	display: table;
	}
.cont .left{
	flex-basis: auto;
	height: 100vh;
	position: fixed;
	display: table-cell;
	top: 0;
	}
.cont .left img{
	width: auto;
	height: 100vh;
	vertical-align: bottom;
	position: absolute;
	top: 0;
	left: 0;
	}
.cont .right{
	width: 50%;
    flex-basis: auto;
	overflow-x: hidden;
	overflow-y: scroll;
	margin: 0;
	padding: 6.111vw 3.611vw 6.111vw 3.611vw;
	display: table-cell;
	}
.cont .right .rightcont{
	margin: 0 0 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.cont .right .rightcont .image{
	width: 48%;
}
.cont .right .rightcont .image img{
	width: 100%;
	height: auto;
}
.cont .right .rightcont .text{
	width :48%;
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 1.181vw;
	font-style: normal;
	font-weight: 500;
	line-height: 170%; /* 28.9px */
}
.cont .right .buttons{
	margin: 0 0 40px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.cont .right .buttons .button{
	position: relative;
	color: #FFF;
	font-family: "Noto Sans JP";
	font-size: 1.15vw;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	text-align: center;
	display: flex;
	width: 33%;
	margin: 20px 15px 0 15px;
	padding: 10px 25px 10px 15px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	border: 1px solid #000;
	background: #FF4964;
}
.cont .right .buttons .button::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.cont .right .buttons .button a{
	color: #fff;
	text-decoration: none;
}

#cboxClose {
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
.cont .right .icons{
	margin: 0 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	vertical-align: center;
}
.cont .right .icons a{
	text-decoration: none;
	color: #000;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	vertical-align: center;
}
.cont .right .icons .button-youtube{
	width: 126px;
	height: 29px;
	margin:0 5px;
}
.cont .right .icons .button-instagram,
.cont .right .icons .button-x,
.cont .right .icons .button-line,
.cont .right .icons .button-tiktok,
.cont .right .icons .button-facebook,
.cont .right .icons .button-instagram{
	width: auto;
	height: 29px;
	margin:0 5px;
}
.cont .right .icons .button-instagram img,
.cont .right .icons .button-x img,
.cont .right .icons .button-line img,
.cont .right .icons .button-tiktok img,
.cont .right .icons .button-facebook img,
.cont .right .icons .button-instagram img{
	width: 29px;
	height: 29px;
	margin:0 5px 0 0;
}
@media (max-width: 749px) {

.cont{
	width: 100%;
	height: auto;
	display: block;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.cont .left{
	width: 100%;
	height: auto;
	position: inherit;
	display: block;
	}
.cont .left img{
	width: 100%;
	height: auto;
	position: absolute;
	}
.cont .right{
    width: calc(100% - 60px);
    overflow-y:visible;
    margin: 400px 0 0 0;
    padding: 30px;
	display: block;
	}
.cont .right .rightcont{
	margin: 0 0 20px 0;
	display: block;
	}
.cont .right .rightcont .image{
	width: 100%;
}
.cont .right .rightcont .image img{
	width: 100%;
	height: auto;
}
.cont .right .rightcont .text{
	width :100%;
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 170%; /* 28.9px */
}
.cont .right .buttons{
	margin: 0 0 30px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.cont .right .buttons .button{
	position: relative;
	color: #FFF;
	font-family: "Noto Sans JP";
	font-size: 15px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	text-align: left;
	display: flex;
	width: 33%;
	margin: 20px 0 0 0;
	padding: 20px 25px 20px 15px;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	border-radius: 10px;
	border: 1px solid #000;
	background: #FF4964;
}
.cont .right .buttons .button::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}
.cont .right .buttons .button a{
	color: #fff;
	text-decoration: none;
}

#cboxClose {
    position: absolute;
    top: 0;
    right: 0;
    background: url(images/controls.png) no-repeat -25px 0;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}
.cont .right .icons{
	margin: 0 0 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	vertical-align: center;
}
.cont .right .icons a{
	text-decoration: none;
	color: #000;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	vertical-align: center;
}
.cont .right .icons .button-youtube{
	width: 126px;
	height: 29px;
	margin:0 10px;
}
.cont .right .icons .button-instagram,
.cont .right .icons .button-x,
.cont .right .icons .button-line,
.cont .right .icons .button-tiktok,
.cont .right .icons .button-facebook,
.cont .right .icons .button-instagram{
	width: auto;
	height: 29px;
	margin:0 5px 15px 0;

}
.cont .right .icons .button-instagram img,
.cont .right .icons .button-x img,
.cont .right .icons .button-line img,
.cont .right .icons .button-tiktok img,
.cont .right .icons .button-facebook img,
.cont .right .icons .button-instagram img{
	width: 29px;
	height: 29px;
	margin:0 5px 0 0;
}
}
/* 出展ブースのご紹介 *********************************************************/
#booth{
	margin: 0;
	padding: 7.639vw 0 5.639vw 0;
	/*background: #00BCFF;*/
	background:url("../images/mv-bg.jpg");
	position: relative;
	background-attachment: fixed;
	background-size: 100%;
}
#booth h2{
	text-align: center;
	margin: 0 0 4.167vw 0;
}
#booth h2 span{
	border-radius: 60px;
	background: #FFF;
	padding: 0.547vw 15px 0.347vw 15px;
}

#booth h2 svg{
	width: 32.5vw;
	margin: 0 auto;
}
#booth ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 0.542vw;
	padding: 0;
	list-style: none;
}
#booth ul li{
	width: calc(100% / 3 - 5.25vw);
	margin: 0 0 2.042vw 0;
	padding: 2.083vw;
	border-radius: 10px;
	border: 1px solid #000;
}
#booth ul li h3{
	margin: 0 0 2.083vw 0;
	color: #1F2774;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 1.875vw;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 35.1px */
	letter-spacing: 4.32px;
}

#booth ul li ul{
	list-style: disc;
	display: block;
}
#booth ul li ul li{
	margin: 0;
	padding: inherit;
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 1.25vw;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 25.2px */
	width: 100%;
	border: none;
	border-radius: inherit;
}
#booth ul li.tottori{
	background:url("../images/booth-01-bg.png") ;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 10.806vw;
	background-position: bottom 30px right 30px;
}
#booth ul li.shimane{
	background:url("../images/booth-02-bg.png") ;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 11.806vw;
	background-position: bottom 30px right 30px;
}
#booth ul li.okayama{
	background:url("../images/booth-03-bg.png") ;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 7.806vw;
	background-position: bottom 30px right 30px;
}
#booth ul li.hiroshima{
	background:url("../images/booth-04-bg.png") ;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 9.806vw;
	background-position: bottom 30px right 30px;
}
#booth ul li.yamaguchi{
	background:url("../images/booth-05-bg.png") ;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 10.806vw;
	background-position: bottom 30px right 30px;
}
#booth ul li.tokushima{
	background:url("../images/booth-06-bg.png") ;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 7.806vw;
	background-position: bottom 30px right 30px;
}
#booth ul li.kagawa{
	background:url("../images/booth-07-bg.png") ;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 7.806vw;
	background-position: bottom 30px right 30px;
}
#booth ul li.ehime{
	background:url("../images/booth-08-bg.png") ;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 11.806vw;
	background-position: bottom 30px right 30px;
}
#booth ul li.kouchi{
	background:url("../images/booth-09-bg.png") ;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 11.806vw;
	background-position: bottom 30px right 30px;
}
	
@media (max-width: 749px) {
#booth{
	margin: 0;
	padding: 50px 0 30px 0;
	/*background: #00BCFF;*/
	background:url("../images/mv-bg-sp.jpg");
	position: relative;
	background-attachment: fixed;
	background-size: 100%;
}
#booth h2{
	text-align: center;
	margin: 0 0 30px 0;
}
#booth h2 span{
	border-radius: 60px;
	background: #FFF;
	padding: 10px 20px;
}

#booth h2 svg{
	width: calc(100% - 40px);
	margin: 0 auto;
}
#booth ul{
	display: block;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style: none;
}
#booth ul li{
	width: calc(100% - 36px);
	margin: 0 0 15px 0;
	padding: 18px;
	border-radius: 10px;
	border: 1px solid #000;
}
#booth ul li h3{
	margin: 0 0 2.083vw 0;
	color: #1F2774;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 35.1px */
	letter-spacing: 4.32px;
}

#booth ul li .boothlist{
		display: flex;
		flex-wrap: wrap;
	}
#booth ul li ul{
	margin: 0 10px 0 5px;
	display: block;
	width: 44%;
}
#booth ul li ul li{
	width: 100%;
	margin: inherit;
	padding: inherit;
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 25.2px */
	border: none;
	border-radius: inherit;
}
#booth ul li.tottori{
	background:url("../images/booth-01-bg.png") ;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 100px;
	background-position: top 10px right 10px;
}
#booth ul li.shimane{
	background:url("../images/booth-02-bg.png") ;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 100px;
	background-position: top 10px right 10px;
}
#booth ul li.okayama{
	background:url("../images/booth-03-bg.png") ;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 100px;
	background-position: top 10px right 10px;
}
#booth ul li.hiroshima{
	background:url("../images/booth-04-bg.png") ;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 100px;
	background-position: top 10px right 10px;
}
#booth ul li.yamaguchi{
	background:url("../images/booth-05-bg.png") ;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 120px;
	background-position: top 10px right 10px;
}
#booth ul li.tokushima{
	background:url("../images/booth-06-bg.png") ;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 90px;
	background-position: top 10px right 10px;
}
#booth ul li.kagawa{
	background:url("../images/booth-07-bg.png") ;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 90px;
	background-position: top 10px right 10px;
}
#booth ul li.ehime{
	background:url("../images/booth-08-bg.png") ;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 100px;
	background-position: top 10px right 10px;
}
#booth ul li.kouchi{
	background:url("../images/booth-09-bg.png") ;
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 130px;
	background-position: top 10px right 10px;
}
}

/* アクセス *********************************************************/
#access{
	margin: 0;
	padding: 7.639vw 0;
	background: #CDF2FF;
}
#access .container{
	width: calc(80% - 60px);
	padding: 2.083vw;
	border-radius: 10px;
	background: #FFF;
}
#access h2{
	margin: 0 0 2.361vw 0;
color: #1F2774;
text-align: center;
font-family: "Noto Sans JP";
font-size: 2.986vw;
font-style: normal;
font-weight: 700;
line-height: 160%; /* 68.8px */
}
#access .cont{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#access .cont .map{
	width: 50%;
	margin: 0 2.083vw 0 0;
}
#access .cont .data{
	width: calc(50% - 2.083vw);
}
#access .cont .data dl{
	margin: 0 0 1.389vw 0 ;
	padding: 0 0 1.389vw 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #00BCFF;
}
#access .cont .data dl dt{
	width: 6.5vw;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 1.111vw;
	font-style: normal;
	font-weight: 700;
	line-height: 170%; /* 27.2px */
}
#access .cont .data dl dd{
	width: calc(100% - 6.5vw);
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 1.042vw;
	font-style: normal;
	font-weight: 500;
	line-height: 170%; /* 25.5px */
}
#access .cont .data p{
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 1.042vw;
	font-style: normal;
	font-weight: 500;
	line-height: 170%; /* 25.5px */
}
@media (max-width: 749px) {
#access{	
	margin: 0;
	padding: 50px 0;
	background: #CDF2FF;
}
#access .container{
	width: calc(100% - 80px);
	padding: 20px;
	border-radius: 10px;
	background: #FFF;
}
#access h2{
	margin: 0 0 34px 0;
	color: #1F2774;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 68.8px */
}
#access .cont{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#access .cont .map{
	width: 100%;
	margin: 0 0 30px 0;
}
#access .cont .data{
	width: 100%;
}
#access .cont .data dl{
	margin: 0 0 25px 0 ;
	padding: 0 0 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #00BCFF;
}
#access .cont .data dl dt{
	width: 90px;
	margin: 0 10px 0 0;
	padding: 0;
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 170%; /* 27.2px */
}
#access .cont .data dl dd{
	width: calc(100% - 100px);
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 170%; /* 25.5px */
}
#access .cont .data p{
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 170%; /* 25.5px */
}
}

/* お問い合わせ *********************************************************/
#contact{
	margin: 0;
	padding: 7.639vw 0;
	background: #fff;
}
#contact .container{
}
#contact h2{
	margin: 0 0 2.361vw 0;
	color: #1F2774;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 2.986vw;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 68.8px */
}
#contact h3{
	margin: 1.667vw 0;
	color: #000;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 1.389vw;
	font-style: normal;
	font-weight: 700;
	line-height: 170%; /* 34px */
	text-align: center;
}
#contact p{
	color: #000;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 1.181vw;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 23.8px */
	text-align: center;
}
#contact ul{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
}
#contact ul li{
	margin: 0 0.486vw;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 1.181vw;
	font-style: normal;
	font-weight: 500;
	line-height: 170%; /* 28.9px */
}
#contact ul li img{
	vertical-align:bottom;
	margin: 0 0.278vw 0 0;
}
#contact ul li a{
	color:#000;
	text-decoration: none;
}
@media (max-width: 749px) {
#contact{
	margin: 0;
	padding: 50px 0;
	background: #fff;
}
#contact .container{
}
#contact h2{
	margin: 0 0 16px 0;
	color: #1F2774;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 23px;
	font-style: normal;
	font-weight: 700;
	line-height: 160%; /* 68.8px */
}
#contact h3{
	margin: 0 0 24px 0;
	color: #000;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: 170%; /* 34px */
	text-align: center;
}
#contact p{
	margin: 0 0 24px 0;
	color: #000;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%; /* 23.8px */
	text-align: center;
}
#contact ul{
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
}
#contact ul li{
	margin: 0 0.486vw;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 170%; /* 28.9px */
}
#contact ul li img{
	width: 27px;
	height: 27px;
	vertical-align:bottom;
	margin: 0 3px 0 0;
}
#contact ul li a{
	color:#000;
	text-decoration: none;
}
}


	
	
	

footer{
	padding: 1.111vw 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 80px;
	align-self: stretch;
	background: #000;
	text-align: center;
}
footer .container{
}
footer p{
	margin: 0 0 0.694vw 0;
	color: #fff;
	font-family: "Noto Sans JP";
	font-size: 1.25vw;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	line-height: 170%; /* 27.2px */
}
footer p a{
	text-decoration: none;
	color: #fff;
}
copy{
	color: #fff;
	font-family: "Noto Sans JP";
	font-size: 1.25vw;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-align: center;
	line-height: 170%; /* 27.2px */
}
	
@media (max-width: 749px) {
footer{
	padding: 15px 0 100px 0;
}
footer .container{
	display: block;
}
footer p{
	margin: 0 0 10px 0;
	color: #fff;
	font-family: "Noto Sans JP";
	font-size: 3.59vw;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}
footer p a{
	text-decoration: none;
	color: #fff;
}
copy{
	display: block;
	color: #fff;
	font-family: "Noto Sans JP";
	font-size: 3.59vw;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-align: center;
}
}


/* プライバシーポリシー *********************************************************/
#privacy{
	margin: 0;
	padding: 7.639vw 0;
	background: #CDF2FF;
}
#privacy .container{
	width: calc(75vw - 5.48vw);
	padding: 2.778vw 2.778vw 0.1vw 2.778vw;
	border-radius: 0.694vw;
	background: #FFF;
}
#privacy h1{
	margin: 0 0 5.417vw 0;
color: #1F2774;
text-align: center;
font-family: "Noto Sans JP";
font-size: 2.778vw;
font-style: normal;
font-weight: 600;
line-height: 160%; /* 64px */
}

#privacy .container{
	
}
#privacy .container .cont{
	margin: 0 0 4.861vw 0;
}
#privacy .container .cont a{
	text-decoration: underline;
	color: #000;
}
#privacy .container .cont h2{
	margin: 0 0 0.694vw 0;
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 1.528vw;
	font-style: normal;
	font-weight: 700;
	line-height: 190%; /* 41.8px */
}
#privacy .container .cont h3{
	margin: 0;
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 1.111vw;
	font-style: normal;
	font-weight: 700;
	line-height: 190%; /* 30.4px */
}
#privacy .container .cont p{
	margin: 0 0 0.694vw 0;
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 1.111vw;
	font-style: normal;
	font-weight: 400;
	line-height: 190%; /* 30.4px */
}
#privacy .container .cont p span{
	font-weight: 700;
}
#privacy .container .cont ul{
	margin: 0 0 0 1.597vw;
	padding: 0;
}
#privacy .container .cont ul li{
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 1.111vw;
	font-style: normal;
	font-weight: 400;
	line-height: 190%; /* 30.4px */
}
#privacy .container .cont ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
#privacy .container .cont ol li{
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 1.111vw;
	font-style: normal;
	font-weight: 400;
	line-height: 190%; /* 30.4px */
}
@media (max-width: 749px) {
#privacy{
	margin: 0;
	padding: 30px 0;
	background: #CDF2FF;
}
#privacy h1{
	margin: 0 0 30px 0;
	color: #1F2774;
	text-align: center;
	font-family: "Noto Sans JP";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 160%; /* 32px */
}

#privacy .container{
	width: calc(100% - 70px);
	border-radius: 20px;
	background: #FFF;
	margin: 20px 20px 0 20px;
	padding: 20px 15px 5px 15px;
}
#privacy .container .cont{
	margin: 0 0 30px 0;
}
#privacy .container .cont a{
	text-decoration: underline;
	color: #000;
}
#privacy .container .cont h2{
	margin: 0 0 10px 0;
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 190%; /* 41.8px */
}
#privacy .container .cont h3{
	margin: 0;
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 170%; /* 30.4px */
}
#privacy .container .cont p{
	margin: 0 0 10px 0;
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 170%; /* 30.4px */
}
#privacy .container .cont p span{
	font-weight: 700;
}
#privacy .container .cont ul{
	margin: 0 0 0 20px;
	padding: 0;
}
#privacy .container .cont ul li{
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 170%; /* 30.4px */
	word-wrap: break-word;
}
#privacy .container .cont ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
#privacy .container .cont ol li{
	color: #000;
	font-family: "Noto Sans JP";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 170%; /* 30.4px */
	word-wrap: break-word;
}
}