@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

#lrgs{
	font-family: 'Noto Sans JP',"Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
  padding: 80px 0;
	min-width: 1100px;
	max-width: 100%;
	min-height: 30px;
  color: #FFF;
  letter-spacing: .05em;
	overflow: hidden;
  background: #000;
}

#lrgs h1,
#lrgs h2,
#lrgs h3,
#lrgs h4,
#lrgs h5{
  font-weight: 700;
}

#lrgs * {
  box-sizing: border-box
}
#lrgs *:before,#lrgs *:after {
  box-sizing: border-box
}

#lrgs .lrgs_inner{
  max-width: 1100px;
  margin: 0 auto;
}

#lrgs img{
  max-width: 100%;
  width: auto;
  height: auto;
}

#lrgs a{
  color: #000;
  transition: .3s opacity;
}

@media screen and (min-width:769px){
  #lrgs a:hover{
    opacity: .6;
  }
}

#lrgs .roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

#lrgs .mv{
  height: 855px;
  position: relative;
  z-index: 1;
}
#lrgs .mv h1{
  width: 685px;
  margin: 0 auto;
}

#lrgs .mv > div{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#lrgs .mv > div img{
  max-width: inherit;
  height: 855px;
}

#lrgs .p_nav{
  margin-top: -70px;
  margin-bottom: 120px;
  text-align: center;
  position: relative;
  z-index: 2;
}
#lrgs .p_nav h2{
  margin-bottom: 30px;
}
#lrgs .p_nav h2 span{
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #edd06e;
  display: block;
  margin-bottom: 30px;
}

#lrgs .p_nav h2 img{
  width: 660px;
}

#lrgs .p_nav ul{
  display: flex;
  justify-content: space-between;
}

#lrgs .p_nav ul img{
  height: 345px;
}

#lrgs .l_line{
  padding-left: 25px;
  position: relative;
}

#lrgs .l_line::before{
  content: "";
  width: 6px;
  height: 83%;
  background: #ad8c29;
  margin-top: .05em;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

#lrgs .note {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  opacity: 0.6;
}

#lrgs .tb_line{
  padding: 35px 0;
  position: relative;
}

#lrgs .tb_line::before,
#lrgs .tb_line::after{
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 20%, rgba(173, 140, 41, 1) 50%, rgba(0, 0, 0, 1) 80%);
  position: absolute;
  left: 0;
}

#lrgs .tb_line::before{
  top: 0;
}

#lrgs .tb_line::after{
  bottom: 0;
}

#lrgs .intro > h2{
  width: 650px;
  margin-bottom: 65px;
}

#lrgs .intro > p{
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 65px;
}

#lrgs .intro h3{
  width: 420px;
  font-size: 12px;
  line-height: 1;
  margin: 0 auto;
}

#lrgs .intro .tb_line{
  margin-bottom: 65px;
}

#lrgs .intro .video {
  max-width: 800px;
  margin: 20px auto 40px;
}

#lrgs .intro .video video {
  width: 100%;
}

#lrgs .popup_box{
  position: relative;
}

#lrgs .popup_box div{
  position: absolute;
  top: 277px;
  z-index: 1;
}

#lrgs .popup_box div.popup01{
  left: 275px;
}

#lrgs .popup_box div.popup02{
  right: 344px;
}

#lrgs .popup_box div span{
  width: 23px;
  height: 23px;
  display: block;
  border-radius: 50%;
  background-image: linear-gradient(180deg, rgba(246, 226, 123, 1), rgba(179, 145, 41, 1) 70%);
  cursor: pointer;
  position: relative;
  z-index: 2;
}

#lrgs .popup_box div::before,
#lrgs .popup_box div::after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(246, 226, 123, 1), rgba(179, 145, 41, 1) 70%);
  border-radius: 50%;
  display: block;
  box-sizing: border-box;
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: pulsate 2s linear infinite;
  z-index: -1;
}

#lrgs .popup_box div::after {
  animation-delay: 1s;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

#lrgs .intro .detail {
  position: relative;
  z-index: 1;
	margin: -20px 0 20px;
	display: flex;
	align-items: center;
}
#lrgs .intro .detail p {
	line-height: 2;
}

#lrgs .linkBtn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 200px;
	height: 50px;
	background-color: #00442d;
  color: #fff;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	transition: all 0.2s;
}
#lrgs .linkBtn:hover {
	opacity: 0.7;
}
#lrgs .linkBtn::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform-origin: right top;
	transform: rotate(45deg);
}

#lrgs .intro .note{
  font-size: 12px;
  line-height: 1.5;
  color: #b3b3b3;
  margin-bottom: 50px;
  font-feature-settings: "palt";
  position: relative;
  z-index: 1;
}


#lrgs .popup{
  width: 500px;
  color: #000;
  padding: 40px 0;
  background: rgba(255,255,255,.9);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-45%);
  z-index: 102;
  display: none;
}

#lrgs .popup section{
  display: none;
}

#lrgs .popup > div{
  width: 100%;
  max-height: 70vh;
  padding: 0 50px;
  box-sizing: border-box;
  overflow: auto;
}

#lrgs .popup h2{
  font-size: 16px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 10px;
  padding-left: 5px;
  border-left: 4px solid #000;
}

#lrgs .popup .popup01 h2:first-of-type{
  color: #548234;
  border-left-color: #548234;
}

#lrgs .popup .popup01 h2:nth-of-type(2){
  color: #8e2e33;
  border-left-color: #8e2e33;
}

#lrgs .popup .popup01 h2:last-of-type(){
  color: #0e4e6e;
  border-left-color: #0e4e6e;
}

#lrgs .popup p{
  font-size: 12px;
  line-height: 1.7;
  font-weight: 400;
  margin-top: 5px;
}

#lrgs .popup p + h2{
  margin-top: 35px;
}

#lrgs .popup .p_close{
  width: 40px;
  position: absolute;
  top: -40px;
  right: 0;
  cursor: pointer;
}

#lrgs .ren{
  width: 750px;
  margin: 0 auto 55px;
}

@media screen and (min-width:769px){
  #lrgs .co_title{
    height: 700px;
    text-align: center;
    background: url("/.resources/webresources/special/lrgs/lrgs/images/co_title_bk.png") center top repeat-x;
    background-size: auto 100%;
    padding-top: 50px;
    margin-bottom: 125px;
    box-sizing: border-box;
    position: relative;
  }
}

#lrgs .co_title::after{
  content: "";
  width: 145px;
  height: 1px;
  background-image: linear-gradient(90deg, rgba(230, 211, 115, 1), rgba(147, 120, 36, 1));
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
}

#lrgs .co_title > div{
  width: 1100px;
  margin: 0 auto;
}

#lrgs .co_title h2{
  margin-bottom: 45px;
}

#lrgs .co_title p img{
  height: 65px;
}

#lrgs .co_title p + p{
  margin-top: 40px
}

#lrgs .co_title p + p img{
  height: 85px;
}

#lrgs #co01 .lrgs_inner h2{
  width: 922px;
  margin-bottom: 75px;
}

#lrgs #co01 .lrgs_inner h3.l_line{
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 25px;
}

#lrgs #co01 .lrgs_inner p{
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 35px;
}

#lrgs #co01 .tb_line{
  padding: 20px 0;
}

#lrgs #co01 .tb_line h3{
  font-size: 20px;
  line-height: 1.8;
  text-align: center;
}

#lrgs #co01 .tb_line h3 span{
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  display: block;
}

#lrgs #co01 .tb_line h3 span i{
  margin-right: .8em;
  display: inline-block;
  background: linear-gradient(90deg, #f6e27b 0%, #ad8c29 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#lrgs #co01 .pic01{
  width: 900px;
  display: block;
  margin: 0 auto 50px;
}

#lrgs #co01 .pic02{
  width: 750px;
  display: block;
  margin: 0 auto 35px;
}

#lrgs .c2{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-flow: wrap;
  gap: 45px 0;
}

#lrgs .link_box{
  width: 525px;
  min-height: 570px;
  padding-top: 55px;
  background: #191919;
  position: relative;
}

#lrgs .link_box p.option{
  width: auto;
  height: 45px;
  font-size: 17px;
  line-height: 45px;
  font-weight: 600;
  color: #FFF;
  background: #10442d;
  padding: 0 13px 0 5px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#lrgs .link_box p.option::before{
  content: "";
  border-top: 45px solid #10442d;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%);
  z-index: -1;
}

#lrgs .link_box > div{
  padding: 0 30px 20px;
}

#lrgs .link_box > div h2{
  font-family: "Roboto", 'Noto Sans JP',"Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: .08em;
  padding-left: 15px;
  margin-bottom: 20px;
  position: relative;
}

#lrgs .link_box > div h2::before{
  content: "";
  width: 3px;
  height: 95%;
  background: #ad8c29;
  position: absolute;
  top: 0;
  left: 0;

}

#lrgs .link_box > div h2 span{
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: .02em;
  display: block;
  margin-bottom: 8px;
}

#lrgs .link_box > div h2 strong{
  font-size: 50px;
  font-weight: normal;
}

#lrgs .link_box > div h2 small{
  margin: 0 10px 0 5px;
  font-size: 20px;
}

#lrgs .link_box > div p{
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: normal;
  white-space: nowrap;
}

#lrgs .link_box img{
  display: block;
  margin-bottom: 30px;
}

#lrgs #co03 .co_title{
  padding-top: 90px;
  margin-bottom: 70px;
}

#lrgs #co03 .co_title::after{
  bottom: 0;
}

#lrgs #co03 .lrgs_inner{
  position: relative;
  z-index: 1;
}

#lrgs #co03 .lrgs_inner > h2{
  width: 900px;
}

#lrgs #co03 .lrgs_inner > p.note{
  font-size: 12px;
  line-height: 1;
  color: #b3b3b3;
  margin-top: 10px;
  margin-bottom: 35px;
}

#lrgs #co03 .lrgs_inner h3.l_line{
  font-size: 24px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 25px;
  font-feature-settings: "palt";
}

#lrgs #co03 .c2 {
  margin-bottom: 30px;
}

#lrgs #co03 .c2 > div{
  width: 550px;
  text-align: center;
}

#lrgs #co03 .c2 > div + div{
  width: 480px;
}

#lrgs #co03 .c2 p{
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}


#lrgs #co03 .c2 figcaption{
  font-size: 18px;
  line-height: 1.6;
  display: block;
  margin-top: 5px;
}

#lrgs .v_animation{
  height: 620px;
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
}

#lrgs .v_animation > img{
  width: 1%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
}

#lrgs .v_animation div{
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  box-sizing: border-box;
}

#lrgs .v_animation div > img{
  width: auto;
  height: 45px;
  position: absolute;
  top: 0;
  right: 0;
}

#lrgs .re_animation{
  font-size: 14px;
  line-height: 1;
  color: #787878;
  text-align: center;
  margin-bottom: 120px;
  opacity: 0;
  transition: .3s opacity;
}

#lrgs .re_animation.on{
  opacity: 1;
}

#lrgs .re_animation.on span{
  pointer-events: inherit;
}

#lrgs .re_animation span{
  cursor: pointer;
  pointer-events: none;
  padding-left: 25px;
  position: relative;
  transition: .6s opacity;
}

#lrgs .re_animation span::before{
  content: "";
  width: 20px;
  height: 20px;
  background: url("/.resources/webresources/special/lrgs/lrgs/images/icon_re_animation.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

@media screen and (min-width:769px){
  #lrgs .re_animation span:hover{
    opacity: .5;
  }
}

#lrgs .exp > h2{
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
  background: linear-gradient(90deg, #f6e27b 0%, #ad8c29 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#lrgs .exp .tb_line h3{
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

#lrgs .exp .model{
  font-family: "Roboto", 'Noto Sans JP',"Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 16px;
  line-height: 1;
  margin: 20px 0 30px;
  text-align: center;
}

#lrgs .exp > p{
  font-size: 16px;
  line-height: 1.8
}

#lrgs .screen{
  display: flex;
  justify-content: space-between;
  padding-top: 70px;
  margin-top: 30px;
  position: relative;
}

#lrgs .screen > div{
  width: 800px;
}

#lrgs .screen > div + div{
  width: 280px;
}

#lrgs .screen h3{
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  background: #f7931e;
  margin-bottom: 10px;
  text-align: center;
}

#lrgs .screen li:nth-of-type(2) h3{
  background: #0071bc
}

#lrgs .screen li:last-of-type h3{
  background: #39b54a
} 

#lrgs .screen p{
  font-size: 16px;
  line-height: 1.8;
}

#lrgs .screen p.note{
  font-size: 12px;
  line-height: 1.5;
  color: #b3b3b3;
  margin-top: 10px;
}

#lrgs .screen li:last-of-type{
  margin-top: 20px;
}

#lrgs .screen li:first-child{
  padding-left: 130px;
  position: absolute;
  top: 0;
  left: 0;
}

#lrgs .screen li:first-child h3{
  width: 115px;
  position: absolute;
  top: 0;
  left: 0;
}

#lrgs .screen li:first-child p{
  transform: translateY(-.3em)
}

#lrgs .post{
  text-align: center;
  padding-bottom: 70px;
  margin: 40px 0;
  background: url("/.resources/webresources/special/lrgs/lrgs/images/o_aw.png") no-repeat center bottom;
  background-size: 90px auto;
}

#lrgs .post p{
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  background: linear-gradient(90deg, #f6e27b 0%, #ad8c29 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#lrgs .ol_list{
  margin-bottom: 45px;
}
#lrgs .ol_list h2{
  font-size: 26px;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
}

#lrgs .ol_list ol{
  display: flex;
  justify-content: space-between;
}

#lrgs .ol_list ol li{
  width: 320px;
}

#lrgs .ol_list ol li h3{
  height: 50px;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-feature-settings: "palt";
  white-space: nowrap;
  position: relative;
}

#lrgs .ol_list ol li h3 span{
  font-family: "Roboto", 'Noto Sans JP',"Hiragino Sans","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro","游ゴシック", "Yu Gothic", YuGothic,"メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  width: 50px;
  height: 50px;
  font-size: 25px;
  line-height: 50px;
  text-align: center;
  color: #000;
  display: block;
  background-image: linear-gradient(90deg, rgba(230, 211, 115, 1), rgba(147, 120, 36, 1));
}

#lrgs .ol_list ol li h3 i{
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translateY(-50%);
}

#lrgs .ol_list ol li h3 sup{
  font-size: 50%;
}

#lrgs .ol_list p.note{
  font-size: 12px;
  line-height: 1.3;
  color: #b3b3b3;
  margin-top: 20px;
  font-feature-settings: "palt";
}

#lrgs .exp .tb_line.mt{
  margin-top: 115px;
}

#lrgs .exp .apple{
  margin: 40px 0 60px;
}

#lrgs .exp .apple img{
  display: block;
  margin-bottom: 50px;
}


#lrgs .flink{
  display: flex;
  justify-content: space-between;
}

#lrgs .flink > div{
  width: 525px;
}

#lrgs .flink a{
  display: block;
  position: relative;
}

#lrgs .flink a::after{
  content: "";
  width: 40px;
  height: 40px;
  background: url("/.resources/webresources/special/lrgs/lrgs/images/icon_btn.png") no-repeat center center,linear-gradient(90deg, rgba(230, 211, 115, 1), rgba(147, 120, 36, 1));
  background-size: 20px auto, cover;
  position: absolute;
  bottom: 0;
  right: 0;
}

#lrgs .flink p{
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  margin-top: 10px;
}

#lrgs  .logo_box{
  margin-top: 65px;
  margin-bottom: 110px;
}

#lrgs .logo{
  width: 1100px;
  margin: 0 auto 20px;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start;
  gap: 10px;
}

#lrgs .logo a{
  width: 175px;
  display: block;
}

#lrgs  .logo img{
  border: 1px solid #00412e;
  vertical-align: top;
}

#lrgs  .logo_box > p{
  text-align: center;
  font-size: 16px;
}

#lrgs .logo_box h3{
  font-size: 18px;
  line-height: 1;
  color: #FFF;
  font-weight: normal;
  text-align: center;
  margin-bottom: 30px;
}

#lrgs .cashback {
  margin: 30px 0 0;
	text-align: center;
}

#lrgs .lrgs_btn{
  width: 405px;
  height: 80px;
  font-size: 20px;
  line-height: 80px;
  font-weight: 600;
  text-align: center;
  color: #000;
  background-image: linear-gradient(90deg, rgba(230, 211, 115, 1), rgba(147, 120, 36, 1));
  display: block;
  margin: 0 auto;
  position: relative;
}

#lrgs .lrgs_btn::after{
  content: "";
  width: 25px;
  height: 25px;
  background: url("/.resources/webresources/special/lrgs/lrgs/images/icon_btn.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.main-section-no-margin{
  display: none;
}

footer {
    padding-top: 0;
}

#lrgs .sp{
  display: none;
}

#lrgs .pc{
  display: block;
  margin: 0 auto;
}

@media screen and (max-width:768px){
  
 #lrgs .sp{
    display: block !important;
  }

 #lrgs .pc{
    display: none !important;
    margin: 0;
  }
  
  #lrgs{
    width: 100%;
    font-size: 3.5vw;
    font-weight: 600;
    margin: 0 auto;
    min-width: inherit;
    overflow: hidden;
    padding: 10vw 0;
    color: #FFF;
    letter-spacing: normal;
  }  
  
  #lrgs .lrgs_inner{
    max-width: 100%;
    padding: 0 4vw;
  }
  
  #lrgs img{
    max-width: inherit;
    width: 100%;
    height: auto;
  }
  
  #lrgs .lrgs_inner.np{
    padding: 0;
  }
  
  #lrgs .mv{
    height: auto;
    margin-bottom: 5vw;
  }
  #lrgs .mv h1{
    width: 100%;
  }

  #lrgs .mv > div{
    position: static;
    top: auto;
    left: auto;
    transform: translateX(0);
  }

  #lrgs .mv > div img{
    max-width: 100%;
    height: auto;
  }

  #lrgs .p_nav{
    margin-top: 0;
    margin-bottom: 10vw;
  }
  #lrgs .p_nav h2{
    margin-bottom: 5vw;
  }
  #lrgs .p_nav h2 span{
    font-size: 8vw;
    font-weight: 700;
    margin-bottom: 3vw;
  }

  #lrgs .p_nav h2 img{
    width: 100%;
  }

  #lrgs .p_nav ul{
    display: flex;
    justify-content: space-between;
    padding-top: 26vw;
    background: url("/.resources/webresources/special/lrgs/lrgs/images/nav_sp.jpg") no-repeat center top;
    background-size: 100% auto;
  }
  
  #lrgs .p_nav ul img{
    height: 25.2vw;
  }

  #lrgs .l_line{
    padding-left: 5vw;
  }

  #lrgs .l_line::before{
    width: 1.5vw;
    height: 95%;
  }

  #lrgs .tb_line{
    padding: 5vw 0;
  }

  #lrgs .tb_line::before,
  #lrgs .tb_line::after{
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(173, 140, 41, 1) 50%, rgba(0, 0, 0, 1)100%);
  }

  #lrgs .intro > h2{
    width: 100%;
    margin-bottom: 5vw;
  }

  #lrgs .intro > p{
    font-size: 4.5vw;
    line-height: 1.5;
    margin-bottom: 8vw;
  }

  #lrgs .intro h3{
    width: 100%;
  }

  #lrgs .intro .tb_line{
    margin-bottom: 8vw;
  }

  #lrgs .intro .video {
    margin: 3vw 0 5vw;
  }

  #lrgs .popup_box{
    width: 100vw;
    margin-left: -4vw;
    position: relative;
  }

  #lrgs .popup_box div{
    position: absolute;
    top: 46%;
    z-index: 1;
  }

  #lrgs .popup_box div.popup01{
    left: 22%;
  }

  #lrgs .popup_box div.popup02{
    right: 24%;
  }

  #lrgs .popup_box div span{
    width: 5vw;
    height: 5vw;
  }

	#lrgs .intro .detail {
		margin: 0 0 5vw;
		flex-direction: column;
		gap: 5vw;
	}
	#lrgs .intro .detail p {
		font-size: 3.4vw;
	}

	#lrgs .linkBtn {
		width: 55vw;
		height: 12vw;
		font-size: 3.4vw;
	}
	#lrgs .linkBtn::after {
		right: 5vw;
		width: 2.5vw;
		height: 2.5vw;
	}

  #lrgs .intro .note{
    font-size: 2.6vw;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 8vw;
  }

  #lrgs .popup{
    width: 90vw;
    padding: 5vw 0;
    transform: translate(-50%,-40%);
  }

  #lrgs .popup section{
    display: none;
  }

  #lrgs .popup > div{
    width: 100%;
    max-height: 70vh;
    padding: 0 5vw;
    box-sizing: border-box;
    overflow: auto;
  }

  #lrgs .popup h2{
    font-size: 4vw;
    line-height: 1;
    margin-bottom: 2vw;
    padding-left: 2vw;
    border-left: 1.5vw solid #000;
  }

  #lrgs .popup p{
    font-size: 2.8vw;
    line-height: 1.6;
    font-weight: 400;
    margin-top: 1vw;
  }

  #lrgs .popup p + h2{
    margin-top: 8vw;
  }

  #lrgs .popup .p_close{
    width: 8vw;
    top: -8vw;
  }

  #lrgs .ren{
    width: 100%;
    margin: 0 auto 8vw;
  }

  #lrgs .co_title{
    margin-bottom: 18vw;
    position: relative;
  }

  #lrgs .co_title::after{
    width: 20vw;
    height: 1px;
    position: absolute;
    bottom: -8vw;
  }

  #lrgs .co_title > div{
    width: 100%;
    margin: 0 auto;
  }

  #lrgs .co_title h2{
    margin-bottom: 0;
  }

  #lrgs .co_title p img{
    height: auto;
  }

  #lrgs .co_title p + p{
    margin-top: 0
  }

  #lrgs .co_title p + p img{
    height: auto;
  }

  #lrgs #co01 .lrgs_inner h2{
    width: 100%;
    margin-bottom: 5vw;
  }

  #lrgs #co01 .lrgs_inner h3.l_line{
    font-size: 4.5vw;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 5vw;
  }

  #lrgs #co01 .lrgs_inner p{
    font-size: 3.6vw;
    line-height: 1.7;
    font-weight: 400;
    margin-bottom: 8vw;
  }

  #lrgs #co01 .tb_line{
    padding: 5vw 0;
  }

  #lrgs #co01 .tb_line h3{
    font-size: 5vw;
    line-height: 1.6;
    text-align: center;
  }

  #lrgs #co01 .tb_line h3 span{
    font-size: 4vw;
    line-height: 1.8;
    font-weight: 500;
    display: block;
    margin-top: 3vw;
  }

  #lrgs #co01 .pic01{
    width: 100vw;
    margin: 0 0 8vw -4vw;
  }

  #lrgs #co01 .pic02{
    width: 100vw;
    display: block;
    margin: 0 0 4vw -4vw;
  }

  #lrgs .c2{
    display: block;
  }

  #lrgs .link_box{
    width: 100%;
    min-height: inherit;
    padding: 12vw 0 5vw;
  }
  
  #lrgs .link_box +.link_box{
    margin-top: 4vw;
  }

  #lrgs .link_box p.option{
    width: auto;
    height: 8vw;
    font-size: 2.8vw;
    line-height: 8vw;
    padding: 0 3vw 0 2vw;
  }

  #lrgs .link_box p.option::before{
    border-top: 8vw solid #10442d;
    border-right: 5vw solid transparent;
    border-left: 5vw solid transparent;
  }

  #lrgs .link_box > div{
    padding: 0 5vw 4vw;
  }

  #lrgs .link_box > div h2{
    font-size: 5.5vw;
    line-height: 1;
    font-weight: 500;
    letter-spacing: .08em;
    padding-left: 3vw;
    margin-bottom: 2vw;
  }

  #lrgs .link_box > div h2::before{
    width: .8vw;
    height: 95%;
  }

  #lrgs .link_box > div h2 span{
    font-size: 3.4vw;
    line-height: 1;
    font-weight: 400;
    letter-spacing: .02em;
    margin-bottom: 1vw;
  }

  #lrgs .link_box > div h2 strong{
    font-size: 10vw;
  }

  #lrgs .link_box > div h2 small{
    font-size: 5vw;
  }

  #lrgs .link_box > div p{
    font-size: 3.3vw;
    line-height: 1.6;
    font-weight: 400;
    white-space: normal;
  }

  #lrgs .link_box img{
    margin-bottom: 5vw;
  }

  #lrgs #co03 .co_title{
    padding-top: 0;
    margin-bottom: 20vw;
  }

  #lrgs #co03 .co_title::after{
    bottom: -8vw;
  }

  #lrgs #co03 .lrgs_inner{
    margin-top: 0;
    position: relative;
    z-index: 1;
  }

  #lrgs #co03 .lrgs_inner > h2{
    width: 100%;
  }

  #lrgs #co03 .lrgs_inner > p.note{
    font-size: 2.6vw;
    line-height: 1;
    margin-top: 1vw;
    font-weight: 400;
    margin-bottom: 8vw;
  }

  #lrgs #co03 .lrgs_inner h3.l_line{
    font-size: 5vw;
    line-height: 1.5;
    font-weight: 600;
    margin-bottom: 5vw;
  }

  #lrgs #co03 .c2 {
    margin-bottom: 30px;
  }

  #lrgs #co03 .c2 > div{
    width: 100%;
    text-align: center;
  }

  #lrgs #co03 .c2 > div + div{
    width: 100%;
    margin-top: 5vw;
  }

  #lrgs #co03 .c2 p{
    font-size: 3.6vw;
    line-height: 1.8;
    font-weight: 400;
    text-align: left;
  }


  #lrgs #co03 .c2 figcaption{
    font-size: 4.3vw;
    line-height: 1.6;
    display: block;
    margin-top: 5px;
  }

  #lrgs .v_animation{
    height: 52vw;
    margin-bottom: 5vw;
    overflow: hidden;
    position: relative;
  }

  #lrgs .v_animation > img{
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
  }
  
  #lrgs .v_animation div > img{
    width: auto;
    height: 4vw;
  }
  
  #lrgs .re_animation{
    font-size: 3.5vw;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 10vw;
  }

  #lrgs .re_animation.on span{
    pointer-events: inherit;
  }

  #lrgs .re_animation span{
    line-height: 5vw;
    display: block;
    cursor: pointer;
    pointer-events: none;
    padding-left: 5vw;
    position: relative;
  }

  #lrgs .re_animation span::before{
    width: 5vw;
    height: 5vw;
    left: 50%;
    transform: translate(-4em,-50%)
  }
  
  #lrgs .exp > h2{
    font-size: 5.5vw;
    line-height: 1;
    margin-bottom: 8vw;
    font-weight: 500;
  }

  #lrgs .exp .tb_line h3{
    font-size: 4.5vw;
    line-height: 1;
    text-align: center;
  }

  #lrgs .exp .model{
    font-size: 4vw;
    line-height: 2 !important;
    font-weight: 400;
    margin: 5vw 0;
  }

  #lrgs .exp > p{
    font-size: 3.8vw;
    line-height: 1.8;
    font-weight: 400;
  }

  #lrgs .screen{
    display: block;
    padding-top: 0;
    margin-top: 5vw;
    position: relative;
  }

  #lrgs .screen > div{
    width: 100%;
  }

  #lrgs .screen > div + div{
    width: 100%;
    margin-top: 4vw
  }
  
  #lrgs .screen li{
    position: relative;
    padding-left: 28vw;
    min-height: 10vw;
  }

  #lrgs .screen h3{
    width: 23vw;
    height: 9vw;
    font-size: 3.8vw;
    line-height: 9vw;
    background: #f7931e;
    margin-bottom: 0;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
  }

  #lrgs .screen p{
    font-size: 3.8vw;
    line-height: 1.6;
    font-weight: 400;
  }

  #lrgs .screen p.note{
    font-size: 2.6vw;
    line-height: 1.5;
    margin-top: 1vw;
  }

  #lrgs .screen li:last-of-type{
    margin-top: 3vw;
  }

  #lrgs .screen li:first-child{
    padding-left: 28vw;
    position: relative;
    top: auto;
    left: auto;
  }

  #lrgs .screen li:first-child h3{
    width: 23vw;
    position: absolute;
    top: 0;
    left: 0;
  }

  #lrgs .screen li:first-child p{
    transform: translateY(-.4em)
  }
  
  #lrgs .screen li p{
    transform: translateY(-.4em)
  }
  #lrgs .screen li:nth-of-type(2) p{
    transform: translateY(1.5vw)
  }
  
  #lrgs .screen li + li{
    margin-top: 3vw !important;
  }

  #lrgs .post{
    text-align: center;
    padding-bottom: 15vw;
    margin: 6vw 0 8vw;
    background: url("/.resources/webresources/special/lrgs/lrgs/images/o_aw.png") no-repeat center bottom;
    background-size: 20vw auto;
  }

  #lrgs .post p{
    font-size: 5vw;
    line-height: 1;
    font-weight: 600;
  }

  #lrgs .ol_list{
    margin-bottom: 5vw;
  }
  #lrgs .ol_list h2{
    font-size: 5.5vw;
    line-height: 1;
    text-align: center;
    margin-bottom: 5vw;
  }

  #lrgs .ol_list ol{
    display: block;
  }

  #lrgs .ol_list ol li{
    width: 100%;
  }
  
  #lrgs .ol_list ol li + li{
    margin-top: 5vw;
  }

  #lrgs .ol_list ol li h3{
    height: 14vw;
    font-size: 5vw;
    line-height: 1.4;
    margin-bottom: 4vw;
  }

  #lrgs .ol_list ol li h3 span{
    width: 14vw;
    height: 14vw;
    font-size: 7vw;
    line-height: 14vw;
  }

  #lrgs .ol_list ol li h3 i{
    position: absolute;
    top: 50%;
    left: 16vw;
    transform: translateY(-50%);
  }

  #lrgs .ol_list ol li h3 sup{
    font-size: 50%;
  }

  #lrgs .ol_list p.note{
    font-size: 2.6vw;
    line-height: 1.3;
    margin-top: 1vw;
  }

  #lrgs .exp .tb_line.mt{
    margin-top: 10vw;
  }
  
  #lrgs .exp .tb_line.mt h3{
    font-size: 5vw;
    line-height: 1.5;
  }

  #lrgs .exp .apple{
    margin: 5vw 0 10vw;
  }

  #lrgs .exp .apple img{
    display: block;
    margin-bottom: 3vw;
  }

  #lrgs .flink > div{
    width: 47%;
  }

  #lrgs .flink a::after{
    width: 8vw;
    height: 8vw;
    background: url("/.resources/webresources/special/lrgs/lrgs/images/icon_btn.png") no-repeat center center,linear-gradient(90deg, rgba(230, 211, 115, 1), rgba(147, 120, 36, 1));
    background-size: 4vw auto, cover;
  }

  #lrgs .flink p{
    font-size: 3.5vw;
    line-height: 1;
    font-weight: 700;
    margin-top: 1vw;
    letter-spacing: normal;
  }
  
  #lrgs  .logo_box{
    margin-top: 8vw;
    margin-bottom: 15vw;
    padding: 0;
  }
  
  #lrgs .logo{
    width: 100%;
    margin: 0 auto 3vw;
    justify-content: space-between;
    gap: 1vw 0;
  }
  
   #lrgs .logo::after{
     content: "";
     width: 31%;
     display: block;
  }

  #lrgs .logo a{
    width: 32%;
  }

  #lrgs  .logo_box > p{
    text-align: left;
    font-size: 3vw;
    text-indent: -1em;
    padding-left: 1em;
    margin: 0 4vw;
  }

  #lrgs .logo_box h3{
    font-size: 4.5vw;
    line-height: 1.4;
    font-weight: normal;
    text-align: center;
    margin-bottom: 4vw;
    margin-top: 0;
  }
  
  #lrgs .lrgs_btn{
    width: 75vw;
    height: 15vw;
    font-size: 4vw;
    line-height: 15vw;
  }

  #lrgs .lrgs_btn::after{
    width: 4vw;
    height: 4vw;
    right: 3vw;
  }

  footer {
      padding-top: 0;
  }

}