@charset "utf-8";

/* スペースマーケット
-------------------------------*/
/*設定
--------------------*/
:root {
    --black: #333;
    --white: #fff;
    --Gray: #bbb;
    --lightGray: #D9D9D9;
    --green: #7DC163;
    --blue: #37BEF0;
    --bgBlue: #EAF9FF;
    --yellow: #F5D02C;
    --box-shadow: rgba( 0, 0, 0, 0.16);
}


/*共通 パーツ
-------------------------------*/
/*ヘッダー*/
header:has(> #obi-10man) + article {
    margin-top: 104px !important;
}
@media (max-width: 360px) {
    header:has(> #obi-10man) + article {
        margin-top: 97px !important;
    }
}
@media (min-width: 576px) {
    header:has(> #obi-10man) + article{
        margin-top: 56px !important;
    }
}
@media (min-width: 768px) {
        header:has(> #obi-10man) + article {
        margin-top: 146px!important;
    }
}

article {
/*  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
  font-family: "Noto Sans JP","游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin-top: 0;
}


body{
    color: #1F2943;
    background-attachment: fixed;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
}

figure {
    margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

small {
  font-size: 70%;
}

p,
article p {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0;
}



/* Common
----------------------------------------------------*/
header{
	z-index: 30;
}

#section-breadcrumb,#section-hoken-number,#section-footer {
	z-index: 30;
	position: relative;
}

#section-hoken-number table {
    width: 100%;
    max-width: 300px;
}

/*セール終了対応*/
.e_o_sale {
    z-index: 30;
    font-size: 14px;
}

.wrapper{
    position: relative;
    z-index:0;
}

/*
@media (max-width: 340px) {
    .wrapper {
        overflow: hidden;
    }
}
*/
@media (min-width: 501px) {
   .e_o_sale {
        font-size: 15px;
    }
}

@media (max-width: 340px) {
   .e_o_sale {
        font-size: 12px;
    }
}


/* background-color
--------------------------*/
.bg-lightblue {
  background: var(--blue);
}
.bg-gray {
  background: #F2F2F2;
}


#section-hoken-number table {
    max-width: 300px;
}


/* color
---------------------------*/
.color-pink {
    color: var(--pink) !important;
}
.color-white {
    color: var(--white) !important;
}
.color-blue {
    color: var(--blue) !important;
}


/* font
---------------------------------*/
.font-oswald {
    font-family: "Oswald", sans-serif;
}


/* section
--------------------------------------------*/
.section {
    padding: 40px 0;
}

@media (min-width: 510px) {
 .section {
        padding: 60px 0;
    }   
}


/* heading
---------------------------------------------*/
.heading {
    text-align: center;
    margin: 0 auto 22px;
}

.heading span {
    display: block;
}

.heading .en  {
    width: 98%;
    margin: 0 auto 10px;
}

.heading .jp{
    font-size: 13px;
    letter-spacing: 0;
    font-weight: bold;
    line-height: 1.2;
}


@media (min-width: 501px) {
    .heading .en {
        width: 100%;
    }

   .heading .jp{
        font-size: 18px;
    } 
}


/* text
---------------------------------------------*/
.lead {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.625;
    text-align: left;
}

@media (min-width: 501px) {
    .lead {
        font-size: 16px !important;
    }
}


@media (max-width: 340px) {
    .lead {
        font-size: 12px;
    }
}


/* wrap btn
-----------------------------*/
.wrap-btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 1.5%;
    margin: auto;
}
.wrap-btn-group > *{
    width: 48%;
}

/* btn
-------------------------------*/
.btn {
    display: block;
    border-radius: 50px;
    background: var(--white);
    color: var(--blue);
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    transition: 0.3s;
    margin-top: 10px;
}
.btn:hover {
    opacity: 0.6;
    color: var(--blue);
}
.btn-border {
    border: 1px solid var(--blue);
}


/*external*/
.btn-external {
   position: relative;
}
.btn-external::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    color: var(--blue);
    display: block;
    width: 12px;
    height: 12px;
    background: url('/static/img/campaign/spacemarket/ico-external.svg') no-repeat center center/ 100%;
}



/* link
-------------------------------*/
.link-inline {
    text-decoration: underline;
    color: #6290D1;
}

.link-inline:hover {
    color: #6290D1;
}

.link-inline.arrow {
    position: relative;
    display: inline-block;
    padding-left: 16px;
    font-size: 11px;
}

.link-inline.arrow::before {
    content: '\f0d7';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    left: 3px;
    font-size: 12px;
    color: #6290D1;
}

.link-inline-wrap {
    /*background: #f2f2f2;*/
    border-radius: 5px;
    padding: 3px;
}

@media (min-width: 501px) {
    .link-inline.arrow {
        font-size: 14px;
    }
    .link-inline.arrow {
        font-size: 14px;
    }
    .link-inline-wrap {
        width: 90%;
        margin: auto;
    }
}



/* list
--------------------------------------------*/
.list-attention {
    background: #f2f2f2;
    padding: 6px 10px 10px;
    border-radius: 5px;
}
.list-attention li{
    position: relative;
    display: block;
    margin-top: 5px;
    padding-left: 14px;
    color: var(--black);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
}
.list-attention li::before{
    content: '※';
    position: absolute;
    left: 0;
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: var(--black);
}


/* Contents
---------------------------------------------*/
.content-wrapper {
    position: relative;
    background-color: var(--white);
}

.content-main {
    z-index: 5;
    max-width: 100%;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    margin: 0 auto;
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.25);
    text-align: center;
    position: relative;
    background: var(--white);
    font-size: 13px;
  }

  .inner {
      width: 100%;
      max-width: 100%;
      margin: 0 auto;
      padding: 0 15px;
  }

@media (min-width: 501px) {
    .content-wrapper {
        display: grid;
        grid-template-columns: 3fr 1fr 2fr;
        grid-template-rows: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 0;
    }
    
    .content-main {
        max-width: 500px;
      }
    .content-main p {
        font-size: 14px;
    }
    
    .inner {
        width: 98%;
        padding: 0 15px;
    }
}

@media (min-width: 767px){
    .content-main {
        width: 100%;
    }
}


/* MV
----------------------------------------*/
.mv-area {
    height: 92vw;
    overflow: hidden;
    position: relative;
}

/*スライド画像＋レイヤー*/
.mv-wrap {
  height: 100%;
  z-index: 0;
  position: relative;
  background: url('/static/img/campaign/spacemarket/bg-mv.webp') no-repeat top center/cover;/*slickの遅延表示対策*/
}
.mv-slider {
    height: 100%;
    position: relative;
    z-index: 1;
    top: 0;
    overflow: hidden;
    opacity: 0;/*スライダーカクつき対策*/
    display: none;/*スライダーカクつき対策*/
}
.mv-slider::before {
    content: '';
    position: absolute;
    z-index: 2;
    display: block;
    width: 100%;
    height: 100%;
    mix-blend-mode: soft-light;/*ブレンドモードでなじませる*/
    background: rgba(24,109, 132, 0.6);
}
.mv-slider.slick-initialized  {
    opacity: 1;/*スライダーカクつき対策*/
    display: block;/*スライダーカクつき対策*/
}
.mv-slider img {
    width: 100%;
}

/*テキストの画像*/
.mv-copy {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}

/*mvのズームアニメーション*/
.add-mv-animation {
  animation: zoomUp 10s linear 0s normal both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

@media (min-width: 501px) {
    .mv-area {
        height: 460px;
        margin-bottom: 0;
    }
    .mv-wrap {
        height: 100%;;
        margin-bottom: 0;
    }
}


/* slider
-------------------------------------*/
/** ベース設定 **/
/*矢印の色を変える*/
/*
.slick-prev:before, 
.slick-next:before {
	color: #fff;
    font-size: 24px;
}
*/

/*矢印の位置を変える*/
/*
.slick-next {
	right: 130px;
	z-index: 99;
}
.slick-prev {
	left: 130px;
	z-index: 100;
}
*/

/*ドット*/
.slick-dots {
    bottom: -16px;
}
.slick-dots li {
    margin: 0;
}
.slick-dots li button {
    padding: 0;
}
.slick-dots li.slick-active button:before {
    color: var(--blue);
}
.slick-dots li button:before {
    font-size: 10px;
}

/*スライド画像の横幅可変*/
.slick-track img {
	max-width: 100%;
	height: auto;
}
.slick-slider{
	margin-bottom: 0;
}
/* slider */
.slider-container {
    margin: 0;
}
.slick-slider{
	margin-bottom: 0;
}
.slide-img {
     max-width: 100%;
}


@media (max-width: 767px) {
    /** ベース設定 **/
    /*矢印の色を変える*/
/*
    .slick-prev:before, 
    .slick-next:before {
        color: #fff;
        font-size: 20px;
    }
*/

    /*矢印の位置を変える*/
/*
    .slick-next {
        right: 20px;
    }
    .slick-prev {
        left: 20px;
    }
*/
}

@media (max-width: 560px) {
    /* slider */    
    .slide-img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0;
    }

}


/* Present
-----------------------------------------*/
.present-area {
    background: var(--blue);
    padding: 20px 30px;
    position: relative;
}
.present-area::before,
.present-area::after {
    content: '';
    position: absolute;
    z-index: 3;
    display: inline-block;
}
.present-area::before {
    top: 5px;
    left: 5px;
    width: 100%;
    max-width: 55px;
    height: 200px;
    background: url('/static/img/campaign/spacemarket/conf-left.svg') no-repeat center center/ contain;
}
.present-area::after {
    top: 5px;
    right: 0;
    width: 100%;
    max-width: 72px;
    height: 186px;
    background: url('/static/img/campaign/spacemarket/conf-right.svg') no-repeat center center/ contain;
}
.present-content {
    text-align: center;
}
.present-content img{
    margin: auto;
}


@media (min-width: 767px) {
    .present-area::before {
        top: 10px;
        left: 18px;
    }
    .present-area::after {
        top: 6px;
        right: 23px;
        height: 198px;
    } 
}


/* Campaign
--------------------------------------*/
.campaign-area {
    padding: 35px 0 80px;
}

/* Feature
--------------------------*/
/*arrow*/
.arrow {
    position: relative;
}
.arrow-down::after {
    content: '';
    position: absolute;
    bottom: -42px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 24px;
    border-radius: 3px;
    border-top: 20px solid var(--yellow);
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}
.feature-list {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5.5%;
}
.feature-text {
    text-align: center;
    font-weight: 500;
    font-size: 16px !important;
}
.feature-text.large {
    font-weight: 700;
    font-size: 18px !important;
    margin-top: 36px;
}
.feature-text.sub{
    line-height: 1;
}

.feature-text.sub small{
    font-size: 11px;
}

@media (min-width: 501px) {
    .feature-text.large {
        margin-top: 32px;
    }
    .feature-text.sub {
        line-height: 1.2;
    }
}


/* Overview
-------------------------*/
.overview {
    margin-top: 60px;
}
.box-border {
    border-radius: 10px;
    border: 2px solid var(--blue);
    padding: 20px 16px 30px;
}

.campaign-item dt {
    padding: 12px 16px;
    border-radius: 10px;
    background: var(--blue);
    color: var(--white);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}
.campaign-item dd {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
}
.campaign-item dd .btn-border{
    position: relative;
    width: 70%;
    margin: auto;
    padding: 8px 10px;
    font-size: 13px;
}
.campaign-item dd .btn-border a:hover {
    opacity: 0.6;
}
.campaign-item dd .btn-border::after {
    content: '\f0d7';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    color: var(--blue);
}

@media (min-width: 501px) {
    .campaign-item dt {
        padding: 14px;
    }

    .campaign-item dd p {
        font-size: 16px !important;
    }
    
    .campaign-item dd .btn-border{
        padding: 10px 20px;
        font-size: 14px;
    }
}


/* About Spacemarket
----------------------------------------*/
.about-area {
    background: var(--bgBlue);
    position: relative;
}
.about-area::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 50px;
    display: block;
    background: var(--bgBlue);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.slider-inner {
    width: 100%;
    padding: 0 0 0 15px;
}

.about-slider {
    margin-top: 40px;
}
.about-slider-item {
    padding: 0;
    max-width: 212px;
    margin: 0 6px;
}
.about-slide a {
    color: var(--black);
    font-weight: 500;
}
.about-slide a:hover {
    color: #6290D1;
}

/*画像*/
.about-img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.about-img img{
    border-radius: 10px;
}

.about-img figcaption {
    margin-top: 5px;
    font-size: 13px;
    text-align: left;
}

/* slider
--------------------*/
@media (min-width: 501px) {
    .about-slider-item {
        max-width: 300px;
    }
}


/* Reccomend
----------------------------------------------*/
.recommend-area {
   background: var(--blue);
}
.recommend-heading .en {
   width: 58%;
}
.recommend-area .btn {
   box-shadow: 0 0 4px 0 #25A2D0;
}
@media (min-width: 501px) {
    .recommend-heading .en {
       width: 92%;
    }
}



/* Notes
----------------------------------------------*/
.notes-area {
  padding: 30px 0;
}

.notes-list {
    width: 94%;
    max-width: 400px;
    margin: 0 auto;
}

.notes-list li {
	margin-bottom: 8px;
	padding-left: 1em;
	position: relative;
	font-size: 13px;
	line-height: 1.5;
    text-align: left;
}
.notes-list li:before{
	content: '';
    position: absolute;
    display: inline-block;
    border-radius: 100%;
    width: 0.5em;
    height: 0.5em;
    top: 5px;
    left: 0;
    background: var(--lightGray);
}

@media (min-width: 501px) {
    .notes-area {
      padding: 60px 0 40px;
    }
    .notes-list {
        width: 96%;
    }
    
    .notes-list li {
        font-size: 14px;
    }
}


/*　Fixed btn
-------------------------------*/
.fixedBtn {
	opacity: 0;
    position: sticky;/*コンテンツの中で追従させる*/
	z-index: 5;
    left: 0;
	bottom: 0;
	width: 100%;
    max-width: 500px;
	transition: all 0.3s ease;
	margin: 0 auto;
	background: rgba(238,238,238,0.9);
	pointer-events: none;
    padding: 10px 10px 30px;
    font-size: 16px;
}
.fixedBtn.is-visible{
  opacity: 1;
  pointer-events: all;
}

.btn-cv {
    border-radius: 100px;
    padding: 12px 26px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    display: inline-block;
    width: 100%;
    max-width: 326px;
    transition: 0.3s;
    background: var(--green);
    color: var(--white);
    font-size: 18px;
    position: relative;
}
.btn-cv::after{
    content: '';
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid var(--white);
}

.btn-cv:hover{
  text-decoration: none;
  color: var(--white);
}

@media (min-width: 501px) {
    .fixedBtn {
        padding: 10px;
        font-size: 18px;
    }
    
    .btn-cv {
        padding: 12px 26px;
        width: 100%;
        max-width: 100%;
        font-size: 20px;
    }
}





/* Sns
----------------------------------------------*/
/* .sns-area {
  background: var(--blue-2);
  padding: 30px 0;
}

@keyframes anm-blind {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
} */


/*sns icon*/
/* .sns-list {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(96%, 406px);
    width: 96%;
    max-width: 406px;
    margin: 0 auto;
}
.sns-list li {
    width: calc(100% / 4);
    margin: 0 3%;
} */



/* PC settings
---------------------------------------------*/
.pc-bg-wrapper {
    background: transparent;
}
@media(min-width: 501px) {
    
    /* Contents
    ---------------------------------*/
    .content-wrapper {
        grid-template-columns: 4fr 2fr 0;
        grid-template-rows: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 0;
    }

    /* BG*
    --------------------------------*/
    .pc-bg-wrapper {
        background: var(--bgBlue);
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        width: min(100vw, 100%);
        width: 100vw;
        max-width: 100%;
        height: 100vh;
    }
    .pc-bg-content {
        position: relative;
        width: 100vw;
        height: 100%;
        display: grid;
        grid-template-columns: 4fr 2fr 0;/*2分割*/
        grid-template-rows: 1fr;
        grid-column-gap: 0;
        grid-row-gap: 0;
    }
    .pc-bg-content::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100vw;
        height: 100%;
        display: block;
        background: rgba(30, 29, 29, 0.15);
    }
    
    .pc-bg-left {
       min-height: 100vh;
       background: url('/static/img/campaign/spacemarket/pc-bg-left.webp') no-repeat left center /cover;
    }
    
    .pc-bg-center {
       min-height: 100vh;
       background: var(--bgBlue);
    }
    
    /*右側背景　OFF*/
    .pc-bg-right {
        display: none;
    }

}

@media (min-width: 1024px) {
    
    /* Contents
    ---------------------------------*/
    .content-wrapper {
        grid-template-columns: 4fr 1fr 2fr;/*3分割レイアウト*/
    }

    /* PC BG 
    -------------------------------*/
    .pc-bg-content {
        grid-template-columns: 4fr 1fr 2fr;/*3分割レイアウト*/
    }
    /*右側背景　ON*/
    .pc-bg-right {
       display: block;
       min-height: 100vh;
       background: url('/static/img/campaign/spacemarket/pc-bg-right.webp') no-repeat right center /cover;
    }

}

@media (min-width: 1560px) {

    /* PC BG
    -------------------------------*/
    .pc-bg-content {
        grid-template-columns: 4fr 400px 2fr;
    }
}
