@charset "utf-8";
#contents {
 color: #222;
}
/* PC */
@media screen and (min-width:1000px) {
 #contents {
  background: url("../img/bg_white.jpg") repeat center top;
  background-size: 288px auto;
  min-width: 1000px;
  overflow: hidden;
 }
 #head .headinner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 18px 0 18px 0;
  display: flex;
  justify-content: space-between;
 }
 #head .logo {
  width: 200px;
 }
 #head .pcnavlist {
  display: flex;
  justify-content: space-between;
 }
 #head .pcnavlist li {
  position: relative;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  padding: 12px 0 10px 20px;
 }
 #head .pcnavlist li a {
  display: block;
  padding: 4px 5px 5px 30px;
  letter-spacing: 0.05em;
  background: url("../img/navicon.png") no-repeat left center;
  background-size: 24px auto;
 }
 #kv {
  background: url("../img/kv_pc.jpg") no-repeat center center;
  background-size: 1250px auto;
  height: 525px;
  width: 100%;
  position: relative;
 }
 #kv .kvinner {
  height: 0;
  padding: 525px 0 0 0;
  overflow: hidden;
 }
 #about {
  background: url("../img/bg_gray.jpg") repeat center top;
  background-size: 288px auto;
 }
 #about .contentswrapper {
  background: url("../img/about_bg_pc.png") no-repeat center top;
  background-size: 1250px auto;
 }
 #about .contentsinner {
  background: url("../img/about_bg02_pc.png") no-repeat center top;
  background-size: 1000px auto;
  width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 100px 0 100px 0;
  text-align: center;
 }
 #about .contentsinner .kvline01 {
  display: block;
  width: 292px;
  position: absolute;
  top: -85px;
  left: -125px;
 }
 #about .contentsinner .kvline02 {
  display: block;
  width: 272px;
  position: absolute;
  top: -85px;
  right: -125px;
 }
 #about h2 {
  width: 340px;
  margin: 0 auto;
 }
 #about .aboutbody {
  position: relative;
 }
 #about .aboutbody .pic {
  width: 313px;
  margin: 16px 0 292px 461px;
 }
 #about .aboutbody .feature01 {
  width: 473px;
  position: absolute;
  top: 25px;
  left: 30px;
 }
 #about .aboutbody .feature01 .line {
  width: 66px;
  position: absolute;
  top: 128px;
  left: 390px;
 }
 #about .aboutbody .feature02 {
  width: 319px;
  position: absolute;
  top: 4px;
  right: -30px;
 }
 #about .aboutbody .feature02 .line {
  width: 156px;
  position: absolute;
  top: 202px;
  left: -138px;
 }
 #about .aboutbody .feature03 {
  width: 351px;
  position: absolute;
  top: 196px;
  left: -2px;
 }
 #about .aboutbody .feature03 .line {
  width: 104px;
  position: absolute;
  top: 48px;
  right: -86px;
 }
 #about .aboutbody .feature04 {
  width: 351px;
  position: absolute;
  top: 324px;
  right: 43px;
 }
 #about .aboutbody .feature04 .line {
  width: 168px;
  position: absolute;
  top: 132px;
  left: -158px;
 }
 #lineup .contentsinner {
  background: url("../img/lineup_bg_pc.png") no-repeat center top;
  background-size: 1000px auto;
  width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 100px 0 100px 0;
  text-align: center;
 }
 #lineup h2 {
  width: 340px;
  margin: 0 auto 60px auto;
 }
 #lineup .lineupbody {
  position: relative;
 }
 #lineup h3 {
  margin: 0 auto 40px auto;
 }
 #lineup .productshead {
  display: flex;
  justify-content: space-between;
  margin: 0 0 50px 0;
 }
 #lineup .productshead .pic {
  width: 65%;
 }
 #lineup .productshead .textbox {
  width: 32%;
  padding: 10px 0 0 0;
  text-align: center;
 }
 #lineup .productshead .textbox .text {
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 10px 0;
 }
 #lineup .productshead .textbox .price {
  font-size: 16px;
 }
 #lineup .productshead .textbox .price .pricenum {
  font-size: 30px;
  font-weight: 600;
  vertical-align: baseline;
 }
 #lineup .productslist {
  display: flex;
  justify-content: space-between;
 }
 #lineup .productslist li {
  width: 31%;
  text-align: center;
 }
 #lineup .productslist li .pic {
  margin: 0 0 20px 0;
 }
 #lineup .productslist li .label {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px 0;
 }
 #lineup .productslist li .color {
  font-size: 16px;
  margin: 10px 0 0 0;
 }
 #lineup .products02 {
  margin: 100px 0 0 0;
 }
 #lineup .note {
  margin: 60px 0 0 0;
  text-align: center;
  font-size: 14px;
 }
 #howto {
  background: url("../img/bg_gray.jpg") repeat center top;
  background-size: 288px auto;
 }
 #howto .contentsinner {
  background: url("../img/howto_bg_pc.png") no-repeat center top;
  background-size: 1000px auto;
  width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 100px 0 100px 0;
  text-align: center;
 }
 #howto h2 {
  width: 340px;
  margin: 0 auto 60px auto;
 }
 #howto .lineupbody {
  position: relative;
 }
 #howto .howtolist {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px 0;
 }
 #howto .howtolist li {
  width: 31%;
 }
 #howto .howtolist .label {
  font-size: 24px;
  text-align: center;
  margin: 0 0 10px 0;
 }
 #howto .howtolist .label .num {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
  margin: 0 10px 5px 0;
 }
 #howto .howtolist .pic {
  margin: 0 0 10px 0;
 }
 #howto .howtolist .text {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
 }
 #howto .notes {
  text-align: left;
 }
 #howto .notes h4 {
  font-size: 20px;
  margin: 0 0 10px 0;
 }
 #howto .notes .text {
  font-size: 16px;
  line-height: 1.8;
 }
 #movie .contentsinner {
  background: url("../img/movie_bg_pc.png") no-repeat center top;
  background-size: 1000px auto;
  width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 100px 0 100px 0;
  text-align: center;
 }
 #movie h2 {
  width: 340px;
  margin: 0 auto 60px auto;
 }
 #movie .moviebody {
  position: relative;
 }
 #movie .moviethumb {
  width: 800px;
  margin: 0 auto;
 }
 #gallery {
  background: url("../img/bg_gray.jpg") repeat center top;
  background-size: 288px auto;
 }
 #gallery .contentsinner {
  background: url("../img/gallery_bg_pc.png") no-repeat center top;
  background-size: 1000px auto;
  width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 100px 0 100px 0;
  text-align: center;
 }
 #gallery h2 {
  width: 340px;
  margin: 0 auto 60px auto;
 }
 #gallery .gallerybody {
  position: relative;
 }
 #gallery .gallerylist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 }
 #gallery .gallerylist li {
  width: 24%;
  margin: 0 0 1.5% 0;
 }
 #gallery .gallerylist li a {
  display: block;
  transition: 0.3s;
 }
 #gallery .gallerylist li a:hover {
  opacity: 0.6;
 }
 #buy .contentsinner {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0 100px 0;
 }
 #buy h2 {
  width: 340px;
  margin: 0 auto 60px auto;
 }
 #buy .buylist {
  width: 860px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
 }
 #buy .buylist li {
  width: 23.5%;
 }
 #buy .buylist li a {
  display: block;
  background: #fff;
  transition: 0.3s;
 }
 #buy .buylist li a:hover {
  opacity: 0.7;
 }
 #buy .uc {
  width: 400px;
  margin: 0 auto;
  background: #ccc;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 30px;
 }
 #share {
  background: url("../img/bg_gray.jpg") repeat center top;
  background-size: 288px auto;
 }
 #share .contentsinner {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0 100px 0;
 }
 #share h2 {
  width: 340px;
  margin: 0 auto 60px auto;
 }
 #share .sharelist {
  width: 240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
 }
 #share .sharelist li {
  width: 25%;
 }
 #share .sharelist li a {
  display: block;
  transition: 0.3s;
 }
 #share .sharelist li a:hover {
  opacity: 0.7;
 }
 footer {
  background: #fff;
 }
 .contentsfoot .contentsinner {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0 60px 0;
 }
 .contentsfoot .footbnr {
  width: 960px;
  margin: 0 auto;
 }
 .contentsfoot .footbnr .bnr01 {
  width: 890px;
  margin: 0 auto;
 }
 .contentsfoot .footbnr .bnr02 {
  width: 480px;
  margin: 60px auto 0 auto;
 }
 #pagetop {
  width: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
 }
 #pagetop a {
  display: block;
  transition: 0.3s;
 }
 #pagetop a:hover {
  opacity: 0.7;
 }
 .modal_pic {
  width: 720px;
  margin: 0 auto;
  position: relative;
 }
}
/* SP */
@media screen and (max-width:999px) {
 #contents {
  background: url("../img/bg_white.jpg") repeat center top;
  background-size: 288px auto;
  overflow: hidden;
 }
 #head .headinner {
  position: relative;
  padding: 15px;
  height: 80px;
 }
 #head .spmenubtn {
  position: absolute;
  top: 10%;
  right: 3%;
  width: 60px;
 }
 #head .spmenubtn a {
  display: block;
  cursor: pointer;
 }
 #head .spmenubtn a.navclose {
  display: none;
 }
 .spnavlayer {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fbe7df;
  z-index: 20;
  display: none;
 }
 .spnavlist li {
  border-bottom: 1px solid #f8cbb8;
  text-align: center;
  font-size: 5vw;
 }
 .spnavlist a {
  display: block;
  background: url("../img/icon_arrow_down.png") no-repeat right center;
  background-size: 50px auto;
  padding: 5%;
 }
 #head .logo {
  width: 140px;
  margin: 0 auto;
 }
 #kv {
  width: 100%;
  position: relative;
 }
 #about {
  background: url("../img/bg_gray.jpg") repeat center top;
  background-size: 288px auto;
 }
 #about .contentswrapper {
  background: url("../img/about_bg_sp.png") no-repeat center top;
  background-size: contain;
 }
 #about .contentsinner {
  background: url("../img/about_bg02_sp.png") no-repeat center top;
  background-size: contain;
  position: relative;
  padding: 15% 0 10% 0;
  text-align: center;
 }
 #about .contentsinner .kvline01 {
  display: block;
  width: 32%;
  position: absolute;
  top: -4.5%;
  left: 0;
  opacity: 0.8;
 }
 #about .contentsinner .kvline02 {
  display: block;
  width: 32%;
  position: absolute;
  top: -4.5%;
  right: 0;
  opacity: 0.8;
 }
 #about h2 {
  width: 80%;
  margin: 0 auto;
 }
 #about .aboutbody {
  position: relative;
 }
 #about .pic {
  margin: -3% 0 5% 0;
 }
 #about .featurelist {
  margin: 0 auto;
 }
 #lineup .contentsinner {
  background: url("../img/lineup_bg_sp.png") no-repeat center top;
  background-size: contain;
  position: relative;
  padding: 15% 0 10% 0;
  text-align: center;
 }
 #lineup h2 {
  width: 80%;
  margin: 0 auto 8% auto;
 }
 #lineup h3 {
  width: 100%;
  margin: 0 auto 5% auto;
 }
 #lineup .productshead {
  margin: 0 0 8% 0;
 }
 #lineup .productshead .pic {
  width: 100%;
  margin: 0 auto 5% auto;
 }
 #lineup .productshead .text {
  font-size: 5vw;
  margin: 0 0 3% 0;
  font-weight: 600;
 }
 #lineup .productshead .price {
  font-size: 4vw;
 }
 #lineup .productshead .price .pricenum {
  display: inline-block;
  font-weight: 600;
  vertical-align: baseline;
  font-size: 6vw;
 }
 #lineup .productslist {
  margin: 0 7% 0 7%;
 }
 #lineup .productslist li {
  margin: 0 0 8% 0;
 }
 #lineup .productslist li .pic {
  width: 90%;
  margin: 0 auto 5% auto;
 }
 #lineup .productslist li .label {
  font-size: 5vw;
  margin: 0 0 3% 0;
  font-weight: 600;
 }
 #lineup .productslist li .color {
  font-size: 4vw;
  margin: 3% 0 0 0;
 }
 #lineup .products02 {
  margin: 8% 0 0 0;
 }
 #lineup .note {
  margin: 10% 5% 0 5%;
  font-size: 3.5vw;
  text-align: left;
  line-height: 1.5;
 }
 #howto {
  background: url("../img/bg_gray.jpg") repeat center top;
  background-size: 288px auto;
 }
 #howto .contentsinner {
  background: url("../img/howto_bg_sp.png") no-repeat center top;
  background-size: contain;
  position: relative;
  padding: 15% 0 10% 0;
  text-align: center;
 }
 #howto h2 {
  width: 80%;
  margin: 0 auto 8% auto;
 }
 #howto .howtolist {
  margin: 0 5%;
 }
 #howto .howtolist li {
  margin: 0 0 8% 0;
 }
 #howto .howtolist .label {
  font-size: 5vw;
  font-weight: 600;
  margin: 0 0 5% 0;
 }
 #howto .howtolist .label .num {
  display: inline-block;
  width: 28px;
  vertical-align: middle;
  margin: 0 10px 5px 0;
 }
 #howto .howtolist .pic {
  width: 70%;
  margin: 0 auto 3% auto;
 }
 #howto .howtolist .text {
  font-size: 3.5vw;
  line-height: 1.8;
 }
 #howto .howtolist .howto02 .text {
  text-align: left;
 }
 #howto .howtolist .howto03 .text {
  text-align: left;
 }
 #howto .notes {
  text-align: left;
  margin: 0 5%;
 }
 #howto .notes h4 {
  font-size: 4vw;
  margin: 0 0 3% 0;
 }
 #howto .notes .text {
  font-size: 3.5vw;
  line-height: 1.8;
 }
 #movie .contentsinner {
  background: url("../img/movie_bg_sp.png") no-repeat center top;
  background-size: contain;
  position: relative;
  padding: 15% 0 10% 0;
  text-align: center;
 }
 #movie h2 {
  width: 80%;
  margin: 0 auto 8% auto;
 }
 #movie .moviethumb {
  width: 90%;
  margin: 0 auto;
 }
 #movie .moviethumb .thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
 }
 #movie .moviethumb .thumb iframe {
  width: 100%;
  height: 100%;
 }
 #gallery {
  background: url("../img/bg_gray.jpg") repeat center top;
  background-size: 288px auto;
 }
 #gallery .contentsinner {
  background: url("../img/gallery_bg_sp.png") no-repeat center top;
  background-size: contain;
  position: relative;
  padding: 15% 0 10% 0;
  text-align: center;
 }
 #gallery h2 {
  width: 80%;
  margin: 0 auto 8% auto;
 }
 #gallery .title {
  text-align: center;
  width: 80%;
  margin: 0 auto 10% auto;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
 }
 #gallery .title h2 {
  font-family: "Roboto", sans-serif;
  font-size: 10vw;
  font-weight: 600;
  letter-spacing: 0.05em;
 }
 #gallery .gallerylist {
  margin: 0 5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 }
 #gallery .gallerylist li {
  width: 48%;
  margin: 0 0 3.5% 0;
 }
 #gallery .gallerylist li a {
  display: block;
 }
 #buy .contentsinner {
  padding: 10% 0 15% 0;
 }
 #buy h2 {
  width: 80%;
  margin: 0 auto 8% auto;
 }
 #buy .buylist {
  margin: 0 5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 }
 #buy .buylist li {
  width: 48%;
  margin: 0 0 3.5% 0;
 }
 #buy .buylist li a {
  display: block;
  padding: 0 5%;
  background: #fff;
 }
  #buy .uc {
  width: 80%;
  margin: 0 auto;
  background: #ccc;
  color: #fff;
  font-size: 4vw;
  font-weight: 600;
  text-align: center;
  padding: 5%;
 }
 #share {
  background: url("../img/bg_gray.jpg") repeat center top;
  background-size: 288px auto;
 }
 #share .contentsinner {
  padding: 10% 0 15% 0;
 }
 #share h2 {
  width: 80%;
  margin: 0 auto 8% auto;
 }
 #share .sharelist {
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
 }
 #share .sharelist li {
  width: 20%;
 }
 #share .sharelist li a {
  display: block;
  transition: 0.3s;
 }
 footer {
  background: #fff;
 }
 .footbnr {
  padding: 12% 5%;
 }
 .footbnr .bnr01 {
  width: 100%;
  margin: 0 auto 8% auto;
 }
 .footbnr .bnr02 {
  width: 70%;
  margin: 0 auto;
 }
 #pagetop {
  width: 15%;
  position: fixed;
  bottom: 2%;
  right: 1%;
  z-index: 10;
 }
 #pagetop a {
  display: block;
 }
}
.footer {
 max-width: 335px;
 margin: 0 auto;
 padding: 25px 0 87px;
 position: relative;
}
@media screen and (min-width: 1000px) {
 .footer {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
 }
}
@media screen and (min-width: 1000px) {
 .footer_leftarea {
  padding-top: 20px;
 }
}
.footer_nav {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-bottom: 20px;
 padding: 0 40px;
}
@media screen and (min-width: 1000px) {
 .footer_nav {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-bottom: 24px;
  padding: 0;
 }
}
.footer_item {
 width: 50%;
 line-height: 14px;
 border-left: 1px solid #535353;
 text-align: center;
 margin-bottom: 12px;
 font-size: 14px;
}
.footer_item a {
 color: #535353;
 width: 100%;
 display: block;
}
.footer_item:nth-child(2) {
 border-right: 1px solid #535353;
}
.footer_item:last-child {
 border-right: 1px solid #535353;
}
@media screen and (min-width: 1000px) {
 .footer_item {
  width: auto;
  margin-bottom: 0;
 }
 .footer_item:first-child {
  border-left: none;
 }
 .footer_item:first-child a {
  padding-left: 0;
 }
 .footer_item:nth-child(2) {
  border-right: none;
 }
 .footer_item:last-child {
  border-right: none;
 }
 .footer_item a {
  padding: 0 30px;
 }
}
.copy {
 position: absolute;
 bottom: 19px;
 font-size: 10px;
 left: 0;
 right: 0;
 margin: 0 auto;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 line-height: 1.2;
}
.copy img {
 width: 42px;
 display: block;
 margin-right: 10px;
}
.copy_inner {
 letter-spacing: 0.03em;
}
@media screen and (min-width: 1000px) {
 .copy {
  position: static;
  text-align: left;
  font-size: 12px;
  display: block;
 }
 .copy a:hover {
  text-decoration: none;
 }
 .copy img {
  margin: 0 11px 0 0;
  width: 56px;
  display: inline-block;
 }
 .copy .copy_inner {
  position: relative;
  top: 1px;
 }
}
.footer_sns {
 margin: 0 auto;
 background-color: #fff;
 width: 80%;
}
@media screen and (min-width: 1000px) {
 .footer_sns {
  padding: 0 15px 0 15px;
  width: 250px;
  margin: 0;
 }
}
.footer_snsitem {
 width: 33%;
}
.footer_snsitem a:hover {
 text-decoration: none;
}
@media screen and (min-width: 1000px) {
 .footer_snsitem {
  width: 33%;
 }
 .footer_snsitem a:hover img {
  opacity: 0.6;
 }
}
.footer_snsitem img {
 vertical-align: top;
 margin: 0 auto;
 display: block;
 width: 40%;
}
@media screen and (min-width: 1000px) {
 .footer_snsitem img {
  width: 40px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
 }
}
.footer_snstxt {
 -webkit-box-flex: 1;
 -ms-flex: 1;
 flex: 1;
 line-height: 1;
 font-size: 12px;
 text-align: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 letter-spacing: 0.06em;
}
.footer_snstxt::before {
 content: "";
 width: 25%;
 height: 2px;
 background-color: #dcdcdc;
}
.footer_snstxt:after {
 content: "";
 width: 25%;
 height: 2px;
 background-color: #dcdcdc;
}
@media screen and (min-width: 1000px) {
 .footer_snstxt {
  font-size: 15px;
 }
 .footer_snstxt::before {
  width: 40px;
 }
 .footer_snstxt::after {
  width: 40px;
 }
}
.footer_snsbtn {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 padding-top: 20px;
}
@media screen and (min-width: 1000px) {
 .footer_snsbtn {
  padding-top: 15px;
  margin: 0 -15px;
 }
}
.footer_snsbtn_text {
 text-align: center;
 font-size: 10px;
 margin-top: 8px;
 line-height: 1.4;
 color: #333;
}
.footer_snsbtn_text .-ls {
 letter-spacing: -0.15em;
}
@media screen and (min-width: 1000px) {
 .footer_snsbtn_text {
  margin-top: 5px;
 }
}
.copy_txt {
 color: #333;
 font-family: "Droid Sans";
}
a.uc {
 position: relative;
 transition: none !important;
 background: #fff !important;
}
a.uc:hover {
 opacity: 1 !important;
}
a.uc img {
 opacity: 0.2 !important;
}
a.uc::after {
 content: '準備中';
 width: 100%;
 position: absolute;
 top: 50%;
 left: 0;
 transform: translate(0, -50%);
 vertical-align: middle;
 text-align: center;
 font-weight: normal;
 font-size: 1rem;
}