@charset "utf-8";


#CONTENTS{ overflow: hidden;}


/*** CONTENTS ***/
.aspect-23-41 { aspect-ratio: 23 / 41;}

.onewig h2 {
  padding: 5rem 0 3rem;
  font-size: var(--font-size-xl);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;  
  text-align: center;
  letter-spacing: 0.1em;
}

.onewig h2 span {
  font-size: var(--font-size-xxl);
}

.onewig h2 span.blue,
.onewig span.blue {
  color: #00aeef;
}

.onewig h3 {
  margin: 1rem 0;
  font-size: var(--font-size-l);
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
}

.onewig p.arrow-right {
  text-align: right;
}
.onewig p.arrow-right a {
  display: inline-block;
}

.onewig p.right {
  text-align: right;
}


/* contents title */
.onewig .contents-title-block{
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.onewig .contents-title-bg{
  position: absolute;
  display: flex;
  justify-content: flex-end;
  background-color: #fdf7f2;
}


.onewig .contents-title-bg .main-image{
  width: 100vw;
  display: block;  
  height: 60vh;
  min-height: 42rem;
  object-fit: contain;
  object-position: right top;
}


.onewig .contents-title-inner{
  position: relative;
  margin-left: calc(-50vw + 8em);
  margin-top: 1.5em;
  padding: 0;
  display: block;
  z-index: 100;
  background: inherit;  
  background-color: transparent;
}

.onewig .contents-title {
  position: relative;
  padding: 0 0 0.5em;
  display: block;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: left;
  line-height: 2;
}

.onewig .contents-title span{
  padding: 0.2em 0.6em;
  display: inline;  
  background: linear-gradient(#00aeef 100%, #00aeef 0%);
}

.onewig .contents-title em {
  margin-right: 0.5rem;
  font-size: var(--font-size-xxxl);
}

.onewig .contents-title-sub-copy{
  position: relative;
  width: 100%;  
  margin-top: 0;
  padding: 1em 1.5em;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: var(--font-size-l);
  font-weight: bold;
  letter-spacing: 0.05em;
  background: rgba(255,255,255,0.8);
}
  
.onewig .contents-title-sub-copy span { color: #00aeef;}


/*
@media screen and (min-width: 1501px) {
	.onewig .contents-title-bg .main-image {width: 100%;}
}

@media screen and (min-width: 1400px) and (max-width: 1500px) {
	.onewig .contents-title-bg .main-image {width: 100vw;}
}

@media screen and (min-width: 1101px) and (max-width: 1200px) {
	.onewig .contents-title-bg .main-image {width: 100vw;}
}
*/




@media screen and (min-width: 641px) and (max-width: 1400px) {

.onewig .contents-title-bg .main-image{
  width: 100vw;
  height: 55vh;
  min-height: 42rem;
  object-fit: contain;
}

}/* End min 1400 */


@media screen and (min-width: 641px) and (max-width: 1100px) {

.onewig .contents-title-block{
  height: 50vh;
  min-height: 42rem;
  max-height: 46rem;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.onewig .contents-title-inner{
  position: relative;
  margin-left: 5%;
  margin-top: 10%;
  padding: 0;
  width: auto;  
}

.onewig .contents-title-sub-copy{
  position: relative;
  width: inherit;  
  margin-top: 0;
  padding: 1em 1.5em;
}

.onewig .contents-title-bg .main-image{
  width: 100%;
  height: 55vh;
  /*max-height: 58rem;*/
  min-height: 42rem;
  object-fit: cover;
  object-position: right top; 
}

}/* End min 641 max 1000 */



@media screen and (max-width: 640px) {

.onewig .contents-title-inner{
  position: absolute;
  left: inherit;
  right: inherit;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 4rem);
  height: calc(100svh - 4rem);
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 100;
}

.onewig .contents-title {
  position: absolute;
  left: 5%;
  bottom: 24%;
  margin: 0;
  padding: 0 0 0.5em;
}

.onewig .contents-title-sub-copy{
  position: absolute;
  bottom: 0;
  padding: 1.5em 3.5em 1.5em 0.8em;
  white-space: nowrap;
}

.onewig .contents-title-bg .main-image{
  width: 100vw;
  height: calc(100vh - 4rem);
  height: calc(100svh - 4rem);
  object-fit: cover;
  object-position: center center;
}

}/* End max 640 */


.onewig .section01-bg {
  display: flex;
  align-items: center;
  min-height: 100vh;
  background-image: url("/img/onewig/section01_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.onewig .lead-txt {
  margin: 0;
}

.onewig .img01 {
  display: block;
  max-width: 80vw;
  margin: 1rem auto 0;
}

/*--------------------------------------
  モーダル表示
--------------------------------------*/
.modal-wrap input {
  display: none;
}

.modal-overlay {
  display: none;
  justify-content: center;
  overflow: auto;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0,174,239, 0.5);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 3em, rgba(255,255,255, 0.3) 3em, rgba(255,255,255, 0.3) 6em );
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
  cursor: pointer;  
  overscroll-behavior: none;
}

.menu-on .modal-overlay { display: flex;}

.step01 .modal-overlay { background: rgba(249,179,104, 0.7);background-image: repeating-linear-gradient(-45deg, transparent, transparent 2em, rgba(255,255,255, 0.3) 2em, rgba(255,255,255, 0.3) 4em );}
.step02 .modal-overlay { background: rgba(239,202,83, 0.7);background-image: repeating-linear-gradient(-45deg, transparent, transparent 2em, rgba(255,255,255, 0.3) 2em, rgba(255,255,255, 0.3) 4em );}
.step03 .modal-overlay { background: rgba(167,216,102, 0.7);background-image: repeating-linear-gradient(-45deg, transparent, transparent 2em, rgba(255,255,255, 0.3) 2em, rgba(255,255,255, 0.3) 4em );}
.step04 .modal-overlay { background: rgba(79,172,211, 0.7);background-image: repeating-linear-gradient(-45deg, transparent, transparent 2em, rgba(255,255,255, 0.3) 2em, rgba(255,255,255, 0.3) 4em );}
.step05 .modal-overlay { background: rgba(244,126,168, 0.7);background-image: repeating-linear-gradient(-45deg, transparent, transparent 2em, rgba(255,255,255, 0.3) 2em, rgba(255,255,255, 0.3) 4em );}

/* End モーダル表示 */



@media screen and (min-width: 768px)  {
  .onewig .contents-section {
    max-width: 72rem;
  }
  
  .onewig h2 {
    padding: 5rem 0 4rem
  }
  
  .onewig .img01 {
    max-width: 60vw;
  }
  
}

@media screen and (min-width: 1001px)  {
  .onewig h2 {
    font-size: var(--font-size-xxl);
  }
  
  .onewig h3 {
    font-size: var(--font-size-xl);
  }
  
  .onewig .section01-bg {
    background-image: url("/img/onewig/section01_bg_pc.webp");
  }
  
  .onewig .img01 {
    max-width: 45rem;
  }
  

}


