@charset "utf-8";
#contents {
 color: #6a3906;
 background: #fdf9d3;
} /* PC */
@media screen and (min-width:1000px) {
 #contents {
  min-width: 1000px;
  overflow: hidden;
 }
 #kv {
  background: url("../img/bg_check.gif") repeat center center;
  background-size: 56px auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 0 80px 0;
 }
 #kv .kvinner {
  width: 1000px;
  margin: 0 auto;
  padding: 70px 0 0 0;
  position: relative;
 }
 #kv .kvpic {
  width: 100%;
  margin: 0 auto;
 }
 #kv .kvtitle {
  width: 100%;
  margin: 0 auto -30px auto;
 }
 #kv .kvlead {
  width: 900px;
  margin: 50px auto 80px auto;
  padding: 20px 30px;
  background: #fffde8;
  border-radius: 10px;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
 }
 #kv .kvlead .leadtext02 {
  margin: 1em 0 0 0;
 }
 #kv .kvlead .bgp {
  font-weight: 600;
  background: #ffd2d9;
 }
 #kv .kvlead .bgy {
  font-weight: 600;
  background: #fff100;
 }
 #kv .kvintro {
  width: 1000px;
  margin: 0 auto;
 }
 #kv .kvintro .introitems {
  display: flex;
  justify-content: space-between;
 }
 #kv .kvintro .introitems li {
  width: 31%;
 }
 #kv .kvintro .introitems li .label {
  width: 100%;
 }
 #kv .kvintro .introitems li .pic {
  width: 80%;
  margin: 20px auto 0 auto;
 }
 .pagenav {
  background: #fcf3b5;
  padding: 60px 0;
  min-width: 1000px;
 }
 .pagenav .pagenavlist {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
 }
 .pagenav .pagenavlist li {
  width: 23%;
 }
 .pagenav .pagenavlist li a {
  display: block;
  color: #6a3906;
  background: #fff;
  padding: 15px;
  font-size: 24px;
  font-weight: 500;
  border: 2px solid #fff;
  box-shadow: 2px 2px 0 0 #ccc;
  border-radius: 5px;
  position: relative;
  transition: 0.3s;
 }
 .pagenav .pagenavlist li a:hover {
  border: 2px solid #ff95a6;
 }
 .pagenav .pagenavlist li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 0;
  background: url("../img/tab_arrow.png") no-repeat center center;
  background-size: contain;
 }
 #about {
  padding: 100px 0;
 }
 #about .contentsinner {
  width: 1000px;
  margin: 0 auto;
 }
 #about .settitle {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 40px 0;
 }
 #about .settitle .label {
  display: inline-block;
  padding: 0 10px;
  margin: 0 5px 0 0;
  background: #fff100;
  font-size: 32px;
  border-radius: 15px;
  vertical-align: baseline;
 }
 #about .settitle .stext {
  font-size: 24px;
 }
 #about .title {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
  background: url("../img/set_title_bg.png") no-repeat center center;
  background-size: 600px auto;
  margin: 0 auto 15px auto;
  padding: 6px 15px 6px 0;
 }
 #about .titlenote {
  text-align: center;
  font-size: 16px;
  margin: 0 auto 20px auto;
  font-weight: 400;
 }
 #about .sethead {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px 0;
 }
 #about .sethead li {
  width: 24%;
 }
 #about .setbody .setitemlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 }
 #about .setbody .setitemlist li {
  width: 48.5%;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  margin: 0 0 30px 0;
 }
 #about .setbody .setitemlist li .label {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px 0;
 }
 #about .setbody .setitemlist li .label .line {
  background: linear-gradient(transparent 60%, #9ce0d9 60%)
 }
 #about .setbody .setitemlist li .text {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 20px 0;
 }
 #about .setbody .setitemlist li .note {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  margin: 10px 0 20px 0;
 }
 #about .setbody .setitemlist li .pic02 {
  margin: 20px 0 0 0;
  padding: 25px 0 0 0;
  background: url("../img/set_line.png") no-repeat center top;
  background-size: contain;
 }
 #about .setbody .setitemlist li.item04 .pic02 {
  padding: 37px 0 0 0;
 }
 #about .setbody .setitemlist li .linkbtn {
  margin: 20px 0 0 0;
 }
 #about .setbody .setitemlist li .linkbtn a {
  display: block;
  color: #fff;
  background: #ff7f94;
  padding: 15px;
  font-size: 24px;
  font-weight: 600;
  border: 2px solid #ff7f94;
  box-shadow: 2px 2px 0 0 #ccc;
  border-radius: 5px;
  position: relative;
  text-align: center;
  transition: 0.3s;
 }
 #about .setbody .setitemlist li .linkbtn a:hover {
  border: 2px solid #fff;
 }
 #about .setbody .setitemlist li .linkbtn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 0;
  background: url("../img/btn_arrow_w.png") no-repeat center center;
  background-size: contain;
 }
 #about .setbody .setitemlist li .blankbtn {
  margin: 30px 0 0 0;
 }
 #about .setbody .setitemlist li .blankbtn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 0;
  background: url("../img/btn_blank.png") no-repeat center center;
  background-size: contain;
 }
 #about .setbottom {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
 }
 #about .setbottom .add {
  width: 43%;
  padding: 100px 0 0 0;
 }
 #about .setbottom .addslide {
  width: 55%;
 }
 #about .setbottom .add .label {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px 0;
  line-height: 1.5;
 }
 #about .setbottom .add .line {
  background: linear-gradient(transparent 60%, #9ce0d9 60%)
 }
 #lineup {
  padding: 100px 0;
  background: #fffdeb;
 }
 #lineup .contentsinner {
  width: 1000px;
  margin: 0 auto;
 }
 #lineup .title {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
  background: url("../img/lineup_title_bg.png") no-repeat center center;
  background-size: 600px auto;
  margin: 0 auto 65px auto;
  padding: 6px 15px 6px 0;
 }
 #lineup .lineupitem {
  margin: 0 0 80px 0;
 }
 #lineup .lineupitem:last-child {
  margin: 0;
 }
 #lineup .lineupitem .label {
  font-size: 32px;
  font-weight: 600;
  text-align: left;
  margin: 0 0 30px 0;
 }
 #lineup .lineupitem.item01 .label {
  padding: 5px 0 10px 50px;
  background: url("../img/lineup01_icon.png") no-repeat center left;
  background-size: 48px auto;
 }
 #lineup .lineupitem.item02 .label {
  padding: 5px 0 10px 50px;
  background: url("../img/lineup02_icon.png") no-repeat center left;
  background-size: 48px auto;
 }
 #lineup .lineupitem.item03 .label {
  padding: 5px 0 10px 50px;
  background: url("../img/lineup03_icon.png") no-repeat center left;
  background-size: 48px auto;
 }
 #lineup .lineupitem .line {
  background: linear-gradient(transparent 60%, #9ce0d9 60%)
 }
 #lineup .lineupitem .itemset {
  display: flex;
  justify-content: space-between;
 }
 #lineup .lineupitem .itemset .pic {
  width: 50%;
  padding: 0 20px;
 }
 #lineup .lineupitem .itemset .lineupslide {
  width: 50%;
  padding: 0 20px;
 }
 #lineup .lineupitem .itemset .lineupslide .slide {
  border-radius: 10px;
  overflow: hidden;
 }
 #example {
  padding: 100px 0;
 }
 #example .contentsinner {
  width: 1000px;
  margin: 0 auto;
 }
 #example .title {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
  background: url("../img/exp_title_bg.png") no-repeat center center;
  background-size: 600px auto;
  margin: 0 auto 65px auto;
  padding: 6px 15px 6px 0;
 }
 #example .expslide {
  width: 800px;
  margin: 0 auto;
 }
 #example .expslide .slideimg {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
 }
 #profile {
  padding: 100px 0;
  background: #fffdeb;
 }
 #profile .contentsinner {
  width: 1000px;
  margin: 0 auto;
 }
 #profile .title {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
  background: url("../img/profile_title_bg.png") no-repeat center center;
  background-size: 290px auto;
  margin: 0 auto 40px auto;
  padding: 4px 5px 4px 0;
  letter-spacing: 0.1em;
 }
 #profile .profilebody {
  width: 840px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
 }
 #profile .profilebody .pic {
  width: 160px;
 }
 #profile .profilebody .textbox {
  width: 640px;
 }
 #profile .profilebody .textbox .name {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px 0;
 }
 #profile .profilebody .textbox .name span {
  font-size: 18px;
  vertical-align: baseline;
 }
 #profile .profilebody .textbox .text01 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 20px 0;
 }
 #profile .profilebody .textbox .text02 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
 }
 #profile .profilebody .textbox a {
  color: #ff405f;
  text-decoration: underline;
 }
 #buy {
  padding: 100px 0;
 }
 #buy .contentsinner {
  width: 1000px;
  margin: 0 auto;
 }
 #buy .title {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
  background: url("../img/buy_title_bg.png") no-repeat center center;
  background-size: 600px auto;
  margin: 0 auto 10px auto;
  padding: 4px 0 4px 15px;
  letter-spacing: 0.1em;
 }
 #buy .lead {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 40px 0;
 }
 #buy .buylist {
  width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
 }
 #buy .buylist li {
  width: 31%;
 }
 #buy .buylist li a {
  display: block;
  background: #fff;
  transition: 0.3s;
  text-align: center;
 }
 #buy .buylist li a:hover {
  opacity: 0.7;
 }
 #buy .buylist.cs li {
  background: #555;
  position: relative;
 }
 #buy .buylist.cs li img {
  opacity: 0.3;
 }
 #buy .buylist.cs li::after {
  content: '準備中';
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
 }
 #buy .buylist li.cs {
  background: #555;
  position: relative;
 }
 #buy .buylist li.cs img {
  opacity: 0.3;
 }
 #buy .buylist li.cs::after {
  content: '準備中';
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
 }
 #share {
  padding: 100px 0;
  background: #fffdeb;
 }
 #share .contentsinner {
  width: 1000px;
  margin: 0 auto;
 }
 #share .title {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.5;
  background: url("../img/share_title_bg.png") no-repeat center center;
  background-size: 600px auto;
  margin: 0 auto 10px auto;
  padding: 4px 0 4px 15px;
  letter-spacing: 0.1em;
 }
 #share .lead {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 40px 0;
 }
 #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;
 }
 .contentsfoot {
  padding: 60px 0 60px 0;
 }
 .contentsfoot .footbnr {
  width: 740px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
 }
 .contentsfoot .footbnr .bnr {
  width: 47%;
 }
 footer {
  background: #fff;
 }
 #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;
 }
 #contents .slick-prev {
  width: 60px;
  height: 0;
  padding: 60px 0 0 0;
  background: url("../img/slide_prev.png") no-repeat center center;
  background-size: contain;
  cursor: pointer;
  z-index: 10;
  top: 50%;
  margin: -30px 0 0 0;
  transform: none;
 }
 #contents .slick-next {
  width: 60px;
  height: 0;
  padding: 60px 0 0 0;
  background: url("../img/slide_next.png") no-repeat center center;
  background-size: contain;
  cursor: pointer;
  z-index: 10;
  top: 50%;
  margin: -30px 0 0 0;
  transform: none;
 }
 #contents .slick-dots {
  bottom: -40px;
 }
 #contents .slick-dots li {
  width: 10px;
  margin: 0 2%;
 }
 #contents .slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  background: #f3d5da;
  border-radius: 5px;
 }
 #contents .slick-dots li.slick-active button {
  padding: 0;
  background: #ff95a6;
 }
}
/* SP */
@media screen and (max-width:999px) {
 #contents {
  overflow: hidden;
 }
 #kv {
  background: url("../img/bg_check.gif") repeat center center;
  background-size: 56px auto;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 8% 0 8% 0;
 }
 #kv .kvinner {
  position: relative;
 }
 #kv .kvpic {
  width: 100%;
  margin: -1% auto 8% auto;
 }
 #kv .kvtitle {
  width: 90%;
  margin: 0 auto;
 }
 #kv .kvlead {
  width: 90%;
  margin: 0 auto 8% auto;
  padding: 5%;
  background: #fffde8;
  border-radius: 10px;
  text-align: center;
  font-size: 4.5vw;
  line-height: 2;
  font-weight: 400;
 }
 #kv .kvlead .leadtext02 {
  margin: 1em 0 0 0;
 }
 #kv .kvlead .bgp {
  font-weight: 600;
  background: #ffd2d9;
 }
 #kv .kvlead .bgy {
  font-weight: 600;
  background: #fff100;
 }
 #kv .kvintro {
  width: 90%;
  margin: 0 auto;
 }
 #kv .kvintro .introitems {
  display: flex;
  justify-content: space-between;
 }
 #kv .kvintro .introitems li {
  width: 31%;
 }
 #kv .kvintro .introitems li .label {
  width: 100%;
 }
 #kv .kvintro .introitems li .pic {
  width: 80%;
  margin: 5% auto 0 auto;
 }
 .pagenav {
  background: #fcf3b5;
  padding: 5% 5% 1% 5%;
 }
 .pagenav .pagenavlist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 }
 .pagenav .pagenavlist li {
  width: 48%;
  margin: 0 0 5% 0;
 }
 .pagenav .pagenavlist li a {
  display: block;
  color: #6a3906;
  background: #fff;
  padding: 15px;
  font-size: 4.5vw;
  font-weight: 500;
  border: 2px solid #fff;
  box-shadow: 2px 2px 0 0 #ccc;
  border-radius: 5px;
  position: relative;
  transition: 0.3s;
 }
 .pagenav .pagenavlist li a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -2%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 0;
  background: url("../img/tab_arrow.png") no-repeat center center;
  background-size: contain;
 }
 #about {
  padding: 10% 0;
 }
 #about .settitle {
  text-align: center;
  font-size: 5.5vw;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 5% 0;
 }
 #about .settitle .label {
  display: inline-block;
  padding: 0 10px;
  margin: 0 5px 0 0;
  background: #fff100;
  font-size: 4.5vw;
  border-radius: 15px;
  vertical-align: baseline;
 }
 #about .settitle .stext {
  font-size: 4vw;
 }
 #about .title {
  text-align: center;
  font-size: 5.5vw;
  font-weight: 600;
  line-height: 1.5;
  background: url("../img/set_title_bg.png") no-repeat center center;
  background-size: 80% auto;
  margin: 0 auto 3% auto;
  padding: 6px 15px 6px 0;
 }
 #about .titlenote {
  text-align: center;
  font-size: 3.5vw;
  margin: 0 auto 5% auto;
  font-weight: 400;
 }
 #about .sethead {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 8% 8% 8%;
 }
 #about .sethead li {
  width: 48%;
  margin: 0 0 3% 0;
 }
 #about .setbody .setitemlist {
  margin: 0 5%;
 }
 #about .setbody .setitemlist li {
  background: #fff;
  padding: 5%;
  border-radius: 20px;
  margin: 0 0 5% 0;
 }
 #about .setbody .setitemlist li .label {
  font-size: 4.5vw;
  font-weight: 600;
  text-align: center;
  margin: 0 0 3% 0;
 }
 #about .setbody .setitemlist li .label .line {
  background: linear-gradient(transparent 60%, #9ce0d9 60%)
 }
 #about .setbody .setitemlist li .text {
  font-size: 4vw;
  font-weight: 400;
  text-align: center;
  margin: 0 0 5% 0;
 }
 #about .setbody .setitemlist li .note {
  font-size: 3vw;
  font-weight: 400;
  text-align: center;
  margin: 3% 0 5% 0;
 }
 #about .setbody .setitemlist li .pic02 {
  margin: 5% 0 0 0;
  padding: 15px 0 0 0;
  background: url("../img/set_line.png") no-repeat center top;
  background-size: contain;
 }
 #about .setbody .setitemlist li.item04 .pic02 {
  padding: 20px 0 0 0;
 }
 #about .setbody .setitemlist li .linkbtn {
  margin: 5% 0 0 0;
 }
 #about .setbody .setitemlist li .linkbtn a {
  display: block;
  color: #fff;
  background: #ff7f94;
  padding: 15px;
  font-size: 4vw;
  font-weight: 600;
  border: 2px solid #ff7f94;
  box-shadow: 2px 2px 0 0 #ccc;
  border-radius: 5px;
  position: relative;
  text-align: center;
 }
 #about .setbody .setitemlist li .linkbtn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -2%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 0;
  background: url("../img/btn_arrow_w.png") no-repeat center center;
  background-size: contain;
 }
 #about .setbody .setitemlist li .blankbtn {
  margin: 5% 0 0 0;
 }
 #about .setbody .setitemlist li .blankbtn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -2%;
  width: 40px;
  height: 40px;
  margin: -20px 0 0 0;
  background: url("../img/btn_blank.png") no-repeat center center;
  background-size: contain;
 }
 #about .setbottom {
  background: #fff;
  padding: 5%;
  margin: 0 5%;
  border-radius: 20px;
 }
 #about .setbottom .add {
  padding: 5% 0 5% 0;
 }
 #about .setbottom .add .label {
  font-size: 4.5vw;
  font-weight: 600;
  text-align: center;
  margin: 0 0 5% 0;
  line-height: 1.5;
 }
 #about .setbottom .add .line {
  background: linear-gradient(transparent 60%, #9ce0d9 60%)
 }
 #lineup {
  padding: 10% 0;
  background: #fffdeb;
 }
 #lineup .title {
  text-align: center;
  font-size: 5.5vw;
  font-weight: 600;
  line-height: 1.5;
  background: url("../img/lineup_title_bg.png") no-repeat center center;
  background-size: 80% auto;
  margin: 0 auto 3% auto;
  padding: 6px 15px 6px 0;
 }
 #lineup .lineupitem {
  margin: 0 5% 10% 5%;
 }
 #lineup .lineupitem:last-child {
  margin: 0;
 }
 #lineup .lineupitem .label {
  font-size: 4.5vw;
  font-weight: 600;
  text-align: left;
  margin: 0 5% 5% 5%;
 }
 #lineup .lineupitem.item01 .label {
  padding: 5px 0 10px 40px;
  background: url("../img/lineup01_icon.png") no-repeat center left;
  background-size: 36px auto;
 }
 #lineup .lineupitem.item02 .label {
  padding: 5px 0 10px 40px;
  background: url("../img/lineup02_icon.png") no-repeat center left;
  background-size: 36px auto;
 }
 #lineup .lineupitem.item03 .label {
  padding: 5px 0 10px 40px;
  background: url("../img/lineup03_icon.png") no-repeat center left;
  background-size: 36px auto;
 }
 #lineup .lineupitem .label .stext {
  font-size: 4vw;
  vertical-align: baseline;
 }
 #lineup .lineupitem .line {
  background: linear-gradient(transparent 60%, #9ce0d9 60%)
 }
 #lineup .lineupitem .itemset .pic {
  width: 90%;
  margin: 0 auto 8% auto;
  border-radius: 20px;
 }
 #lineup .lineupitem .itemset .lineupslide {
  width: 90%;
  margin: 0 auto;
 }
 #lineup .lineupitem .itemset .lineupslide .slide {
  border-radius: 10px;
  overflow: hidden;
 }
 #example {
  padding: 10% 0;
 }
 #example .title {
  text-align: center;
  font-size: 5.5vw;
  font-weight: 600;
  line-height: 1.5;
  background: url("../img/exp_title_bg.png") no-repeat center center;
  background-size: 80% auto;
  margin: 0 auto 5% auto;
  padding: 6px 15px 6px 0;
 }
 #example .expslide {
  width: 90%;
  margin: 0 auto;
 }
 #example .expslide .slideimg {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
 }
 #profile {
  padding: 10% 0;
  background: #fffdeb;
 }
 #profile .title {
  text-align: center;
  font-size: 5.5vw;
  font-weight: 600;
  line-height: 1.5;
  background: url("../img/profile_title_bg.png") no-repeat center center;
  background-size: 48% auto;
  margin: 0 auto 3% auto;
  padding: 6px 0 6px 0;
  letter-spacing: 0.1em;
 }
 #profile .profilebody {
  width: 90%;
  margin: 0 5%;
 }
 #profile .profilebody .pic {
  width: 40%;
  margin: 0 auto 5% auto;
 }
 #profile .profilebody .textbox .name {
  font-size: 5vw;
  font-weight: 600;
  text-align: center;
  margin: 0 0 3% 0;
 }
 #profile .profilebody .textbox .name span {
  font-size: 4vw;
  vertical-align: baseline;
 }
 #profile .profilebody .textbox .text01 {
  font-size: 4vw;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 5% 0;
 }
 #profile .profilebody .textbox .text02 {
  font-size: 3.5vw;
  font-weight: 400;
  line-height: 1.5;
 }
 #profile .profilebody .textbox a {
  color: #ff405f;
  text-decoration: underline;
 }
 #buy {
  padding: 10% 0;
 }
 #buy .title {
  text-align: center;
  font-size: 5.5vw;
  font-weight: 600;
  line-height: 1.5;
  background: url("../img/buy_title_bg.png") no-repeat center center;
  background-size: 80% auto;
  margin: 0 auto 1% auto;
  padding: 6px 0 6px 0;
  letter-spacing: 0.1em;
 }
 #buy .lead {
  text-align: center;
  font-size: 4vw;
  font-weight: 400;
  margin: 0 0 5% 0;
 }
 #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 .buylist.cs li {
  background: #555;
  position: relative;
 }
 #buy .buylist.cs li img {
  opacity: 0.3;
 }
 #buy .buylist.cs li::after {
  content: '準備中';
  color: #fff;
  font-size: 3vw;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
 }
 #buy .buylist li.cs {
  background: #555;
  position: relative;
 }
 #buy .buylist li.cs img {
  opacity: 0.3;
 }
 #buy .buylist li.cs::after {
  content: '準備中';
  color: #fff;
  font-size: 3vw;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
 }
 #share {
  padding: 10% 0;
  background: #fffdeb;
 }
 #share .title {
  text-align: center;
  font-size: 5.5vw;
  font-weight: 600;
  line-height: 1.5;
  background: url("../img/share_title_bg.png") no-repeat center center;
  background-size: 80% auto;
  margin: 0 auto 1% auto;
  padding: 6px 0 6px 0;
  letter-spacing: 0.1em;
 }
 #share .lead {
  text-align: center;
  font-size: 4vw;
  font-weight: 400;
  margin: 0 0 5% 0;
 }
 #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: 10% 10% 10% 10%;
 }
 .footbnr .bnr01 {
  margin: 0 auto 8% auto;
 }
 #pagetop {
  width: 15%;
  position: fixed;
  bottom: 2%;
  right: 1%;
  z-index: 10;
 }
 #pagetop a {
  display: block;
 }
 #contents .slick-prev {
  width: 50px;
  height: 0;
  padding: 50px 0 0 0;
  background: url("../img/slide_prev.png") no-repeat center center;
  background-size: contain;
  cursor: pointer;
  z-index: 10;
  top: 50%;
  left: -25px;
  margin: -25px 0 0 0;
  overflow: hidden;
  transform: none;
 }
 #contents .slick-next {
  width: 50px;
  height: 0;
  padding: 50px 0 0 0;
  background: url("../img/slide_next.png") no-repeat center center;
  background-size: contain;
  cursor: pointer;
  z-index: 10;
  top: 50%;
  right: -25px;
  margin: -25px 0 0 0;
  overflow: hidden;
  transform: none;
 }
 #contents .slick-dots {
  bottom: -40px;
 }
 #contents .slick-dots li {
  width: 10px;
  margin: 0 2%;
 }
 #contents .slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
  background: #f3d5da;
  border-radius: 5px;
 }
 #contents .slick-dots li.slick-active button {
  padding: 0;
  background: #ff95a6;
 }
}
.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:nth-child(4) {
 border-right: 1px solid #535353;
}
.footer_item:nth-child(6) {
 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:nth-child(4) {
  border-right: none;
 }
 .footer_item:nth-child(6) {
  border-right: none;
 }
 .footer_item:last-child {
  border-right: none;
 }
 .footer_item a {
  padding: 0 20px;
 }
}
.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;
}