@charset "UTF-8";
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


/* -------------------------------------------------------------
基本設定
--------------------------------------------------------------*/
body {
  -webkit-text-size-adjust: 100%;
  font-family: helvetica, arial, "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.6;
}

body.body_white {
  color: #333;
  background-color: #fff;
}

a {
  color: #b2182a;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

sup {
  font-size: 50%;
  vertical-align: top;
}

sub {
  font-size: 50%;
  vertical-align: bottom;
}

.ib {
  display: inline-block;
}



/* -------------------------------------------------------------
PC
--------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .header {
    width: 100%;
    height: 88px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .header__logo {
    padding: 20px;
  }
  .header__logo a {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header__logo a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  .header__gnaviBtn {
    display: none;
  }
  .header__gnavi {
    display: block;
  }
  .header__gnavi .gnavi__contents ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header__gnavi .gnavi__contents ul li a {
    color: #333;
    font-size: 14px;
    font-size: 0.875rem;
    text-decoration: none;
    background-color: #fff;
    width: 100px;
    height: 88px;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header__gnavi .gnavi__contents ul li a:hover {
    color: #fff;
    background-color: #b2182a;
    opacity: 0.5;
  }
  .header__gnavi .gnavi__contents ul li a.is-current {
    color: #fff;
    background-color: #b2182a;
  }
  .header__gc {
    padding: 20px;
  }
  .header__gc a {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header__gc a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  .main {
    display: block;
  }
  .page-title {
    display: none;
  }
  .home {
/*    height: calc(100vh - 63px);  ←「バーチャル背景・壁紙をダウンロード」枠の追加前  */
    padding-top: 88px;
  }
  .home__thumbs {
    background: #fff;
  }
  .home__thumbs a {
    transition: all 0.5s ease;
  }
  .home__thumbs a:hover {
    opacity: 0.7;
  }
  .movie {
    max-width: 1200px;
    padding-top: 150px;
    margin: 0 auto 50px;
  }
  .movie__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .movie__contents .movie_block {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .movie__contents .movie_block:nth-child(3n) {
    margin-right: 0;
  }
  .movie__contents .movie_block a {
    margin-bottom: 10px;
    display: block;
    transition: all 0.5s ease;
  }
  .movie__contents .movie_block a:hover {
    opacity: 0.7;
  }
  .movie__contents .movie_block p {
    line-height: 1.4;
    text-align: center;
  }
  .product {
    max-width: 1200px;
    padding-top: 88px;
    margin: 0 auto 3rem auto;
  }

  .product h2 {
    margin-top: 7rem;
  }
  .product h2.includemovie {
    margin-top: 0;
    position: relative;
  }
  .product h2.includemovie .movie_n1 {
    position: absolute;
    bottom: 25%;
    left: 5%;
    width: 26%;
    margin: auto;
  }
  .product .movie_n1 a,
  .product .movie_n2 a {
    width: 100%;
    display: block;
    transition: all 0.5s ease;
  }
  .product .movie_n1 a:hover,
  .product .movie_n2 a:hover {
    opacity: 0.7;
  }
  .product .movie_n1 a img,
  .product .movie_n2 a img {
    width: 100%;
    display: block;
  }

  .product h3 {
    padding-left: 1.33em;
    font-size: 1.75rem;
    margin-top: 4rem;
    margin-bottom: 1.25rem;
    position: relative;
  }

  .product h3::before {
    content: "";
    background-color: #B2182A;
    width: 0.33em;
    top: 0;
    bottom: 0;
    left: 0.33em;
    margin: auto;
    position: absolute;
    border-radius: 3px;
  }

  .product .addh3margintop {
    margin-top: 4rem;
  }

  .product p {
    margin-bottom: 1rem;
    text-align: justify;
  }

  .product table {
    width: 100%;
  }
  .product table tr td {
    font-size: 90%;
    border: 1px solid #333;
    text-align: left;
    padding: 0 0.5em;
    vertical-align: middle;
  }
  .product table tr td:last-child {
    border-right-width: 0;
    text-align: center;
  }
  .product table tr td:first-child {
    border-left-width: 0;
    width: 70%;
    text-align: left;
  }
  .product table tr td[colspan] {
    text-align: center;
  }

/*
  .product__ttl--01 {
    text-indent: -9999px;
    width: 100%;
    height: 0;
    background: url(../img/product/ttl_01.png) 0 0 no-repeat;
    background-size: contain;
    padding-top: 15%;
  }
  .product__ttl--02 {
    text-indent: -9999px;
    width: 100%;
    height: 0;
    background: url(../img/product/ttl_02.png) 0 0 no-repeat;
    background-size: contain;
    padding-top: 16.66666666%;
  }
  .product__ttl--03 {
    width: 572px;
    margin: 0 auto 60px;
  }
  .product__ttl--04 {
    text-indent: -9999px;
    width: 100%;
    height: 0;
    background: url(../img/product/ttl_04.png) 0 0 no-repeat;
    background-size: contain;
    padding-top: 16.66666666%;
  }
  .product__col2--01 {
    max-width: calc(100% - 200px);
    margin: 70px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .product__contents .box1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .product__contents .box1__header {
    width: calc(50% - 70px);
    margin-left: 70px;
    order: 2;
  }
  .product__contents .box1__body {
    width: calc(50% - 100px);
    padding-top: 70px;
    padding-left: 100px;
    order: 1;
  }
  .product__contents .box1__ttl--02 {
    font-size: 28px;
    font-size: 1.75rem;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
  }
  .product__contents .box1__ttl--02:before {
    content: "";
    background: url(../img/common/icn_01.png) 0 0 no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .product__contents .box1__col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .product__contents .box1__col2 .box1__contents {
    width: calc((100% - 40px) / 2);
  }
  .product__contents .box1__col2 .box1__contents:first-child {
    margin-right: 40px;
  }
  .product__contents .box1__contents {
    margin-bottom: 40px;
  }
  .product__contents .box1__img {
    margin-bottom: 25px;
  }
  .product__contents .box2 {
    max-width: calc(100% - 200px);
    margin: 70px auto;
  }
  .product__contents .box2__ttl--01 {
    font-size: 28px;
    font-size: 1.75rem;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
  }
  .product__contents .box2__ttl--01:before {
    content: "";
    background: url(../img/common/icn_01.png) 0 0 no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .product__contents .box2__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .product__contents .box2__img {
    width: 50%;
  }
  .product__contents .box2__txt {
    width: calc(50% - 40px);
    margin-left: 40px;
  }
  .product__contents .box3 {
    max-width: calc(100% - 200px);
    margin: 70px auto;
  }
  .product__contents .box3__ttl--01 {
    font-size: 28px;
    font-size: 1.75rem;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
  }
  .product__contents .box3__ttl--01:before {
    content: "";
    background: url(../img/common/icn_01.png) 0 0 no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .product__contents .box3__body {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .product__contents .box3__imgWrap {
    width: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .product__contents .box3__imgWrap1 {
    width: 66.6%;
  }
  .product__contents .box3__imgWrap2 {
    width: 33.4%;
  }
  .product__contents .box3__txt {
    width: calc(30% - 40px);
    margin-left: 40px;
  }
  .product__contents .box4 {
    width: calc((100% - 120px) / 2);
    margin-right: 60px;
  }
  .product__contents .box4__ttl--01 {
    font-size: 28px;
    font-size: 1.75rem;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
  }
  .product__contents .box4__ttl--01:before {
    content: "";
    background: url(../img/common/icn_01.png) 0 0 no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .product__contents .box4__img {
    height: 200px;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .product__contents .box4__img img {
    width: auto;
    height: 100%;
  }
  .product__contents .box5 {
    width: calc((100% - 120px) / 2);
    margin-left: 60px;
  }
  .product__contents .box5__ttl--01 {
    font-size: 28px;
    font-size: 1.75rem;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
  }
  .product__contents .box5__ttl--01:before {
    content: "";
    background: url(../img/common/icn_01.png) 0 0 no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .product__contents .box5__imgWrap {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .product__contents .box5__img {
    height: 200px;
    width: calc((100% - 15px) / 2);
  }
  .product__contents .box5__img:first-child {
    margin-right: 15px;
  }
  .product__contents .box5__img img {
    width: auto;
    height: 100%;
  }
  .product__contents .box6 {
    max-width: calc(100% - 200px);
    margin: 70px auto;
  }
  .product__contents .box6__ttl--01 {
    font-size: 28px;
    font-size: 1.75rem;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
  }
  .product__contents .box6__ttl--01:before {
    content: "";
    background: url(../img/common/icn_01.png) 0 0 no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 10px;
    left: 0;
  }
  .product__contents .box6__contents--01 {
    margin-bottom: 60px;
  }
  .product__contents .box6__contents--01 .box6__txt {
    max-width: 740px;
  }
  .product__contents .box6__contents--01 .box6__txt p {
    margin-bottom: 1em;
  }
  .product__contents .box6__contents--01 .box6__txt p:last-child {
    margin-bottom: 0;
  }
  .product__contents .box6__contents--01 .box6__txt p.note {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .product__contents .box6__contents--02 {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .product__contents .box6__contents--02 .box6__img {
    width: calc((100% - 80px) / 2);
  }
  .product__contents .box6__contents--02 .box6__img:first-child {
    margin-right: 40px;
  }
  .product__contents .box6__contents--02 .box6__img:last-child {
    margin-left: 40px;
  }
  .product__contents .box6__contents--03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .product__contents .box6__contents--03 .box6__img:first-child {
    width: 50%;
  }
  .product__contents .box6__contents--03 .box6__img:last-child {
    width: calc(50% - 40px);
    margin-left: 40px;
  }
  .product__contents .box6__contents--03 .box6__img:last-child img {
    width: 285px;
    height: auto;
  }
*/

  .spec {
    font-size: 13px;
    font-size: 0.8125rem;
    max-width: 1200px;
    padding-top: 130px;
    margin: 0 auto;
  }
  .spec__header {
    margin-bottom: 30px;
  }
  .spec__ttl--01 {
    width: 500px;
    height: 75px;
  }
  .spec__ttl--02 {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    margin-bottom: 45px;
    position: relative;
  }
  .spec__ttl--02:before {
    content: "";
    width: 40%;
    height: 1px;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .spec__ttl--02:after {
    content: "";
    width: 40%;
    height: 1px;
    background-color: #333;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .spec__contents {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .spec__contentsInner1 {
    width: 50%;
  }
  .spec__contentsInner2 {
    width: calc(50% - 40px);
    margin-left: 40px;
  }
  .spec__contents .box1__img {
    margin-bottom: 20px;
  }
  .spec__contents .box1__img:nth-of-type(2) {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .spec__contents .box2__ttl--01 {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    background-color: #B2182A;
    width: 80px;
    height: 20px;
    margin-bottom: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .spec__contents .box2__txt {
    margin-bottom: 20px;
  }
  .spec__contents .box2 table {
    margin-bottom: 20px;
  }
  .spec__contents .box2 table th {
    text-align: left;
    width: 40%;
  }
  .spec__contents .box2 table td {
    width: 60%;
  }
  .spec__note {
    margin-bottom: 40px;
  }
  .spec__note p {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .spec__optionInner1 {
    width: calc(50% - 130px);
    margin-right: 130px;
  }
  .spec__optionInner1 .box3__ttl--01 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .spec__optionInner1 .box3__img {
    margin-bottom: 25px;
  }
  .spec__optionInner1 .box3__txt {
    margin-bottom: 20px;
  }
  .spec__optionInner2 {
    width: 50%;
  }
  .spec__optionInner2 .box4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spec__optionInner2 .box4__contents {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .spec__optionInner2 .box4__contents:nth-child(3n) {
    margin-right: 0;
  }
  .spec__optionInner2 .box4__img {
    margin-bottom: 15px;
  }
  .spec__optionInner2 .box4__name {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    margin-bottom: 0.5em;
  }
  .spec__optionInner2 .box4__quantity {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: auto;
  }
  .spec__col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .pageTopBtn {
    width: 50px;
    height: 50px;
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
  }
  .footer {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    height: 63px;
    padding: 20px;
    box-sizing: border-box;
  }
}

/* -------------------------------------------------------------
スマホ
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .header {
    width: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .header__logo {
    padding: 10px;
    order: 2;
  }
  .header__logo a {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header__logo a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  .header__gnaviBtn {
    order: 3;
  }
  .header__gnaviBtn a {
    width: 60px;
    height: 60px;
    background-color: #b2182a;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .header__gnaviBtn a .gnaviIcn {
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
    position: relative;
  }
  .header__gnaviBtn a .gnaviIcn:before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: -10px;
    left: 0;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header__gnaviBtn a .gnaviIcn:after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -10px;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header__gnaviBtn a.is-active .gnaviIcn {
    width: 30px;
    height: 2px;
    background-color: #b2182a;
    display: block;
    position: relative;
  }
  .header__gnaviBtn a.is-active .gnaviIcn:before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(45deg);
  }
  .header__gnaviBtn a.is-active .gnaviIcn:after {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: rotate(-45deg);
  }
  .header__gnavi {
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 10;
    display: none;
  }
  .header__gnavi .gnavi__contents ul li a {
    color: #333;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    padding: 20px;
    display: block;
  }
  .header__gnavi .gnavi__contents ul li a.is-current {
    color: #fff;
    background-color: #b2182a;
  }
  .header__gc {
    padding: 10px;
    order: 1;
  }
  .header__gc a {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header__gc a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    opacity: 0.7;
  }
  .main {
    display: block;
  }
  .page-title {
    color: #fff;
    text-align: center;
    background-color: #4d4d4d;
    padding: 5px;
    margin-top: 60px;
    display: block;
  }
  .movie {
    font-size: 14px;
    font-size: 0.875rem;
    max-width: 1200px;
    padding: 20px;
    margin: 0 auto;
  }
  .movie__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .movie__contents .movie_block {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 30px;
  }
  .movie__contents .movie_block:nth-child(even) {
    margin-right: 0;
  }
  .movie__contents .movie_block a {
    margin-bottom: 10px;
    display: block;
    transition: all 0.5s ease;
  }
  .movie__contents .movie_block a:hover {
    opacity: 0.7;
  }
  .movie__contents .movie_block p {
    line-height: 1.4;
    text-align: center;
  }
  .movie__contents .movie_block p br {
    display: none;
  }
  .movie__note p {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .product {
    font-size: 14px;
    font-size: 0.875rem;
    max-width: 1200px;
    margin: 0 auto 3rem auto;
  }

  .product h2 {
    margin-top: 5rem;
  }
  .product h2.includemovie {
    margin-top: 0;
  }
  .product .movie_n1 {
    margin-top: 1rem;
  }
  .product .movie_n1 a,
  .product .movie_n2 a {
    width: 100%;
    display: block;
    transition: all 0.5s ease;
  }
  .product .movie_n1 a:hover,
  .product .movie_n2 a:hover {
    opacity: 0.7;
  }
  .product .movie_n1 a img,
  .product .movie_n2 a img {
    width: 100%;
    display: block;
  }

  .product h3 {
    padding-left: 1.33em;
    font-size: 1.125rem;
    margin-top: 2.5rem;
    margin-bottom: 1.0rem;
    position: relative;
  }

  .product h3::before {
    content: "";
    background-color: #B2182A;
    width: 0.33em;
    top: 0;
    bottom: 0;
    left: 0.33em;
    margin: auto;
    position: absolute;
    border-radius: 3px;
  }

  .product p {
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    text-align: justify;
  }

  .product table {
    width: 100%;
  }
  .product table tr td {
    font-size: 90%;
    border: 1px solid #333;
    text-align: left;
    padding: 0 0.5em;
    vertical-align: middle;
  }
  .product table tr td:last-child {
    border-right-width: 0;
    text-align: center;
  }
  .product table tr td:first-child {
    border-left-width: 0;
    width: 70%;
    text-align: left;
  }
  .product table tr td[colspan] {
    text-align: center;
  }

/*
  .product__ttl--01 {
    text-indent: -9999px;
    width: 100%;
    height: 0;
    background: url(../img/product/ttl_01-sp.png) 0 0 no-repeat;
    background-size: contain;
    padding-top: 37.5%;
  }
  .product__ttl--02 {
    text-indent: -9999px;
    width: 100%;
    height: 0;
    background: url(../img/product/ttl_02-sp.png) 0 0 no-repeat;
    background-size: contain;
    padding-top: 62.5%;
  }
  .product__ttl--03 {
    width: calc(100% - 40px);
    margin: 0 auto 60px;
  }
  .product__ttl--04 {
    text-indent: -9999px;
    width: 100%;
    height: 0;
    background: url(../img/product/ttl_04-sp.png) 0 0 no-repeat;
    background-size: contain;
    padding-top: 62.5%;
  }
  .product__contents .box1__header {
    margin-left: 50px;
  }
  .product__contents .box1__body {
    padding: 0 20px 20px;
  }
  .product__contents .box1__ttl--02 {
    font-size: 20px;
    font-size: 1.25rem;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
  }
  .product__contents .box1__ttl--02:before {
    content: "";
    background: url(../img/common/icn_01.png) 0 0 no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .product__contents .box1__col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .product__contents .box1__col2 .box1__contents {
    width: calc((100% - 20px) / 2);
  }
  .product__contents .box1__col2 .box1__contents:first-child {
    margin-right: 20px;
  }
  .product__contents .box1__contents {
    margin-bottom: 40px;
  }
  .product__contents .box1__img {
    margin-bottom: 25px;
  }
  .product__contents .box2 {
    padding: 20px;
  }
  .product__contents .box2__ttl--01 {
    font-size: 20px;
    font-size: 1.25rem;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
  }
  .product__contents .box2__ttl--01:before {
    content: "";
    background: url(../img/common/icn_01.png) 0 0 no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .product__contents .box2__ttl--01 br {
    display: none;
  }
  .product__contents .box2__img {
    margin-bottom: 20px;
  }
  .product__contents .box3 {
    padding: 20px;
    margin-bottom: 40px;
  }
  .product__contents .box3__ttl--01 {
    font-size: 20px;
    font-size: 1.25rem;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
  }
  .product__contents .box3__ttl--01:before {
    content: "";
    background: url(../img/common/icn_01.png) 0 0 no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .product__contents .box3__body {
    width: 100%;
  }
  .product__contents .box3__imgWrap {
    margin-bottom: 20px;
  }
  .product__contents .box3__imgWrap2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .product__contents .box3__imgWrap2 .box3__img {
    width: 50%;
  }
  .product__contents .box4 {
    padding: 0 20px 20px;
    margin-bottom: 40px;
  }
  .product__contents .box4__ttl--01 {
    font-size: 20px;
    font-size: 1.25rem;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
  }
  .product__contents .box4__ttl--01:before {
    content: "";
    background: url(../img/common/icn_01.png) 0 0 no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .product__contents .box4__img {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .product__contents .box5 {
    padding: 0 20px 20px;
    margin-bottom: 40px;
  }
  .product__contents .box5__ttl--01 {
    font-size: 20px;
    font-size: 1.25rem;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
  }
  .product__contents .box5__ttl--01:before {
    content: "";
    background: url(../img/common/icn_01.png) 0 0 no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .product__contents .box5__imgWrap {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .product__contents .box5__img {
    width: calc((100% - 10px) / 2);
  }
  .product__contents .box5__img:first-child {
    margin-right: 10px;
  }
  .product__contents .box6 {
    padding: 20px;
    margin-bottom: 40px;
  }
  .product__contents .box6__ttl--01 {
    font-size: 20px;
    font-size: 1.25rem;
    padding-left: 30px;
    margin-bottom: 20px;
    position: relative;
  }
  .product__contents .box6__ttl--01:before {
    content: "";
    background: url(../img/common/icn_01.png) 0 0 no-repeat;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 5px;
    left: 0;
  }
  .product__contents .box6__contents--01 {
    margin-bottom: 60px;
  }
  .product__contents .box6__contents--01 .box6__txt {
    max-width: 740px;
  }
  .product__contents .box6__contents--01 .box6__txt p {
    margin-bottom: 1em;
  }
  .product__contents .box6__contents--01 .box6__txt p:last-child {
    margin-bottom: 0;
  }
  .product__contents .box6__contents--01 .box6__txt p.note {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .product__contents .box6__contents--02 {
    margin-bottom: 60px;
  }
  .product__contents .box6__contents--02 .box6__img:first-child {
    margin-bottom: 25px;
  }
  .product__contents .box6__contents--03 .box6__img:first-child {
    margin-bottom: 25px;
  }
  .product__contents .box6__contents--03 .box6__img:last-child {
    width: 285px;
    height: 125px;
  }
*/

  .spec {
    font-size: 14px;
    font-size: 0.875rem;
    max-width: 1200px;
    padding: 20px;
    margin: 0 auto;
  }
  .spec__header {
    margin-bottom: 30px;
  }
  .spec__ttl--01 {
    width: 100%;
    height: auto;
  }
  .spec__ttl--02 {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
    margin-bottom: 45px;
    position: relative;
  }
  .spec__ttl--02:before {
    content: "";
    width: 30%;
    height: 1px;
    background-color: #333;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .spec__ttl--02:after {
    content: "";
    width: 30%;
    height: 1px;
    background-color: #333;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .spec__contents {
    margin-bottom: 20px;
  }
  .spec__contentsInner1 {
    margin-bottom: 20px;
  }
  .spec__contents .box1__img {
    margin-bottom: 20px;
  }
  .spec__contents .box2__ttl--01 {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    background-color: #B2182A;
    width: 80px;
    height: 20px;
    margin-bottom: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .spec__contents .box2__txt {
    margin-bottom: 20px;
  }
  .spec__contents .box2 table {
    margin-bottom: 20px;
  }
  .spec__contents .box2 table th {
    text-align: left;
    width: 40%;
  }
  .spec__contents .box2 table td {
    width: 60%;
  }
  .spec__note {
    margin-bottom: 40px;
  }
  .spec__note p {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .spec__optionInner1 {
    margin-bottom: 20px;
  }
  .spec__optionInner1 .box3__ttl--01 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .spec__optionInner1 .box3__img {
    margin-bottom: 25px;
  }
  .spec__optionInner1 .box3__txt {
    margin-bottom: 20px;
  }
  .spec__optionInner2 .box4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .spec__optionInner2 .box4__contents {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
  .spec__optionInner2 .box4__contents:nth-child(even) {
    margin-right: 0;
  }
  .spec__optionInner2 .box4__img {
    margin-bottom: 15px;
  }
  .spec__optionInner2 .box4__name {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    margin-bottom: 0.5em;
  }
  .spec__optionInner2 .box4__quantity {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: auto;
  }
  .pageTopBtn {
    width: 30px;
    height: 30px;
    display: none;
    position: fixed;
    right: 10px;
    bottom: 10px;
  }
  .footer {
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
  }
}
