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

/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;margin-bottom:0;padding-left:0;}
img,abbr,acronym,fieldset{border:0;}

html {width:100%;font-size:62.5%;}
video {width: 100%;}
a, a:hover {text-decoration:none;}
a:focus,*:focus {outline:none;}
html {width:100%;font-size:62.5%;scroll-behavior: smooth;scroll-padding-top: 100px;}

/**, *:before, *:after {box-sizing: border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing: border-box;-ms-box-sizing:border-box;}*/
/*reset END*/

* {overflow-wrap: break-word;word-wrap: break-word;}/*連続英単語*/
.selector {font-feature-settings: "palt";}/*文字詰め*/
a:hover{opacity: .8rem;transition-duration: .4s;}

:root {
	--white:     #ffffff;
	--gray:      #666666;
	--bgblue:    #A3DCF3;
	--blue:      #009CDE;
	--yellow:    #FFFEAD;
}
.block-event-page--header-freespace{background-color: var(--bgblue);}
#CAM00403 {
	width:100%;font-size:62.5%;
	font-style: normal;
	font-weight: 500;
	-webkit-text-size-adjust:100%;
	font-size:1.6rem;
	color: var(--white);
	line-height:1.4;
	font-feature-settings: "palt";
	box-sizing: border-box;
	background-attachment: fixed;
	position: relative;
	padding-top: 0;
	background-position: center; 
}
#CAM00403 img {width:100%;display:block;}
#CAM00403 h1{border: none; margin-bottom: 5%;}
#CAM00403 h2{
	font-weight: 700; font-style: normal;
	font-size: 3.2rem; margin: 10% auto 2.5%;
}
#CAM00403 h2 span{
	line-height: 1.4em;
  padding: 5px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
#CAM00403 h3{color: var(--blue);font-size: 1.8rem; margin-bottom: 1rem; font-weight: bold!important; text-align: center;}
#CAM00403 h4{color: var(--blue);font-size: 1.6rem; margin-bottom: 1rem; font-weight: bold!important;}
#CAM00403 h4 span{font-size: 80%; display: block; font-weight: normal;}
#CAM00403 .note{font-size: 1rem;}
#CAM00403 .no-margin{ margin-bottom: 0;}
#CAM00403 .mb1{margin-bottom: 1.5rem !important;}
#CAM00403 .mb2{margin-bottom: 2.5rem !important;}
#CAM00403 .txt-gray {color: var(--gray) !important;}
#CAM00403 .txt-white {color: var(--white) !important;}
#CAM00403 .txt-large {font-size:2rem; font-weight: bold !important; text-align: center;}
#CAM00403 .txt-large strong{background: linear-gradient(transparent 60%, var(--light-pink) 60%);font-weight: bold;}

#CAM00403 .wrap {
	max-width: 500px;
	margin: 0 auto;
	 text-align: center;
}

#CAM00403 section:last-child{padding-bottom: 5%;}
#CAM00403 .section-inner{
	width: 96%;
	margin:0 auto 10%; padding: 4%; background-color: var(--white); border-radius: 40px;}

#CAM00403 .btn{
	max-width: clamp(350px, 100%, 50%);
	padding:1.5rem 1rem; overflow: hidden;
	line-height: 1.5;
	margin: 0 auto 3rem; display: block;
	background-color: var(--blue);
	color: var(--white);
	border-radius: 4rem;
	text-align: center;
	cursor: pointer;
	position: relative;
	transition-duration: .4s;
	z-index: 2;
	font-weight: bold;
}
#CAM00403 .btn:hover{box-shadow: 1px 1px var(--blue);}

#CAM00403 .main-img{margin:0 auto;}
#CAM00403 .main-contents-index{
	display: flex;
	width: 96%; margin: 5% auto 10%;
	border-radius: 20px;
}
#CAM00403 .main-contents-index li{
	width: calc(100% / 4 - 20px);
	margin:0 10px;
}
.-radius{border-radius: 20px !important;}

#CAM00403 .brand-tit-box{ display: block; margin-bottom: 5%;}
#CAM00403 .brand-tit-img{width: 50%; margin:0 auto;}
#CAM00403 .brand-tit {color: var(--gray); margin: 0 0 1.5rem;}

#CAM00403 .brand-contents {
	position: relative;
    width: 96%; margin: 0 auto;
    background-color: #F8F7F5;
	border-radius: 20px; padding: 4%;
    margin-bottom: 20px; color: var(--gray);
	box-shadow: 0 0 8px #cccccc;
}
#CAM00403 .brand-contents.present-contents {background-color: var(--yellow);}
#CAM00403 .brand-contents-box {
	display: flex;
    justify-content: space-between;
    align-items: center;
	
}
#CAM00403 .brand-contents-box .brand-contents-txt {width: 65%; text-align: left;}
#CAM00403 .brand-contents-box .brand-contents-img {width: 35%;}
#CAM00403 .point{font-size: 80%; margin-top: 1rem; line-height: 1.8;}
#CAM00403 .point strong{font-weight: bold; color: var(--blue); font-size: 140%; background-color: var(--yellow);}
#CAM00403 .brand-contents a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
}
#CAM00403 .item-contents{ display: flex; justify-content: center; flex-wrap: wrap;}
#CAM00403 .item-contents-box{width: calc(100% / 2 - 20px); margin:0 10px 2rem;}
#CAM00403 .item-contents--txt{text-align: center; color: var(--blue);}
#CAM00403 .item-contents-box .item-img{margin-bottom: 1rem; border-radius: 20px; padding:0; background-color: var(--white);}
#CAM00403 .item-contents--txt .item-name{margin-bottom: 1rem; font-size: 1.4rem; font-weight: bold; line-height: 1.4;}
#CAM00403 .item-contents--txt .item-price{color: var(--gray);}
#CAM00403 .item-contents--txt .item-name span{font-size: 90%; display: block;}
#CAM00403 .item-contents--txt .btn{width: 5em; padding: .25rem; margin: 0 auto; box-shadow: 0 3px var(--blue);}
#CAM00403 .item-contents--tit{text-align: center; padding: 10% 1rem 1rem; margin-bottom: 5%; border-bottom: 1px solid var(--blue);}

#CAM00403 .present{
	display: inline-block; font-weight: bold;
	font-size: 60%; background-color: var(--yellow); color: var(--blue);
	padding: .5rem; border-radius: 4px; margin-bottom: .5rem;
}
#CAM00403 .present-tit{text-align: left; }
#CAM00403 .present-tit strong{font-weight: bold; background-color: var(--white);}

@media screen and (max-width: 1000px) {
#CAM00403 .main-contents-box{
		padding: 0;
		border-bottom: none;
	}
}
@media screen and (min-width: 960px) {
#CAM00403 .main-img{margin:0 auto;}

}