<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
  margin: 0;
  padding: 0;
  color: #000;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  font-size: 16px;
  line-height: 34px;
/*  background-image: url(images/bg.jpg);*/
}

.red {
  color: #E70123;
}

.orange {
  color: #FE6C01;
}

.blue {
  color: #1205FA;
}

.font_small {
  font-size: 10px;
}

img {
  max-width: 100%;
  height: auto;
}

.border {
  border: 1px solid #CCC;
}

/* ~~ エレメント / タグセレクター ~~ */
ul,
ol {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  padding: 0px;
}

h1 {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 0px;
}

h2 {
  margin-bottom: 0px;
}

h2 img {
  padding-top: 150px;
}

h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: normal;
  color: #6a5608;
  line-height: 36px;
}

h4 {
  margin-bottom: 5px;
  font-size: 14px;
  color: #F90;
}

p {
  margin-bottom: 15px;
}

a {
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-duration: .5s;
  transition-property: all;
  text-decoration: none;
  color: inherit;
}

a img {
  border: none;
}

a:link {
  text-decoration: underline;
}

a:visited {
  text-decoration: underline;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}


#footer {
  width: 100%;
  text-align: center;
  background-repeat: repeat-x;
  clear: both;
  background-color: #4C4629;
/*  background-image: url(images/footer_bg.jpg);*/
  background-position: top;
}

.footer_area {
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  text-align: center;
  color: #FFF;
  width: 1100px;
  overflow: hidden;
}

.footer_area_b {
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  text-align: center;
  width: 1100px;
  overflow: hidden;
}

.footer_area a:link {
  text-decoration: underline;
  /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
  color: #FFF;
}

.footer_area a:visited {
  text-decoration: underline;
  color: #FFC;
}

.footer_left {
  float: left;
}

.footer_right {
  float: left;
  margin-left: 30px;
  text-align: left;
  width: 950px;
  font-size: 80%;
  line-height: 24px;
}

.footer_title {
  font-size: 18px;
  font-family: "ヒラギノ明朝 Pro W3", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 36px;
}

p {
  margin-top: 0px;
  margin-bottom: 15px;
}

#container {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.content {
  width: 1100px;
  padding-top: 15px;
  padding-right: 0;
  padding-bottom: 15px;
  padding-left: 0;
/*  overflow: hidden;*/
  text-align: center;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.top_bg1 {
  width: 100%;
  background-image: url(images/top_bg2.webp);
  background-repeat: no-repeat;
  background-size: cover;
  height: 310px;
}

.top_bg2 {
  width: 100%;
  background-image: url(images/top_bg3.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 540px;
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 30px;
}

.women_bg1 {
  width: 100%;
  background-image: url(images/women_bg1.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #F8F2F6;
}

.men_bg2 {
  width: 100%;
  background-image: url(images/men_bg2.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #E8EEFE;
}

.men_bg3 {
  width: 100%;
  background-image: url(images/top_bg3.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #FFFFFF;
}


.line_head {
  background-image: url(images/line_up.png);
  background-repeat: repeat-x;
  height: 10px;
  margin-bottom: 20px;
}

.line_bottom {
  background-image: url(images/line_bt.png);
  background-repeat: repeat-x;
  height: 10px;
  margin-top: 30px;
}

.basic_bg1 {
  width: 100%;
  background-image: url(images/basic_bg1.webp);
}

.main {
  width: 700px;
  float: left;
}

.side {
  width: 240px;
  margin-left: 15px;
  float: left;
}

.side img {
  max-width: 100%;
  height: auto;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {
  float: right;
  margin-left: 8px;
}

.fltlft {
  float: left;
}

.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

.align_center {
  text-align: center;
}

.inner_center {
  margin: 0 auto;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.m5 {
  margin-top: 5px;
}

.m10 {
  margin-top: 10px;
}

.m15 {
  margin-top: 15px;
}

.m20 {
  margin-top: 20px;
}

.m25 {
  margin-top: 25px;
}

.m30 {
  margin-top: 30px;
}

.m40 {
  margin-top: 40px;
}

.center {
  text-align: center;
}

#header {
  width: 100%;
  text-align: center;
  display: none;
}

#header_area {
  width: 1100px;
  overflow: hidden;
  text-align: left;
  padding-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}


#localnavigation {
  float: right;
  clear: both;
  width: 330px;
}

#localnavigation li {
  list-style: none;
  float: left;
  background-image: url(images/navi_1.jpg);
  background-repeat: no-repeat;
  background-position: left;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 15px;
}

.logos {
  padding-right: 50px;
}

.menus {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
  padding-bottom: 0px;
}

.privacy {
  width: 80px;
}

.menstitle {
  font-size: 28px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #525974;
  font-weight: bold;
}

.menstitle2 {
  font-size: 38px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #2449A2;
  line-height: 60px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #B5B5A6;
  margin-bottom: 35px;
  font-weight: 500;
}

.menstitle3 {
  font-size: 28px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #2449A2;
  font-weight: 500;
}


.womenstitle {
  font-size: 36px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #cd3173;
  font-weight: bold;
  margin-top: 20px;
}

.womenstitle2 {
  font-size: 30px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #7b6753;
  margin-bottom: 30px;
  font-weight: bold;
}


#main_info {
  width: 100%;
  height: 350px;
  background-image: url(images/info_cover.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-attachment: fixed;
}

#main_men {
  width: 100%;
  height: 350px;
  background-image: url(images/men_cover.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-attachment: fixed;
}

#main_women {
  width: 100%;
  height: 350px;
  background-image: url(images/women_cover.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-attachment: fixed;
}

#main_sample {
  width: 100%;
  height: 350px;
  background-image: url(images/sample_cover.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-attachment: fixed;
}

#main_faq {
  width: 100%;
  height: 350px;
  background-image: url(images/faq_cover.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-attachment: fixed;
}

#main_contact {
  width: 100%;
  height: 350px;
  background-image: url(images/contact_cover.webp);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  background-attachment: fixed;
}

.palallax {
  position: relative;
  overflow: hidden;
}

.palallax&gt;img {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  object-fit: cover;
  height: 140vh;
}

#main_area {
  width: 100%;
  text-align: center;
  height: 289px;
  background-image: url(images/head_main_bg.jpg);
  background-repeat: repeat-x;
}

#submain_area {
  width: 100%;
  text-align: center;
  height: 190px;
  background-image: url(images/submain_bg.jpg);
  background-repeat: repeat-x;
}

#globalnavigation {
  width: 100%;
  text-align: center;
  background-color: rgba(92, 91, 54, 0.6);
  top: 0;
  position: fixed;
  z-index: 5000;
}

#globalnavigation ul {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 0px;
}

#globalnavigation li {
  margin: 0;
  list-style: none;
  float: left;
  text-align: center;
  padding-bottom: 0px;
}

#globalnavigation_t {
  width: 100%;
  text-align: center;
  background-color: rgba(92, 91, 54, 0);
  top: 0;
  position: fixed;
  z-index: 5000;
}

#globalnavigation_t ul {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  overflow: hidden;
  padding-top: 5px;
  padding-bottom: 0px;
}

#globalnavigation_t li {
  margin: 0;
  list-style: none;
  float: left;
  text-align: center;
  padding-bottom: 0px;
}

.side_navigation li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.text_area {
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
  overflow: hidden;
}

.banner {
  margin-bottom: 15px;
}

.title_bg {
  width: 100%;
  background-image: url(images/title_bg.jpg);
  background-repeat: no-repeat;
  background-position: left;
  height: 54px;
}

.title_bg h3 {
  line-height: 50px;
  padding-left: 30px;
  font-size: 22px;
  font-weight: normal;
}

.logo {
  width: 500px;
}

.tell {
  width: 300px;
}

.news_box {
  width: 800px;
  padding: 30px;
  font-size: 12px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(100, 96, 76, 0.7);
  border: 1px solid #BCB9A7;
  height: 330px;
  overflow: auto;
}

.news_area {
  width: 800px;
  overflow: hidden;
  margin-bottom: 15px;
  color: #FFF;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #bcb078;
}

.news_date {
  width: 120px;
  float: left;
}

.news_text {
  width: 680px;
  float: left;
}

.collums_btn {
  width: 550px;
  padding-top: 40px;
  float: left;
  text-align: center;
}

.collums_btn2 {
  padding-top: 40px;
  padding-left: 35px;
  padding-right: 35px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.line_separate {
  width: 100%;
  margin-top: 15px;
  padding-bottom: 15px;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: #999999;
  clear: both;
}

.men_flow_waku {
  padding: 15px;
  background-color: rgba(40, 41, 62, 0.7);
  border: 1px solid rgba(126, 140, 171, 1);
}

.men_flow_waku a {
  color: rgba(255, 255, 204, 1);
}

.women_topic {
  width: 90%;
  background-color: rgba(255, 255, 255, 1);
  padding: 15px;
  border: 1px solid rgba(146, 132, 77, 1);
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
}

.women_topic p {
  margin-bottom: 0px;
}

.women_sikaku {
  width: 42%;
  margin-left: 5%;
  float: left;
  font-size: 26px;
  color: rgba(123, 103, 83, 1);
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(146, 132, 77, 1);
  padding-top: 10px;
  padding-bottom: 10px;
}

.men_sikaku {
  width: 80%;
  margin-left: auto;
  font-size: 26px;
  color: rgba(123, 103, 83, 1);
  background-color: rgba(255, 255, 255, 1);
  border: 1px solid rgba(146, 132, 77, 1);
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: auto;
  margin-bottom: 30px;
}


.women_tel {
  width: 880px;
  color: #286557;
  background-color: #d8d4d0;
  font-size: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

.q_tr {
  background-color: #F2F7FF;
}

.q_tr2 {
  background-color: #FEFCFC;
}


.slideshow {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.slideshow .item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
  background-size: cover;
  background-position: center center;
}

.in {
  -webkit-transform: scale(1);
  transform: scale(1);
  z-index: 2;
}

.out {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: 4s;
  transition: 4s;
  z-index: 1;
}

.wrap {
  position: relative;
}

.toptitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  z-index: 10;
}

.arrow_tenpo a {
  padding-left: 20px;
  background-image: url(images/arrow_tenpo.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 3px;
  padding-bottom: 3px;
}

.woman_box2 {
  width: 900px;
  padding: 20px;
  border: 4px double #876D23;
  height: 600px;
  overflow: auto;
  margin-right: auto;
  margin-left: auto;
}

.pagetop {
  position: fixed;
  bottom: 0;
  right: 20px;
  padding-bottom: 15px;
  display: none;
}

.women_photo_area2 {
  width: 300px;
  padding: 30px;
  float: left;
  height: auto;
}

.women_photo_pic {
  /*	width:260px; */
  background-image: url(images/photo_bg.png);
  background-repeat: no-repeat;
  text-align: center;
  padding: 20px;
  height: auto;
}

.women_photo_pic2 {
  width: 260px;
  background-image: url(images/photo_bg2.png);
  background-repeat: no-repeat;
  text-align: center;
  padding: 20px;
  height: auto;
}

.women_photo_pic img {
  /*	width:260px; */
  height: auto;
}

.women_photo_pic2 div {
  width: 260px;
  height: 360px;
  overflow: hidden;
}

.women_photo_pic2 img {
  width: 260px;
  height: auto;
}

.women_photo_text {
  /*	width:288px; */
  padding: 5px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #A39C7D;
  margin-top: 10px;
  background-color: rgba(255, 255, 255, 1);
  line-height: 20px;
  height: 40px;
}

.login_left {
  color: #FFFFFF;
}

.login_form {
  width: 300px;
  height: 30px;
}

#footer_list {
  display: none;
}

.sitemap li {
  list-style: none;
  width: 460px;
  margin-right: 45px;
  float: left;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #727058;
  background: #ffffff;
  background: -moz-linear-gradient(rgba(255, 255, 255, .3), rgba(204, 204, 204, .5));
  background: -webkit-linear-gradient(rgba(255, 255, 255, .3), rgba(204, 204, 204, .5));
  background: linear-gradient(rgba(255, 255, 255, .3), rgba(204, 204, 204, .5));
  margin-bottom: 20px;
  margin-left: 45px;
}

.sitemap li a {
  text-decoration: none;
  padding-left: 50px;
  display: block;
  line-height: 36px;
  font-size: 18px;
  background-image: url(images/sitemark.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  text-align: left;
}

.touroku_navi {
  margin-top: 10px;
}

.top_add {
  display: none;
}

.tarea {
  width: 500px;
}

.tarea2 {
  width: 500px;
}

.br-sp {
  display: none;
}

.sm_content {
  display: none;
}

.contact_table {
  max-width: 900px;
  background-color: #CCCCCC;
  border: 0;
}

.c_left {
  width: 250px;
  padding: 10px;
  background: #ECE7D7;
  font-weight: normal;
}

.c_right {
  padding: 10px;
  background: #FFFAF4;
}

.input_m {
  width: 300px;
}

.input_ta {
  width: 380px;
  height: 150px;
}

.sm_contact {
  display: none;
}

.price_list ul {
  overflow: hidden;

}

.price_list li {
  list-style-type: none;
  width: 47%;
  float: left;
  margin-right: 3%;
}

.price_list li:nth-child(2n) {
  margin-right: 0;
}

.stnd_title {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  color: #FFFFFF;
  background-color: #555668;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
  margin-top: 30px;
}

.stnd_price {
  background-color: #E8E9F5;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #000000;
}

.price {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 36px;
}

.price_tax {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 18px;
}

.stnd_shosai {
  color: #000000;
  background-color: #B4B6CA;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  height: 280px;
  text-align: left;
}

.stnd_shosai1 {
  color: #000000;
  background-color: #A4AAE0;
  padding-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  margin-bottom: 30px;
  height: 150px;
  text-align: left;
}

.stnd_shosai p,
.stnd_shosai1 p {
  text-align: left;
}

#vip {
  background-color: #71630b;
}

#vip_price {
  background-color: #fffceb;
}

#vip_detail {
  background-color: #e6e2c9;
}

#select {
  background-color: #8EA0E4;
}

#select_price {
  background-color: #E7E9F4;
}

#select_detail {
  background-color: #D6DAF4;
}

#gold {
  background-color: #8B9006;
}

#gold_price {
  background-color: #FCFCE5;
}

#gold_detail {
  background-color: #B9BB81;
}

.footer_tel_area {
  width: 340px;
  float: left;
  padding-left: 10px;
  font-size: 12px;
  color: rgba(115, 90, 15, 1);
  line-height: 22px;
  display: block;
  text-align: left;
}

.footer_tel_area a {
  text-decoration: none;
}

.footer_copy {
  float: left;
  text-align: right;
  padding-top: 30px;
  font-size: 12px;
  color: #735A0F;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  width: 400px;
}

.footer_access {
  border-radius: 10px;
  background-color: rgba(236, 236, 230, 1);
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
}

.footer_access a {
  color: rgba(115, 90, 15, 1);
/*  text-decoration: none;*/
text-decoration: underline;
}

.footer_access a:link {
  color: rgba(115, 90, 15, 1);
/*  text-decoration: none;*/
text-decoration: underline;
}

.footer_access a:visited {
 /* text-decoration: none;*/
  color: rgba(115, 90, 15, 1);
}

form img {
  width: 15%;
  height: auto;
}

.women_topic .stnd_title {
  padding: 0px;
  margin-bottom: 15px;
}

.women_topic .stnd_title {
  background-color: #FFFFFF;
  color: #000000;
  border: solid 2px #555668;
}

.women_topic #select {
  background-color: #FFFFFF;
  color: #000000;
  border: solid 2px #8EA0E4;
}

.women_topic #gold {
  background-color: #FFFFFF;
  color: #000000;
  border: solid 2px #8B9006;
}

.women_topic #vip {
  background-color: #FFFFFF;
  color: #000000;
  border: solid 2px #71630b;
}

form .waku {
  width: 45px;
  height: 18px;
}

form .menkyo {
  width: 480px;
  height: 305px;
}

.inline {
  display: inline;
}

.list_c3 {
  overflow: hidden;
  padding-bottom: 15px;
}

.list_c3 p a {
  text-decoration: none;
  color: rgba(51, 51, 51, 1);
}

.list_c3 h4 a {
  text-decoration: none;
  color: rgba(0, 0, 0, 1);
}

.list_c3 li {
  list-style: none;
  margin: 0;
  float: left;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.list_c3 li h4 {
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  line-height: 26px;
  margin-bottom: 10px;
}

.list_c3_box1 {
  width: 31%;
  padding: 1%;
}

.list_c3_box2 {
  width: 32%;
  padding: 1%;
}

#menu {
  display: none;
}

.smsub_adj {
  display: none;
}

#nav {
  display: none;
}

.saigo img {
  width: inherit;
  height: auto;
}

.form_middle input {
  width: 30%;
}

.form_short input {
  width: 60px;
}

.bg_blue {
  width: 100%;
  background-color: #f2f7fa;
}

.s_list {
  padding: 60px 0;
}

.main_title {
  color: #525A74;
  font-size: 30px;
  margin-bottom: 60px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
}

.eigo {
  display: block;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 0;
  padding-left: 2px;
  text-align: center;
}

.slider {
  width: 100%;
  margin: auto;
  padding: 0 50px;
}

.slider li {
  box-sizing: border-box;
  padding: 0 15px;
  list-style-type: none;
}

.slider li img {
  width: 180px;
  height: 180px;
  object-fit: scale-down
}

.slider li a {
  text-decoration: none;
}

.slider li a p {
  line-height: 28px;
  font-size: 14px;
}

.slide_prev {
  position: absolute;
  z-index: 100000;
  top: 80px;
  left: 16px;
  width: 40px;
  height: 40px;
}

.slide_next {
  position: absolute;
  z-index: 100000;
  top: 80px;
  right: 6px;
  width: 40px;
  height: 40px;
}

input {
  height: 30px;
  font-size: 16px;
}

.r18 {
  position: fixed;
  display: none;
  z-index: 9999;
  background-image: url(images/verification_bg.jpg);
  width: 100%;
  height: 100vh;
}

.modal_v {
  position: fixed;
  top: 28%;
  left: 50%;
  width: 500px;
  height: auto;
  margin: -120px 0 0 -220px;
  padding: 20px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
}

.modal_v p {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  color: #000;
  font-size: 24px;
  margin-bottom: 10px;
}

.modal_v h5 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  color: #000;
  font-size: 20px;
  margin: 35px 0 30px 0;
}

.modal_v h6 {
  margin-bottom: 0;
}

.modal_v a {
  margin: 20px auto;
  padding: 10px 0;
  display: block;
  width: 325px;
  font-size: 20px;
  border-radius: 10px;
  background-color: #F2F1EB;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.modal_v .alpha- {
  color: #fff;
  background-color: #4D4520;
}

.modal_v a:hover {
  opacity: 0.7;
}

.modal_v .logo_img {
  width: 150px;
  height: auto;
}

.remove_cookie {
  position: relative;
  display: block;
  z-index: 9999;
}

.vic {
  text-align: left;
  list-style-type: none;
  color: #fff;
  padding: 30px;
  margin: 30px 0;
  border: 1px solid #B6ADA4;
}

.vic li {
  border-bottom: 1px dotted #707070;
  margin-bottom: 30px;
  line-height: 1.7;
}

.vic li:last-child {
  border: none;
  margin-bottom: 0;
}

.vic li p {
  margin-bottom: 30px;
}

.vic li:last-child p {
  margin-bottom: 0;
}

.vic li h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #D5D8FF;
  font-size: 18px;
  margin-bottom: 10px;
}

.wvic li h4 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  color: #FFC5E6;
  font-size: 18px;
  margin-bottom: 10px;
}

.bg_bk {
  background-color: #000;
  padding: 0 0 20px 0;
}

.bg_voiceblu {
  background-color: #040070;
}

.bg_voicepk {
  background-color: #70002A;
}

.title_obi {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-weight: normal;
  color: #fff;
  text-align: center;
  border-bottom: 1px solid #F2F2F2;
  font-size: 33px;
  padding: 20px 0 15px 0;
  margin-bottom: 0;
}

.price-area {
  max-width: 1200px;
  margin: 2rem auto 0;
  display: flex;
  justify-content: center;
}

.price-inner {
  width: 23%;
  margin-left: 2%;
  margin-right: 2%;
}

.bg_bu {
  width: 100%;
  background-color: #06335a;
  border-radius: 15px;
  padding: 0.5rem;
}

.bg_be {
  width: 100%;
/*  background-color: #6c6a09;*/
  background-color: #5a5708;
  border-radius: 15px;
  padding: 0.5rem;
}

.bg_be1 {
  width: 100%;
  padding: 0.5rem;
  border-radius: 15px;
/*  background-color: #6f7158;*/
  background-color: #535542;
}

.bg_prachina {
/*background-color: #66787b;*/
  background-color: #3d4d58;
  width: 100%;
  border-radius: 15px;
  padding: 0.5rem;
}

.bg_brk {
  max-width: 900px;
  padding: 0.5rem;
  margin: 2rem auto;
  border-radius: 15px;
  background-color: #000000;
}

.bg_bu .content1,
.bg_gr .content1,
.bg_be .content1,
.bg_be1 .content1,
.bg_prachina .content1 {
  padding: 10px 0;
}

.bg_bu p,
.bg_be p,
.bg_be1 p,
.bg_brk p,
.bg_prachina p {
  margin-bottom: 0;
  color: #e8d984;
  padding: 5px 0;
  line-height: 1.2;
  font-size: 20px;
font-weight: 600;
}

.bg_bu .obi_type {
  font-size: 24px;
  color: #0a176d;
  text-align: center;
  width: 100%;
  padding: 5px 0;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  background-color: #ffffff;
}

.bg_bu .obi_type:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid rgb(255, 255, 255);
}

.bg_be .obi_type {
/*  color: #7F8317;*/
  color: #707314;
  font-size: 24px;
  text-align: center;
  width: 100%;
  padding: 5px 0;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  background-color: #ffffff;
}

.bg_be .obi_type:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid rgb(255, 255, 255);
}

.bg_be1 .obi_type {
/*  color: #867E1D;*/
  color: #766f19;
  background-color: #ffffff;
  padding: 5px 0;
  font-size: 24px;
  position: relative;
  margin-bottom: 25px;
  text-align: center;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
}

.bg_be1 .obi_type::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid rgb(255, 255, 255);
}

.bg_brk .obi_type {
/*  color: #867E1D;*/
  color: #7e7825;
  background-color: #ffffff;
  padding: 5px 0;
  font-size: 24px;
  position: relative;
  margin-bottom: 25px;
  text-align: center;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
}

.bg_prachina .obi_type {
  color: #555668;
  background-color: #ffffff;
  font-size: 24px;
  position: relative;
  margin-bottom: 25px;
  padding: 5px 0;
  text-align: center;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
}

.bg_prachina .obi_type::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid rgb(255, 255, 255);
}

.bg_brk .obi_type::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid rgb(255, 255, 255);
}



.price_plan {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  text-align: center;
}

.price_plan h5 {
  margin-bottom: 0px;
  font-size: 18px;
  color: #ffffff;
/*  font-weight: normal;*/
   letter-spacing: 2px;
}

.sel {
  background-color: #3d506f;
}

.gol {
  background-color: #737230;
}

.pra {
  background-color: #4f7d8a;
}

.vip {
  background-color: #628035;
}

.brk {
  background-color: #515151;
}

.obi-small {
  font-size: 16px;
  margin-bottom: 2rem;
}

.brk-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.brk-area div {
  width: 48%;
}

.pricetable table {
  width: 90%;
  margin: 1rem auto 2rem;
}

.pricetable td {
  padding: 10px;
}

.tokuten {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  list-style: outside;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.tokuten h4 {
  font-size: 20px;
}

.tokuten h5 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.tokuten ul {
  width: 48%;
}

.tokuten li {
  list-style: outside;
  margin-left: 20px;
  text-align: left;
}

.add-men {
  text-shadow: 0 0 1px rgba(255, 255, 255, 1), 0 0 2px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 7px rgba(255, 255, 255, 1);
  color: #000000;
  font-weight: 600;
}

.bktokuten {
  width: 100%;
  margin-top: 1rem;
  border: #665e06 double 3px;
}

.bktokuten h4 {
  font-weight: 600;
  text-align: center;
  font-size: 34px;
  color: #fffddc;
  background-color: #A4005D;
  line-height: 1.5;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.bktokuten li {
  text-align: left;
  padding-left: 40px;
  margin-left: 150px;
  list-style: none;
  width: auto;
  background-image: url(images/chk-bla2.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 26px;
}

.btk-waku {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 700;
  font-size: 34px;
  color: #ffffff;
  line-height: 1.8;
  text-align: center;
  padding: 1rem 0 1rem 0;
}

.mur {
  color: #FF0000;
  text-shadow: 0px 4px 4px #FFFFFF, 0px 0px 2px #FFFFFF, 0px 0px 4px #FFFFFF, 0px 0px 4px #FFFFFF, 0px 0px 4px #FFFFFF, 0px 0px 4px #FFFFFF, 0px 0px 6px #FFFFFF;
}

.benefit {
  background: linear-gradient(transparent 80%, rgb(200, 170, 2) 70%);
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  font-size: 120%;
  padding-bottom: 7px;
}

.twitter_area {
  display: flex;
  justify-content: space-around;
}
</pre></body></html>