* {
  font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
  text-decoration: none;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6,
header,
footer,
section,
article,
nav,
p,
figure,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
img,
address,
form,
input,
textarea,
select,
option,
span {
  margin: 0;
  padding: 0;
  font-weight: normal;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
ul,
ol {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #fff;
}
img,
a {
  border: none;
}
img {
  vertical-align: bottom;
}
select {
  padding: 0.5em 1em;
  border: 0.2em solid #ccc;
  background: none;
  display: inline-block;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
input[type="password"],
input[type="text"],
textarea {
  padding: 0.2em;
  border: 0.2em solid #ccc;
  vertical-align: bottom;
  line-height: 1.4em;
  -webkit-appearance: none;
}
textarea {
  min-height: 8em;
}
input[type="radio"],
input[type="checkbox"] {
  margin-right: 1vw;
  position: relative;
  top: 0.2vw;
  cursor: pointer;
  width: 4.7vw;
  height: 4.7vw;
}
label {
  margin-right: 0.5vw;
  cursor: pointer;
}
input.narrow {
  width: 4em!important;
}
header {
  position: relative;
}
header .header_back img {
  border: none;
  height: auto;
  width: 100%;
}
header .header_year {
  position: absolute;
  top: 1vw;
  left: 1vw;
  width: 60vw;
}
header .header_year img {
  height: auto;
  width: 100%;
}
header .header_store {
  position: absolute;
  top: 1vw;
  right: 1vw;
  width: 38vw;
}
header .header_store img {
  height: auto;
  width: 100%;
}
header .header_sign {
  position: absolute;
  top: 7vw;
  right: 1vw;
  width: 35vw;
}
header .header_sign img {
  height: auto;
  width: 100%;
}
.caption {
  background-color: #d82e2b;
  text-align: center;
  padding: 1vw 0;
}
.caption img {
  height: auto;
  width: 95%;
}
.good_caption {
  margin-top: 2vw;
  position: relative;
  text-align: center;
  padding: 1vw 0;
}
.good_caption img.backg {
  height: auto;
  width: 95%;
}
.good_caption img.good {
  position: absolute;
  top: 1vw;
  left: 3vw;
  height: auto;
  width: 14%;
}
.days {
  padding: 1vw 0;
  color: #ff2927;
  font-size: 3vw;
  text-align: center;
  font-weight: bold;
  line-height: 1.7em;
}
.days span {
  display: block;
  font-size: 1.2em;
  font-weight: normal;
  color: #333333;
}
.review {
  font-size: 3.5vw;
  margin-top: 3vw;
  background-color: #ffe9e9;
  padding: 3vw 0 1vw;
  text-align: center;
}
.review p {
  color: #966262;
  font-size: 0.8em;
  padding-bottom: 2vw;
}
.rank_outer {
  margin: 5vw auto;
  border: 1px solid #d0c1a1;
  border-radius: 20px;
  width: 96vw;
  overflow: hidden;
}
.rank_outer .top {
  background: linear-gradient(to bottom, #d9cb8c, #FFF);
  height: 4vw;
}
.rank_outer .bottom {
  background: linear-gradient(to top, #d9cb8c, #FFF);
  height: 4vw;
}
.rank_outer .inner {
  padding: 0 1vw;
}
.rank_outer2 {
  margin: 5vw auto 7vw;
  border: 1px solid #525252;
  border-radius: 20px;
  width: 96vw;
  overflow: hidden;
}
.rank_outer2 .top {
  background: linear-gradient(to bottom, #525252, #222);
  height: 4vw;
}
.rank_outer2 .bottom {
  background: linear-gradient(to top, #525252, #222);
  height: 4vw;
}
.rank_outer2 .inner {
  padding: 0 1vw;
}
.rank_icon {
  padding-left: 1vw;
  vertical-align: top;
}
.rank_icon img {
  width: 22vw;
  display: block;
}
.rank_icon .icon {
  border-radius: 5vw;
  margin-top: 4vw;
}
.app {
  vertical-align: top;
}
.app p.app_title {
  padding: 0 1vw 0 2vw;
  color: #e4032d;
  font-size: 5vw;
  font-weight: bold;
  line-height: 1.4em;
}
.app img.title_line {
  width: 103%;
  height: auto;
  padding-left: 1vw;
  position: relative;
  top: -5vw;
}
.app p.tag {
  font-size: 3.7vw;
  padding: 0 1vw 0 3vw;
  line-height: 1.3em;
  margin-top: -4vw;
  color: #374bff;
  text-align: right;
}
.app p.app_text {
  font-size: 4vw;
  padding: 0 3vw;
  line-height: 1.3em;
  margin-top: 2vw;
}
.dl_look {
  margin: 4vw auto 0;
}
.dl {
  width: 43vw;
  padding: 0 1vw;
}
.dl .box {
  background-color: #f1d0fa;
  padding: 1vw 2vw;
  border-radius: 2vw;
}
.dl .box2 {
  background-color: #ffdfc1;
  padding: 1vw 2vw;
  border-radius: 2vw;
}
.dl .box2 p {
  font-weight: bold;
  color: #ff7c07;
  font-size: 5vw;
}
.dl .box2 p span {
  font-size: 3.5vw;
  color: #a24c00;
}
.dl p {
  text-align: center;
  padding-bottom: 2vw;
  font-weight: bold;
  color: #333;
  font-size: 5vw;
}
.dl_title {
  font-size: 3vw;
  width: 100%;
  position: relative;
  top: -3vw;
}
.look {
  width: 43vw;
  padding: 0 1vw;
}
.look .box {
  background-color: #fed8d8;
  padding: 1vw 2vw;
  border-radius: 2vw;
}
.look p {
  text-align: center;
  padding-bottom: 2vw;
  font-weight: bold;
  color: #333;
  font-size: 5vw;
}
.bt_box {
  padding-top: 2vw;
  margin-top: 4vw;
}
.bt_box .star {
  width: 30vw;
  padding: 2vw 1vw;
  vertical-align: top;
}
.bt_box .star .box {
  background-color: #ffdfc1;
  padding: 1vw 2vw;
  border-radius: 2vw;
  margin-left: 3vw;
  text-align: center;
}
.bt_box .star p {
  text-align: center;
  padding: 1vw 0;
  font-weight: bold;
  color: #ff9907;
  font-size: 5vw;
  letter-spacing: -0.1em;
  line-height: 1em;
}
.bt_box .star span {
  color: #333;
  font-size: 4vw;
}
.bt_box .bt {
  padding-top: 3vw;
  text-align: center;
}
.bt_box .bt img {
  width: 90%;
}
.bt_box .bt2 {
  padding-top: 3vw;
  text-align: center;
}
.bt_box .bt2 img {
  width: 60%;
}
.star_title {
  font-size: 3vw;
  width: 100%;
  margin-top: -3vw;
}
@keyframes bs_anime {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.07, 1.07);
  }
  100% {
    transform: scale(1, 1);
  }
}
.bs_anime {
  animation: bs_anime 1.5s ease-in-out infinite;
}
.simply-scroll .simply-scroll-list li {
  width: 12.8vw;
  height: 13vw;
  border-radius: 50%;
  position: relative;
}
.simply-scroll .simply-scroll-list li img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  padding: 0 1vw;
}
.rev_li {
  position: absolute;
  bottom: 0;
  right: -0.5vw;
  height: 6vw;
  width: 6vw;
}
.rev_li img {
  height: auto;
  width: 100%;
  border-radius: 0;
}
footer {
  background-color: #ff2927;
  color: #FFF;
  text-align: center;
  font-size: 3.2vw;
  padding: 4vw 0;
}
p.menu {
  text-align: center;
  padding: 4vw 0;
}
.r18 {
  height: 100%;
  width: 100%;
  background-color: #fffffff8;
  position: fixed;
  left: 0;
  z-index: 100;
  text-align: center;
}
.r18 .r18caption {
  padding-top: 8vw;
  font-size: 2vw;
  line-height: 1.8em;
}
.r18 .bt_box {
  margin: 20% auto 0;
  width: 70%;
}
.r18 .bt_box div.under {
  display: inline-block;
  width: 95%;
  border-radius: 3vw;
  border: 3px solid #a5a5a5;
  color: #ffffff;
  padding: 0 0 1vw;
  line-height: 1.2em;
  background-color: #a5a5a5;
}
.r18 .bt_box div.under span {
  font-size: 3vw;
  color: #ffffff;
}
.r18 .bt_box div.over {
  display: inline-block;
  width: 95%;
  border-radius: 3vw;
  border: 3px solid #da4357;
  color: #FFFFFF;
  padding: 1vw 0 2vw;
  line-height: 1.2em;
  background-color: #df2956;
  margin: 2vw 0;
}
.r18 .bt_box div.over span {
  font-size: 3vw;
  color: #FFFFFF;
}
.cate_title {
  text-align: center;
  padding-top: 1.5vw;
  font-size: 0.75em;
  color: #912943;
}
.cate_bt {
  text-align: center;
  border-bottom: 1px solid #b14862;
}
.cate_bt p {
  color: #FFF;
  display: inline-block;
  font-size: 2.9vw;
  padding: 2.5vw 1vw;
  border-radius: 2vw 2vw 0 0 ;
  background-color: #b14862;
}
.cate_bt p a {
  text-decoration: none;
}
.cate_bt p.active {
  background-color: #df2956;
}
.f_caption {
  text-align: center;
  color: #61522e;
  letter-spacing: 0.3em;
  font-size: 0.8em;
}
.f_icon {
  width: 15vw;
  height: 15vw;
  border-radius: 2vw;
  margin: 2vw;
}
.f_menu {
  width: 100%;
}
.f_menu td {
  border-bottom: #e2d9c3 1px solid;
  font-size: 0.8em;
  line-height: 1.3em;
}
.accbox {
  margin: 0 0;
  padding: 0;
}
.accbox label {
  display: block;
  margin: 1.5px 0;
  padding: 0 12px 0 12px;
  color: #2f8fcf;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.5s;
}
.accbox label {
  display: block;
  margin: 1.5px 0;
  padding: 0 12px 0 12px;
  color: #2f8fcf;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.5s;
}
.accbox input {
  display: none;
}
.accbox .accshow {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
  font-size: 0.8em;
  line-height: 1.7em;
  padding: 0 2vw;
}
.cssacc:checked + .accshow {
  height: auto;
  opacity: 1;
}
.f_text {
  padding: 0 2vw;
}
.f_text img {
  padding-bottom: 2vw;
}
.f_menu_bt {
  margin: 2vw auto 5vw;
  background-color: #2f8fcf;
  color: #FFFFFF;
  padding: 4vw;
  border-radius: 3vw;
  width: 66vw;
  text-align: center;
}
.f_menu_bt2 {
  margin: 2vw auto 5vw;
  background-color: #cf7c2f;
  color: #FFFFFF;
  padding: 4vw;
  border-radius: 3vw;
  width: 66vw;
  text-align: center;
}
.f_menu_bt3 {
  margin: 2vw auto 5vw;
  background-color: #e07db7;
  color: #FFFFFF;
  padding: 4vw;
  border-radius: 3vw;
  width: 66vw;
  text-align: center;
}
.f_menu_bt4 {
  margin: 2vw auto 5vw;
  background-color: #cf2f4a;
  color: #FFFFFF;
  padding: 4vw;
  border-radius: 3vw;
  width: 66vw;
  text-align: center;
}
.kiji_caption {
  font-size: 1.1em;
  text-align: center;
  padding: 1.5vw;
  font-weight: bold;
  color: #cf2f4a;
}
.kiji_text {
  margin: 0 auto;
  width: 90vw;
  font-size: 0.9em;
}
.kiji_text a {
  color: #374bff;
}
.kiji_text p.caption2 {
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: #87c4ec 1px solid;
  margin: 1vw 0;
  color: #2f8fcf;
  padding-bottom: 0;
}
.kiji_app {
  width: 100%;
  padding: 3vw 0 5vw;
  background-color: #e6e6e6;
  border-radius: 3vw;
  text-align: center;
  margin-bottom: 2vw;
}
.kiji_app img {
  width: 17%;
  height: auto;
  margin: 0 1px;
  border-radius: 2vw;
}
span.red_b {
  font-weight: bold;
  color: #d62a2a;
}
span.ore_b {
  font-weight: bold;
  color: #d67d2a;
}
.rev_menu {
  font-size: 0.8em;
  margin: 3vw auto 0;
  line-height: 1.1em;
}
img.rev_icon {
  width: 5vw;
  margin-right: 1vw;
}
.store_rev {
  padding-top: 3vw;
}
.review_list {
  text-align: center;
}
.review_list li {
  margin: 2vw 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.review_list li .man_icon {
  width: 5vw;
  padding: 0 3vw;
}
.review_list li dt {
  font-size: 1em;
  font-weight: bold;
  color: #10478f;
}
.review_list li dt.wmon {
  font-size: 1em;
  font-weight: bold;
  color: #8a1c5f;
}
.review_list li div {
  margin: 0 auto;
  width: 100%;
  font-size: 1em;
}
.review_list li div span.marking {
  font-size: 1em;
  color: #dbb300;
}
.review_list li div img {
  float: right;
  margin-left: 15px;
}
.review_list li dd {
  margin: 0 0 1vw 0;
  padding: 4vw 2vw;
  border: 3px solid #e1e1e1;
  line-height: 1.6em;
  -webkit-border-radius: 3vw;
  -moz-border-radius: 3vw;
  border-radius: 3vw;
  background-color: #f3f3f3;
}
.review_list li .reject {
  font-size: 1em;
  text-align: right;
  border: none;
  padding: 20px 0 0 0;
}
.review_list:nth-last-of-type(1) {
  margin-bottom: 0;
}
.kami_caption {
  background-color: #ff8827;
  text-align: center;
  color: #fff;
  padding: 2vw 0;
  font-size: 0.9em;
  letter-spacing: 0.1em;
  margin-bottom: 3vw;
}
p.caption3 {
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: #db9c7f 1px solid;
  margin: 1vw 0;
  color: #cf6a2f;
  padding-bottom: 0;
}
.sea_cap {
  font-size: 0.7em;
  padding: 3vw 3vw 0 3vw ;
  color: #2c2c2c;
}
.sea_cap2 {
  font-size: 0.9em;
  text-align: center;
  padding: 3vw ;
  color: #2c2c2c;
}
.review_img {
  width: 10vw;
  padding: 1vw 0;
  border-bottom: #e7cccc 1px solid;
}
.review_img img {
  border-radius: 50%;
  width: 100%;
}
.review_text {
  width: 85vw;
  text-align: left;
  padding-left: 1vw;
  font-size: 1em;
  padding: 1vw 0;
  border-bottom: #e7cccc 1px solid;
}
.review_text span {
  font-size: 0.7em;
  padding-left: 0.5vw;
  color: #5a5a5a;
}
.app2 {
  vertical-align: top;
}
.app2 p.app_title {
  padding: 0 1vw 0 2vw;
  color: #fff8be;
  font-size: 5vw;
  font-weight: bold;
  line-height: 1.4em;
}
.app2 img.title_line {
  width: 103%;
  height: auto;
  padding-left: 1vw;
  position: relative;
  top: -5vw;
}
.app2 p.tag {
  font-size: 3.7vw;
  padding: 0 1vw 0 3vw;
  line-height: 1.3em;
  margin-top: -4vw;
  color: #fffc64;
  text-align: right;
}
.app2 p.app_text {
  color: #fff;
  font-size: 4vw;
  padding: 0 3vw;
  line-height: 1.3em;
  margin-top: 2vw;
}
