@charset "utf-8";

.aspect-220-37 { aspect-ratio: 220 / 37;}
.aspect-433-162 { aspect-ratio: 433 / 162;}
.aspect-50-7 { aspect-ratio: 50 / 7;}
.aspect-20-7 { aspect-ratio: 20 / 7;}
.aspect-30-7 { aspect-ratio: 30 / 7;}
.aspect-85-23 { aspect-ratio: 85 / 23;}
.aspect-5-2 { aspect-ratio: 5 / 2;}
.aspect-590-181 { aspect-ratio: 590 / 181;}
.aspect-15-8 { aspect-ratio: 15 / 8;}

.border-red span{border: 1px solid #d32d26;}
.border-green span{border: 1px solid #237a4b;}

/*** CONTENTS ***/

.contents-title-bg{ background-color: #f5f5f5;}

.contents-title-inner{
  position: absolute;
  margin-left: calc(-50vw + 15em);
  padding: 2em;
  width: 80%;
  max-width: 50rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100;
}

.contents-title{
  position: relative;
  margin: auto;
  display: block;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: var(--font-size-l);
}
.contents-title img{
  display: block;
  width: 23rem;
}
.contents-title .logo_colabo img { margin: 0 auto;}
.contents-title .logo_colabo_02 img { margin: 0 auto 0 auto;}

.contents-title .logo_colabo { padding: 2em 0;}
.contents-title .logo_colabo_02 { padding: 2em 0 0 0;}

h1 .logo_colabo,h1 .logo_colabo_02{position: relative; display: block;}
h1 .logo_colabo:before{
  position: absolute;
  top: 0.3rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1em;
  display: block;
  content: "×";
  font-size: 2.5rem;
  background: none;
  text-align: center;
}
h1 .logo_colabo:after {
  position: absolute;
  bottom: 1.3rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1em;
  display: block;
  content: "×";
  font-size: 2.5rem;
  background: none;
  text-align: center;
}
h1 .logo_colabo_02:before {
  position: absolute;
  top: 0.3rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1em;
  display: block;
  content: "×";
  font-size: 2.5rem;
  background: none;
  text-align: center;
}
.contents-title-sub-copy{
  margin-top: 1em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
    font-weight: 800;
  font-size: var(--font-size-l);
}

.contents-title-bg .main-image {
  width: 100%;
  object-fit: contain;
  object-position: top right;
}

@media screen and (max-width: 640px){
.contents-title-bg .main-image {
  object-fit: cover;
  object-position: 50% 50%;
}
}

@media screen and (max-width: 1024px) {
.contents-title-inner {
  position: absolute;
  left: inherit;
}
}

@media screen and (min-width: 641px) and (max-width: 1000px) {

.contents-title-block{
  height: 50vh;
  min-height: 48rem;
  max-height: 58rem;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.contents-title-inner{
  position: relative;
  margin: 10% auto 5%;
  width: auto;  
}

.contents-title-sub-copy{
  position: relative;
  width: inherit;  
  margin-top: 0;
  padding: 1em 1.5em;
}

.contents-title-bg .main-image{
  width: 100%;
  height: 50vh;
  min-height: 48rem;
  max-height: 58rem;
  object-fit: cover;
  object-position: top right;  
}

}/* End min 641 max 1000 */


@media screen and (max-width: 640px) {

.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;
  background: rgba(255,255,255,0);
  z-index: 100;
}

.contents-title{
  position: absolute;
  margin: auto;
  padding: 1em;
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: var(--font-size-xxl);
  background: rgba(255,255,255,1);
}
.contents-title img {
  width: 23rem;
}

h1 .logo_colabo:before { top: 1rem;}

h1 .logo_colabo:after { bottom: 1.8rem;}

h1 .logo_colabo_02:before { top: 1rem;}


.contents-title-sub-copy{
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 0;
  padding: 1.5em 3.5em 1.5em 1em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: var(--font-size-l);
  background: rgba(255,255,255,0.8);
}


}/* End max 640 */
