@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Kaushan+Script');
/*----------------------------------------------------
　不要なものを非表示
----------------------------------------------------*/
.column2R #sub {
  display: none !important;
}
/*----------------------------------------------------
　5info → 5shopping にともなう調整
----------------------------------------------------*/
#seoContents {
  display: none;
}
.leadSection {
  display: none;
}
#feature.wideBgArea {
  height: auto;
  position: static;
  margin: 0;
  overflow: unset;
}
/*----------------------------------------------------
　ページ基本設定
----------------------------------------------------*/
#container {
  width: 100% !important;
  margin: 0 auto;
  padding: 0;
}
.column2R #main {
  float: none;
  width: auto;
}
.mainContents {
  font-family: 'Noto Sans JP', sans-serif;
  color: #383838;
}
.mainContents *, .mainContents *:before, .mainContents *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wideBgArea {
  width: 100vw;
}
.bgNavy {
  background: #073c54;
  color: #fff;
}
.boxShadow {
  box-shadow: 2px 2px 2px 0px #ccc;
}
.dropShadow {
  filter: drop-shadow(0 0 4px #161616);
}
.textShadow {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.center {
  text-align: center;
}
.lsPlus {
  letter-spacing: 1px;
}
.lsMinus {
  letter-spacing: -1px;
}
.pcOnly {
  display: block;
}
.pcOnlyIn {
  display: inline-block;
}
.spOnly {
  display: none;
}
.sp_br {
  display: none;
}
.pb60 {
  padding-bottom: 60px;
}
@media screen and (max-width:479px) {
	.mainContents {
    overflow: hidden;
}
  .lsPlus {
    letter-spacing: 0;
  }
  .lsMinus {
    letter-spacing: 0;
  }
  .pcOnly {
    display: none !important;
  }
  .pcOnlyIn {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }
  .sp_br {
    display: block;
  }
  .pb60 {
    padding-bottom: 0;
  }
}
/*-------------------------------------
　パンくず
---------------------------------------*/
.breadCrumb {
  width: 1050px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width:479px) {
  .breadCrumb {
    width: 100%;
  }
}
/*-------------------------------------
　基本セクション
---------------------------------------*/
section {
  width: 100%;
}
section.sub {
  padding: 40px 0;
  margin: 80px auto 0;
}
section.feature {
  margin: 40px auto 0;
}
.section_inner {
  width: 1050px;
  margin: 80px auto;
}
#container .btnLineup a {
  background: #DB3368;
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 8px 10px;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 100;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width:479px) {
  section {
    margin: 30px auto 0;
    padding: 10px 0 0;
    width: 96%;
  }
  section.sub, section.feature {
    margin: 30px auto 0;
  }
  .section_inner {
    width: 96%;
  }
}
/*-------------------------------------
　2.ナビブロック
---------------------------------------*/
.contentsNav {
  position: absolute;
  width: 100%;
  top: 20px;
  left: 0;
  transition: background 0.2s;
}
.headerWrap {
  margin: 0 auto;
  position: relative;
  width: 1050px;
  background: #0f3480;
  border-radius: 2.5em;
  display: flex;
  align-items: center;
  padding: 16px 30px;
}
@media all and (-ms-high-contrast:none) {
  .contentsNav, .catchbox, .optionPen table tr th, .specArea table tr th {
    background: linear-gradient(to right, #f9cdc8 50%, #6595b3 100%);
  } /* IE11 */
}
.contentsNav > .headerWrap div {
  margin-right: auto;
}
.btnFeatures {
  margin: 0 20px;
}
#container .btnFeatures a {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}
#container .btnFeatures a:hover {
  color: #DB3368;
}
.btnLink {
  margin: 0 0 0 auto;
}
#container .btnLink a {
  background: #DB3368;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 8px 30px;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 400;
  box-sizing: border-box;
  text-align: center;
}
.menuBox {
  opacity: 0.94;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
  font-weight: 100;
}
.contentsNav.menuBox {
  background: #0f3480;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.logoCtn {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
}
@media screen and (max-width:479px) {
  .menuBox {
    position: static;
  }
  .headerWrap {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contentsNav {
    display: none;
    padding: 10px;
    box-sizing: border-box;
  }
  .contentsNav > .headerWrap div {
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .logoCtn {
    width: 25%;
  }
  .btnFeatures {
    margin: 0 10px 0;
  }
  .btnLineup {
    width: 95%;
    margin: 0 auto;
  }
  .btnLineup a {
    margin: 10px 0 0;
    text-align: center;
  }
  .btnFeatures a {
    font-size: 4vw;
  }
}
/*-------------------------------------
　メインタイトル
---------------------------------------*/
.titleImg {
  background: #fff url(../5info/img/dg-d10iwp2/img_main2.jpg) no-repeat scroll 50% 0%;
  background-size: contain;
  margin-bottom: 40px;
}
section.titleSection {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.titleBox1col {
  color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 750px;
}
.titleBox1col h2 {
  font-size: 48px;
  font-weight: 100;
  line-height: 1.2;
  margin-top: 30px;
  color: #2b6781;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.titleBox1col h2 span {
  font-size: 2em;
  color: #eb7e93;
}
.campbox_wapper {
  width: 780px;
  margin: 0 auto 30px;
  border: 1px solid #aaa;
  border-radius: 50px 0 50px 0;
  padding: 50px 0 20px;
  box-sizing: border-box;
  position: relative;
}
.campbox_title {
  position: absolute;
  top: -26px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #aaa;
  padding: 8px 20px 6px;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
}
.campbox {
  display: flex;
  margin: 0 auto 20px;
  align-items: center;
  width: 640px;
}
.campbox figure {
  margin: 0;
  width: 16%;
  margin-left: 30px;
}
.campbox figure img {
  border-radius: 50%;
  width: 100%;
  border: 5px solid #440bd5;
}
.campbox p {
  font-style: italic;
  padding: 15px 20px 10px 35px;
  font-size: 20px;
  border-bottom: 5px solid #440bd5;
}
.campbox p a {
  color: #440bd5;
}
.campbox p span {
  background: #440bd5;
  color: #fff;
  padding: 0 5px;
  margin-right: 10px;
}
.campbox.rotate_img figure img {
  border: 5px solid #EE0A5E;
}
.campbox.rotate_img p {
  border-bottom: 5px solid #EE0A5E;
}
.campbox.rotate_img p a {
  color: #EE0A5E;
}
.campbox.rotate_img p span {
  background: #EE0A5E;
}
.catchbox {
  text-align: center;
  background: linear-gradient(135deg, hsl(6deg 81% 88%) 0%, hsla(341.75, 94.42%, 48.61%, 0) 70%), linear-gradient(25deg, hsl(358deg 73% 84%) 10%, hsla(328.15, 92.71%, 47.2%, 0) 80%), linear-gradient(315deg, hsl(203deg 34% 55%) 15%, hsla(257.04, 90.36%, 43.95%, 0) 80%), linear-gradient(245deg, hsl(348deg 71% 73%) 100%, hsla(306.72, 90.21%, 43.04%, 0) 70%);
  border-radius: 10px;
  color: #fff;
  display: flex;
  padding: 20px 0;
  justify-content: space-around;
  align-items: center;
  width: 970px;
  margin: 0 auto;
}
.catchbox .catchtxt {
  font-size: 30px;
  font-weight: 100;
}
.catchbox .notetxt {
  font-size: 16px;
  font-weight: 100;
}
.catchbox .pricetxt {
  font-size: 30px;
  font-weight: 100;
}
.catchbox a {
  text-decoration: none;
  color: #fff;
}
@media screen and (max-width:479px) {
  .titleImg {
    background: #ececee url(../5info/img/dg-d10iwp2/img_main2.jpg) no-repeat scroll;
    margin-bottom: 0;
    background-size: cover;
    height: 283px;
  }
  section.titleSection {
    padding-top: 0;
    margin-top: 20px !important;
  }
  .titleBox1col {
    min-height: auto;
  }
  .titleBox1col h2 {
    font-size: 6vw;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .catchbox {
    display: block;
    padding: 20px;
    font-size: 8vw;
    width: 96%;
    box-sizing: border-box;
  }
  .catchbox .catchtxt {
    font-size: 7vw;
  }
  .catchbox .buybtn a {
    margin-top: 10px;
  }
  .campbox {
    width: 100%;
  }
  .campbox p {
    font-size: 5vw;
    padding: 15px 0 10px 30px;
    width: 70%;
  }
  .campbox figure {
    width: 30%;
    margin-left: 0;
  }
  .campbox p span {
    display: block;
  }
  .campbox_wapper {
    width: 96%;
    margin: 0 auto 20px;
    border-radius: 10px;
    padding: 20px 2% 10px;
  }
  .campbox_title {
    position: static;
    top: 0;
    left: 0;
    transform: translateX(0);
    background: none;
    border: none;
    padding: 0;
    font-size: 6vw;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .campbox {
    width: 100%;
  }
}
/*-------------------------------------
　ポイント
---------------------------------------*/
.bg_point {
  background: #F4F4F4;
  color: hsla(0, 6%, 16%, 1);
}
.subBox1col {
  text-align: center;
}
.subBox1col h3 {
  font-size: 44px;
  font-weight: 300;
  letter-spacing: 1px;
  color: #6495b3;
}
.subBox1col h3 span {
  font-size: 28px;
  font-weight: 400;
}
.subBox1col h4 {
  font-size: 20px;
  font-weight: 400;
  color: #6495b3;
}
.subBox2col {
  margin-bottom: 60px;
}
.subBox2col ul {}
.subBox2col ul li {
  box-sizing: border-box;
  padding: 40px;
  text-align: center;
  background: #f6c5c0;
  border-radius: 20px;
}
.subBox2col ul li + li {
  margin-top: 40px;
}
.subBox2col ul li h4 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
  color: #000;
}
.subBox2col ul li h4 span {
  margin-right: 0.5em;
  padding: 5px 10px;
  border: 1px solid #000;
}
.subBox2col ul li .wrapbox {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  color: #000;
}
.subBox2col ul li .wrapbox p, .subBox2col ul li .wrapbox figure {
  width: calc(50% - 20px);
}
.subBox2col ul li p {
  font-size: 28px;
  text-align: left;
  font-weight: 100;
}
.subBox2col ul li .wrapbox figure {
  margin: 0;
  padding: 0;
}
.subBox2col ul li figure img {
  max-width: 100%;
}
#point h3 {
  color: #6495b3;
}
h5 {
  color: #0f3480;
  font-family: 'Kaushan Script', cursive;
  font-size: 30px;
  display: flex;
  align-items: center;
}
h5:before, h5:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #0f3480;
  display: block;
}
h5:before {
  margin-right: .4em;
}
h5{
  margin-left: .4em;
}
@media screen and (max-width:479px) {
  #lp_page .subBox1col h3 {
    font-size: 7vw !important;
  }
  .subBox1col h3 span {
    font-size: 16px;
    font-weight: 300;
  }
  .subBox1col h4 {
    font-size: 5vw;
  }
  .subBox1col p {
    font-size: 5vw;
  }
  .subBox2col {
    margin-bottom: 20px;
  }
  .subBox2col ul {
    flex-direction: column;
  }
  .subBox2col ul li {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
  }
  .subBox2col ul li h4 {
    font-size: 5vw;
    text-align: left;
    margin-bottom: 20px;
    align-items: start;
  }
  .subBox2col ul li .wrapbox {
    flex-direction: column;
  }
  .subBox2col ul li .wrapbox p, .subBox2col ul li .wrapbox figure {
    width: 100%;
  }
  .subBox2col ul li p {
    font-size: 4.5vw;
  }
  .subBox2col ul li .wrapbox figure {
    margin: 20px 0 0;
  }
  .subBox2col ul li figure img {
    border-radius: 20px;
  }
}
/*-------------------------------------
　特長
---------------------------------------*/
.featureBox2col {
  color: #000;
  margin-bottom: 80px;
  font-weight: 100;
}
.featureBox2col ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.featureBox2col ul li {
  width: calc(50% - 20px);
  margin-bottom: 40px;
}
.featureBox2col ul li:nth-last-child(-n+2) {
  margin-bottom: 0px;
}
.featureBox2col ul li h4 {
  font-size: 28px;
  font-weight: 300;
  margin: 20px 0 10px;
}
.featureBox2col ul li p {
  font-size: 20px;
}
.featureBox2col ul li p + p.btnLineup {
  margin-top: 20px;
}
.featureBox2col ul li figure {
  margin: 0;
  padding: 0;
}
.featureBox2col ul li figure img {
  border-radius: 20px 20px 0 0;
}
#campdetail, #campdetail_key {
  position: relative;
  padding-top: 26px;
  margin-top: -26px;
}
.campdetail_title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #EE0A5E;
  padding: 8px 20px 6px;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
}
#campdetail_key .campdetail_title {
  border: 1px solid #440bd5;
}
.featureBox3col {
  color: #000;
  margin-bottom: 80px;
  font-weight: 100;
}
.featureBox3col ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 20px 20px;
  border: 1px solid #EE0A5E;
  border-radius: 20px 20px 0 0;
}
#campdetail_key ul {
  border: 1px solid #440bd5;
}
.figure_box {
  display: flex;
  justify-content: space-around;
}
.featureBox3col ul li h4 {
  font-size: 28px;
  font-weight: 300;
  margin: 20px 0 10px;
  color: #EE0A5E;
}
#campdetail_key ul li h4 {
  color: #440bd5;
}
.featureBox3col ul li h4 span {
  background: #EE0A5E;
  color: #fff;
  padding: 0 5px;
  margin-right: 10px;
  font-style: italic;
  font-size: 24px;
}
.featureBox3col ul li p {
  font-size: 20px;
}
.featureBox3col ul li figure {
  margin: 0;
  /*flex: 1;*/
  background: #fff;
  width: 30%;
}
/*オプション*/
.optionBox ul li h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5;
}
.optionBox ul li {
  display: flex;
  justify-content: space-between;
  line-height: 1.2;
  align-items: center;
}
.optionBox ul li + li {
  margin-top: 40px;
  border-top: 1px solid #efefef;
  padding-top: 40px;
}
.optionBox ul li figure, .optionBox ul li .txtbox {
  width: calc(50% - 20px);
}
.optionBox ul li figure {
  margin: 0;
  padding: 0;
}
.optionBox ul li .txtbox {
  font-size: 16px;
}
.optionBox ul li .txtbox p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.4;
}
.optionBox ul li .txtbox p.priceTxt {
  font-size: 38px;
}
.optionBox .campaign {
  display: block;
  text-align: center;
}
.optionBox .campaign > .txtbox {
  width: 80%;
  margin: 0 auto;
  font-size: 24px;
}
.optionBox .campaign > .txtbox > p {
  font-size: 16px;
  text-align: left;
  margin: 0;
}
.optionBox .campaign > .txtbox > p > span {
  font-size: 13px;
  color: #969696;
}
.optionBox2 ul {
  display: flex;
  justify-content: space-around;
}
.optionBox2 ul li {
  width: 30%;
  text-align: center;
}
.optionBox2 ul li figure {
  height: 140px;
}
.optionBox2 h4 {
  font-size: 16px;
}
.optionBox2 .priceTxt {
  font-size: 20px;
  margin-bottom: 10px;
}
.optionPen {
  margin-bottom: 60px;
}
.optionPen table {
  font-weight: 300;
  margin: 10px auto 0;
  width: 100%;
}
.optionPen table tr th {
  border-bottom: #fff solid 1px;
  box-sizing: border-box;
  background: linear-gradient(135deg, hsl(6deg 81% 88%) 0%, hsla(341.75, 94.42%, 48.61%, 0) 70%), linear-gradient(25deg, hsl(358deg 73% 84%) 10%, hsla(328.15, 92.71%, 47.2%, 0) 80%), linear-gradient(315deg, hsl(203deg 34% 55%) 15%, hsla(257.04, 90.36%, 43.95%, 0) 80%), linear-gradient(245deg, hsl(348deg 71% 73%) 100%, hsla(306.72, 90.21%, 43.04%, 0) 70%);
  color: #fff;
  font-size: 24px;
  padding: 15px 0;
  text-align: center;
}
.optionPen table tr td {
  font-size: 14px;
  padding: 10px;
  width: 20%;
  text-align: left;
  border-bottom: #F4F4F4 solid 1px;
  background: #fff;
}
.optionPen table tr:nth-of-type(odd) td {
  background: #f7f7f7;
}
.optionPen table tr td:first-of-type {
  width: 12%;
}
@media screen and (max-width:479px) {
  .featureBox1col {
    margin-bottom: 30px;
  }
  .featureBox2col, .featureBox3col {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: none;
  }
  .featureBox2col ul, .featureBox3col ul {
    flex-direction: column;
  }
  .featureBox2col ul li, .featureBox3col ul li {
    width: 100%;
    margin: 0 auto 30px;
  }
  .featureBox2col ul li h4, .featureBox3col ul li h4 {
    font-size: 5.9vw;
    margin: 20px 0 0;
  }
  #campdetail, #campdetail_key {
    padding-top: 0;
    margin-top: 0;
  }
  .campdetail_title {
    position: absolute;
    top: 10px;
    left: 0;
    transform: translateX(0);
    background: none;
    border: none;
    padding: 0;
    font-size: 6vw;
    letter-spacing: 0;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
  }
  #campdetail_key .campdetail_title {
    border: none;
  }
  #campdetail_key ul {
    padding-top: 60px;
  }
  .featureBox3col ul li h4 span {
    font-size: 5vw;
    display: block;
    text-align: center;
    margin-right: 0;
  }
  .featureBox2col ul li p, .featureBox3col ul li p {
    font-size: 4.5vw;
  }
  .featureBox2col ul li:nth-last-child(2), .featureBox3col ul li:nth-last-child(2) {
    margin-bottom: 30px;
  }
  .featureBox2col ul li:last-child, .featureBox3col ul li:last-child {
    margin-bottom: 0;
  }
  .figure_box {
    flex-direction: column;
  }
  .featureBox3col ul li figure {
    margin: 0 auto;
    background: #fff;
    width: 64%;
  }
  /*オプション*/
  .optionBox ul li h4 {
    font-size: 6vw;
    margin-top: 10px;
  }
  .optionBox ul li {
    flex-direction: column;
  }
  .optionBox ul li figure, .optionBox ul li .txtbox {
    width: 100%;
  }
  .optionBox ul li figure {
    text-align: center;
  }
  .optionBox ul li .txtbox p {
    margin-top: 10px;
    font-size: 4.5vw;
  }
  .optionBox ul li .txtbox p.priceTxt {
    font-size: 6vw;
  }
  .featureBox2col ul li p + p.btnLineup {
    margin-top: 10px;
  }
  .optionBox .campaign > .txtbox {
    width: 100%;
  }
}
/*-------------------------------------
　FAQ
---------------------------------------*/
.faqBox1col {
  margin-bottom: 30px;
}
.faqBox1col p {
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}
.faqBox2col {
  margin-bottom: 30px;
}
.faqBox2col ul {}
.faqBox2col ul li {
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 40px;
}
.faqBox2col ul li:nth-child(even) {
  margin-bottom: 30px;
}
.faqBox2col ul li:nth-child(odd)::before {
  content: url("../5info/img/dg-d10iwp2/icon_question.png");
}
.faqBox2col ul li:nth-child(even)::before {
  content: url("../5info/img/dg-d10iwp2/icon_answer.png");
}
.faqBox2col ul li:nth-child(odd)::before, .faqBox2col ul li:nth-child(even)::before {
  position: absolute;
  top: 3px;
  left: 0;
}
.faqInnerBox p {
  margin-bottom: 10px;
}
.faqInnerBox p.faqImg {
  width: 32%;
  margin-bottom: 30px;
  font-size: 14px;
}
.faqInnerBox ul {
  display: flex;
  width: 66%;
}
.faqInnerBox ul li {
  padding-left: 0;
  width: 48%;
  text-align: center;
  margin-bottom: 0 !important;
  margin-left: 4%
}
.faqInnerBox ul li:first-child {
  margin-left: 0;
}
.faqInnerBox ul li:nth-child(odd)::before {
  content: none;
}
.faqInnerBox ul li:nth-child(even)::before {
  content: none;
}
@media screen and (max-width:479px) {
  .faqBox1col h3 {
    font-size: 8vw;
  }
  .faqBox1col p {
    font-size: 5vw;
  }
  .faqInnerBox ul {
    flex-direction: column;
    width: 100%;
  }
  .faqInnerBox ul li {
    width: 60%;
    margin-left: 0;
  }
  .faqInnerBox ul li:first-child {
    margin-bottom: 20px !important;
  }
  .faqInnerBox p.faqImg {
    width: 60%;
  }
}
/*-------------------------------------
　スペック
---------------------------------------*/
.specArea table {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
  margin: 0 auto 100px;
  width: 100%;
}
.specArea table tr th {
  border-bottom: #fff solid 1px;
  box-sizing: border-box;
  background: linear-gradient(135deg, hsl(6deg 81% 88%) 0%, hsla(341.75, 94.42%, 48.61%, 0) 70%), linear-gradient(25deg, hsl(358deg 73% 84%) 10%, hsla(328.15, 92.71%, 47.2%, 0) 80%), linear-gradient(315deg, hsl(203deg 34% 55%) 15%, hsla(257.04, 90.36%, 43.95%, 0) 80%), linear-gradient(245deg, hsl(348deg 71% 73%) 100%, hsla(306.72, 90.21%, 43.04%, 0) 70%);
  color: #fff;
  width: 40%;
}
.specArea table tr th {
  width: 50%;
  text-align: center;
}
.specArea table tr th span {
  color: #EE0A5E;
  border-radius: 5px;
  padding: 0 5px;
  margin-left: 10px;
  background: #fff;
  font-style: italic;
}
.specArea table tr td {
  text-align: center;
  border-bottom: #F4F4F4 solid 1px;
  padding: 10px 0 10px 50px;
  background: #fff;
}
.specArea table tr td:first-child {
  padding-left: 30px !important;
}
.specArea table tr:nth-of-type(odd) td {
  background: #f7f7f7;
}
.specArea table tr:last-of-type td {
  background: #fff;
}
.campaign {
  display: block;
  text-align: center;
}
.campaign > .txtbox {
  width: 80%;
  margin: 0 auto;
  font-size: 24px;
}
.campaign > .txtbox > p {
  font-size: 16px;
  text-align: left;
  margin: 0;
}
.campaign > .txtbox > p > span {
  font-size: 13px;
  color: #969696;
}
@media screen and (max-width:479px) {
  .specArea {
    overflow: auto; /*tableをスクロールさせる*/
    white-space: nowrap; /*tableのセル内にある文字の折り返しを禁止*/
  }
  .specArea::-webkit-scrollbar { /*tableにスクロールバーを追加*/
    height: 5px;
  }
  .specArea::-webkit-scrollbar-track { /*tableにスクロールバーを追加*/
    background: #F1F1F1;
  }
  .specArea::-webkit-scrollbar-thumb { /*tableにスクロールバーを追加*/
    background: #BCBCBC;
  }
  .specArea table {
    font-size: 14px;
    margin: 0 auto 30px;
    letter-spacing: 0;
  }
  .specArea table tr th:first-child {
    width: auto;
  }
  .specArea table tr td:first-child {
    padding-left: 10px !important;
    padding-right: 10px;
  }
  .specArea table tr th, .specArea table tr td {
    padding: 10px;
  }
  .campaign > .txtbox {
    width: 100%;
  }
  .optionPen table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    margin-bottom: 0;
    -webkit-overflow-scrolling: touch;
  }
  .optionPen table tr td:first-of-type {
    white-space: pre-wrap;
    vertical-align: middle;
  }
  .optionPen table tbody {
    width: 100%;
    display: table;
  }
  .optionPen table tr td {
    vertical-align: middle;
  }
  #options img {
    width: 150px !important;
  }
  .optionBox2 ul {
    justify-content: space-between;
  }
  .optionBox2 ul li {
    width: 50%;
  }
  .optionBox2 h4 {
    font-size: 12px;
  }
}
/*-------------------------------------
　製品画像
---------------------------------------*/
.modelBox1col {
  margin-bottom: 30px;
}
.modelBox1col h3 {
  font-size: 44px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
}
.modelBox2col {
  text-align: center;
  margin-bottom: 30px;
  padding: 20px 20px 2px;
  background-color: #cdcdcd;
}
.modelBox2col ul {
  display: flex;
  justify-content: space-between;
}
.modelBox2col ul li {
  width: 50%;
}
.modelBox2col ul li:last-child img {
  margin: 0 0 18px 12px;
  width: 30%;
}
.modelBox2col ul li:last-child img:hover {
  cursor: pointer;
}
@media screen and (max-width:479px) {
  .modelBox1col h3 {
    font-size: 8vw;
  }
  .modelBox2col {
    padding: 10px;
  }
  .modelBox2col ul {
    flex-direction: column;
  }
  .modelBox2col ul li {
    width: 100%;
  }
  .modelBox2col ul li:first-child {
    margin-bottom: 10px;
  }
  .modelBox2col ul li:last-child img {
    margin: 0 0 10px 2%;
    width: 31%;
  }
  .modelBox2col ul li:last-child img:nth-child(3n+1) {
    margin-left: 0;
  }
  .modelBox2col ul li:last-child img:nth-child(n+7) {
    margin-bottom: 0;
  }
}
/*-------------------------------------
　終章
---------------------------------------*/
.finalBox1col {
  margin-bottom: 60px;
}
.finalBox1col p {
  width: 90%;
  margin: 0 auto 4px;
}
@media screen and (max-width:479px) {}
/*-------------------------------------
　購入ボタン + 詳細ボタン
---------------------------------------*/
.buyBtn, .detailBtn {
  text-align: center;
}
.optionBox2col ul li p.detailBtn {
  position: absolute;
  width: 100%;
  margin: 0 auto -60px;
  bottom: 0;
}
.buyBtn a, .detailBtn a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 300;
  color: #444509;
  text-decoration: none;
  background-color: #fdff5d;
  width: 400px;
  padding: 6px;
  border-radius: 5px;
  border-bottom: solid 3px #444509;
}
.detailBtn a {
  width: 320px;
}
.buyBtn a::after, .detailBtn a::after {
  content: none;
  position: absolute;
  top: 12px;
  right: 106px;
}
.detailBtn a::after {
  right: 60px;
}
.buyBtn a:hover, .detailBtn a:hover {
  margin-top: 3px;
  border-bottom: none;
}
@media screen and (max-width:479px) {
  .buyBtn a, .detailBtn a {
    font-size: 4vw;
    width: 97%;
  }
  .buyBtn a::after, .detailBtn a::after {
    top: 24%;
    right: 24%;
  }
  .optionBox2col ul li p.detailBtn {
    width: 90%;
    position: unset;
    margin-bottom: 0;
  }
}
/*-------------------------------------
　fadein
---------------------------------------*/
/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  transform: translate(-300px, 0);
  transition: all 1200ms;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); /*opacity : 1;
	transform : translate(0, 0);*/
}
/* 画面外にいる状態・右側から */
.fadeinR {
  transform: translate(300px, 0);
}
/* 画面外にいる状態・下から */
.fadeinUp {
  transform: translate(0, 50px);
}
/* 画面内に入った状態 */
.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
@media screen and (max-width:479px) {}
/*---------------------------
　ページTOPへ
---------------------------*/
#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 55px;
}
#pagetop a {
  color: #fff;
  background-color: #333;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
.pagetop {
  display: none;
}
/*---------------------------
　clearfix
---------------------------*/
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
/*---------------------------
　サイドバナー
---------------------------*/
.sidebannerLeft, .sidebannerRight {
  display: none!important;
}
/*---------------------------
　コピーライト
---------------------------*/
#copyright {
  font-size: 10px;
  padding: 20px 110px 0 0;
  word-break: break-all;
}
/*---------------------------
twitter
---------------------------*/
.top-news {
  overflow-y: auto;
  margin: 5px 0 0;
  padding: 0px 10px;
  height: 500px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.top-news li {
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px dotted #ccc;
  font-size: 14px;
}
.top-news li a {
  color: #333;
  text-decoration: none;
}
.top-news li a span {
  color: #0e358e;
  text-decoration: none;
}
.top-news li a:hover {
  text-decoration: underline;
}
.top-news li:first-child {
  margin: 0;
  padding: 0;
  border-top: none;
}
@media screen and (max-width:479px) {
  .top-news {
    margin-bottom: 40px;
  }
}
/*---------------------------
　イベント
---------------------------*/
.eventBlock {
  border-top: 1px solid #eee;
  font-size: 20px;
}
.eventBlock img, .eventBlock ul, .eventBlock .event_text {
  margin-bottom: 30px;
}
.eventBlock h4 {
  color: #ee2f62;
  text-align: center;
  font-size: 36px;
  margin-bottom: 30px;
}
.eventBlock ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.eventBlock ul li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}
.eventBlock ul li:first-child {
  margin-right: 100px;
}
.eventBlock ul li span {
  position: relative;
  background: #364c9d;
  display: block;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 15px;
}
.eventBlock ul li span:before {
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  position: absolute;
  top: 28px;
  width: 90px;
  text-align: center;
  display: block;
}
.eventBlock ul li:first-child span:before {
  content: "時 間";
}
.eventBlock ul li:last-child span:before {
  content: "場 所";
}
.eventBlock .event_text {
  border: 6px solid #364c9d;
  border-radius: 20px;
  padding: 20px 30px;
}
.eventBlock .event_link {
  text-align: center;
  font-size: 24px;
}
.eventBlock .event_link a {
  color: #ee0a5e;
}
@media screen and (max-width: 479px) {
  .eventBlock img, .eventBlock ul, .eventBlock .event_text {
    margin-bottom: 20px;
  }
  .eventBlock h4 {
    font-size: 6.6vw;
    margin-bottom: 30px;
  }
  .eventBlock ul li:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .eventBlock ul {
    display: block;
  }
  .eventBlock ul li {
    justify-content: flex-start;
    font-size: 6.6vw;
    line-height: 1.2;
  }
  .eventBlock ul li span {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }
  .eventBlock ul li span:before {
    font-size: 84%;
    top: 24px;
    width: 70px;
  }
  .eventBlock .event_text {
    border: 4px solid #364c9d;
    padding: 20px 20px;
    font-size: 5vw;
  }
  .eventBlock .event_link {
    font-size: 6.2vw;
  }
  .eventBlock .event_link a {}
}
/*----------------------------------------------------
　キービジュアル
----------------------------------------------------*/
.kv {
  background: url(../5info/img/dg-d10iwp2/kv_bg.webp) no-repeat;
  height: auto;
  padding: 80px 0 0;
  background-size: auto;
  background-position: 70% 20%;
}
.kv__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding: 20px 80px;
}
.kv__img {
  position: absolute;
  -webkit-transition: all .1s;
  transition: all .1s;
  top: 0;
  bottom: auto;
  max-width: 660px;
  width: 100%;
  right: 50px;
}
.kv__heading {
  color: #0f3480;
  font-weight: 400;
  line-height: 1.1;
  z-index: 1;
  margin-bottom: 60px;
  font-size: 100px;
}
.kv__heading span {
  color: #DB3368;
  font-weight: 300;
  font-size: 36px;
}
.kv__word {
  color: #383838;
  z-index: 1;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 20px;
}
.kv__price {
  color: #DB3368;
  font-weight: 600;
  font-size: 60px;
}
.kv__price_yen {
  font-size: 50%;
}
.kv__copyright {
  margin: 80px auto 20px;
  text-align: center;
  width: 85%;
}
.kv__copyright p {
  font-size: 18px;
  color: #383838;
}
.point_copy1 {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
  justify-content: space-between;
}
.point_copy2 {
  background-color: #fff;
  padding: 10px 120px;
  width: 100%;
  text-align: left;
  margin: 10px 0;
}
.point_copy2 p:nth-of-type(n+2) {
  margin-top: 10px;
}
.point_copy2 img {
  height: 50px;
	width: auto;
	margin-right: 10px;
}
.point_copy2 img:first-of-type {
	margin-left: 1em;
}
.point_copy2 p:nth-of-type(n+2) img:first-of-type {
	margin-left: 4em;
}
.point_copy2 img:last-of-type {
	margin-right: 0;
}
.point_copy2 img.more_big {
  height: 66px;
}
.point_l,.point_r {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 10px;
}
.point_l:after {
  content: '+';
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  left: 130px;
}
.mainContents section img.kv__copyright__img {
  margin-right: 1em;
  height: auto;
  width: 160px;
}
/*.kv__copyright img:nth-of-type(2) {
  margin-left: 2em;
}*/
.kv__copyright__txt {
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 479px) {
  .kv {
    background: url(../5info/img/dg-d10iwp2/kv_bg_sp.webp) no-repeat, url(../5info/img/dg-d10iwp2/kv_bg_sp_more.webp) repeat-y;
    height: auto;
    padding: 0 0 20px;
    background-size: 110%;
    background-position: center top, center bottom;
    width: 100vw;
  }
  .kv__inner {
    padding: 0 20px;
    height: auto;
  }
  .kv__img {
    position: static;
    width: 76%;
    margin: -8vw 0 10px auto;
  }
  .kv__heading {
    font-size: 14vw;
    margin-bottom: 0;
  }
  .kv__heading span {
    font-size: 6vw;
  }
  .kv__copyright {
    margin: 30vw auto 0;
    text-align: center;
    width: 100%;
}
  .kv__word {
    font-size: 8vw;
    margin-bottom: 1vw;
  }
  .kv__price {
    font-size: 9vw;
    margin-bottom: 6vw;
  }
  .kv__copyright {
    position: static;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .point_copy1 {
    display: block;
  }
  .kv__copyright p {
    font-size: 14px;
}
.point_copy2 {
  padding: 10px;
	text-align: center;
}
#lp_page .point_copy2 img, #lp_page .point_copy2 img.more_big {
  height: 50px !important;
	width: auto !important;
	margin: 10px auto 0;
	display: block;
}
  .mainContents section img.kv__copyright__img {
    width: 30%;
    margin-right: 0;
  }
  /*.kv__copyright img:nth-of-type(2) {
    margin-left: 0;
  }*/
  .kv__copyright__txt {
    font-size: 3.6vw;
    width: 66%;
  }
  .kv__copyright__txt:first-of-type {
    margin-bottom: 10px;
  }
}
/*----------------------------------------------------
　製品情報
----------------------------------------------------*/
.product_infoBox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.product_infoBox .imgbox {
  width: 44%;
  margin-top: 16px;
}
.product_infoBox .txtbox {
  width: 52%;
  font-size: 16px;
}
.product_infoBox .txtbox h4 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product_infoBox .txtbox .sub_info {
  margin-bottom: 10px;
}
.product_infoBox .txtbox dl {
  margin-bottom: 20px;
}
.product_infoBox .txtbox dl::after {
  content: "";
  display: block;
  clear: both;
}
.product_infoBox .txtbox dt {
  float: left;
  width: 24%;
}
.product_infoBox .txtbox dt, .product_infoBox .txtbox dd {
  padding: 10px 6px;
}
.product_infoBox .txtbox dd:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}
.product_infoBox .txtbox dd:nth-of-type(even) {
  background: #fafafa;
}
.product_infoBox .priceTxt {
  font-size: 28px;
  color: #DB3368;
  font-weight: bold;
  margin-bottom: 20px;
}
.product_infoBox .priceTxt .price_yen {
  font-size: 50%;
}
.product_infoBox ul {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.product_infoBox ul a {
  text-decoration: none;
  color: #383838;
}
.product_infoBox .btnLineup {
  width: 60%;
}
.product_infoBox .btnLineup a {
  font-weight: 400;
  color: #fff;
}
.product_infoBox ul li:last-of-type {
  margin-left: 30px;
}
.bundle_infoBox {
  border: 2px solid #58a9b0;
  padding: 20px 40px;
  box-sizing: border-box;
  position: relative;
}
.bundle_bg {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 106px 180px 0 0;
  border-color: #58a9b0 transparent transparent transparent;
}
.bundle_add {
  position: absolute;
  top: 16px;
  left: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  transform: rotate(-30deg);
}
.bundle_infoBox h4 {
  color: #58a9b0;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.bundle_infoBox dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.bundle_infoBox dl dt {
  width: 20%;
  text-align: center;
}
.bundle_infoBox dl dt:first-of-type {
  width: 16%;
}
.bundle_infoBox dl dd {
  width: 28%;
  font-size: 15px;
}
.bundle_infoBox dl dd:first-of-type {
  border-right: 1px solid #ccc;
  padding-right: 2%;
  width: 30%;
}
.bundle_infoBox dl dd p {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.bundle_infoBox .bundle_pen {
  height: 160px;
  width: auto;
}
.bundle_kome {
  width: 40%;
  font-size: 12px;
  margin: 20px 0 0 auto;
}
@media screen and (max-width: 479px) {
  .product_infoBox {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }
  .product_infoBox .imgbox {
    width: 60%;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .product_infoBox .txtbox {
    width: 100%;
    font-size: 3.6vw;
  }
  .product_infoBox .txtbox h4 {
    font-size: 6vw;
    text-align: center;
  }
  .product_infoBox .txtbox .sub_info {
    margin-bottom: 6px;
  }
  .product_infoBox .txtbox dl {
    margin-bottom: 10px;
  }
  .product_infoBox .txtbox dt {
    width: 30%;
  }
  .product_infoBox .priceTxt {
    font-size: 7.6vw;
    margin-bottom: 10px;
    text-align: center;
  }
  .product_infoBox .btnLineup a {
    margin: 0;
    font-size: 3.8vw;
  }
  .product_infoBox ul {
    width: 90%;
    margin: 0 auto;
  }
  .product_infoBox ul li:last-of-type {
    margin-left: 0;
    width: 40%;
    text-align: center;
  }
  .bundle_infoBox {
    padding: 0 0 20px;
  }
  .bundle_bg {
    display: none;
  }
  .bundle_add {
    position: static;
    font-size: 6vw;
    transform: rotate(0);
    background: #58a9b0;
    text-align: center;
    padding: 4px 0 6px;
    margin-bottom: 10px;
  }
  .bundle_infoBox h4 {
    font-size: 4vw;
    margin-bottom: 10px;
    padding: 0 2vw;
  }
  .bundle_infoBox dl {
    flex-wrap: wrap;
    padding: 0 2vw;
  }
  .bundle_infoBox dl dt {
    width: 30%;
  }
  .bundle_infoBox dl dt:first-of-type {
    width: 30%;
  }
  .bundle_infoBox dl dd {
    width: 66%;
    font-size: 3.2vw;
  }
  .bundle_infoBox dl dd:first-of-type {
    border-right: none;
    padding-right: 0;
    width: 66%;
    margin-bottom: 10px;
  }
  .bundle_infoBox dl dd p {
    font-size: 3.6vw;
    margin-bottom: 6px;
  }
  #lp_page .bundle_infoBox .bundle_pen {
    height: 26vw !important;
  }
  .bundle_kome {
    width: 96%;
    font-size: 2.8vw;
    margin: 10px auto 0;
    text-indent: -1em;
    padding-left: 1em;
  }
}
/*----------------------------------------------------
　特長
----------------------------------------------------*/
.featureBox {
  padding: 60px 0;
}
.contents_block {
  box-sizing: border-box;
  background: #fff;
  font-size: 18px;
}
.point_box {
  width: 30%;
}
.contents_box {
  display: flex;
  justify-content: space-between;
  width: 1050px;
  margin: 60px auto;
}
.contents_block > .inner {
  padding: 20px;
}
.contents_block.text_center > .inner {
  flex-direction: column;
  padding: 90px 0;
}
.contents_block > .inner .icontext {
  display: block;
  margin: 0 auto 30px;
}
.contents_block > .inner .textBlock {
  margin: 20px auto;
}
.contents_block > .inner .textBlockFull {
  margin-top: 50px;
  width: 100%;
}
.contents_block > .inner .textBlock > dt, .contents_block > .inner .textBlockFull > dt {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  display: flex;
}
.check_icon {
  width: 45px;
  height: 45px!important;
  margin: 6px 15px;
}
.contents_block > .inner .textBlock > dd, .contents_block > .inner .textBlockFull > dd {
  letter-spacing: .02em;
  margin-top: 20px;
  line-height: 1.9;
  text-align: left;
  word-break: break-all;
}
.contents_block > .inner .img_block {
  position: absolute;
}
.contents_block > .inner .img_block img {
  width: 100%;
}
.contents_block .cont_pc {
  display: block;
}
.contents_block .cont_sp {
  display: none;
}
.contents_block.overview {
  background: #F5F5F5 url("../5info/img/feature_raytrektab_8inch/bg_overview.jpg") bottom center / contain no-repeat;
  height: 640px;
}
.contents_block.overview > .inner .textBlock.cont_right {
  margin: 0 -60px 0 auto;
}
.contents_block.product > .inner .img_block.cont_right {
  top: 75px;
  right: -200px;
  width: 674px;
}
.contents_block.product > .inner .img_block.cont_left {
  top: 75px;
  left: -110px;
  width: 874px;
}
.contents_block.product > .inner .textBlock.cont_right {
  height: 645px;
}
.contents_block dl.modelSize {
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-size: 22px;
  margin-top: 40px;
}
.contents_block dl.modelSize dt {
  margin-right: 1em;
}
.contents_block dl.modelSize dt:first-child + dd {
  margin-right: 2em;
}
.contents_block dl.modelSize span {
  color: #d7373f;
  font-size: 50px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 0 2px 0 9px;
}
.contents_block.cont_movie {
  background: #F5F5F5;
  position: relative;
}
.contents_block.cont_movie > .inner .cont_movie_flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 1050px;
  margin: 60px auto;
}
.contents_block.cont_movie > .inner .textBlock {
  width: 670px;
  text-align: left;
}
.contents_block.cont_movie > .inner .cont_movie_logo {
  width: 300px;
}
.contents_block.cont_movie > .inner .cont_movie_kome {
  font-size: 16px;
  margin-bottom: 60px;
  text-align: center;
}
.contents_block.cont_movie > .inner .cont_movie_ttl {
  text-align: center;
  margin-bottom: 30px;
}
.contents_block.cont_movie > .inner .cont_movie_ttl p {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  font-size: 26px;
}
.cont_movie_ttl p:before, .cont_movie_ttl p:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #383838;
}
.cont_movie_ttl p:before {
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.cont_movie_ttl p:after {
  right: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.movie_box {
  margin: 120px 0 40px;
}
.video_contents_wrapper {
  width: 900px;
  margin: 60px auto;
}
.videoContents {
  margin: 0 auto;
  width: 700px;
}
.video_contents_wrapper h4 {
  font-size: 28px;
  font-weight: 300;
  margin: 20px 0 10px;
}
.video_contents_wrapper p {
  width: 700px;
  margin: 20px auto 0;
  font-size: 20px;
  font-weight: 300;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:479px) {
  .contents_block {
    font-size: 3.6vw;
    width: 100%;
    margin: 0 auto;
  }
  .contents_block > .inner {
    width: 100%;
    padding: 2vw;
    box-sizing: border-box;
    flex-direction: column;
    margin-bottom: 20px;
  }
  .contents_block > .inner .textBlock {
    text-align: center;
    width: 100%;
  }
  .contents_block > .inner .textBlockFull {
    margin-top: 0;
  }
  .contents_block > .inner .textBlock > dt, .contents_block > .inner .textBlockFull > dt {
    justify-content: center;
    align-items: center;
  }
  .contents_block > .inner .textBlock > dd, .contents_block > .inner .textBlockFull > dd {
    margin-top: 2vw;
    font-size: 1.6rem;
  }
  .check_icon {
    width: 18%;
    margin: 10px;
}
  .contents_block > .inner .img_block {
    margin-top: 6vw;
    position: static;
  }
  .contents_block > .inner .img_block img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
  }
  .contents_block .cont_right, .contents_block .cont_left {
    float: none;
  }
  .contents_block .cont_pc {
    display: none;
  }
  .contents_block .cont_sp {
    display: block;
  }
  .contents_block.overview {
    background: none;
    height: auto;
    padding-bottom: 0;
    padding-top: 0;
  }
  .contents_block.overview > .inner .textBlock.cont_right {
    margin: 0;
  }
  .contents_block.product > .inner .img_block.cont_right, .contents_block.product > .inner .img_block.cont_left {
    width: 100%;
  }
  .contents_block.product > .inner .textBlock.cont_right {
    height: auto;
    width: 100%;
  }
  .contents_block dl.modelSize {
    flex-wrap: wrap;

    font-size: 2rem;
    line-height: 1;
    margin-top: 4vw;
  }
  .contents_block dl.modelSize span {
    font-size: 4rem;
  }
  .contents_block dl.modelSize dt {
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
  .contents_block dl.modelSize dt:first-child + dd {
    margin-bottom: 6vw;
    margin-right: 0;
  }
  .contents_block .mt40 {
    margin-top: 10vw;
  }
  .contents_block.cont_movie > .inner .cont_movie_flex {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    width: 100%;
  }
  .contents_box {
    display: block;
    justify-content: space-between;
    width: 100%;
}
  .contents_block.cont_movie > .inner .textBlock {
    width: 100%;
  }
  .contents_block.cont_movie > .inner .cont_movie_logo {
    width: 40%;
    margin-top: 10px;
  }
  .contents_block.cont_movie > .inner .cont_movie_kome {
    font-size: 3.4vw;
    margin-bottom: 30px;
    text-indent: -1em;
    padding-left: 1em;
    text-align: left;
  }
  .contents_block.cont_movie > .inner .cont_movie_ttl {
    margin-bottom: 20px;
  }
  .contents_block.cont_movie > .inner .cont_movie_ttl p {
    padding: 0;
    font-size: 5vw;
  }
  .cont_movie_ttl p:before, .cont_movie_ttl p:after {
    content: none;
  }
  .video_contents_wrapper {
    width: 100%;
  }
  .videoContents {
    width: 100%;
    height: auto;
  }
  .video_contents_wrapper h4 {
    font-size: 5.9vw;
    margin: 20px 0 0;
  }
  .video_contents_wrapper p {
    width: 100%;
    font-size: 4.5vw;
  }
}
/*----------------------------------------------------
　VOICE
----------------------------------------------------*/
.vioceArea {
  padding: 0;
}
.review__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.review__content .card {
  width: calc(91% / 3);
  padding: 0 3.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.review__content .card:not(:nth-child(3n+1)) {
  position: relative;
}
.review__content .card:not(:nth-child(3n+1))::before {
  content: '';
  position: absolute;
  left: calc(1px - 8%);
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #cacaca;
}
.review__content .review__img {
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
}
.review__content .review__name {
  text-align: center;
  margin-bottom: 10px;
}
.review__content .review__name .name_title {
  display: block;
  font-size: 16px;
}
.review__content .review__name .name_name {
  display: block;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.9;
  color: #000;
  letter-spacing: 4px;
}
.review__content .review__achievement {
  background-color: #f0f0f0;
  padding: 1em;
}
.review__content .review__achievement p {
  font-size: 14px;
}
.review__content .btn__wrap {
  width: 100%;
  padding-top: 20px;
  margin-top: auto;
}
#container .review__content .btn__more {
  position: relative;
  border: 2px solid transparent;
  background-color: #0f3480;
  color: #fff;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  padding: 10px 0;
  overflow: hidden;
  z-index: 0;
  border-radius: 1.5em;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#container .review__content .btn__more:hover {
  border-color: #0f3480;
  color: #0f3480;
}
#container .review__content .btn__more::before {
  content: '';
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
#container .review__content .btn__more:hover::before {
  height: 100%;
}
.vioce_video {
  background: #0f3480;
  background: -webkit-gradient(linear, left top, left bottom, from(#0f3480), to(#0c2863));
  background: linear-gradient(to bottom, #0f3480 0%, #0c2863 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f3480', endColorstr='#0c2863', GradientType=0);
  padding: 60px 0;
  margin-top: 60px;
}
.vioce_video .video__inner {
  max-width: 730px;
  margin: 0 auto;
}
.vioce_video .video__wrap {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.vioce_video .video__wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 479px) {
  .review__content .card {
    width: 90%;
    margin: 0 auto;
  }
  .review__content .card:not(:nth-child(3n+1))::before {
    content: none;
  }
  .review__content .card:not(:first-child) {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #cacaca;
  }
  .review__content .review__img {
    width: 40vw;
  }
  .review__content .review__name {
    margin-bottom: 6px;
  }
  .review__content .review__name .name_title {
    font-size: 3.6vw;
  }
  .review__content .review__name .name_name {
    font-size: 4vw;
    letter-spacing: 2px;
  }
  .review__content .review__achievement p {
    font-size: 3.2vw;
  }
  .review__content .btn__more {
    font-size: 3.6vw;
    padding: 10px 0;
    transition: unset;
  }
  .review__content .btn__more:hover {
    color: #fff;
  }
  .review__content .btn__more::before {
    content: none;
  }
  .vioce_video {
    margin-top: 30px;
    padding: 6vw 2vw;
  }
}
/*　ストア&商品レビュー
---------------------------------------*/
section.review_area {
  padding-top: 0;
}
.yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel .headline {
  display: none;
}
#store_review_wrapper {
  margin: 0 auto;
  background: #fff;
  width: 970px
}
#store_review_wrapper .yotpo-reviews-carousel {
  margin-top: 10px;
  margin-left: 10px
}
.yotpo-reviews-carousel .carousel-display-wrapper {
  padding: 15px 0 30px !important;
}
@media screen and (max-width:479px) {
  #store_review_wrapper {
    margin: 0 auto 30px;
    width: 100%
  }
}
/*　サービス・サポート
---------------------------------------*/
section.service_area {
  background: #fff url("../5include/footer/img/bg_reason.webp") center top;
  padding: 60px 0;
}
section.service_area h3, section.service_area h3::after {
  color: #fff;
}
.reasonBnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 40px;
}
.reasonBnr li {
  width: 30%;
  background: #fff;
  border-radius: 10%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.4;
  padding: 20px 24px 40px;
  color: #605b5a;
  position: relative;
}
.reasonBnr li p {
  margin-bottom: 10px;
}
.reasonBnr li p:nth-child(2) {
  border-bottom: 2px dotted #c0c0c0;
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 4px;
  text-align: center;
}
.reasonBnr li img {
  display: block;
  margin: 0 auto 20px;
  width: 56%;
  height: auto;
}
.reasonBnr li a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  font-size: 16px;
}
section.service_area .btnReason {
  text-align: center;
  margin-top: 40px;
}
#container .service_area .btnReason a {
  background: #001951;
  border: 2px solid #0094dd;
  display: block;
  padding: 10px 0;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 2px;
  position: relative;
  overflow: hidden;
  max-width: 500px;
  margin: 0 auto;
}
#container .service_area .btnReason a > span {
  position: relative;
  z-index: 10;
  color: #fff;
}
.service_area .btnReason a::after {
  content: '';
  font-size: inherit;
  display: block;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 4px 6px;
  z-index: 10;
}
.service_area .btnReason a::before {
  content: '';
  height: 100%;
  width: 110%;
  transform: skew(20deg);
  position: absolute;
  left: -115%;
  top: 0;
  background: #0094dd;
  transition: transform .4s;
  z-index: 1;
}
.service_area .btnReason a:hover::before {
  transform: skew(20deg) translateX(100%);
}
.li_sp {
  display: none;
}
@media screen and (max-width:479px) {
  .reasonBnr {
    margin-bottom: 0;
  }
  .reasonBnr li {
    width: 47%;
    font-size: 3.2vw;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4%;
  }
  .reasonBnr li p {
    margin-bottom: 6px;
  }
  .reasonBnr li p:nth-child(2) {
    font-size: 3.4vw;
    padding-bottom: 2px;
  }
  .reasonBnr li img {
    margin: 0 auto 10px;
    width: 64%;
  }
  .reasonBnr li a {
    position: static;
    font-size: 3.6vw;
    margin: 10px auto 0;
    text-align: center;
    display: block;
    transform: translate(0);
  }
  section.service_area .btnReason {
    margin-top: 20px;
  }
  .service_area .btnReason a {
    font-size: 18px;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    max-width: 80%;
    width: 80%;
  }
  .service_area .btnReason a::before {
    content: none;
  }
  .li_sp {
    display: block;
  }
}
/*　ドスパラ店舗
---------------------------------------*/
.ad_gall_content_shop {
  background: #0094dd;
  padding: 20px 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.ad_gall_content_shop .ad_gall_content_wrap {
  margin-bottom: 30px;
}
.shopTile {
  font-size: 24px;
  text-align: center;
  background: #fff;
  padding: 14px 0 10px;
  margin-bottom: 30px;
  color: #252d35;
}
.shopTile span {
  color: #093381;
  font-weight: bold;
}
.shopContent {
  display: flex;
  justify-content: space-between;
}
.shopList {
  width: 295px;
}
.shopImg {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}
.shopList .shopName {
  padding: 19px 0 3px 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px dotted #fff;
}
.shopList .shopIntro {
  font-size: 13px;
  padding-top: 18px;
  color: #fff;
}
.shopList .shopIntro span {
  letter-spacing: -1.7px;
}
.shopBtn {
  text-align: center;
  padding-top: 40px;
}
#container .shopBtn a {
  text-decoration: none;
  font-size: 20px;
  background: #e09d00;
  color: #fff;
  padding: 8px 30px 10px;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: 4px 4px 0 #ad621c;
}
.loungeSubTile {
  font-size: 20px;
  margin-left: 200px;
}
.loungeTile {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 2px solid #fff;
}
.loungeTile span {
  font-size: 34px;
}
.loungeContent {
  display: flex;
  justify-content: space-between;
}
.loungeContent .loungeImg {
  width: 56%;
}
.loungeContent .loungeImg img {
  max-width: 100%;
  height: auto;
}
.loungeContent .lounge_right {
  width: 38%;
}
.loungeContent .loungeTitle {
  font-size: 20px;
  color: #11aeef;
  font-weight: bold;
}
.loungeContent .loungeIntro {
  font-size: 14px;
  margin-top: 7px;
}
.shop_kome {
  font-size: 16px;
}
@media screen and (max-width:479px) {
  .ad_gall_content_shop {
    padding: 20px 4%;
    margin-bottom: 10px;
  }
  .shopTile {
    font-size: 4.4vw;
    padding: 10px 0 6px;
  }
  .shopContent {
    flex-direction: column;
    align-items: center;
  }
  .shopList {
    width: auto;
    max-width: 295px;
    margin-bottom: 20px;
  }
  .shopList .shopName {
    font-size: 3.6vw;
  }
  .shopList .shopIntro {
    font-size: 3.4vw;
    padding-top: 10px;
  }
  .shopBtn a {
    font-size: 4.2vw;
  }
  .loungeSubTile {
    font-size: 4.2vw;
    margin-left: 0;
  }
  .loungeTile {
    font-size: 5.4vw;
  }
  .loungeTile span {
    font-size: 6.4vw;
  }
  .loungeContent {
    flex-direction: column;
    align-items: center;
  }
  .loungeContent .loungeImg {
    width: 84%;
    margin-bottom: 20px;
  }
  .loungeContent .lounge_right {
    width: 100%;
  }
  .loungeContent .loungeTitle {
    font-size: 4.4vw;
  }
  .loungeContent .loungeIntro {
    font-size: 3.6vw;
  }
}
/*-------------------------------------
　スマホ用floatingTab
---------------------------------------*/
.floatingTab {
  display: none;
}
@media screen and (max-width:479px) {
  .floatingTab {
    width: 100%;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
    height: 60px;
    position: relative;
    z-index: 10100;
    display: block;
  }
  .floatingTab.tab_fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
  .floatingTab .tab_box {
    width: 100vw;
    background: #fff;
    margin-left: -120vw;
    z-index: 10300;
    transition: all 0.5s;
    padding: 14px 0;
    box-sizing: border-box;
    box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
  }
  .floatingTab .tab_box.ham_show {
    margin-left: 0;
  }
  .floatingTab .tab_area {
    text-align: center;
    z-index: 20000;
  }
  .floatingTab .tab_area li {
    margin-bottom: 10px;
  }
  .floatingTab .tab_area li:last-of-type {
    margin-bottom: 0;
  }
  #container .floatingTab .tab_area li a {
    text-decoration: none;
    display: block;
    color: #6495b3;
    font-size: 5vw;
    letter-spacing: 4px;
  }
  .sp_logo {
    text-align: center;
    color: #6495b3;
    font-size: 6.4vw;
    line-height: 40px;
    margin-bottom: 0;
    /* letter-spacing: 4px; */
    letter-spacing: 2px;
    display: flex;
    justify-content: flex-end;
	align-items: center;
	padding-top: 8px;
  }
  #container .sp_logo a {
    color: #6495b3;
    display: block;
  }
  #container .sp_logo a:last-of-type {
    background: #DB3368;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    padding: 2px 15px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 400;
    box-sizing: border-box;
	margin: 0 10px;
  }
  .sp_hum {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 10200;
    background: rgba(255, 255, 255, 0.9);
  }
  .ham_close {
    display: none;
  }
}

/* review */
.review_box {
  box-sizing: border-box;
  padding: 60px 40px;
  font-size: 14px;
  color: #333;
  margin: 60px auto;
  width: 1050px;
}
.review01, .review03 {
  background: #f8c5c4;
}
.review02, .review04 {
  background: #6595b3;
}
.review_flex {
  display: flex;
  justify-content: space-between;
}
.flex_txt {
font-size: 18px;
line-height: 1.6;
margin-left: 50px;
}
.flex_txt span {
  font-size: 48px;
}
.review_profile {
  background: #fff;
  padding: 10px 25px 30px;
  margin:20px 0 0;
}
.review_profile dl {
    font-size: 14px;
    color: #333;
}
.review_profile dl>dt {
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0;
}
.review_profile dl>dt:before {
content: '■'
}
.js-accordion-toggle {
  color: #fff;
    background: #F0670A;
    padding: 10px 20px;
    width: 37%;
    font-size: 22px;
    text-align: center;
    margin-left: 22%;
	cursor: pointer;
}
.js-accordion-toggle:hover {
	opacity: 0.8;
}
.review02 .js-accordion-toggle:hover, .review04 .js-accordion-toggle:hover {
	opacity: 0.9;
}
.review_profile ul.sns-icons {
    display: flex;
    align-items: center;
}
.review_profile ul.sns-icons>li {
    margin-right: 10px;
}
h6 {
  margin: 15px 0;
}
@media screen and (max-width: 479px) {
  .featureBox {
     padding: 0;
}
.review_box {
  width: 100%;
  padding: 20px;
}
.flex_txt {
  margin: 0;
}
 .review_flex {
  display: block;
  text-align: center;
 }
 .review_flex p {
  text-align: left;
 }
 .js-accordion-toggle {
    width: 100%;
    margin: 0 auto;
}
.js-accordion-toggle:hover, .review02 .js-accordion-toggle:hover, .review04 .js-accordion-toggle:hover {
	opacity: 1;
}
}
