@charset "utf-8";

/*------------reset------------*/
body, html{
	height: 100%;
}
html{
  scroll-behavior: smooth;
  font-family: Work Sans,noto-sans-cjk-jp,sans-serif;
}
input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	word-break: normal;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}
fieldset, img, figure {
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
	font-size:0;
	line-height: 0;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
hr {
	display: none;
}
div {
	word-break:break-all;
}
a:link,
a:visited,
a:active,
a:hover {
	outline: none;
}
input[type="button"],input[type="submit"],input[type=radio],input[type=checkbox] {
    -webkit-appearance: none;
	border-radius:0;
}
/*------------common------------*/
main{
  max-width: 710px;
  margin: 0 auto;
}
img{
  max-width: 100%;
  width: fit-content;
}
.link_style_01{
  text-decoration: underline;
  color: #000;
}
/*------------parts------------*/
/*---accordion---*/
.switch{
  position: relative;
  cursor: pointer;
}
.switch:after{
  content: "";
  background-image: url("/special/ahamo_cosmosy/assets/img/ac_btn_open.png");
  background-size: 100% 100%;
  position: absolute;
  width: 35px;
  height: 35px;
  right: 38px;
  bottom: 39px;
}
.switch.open:after{
  content: "";
  background-image: url("/special/ahamo_cosmosy/assets/img/ac_btn_close.png");
  background-size: 100% 100%;
  position: absolute;
  width: 35px;
  height: 35px;
  right: 38px;
  bottom: 39px;
}
.displayNone{display: none;}
/*---modal---*/
.moradalWrap{
  position: relative;
}
.overlayScreen{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  display:none;
  z-index: 5;
}
.mordalLink{
  cursor: pointer;
}
.mordalBlock01,
.mordalBlock02,
.mordalBlock03,
.mordalBlock04{
  display:none;
}
.mordalStyle{
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: fixed;
  z-index: 10;
  border-radius: 50px 0 50px 0;
}
.mordalType01{
  width: 70%;
  height: 70%;
}
.mordalType02{
  width: 600px;
  height: 90%;
  top: 5%;
  margin-bottom: 5%;
  overflow-y: scroll;
}
.modarlInner{
  position: relative;
}
.closeBtn{
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
/*-modal contents-*/
.modal_text_area{
  position: relative;
  background-color: #fff;
  padding: 50px 55px 120px;
}
.modal_name{
  margin-bottom: 40px;
}
.modal_ttl{
  font-size: 22px;
  font-weight: bold;
}
.modal_list li{
  font-size: 22px;
  text-indent: -1em;
  padding-left: 1em;
}
.modal_ttl.mt{
  margin-top: 30px;
}
.modal_close_text{
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
@media screen and (max-width:709px) {
  /*---accordion---*/
  .switch:after{
    width: 4.93vw;
    height: 4.93vw;
    right: 5.352vw;
    bottom: 5.493vw;
  }
  .switch.open:after{
    width: 4.93vw;
    height: 4.93vw;
    right: 5.352vw;
    bottom: 5.493vw;
  }
  /*---modal---*/
  .mordalStyle{
    border-radius: 7.042vw 0 7.042vw 0;
  }
  .mordalType02{
    width: 84.507vw;
  }
  .closeBtn{
    top: 2.817vw;
    right: 2.817vw;
    width: 5.77vw;
  }
  /*-modal contents-*/
  .modal_text_area{
    padding: 7.042vw 7.746vw 16.901vw;
  }
  .modal_name{
    margin-bottom: 5.634vw;
  }
  .modal_ttl{
    font-size: 3.099vw;
  }
  .modal_list li{
    font-size: 3.099vw;
  }
  .modal_ttl.mt{
    margin-top: 4.225vw;
  }
  .modal_close_text{
    width: 20.85vw;
    bottom: 6.242vw;
  }
  .mordalBlock01 .modal_name{width: 23.24vw;}
  .mordalBlock02 .modal_name{width: 19.86vw;}
  .mordalBlock03 .modal_name{width: 22.11vw;}
  .mordalBlock04 .modal_name{width: 16.06vw;}
}
/*------------sec_01------------*/
/*---ac---*/
.mem_top_photo{
  position: relative;
}
.mem_box_wrap{
  position: absolute;
  display: flex;
  bottom: 58px;
  margin-left: 25px;
}
.mem_box{
  text-align: center;
}
.mem_box.mem_02{margin-left: -8px;}
.mem_box.mem_03{margin-left: -18px;}
.mem_box.mem_04{margin-left: -8px;}
/*---ac_01---*/
.ac_01_text_wrap{
  background-image: url("/special/ahamo_cosmosy/assets/img/bg_01.png");
  background-size: contain;
  padding: 50px 55px 60px;
}
.ac_01_text_wrap .sbttl{
  position: relative;
  font-size: 30px;
  font-weight: bold;
  color: #0859b4;
  padding-left: 35px;
  margin-bottom: 50px;
}
.ac_01_text_wrap .sbttl::before{
  content: "";
  position: absolute;
  background-image: url("/special/ahamo_cosmosy/assets/img/icon_01.png");
  background-size: 100% 100%;
  width: 24px;
  height: 32px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ac_01_text_wrap .text{
  font-size: 22px;
  line-height: 1.36;
  color: #111;
}
.ac_01_text_wrap .text.mb{
  margin-bottom: 35px;
}
/*---ac_02---*/
.ac_02 .contentWrap{
  background-image: url("/special/ahamo_cosmosy/assets/img/bg_02.png");
  background-size: contain;
  padding: 40px 55px;
}
/*---movie--*/
.movie{
  width: 600px;
  height: 339px;
  margin: 0 auto;
  position: relative;
}
.movie-inner{
  display: block;
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.thumb{
  width: 100%;
  max-width: 100%;
}
.movie-player{
  position: relative;
  z-index: 10;
}
/*---anc_wrap---*/
.anc_wrap{
  background-image: url("/special/ahamo_cosmosy/assets/img/bg_03.png");
  background-size: contain;
  background-position: bottom;
  padding: 39px 55px 48px;
}
.anc_list{
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:709px) {
  /*---ac---*/
  .mem_box_wrap{
    bottom: 8.169vw;
    margin-left: 3.521vw;
  }
  .mem_box{
    /*spのみ*/
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 23.94vw;
  }
  .mem_name{width: 23.94vw;}
  .mem_photo{width: 18.87vw;}
  .mem_box.mem_02{margin-left: -1.127vw;}
  .mem_box.mem_03{margin-left: -2.535vw;}
  .mem_box.mem_04{margin-left: -1.127vw;}
  /*---ac_01---*/
  .ac_01_text_wrap{
    padding: 7.042vw 7.746vw 8.451vw;
  }
  .ac_01_text_wrap .sbttl{
    font-size: 4.225vw;
    padding-left: 4.93vw;
    margin-bottom: 7.042vw;
  }
  .ac_01_text_wrap .sbttl::before{
    width: 3.38vw;
    height: 4.507vw;
  }
  .ac_01_text_wrap .text{
    font-size: 3.099vw;
  }
  .ac_01_text_wrap .text.mb{
    margin-bottom: 4.93vw;
  }
  /*---ac_02---*/
  .ac_02 .contentWrap{
    padding: 5.634vw 7.746vw;
  }
  /*---movie--*/
  .movie{
    width: 84.507vw;
    height: 47.746vw;
  }
  /*---anc_wrap---*/
  .anc_wrap{
    padding: 5.493vw 7.746vw 6.761vw;
  }
  .anc_list li{
    width: 40.14vw;
  }
}
/*------------sec_02------------*/
.sec_02{
  background-image: url("/special/ahamo_cosmosy/assets/img/bg_04.png");
  background-size: contain;
  background-position: top; 
  padding: 28px 0 60px;
  text-align: center;
}
.img_01{
  position: relative;
}
.img_01 .text_wrap{
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #000;
}
.text_01 .style_01{
  font-size: 56px;
  background-color: #f8ff40;
}
.text_01 .style_02{
  font-size: 36px;
}
.text_02{
  position: relative;
  background-color: #f8ff40;
  margin-left: 25px;
  display: flex;
  align-items: flex-end;
}
.text_02 .style_01{
  font-size: 72px;
}
.text_02 .style_02{
  font-size: 38px;
}
.text_02 .style_03{
  font-size: 18px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin-bottom: 6px;
}
.text_02 .style_04{
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 20px;
}
.notice_01{
  font-size: 20px;
  text-align: left;
  margin: 15px 55px 0;
}
.img_02{
  margin-top: 55px;
}
.img_03{
  margin-top: 40px;
}
.img_04{
  margin-top: -5px;
}
.img_05{
  margin-top: -30px;
}
.notice_list_01{
  margin: 30px 55px 0;
}
.notice_list_01 li{
  font-size: 20px;
  padding-left: 2.5em;
  text-indent: -2.5em;
  text-align: left;
}
@media screen and (max-width:709px) {
  .sec_02{
    padding: 3.944vw 0 8.451vw;
  }
  .img_01 .text_wrap{
    bottom: 5.634vw;
  }
  .text_01 .style_01{
    font-size: 7.887vw;
  }
  .text_01 .style_02{
    font-size: 5.07vw;
  }
  .text_02{
    margin-left: 3.521vw;
  }
  .text_02 .style_01{
    font-size: 10.141vw;
  }
  .text_02 .style_02{
    font-size: 5.352vw;
  }
  .text_02 .style_03{
    font-size: 2.535vw;
    margin-bottom: 0.845vw;
  }
  .text_02 .style_04{
    top: -4.93vw;
    font-size: 2.958vw;
    margin-bottom: 2.817vw;
  }
  .notice_01{
    font-size: 2.817vw;
    margin: 2.113vw 7.746vw 0;
  }
  .img_01{
    width: 91.97vw;
    margin-left: auto;
    margin-right: auto;
  }
  .img_02{
    margin-top: 7.746vw;
  }
  .img_03{
    margin-top: 5.634vw;
  }
  .img_04{
    margin-top: -0.704vw;
  }
  .img_05{
    margin-top: -4.225vw;
  }
  .notice_list_01{
    margin: 4.225vw 7.746vw 0;
  }
  .notice_list_01 li{
    font-size: 2.817vw;
  }
}
/*------------con_wrap------------*/
.con_wrap{
  background-image: url("/special/ahamo_cosmosy/assets/img/bg_06.png");
  background-size: cover;
  padding: 60px 0 38px;
  text-align: center;
}
@media screen and (max-width:709px) {
  .con_wrap{
    padding: 8.451vw 0 5.352vw;
  }
  .con_btn{
    width: 64.51vw;
    margin-right: auto;
    margin-left: auto;
  }
}
/*------------sec_03------------*/
.sec_03{
  background-image: url("/special/ahamo_cosmosy/assets/img/bg_05.png");
  background-size: contain;
  padding: 70px 55px 60px;
  text-align: center;
}
.bnr_01{
  margin-top: 50px;
}
.ttl_03{
  margin-top: 60px;
}
.bnr_02{
  margin-top: 50px;
}
@media screen and (max-width:709px) {
  .sec_03{
    padding: 9.859vw 7.75vw 8.451vw;
  }
  .bnr_01{
    margin-top: 7.042vw;
  }
  .ttl_02{
    width: 68.31vw;
    margin-left: auto;
    margin-right: auto;
  }
  .ttl_03{
    margin-top: 8.451vw;
    margin-left: auto;
    margin-right: auto;
  }
  .bnr_02{
    margin-top: 7.042vw;
  }
}
/*------------footer------------*/
footer{
  text-align: center;
  font-size: 16.27px;
  padding: 30px 0;
  max-width: 710px;
  margin: 0 auto;
}
.footer_text{
  margin-bottom: 15px;
}
@media screen and (max-width:709px) {
  footer{
    font-size: 2.292vw;
    padding: 4.225vw 0;
  }
  .footer_text{
    margin-bottom: 2.113vw;
  }
}