@charset "utf-8";
/* CSS Document */
/*-------------------------------------
　ページ基本設定
---------------------------------------*/
#lp_page_a03 {
  width: auto;
  margin: 30px auto;
  font-size: 14px;
  padding-bottom:20px;
  overflow:hidden;
}
/*============================================
共通
============================================*/
#lp_page_a03 .x_series_memory {
  /*width:790px;*/
  width: auto;
  margin-right:auto;
  margin-left:auto;
}
#lp_page_a03 p{
  font-size:14px;
  line-height:1.6em;
  margin:0px;
}
#lp_page_a03 h1{
  margin:0px;
}
#lp_page_a03 h2{
  margin:0px;
}
/*============================================
特長
============================================*/
.column2R #main {
  float: none;
  /*width: 805px;*/
  width: 100%;
  margin: auto;
}
.node {
  width:100%;
  clear: both;
  margin: 20px 0;
  font-size: 12px;
}

.gtxbox1{
  position: relative;
  display: flex;
  align-items: flex-start; /*画像のゆがみ防止*/
}
.gtxbox1 >img{
  width: 100%;
}

.gtxbox2{
  position: relative;
  display: block;
  text-align: center;
}
.gtxbox2 >img{
  width: 100%;
}

.box_a01{
  position: absolute;
  top:154px;
  left:79px;
}
.box_a01 h3{
  padding: 0;
  color: #fff;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 120%;
}
.box_a01 >img,.box_a02 >img,.box_a03 >img,.box_a04 >img,.box_a05 >img,.box_a06 >img{
  width: auto;
  margin: 0 0 4px -4px;
  padding: 0;
}
.box_a01 >span{
  margin: 16px 0 0;
  display: block;
  width: 430px;
  font-size: 15px;
  color: #fff;
  line-height: 170%;
}

.box_a02 h3 {
  padding: 0;
  color: #313131;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 120%;
}
.box_a02{
  position: absolute;
  top:50px;
  left:346px;
}
.box_a02 >span{
  margin: 14px 0 0;
  display: block;
  width: 480px;
  font-size: 15px;
  color: #313131;
  line-height: 170%;
}

.box_a03 h3 {
  padding: 0;
  color: #fff;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 120%;
}
.box_a03{
position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.box_a03 >span{
  margin: 0;
  display: inline-block;
  width: auto;
  font-size: 15px;
  color: #fff;
  line-height: 170%;
}

.box_a03_im{
display: flex;
    justify-content: center;
    padding-top: 250px;
}
.box_a03_im img{
  margin: 0 45px 0;
}

.box_a04 h3 {
  padding: 0;
  color: #313131;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 120%;
}
.box_a04{
  position: absolute;
  top: 77px;
  left: 90px;
  margin: auto;
}
.box_a04 >span{
    margin: 20px 0 0;
    display: inline-block;
    width: auto;
    font-size: 15px;
    color: #313131;
    line-height: 170%;
}
.box_a04_im{
  position: absolute;
  top: 21px;
  left: 583px;
}
.box_a04_im img{
  margin: 0;
}

.box_a05 h3 {
  padding: 0;
  color: #fff;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 2px;
  line-height: 120%;
}
.box_a05{
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
.box_a05 >span{
  margin: 14px 0 0;
  display: inline-block;
  width: auto;
  font-size: 15px;
  color: #fff;
  line-height: 170%;
}
.box_a05_im{
  position: absolute;
  top: 214px;
  left: 157px;
}
.box_a05_im img{
  margin: 0;
}
.box_b05_im{
  position: absolute;
  top: 202px;
  left: 570px;
}
.box_b05_im img{
  margin: 0;
}

.box_a06{
  position: absolute;
  top:70px;
  left:430px;
}
.box_a06 h3{
  padding: 0;
  color: #fff;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 120%;
}
.box_a06 >span{
  margin: 16px 0 0;
  display: block;
  width: 430px;
  font-size: 15px;
  color: #fff;
}

.popup_wrap input {
  display: none;
}
.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 90000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}
.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
.popup_content {
    position: relative;
    align-self: center;
    background: #fff;
    transition: 0.5s;
    font-size: 18px;
    padding: 15px 20px 20px 20px;
    border-radius: 8px;
    border: solid 3px #6989c1;
    line-height: 180%;
    font-weight: bold;
    min-width: 360px;
    width:390px;
}
.close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    display: block;
    background-color: #1585de;
    color: #fff;
    padding: 5px 2px;
    line-height: 0.6;
}
.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}
.open_btn {
  font-size: 12px;
  display: inline-block;
  font-weight: bold;
  cursor :pointer;
  text-decoration: underline;
      margin: 0 0 4px;
}
.cont_box {
  color: #666;
  font-size: 14px;
}
.cont_ttl {
  font-size: 18px;
  margin-bottom: 15px;
}
.cont_list {
  line-height: 22px;
}
.cont_list li::before {
  content: "・"
}
  .ps_ctn .popup_content {
    padding: 15px 45px 20px 30px;
    font-weight: normal;
  }
  .ps_ctn .popup_content .cont_ttl {
    margin-bottom: 0;
  }
  .ps_ctn .popup_content .cont_lead span a {
    color: #f00;
    font-size: 16px;
  }
  .ps_ctn .popup_content .cont_lead,
  .ps_ctn .popup_content dl {
    line-height: 1.5;
  }
  .popup_wrap .popup_content .limit_info{
    font-size: 11px;
    margin-left: 1em;
    text-indent: -1em;
    color: #999;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 1em;
  }

.stan{
position: absolute;
left: 0;
    top: 260px;
}
.stan img{
  width: 40px;
}

#lp_page_a03{

width: 300%;
margin-left: -100%;
}

.title_part_01 {
    background-image: url(/5info/img/gcr1650gf7/bg1.jpg);
    height: 452px;
    margin: auto;
    background-repeat: repeat;
    background-position: center center;
}


.title_part_02 {
    background-image: url(/5info/img/gcr1650gf7/bg2.jpg);
    height: 400px;
    margin: auto;
    background-repeat: repeat;
    background-position: center center;
}

.title_part_03 {
    background-image: url(/5info/img/gcr1650gf7/bg3.jpg);
    height: 560px;
    margin: auto;
    background-repeat: repeat;
    background-position: center center;
}

.title_part_04 {
    background-image: url(/5info/img/gcr1650gf7/bg4.jpg);
    height: 370px;
    margin: auto;
    background-repeat: repeat;
    background-position: center center;
}

.title_part_05 {
    background-image: url(/5info/img/gcr1650gf7/bg5.jpg);
    height: 481px;
    margin: auto;
    background-repeat: repeat;
    background-position: center center;
}

.title_part_06 {
    background-image: url(/5info/img/gcr1650gf7/bg6.jpg);
    height: 440px;
    margin: auto;
    background-repeat: repeat;
    background-position: center center;
}
.title_part_o {
    position: relative;
    width: 970px;
    margin: auto;
}

.title_part_o_02 {
    position: relative;
    width: 970px;
    margin: auto;
}

.sp_on{
  display: none;
}

/* ウィンドウ幅が0?479pxの場合に適用するCSS */
@media screen and (max-width:479px){


#lp_page_a03 {
    margin: 0;
	width: 100%;
}


  #lp_page_a03 .node {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .sp_base_a01{
    max-width: none!important;
    height: auto!important;
    width: 140%!important;
    margin: 0 0 0 -80px;
  }

  .sp_base_a02{
    max-width: none!important;
    height: auto!important;
    width: 180%!important;
    margin: 0;
    opacity: 0.2;
  }

  .sp_base_a03{
    max-width: none!important;
    height: auto!important;
    width: 180%!important;
    margin: 0;
  }

  .sp_base_a04{
    max-width: none!important;
    height: auto!important;
    width: 170%!important;
    margin: 0;
  }
  .sp_base_a05{
    max-width: none!important;
    height: auto!important;
    width: 160%!important;
    margin: 0;
  }

  .sp_base_a06{
    max-width: none!important;
    height: auto!important;
    width: 160%!important;
margin: 0 0 0 120px;
  }

  .box_a01 {
width: auto;
    position: unset;
    top: 24px;
    left: 2px;
    padding: 20px 10px 10px;
}
  
  .box_a01 h3{
    font-size: 20px;
    letter-spacing: 2px;
  }
  .box_a01 >span{
    margin: 10px 0 0;
    display: block;
    width: 92vw;
    font-size: 12px;
    color: #fff;
    line-height: 180%;
  }


  .box_a02 {
width: auto;
    position: unset;
    top: 20px;
    left: 2px;
padding: 20px 10px 10px;
  }
  .box_a02 h3{
    font-size: 20px;
    letter-spacing: 2px;
  }
  .box_a02 >span{
    margin: 10px 0 0;
    display: block;
    width: 92vw;
    font-size: 12px;
    line-height: 160%;
  }

  .box_a03 {
    width: auto;
    position: absolute;
    top: 20px;
    left: 2px;
padding: 0 10px 20px;
    text-align: left;
  }
  .box_a03 h3{
    font-size: 20px;
    letter-spacing: 2px;
  }
  .box_a03 >span{
    margin: 6px 0 0;
    display: block;
    width: 92vw;
    font-size: 12px;
    line-height: 150%;
    text-align: left;
  }

  .gtxbox2 {
    text-align: left;
  }

  .box_a03_im {
    margin: auto;
  }

  .box_a03_im img {
    margin: 0 5px 0;
  }

  .box_a04 {
    width: auto;
    position: absolute;
    top: 50px;
    left: 2px;
padding: 0 10px 20px;
    z-index: 10;
    text-align: left;
  }
  .box_a04 h3{
    font-size: 20px;
    letter-spacing: 2px;
  }
  .box_a04 >span{
    margin: 10px 0 0;
    display: block;
    width: 92vw;
    font-size: 12px;
    line-height: 160%;
  }

  .box_a04_im {
    position: absolute;
    top: 10px;
    left: 150px;
    z-index: 2;
  }
  .box_a04_im img {
    margin: 0;
    opacity: 0.2;
    width: 200px;
  }

  .box_a05 {
    width: auto;
    position: absolute;
    top: 20px;
    left: 2px;
padding: 0 10px 20px;
        text-align: left;
  }
  .box_a05 h3{
    font-size: 20px;
    letter-spacing: 1px;
  }
  .box_a05 >span{
    margin: 6px 0 0;
    display: block;
    width: 92vw;
    font-size: 12px;
    line-height: 160%;
    text-align: left;
  }
  .box_a05_im{
    position: absolute;
top: 140px;
    left: 20px;
  }
  .box_a05_im img{
    margin: 0;
    width: 150px;
  }
  .box_b05_im{
position: absolute;
    top: 140px;
    left: unset;
    right: 20px;
  }
  .box_b05_im img{
    margin: 0;
    width: 130px;
  }


  .box_a06 {
width: auto;
    position: unset;
    top: 20px;
    left: 2px;
padding: 20px 10px 10px;
  }
  .box_a06 h3{
    font-size: 20px;
    letter-spacing: 1px;
  }
  .box_a06 >span{
    margin: 6px 0 0;
    display: block;
    width: 92vw;
    font-size: 12px;
    line-height: 180%;
    text-align: left;
  }


.gtx_co{
background-color: #0e0e0c;  
}


  .box_a01 >img,.box_a02 >img,.box_a03 >img,.box_a04 >img,.box_a05 >img,.box_a06 >img{
    width: 30vw;
    margin: 0 0 4px -4px;
    padding: 0;
  }

.stan{
display: none;
}
.stan img{
  width: 40px;
}
#point_detail_wrap{
  width: 100%
}

.title_part_o {
    position: relative;
    width: auto;
    margin: auto;
}


.title_part_01 {
background-image: none;
    height: auto;
    margin: auto;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
}
#lp_page_a03 >.title_part_02 {
background-image: none;
    height: auto;
    margin: auto;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
    background-color: #fff;
}

.title_part_03 {
    background-image: url(/5info/img/gcr1650gf7/bg3.jpg);
    height: 320px;
    margin: auto;
    background-repeat: repeat;
    background-position: center center;
}

.title_part_04 {
    background-image: url(/5info/img/gcr1650gf7/bg4_sp.jpg);
    height: 220px;
    margin: auto;
    background-repeat: repeat;
    background-size: cover;
    background-position: left 720px top 0px,center;
}

.title_part_05 {
    background-image: url(/5info/img/gcr1650gf7/bg5.jpg);
    height: 260px;
    margin: auto;
    background-repeat: repeat;
    background-position: center center;
}

.title_part_06 {
background-image: none;
    height: auto;
    margin: auto;
    background-repeat: repeat;
    background-position: center center;
    background-size: cover;
}

.box_a03_im {
    display: flex;
    justify-content: center;
    padding-top: 250px;
    width: 150px;
}
.box_a03_im {
    display: flex!important;  
    justify-content: center!important;  
    padding-top: 210px!important; 
    width: 150px!important; 
}
.sp_on{
  display: block;
}

.sp_on img{
height: auto;
    max-width: 100%!important;  
    max-height: 100%!important;  

}



.title_part_o_02 {
    position: relative;
    width: auto;
    margin: auto;
}
}