@charset "UTF-8";
html {
  font-size: 62.5%;
}

#Wrap {
  width: auto;
}

#page_content {
  text-align: center;
  font-family: "Roboto", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", 'Noto Sans JP', "メイリオ", "Meiryo", sans-serif;
  color: #000;
  font-feature-settings: "palt";
  letter-spacing: 0.075em;
  padding-bottom: 11.2rem;
}

#page_content * {
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: .05em;
}

#page_content img {
  width: 100%;
  vertical-align: bottom;
}

#page_content a {
  display: block;
  transition: opacity .3s;
}

#page_content a:hover {
  opacity: .6;
}

#page_content picture {
  display: block;
  font-size: 0;
}

#page_content sup {
  font-size: 1rem;
}

#page_content .sp_only {
  display: none;
}  
#page_content .pc_only {
  display: block;
}  

/* ==================== content ==================== */
#page_content .mv {
  width: 100%;
}

#page_content .lead_text {
  margin-top: 7.2rem;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  line-height: 2;
}

#page_content .lead_text.second {
  margin-top: 1.6rem;
}

#page_content .lead_text a {
  display: inline-block;
  text-decoration: underline;
}

#page_content .page_ttl {
  font-size: 2.8rem;
  font-weight: 400;
  margin-top: 5.5rem;
}

#page_content .page_text {
  font-size: 1.4rem;
  line-height: 2;
}

#page_content .page_text.space_2 {
  margin-top: 3.5rem;
}

#page_content .page_text.space_3 {
  margin-top: 2.5rem;
}

#page_content .page_text.space_4 {
  margin-top: 1rem;
}

/* ==================== rule ==================== */
#page_content .rule {
  width: 52rem;
  margin: 00 auto 0;
  border-bottom: #A5A5A5 solid 0.2rem;
  padding: 3.3rem 0 3.5rem;
}

#page_content .rule .ttl {
  position: relative;
  font-size: 1.6rem;
  z-index: 1;
}

#page_content .rule .ttl::before {
  position: absolute;
  display: block;
  content: "";
  border: #A5A5A5 solid 0.1rem;
  width: 20rem;
  top: 0.5rem;
  left: 0;
  z-index: 1;
}

#page_content .rule .ttl::after {
  position: absolute;
  display: block;
  content: "";
  border: #A5A5A5 solid 0.1rem;
  width: 20rem;
  top: 0.5rem;
  right: 0;
  z-index: 1;
}

#page_content .rule ul {
  margin-top: 2.5rem;
  padding-left: 3rem;
}

#page_content .rule ul li {
  font-size: 1.3rem;
  text-align: left;
  line-height: 2;
}

#page_content .rule ul li:nth-of-type(n+2) {
  margin-top: 1rem;
}

#page_content .rule .circle {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  background: #4D4D4D;
  border-radius: 50%;
  margin: 0 0.8rem 0.5rem 0;
}

/* ==================== cosmos_content ==================== */
#page_content .cosmos {
  margin-top: 5.5rem;
  
}
#page_content .cosmos_content {
  width: 100rem;
  margin: auto;
  border: #E3E3E3 solid 0.1rem;
  padding-bottom: 4rem;
}

#page_content .cosmos_content .ttl {
  font-size: 1.8rem;
  padding: 1rem 0;
  background: #E3E3E3;
}

#page_content .cosmos_content .icon {
  width: 8rem;
  margin: 3rem auto 0;
}

#page_content .cosmos_content .img {
  width: 85rem;
  margin: 2.5rem auto 0;
}

#page_content .cosmos_content.second {
  margin-top: 3rem;
}

#page_content .cosmos_content.second .img {
  width: 37rem;
}

#page_content .cosmos_content_info {
  margin-top: 5.5rem;
  font-size: 1.4rem;
  line-height: 2;
}

/* ==================== Component ==================== */
#page_content .component {
  margin-top: 9.5rem;
  background: #F4F4F4;
  padding: 9.3rem 0 10rem;
}

#page_content .content_wrap {
  margin-top: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#page_content .component .content_wrap:nth-of-type(2) ,
#page_content .component .content_wrap:nth-of-type(4) {
  flex-direction: row-reverse;
}

#page_content .component .content_wrap:nth-of-type(n+2) {
  margin-top: 6rem;
}

#page_content .component .content_wrap:nth-of-type(1) .img ,
#page_content .component .content_wrap:nth-of-type(3) .img ,
#page_content .component .content_wrap:nth-of-type(4) .img {
  width: 36rem;
}
#page_content .component .content_wrap:nth-of-type(2) .img {
  width: 48rem;
}

#page_content .component .content_wrap:nth-of-type(1) .text ,
#page_content .component .content_wrap:nth-of-type(3) .text {
  padding-left: 8rem;
}
#page_content .component .content_wrap:nth-of-type(2) .text ,
#page_content .component .content_wrap:nth-of-type(4) .text {
  padding-right: 8rem;
}

#page_content .content_wrap .text {
  position: relative;
  text-align: left;
  z-index: 0;
}

#page_content .component .content_wrap .text::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  border: #A5A5A5 0.1rem solid;
  top: 4rem;
  left: 0;
}

#page_content .content_wrap .text .ttl {
  font-size: 2rem;
}

#page_content .content_wrap .text .page_text {
  font-size: 1.3rem;
}

#page_content .component .content_wrap .text .page_text.first {
  margin-top: 3.5rem;
}

#page_content .component .content_wrap .text small {
  display: block;
  font-size: 1rem;
  margin-top: 1rem;
}

/* ==================== Package ==================== */
#page_content .package {
  margin-top: 9.8rem;
}

#page_content .package .img {
  width: 64rem;
  margin: 5rem auto 0;
}

#page_content .package .img.second {
  width: 48rem;
  margin: 5.6rem auto 0;
}



/* ===================
  　　  ▽ MODAL ▽
=================== */
/* modal */
body.no_scroll {
  height: 100vh;
  overflow: hidden;
  
}

header.hide {
  opacity: 0;
  pointer-events: none;
}

.modal_outside.hide {
  opacity: 0;
  pointer-events: none;
}

.modal_outside {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
}

.modal_outside::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100%;
  background: rgba(228, 228, 228, 0.5);
  margin: 0 calc(50% - 50vw);
}

.modal_inner {
  position: relative;
  z-index: 1;
  width: 84rem;
  max-width: 84rem;
  overflow: hidden;
}

.modal_inner img {
  width: 100%;
}

.modal_outer {
  position: relative;
}

.btn_close {
  position: absolute;
  top: -7rem;
  right: 0;
  z-index: 2;
  width: 5rem;
  height: 5rem;
}

.btn_close:hover {
  cursor: pointer;
}

.btn_close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 7rem;
  height: 1px;
  background: #FFFFFF;
  content: "";
}

.btn_close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 1px;
  height: 7rem;
  background: #FFFFFF;
  content: "";
}




@media only screen and (max-width: 768px) {

.share-txt {
  margin: 0 !important;
  padding-bottom: calc(20 * (100vw / 390));
  background: #FAFAFA;
}

#page_content {
  padding-top: 0;
  padding-bottom: calc(175*(100vw / 750));
}

#page_content .pc_only {
  display: none;
}

#page_content sup {
  font-size: calc(10 * (100vw / 390));
}

}

/*SP------------------------------------------------------*/
@media screen and  (max-width:769px) {
  #page_content .sp_only {
    display: block;
  }  
  #page_content .pc_only {
    display: none;
  }  

  /* ==================== content ==================== */
#page_content .mv {
  width: 100%;
}

#page_content .lead_text {
  margin-top: calc(91*(100vw / 750));
  text-align: center;
  font-size: calc(24*(100vw / 750));
  letter-spacing: 0.075em;
  line-height: 2;
}

#page_content .lead_text.second {
  margin-top: calc(20*(100vw / 750));
}

#page_content .page_ttl {
  font-size: calc(36*(100vw / 750));
  margin-top: calc(70*(100vw / 750));
}

#page_content .page_text {
  font-size: calc(24*(100vw / 750));
  line-height: 2;
}

#page_content .page_text.space_2 {
  margin-top: calc(45*(100vw / 750));
}

#page_content .page_text.space_3 {
  margin-top: 2.5rem;
}

#page_content .page_text.space_4 {
  margin-top: calc(15*(100vw / 750));
}

/* ==================== rule ==================== */
#page_content .rule {
  width: 52rem;
  margin: 00 auto 0;
  border-bottom: #A5A5A5 solid 0.2rem;
  padding: 3.3rem 0 3.5rem;
}

#page_content .rule .ttl {
  position: relative;
  font-size: 1.6rem;
  z-index: 1;
}

#page_content .rule .ttl::before {
  position: absolute;
  display: block;
  content: "";
  border: #A5A5A5 solid 0.1rem;
  width: 20rem;
  top: 0.5rem;
  left: 0;
  z-index: 1;
}

#page_content .rule .ttl::after {
  position: absolute;
  display: block;
  content: "";
  border: #A5A5A5 solid 0.1rem;
  width: 20rem;
  top: 0.5rem;
  right: 0;
  z-index: 1;
}

#page_content .rule ul {
  margin-top: 2.5rem;
  padding-left: 3rem;
}

#page_content .rule ul li {
  font-size: 1.3rem;
  text-align: left;
  line-height: 2;
}

#page_content .rule ul li:nth-of-type(n+2) {
  margin-top: 1rem;
}

#page_content .rule .circle {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  background: #4D4D4D;
  border-radius: 50%;
  margin: 0 0.8rem 0.5rem 0;
}

/* ==================== cosmos_content ==================== */
#page_content .cosmos {
  margin-top: calc(68*(100vw / 750));
  
}
#page_content .cosmos_content {
  width: calc(680*(100vw / 750));
  margin: auto;
  border: #E3E3E3 solid calc(2*(100vw / 750));
  padding-bottom: calc(50*(100vw / 750));
}

#page_content .cosmos_content .ttl {
  font-size: calc(28*(100vw / 750));
  padding: calc(18*(100vw / 750)) 0;
}

#page_content .cosmos_content .icon {
  width: calc(126*(100vw / 750));
  margin: calc(37*(100vw / 750)) auto 0;
}

#page_content .cosmos_content .img {
  width: calc(650*(100vw / 750));
  margin: calc(40*(100vw / 750)) auto 0;
}

#page_content .cosmos_content.second {
  margin-top: calc(40*(100vw / 750));
}

#page_content .cosmos_content.second .img {
  width: calc(462*(100vw / 750));
}

#page_content .cosmos_content_info {
  margin-top: calc(64*(100vw / 750));
  font-size: calc(24*(100vw / 750));
  line-height: 2;
}

/* ==================== Component ==================== */
#page_content .component {
  margin-top: calc(110*(100vw / 750));
  background: #F4F4F4;
  padding: calc(109*(100vw / 750)) 0 calc(125*(100vw / 750));
}

#page_content .content_wrap {
  margin-top: calc(63*(100vw / 750));
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

#page_content .component .content_wrap:nth-of-type(2) ,
#page_content .component .content_wrap:nth-of-type(4) {
  flex-direction: row-reverse;
}

#page_content .component .content_wrap:nth-of-type(n+2) {
  margin-top: calc(100*(100vw / 750));
}

#page_content .component .content_wrap:nth-of-type(1) .img ,
#page_content .component .content_wrap:nth-of-type(3) .img ,
#page_content .component .content_wrap:nth-of-type(4) .img {
  width: calc(400*(100vw/750));
}
#page_content .component .content_wrap:nth-of-type(2) .img {
  width: calc(400*(100vw/750));
}

#page_content .component .content_wrap:nth-of-type(1) .text ,
#page_content .component .content_wrap:nth-of-type(3) .text {
  padding-left: 0;
  width: calc(620*(100vw / 750));
}
#page_content .component .content_wrap:nth-of-type(2) .text ,
#page_content .component .content_wrap:nth-of-type(4) .text {
  padding-left: 0;
  padding-right: 0;
  width: calc(620*(100vw / 750));
}

#page_content .content_wrap .text {
  position: relative;
  text-align: left;
  z-index: 0;
}

#page_content .component .content_wrap .text::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  border: #A5A5A5 calc(1*(100vw / 750)) solid;
  top: calc(107*(100vw / 750));
  left: 0;
}

#page_content .content_wrap .text .ttl {
  font-size: calc(30*(100vw / 750));
  text-align: center;
  margin-top: calc(38*(100vw / 750));
}

#page_content .content_wrap .text .page_text {
  font-size: calc(24*(100vw / 750));
  margin-top: calc(66*(100vw / 750));
}

#page_content .component .content_wrap .text .page_text.first {
  margin-top: calc(70*(100vw / 750));
}

#page_content .component .content_wrap .text small {
  display: block;
  font-size: calc(20*(100vw / 750));
  margin-top: calc(33*(100vw / 750));
}

/* ==================== Package ==================== */
#page_content .package {
  margin-top: calc(120*(100vw / 750));
}

#page_content .package .img {
  width: calc(660*(100vw / 750));
  margin: calc(60*(100vw / 750)) auto 0;
}

#page_content .package .img.second {
  width: calc(540*(100vw / 750));
  margin: calc(75*(100vw / 750)) auto 0;
}



/* ===================
  　　  ▽ MODAL ▽
=================== */
/* modal */
body.no_scroll {
  height: 100vh;
  overflow: hidden;
  
}

header.hide {
  opacity: 0;
  pointer-events: none;
}

.modal_outside.hide {
  opacity: 0;
  pointer-events: none;
}

.modal_outside {
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: opacity .3s;
}

.modal_outside::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.modal_overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100%;
  background: rgba(228, 228, 228, 0.5);
  margin: 0 calc(50% - 50vw);
}

.modal_inner {
  position: relative;
  z-index: 1;
  width: calc(690*(100vw / 750));
  max-width: calc(690*(100vw / 750));
  overflow: hidden;
}

.modal_inner img {
  width: 100%;
}

.modal_outer {
  position: relative;
}

.btn_close {
  position: absolute;
  top: calc(-123*(100vw / 750));
  right: calc(6*(100vw / 750));
  z-index: 2;
  width: calc(80*(100vw / 750));
  height: calc(80*(100vw / 750));
}

.btn_close:hover {
  cursor: pointer;
}

.btn_close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: calc(110*(100vw / 750));
  height: calc(2*(100vw / 750));
  background: #FFFFFF;
  content: "";
}

.btn_close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: calc(2*(100vw / 750));
  height: calc(110*(100vw / 750));
  background: #FFFFFF;
  content: "";
}


}
/*------------------------------------------------------PC*/

/*レスポンシブ＆タブレット対応-------------------------------*/
@media screen and (max-width: 1400px){
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/