/*-------------------gdo-------------------*/
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap'); */

#mv {}
#mv h1{
	margin: 0 auto;
    text-align: center;
    width: 100%;
}
#mv h1 img{
	width: 100%;
	height: auto;
}
#mv p{
	text-align: left;
    letter-spacing: 0px;
    color: #1A1311;
	margin: 20px;
}

.contents {}
.contents h2{}
.contents h2 img{
}
#movie {
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
#movie iframe {
}
#campaign .apply {}
#campaign .apply a.btn {
	  display: block;
	  text-align: center;
	  background: #FFE200;
	  border-radius: 3px;
}
#campaign .apply img {}

/* SP */
@media only screen and (max-width: 751px) {
  #mv {
      margin-top: 60px;
  }
  #mv p{
	font: normal normal normal 16px/24px Noto Sans CJK JP;	  
    font-family: "Noto Sans CJK JP", "Noto Sans JP";
  }
  .contents {
	  margin: 0 20px;
	}
  .contents h2 img{
	  width: 100%;
      height: auto;
  }
  .contents img {
      width: 100%;
      height: auto;
  }
  #movie {
      margin-bottom: 60px;
	  padding-right: 20px;
      padding-left: 20px;
      box-sizing: border-box;
	  background-color: #e9f0f4;
	  padding-top: 40px;
      padding-bottom: 60px;
  }
  #movie h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 900;
    text-align: center;
    color: #111;
	}
  #movie h2 span{
    color: #1175be;
    font-size: 14px;
    margin-top: 5px;
    display: block;
    font-weight: 700;
	}
  #movie .videoArea {
    margin: 20px auto 0;
    display: block;
	}
  #movie .videoArea li {
	  margin-bottom: 20px;
	}
  #movie .videoArea li h3 {
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    color: #111;
    line-height: 1.2;
    margin-bottom: 20px;
	}

  #movie .videoArea li:first-child h3 {
    display: none;
	}
  #movie .videoArea li iframe {
	  width: 100%;
	  height: auto;
	  margin-bottom: 10px;
	}
	
  #products dl .lineup {
	  width: 100%;
	  margin-top: 10px;
	}
  #products dl .lineup dt {
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #EEEEE3;
      margin-bottom: 8px;
	}
  #products dl .lineup dt img { height: 92px; width: auto;}
  #products dl .lineup dt a {
	  display: inline-block;
      width: 100px;
      height: 60px;
      background: #137DC5;
      color: #fff;
      font: normal normal bold 18px/22px Noto Sans CJK JP;
      font-family: "Noto Sans CJK JP", "Noto Sans JP";
      letter-spacing: 0px;
      text-align: center;
      font-feature-settings: "palt";
      padding: 8px 0 0;
      box-sizing: border-box;
	}
  #products dl .lineup dd {
      position: relative;
	}
  #products dl .lineup dd p{
	  font: normal normal normal 16px/24px Noto Sans CJK JP;
      font-family: "Noto Sans CJK JP", "Noto Sans JP";
      letter-spacing: 0px;
      color: #1A1311;
	  margin-bottom: 15px;
	}
  #products dl .lineup dd .acd-check{display: none;}
  #products dl .lineup dd .acd-label{
	  position: absolute;
      bottom: 0;
      background: #EEEEE3;
      width: 100%;
      text-align: center;
      padding: 6px 0;
      border-radius: 3px;
	}
  #products dl .lineup dd .acd-content{}
  #products dl .lineup dd .acd-content table{
        border-collapse: separate;
        border-spacing: 10px;
        width: calc(100% + 20px);
        margin-left: -10px;
        margin-top: -10px;
	}
  #products dl .lineup dd .acd-content table tr{}
  #products dl .lineup dd .acd-content table tr th{
        border: 1px solid #989888;
        width: 120px;
        box-sizing: border-box;
        padding: 15px 0 15px 20px;
        border-radius: 3px;
        text-align: left;        
	}
  #products dl .lineup dd .acd-content table tr:nth-of-type(2n+1) th {
        padding: 15px 0;
        text-align: center;
	}
  #products dl .lineup dd .acd-content table tr td{
        background: #FFE200;
        border-radius: 3px;
        width: calc(100% - 130px);
        text-align: center;
        font-weight: 600;
        padding: 15px 0;
	}
  #products dl .lineup dd .acd-content table tr td.non {
		background: #EEEEE3;
  }
  #products dl .lineup dd .acd-content table tr td img {
	  	height: 120px;
        width: auto;
	}
  #products dl .lineup dd .acd-content div {
		margin-top: 6px;
	}
  #products dl .lineup dd .acd-content div h3.applicable {
      font: normal normal 900 15px/18px Noto Sans CJK JP;
      font-family: "Noto Sans CJK JP", "Noto Sans JP";
      letter-spacing: 0px;
      color: #1A1311;
	  border-bottom: 1px solid #FFE200;
	  padding-bottom: 6px;
  }
  #products dl .lineup dd .acd-content div p {
	  margin-top: 12px;
	  font: normal normal normal 16px/21px Noto Sans CJK JP;
      font-family: "Noto Sans CJK JP", "Noto Sans JP";
      letter-spacing: 0px;
      color: #1A1311;
	}
  #products dl .lineup dd .acd-content{
      display: block;
	  height: 40px;
	  opacity: 0;
      transition: .8s;
      visibility: hidden;
  }
  #products dl .lineup dd .acd-check + .acd-label:after {
	  content: '機能詳細';
	  position: relative;
      display: inline-block;
      left: -4px;
      width: 100%;
      background-image: url(../img/sp/ico_triangle.png);
      background-repeat: no-repeat;
      background-position: 53vw center;
      background-size: 16px auto;
	}
  #products dl .lineup dd .acd-check:checked + .acd-label:after{
      content: '機能詳細を閉じる';
      position: relative;
      display: inline-block;
      left: -9px;
      width: 100%;
      background-image: url(../img/sp/ico_triangle_reverse.png);
      background-repeat: no-repeat;
      background-position: 63vw center;
      background-size: 16px auto;
  }
  #products dl .lineup dd .acd-check:checked + .acd-label + .acd-content{
    height: 670px;
    opacity: 1;
    visibility: visible;
  }
  #products dl .lineup dd .acd-check:checked + .acd-label + .acd-content.last {
	  height: 600px;
	}
  #campaign {
      margin-top: 60px;
  }
  #campaign .apply {
      margin-bottom: 60px;
	}
  #campaign .apply a.btn {
    background: #FFE200;
    border-radius: 3px;
	padding: 20px 0;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  #campaign .apply a.btn img {
    width: 176px;
    height: auto;
	}  
	
}

/* PC */
@media only screen and (min-width: 751px) {
  #mv {
	  width: 100%;
      margin: 0 auto;
      max-width: 1300px;
	}
  #mv h1 img{
    max-width: 1300px;
  }
  #mv p{
	  width: 100%;
    font: normal normal normal 24px/36px Noto Sans CJK JP;
    font-family: "Noto Sans CJK JP", "Noto Sans JP";
    margin: 30px auto;
    max-width: 1000px;
  }
  .contents {}
  .contents h2{
	  margin: 0 auto;
	  text-align:center;
	}
  .contents h2 img{
      width: 820px;
      height: auto;
  }
  #movie {
    margin-bottom: 70px;
    text-align: center;
    padding: 80px 0 90px;
    background-color: #e9f0f4;
	}
  #movie h2 {
    font-size: 54px;
    font-weight: 900;
    text-align: center;
    color: #111;
    line-height: 1.2;
	}
  #movie h2 span{
    color: #1175be;
    font-size: 18px;
    display: block;
    font-weight: 700;
    margin-top: 10px;
	}
  #movie .videoArea {
    margin: 20px auto 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1120px;
	}
  #movie .videoArea li h3 {
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    color: #111;
    line-height: 1.2;
	}
  #movie .videoArea li:first-child h3 {
	  display: none;
	}
  #movie .videoArea li {
    width: 48%;
	}
  #movie .videoArea li:first-of-type {
	  width: 100%;
	}
  #movie .videoArea li iframe {
	  width: 100%;
      margin-top: 20px;
	}
  #movie .videoArea li:first-of-type iframe {
    height: 600px;
    margin-bottom: 50px;
    margin-top: 0;
	}
  #products table {
	  margin: 40px auto 80px;
      border-collapse: separate;
      border-spacing: 20px 10px;
	}
  #products table tr{}
  #products table tr th{
    box-sizing: border-box;
    padding: 0px 40px;
    vertical-align: middle;
    color: #1A1311;
    font: normal normal bold 16px/36px Noto Sans CJK JP;
    font-family: "Noto Sans CJK JP", "Noto Sans JP";
    letter-spacing: 0px;
    line-height: 1.2;
	}
  #products table tr th.lineup{
	 padding: 0 0 26px 0;
	}
  #products table tr th.lineup img{
	  height: auto;
      width: 100%;
	}	
  #products table tr th.space{}
  #products table tr th.functions{
	  width: 168px;
	  border: 1px solid #989888;
      border-radius: 3px;
	}
	
  #products table tr td{
      width: 238px;
	  height: 67px;
      box-sizing: border-box;
      background: #FFE200;
      color: #1A1311;
      font: normal normal bold 16px/36px Noto Sans CJK JP;
      font-family: "Noto Sans CJK JP", "Noto Sans JP";
      letter-spacing: 0px;
      line-height: 1.2;
	  text-align:center;
      border-radius: 3px;
	}
  #products table tr td.summary {
	  background: #fff;
	  text-align: left;
	  vertical-align: top;
	  line-height: 1.6;
	  font-weight: 400;
	  display: table-cell;
	}
  #products table tr td.non {
	  background: #EEEEE3;
	}
	#products table tr td img {
		height: 120px;
		width: auto;
		margin: 15px auto;
	}
  #products table tr td.purchase {
    background: #FFFDF2;
    text-align: left;
    padding: 12px 16px 16px;
    position: relative;
    height: 152px;
    vertical-align: top;
    font-weight: 400;
    line-height: 1.6;
  }
  td.purchase div {
    position: relative;
    width: 100%;
    height: 100%;
	}
  td.purchase p {
    width: 100%;
    box-sizing: border-box;
    display: block;
  }
  #products table tr td.purchase a{
    display: block;
    background: #137DC5;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    width: 100%;
    margin: 10px auto 0;
    padding: 8px 0;
    line-height: 1.2;
	position: absolute;
    bottom: 0;
	}

  #products table tr td.purchase a:hover{
	  opacity: 0.6;
	}
  #campaign .apply {
	  text-align: center;
	  margin: 0 auto 80px;
	}
  #campaign .apply a.btn {
	  padding: 30px 0;
	  width: 630px;
	  margin: 25px auto 40px;
	}
  #campaign .apply a img {
	  height: 40px;
      width: auto;
	}
  #campaign .apply a:hover { opacity: 0.6;}
  #campaign .apply a img.bnr {
	  width: 630px;
	  height: auto;
	}
}
