@charset "UTF-8";
/* ===================================================================

setting

=================================================================== */
html {
  font-size: 62.5%;
  background-color: #f2f2f2; }

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #333;
  background-color: #000;
  line-height: 1.5; }

.only_pc {
  display: inherit; }
  @media screen and (max-width: 768px) {
    .only_pc {
      display: none; } }

.only_sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .only_sp {
      display: inherit; } }

.videoclip {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .videoclip iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

a {
  color: #000;
  text-decoration: none; }
  a:active, a:hover {
    outline: 0; }

a,
a img {
  cursor: pointer; }

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

figure {
  margin: 0; }

@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
body, div, pre, p, blockquote, form, fieldset, input, textarea, select, option, dl, dt, dd, ol, li, h1, h2, h3, h4, h5, h6, table, th, td, embed, object, img, figure {
  margin: 0;
  padding: 0; }

article, aside, canvas, details, figcaption, figure, header, footer, main, menu, nav, section, summary {
  display: block; }

*,
*:before,
*:after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

html {
  font-size: 62.5%;
  position: relative; }

body {
  background-color: #000000;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 1.5;
  /*over width*/
  overflow-x: hidden;
  position: relative; }

#wrap {
  margin: 0 auto;
  max-width: 750px; }

main {
  margin: 2rem auto;
  max-width: 750px; }

.over_width {
  /*over width*/ }

/*=========================================
site link color
=========================================*/
a {
  color: #D73131;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

/*=========================================
title
=========================================*/
h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
  margin: 1rem 0; }

h2 {
  padding: 10px;
  font-size: 2rem;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 5px; }

/*小見出し*/
h3 {
  padding: .3em;
  font-size: 2rem;
  font-weight: bold;
  color: #A39117; }

/*注意文言内見出し*/
h4 {
  padding: .5rem;
  color: #fff; }

/*=========================================
flex list
=========================================*/
.flex, .flex-center {
  display: flex;
  flex-wrap: wrap; }

.flex-nowp {
  display: flex;
  flex-wrap: nowrap; }

.flex-center {
  justify-content: center;
  align-items: center; }

/*item*/
.flex-item-center {
  align-items: center; }

.flex-item-start {
  align-items: flex-start; }

/*justify-content*/
.justify-content-center {
  justify-content: center; }

.justify-content-between {
  justify-content: space-between; }

.justify-content-around {
  justify-content: space-around; }

.justify-content-flex-end {
  justify-content: flex-end; }

/*=========================================
common
=========================================*/
img, figure {
  border: none;
  vertical-align: bottom; }

hr {
  height: 0;
  padding: 0;
  border: 0;
  margin: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }

.width_full {
  width: -webkit-fill-available;
  width: -moz-available; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
  font-family: inherit; }

/* plan
--------------------------------------------------*/
.view_plan {
  text-align: center; }

.view_plan img {
  max-width: 100%; }

/* table common
--------------------------------------------------*/
table img {
  vertical-align: bottom; }

table.tbl_fixed {
  table-layout: fixed; }

/* dl_base common
--------------------------------------------------*/
/*商品説明用*/
dl.dl_base dd:empty {
  display: none; }

/* text
--------------------------------------------------*/
div[class^="txt_"],
span[class^="txt_"],
p[class^="txt_"] {
  vertical-align: middle; }

.txt_s {
  font-size: 90%; }

.txt_ss {
  font-size: 80%; }

.txt_l {
  font-size: 150%; }

.txt_ll {
  font-size: 3rem;
  font-weight: bold; }

/*company*/
.txt_noselect {
  user-select: none;
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer */
  -khtml-user-select: none;
  /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none;
  /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none;
  /* Disable Android and iOS callouts*/ }

.txt_red {
  color: red;
  font-weight: bold; }

/* align
--------------------------------------------------*/
.ta_c {
  text-align: center; }

.ta_r {
  text-align: right; }

.ta_l {
  text-align: left; }

/*=========================================
message list
=========================================*/
/*msg_
--------------------------------------------------*/
div[class^="msg_"],
p[class^="msg_"] {
  margin: 20px;
  padding: 10px; }

div[class^="msg_"]:empty,
p[class^="msg_"]:empty {
  display: none; }

/*msg_warning*/
.msg_warning {
  display: block;
  text-align: center;
  /*-----  border: 1px solid #FF8383;-----*/
  background: #D82326;
  color: #ffffff; }

.msg_warning a {
  color: #ffffff; }

/*msg_login*/
.msg_login {
  display: block;
  text-align: center;
  border: none;
  background: #ad951a;
  color: #ffffff; }

/*isystem-
--------------------------------------------------*/
div[id^="isystem-"],
p[id^="isystem-"] {
  display: block;
  text-align: center; }

div[id^="isystem-"]:empty,
p[id^="isystem-"]:empty {
  display: none; }

/*isystem-regist_word…登録系メッセージ*/
#isystem-regist_word {
  margin: 2rem;
  padding: 1rem; }

/*=========================================
input
=========================================*/
input[type="submit"], button {
  cursor: pointer; }

select, input, textarea, button {
  font-family: inherit;
  vertical-align: middle; }

/* type="image"
--------------------------------------------------*/
input[type="image"] {
  /*-----  display: block;-----*/
  margin: 2rem auto; }

/* submit
--------------------------------------------------*/
/*pay/select*/
div[class="payments_block"] input[type="submit"],
input[name="submit[btn][pay_bankagent][add]"],
input[name="submit[btn][pay_bitcash][add]"],
input[name="submit[btn][pay_credit][add]"],
input[name="submit[btn][pay_netbank][add]"],
input[name="submit[btn][pay_point][add]"],
input[name="submit[btn][user_detail_info][set]"],
form[name="user_login_frm"] input[name="submit[btn][doLogin][get]"],
form[name$="_pay"] input[type="submit"],
td.tbl_btn a,
.css_btn {
  border: none;
  /*reset*/
  display: block;
  margin: 1em auto !important;
  width: 80%;
  padding: 10px;
  font-size: 2rem;
  color: #fff !important;
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
  /*bg*/
  background: #70523c; }

/*pay/select*/
div[class="payments_block"] input[type="submit"]:hover,
input[name="submit[btn][pay_bankagent][add]"]:hover,
input[name="submit[btn][pay_bitcash][add]"]:hover,
input[name="submit[btn][pay_credit][add]"]:hover,
input[name="submit[btn][pay_netbank][add]"]:hover,
input[name="submit[btn][pay_point][add]"]:hover,
input[name="submit[btn][user_detail_info][set]"]:hover,
form[name="user_login_frm"] input[name="submit[btn][doLogin][get]"]:hover,
form[name$="_pay"] input[type="submit"]:hover,
td.tbl_btn a:hover,
.css_btn :hover {
  /*onMouse*/
  background: #9b8471; }

/*=========================================
pay
=========================================*/
/* select
--------------------------------------------------*/
.payments_block {
  margin: 2rem 0;
  padding: 1rem;
  background: #312C06; }

/* agree
--------------------------------------------------*/
.agree_submit {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center; }

form[name="agree_frm"] input[type="submit"], form[name="agree_frm"] input[type="button"] {
  display: block;
  padding: 5px;
  margin: 5px;
  width: 45%;
  height: 100px;
  font-size: 2rem; }

/*=========================================
table
=========================================*/
.tbl_base {
  width: 100%;
  border-collapse: collapse;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-top: 1px solid #999999;
  color: #ffffff; }

.tbl_base th, .tbl_base td {
  padding: .5em; }

.tbl_base th {
  background-color: #d4ad46;
  border-left: 1px solid #999999;
  border-top: 1px solid #999999;
  white-space: nowrap; }

.tbl_base td {
  background-color: #FFFFFF;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
  color: rgba(0, 0, 0, 0.8); }

.tbl_base td a {
  color: #005B6A; }

.tbl_base input {
  display: block;
  margin: 0 auto;
  width: 80%;
  padding: 5px; }

.tbl_base th.loginid, th.loginpw {
  background-color: #686450; }

.tbl_base td.loginid, td.loginpw {
  background-color: #e8e8e8; }

/*=========================================
dl
=========================================*/
dl.dl_base dt {
  padding: 5px;
  margin-bottom: 5px;
  color: #FFFFFF;
  font-weight: bold;
  background: #d4ad46;
  text-indent: 1rem; }

dl.dl_base dd {
  padding: 10px;
  margin-bottom: 1rem;
  border-left: 2px solid #7C7C7C; }

/*=========================================
header
=========================================*/
.header {
  position: relative;
  background: #000; }
  .header .header_layout {
    background: url("../img/header.jpg") no-repeat top center #000000;
    background-size: cover;
    position: relative;
    overflow: hidden; }
    .header .header_layout:before {
      content: "";
      display: block;
      padding-top: calc(1000 / 750 * 100%); }
    .header .header_layout div, .header .header_layout p, .header .header_layout h1 {
      position: absolute; }
    .header .header_layout .h01 {
      max-width: 340px;
      width: calc(340 / 750 * 100%);
      top: 3.5%;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      z-index: 1; }
    .header .header_layout .h02 {
      max-width: 460px;
      width: calc(460 / 750 * 100%);
      top: 8.5%;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      z-index: 2; }
    .header .header_layout .title01 {
      max-width: 285px;
      width: calc(285 / 750 * 100%);
      top: 20%;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      z-index: 2; }
    .header .header_layout .title02 {
      max-width: 449px;
      width: calc(449 / 750 * 100%);
      top: 24%;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      z-index: 2; }
    .header .header_layout .title03 {
      max-width: 444px;
      width: calc(444 / 750 * 100%);
      top: 35%;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      z-index: 2; }
    .header .header_layout .kuji_logo {
      max-width: 550px;
      width: calc(550 / 750 * 100%);
      bottom: 28%;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      z-index: 1; }
    .header .header_layout .b01 {
      max-width: 537px;
      width: calc(537 / 750 * 100%);
      bottom: 18%;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      z-index: 1; }
    .header .header_layout .b02 {
      max-width: 622px;
      width: calc(622 / 750 * 100%);
      bottom: 12%;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      z-index: 2; }
    .header .header_layout .b03 {
      max-width: 527px;
      width: calc(527 / 750 * 100%);
      bottom: 6.5%;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto;
      z-index: 3; }
  .header .header_logo {
    background: url("../img/header.jpg") no-repeat top center;
    background-size: 100%; }
    .header .header_logo a {
      display: block;
      width: 100px;
      margin: auto;
      padding: 8px; }

/*=========================================
def index
=========================================*/
/* hero
--------------------------------------------------*/
.hero01 {
  background: no-repeat center url("../../img/pc/def_hero_bg01.png") #000000;
  background-size: contain;
  height: 800px;
  margin-top: -2rem; }

.hero02 {
  background: no-repeat center url("../../img/pc/def_hero_bg02.png") #000000;
  background-size: contain;
  height: 980px; }

/* slider
--------------------------------------------------*/
.slider {
  position: relative;
  height: 800px; }

.slider ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.slider ul li {
  position: absolute;
  top: 0;
  left: 0;
  animation-iteration-count: infinite;
  animation-duration: 14s; }

/* slider_hero_default
--------------------------------------------------*/
.slider_hero_default ul li:nth-child(1) {
  animation-name: slider_hero_default;
  animation-delay: -2s; }

.slider_hero_default ul li:nth-child(2) {
  animation-name: slider_hero_default;
  animation-delay: 5s;
  opacity: 0; }

@keyframes slider_hero_default {
  0% {
    opacity: 0; }
  14.28% {
    opacity: 1; }
  50% {
    opacity: 1; }
  64.28% {
    opacity: 0; }
  100% {
    opacity: 0; } }
/* slider_hero_user
--------------------------------------------------*/
.slider_hero_user ul li:nth-child(1) {
  animation-name: slider_hero_user;
  animation-delay: -1s; }

.slider_hero_user ul li:nth-child(2) {
  animation-name: slider_hero_user;
  animation-delay: 6s;
  opacity: 0; }

.slider_hero_user ul li:nth-child(3) {
  animation-name: slider_hero_user;
  animation-delay: 13s;
  opacity: 0; }

@keyframes slider_hero_user {
  0% {
    opacity: 0; }
  4.76% {
    opacity: 1; }
  33.33% {
    opacity: 1; }
  42.85% {
    opacity: 0; }
  100% {
    opacity: 0; } }
/* section_guide_for_pack
--------------------------------------------------*/
/*----- 未ログインページ下部：ログイン誘導エリア -----*/
.section_login_default {
  padding-top: 2rem;
  padding-bottom: 2rem;
  /*bg*/
  background: #4f4311; }

/* domein
--------------------------------------------------*/
.domein {
  padding-top: 2rem;
  padding-bottom: 2rem;
  /*bg*/
  background: #000000; }

.domein_wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around; }

/*=========================================
user index
=========================================*/
/* contact
--------------------------------------------------*/
.contact {
  background: no-repeat center url("../../img/pc/contact_bg.jpg") #000000; }

.contact_inner {
  position: relative; }

.contact_inner a {
  position: absolute;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: bold;
  font-size: 4.6rem;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
  color: #000000;
  bottom: 100px; }

.contact_inner a:last-child {
  bottom: 40px; }

.contact_inner a span {
  color: #874c25; }

/* guide_for_pack
--------------------------------------------------*/
.guide_for_pack {
  padding-top: 2rem;
  padding-bottom: 2rem;
  /*bg*/
  background: #000000; }

/* section_result 
--------------------------------------------------*/
.section_result {
  background: no-repeat center url("../img/result_bg.jpg") #000000;
  padding-top: 2rem;
  padding-bottom: 2rem; }

.section_result .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

.section_result .result_box {
  background: no-repeat url("../../img/pc/result_info_bg.jpg");
  width: 399px;
  height: 287px;
  margin: 1rem; }

.result_box .price {
  margin-top: 110px;
  background: rgba(252, 247, 200, 0.9);
  font-size: 4.8rem;
  color: #ff0000;
  font-weight: bold;
  text-align: center; }

.result_box .day {
  text-align: left;
  font-weight: bold;
  font-size: 2rem;
  padding: 2rem 0 0 2rem; }

/* section_voice
--------------------------------------------------*/
.section_voice {
  margin: 3rem 0; }

.section_voice .tbl_base {
  margin-bottom: 2rem; }

/* contact
--------------------------------------------------*/
.infomation {
  /*bg*/
  background: #000000; }

/*=========================================
add
=========================================*/
/* question
--------------------------------------------------*/
dl.question {
  color: black; }

dl.question dt {
  cursor: pointer;
  padding: 5px;
  margin-bottom: 10px;
  font-size: 1.8rem;
  color: #fff;
  background: #d4ad46; }

dl.question dt.active {
  background: #ad951a; }

dl.question dd {
  color: #fff;
  position: relative;
  margin: 10px;
  padding-left: 5rem; }

dl.question span {
  display: inline-block;
  padding: 3px 7px;
  margin-right: 1rem;
  color: #fff;
  font-size: 2.3rem;
  line-height: 1; }

dl.question dt span {
  background: #D10003; }

dl.question dd span {
  position: absolute;
  left: 0;
  background: #01399A;
  font-weight: bold; }

/*=========================================
chara
=========================================*/
.section_chara a {
  transition: all 0.6s ease 0s; }

.section_chara a:hover {
  transform: scale(1.1, 1.1);
  transform: rotate(3deg); }

.chara_img_big {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 3rem; }

.chara_img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.chara_img_big img {
  width: 450px;
  margin: 20px 0; }

.chara_img img {
  width: 300px;
  margin: 20px 0; }

/* chara_detail
--------------------------------------------------*/
.section_chara_detail {
  margin: 5rem 0; }

.section_chara_detail img {
  display: block;
  margin: 0 auto;
  padding-bottom: 1rem; }

.section_chara_detail table {
  width: 70%;
  margin: 0 auto; }

.section_chara_detail pre {
  margin: 2rem 0;
  font-size: 1.8rem; }

/* chara_wrap
--------------------------------------------------*/
.chara_wrap {
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.1), rgba(190, 190, 190, 0.9)), no-repeat 0 80% url("../../img/pc/chart/chara_bg.jpg");
  background-size: cover;
  border: 5px solid #d4ad46;
  padding: 30px;
  margin: 50px 0;
  color: #fff; }

.chara_wrap .chara_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 20px; }

.chara_wrap .chara_inner img {
  width: 30%;
  object-fit: contain; }

.chara_wrap .chara_inner .txt {
  width: 100%;
  margin: 0 0 0 50px; }

.chara_katagaki {
  font-size: 3rem;
  font-weight: bold;
  padding: 8px 19px;
  color: #fff;
  background: #4f4311;
  border-top: solid 5px #897b3f;
  border-bottom: solid 5px #897b3f; }

.chara_katagaki p {
  margin: 0;
  padding: 0; }

.chara_name {
  font-size: 4rem; }

.chara_furigana {
  font-size: 2rem;
  font-weight: bold; }

.chara_hitokoto {
  font-size: 2rem;
  font-weight: bold; }

.chara_hr {
  height: 3px;
  margin: 2rem 0;
  background: #aaa;
  background-image: -webkit-linear-gradient(left, #ddd, #999, #ddd);
  background-image: -moz-linear-gradient(left, #ddd, #999, #ddd);
  background-image: -ms-linear-gradient(left, #ddd, #999, #ddd);
  background-image: -o-linear-gradient(left, #ddd, #999, #ddd); }

/*=========================================
LP01
=========================================*/
/* regist_mail
--------------------------------------------------*/
.regist_mail {
  background: #880120;
  padding-top: 3rem;
  padding-bottom: 3rem; }

 /* section_entryform
--------------------------------------------------*/
.entryform_wrap {
  background: #000;
  margin-bottm: 2rem; }

.section_entryform {
  margin-top: -2rem;
  padding-top: 4rem;
  padding-bottom: 2rem;
  text-align: center;
  color: #fff; }

.section_entryform input[type="text"] {
  width: 100%;
  padding: 20px;
  font-size: 3rem;
  text-align: center;
  margin-top: 4rem; }

.section_sendmail {
  background: #33312c;
  padding: 2rem; }

.section_sendmail .tbl_base th {
  width: 30%; }

/*=========================================
lp02
=========================================*/
.lp02_img02 {
  position: relative; }

.lp02_img02 .price {
  position: absolute;
  text-align: center;
  right: 0;
  left: 0;
  bottom: calc( 15rem / 750 * 375);
  margin: auto;
  color: red;
  font-weight: bold;
  font-size: calc( 10rem / 750 * 375); }
  @media screen and (max-width: 640px) {
    .lp02_img02 .price {
      bottom: calc( 1.5em / 750 * 375);
      font-size: calc( 16vw / 750 * 375); } }

.Order {
  text-align: center !important;
  margin: 0 auto;
  text-align: center;
  padding: calc(40 / 750 * 100%) calc(40 / 750 * 100%);
  background: #000;
  max-width: 960px; }
  .Order h1 {
    margin: 0 auto;
    padding: calc(40 / 750 * 100%);
    text-align: center; }
  .Order .price_area {
    margin: 0 auto 2em; }
    .Order .price_area p {
      text-align: center; }
      .Order .price_area p#btn {
        text-align: center;
        padding: 0;
        line-height: 1em; }
        .Order .price_area p#btn a {
          text-align: center;
          text-decoration: none;
          width: auto;
          background-color: #c90;
          border: 2px solid #fc0;
          padding: 1em 1.5em;
          display: inline-block;
          margin: 0 auto;
          color: #fff;
          font-weight: bold;
          font-size: 2.4rem;
          -moz-border-radius: 8px;
          -webkit-border-radius: 8px;
          border-radius: 8px; }
          .Order .price_area p#btn a:hover {
            background-color: #664c00; }
          .Order .price_area p#btn a:before {
            font-family: FontAwesome;
            content: "\f0a9";
            margin-right: 5px; }
          @media screen and (max-width: 640px) {
            .Order .price_area p#btn a {
              font-size: 4vw; } }
      .Order .price_area p span.emp {
        font-weight: bold;
        color: #FFF; }
      .Order .price_area p#btn img {
        margin-bottom: 1em;
        max-width: 50%; }
      .Order .price_area p img {
        max-width: 100%; }
  .Order .detail_area {
    margin-bottom: 2em; }
    .Order .detail_area h4 {
      color: #c00;
      font-weight: bold;
      text-align: center;
      margin-bottom: .5em; }
    .Order .detail_area table {
      border-collapse: collapse;
      width: 100%; }
      .Order .detail_area table tbody td, .Order .detail_area table tbody th {
        background: none;
        border: rgba(0, 0, 0, 0.5) 1px solid;
        text-align: center;
        padding: .5em; }
      .Order .detail_area table tbody th {
        color: #FFF;
        background: #ff8001; }
      .Order .detail_area table tbody td {
        color: #ff8001;
        background: #FFF; }
  .Order > p {
    color: #fff;
    padding: 1em 0;
    border-top: 2px solid #ffd700;
    border-bottom: 2px solid #ffd700;
    letter-spacing: .1em;
    font-size: 1.5em; }
    .Order > p .strong {
      font-size: 1.4em;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: auto;
      color: #ffd700;
      /* 金色の文字 */
      font-weight: bold;
      text-shadow: -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 2px #000, 1px 1px 2px #000, 0 0 5px #ffd700, 0 0 10px #ffd700, 0 0 15px #ffd700, 0 0 20px #ffae00, 0 0 30px #ffae00, 0 0 40px #ffae00;
      /* より遠くまで拡散する光彩 */ }
    .Order > p sub {
      font-size: .4em;
      padding: 0 1em;
      font-family: "M PLUS 1", sans-serif;
      letter-spacing: .2em; }
  .Order .paymentWrap p:first-of-type {
    margin: 0 auto 1em; }

.warranty_area {
  padding: calc(40 / 750 * 100%);
  margin: 0 auto 2em;
  max-width: 840px; }
  .warranty_area h2 {
    margin-bottom: 1.5em; }
    .warranty_area h2 img {
      width: inherit;
      max-width: 100%; }
  .warranty_area .price-refund {
    position: relative;
    z-index: 1;
    margin: 0 auto 2em;
    text-align: center; }
    .warranty_area .price-refund p {
      max-width: 400px;
      margin: 0 auto;
      padding: 1em 2em;
      display: inline-block;
      border-bottom: 6px solid #D7AA1D; }
      .warranty_area .price-refund p:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -20px;
        margin: auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 10px 0 10px;
        border-color: #D7AA1D transparent transparent transparent; }
  .warranty_area p {
    padding: 0;
    text-align: justify;
    overflow-wrap: break-word;
    word-wrap: break-word; }

.telorder_area {
  padding: 0 calc(40 / 750 * 100%) calc(40 / 750 * 100%) calc(40 / 750 * 100%); }
  .telorder_area .flow_check {
    text-align: center; }
  .telorder_area p {
    text-align: center; }
  .telorder_area img {
    max-width: 560px;
    width: 100%; }
  .telorder_area a {
    color: #ffea00; }

.magazine_area {
  padding: 0 calc(40 / 750 * 100%) calc(40 / 750 * 100%) calc(40 / 750 * 100%); }

.result {
  text-align: center;
  margin-bottom: 2em; }

.under_mini {
  font-size: 1.4rem;
  text-align: center; }

.important, .important2 {
  text-align: center !important;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 2em;
  margin: 0 auto 1em; }
  @media screen and (max-width: 640px) {
    .important, .important2 {
      font-size: 4.8vw; } }
  .important .under, .important2 .under {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.8, #fff720), color-stop(0.79, #000));
    background: -webkit-linear-gradient(top, #000 79%, #fff720 80%);
    background: -moz-linear-gradient(top, #000 79%, #fff720 80%);
    background: -o-linear-gradient(top, #000 79%, #fff720 80%);
    background: -ms-linear-gradient(top, #000 79%, #fff720 80%);
    background: linear-gradient(to bottom, #000 79%, #fff720 80%); }
    .important .under .under_large, .important2 .under .under_large {
      color: #eb3160;
      font-size: 3.2rem; }
      @media screen and (max-width: 640px) {
        .important .under .under_large, .important2 .under .under_large {
          font-size: 6.4vw; } }
  .important img, .important2 img {
    margin-top: 2em; }

.important {
  margin-top: -2em; }

.form_box {
  width: 100%;
  margin: 0 auto; }
  .form_box .form_box_inner {
    background: url("../img/price_bg.jpg") no-repeat center center #000;
    background-size: cover;
    padding: 2em 0px; }
    .form_box .form_box_inner p {
      margin-bottom: .8em;
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      text-align: center; }

.entry_box {
  margin: 0 auto; }

.entry_box:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7; }

.entry_box:active {
  cursor: pointer;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5; }

.tel_box {
  margin: 0 auto 2em;
  width: 90%; }

.tel_box a:hover {
  cursor: pointer;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7; }

.tel_box a:active {
  cursor: pointer;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5; }

.warranty_box {
  width: 90%;
  padding: 0 40px;
  margin: 0 auto 5rem; }

.magazine_box {
  padding: 0;
  margin: 0 auto 5rem; }

.message_box {
  padding: 0 40px;
  margin: 0 auto;
  color: #FFF;
  max-width: 900px;
  width: 90%; }

.message_box p {
  text-align: left; }

.entryWrap {
  margin: 0 auto; }
  .entryWrap a {
    display: block;
    padding: 0.5em 1em;
    background: -moz-linear-gradient(top, #ff9900 0%, #FFCC00 50%, #FF9900 50%, #ff9900 100%);
    background: -webkit-linear-gradient(top, #ff9900 0%, #FFCC00 50%, #FF9900 50%, #ff9900 100%);
    background: linear-gradient(to bottom, #ff9900 0%, #FFCC00 50%, #FF9900 50%, #ff9900 100%);
    text-shadow: 0px 2px 4px #996600;
    margin: 0 auto;
    border: 3px solid #FC0;
    border-radius: 0.5em;
    color: #FFFFFF;
    font-weight: bold;
    box-sizing: border-box;
    font-size: 2rem;
    line-height: 1.2;
    text-decoration: none;
    width: 90%;
    text-align: center; }
  .entryWrap a:hover {
    opacity: 0.7; }
  .entryWrap a i {
    font-size: 200%;
    vertical-align: middle;
    position: relative;
    top: -0.1em;
    padding-right: 0.1em; }

.campaign_banner {
  max-width: 100%;
  width: 90%;
  margin: 40px auto 0; }

#footer {
  height: 105px;
  max-width: 900px;
  padding-top: 10px;
  text-align: center;
  margin: 0 auto; }

#footer ul {
  text-align: center;
  margin: 0 auto; }

#footer ul li {
  display: inline;
  line-height: 10px; }

#footer ul li a {
  margin-right: 10px; }

address {
  line-height: 30px;
  clear: both;
  color: #333; }

footer {
  margin-top: 0em; }

footer nav {
  box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
  background-color: #111;
  color: #fff;
  text-align: left;
  border-top: 1px solid #333; }

footer nav ul li {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #111), color-stop(0, #222));
  background: -webkit-linear-gradient(top, #222 0%, #111 100%);
  background: -moz-linear-gradient(top, #222 0%, #111 100%);
  background: -o-linear-gradient(top, #222 0%, #111 100%);
  background: -ms-linear-gradient(top, #222 0%, #111 100%);
  background: linear-gradient(top, #222 0%, #111 100%);
  background-color: #111; }

footer nav ul li i {
  color: #F03;
  width: 1.5em;
  text-align: center; }

footer nav ul li a {
  border-bottom: 1px solid #333;
  padding: 1em 8% 1em 2%;
  display: block;
  color: #FFF; }

footer nav ul li a:hover {
  background-color: #333;
  color: #FFF; }

footer p#copy {
  background-color: #000;
  padding: 0.25em 0;
  text-align: center; }

footer p#copy small {
  font-size: 1.2rem;
  color: #ccc; }

p#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 0.75em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  line-height: 1em; }

p#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  padding: 1em;
  text-align: center;
  display: block;
  border: 1px solid #FFF;
  border-radius: 50%; }

p#page-top a:hover {
  text-decoration: none;
  background: #999; }

@media screen and (min-width: 960px) {
  footer nav {
    color: #fff;
    text-align: left;
    font-size: 0.75em;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #111), color-stop(0, #222));
    background: -webkit-linear-gradient(top, #222 0%, #111 100%);
    background: -moz-linear-gradient(top, #222 0%, #111 100%);
    background: -o-linear-gradient(top, #222 0%, #111 100%);
    background: -ms-linear-gradient(top, #222 0%, #111 100%);
    background: linear-gradient(top, #222 0%, #111 100%);
    background-color: #111;
    padding: 1em 0; }

  footer nav ul {
    text-align: center; }

  footer nav ul li {
    display: inline;
    margin: 0 0.5em; }

  footer nav ul li a {
    border-bottom: none;
    padding: 0;
    background: none;
    display: inline;
    color: #fff; }

  footer nav ul li a:hover {
    background-color: transparent;
    text-decoration: underline; } }
.contaier {
  max-width: 940px;
  margin: auto; }

.form_header {
  background: #660000;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  padding: .5em; }
  .form_header a {
    color: rgba(255, 255, 255, 0.6);
    font-weight: bold;
    margin: auto; }

#form {
  padding-top: 1.5em;
  background-color: #FFF;
  max-width: 960px;
  width: 100%;
  margin: auto; }

#other {
  padding-top: 1.5em;
  padding-bottom: 2em;
  width: 96%;
  margin: auto; }

#form h1,
#other h1 {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  color: #c00; }

#form iframe,
#form h1 {
  width: 90%;
  margin: 0 auto; }

#form h1 {
  padding-top: 1em; }

#table {
  padding-bottom: 2em; }
  #table .order,
  #table .privacy,
  #table .page_law,
  #table .flow {
    text-align: left; }
    #table .order p.caption,
    #table .privacy p.caption,
    #table .page_law p.caption,
    #table .flow p.caption {
      font-weight: bold; }
  #table .order h2,
  #table .flow h2 {
    color: #D7AA1D;
    margin-bottom: 1em;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold; }
  #table .order h3,
  #table .flow h3 {
    color: #D7AA1D;
    border-bottom: 1px dotted #D7AA1D; }
  #table .order h2,
  #table .order h3,
  #table .flow h2,
  #table .flow h3 {
    font-size: 24px;
    font-size: 2.4rem; }
  #table .order h4,
  #table .flow h4 {
    color: #D7AA1D;
    font-size: 20px;
    font-size: 2rem; }
  #table .order h2,
  #table .order h3,
  #table .order h4,
  #table .flow h2,
  #table .flow h3,
  #table .flow h4 {
    padding: 1em 0 0.25em 0; }
  #table .page_law dt {
    font-size: 24px;
    font-size: 2.4rem;
    color: #D7AA1D;
    font-weight: bold;
    padding-bottom: 0.25em; }
  #table .page_law dd {
    margin-bottom: 2em;
    border-bottom: 1px dotted #999;
    padding-bottom: 1.5em;
    padding-left: 0; }
  #table .privacy section {
    width: 100%;
    margin-bottom: 2em;
    border-bottom: 1px dotted #999;
    padding-bottom: 1.5em;
    padding-left: 0;
    text-align: left; }
    #table .privacy section h1 {
      text-align: left;
      font-weight: bold;
      font-size: 24px;
      font-size: 2.4rem;
      padding: 0;
      border: none;
      margin-bottom: 0.5em;
      background: none; }
      #table .privacy section h1:before, #table .privacy section h1:after {
        display: none; }

#other_content {
  color: #ffffff;
  width: 96%;
  margin: auto; }
