@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:      #333333;
	--bgblue:    #41BCE6;
	--bgblue2:   #D5ECFF;
	--blue:      #0075BB;
	--yellow:    #FFFEAD;
	--pink:      #FFA0F4;
	--light-pink:#FFDCFB;
	--green     :#CEEBE9;
	--grada: linear-gradient(9deg, #ffc2f8 0%, #f8f6b2);
}
.pane-footer {
    padding: 0;
    position: relative;
    z-index: 100;
}
#air {
	width:100%;font-size:62.5%;
	font-style: normal;
	font-weight: 500;
	-webkit-text-size-adjust:100%;
	font-size:1.6rem;
	color: var(--blue);
	line-height:1.8;
	letter-spacing: 0.2rem;
	font-feature-settings: "palt";
	background-image: url(../img/2026/bg.jpg); 
	box-sizing: border-box;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	padding-top: 0;
	background-position: center; 
}

#air img {width:100%;display:block;}
#air .img {
  /* フォーマット clamp(最小値, 推奨値, 最大値) */ 
  width: clamp(200px, 100%, 50%);
}
#air h1{border: none; margin-bottom: 5%;}
#air h2{
	font-family: "new-atten-round", sans-serif;
	font-weight: 700; font-style: normal;
	color: var(--blue);font-size: 2.6rem; margin-top: 10%; text-align: left;
}
#air h2 span{
	line-height: 1.4em;
  padding: 5px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
#air h2 span.pink{ font-size: 98%; background: linear-gradient(transparent 0%, var(--pink) 0%); color: var(--white); letter-spacing: initial;}
#air h2 span.yellow{ background: linear-gradient(transparent 0%, var(--yellow) 0%);}
#air h3{
	font-family: "new-atten-round", sans-serif;
	color: var(--blue);font-size: 1.6rem; margin-bottom: 1rem; font-weight: bold; text-align: center;
}
#air h4{color: var(--blue);font-size: 1.4rem; margin-bottom: 1rem; font-weight: bold; text-align: center;}
#air .note{font-size: 1rem;}
#air .no-margin{ margin-bottom: 0;}
#air .mb1{margin-bottom: 1.5rem !important;}
#air .mb2{margin-bottom: 2.5rem !important;}
#air .txt-gray {color: var(--gray) !important;}
#air .txt-white {color: var(--white) !important;}
#air .txt-large {font-size:2rem; font-weight: bold !important; text-align: center;}
#air .txt-large strong{background: linear-gradient(transparent 60%, var(--light-pink) 60%);font-weight: bold;}

#air .fixed-container{
	position: fixed;
	width: calc(50% - 280px);
	height: 100svh;
	padding: 4% 4% 4% 0;
	text-align: center;
}
#air .fixed-container.left {top: calc(50% - 114px);left:0; z-index: 0;}
#air .fixed-container.right{top: calc(50% - 114px);right: 0;}
#air .wrap {
	display: grid;
	grid-template-columns:
	auto
	min(55ch, 100%)
	auto;
	margin: 0 auto;
	text-align: left;
}
#air .wrap > * {
	grid-column: 2;
	background: var(--bgblue2);
}
#air .full-bleed {
  width: 100%;
  grid-column: 1 / 4;
}

#air section{padding-bottom: 5%;}
#air section:last-child{padding-bottom: 0;}
#air .section-inner{padding: 4%;}

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

#air .main-tit{margin-bottom: .5rem;}
#air .main-img{margin:0 auto;}

#air .main-contents{background: var(--bgblue);}
#air .main-contents-index{
	line-height: 1.4;
	margin-bottom: 5%;
	background: var(--bgblue2);
	border:1px solid var(--bgblue);
	width: 90%; margin: 0 auto; padding: 2% 4%;
	border-radius: 20px;
}
#air .main-contents-index .index-tit{color: var(--blue); font-weight: bold;}
#air .main-contents-index .index-txt{color: var(--blue); font-size: 80%;}
#air .main-contents-index li{
  position:relative;
  padding: 0 0 0 20px;
  margin-bottom: .5rem; line-height: 1.4;
  font-weight: bold;
  font-size:1.4rem;
  border-bottom: dashed 1px var(--bgblue);
}
#air .main-contents-index li a{padding: .5rem;}
#air .main-contents-index li:before {
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 0;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid var(--blue);
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#air .main-contents-txt{
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	line-height: 1.4;
	margin-bottom: 5%;
}
#air .main-contents--tit{
	position: relative;
	width: 80%; margin: 30px auto 1.5rem;
	padding: 1rem 2rem;
	text-align: center;
	border-radius: 0 10px 10px 10px;
	border: 3px solid var(--blue);
	background: var(--white);
}
#air .main-contents--tit:before {
  font-size: 1.5rem;
  position: absolute;
  top: -30px; left: -3px;
  height: 30px;
  padding: 0 1em;
	content: 'WHAT’S';
  color: var(--white);
  border-radius: 10px 10px 0 0;
  background: var(--blue);
	border: 3px solid var(--blue);
}
#air .main-contents--icon{
	width:33%;
}
#air .main-contents--box {
	width:63%; 
	padding: 5% 0;
	border-bottom: 1px dotted var(--blue);
}
#air .point-contents-img{position: relative;}
img[src*="himitsu_point.png"]{
	position: absolute;
	right: 12%; bottom: 10%;
	width: 50% !important;
}
article:not(.sticky) {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}
.horizontal_scroll {
  --sticky-container-height: 100vh;
  height: var(--sticky-container-height);
  min-height: 100vh;
  box-sizing: border-box;
	scroll-behavior: smooth;
	
}
.horizontal_scroll .sticky {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
	background-image: url(../img/2026/bg-point.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.horizontal_scroll .scroller {
  display: flex;
  overflow: auto;
	/*padding: 0 15%;*/
}
.horizontal_scroll .scroller.nobar {
  overflow: hidden;
}
.horizontal_scroll .scroller > * {
  flex-basis: 90%;
  flex-shrink: 0;
  aspect-ratio: 1 / 1;
	flex-wrap: wrap;
	border-radius: 30px;
  background-color: var(--white);
}
.horizontal_scroll .scroller > *:not(:first-child) {
  margin-left: 1%;
}
#air .point-contents-box {
	position: relative; margin: 10% 4% 0;
	 justify-content: flex-start;
	border: 3px solid var(--blue);
}
#air .point-contents--txt{padding: 10% 4%;line-height: 1.5;}
#air .point-icon{width: 25%; position: absolute; top: -5%; left: -3%;}
#air .point-img {border-radius: 27px 27px 0 0;}
#air .point-contents--tit{font-size: 2rem; }
#air .point-contents--txt{text-align: justify;}

#air .item-contents{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10%;
}
#air .item-contents-box{width: calc(100% / 3 - 6px); margin-bottom: 2rem;}
#air .airluv-contents .item-contents-box{width: calc(100% / 2 - 6px);}
#air .item-contents--txt{text-align: center;
}
#air .item-contents-box .item-img{margin-bottom: 1rem; border-radius: 20px; padding:0; background-color: var(--white);}
#air .item-contents--txt .item-name{margin-bottom: 1rem; font-size: 1.4rem; font-weight: bold; line-height: 1.4;}
#air .item-contents--txt .item-name span{font-size: 90%;}
#air .item-contents--txt .btn{width: 5em; padding: .25rem; margin: 0 auto; box-shadow: 0 3px var(--blue);}
#air .item-contents--tit{text-align: center;}

#air .airluv-contents{background-color: var(--green);}


#air .campaign-contents{background-image: var(--grada);}
#air .campaign-contents-box{
	width: 100%; margin: 0 auto; padding: 6% 4%;
	border-radius: 20px 20px 0 0;
	background-color: var(--white);
}
#air .campaign-contents--tit {
	width: 90%; margin: 0 auto 1rem;
	line-height: 1.5;
	text-align: center;
	position: relative;
	padding: 1.5rem 2rem;
	font-size: 1.4rem;
	color: var(--white);
	border-radius: 10px;
	background: var(--blue);
}
#air .campaign-contents--tit:after {
  position: absolute;
  bottom: -9px;
  left: calc(50% - 5px);
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: var(--blue) transparent transparent transparent;
}
#air .campaign-present{
    display: flex;
    align-items: center;
    gap: 0 10px;
	font-size: 1.7rem;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 10%;
}
#air .campaign-present--txt{width: calc(100% - 80px);letter-spacing: initial;}
#air .campaign-present--txt span{font-size: 80%; display: block;}
#air .campaign-present-img {width: 15%;}
#air .campaign-howto-list {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0 auto 10%;
}
#air .campaign-howto-list li {
  line-height: 1.4;
  padding-left: 30px;
  position: relative;
	margin-bottom: 1rem;
	font-weight: bold;
}
#air .campaign-howto-list li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: var(--pink);
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: var(--white);
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
}
#air .campaign-period{
	position: relative;
	width: 100%; margin: 30px auto 1.5rem;
	padding: 1rem 2rem;
	text-align: center;
	border-radius: 0 10px 10px 10px;
	border: 3px solid var(--blue);
	background: var(--white);
}
#air .campaign-period:before {
  font-size: 1.5rem;
  position: absolute;
  top: -30px; left: -3px;
  height: 30px;
  padding: 0 1em;
	content: '対象期間';
  color: var(--white);
  border-radius: 10px 10px 0 0;
  background: var(--blue);
	border: 3px solid var(--blue);
}
.balloon {
  position: relative;
	width: 90%; text-align: center;
  margin: 1.5em auto;
  padding: 1rem;
  min-width: 120px;
  max-width: 100%;
	border-radius: 20px;
  background: var(--yellow);
}
.balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 99%;
  margin-top: -10px;
  border: 10px solid transparent;
  border-left: 10px solid  var(--yellow);
}
.balloon p {margin: 0;padding: 0;}
#air .conversion-area{
	width: 100%; margin: 0 auto 10%; padding: 4%;
	background-color: var(--pink);
	border-radius: 0 0 20px 20px;
}
#air .howto-note-list{width: 90%; font-size: 1.2rem; margin:0 auto 5%;}
#air .howto-note-list li{list-style: circle !important;}
#air .other-contents{background: var(--white);}
#air .other-contents--tit{text-align: center;}
#air .other-contents--tit strong{font-size: 2rem; display: block; font-weight: bold;}
#air .other-contents-box{
	display: flex;
	justify-content: center;
	align-items: center;
}
#air .other-img{width: 30%; margin-bottom: 5%;}
#air .other-contents-txt{
	width: 90%;
	margin:0 auto 10%;  padding: 5% 0;
	border-top:1px dotted var(--blue);
	border-bottom:1px dotted var(--blue);
	line-height: 1.5;
}

@media screen and (max-width: 1000px) {
#air .fixed-container{display: none;}
	#air h2 span.pink{letter-spacing: 0.2rem;}
	#air .main-contents-box{
		padding: 0;
		border-bottom: none;
	}
}
@media screen and (max-width: 559px) {
	

}

@media screen and (min-width: 960px) {
#air .main-img{margin:0 auto;}
#air .wrap > * {}
}