@charset "utf-8";

#ulos_gmw .pcv{display: none;}
#ulos_gmw .spv{display: block;}

#ulos_gmw .hd{
    width: 100%;
    height: 0;
    padding-top: 135%;
    background-image: url(../img/kv.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/*================================

ハンバーガーメニュー

=================================*/
/*　ハンバーガーメニューボタン　*/
#ulos_gmw .hamburger {
    display : block;
    position: fixed;
    z-index : 3;
    right : 20px;
    top   : 20px;
    width : 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
#ulos_gmw .hamburger span {
    display : block;
    position: absolute;
    width   : 30px;
    height  : 2px ;
    left    : 6px;
    background : #fff;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
#ulos_gmw .hamburger span:nth-child(1) {
    top: 10px;
  }
#ulos_gmw .hamburger span:nth-child(2) {
    top: 20px;
  }
#ulos_gmw .hamburger span:nth-child(3) {
    top: 30px;
  }
  
  /* スマホメニューを開いてる時のボタン */
#ulos_gmw .hamburger.active span:nth-child(1) {
    top : 16px;
    left: 6px;
    background :#fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg);
    transform        : rotate(-45deg);
  }
  
#ulos_gmw .hamburger.active span:nth-child(2),
#ulos_gmw .hamburger.active span:nth-child(3) {
    top: 16px;
    background :#fff;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  
  /* メニュー背景　*/
#ulos_gmw nav.globalMenuSp {
    position: fixed;
    z-index : 2;
    top  : 0;
    right : 0;
    color: #fff;
    background: #000;
    text-align: center;
    width: 50%;
    height: 100%;
    transform: translateX(100%);
    transition: all 0.6s;
   	font-feature-settings: "palt";
    font-size: 1.8em;
  	font-family: "Oswald", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: bold;
  	font-style: normal;
  }
  
#ulos_gmw nav.globalMenuSp ul {
    margin: 0 auto;
    padding: 35% 0 0 0;
    width: 100%;
  }
  
#ulos_gmw nav.globalMenuSp ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
    transition: .4s all;
  }
#ulos_gmw nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
  }
#ulos_gmw nav.globalMenuSp ul li:hover{
    background :#ddd;
  }
  
#ulos_gmw nav.globalMenuSp ul li a {
    display: block;
    color: #fff;
    text-align: left;
    padding: 1em 0 1em 1em;
    text-decoration :none;
  }
  
  /* クリックでjQueryで追加・削除 */
#ulos_gmw nav.globalMenuSp.active {
    opacity: 100;
    display: block;
     transform: translateY(0%);
  }




#ulos_gmw .htbox {
  width: 84%; /*表示画像の縦横比より長くしない*/
  height: 12.1%; /*表示画像の縦横比より長くしない*/
  overflow: hidden;
  padding-top: 0;
  position: absolute;
  top: 40%;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 0 0 15%;
  font-size: 0;
}

#ulos_gmw .htbox.scroll_img {
  & > img {
     width: 90%;
  }
  & > div {
     width: 84%;
  }
}
#ulos_gmw .htbox01 {
  & > div {
    position: absolute;
    top: 50%;
    transform: translateY( -50% );
    background-size: cover; /* 追加 */
    width: 0%;
    height: 100%;
    transition: width 3s;
  }
}
#ulos_gmw .h_copy{
    padding-top: 21%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 52%;
    height: fit-content;
    margin: auto;
}
#ulos_gmw .h_by{
    padding-top: 47%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 29%;
    height: fit-content;
    margin: auto;
}

/*========= スクロールダウンのためのCSS ===============*/

/*スクロールダウン全体の場所*/
#ulos_gmw .scrolldown{
  position:absolute;
  bottom:-6.5%;
  right:50%;
    /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 2s ease-in-out infinite;
  width: 5%;
}
@keyframes arrowmove{
      0%{bottom:-6.5%;}
      50%{bottom:-5.5%;}
     100%{bottom:-6.5%;}
 }

#ulos_gmw .k_copy01{
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  padding: 25% 8% 0;
  text-align: center;
  font-weight: bold;
  font-size: 3.3vw;
  line-height: 2;
  color: #000;
  letter-spacing: -0.02em
}
#ulos_gmw .k_copy02{
  font-family: "Shippori Mincho", serif;
  padding: 0% 8% 0;
  text-align: center;
  font-weight: bold;
  font-size: 3.3vw;
  line-height: 2;
  color: #000;
  letter-spacing: -0.02em
}
#ulos_gmw .k_copy03{
  font-family: "Shippori Mincho", serif;
  padding: 0 8% 18%;
  text-align: center;
  font-weight: bold;
  font-size: 3.3vw;
  line-height: 2;
  color: #000;
  letter-spacing: -0.02em
}
#ulos_gmw .k_word01{
    padding: 0;
    width: 100%;
    height: fit-content;
    margin: auto;
}
#ulos_gmw .k_word02{
    padding: 3% 0 20%;
    width: 56%;
    height: fit-content;
    margin: auto;
}

/*================================

section01

=================================*/

#ulos_gmw #se01{
    width: 100%;
    height: auto;
	background-color: #000;
    position: relative;
	box-sizing: border-box;
}

#ulos_gmw .se01_word01 {
  width: 15%; /*表示画像の縦横比より長くしない*/
  height: 71.8%; /*表示画像の縦横比より長くしない*/
  overflow: hidden;
  padding-top: 0;
  position: absolute;
  top: -36%;
  bottom: 0;
  right: 0;
  left: -0.2%;
  margin: 0 0 0 0;
  font-size: 0;
}

#ulos_gmw .se01_word01.scroll_img {
  & > img {
     height: 40%;
  }
  & > div {
     height: 40%;
  }
}
#ulos_gmw .se01_word02 {
  & > div {
    position: absolute;
    top: 50%;
    transform: translateY( 0 );
    background-size: cover; /* 追加 */
    width: 60%;
    height: 0;
    transition: height 5s;
  }
}

#ulos_gmw .se01_copy{
  	text-align: left;
  	font-size: 3.8vw;
  	line-height: 2;
  	color: #fff;
    position: relative;
    padding: 15% 0 18% 14%;
	font-feature-settings: "palt";
  	font-family: "Noto Sans JP", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
}
#ulos_gmw .list_bg{
    width: 100%;
    height: auto;
    background-image: url(../img/se02_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#ulos_gmw .list {
 	display: grid;
	grid-template-columns: repeat(3, auto);
 	padding: 8% 8%;
}
#ulos_gmw .list li {
 	padding: 20% 8% 15%;
}

/*================================

section02

=================================*/

#ulos_gmw #se02{
    width: 100%;
    height: auto;
    position: relative;
	box-sizing: border-box;
	padding: 15% 0 20%;
}
#ulos_gmw .se02_word01 {
  width: 15%; /*表示画像の縦横比より長くしない*/
  height: 100%; /*表示画像の縦横比より長くしない*/
  overflow: hidden;
  padding-top: 0;
  position: absolute;
  top: -48%;
  bottom: 0;
  right: 0;
  left: -0.1%;
  margin: 0 0 0 0;
  font-size: 0;
  z-index: 10;
}

#ulos_gmw .se02_word01.scroll_img {
  & > img {
     height: 50%;
  }
  & > div {
     height: 42.3%;
  }
}
#ulos_gmw .se02_word02 {
  & > div {
    position: absolute;
    top: 48%;
    transform: translateY( 0 );
    background-size: cover; /* 追加 */
    width: 60%;
    height: 0;
    transition: height 5s;
  }
}
#ulos_gmw .se02_copy{
  	text-align: left;
  	font-size: 3.8vw;
  	line-height: 2;
  	color: #000;
    position: relative;
    padding: 25% 0 18% 14%;
	font-feature-settings: "palt";
  	font-family: "Noto Sans JP", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
}
#ulos_gmw .se02_photo{
    padding: 0;
    width: 100%;
    height: fit-content;
    margin: auto;
	z-index: 9999;
}
#ulos_gmw .se02_name{
  	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  	text-align: center;
  	font-weight: bold;
  	font-size: 6vw;
  	line-height: 2;
  	color: #000;
    position: relative;
	letter-spacing: 0.3em;
    padding: 5% 0 0 0;
	font-feature-settings: "palt";
}
#ulos_gmw .se02_ename{
  	font-family: "Bebas Neue", sans-serif;
  	font-weight: 400;
  	font-style: normal;
  	text-align: center;
  	font-size: 3.8vw;
  	line-height: 2;
  	color: #000;
    position: relative;
    padding: 0 0 5% 0;
	letter-spacing: 0.05em;
}
#ulos_gmw .se02_txt{
  	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  	font-weight: bold;
  	font-size: 3.1vw;
  	line-height: 2;
  	color: #000;
    position: relative;
    padding: 0% 10% 15% 10%;
	font-feature-settings: "palt";
	text-align:justify;
	text-align-last: center;
}
#ulos_gmw .se02_profile .plink{
	width: 40%;
	height: auto;
	display: flex;
	margin: 0 30% 15%;
}
#ulos_gmw .se02_profile .link_l{
  	font-family: "Bebas Neue", sans-serif;
  	font-weight: 400;
  	font-style: normal;
  	text-align: center;
  	font-size: 3vw;
  	line-height: 1.5;
  	color: #000;
    position: relative;
    padding: 1% 8% 1%;
	letter-spacing: 0.05em;
	border-left: 1px solid;
	border-right: 1px solid;
}
#ulos_gmw .se02_profile .link_r{
  	font-family: "Bebas Neue", sans-serif;
  	font-weight: 400;
  	font-style: normal;
  	text-align: center;
  	font-size: 3vw;
  	line-height: 1.5;
  	color: #000;
    position: relative;
    padding: 1% 8% 1%;
	letter-spacing: 0.05em;
	border-right: 1px solid;
}



/*================================

section03

=================================*/

#ulos_gmw #se03{
    width: 100%;
    height: auto;
	background-color: #000;
    position: relative;
	box-sizing: border-box;
}

#ulos_gmw .se03_word01 {
  width: 15%; /*表示画像の縦横比より長くしない*/
  height: 60%; /*表示画像の縦横比より長くしない*/
  overflow: hidden;
  padding-top: 0;
  position: absolute;
  top: -30%;
  bottom: 0;
  right: 0;
  left: -0.1%;
  margin: 0 0 0 0;
  font-size: 0;
  z-index: 10;
}

#ulos_gmw .se03_word01.scroll_img {
  & > img {
     height: 40%;
  }
  & > div {
     height: 39%;
  }
}
#ulos_gmw .se03_word02 {
  & > div {
    position: absolute;
    top: 50%;
    transform: translateY( 0 );
    background-size: cover; /* 追加 */
    width: 60%;
    height: 0;
    transition: height 5s;
  }
}
#ulos_gmw .se03_bg{
    width: 100%;
    height: auto;
    background-image: url(../img/se03_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
	box-sizing: border-box;
}
#ulos_gmw .se03_copy{
  	text-align: left;
  	font-size: 3.8vw;
  	line-height: 2;
  	color: #fff;
    position: relative;
    padding: 25% 0 18% 14%;
	font-feature-settings: "palt";
  	font-family: "Noto Sans JP", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
}
#ulos_gmw .se03_photo01{
    padding: 0 0 0 0;
    width: 80%;
    height: fit-content;
    margin: auto;
}
#ulos_gmw .se03_photo02{
    padding: 0 0 0 0;
    width: 80%;
    height: fit-content;
    margin: auto;
}
#ulos_gmw .se03_photo03{
    padding: 0 0 0 0;
    width: 80%;
    height: fit-content;
    margin: auto;
}
#ulos_gmw .se03_photo04{
    padding: 0 0 0 0;
    width: 80%;
    height: fit-content;
    margin: auto;
}
#ulos_gmw .se03_photo05{
    padding: 0 0 0 0;
    width: 80%;
    height: fit-content;
    margin: auto;
}
#ulos_gmw .se03_photo06{
    padding: 0 0 20% 0;
    width: 80%;
    height: fit-content;
    margin: auto;
}
#ulos_gmw .se03_txt{
  	text-align: left;
  	font-size: 3.8vw;
  	line-height: 2;
  	color: #fff;
    position: relative;
    padding: 1% 0 5% 14%;
	font-feature-settings: "palt";
  	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
}
/*================================

section04

=================================*/

#ulos_gmw #se04{
    width: 100%;
    height: auto;
    position: relative;
	box-sizing: border-box;
}

#ulos_gmw .se04_word01 {
  width: 15%; /*表示画像の縦横比より長くしない*/
  height: 99%; /*表示画像の縦横比より長くしない*/
  overflow: hidden;
  padding-top: 0;
  position: absolute;
  top: -47.7%;
  bottom: 0;
  right: 0;
  left: -0.3%;
  margin: 0 0 0 0;
  font-size: 0;
  z-index: 10;
}

#ulos_gmw .se04_word01.scroll_img {
  & > img {
     height: 40%;
  }
  & > div {
     height: 51.8%;
  }
}
#ulos_gmw .se04_word02 {
  & > div {
    position: absolute;
    top: 48%;
    transform: translateY( 0 );
    background-size: cover; /* 追加 */
    width: 65%;
    height: 0;
    transition: height 5s;
  }
}
#ulos_gmw .se04_copy{
  	text-align: left;
  	font-size: 3.8vw;
  	line-height: 2;
  	color: #000;
    position: relative;
    padding: 25% 0 10% 14%;
	font-feature-settings: "palt";
  	font-family: "Noto Sans JP", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
}
#ulos_gmw .se04_con{
    padding: 0 0 0 0;
    width: 50%;
    height: fit-content;
    margin: 0 auto;
}
#ulos_gmw .se04_btn{
    padding: 0 auto 12%;
    width: 50%;
    height: fit-content;
    margin: 0 auto 50%;
	position: relative;
}

#ulos_gmw .se04_btn img {
    transition: opacity 0.5s;
}
#ulos_gmw .se04_btn:hover img:first-of-type {
    opacity: 0;
}
#ulos_gmw .se04_btn img:last-of-type {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
#ulos_gmw .se04_btn:hover img:last-of-type {
    opacity: 1;
}
/*================================

section05

=================================*/

#ulos_gmw #se05{
    width: 100%;
    height: auto;
	background-color: #000;
    position: relative;
	box-sizing: border-box;
}

#ulos_gmw .se05_word01 {
  width: 15%; /*表示画像の縦横比より長くしない*/
  height: 58%; /*表示画像の縦横比より長くしない*/
  overflow: hidden;
  padding-top: 0;
  position: absolute;
  top: -29.2%;
  bottom: 0;
  right: 0;
  left: -0.1%;
  margin: 0 0 0 0;
  font-size: 0;
  z-index: 10;
}
#ulos_gmw .se05_bg{
    width: 100%;
    height: auto;
    background-image: url(../img/se05_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
	box-sizing: border-box;
}
#ulos_gmw .se05_word01.scroll_img {
  & > img {
     height: 40%;
  }
  & > div {
     height: 45.5%;
  }
}
#ulos_gmw .se05_word02 {
  & > div {
    position: absolute;
    top: 50%;
    transform: translateY( 0 );
    background-size: cover; /* 追加 */
    width: 60%;
    height: 0;
    transition: height 4s;
  }
}
#ulos_gmw .se05_title{
  	text-align: center;
    position: relative;
	width: 100%;
    padding: 0 16% 0 16%;
}
#ulos_gmw .se05_title img{
	width: 100%;
	height: auto;
    padding: 35% 0 0 0;
}
#ulos_gmw .se05_stitle{
  	text-align: center;
    position: relative;
	width: 100%;
    padding: 0 6% 0 6%;
    margin: 0 auto 0;
}
#ulos_gmw .se05_stitle img{
	width: 100%;
	height: auto;
    padding: 8% 0 0 0;
}

#ulos_gmw .se05_con{
    padding: 0 25% 18%;
    width: 100%;
    height: fit-content;
    margin: 0 auto 0;
}
#ulos_gmw .se05_btn{
    padding: 0 auto 0;
    width: 100%;
    height: fit-content;
    margin: 13% auto 15%;
	position: relative;
}
/*================================

section06

=================================*/

#ulos_gmw #se06{
    width: 100%;
    height: auto;
	background-color: #c8d7c0;
    position: relative;
	box-sizing: border-box;
	padding-bottom: 2%;
}

#ulos_gmw .se06_word01 {
  width: 15%; /*表示画像の縦横比より長くしない*/
  height: 90%; /*表示画像の縦横比より長くしない*/
  overflow: hidden;
  padding-top: 0;
  position: absolute;
  top: -45%;
  bottom: 0;
  right: 0;
  left: -0.1%;
  margin: 0 0 0 0;
  font-size: 0;
  z-index: 10;
}

#ulos_gmw .se06_word01.scroll_img {
  & > img {
     height: 40%;
  }
  & > div {
     height: 25%;
  }
}
#ulos_gmw .se06_word02 {
  & > div {
    position: absolute;
    top: 50%;
    transform: translateY( 0 );
    background-size: cover; /* 追加 */
    width: 60%;
    height: 0;
    transition: height 5s;
  }
}
#ulos_gmw .se06_copy01{
  	text-align: center;
  	font-size: 4.1vw;
  	line-height: 2;
  	color: #000;
    position: relative;
    padding: 30% 0 3% 0;
	font-feature-settings: "palt";
  	font-family: "Noto Sans JP", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
}
#ulos_gmw .se06_syouhin{
    padding: 0 0 3% 0;
    width: 35%;
    height: fit-content;
    margin: auto;
}
#ulos_gmw .se06_syohin_txt{
	width: 100%;
	height: auto;
  	color: #000;
    position: relative;
	display: block;
	margin: 0 0 15% 0;
  	font-family: "Noto Sans JP", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
}
#ulos_gmw .se06_icon01{
	width:18%;
    height: fit-content;
  	text-align: left;
	position: absolute;
	top: -66%;
	right: 15%;
}
#ulos_gmw .se06_icon01 img{
	width:100%;
    height: auto;
}
#ulos_gmw .se06_name{
  	text-align: left;
  	line-height: 1.5;
  	font-size: 4.1vw;
	position: absolute;
	top: -32%;
	right: 5%;
	font-feature-settings: "palt";
  	font-family: "Noto Sans JP", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 700;
  	font-style: normal;
}
#ulos_gmw .se06_name_s{
  	text-align: left;
  	line-height: 1.5;
  	font-size: 3vw;
	border: 1px solid #000;
	position: absolute;
	top: -25%;
	right: 18%;
    padding: 0 0.5%;
	font-feature-settings: "palt";
  	font-family: "Noto Sans JP", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 700;
  	font-style: normal;
}
#ulos_gmw .se06_seibun{
	margin: 0 8% 0 8%;
}
#ulos_gmw .se06_seibun01{
	float: left;
	width: 50%;
  	text-align: left;
  	font-weight: bold;
  	font-size: 3.8vw;
  	line-height: 1.2;
  	color: #000;
    position: relative;
    padding: 3% 3% 3% 5%;
	font-feature-settings: "palt";
	letter-spacing: -0.05em;
	border-right: 1px solid;
	border-left: 1px solid;
}
#ulos_gmw .se06_seibun01 .example {
	font-size: 0.7em;
	vertical-align: top;
}
#ulos_gmw .se06_seibun01_s{
  	text-align: left;
  	font-weight: bold;
  	font-size: 2.8vw;
	font-feature-settings: "palt";
}
#ulos_gmw .se06_seibun02{
	float: left;
	width: 50%;
  	text-align: left;
  	font-weight: bold;
  	font-size: 3.5vw;
  	line-height: 1.2;
  	color: #000;
    position: relative;
    padding: 6% 5% 3% 5%;
	font-feature-settings: "palt";
	letter-spacing: -0.05em;
	border-right: 1px solid;
}
#ulos_gmw .se06_copy02{
	clear:both;
	width: 100%;
  	text-align: center;
  	font-weight: bold;
  	font-size: 3.5vw;
  	line-height: 1.8;
  	color: #000;
    position: relative;
    padding: 5% 0 5% 0;
	font-feature-settings: "palt";
}
#ulos_gmw .se06_link a{
  	text-align: center;
  	font-weight: bold;
  	font-size: 4.1vw;
  	line-height: 1.8;
  	color: #fff;
    position: relative;
    padding: 1% 0 2% 5%;
	font-feature-settings: "palt";
	display: block;
	background-color: #00a028;
	width: 40%;
	margin: 5% 30%;
}

#ulos_gmw .dli-chevron-round-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 0.7em;
  height: 0.7em;
  transform: translateX(-25%) rotate(45deg);
}

#ulos_gmw .dli-chevron-round-right::before, #ulos_gmw .dli-chevron-round-right::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

#ulos_gmw .dli-chevron-round-right::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

#ulos_gmw .dli-chevron-round-right::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
#ulos_gmw .se06_syohin_txt02{
	width: 100%;
	height: auto;
  	color: #000;
    position: relative;
	display: block;
	margin: 0 0 5% 0;
}

#ulos_gmw .se06_copy03{
	width: 100%;
	margin: 0 auto;
  	text-align: center;
  	font-size: 3.8vw;
  	line-height: 1.8;
  	color: #00a028;
    position: relative;
    padding: 2% 0;
	font-feature-settings: "palt";
	letter-spacing: -0.05em;
  	font-family: "Noto Sans JP", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
}
#ulos_gmw .se06_icon02{
    padding: 3% 0 3% 0;
    width: 70%;
    height: fit-content;
    margin: auto;
}
#ulos_gmw .se06_lineup{
	width: 60%;
	margin: 0 auto;
  	text-align: center;
  	font-size: 3.5vw;
  	line-height: 1.8;
  	color: #000;
    position: relative;
    padding: 10% 0 1%;
	font-feature-settings: "palt";
	letter-spacing: -0.05em;
  	font-family: "Noto Sans JP", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 700;
  	font-style: normal;
}
#ulos_gmw .se06_link02 a{
  	text-align: center;
  	font-weight: bold;
  	font-size: 3.8vw;
  	line-height: 1.8;
  	color: #000;
    position: relative;
    padding: 1.5% 0 1.5% 5%;
	font-feature-settings: "palt";
	display: block;
	background-color: #fff;
	width: 55%;
	margin: 0 auto 15%;
  	font-family: "Noto Sans JP", sans-serif;
}
#ulos_gmw .dli-chevron-round-right01 {
  display: inline-block;
  vertical-align: middle;
  color: #000;
  line-height: 1;
  position: relative;
  width: 0.7em;
  height: 0.7em;
  transform: translateX(60%) rotate(45deg);
}
#ulos_gmw .dli-chevron-round-right01::before, #ulos_gmw .dli-chevron-round-right01::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

#ulos_gmw .dli-chevron-round-right01::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

#ulos_gmw .dli-chevron-round-right01::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

#ulos_gmw .se06_link03{
	width: 35%;
	margin: 0 auto 25%;
  	text-align: center;
  	font-size: 3.8vw;
  	line-height: 1.8;
  	color: #000;
    position: relative;
    padding: 5% 0 0 0;
	font-feature-settings: "palt";
	letter-spacing: -0.05em;
  	font-family: "Noto Sans JP", sans-serif;
  	font-optical-sizing: auto;
  	font-style: normal;
	border-bottom: 2px solid;
}
#ulos_gmw .se06_link03 a{
  	font-weight: 700;
}
#ulos_gmw .se06_insta_base{
	width: 100%;
	height: auto;
	background-color: #000;
    position: relative;
	display: block;
	margin: 0 0 7.8% 0;
}
#ulos_gmw .se06_insta{
    padding: 5% 0 5% 0;
    width: 80%;
    height: fit-content;
    margin: auto;
}
/*================================

Theme

=================================*/

#ulos_gmw .co01_kv{
    width: 100%;
    height: 0;
    padding-top: 135%;
    background-image: url(../img/co01/co01_kv.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#ulos_gmw .co02_kv{
    width: 100%;
    height: 0;
    padding-top: 135%;
    background-image: url(../img/co02/co01_kv.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#ulos_gmw .co03_kv{
    width: 100%;
    height: 0;
    padding-top: 135%;
    background-image: url(../img/co03/co01_kv.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#ulos_gmw .co04_kv{
    width: 100%;
    height: 0;
    padding-top: 135%;
    background-image: url(../img/co04/co01_kv.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#ulos_gmw .co05_kv{
    width: 100%;
    height: 0;
    padding-top: 135%;
    background-image: url(../img/co05/co01_kv.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#ulos_gmw .co06_kv{
    width: 100%;
    height: 0;
    padding-top: 135%;
    background-image: url(../img/co06/co01_kv.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#ulos_gmw .co07_kv{
    width: 100%;
    height: 0;
    padding-top: 135%;
    background-image: url(../img/co07/co01_kv.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#ulos_gmw .co08_kv{
    width: 100%;
    height: 0;
    padding-top: 135%;
    background-image: url(../img/co08/co01_kv.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#ulos_gmw .co09_kv{
    width: 100%;
    height: 0;
    padding-top: 135%;
    background-image: url(../img/co09/co01_kv.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#ulos_gmw .co10_kv{
    width: 100%;
    height: 0;
    padding-top: 135%;
    background-image: url(../img/co10/co01_kv.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#ulos_gmw .co11_kv{
    width: 100%;
    height: 0;
    padding-top: 135%;
    background-image: url(../img/co11/co01_kv.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#ulos_gmw .co12_kv{
    width: 100%;
    height: 0;
    padding-top: 135%;
    background-image: url(../img/co12/co01_kv.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#ulos_gmw .co01_copy{
    padding-top: 0%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 55%;
    left: 0;
    width: 25%;
    height: fit-content;
    margin: auto;
}
#ulos_gmw .co01_img{
    padding-top: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 35%;
    height: fit-content;
    margin: auto;
}
#ulos_gmw .co01_base{
    width: 100%;
    height: auto;
	background-color: #000;
    position: relative;
	box-sizing: border-box;
	padding-bottom: 1%;
}
#ulos_gmw .Item-Content-Flg1 {/*三角形左上*/
  position: absolute;
  top: 1%;
  left: 1%;
  border-left: 25px solid #00a028;
  border-bottom: 25px solid transparent;
}
#ulos_gmw .co01_dl{ padding: 0 0 15%;}
#ulos_gmw .co01_title{
    padding: 8% 0 3% 0;
    width: 20%;
    height: fit-content;
    margin: auto;
}
#ulos_gmw .co01_dl_title{
  	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  	font-weight: bold;
  	font-size: 4vw;
  	line-height: 2;
  	color: #00a028;
    position: relative;
    padding: 8% 10% 3% 10%;
	font-feature-settings: "palt";
	text-align:justify;
	text-align-last: center;
}
#ulos_gmw .dl_btn{
	width: 90%;
	column-count: 2;
	margin: 0 5% 10%;
	padding: 3% 5%;
}
#ulos_gmw .dl_btn01 a{
  	text-align: center;
  	font-weight: bold;
  	font-size: 4.1vw;
  	line-height: 1.8;
  	color: #fff;
	letter-spacing: 0.15em;
    position: relative;
    padding: 2% 0 2% 0;
	display: block;
	width: 90%;
	margin: 0 5% 0 5%;
	border: 1.5px solid;
}

#ulos_gmw .co01_name_s{
  	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  	font-weight: bold;
  	font-size: 4vw;
  	line-height: 2;
  	color: #00a028;
    position: relative;
    padding: 8% 10% 0 10%;
	text-align:justify;
	text-align-last: center;
	letter-spacing : 0.42em;
}
#ulos_gmw .co01_name{
  	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  	font-weight: bold;
  	font-size: 4.5vw;
  	line-height: 2;
  	color: #fff;
    position: relative;
    padding: 1% 10% 1% 10%;
	text-align-last: center;
	letter-spacing : 0.42em;
}
#ulos_gmw .co01_name01{
  	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  	font-weight: bold;
  	font-size: 4.5vw;
  	line-height: 2;
  	color: #fff;
    position: relative;
    padding: 1% 10% 1% 10%;
	text-align-last: center;
	letter-spacing : 0.42em;
}
#ulos_gmw .co01_name02{
  	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  	font-weight: bold;
  	font-size: 4.5vw;
  	line-height: 2;
  	color: #fff;
    position: relative;
    padding: 1% 10% 1% 10%;
	text-align-last: center;
	letter-spacing : 0.42em;
}
#ulos_gmw .co01_name01 span{
  	font-size: 4vw;
	letter-spacing : 0.1em;
}
#ulos_gmw .co01_txt{
  	font-size: 3.1vw;
  	line-height: 1.5;
  	color: #fff;
    position: relative;
    padding: 1% 10% 3% 10%;
	font-feature-settings: "palt";
	text-align:justify;
	text-align-last: center;
  	font-family: "Noto Sans JP", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
}
#ulos_gmw .co01_txt01{
  	font-size: 3.1vw;
  	line-height: 1.5;
  	color: #fff;
    position: relative;
    padding: 1% 10% 3% 10%;
	font-feature-settings: "palt";
	text-align:justify;
	text-align-last: center;
  	font-family: "Noto Sans JP", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
}
#ulos_gmw .dli-chevron-round-right_w {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  position: relative;
  width: 0.7em;
  height: 0.7em;
  transform: translateX(-25%) rotate(45deg);
}

#ulos_gmw .dli-chevron-round-right_w::before, #ulos_gmw .dli-chevron-round-right_w::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}

#ulos_gmw .dli-chevron-round-right_w::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}

#ulos_gmw .dli-chevron-round-right_w::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}

/*================================

WORLD GO MY WAY インスタ

=================================*/
#ulos_gmw .insta_base{
	width: 80%;
	height: auto;
	background-color: #000;
    position: relative;
	display: block;
	margin: 0 10% 10% 10%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#ulos_gmw .insta{
    padding: 2% 0 2% 0;
    width: 100%;
    height: fit-content;
    margin: auto;
}


/*================================

WORLD GO MY WAY メキシコ

=================================*/

#ulos_gmw .wg01_kv{
    width: 100%;
    height: 0;
    padding-top: 75%;
    background-image: url(../img/wg01/wg01_kv.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#ulos_gmw .wg01_title{
    font-size: 0;
}
#ulos_gmw .wg_img{
    padding-top: 0;
    position: absolute;
    top: -99.8%;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: fit-content;
    margin: auto;
}
#ulos_gmw .wg01_base{
    width: 100%;
    height: auto;
	background-color: #000;
    position: relative;
	box-sizing: border-box;
	padding-bottom: 1%;
}
#ulos_gmw .wg_name{
    padding: 25% 0 0 0;
    width: 20%;
    height: fit-content;
    margin: auto;
}
#ulos_gmw .wg_name01{
    padding: 25% 0 0 0;
    width: 27%;
    height: fit-content;
    margin: auto;
}
#ulos_gmw .wg01_name{
  	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  	font-weight: bold;
  	font-size: 3.8vw;
  	line-height: 2;
  	color: #fff;
    position: relative;
    padding: 0 10% 0 10%;
	text-align:justify;
	text-align-last: center;
	font-feature-settings: "palt";
}
#ulos_gmw .wg_copy{
    padding: 2% 0 5% 0;
    width: 80%;
    height: fit-content;
    margin: auto;
}
#ulos_gmw .wg_photo{
    padding: 0 0 5% 0;
    width: 80%;
    height: fit-content;
    margin: auto;
}
#ulos_gmw .wg_title{
  	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  	font-weight: bold;
  	font-size: 4.5vw;
  	line-height: 2;
  	color: #fff;
    position: relative;
    padding: 1% 10% 1% 10%;
	text-align-last: left;
	letter-spacing : 0.2em;
}
#ulos_gmw .wg_txt{
  	font-weight: bold;
  	font-size: 3.1vw;
  	line-height: 1.7;
  	color: #fff;
    position: relative;
    padding: 1% 10% 15% 10%;
	font-feature-settings: "palt";
	text-align:justify;
	text-align-last: left;
}
#ulos_gmw .gomy{
	text-align: right;
	width: 25%;
	margin: 0% 0 15% 75%;
}
#ulos_gmw .wg01_link{
	text-align: right;
	width: 30vw;
	margin: 0 5% 30% 175%;
}
#ulos_gmw .wg01_blink{
	float: left;
	width: 15vw;
	margin: 55% 0 0 6%;
}
/*================================

WORLD GO MY WAY アイスランド

=================================*/

#ulos_gmw .wg02_kv{
    width: 100%;
    height: 0;
    padding-top: 75%;
    background-image: url(../img/wg02/wg02_kv.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#ulos_gmw .wg02_title{
    font-size: 0;
}
#ulos_gmw .wg02_base{
    width: 100%;
    height: auto;
	background-color: #000;
    position: relative;
	box-sizing: border-box;
	padding-bottom: 1%;
}
#ulos_gmw .wg02_name{
  	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  	font-weight: bold;
  	font-size: 3.8vw;
  	line-height: 2;
  	color: #fff;
    position: relative;
    padding: 0 10% 0 10%;
	text-align:justify;
	text-align-last: center;
	font-feature-settings: "palt";
}

#ulos_gmw .wg02_link{
	text-align: right;
	width: 30vw;
	margin: 0 5% 30% 175%;
}
#ulos_gmw .wg01_blink{
	float: left;
	width: 15vw;
	margin: 55% 0 0 6%;
}
#ulos_gmw .wg_block04{
display: flex;
width: 100%;
}
/*================================

WORLD GO MY WAY スリランカ

=================================*/

#ulos_gmw .wg03_kv{
    width: 100%;
    height: 0;
    padding-top: 75%;
    background-image: url(../img/wg03/wg03_kv.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#ulos_gmw .wg03_title{
    font-size: 0;
}
#ulos_gmw .wg03_base{
    width: 100%;
    height: auto;
	background-color: #000;
    position: relative;
	box-sizing: border-box;
	padding-bottom: 1%;
}
#ulos_gmw .wg03_name{
  	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  	font-weight: bold;
  	font-size: 3.8vw;
  	line-height: 2;
  	color: #fff;
    position: relative;
    padding: 0 10% 0 10%;
	text-align:justify;
	text-align-last: center;
	font-feature-settings: "palt";
}

#ulos_gmw .wg03_link{
	text-align: right;
	width: 30vw;
	margin: 0 5% 30% 175%;
}
#ulos_gmw .wg01_blink{
	float: left;
	width: 15vw;
	margin: 55% 0 0 6%;
}
#ulos_gmw .wg_block04{
display: flex;
width: 100%;
}
/*================================

WORLD GO MY WAY ニュージーランド

=================================*/

#ulos_gmw .wg04_kv{
    width: 100%;
    height: 0;
    padding-top: 75%;
    background-image: url(../img/wg04/wg04_kv.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#ulos_gmw .wg04_title{
    font-size: 0;
}
#ulos_gmw .wg04_base{
    width: 100%;
    height: auto;
	background-color: #000;
    position: relative;
	box-sizing: border-box;
	padding-bottom: 1%;
}
#ulos_gmw .wg04_name{
  	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  	font-weight: bold;
  	font-size: 3.8vw;
  	line-height: 2;
  	color: #fff;
    position: relative;
    padding: 0 10% 0 10%;
	text-align:justify;
	text-align-last: center;
	font-feature-settings: "palt";
}

#ulos_gmw .wg04_link{
	text-align: right;
	width: 30vw;
	margin: 0 5% 30% 175%;
}
#ulos_gmw .wg01_blink{
	float: left;
	width: 15vw;
	margin: 55% 0 0 6%;
}
#ulos_gmw .wg_block04{
display: flex;
width: 100%;
}
/*================================

WORLD GO MY WAY カナダ

=================================*/

#ulos_gmw .wg05_kv{
    width: 100%;
    height: 0;
    padding-top: 75%;
    background-image: url(../img/wg05/wg05_kv.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#ulos_gmw .wg05_title{
    font-size: 0;
}
#ulos_gmw .wg05_base{
    width: 100%;
    height: auto;
	background-color: #000;
    position: relative;
	box-sizing: border-box;
	padding-bottom: 1%;
}
#ulos_gmw .wg05_name{
  	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  	font-weight: bold;
  	font-size: 3.8vw;
  	line-height: 2;
  	color: #fff;
    position: relative;
    padding: 0 10% 0 10%;
	text-align:justify;
	text-align-last: center;
	font-feature-settings: "palt";
}

#ulos_gmw .wg05_link{
	text-align: right;
	width: 30vw;
	margin: 0 5% 30% 175%;
}
#ulos_gmw .wg01_blink{
	float: left;
	width: 15vw;
	margin: 55% 0 0 6%;
}
#ulos_gmw .wg_block04{
display: flex;
width: 100%;
}
/*================================

GO TO MOUNTAIN

=================================*/


#ulos_gmw .gm01_kv{
    width: 90%;
	margin: 5%;
    height: 0;
    padding-top: 60%;
    background-image: url(../img/gm01/gm01_kv.png);
	background-position: 0% 35%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	font-size: 0;
}
#ulos_gmw .gm01_img{
    padding-top: 0;
    position: absolute;
    top: -3.2%;
    bottom: 0;
    right: 0;
    left: -6%;
    width: 106%;
    height: fit-content;
    margin: auto;
}
#ulos_gmw .gm01_base{
    width: 100%;
    height: auto;
	background-color: #fff;
    position: relative;
	box-sizing: border-box;
}
#ulos_gmw .gm01_copy01{
	font-family: "Noto Sans JP", sans-serif;
  	font-weight: 500;
  	font-size: 4vw;
  	line-height: 2;
  	color: #000;
    position: relative;
    padding: 15% 5% 25% 5%;
	font-feature-settings: "palt";
	text-align:justify;
	text-align-last: left;
}
#ulos_gmw .gm01_bg01{
    background-image: url(../img/gm01/gm01_bg01.png);
	background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
	background-color: #00a028;
    position: relative;
	box-sizing: border-box;
}
#ulos_gmw .gm01_copy02{
	font-family: "Noto Sans JP", sans-serif;
  	font-weight: 500;
  	font-size: 4.2vw;
  	line-height: 2;
  	color: #fff;
    position: relative;
	width: 100%;
    padding: 20% 16% 10%;
	font-feature-settings: "palt";
	text-align:justify;
	text-align-last: left;
	letter-spacing : 0.1em;
}
#ulos_gmw .gm01_scopy{
    width: 80%;
    height: 100vw;
    padding: 0 0 10%;
	margin: 0 auto;
	position: relative;
}
#ulos_gmw .gm01_scopy01{
    width: 46%;
    height: auto;
	position: absolute;
	top: 15vw;
}
#ulos_gmw .gm01_scopy02{
    width: 46%;
    height: auto;
	position: absolute;
	top: -5vw;
	left: 42vw
}
#ulos_gmw .gm01_scopy03{
    width: 46%;
    height: auto;
	position: absolute;
	top: 42vw;
	left: 35vw
}

#ulos_gmw .gm01_con{
    width: 100%;
    height: auto;
	background-color: #fff;
    position: relative;
	box-sizing: border-box;
}
#ulos_gmw .gm01_title01{
    padding-top: 0;
    position: absolute;
    top: -4%;
    bottom: 0;
    right: 0;
    left: 0;
    width: 55vw;
    height: fit-content;
    margin: 0 auto;
}
#ulos_gmw .gm01_cimg{
    padding-top: 35vw;
    width: 55vw;
    height: fit-content;
    margin: 0 auto;
}
#ulos_gmw .gm01_howto{
    padding-top: 25vw;
    width: 30vw;
    height: fit-content;
    margin: 0 auto;
}
#ulos_gmw .gm01_copy03{
	font-family: "Noto Sans JP", sans-serif;
  	font-weight: 500;
  	font-size: 3.8vw;
  	line-height: 2;
  	color: #000;
    position: relative;
	width: 100%;
    padding: 8% 8% 0;
	margin: 0 0 50%;
	font-feature-settings: "palt";
	text-align:justify;
	text-align-last: center;
}
#ulos_gmw .gm01_copy03 span{
  	font-weight: bold;
  	font-size: 4.3vw;
	border-bottom: 1px solid;
	padding-bottom: 0.3%;
}

#ulos_gmw .gm01_bg02{
    background-image: url(../img/gm01/gm01_bg02.png);
	background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 50vw;
	background-color: #00a028;
    position: relative;
	box-sizing: border-box;
}
#ulos_gmw .gm01_bg03{
    background-image: url(../img/gm01/gm01_bg03.png);
	background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 50vw;
	background-color: #00a028;
    position: relative;
	box-sizing: border-box;
}
#ulos_gmw .gm01_bg04{
    background-image: url(../img/gm01/gm01_bg04.png);
	background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 72vw;
	background-color: #00a028;
    position: relative;
	box-sizing: border-box;
}

#ulos_gmw .gm01_01{
    padding-top: 0;
    position: absolute;
    top: -10vw;
    bottom: 0;
    right: 0;
    left: 0;
    width: 22vw;
    height: fit-content;
    margin: 0 auto;
}

#ulos_gmw .gm01_copy04{
	font-family: "Noto Sans JP", sans-serif;
  	font-weight: 500;
  	font-size: 4.8vw;
  	line-height: 1.7;
  	color: #000;
    position: relative;
	width: 100%;
    padding: 16% 10% 8%;
	font-feature-settings: "palt";
	text-align:justify;
	text-align-last: center;
	letter-spacing : 0.1em;
}
#ulos_gmw .gm01_con01{
    width: 100%;
    height: auto;
	background-color: #fff;
    position: relative;
	box-sizing: border-box;
}
#ulos_gmw .gm01_img01{
    padding-top: 0;
    position: absolute;
    top: -10vw;
    bottom: 0;
    right: 0;
    left: 0;
    width: 65vw;
    height: fit-content;
    margin: 0 auto;
}
#ulos_gmw .gm01_img02{
    padding-top: 0;
    position: absolute;
    top: -10vw;
    bottom: 0;
    right: 0;
    left: 0;
    width: 80vw;
    height: fit-content;
    margin: 0 auto;
}
#ulos_gmw .gm01_icon01{
    padding-top: 58vw;
    width: 25vw;
    height: fit-content;
    margin: 0 auto;
}
#ulos_gmw .gm01_iname{
  	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  	font-weight: bold;
  	font-size: 5vw;
  	color: #000;
    padding-top: 5vw;
    width: 50%;
    height: fit-content;
    margin: 0 auto;
	letter-spacing : 0.2em;
	text-align:justify;
	text-align-last: center;
}
#ulos_gmw .two_con{
	width: 80%;
	margin: 0 auto;
}
#ulos_gmw .gm01_arrow{
    padding-top: 0;
    width: 10vw;
    height: fit-content;
    margin: -35% auto 15vw;
	display: block;
	text-align: center;
}
#ulos_gmw .gm01_arrow img{
    width: 3vw;
    height: auto;
}
#ulos_gmw .gm01_special{
    padding-top: 90vw;
    width: 40vw;
    height: fit-content;
    margin: 0 auto;
}

#ulos_gmw .gm01_copy05{
	font-family: "Noto Sans JP", sans-serif;
  	font-weight: 500;
  	font-size: 4vw;
  	line-height: 2;
  	color: #000;
    position: relative;
	width: 100%;
    padding: 10% 10% 10%;
	font-feature-settings: "palt";
	text-align:justify;
	text-align-last: center;
	letter-spacing : 0.1em;
}
#ulos_gmw .gm01_coming{
    padding-top: 20vw;
    width: 25vw;
    height: fit-content;
    margin: 0 auto 40%;
}

/*================================

スクロールアニメーション

=================================*/

#ulos_gmw .fadein {
  opacity: 0;
  animation-name: fadein;
  animation-duration: 1.5s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
@keyframes fadein {
  0% {
     opacity: 0;
     transform: translateY(20px);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
}
#ulos_gmw .fade-in {
    opacity: 0;
    transition-duration: 1000ms;
    transition-property: opacity, transform;
  }
  
#ulos_gmw .fade-in-up {
    transform: translate(0, 50px);
  }
  
#ulos_gmw .fade-in-down {
    transform: translate(0, -50px);
  }
  
#ulos_gmw .fade-in-left {
    transform: translate(-50px, 0);
  }
  
#ulos_gmw .fade-in-right {
    transform: translate(50px, 0);
  }
  
#ulos_gmw .scroll-in {
    opacity: 1;
    transform: translate(0, 0);
  }


#ulos_gmw .img-wrap {
  opacity: 0;
}

#ulos_gmw .img-animation {
  animation: img-opacity 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  overflow: hidden;
  position: relative;
}

#ulos_gmw .img-animation::before {
  animation: img-animation 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: '';
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

@keyframes img-opacity {
  100% {
    opacity: 1;
  }
}

@keyframes img-animation {
  100% {
    transform: translateX(100%);
  }
}