@charset "UTF-8";
@import url(default.css);

.etcbl {
  display: none;
}

.blue_t1144 {
  color: #0397ea;
  font-weight: 700;
  font-size: 30px;
  padding-right: 5px;
  padding-left: 5px;
}

h1{ text-align: center; font-size: 36px; margin: 0px; padding: 0px; }
h2{ font-size: 32px; margin: 0px; padding: 0px; }
h3{ text-align: center; font-size: 28px; margin: 0px; padding: 0px; }
.defW{ max-width: 1170px; margin: 0px auto; }
.contsBody{ margin: 4vw 0 0 0; }

.nodeco{ text-decoration: none; }
a:hover > img{
    cursor:pointer;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity:0.8;
    -khtml-opacity: 0.8;
    opacity:0.8;
    zoom:1;
}
.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}

html body {
line-height: 1.629;
}


.is-fixed-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: rgba(0,178,169,0.8);
    text-align: center;
    padding: 10px 0px;
}

.toplink{
    position: absolute;
    bottom:10px;
    right: 10px;
    z-index: 3;
    padding: 10px;
    border:1px solid #999;
    background-color: rgba(200,200,200,0.8);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.toplink{
    position: absolute;
    bottom:10px;
    right: 10px;
    z-index: 3;
    padding: 10px;
    border:1px solid #999;
    background-color: rgba(200,200,200,0.8);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}
.toplink a{ text-decoration: none; }












/*   ここからカスタムCSS    */


* {
    font-family: "Noto Sans JP",noto-sans,sans-serif;
  }
  
  /* カスタムプロパティ設定部分 */
  *, ::after, ::before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(0,176,218,.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-content: attr(data-text);
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
  }
  :root {
    --red: #f6124e;
    --orange: #ff9000;
    --green: #00e596;
    --pink: #ff0190;
    --purple: #6a01ca;
    --yellow: #ffe75f;
    --blue: #097ba1;
    --gray100: #f1f1f0;
    --gray200: #dadad7;
    --gray300: #c3c3be;
    --gray400: #ababa5;
    --gray500: #999;
    --gray600: #7c7c74;
    --gray700: #64645d;
    --gray800: #4b4b46;
    --gray900: #333;
    --fontRegular: noto-sans,"Noto Sans JP",sans-serif;
    --fontDin: din-2014,sans-serif;
    --sizeRoot: 16px;
    --lineHeight: 1;
    --sizeH1: 3.4em;
    --sizeH2: 3em;
    --sizeH3: 2.6em;
    --sizeH4: 2.2em;
    --sizeH5: 1.8em;
    --sizeH6: 1.3em;
    --pageMaxWidth: 1280px;
    --modalHeight: calc(85vh - 4rem);
    --modalHeightNs: calc(85vh - 5.5rem);
    --modalHeightWithoutBar: calc(85vh - 1.5rem);
  }
  .block {
    display: block;
  }
  .relative {
    position: relative;
  }
  .inline-block {
    display: inline-block;
  }
  .bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text;
  }
  .bg-gradient-to-t {
    background-image: linear-gradient(to top,var(--tw-gradient-stops));
  }
  .text-transparent {
    color: transparent;
  }
  .gradation_area {
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
  }
  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }
  
  .bg-striped-gradient-light {
    --mys-striped-bg: repeating-linear-gradient(-30deg,rgba(0,255,255,0),hsla(0,0%,100%,0) 0.5rem,hsla(0,0%,100%,.08) 0,hsla(0,0%,100%,.08) 1rem);
  }
  .bg-striped-gradient-to-t {
    background-image: var(--mys-striped-bg),linear-gradient(to top,var(--tw-gradient-stops));
  }
  .bg-gradient-to-r {
    background-image: linear-gradient(to right,var(--tw-gradient-stops));
  }
  
  
  /* テキストに陰を付ける */
  .drop-shadow-text1 {
    --tw-drop-shadow: drop-shadow(0.1em 0.1em 0px rgba(0,0,0,.3));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .drop-shadow-text2 {
    --tw-drop-shadow: drop-shadow(2px 2px 0px #810b30);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .before_15em::before {
    -webkit-text-stroke-width: .15em;
    content: var(--tw-content);
  }
  .before_4px::before {
    -webkit-text-stroke-width: 4px;
    content: var(--tw-content);
  }
  .before_absolute::before {
    content: var(--tw-content);
    position: absolute;
    top: 0;
    left: 0;
  }
  .before_text-stroke-pink::before {
    -webkit-text-stroke-color: #fff;
    content: var(--tw-content);
  }
  .before_data-text::before {
    --tw-content: attr(data-text);
    content: var(--tw-content);
  }
  .from-gradation-pink {
    --tw-gradient-from: #960f39;
    --tw-gradient-to: rgba(150,15,57,0);
    --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
  }
  .before_text-stroke-white::before {
    -webkit-text-stroke-color: #fff;
    content: var(--tw-content);
  }
  .blur_15px {
    --tw-blur: blur(1.5px);
  }
  .blur {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  
  /* ここまでカスタムプロパティ設定部分 */
  
  
  
  /* ここから要素に合わせてカスタム。 */
  .test_box {
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  font-weight: 700;
  }
  .from-pink {
    --tw-gradient-from: #960f39;
    --tw-gradient-to: rgba(150,15,57,0);
  }
  .from-pink2 {
    --tw-gradient-from: #e32862;
  --tw-gradient-to: rgba(227,40,98,0);
  --tw-gradient-stops: var(--tw-gradient-from),var(--tw-gradient-to);
  }
  .from-yellow {
    --tw-gradient-from: #fac13c;
    --tw-gradient-to: rgba(250,193,60,0);
  }
  .from-blue {
    --tw-gradient-from: #3969e0;
    --tw-gradient-to: rgba(250,193,60,0);
  }
  .to-pink {
    --tw-gradient-to: #e32862;
  }
  .to-yellow {
    --tw-gradient-to: #f6e597;
  }
  .to-blue {
    --tw-gradient-to: #25b2f6;
  }
  .to-purple {
    --tw-gradient-to: #510098;
  }
  .to-gradation-pink {
    --tw-gradient-to: #e32862;
  }
  
  
  body {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
  font-family: "Noto Sans JP",noto-sans,sans-serif;
  }
.pcH {
  display: none;
}


.main_top_bk {
  background-image: url(../image/jungle_bg.png);
  background-image: url(../image/top_image.png);
  min-height: 1000px;
  padding: 12vw 0 3vw;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
ul.flex {
  margin-bottom: 0;
  padding: 0;
}
.flex {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: stretch;
}
ul.flex li {
  list-style: none;
}
.head_menu {
  position: fixed;
  background-color: rgba(255,255,255,.7);
  width: 100%;
  align-items: center;
  z-index: 999;
}
.head_menu .inner {
  min-height: 4.5vw;
  display: flex;
  align-items: center;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.head_menu .inner ul.flex {
  width: 50%;
  justify-content: space-evenly;
}
.head_menu .inner ul.flex li a {
  font-weight: 500;
  color: #000;
  text-decoration: none;
  font-size: 20px;
}
.logo {
  position: absolute;
  margin-top: 23vw;
  width: 100%;
  max-width: 950px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  transform: translate(0, 0) scale(0);
  transition: transform 0.45s 0.6s cubic-bezier(0.49, 0.16, 0.28, 1.4);
}
main.active .logo.customfade {
  transform: translate(0, 0) scale(1);
}




.logo img {
  width: 100%;
}
.logo.active {
  max-width: 400px;
  margin-top: 1vw;
  transition: all .25s ease-in;
}
.head_menu.active .inner ul.flex.first {
  width: 35%;
  margin-left: 0;
  margin-right: auto;
}
.head_menu.active .inner ul.flex.last {
  width: 35%;
  margin-right: 0;
  margin-left: auto;
}
.main_rate {
  position: absolute;
  width: 30vw;
  height: 30vw;
  right: 0;
  left: 0;
  background-image: url(../image/rateBox_bg.png);
  background-size: contain;
  bottom: 0;
  top: auto;
  background-position: bottom;
  background-repeat: no-repeat;
  margin: auto;
  margin-bottom: 60px;
  display: flex;
  align-items: end;
  z-index: 3;
}
.relative {
  position: relative;
}
.main_character {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_top {
  position: relative;
  background: linear-gradient(#bbedff 25%, #0055ff 100%);
}
.main_character p {
  max-width: 450px;
  width: 100%;
  position: absolute;
  filter: drop-shadow(3px 3px 0px #333);
  overflow: hidden;
  transform: translateY(0);
  padding-top: 1%;
  margin-bottom: 0;
}
.main_character img {
  position: relative;
  transform: translateY(100%);
  transition: transform 0.45s 1.3s cubic-bezier(0.49, 0.16, 0.28, 1.4);
}
main.active .main_character.customfade img {
  transform: translateY(0);
}
.main_character .main_top_character_1 {
  left: -2%;
  top: 42%;
  z-index: 2;
}
.main_character .main_top_character_2 {
  right: 17.5%;
  z-index: 2;
  top: 37%;
}
.main_character .main_top_character_3 {
  left: 10%;
  z-index: 1;
  top: 27.5%;
}
.main_character .main_top_character_4 {
  right: -3%;
  top: 34%;
  z-index: 1;
}
.main_character .main_top_character_5 {
  right: 7.5%;
  z-index: 3;
  bottom: -1%;
}
.main_character .main_top_character_6 {
  left: 18%;
  z-index: 3;
  bottom: 1%;
}
.main_character .main_top_character_1 img {
  transition-delay: .7s;
}
.main_character .main_top_character_2 img {
  transition-delay: .5s;
}
.main_character .main_top_character_3 img {
  transition-delay: .9s;
}
.main_character .main_top_character_4 img {
  transition-delay: 1.1s;
}
.main_character .main_top_character_5 img {
  transition-delay: 1.3s;
}
.main_character .main_top_character_6 img {
  transition-delay: .9s;
}
main {
  opacity: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;

}
main.active {
  opacity: 1;
  transition: all .2s ease-in;
  width: auto;
  height: auto;
}








.slider {
  margin-bottom: 20px;
  padding-left: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 420px;
  padding-left: 10px;
}


.slider li {
  list-style: none;
  border-radius: 5px;


/*
  border: 10px solid #442107;
  */
}

.slider li .white {
  padding: 40px 20px 45px;
  position: relative;


/*
  border: 10px solid #99521d;
  background-color: #fff;
  background-image: url(../image/container_bg.png);
*/
}
.slider li .rate_riyou {
  background-image: url(../image/gold.png);
  color: #442107;
  font-size: 2em;
  max-width: 80%;
  background-color: transparent;
  border: 3px solid #442107;
  position: absolute;
  left: 0;
  right: 0;
  top: -6vw;
  width: 280px;
  text-align: center;
  font-weight: 700;
  margin: auto;
}
.slider li .rate_riyou .loop_contents {
  padding-top: 5px;
  padding-bottom: 5px;
}
.rate_riyou .loop_contents {
  min-height: 27.5px;
}

.rate_list .sub_number {
  width: 28%;
  padding: 0 0px 0 7px;
  display: flex;
  align-items: center;
}




.main_number {
  width: 72%;
  align-items: center;
  justify-content: space-between;
}
.sub_number {
  width: 28%;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.main_number img {
  width: 49%;
}
.sub_number img {
  width: 100%;
}
section {
  min-height: 0;
}

.loop_contents.loop2 {
  position: relative;
  background-image: url(../image/silver.png);
  background-size: cover;
  background-position: center;
  color: #333;
}
.loop_contents.loop1 {
  position: relative;
  background-image: url(../image/gold.png);
  background-size: auto;
  background-position: center;
}





.rate_title {
  text-align: center;
  font-weight: 500;
  transform: translate(0, 0) scale(0);
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  transition: transform .6s .8s cubic-bezier(0.49, 0.16, 0.28, 1.4);
  max-width: 150px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.customfade .slider .rate_title {
  transform: translate(0, 0) scale(1);
}
.rate_title img {
  max-width: 100%;
}
.inner {
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.center {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
.day_rate .flame_color .title_img {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  border: 5px solid #603816;
  background-image: url(../image/mokuzai1.jpg);
  background-size: auto;
  background-position: center;
  box-shadow: 0 0px 0px rgba(0,0,0,0.2), 0 2px 2px 0px #000;
}
.title_img img {
  max-width: 750px;
  filter: drop-shadow(3px 3px 0px #333);
}

img {
  max-width: 100%;
}

.rate_list li {
  background-color: #894800;
  padding: 10px;
  border-radius: 5px;
  background-size: cover;
  overflow: hidden;
  width: 23.7%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
}
.rate_list li:nth-child(4n) {
  margin-right: 0;
}


.rate_list li .gold {
  border-radius: 5px;
  overflow: hidden;
  background-image: url(../image/gold.png);
  padding: 7px;
  background-size: cover;
  background-position: center;
}
.rate_list {
  margin-top: 50px;
  justify-content: left;
}


.rate_list li .white {
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  padding: 15px;
}
.rate_riyou {
  background-image: url(../image/gold.png);
  color: #442107;
  font-size: 1.2em;
  max-width: 80%;
  background-color: transparent;
  border: 2px solid #442107;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  font-weight: 700;
  border-radius: 0;
  margin-bottom: 15px;
  margin-top: 15px;
}
.day_rate_kinds {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
  overflow: hidden;
  flex-wrap: wrap;
  padding: 0;
}
.day_rate_kinds img {
  border-radius: 5px;
  max-width: 70px;
  height: 50px;
  object-fit: contain;
  border: 1px solid #894800;
}
.day_rate_kinds_text {
  display: block;
  width: 100%;
  margin-top: 5px;
  color: #000;
  font-weight: 400;
  font-size: 13px;
}


.merit_list {
  margin-top: 60px;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
  justify-content: space-between;
}
.merit_list li {
  width: 313px;
  background-color: transparent;
  text-align: center;
  padding: 20px 50px;
  margin-right: 1.5%;
  height: 313px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../image/sun.png);
  background-size: contain;
  color: #fff;
}
.merit_list li:nth-child(3n) {
  margin-right: 0;
}
.kokuban .inner {
  position: relative;
}
.green.kokuban .inner {
  max-width: 1500px;
}



.chart_character {
  padding-top: 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
  margin-top: 0;
}


.list_check {
  margin-bottom: 0;
  padding: 0;
  justify-content: left;
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}
.list_check li {
  background-size: cover;
  overflow: hidden;
  width: 23.8%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list_check li:nth-child(4n) {
  margin-right: 0;
}


.satei_gt {
  display: none;
}
.list_check li label {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 0;
  background-color: #fff;
  padding: 14px 7px;
  border-radius: 5px;
  border: 3px solid #894800;
  cursor: pointer;
  padding-left: 50px;
  position: relative;
}
.list_check li label img {
  max-width: 45px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  height: 45px;
  object-fit: cover;
  border: 1px solid #ccc;
}
.kinds_name {
  width: calc(100% - 60px);
  padding-left: 15px;
  font-size: 15px;
  margin-bottom: 0;
}

.list_check li input:checked + label {
  color: red;
}

.input_form {
  position: relative;
}
#u_price {
  width: 100%;
  border-radius: 5px;
  border: 5px solid #894800;
  font-size: 50px;
  padding: 20px;
    padding-right: 20px;
  font-weight: 700;
  padding-right: 100px;
}
footer {
  background-image: url(../image/container_bg.png);
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px;
  background-size: cover;
}
footer ul.flex li a {
  font-size: 20px;
  color: #333;
  text-decoration: none;
  font-weight: 700;
}
footer ul.flex li {
  text-align: center;
  max-width: 25%;
}
footer ul.flex {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
section.cv {
  min-height: 0;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
section.cv a {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
section.green.kokuban {
  padding-bottom: 2vw;
}
.day_rate .flame_color .title_img {
  margin-top: 20px;
}
.cv.cv_last {
  padding-bottom: 4.5vw;
}
.cv_bottom {
  position: fixed;
  right: 10px;
  bottom: -250px;
  max-width: 240px;
  transition: bottom 0.2s ease-in-out;
  z-index: 9999;
  filter: drop-shadow(3px 3px 0px #333);
}
.cv_bottom.active {
  bottom: 10px; /* アクティブ時の位置 */
}
.photo-container p {
  margin-bottom: 0;
}
.slider_scroll {
  overflow: hidden;
}
.loop_contents {
  overflow: hidden;
}
a {
  cursor: pointer;
}
.list_check .gold {
  width: 100%;
  background-image: url(../image/gold.png);
  padding: 2px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
}
.list_button {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.list_button li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}
.list_button li label {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  cursor: pointer;
}
.list_button li label:hover {
  opacity: .9;
}

.list_button li label .kinds_name {
  width: 100%;
  color: transparent;
  padding: 0;
}
.list_button li.syokai label {
  margin-bottom: 0;
  background-image: url(../image/syokai_off.png);
  background-size: contain;
  background-position: center;
  height: 5.8vw;
  background-repeat: no-repeat;
}
.list_button li.nikaime label {
  margin-bottom: 0;
  background-image: url(../image/nikaime_off.png);
  background-size: contain;
  background-position: center;
  height: 5.8vw;
  background-repeat: no-repeat;
}
.list_button li.syokai input:checked + label {
  background-image: url(../image/syokai_on.png);
}
.list_button li.nikaime input:checked + label {
  background-image: url(../image/nikaime_on.png);
}
.company table {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  margin-top: 35px;
  margin-bottom: 35px;
}
.company table th,.company table td {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 18px;
  border-bottom: 2px solid #894800;
}
.company table th {
  color: #894800;
  width: 30%;
}
.company table td {
  width: 70%;
}
.company  {
  margin-top: 0;
}
.loading {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: fit-content;
  max-width: 130px;
  text-align: center;
  height: fit-content;
  margin: auto;
  font-weight: 700;
  font-size: 20px;
  color: #894800;
  transition: all .3s ease-in;
}
.loading img {
  display: block;
  margin-bottom: 10px;
}
.loading.active {
  display: none;
  transition: all .3s ease-in;
}
.rate_list li a {
  text-decoration: none;
}
.message_img img {
  max-width: 150px;
}

.form .head_menu {
  position: relative;
}

.form_title {
  border: 5px solid #894800;
  border-radius: 5px;
  padding: 30px 20px;
    padding-right: 20px;
  background-color: #ffefdd;
  font-size: 50px;
  text-align: center;
  background-image: url(../image/gold.png);
  background: #e9c9a4;
    background-size: auto;
  background-size: cover;
  font-weight: 900;
  color: #894800;
  position: relative;
  padding-right: 100px;
}
.form_contents {
  margin-bottom: 50px;
}
.form_contents .chart {
  text-align: center;
}
form dl {
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  margin-bottom: 45px;
}
form dd {
  width: 75%;
  padding-left: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}

.radio_box input {
  display: none;
}
textarea.form-control {
  min-height: 200px;
}

.radio_box {
  width: 23.8%;
  margin-right: 1.5%;
}
.radio_box:nth-child(4n) {
  margin-right: 0;
}
.radio_box:nth-child(n+5) {
  margin-top: 1.5%;
}
.form_submit input:hover {
  opacity: .8;
}
.form_slash {
  font-weight: 900;
  font-size: 25px;
  padding-right: 10px;
  padding-left: 10px;
}
.address_box {
  display: flex;
  align-items: center;
  font-size: 35px;
  margin-bottom: 20px;
  position: relative;
}
.year {
  font-size: 25px;
}
.year label {
  margin-bottom: 0;
  margin-right: 10px;
  margin-left: 10px;
}
.year select {
  text-align: center;
  margin-right: 20px;
}
.after_yen {
  color: #894800;
  font-weight: 700;
  font-size: 25px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
select {
  text-align: center;
}
.address_box input {
  padding-left: 50px;
}
.before_text {
  color: #894800;
  font-weight: 700;
  font-size: 25px;
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blue_text {
  color: #0397ea;
  font-weight: 700;
  font-size: 30px;
  padding-right: 5px;
  padding-left: 5px;
}
.simulation_text {
  min-height: 60px;
  display: flex;
  align-items: center;
  border: 3px solid #894800;
  font-size: 18px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 5px;
  background-color: #fff;
  padding-bottom: 10px;
  padding-top: 3px;
}
.simulation_box {
  display: flex;
  align-items: baseline;
  font-size: 18px;
  flex-wrap: wrap;
}

.thanks_text {
  background-color: #fff;
  padding: 25px;
  border: 5px solid #e6a0ff;
  font-weight: 500;
  font-size: 16px;
}
.thanks_text a {
  margin-top: 50px;
  width: 100%;
  max-width: 500px;
  background-color: #333;
  text-align: center;
  color: #fff;
  text-decoration: none;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  min-height: 60px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
form .small {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 11px;
  font-weight: 600;
}
.upload_file {
  flex-wrap: wrap;
  display: block !important;
  width: 100%;
  border: 3px solid #894800;
  border-radius: 5px;
  padding: 25px;
  background-color: #fff;
}
.upload_file input {
  margin-bottom: 10px;
}
.result {
  position: relative;
  margin-top: 3vw;
}

.result_number {
  font-size: 10em;
  font-weight: 600;
  position: absolute;
  top: 41%;
  max-width: 86%;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  right: 7%;
  text-align: right;
  color: #894800;
  display: flex;
  justify-content: right;
  line-height: 1em;
}
.result_number::after {
  content: "円";
  font-size: .5em;
  font-weight: 900;
  margin-left: 1.5vw;
  line-height: 1em;
  padding-top: 3vw;
}
#rate .inner {
  position: relative;
}

main.active .logo.subpage {
  transform: translate(0, 0) scale(1) !important;
  transition: all 0s ease-in;
  max-width: 400px;
  margin-top: 1vw;
}
.line_bottom a {
  background-color: #06c755;
  color: #fff;
  text-decoration: none;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: fixed;
  right: 0;
  top: 15%;
  font-size: 1.5em;
  z-index: 999;
  border: 2px solid #fff;
  border-right: none;
  padding: 20px 10px;
  justify-content: center;
  align-items: center;
  display: flex;
  max-width: 60px;
  overflow: hidden;
  padding-top: 10px;
  font-weight: 500;
  border-radius: 5px 0 0 5px;
  transition: right 0.2s ease-in-out;
  right: -150px;
}
.line_bottom.active a {
  transition: right 0.2s ease-in-out;
  right: 0;
}
.line_bottom a p {
  letter-spacing: 0.1em;
  margin-bottom: 2px;
}
.line_bottom a img {
  max-width: 50px;
  width: 100%;
}
.thanks_text h3 {
  text-align: left;
  font-size: 1.2em;
  margin: 15px 0;
  border-bottom: 2px solid #e6a0ff;
  width: fit-content;
  padding: 0 10px;
}
.thanks_text ul {
  list-style: disclosure-closed;
  padding-left: 1.5em;
}
.day1ty {
  width: 30%;
}






.line_div {
  text-align: center;
}
.line_text {
  margin-top: 3%;
  color: black;
}
.line_img {
  width: 100%;
  height: auto;
  margin-top: 3%;
}
.green.kokuban ul.flex {
  position: absolute;
  width: 67%;
  right: 0;
  left: 0;
  margin: auto;
  top: 30%;
  bottom: auto;
}
.green.kokuban ul.flex li {
  width: 33.3333333%;
}
.green.kokuban ul.flex li img {
  filter: drop-shadow(3px 3px 0px #333);
}
#simulation .others_n {
  font-size: .4em;
  position: absolute;
  background-color: #fff;
  padding-top: .1em;
  font-weight: 700;
}
.select_others {
  margin-left: 15px;
  display: none;
}
.select_others.active {
  display: block;
}
#product1,#product2 {
  margin-bottom: 10px;
}
.form .head_menu .inner ul.flex.first {
  width: 35%;
  margin-left: 0;
  margin-right: auto;
}
.form .head_menu .inner ul.flex.last {
  width: 35%;
  margin-right: 0;
  margin-left: auto;
}
.money_day {
  background-position: center;
  box-shadow: none;
  padding: 5px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
  border: 3px solid #894800;
  color: #894800;
  text-align: center;
  font-size: 15px;
  margin-top: 20px;
  background-color: #e9c9a4;
}
.money_day span {
  font-size: 1.7em;
  margin-left: 5px;
}
.chart_number1 {
  background-image: url(../image/gold2.png);
  padding: 7px;
  background-size: cover;
  background-position: center;
  border: 3px solid #894800;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chart_number2 {
  background-image: url(../image/gold2.png);
  padding: 7px;
  background-size: cover;
  background-position: center;
  border: 3px solid #894800;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chart_number3 {
  background-image: url(../image/gold2.png);
  padding: 7px;
  background-size: cover;
  background-position: center;
  border: 3px solid #894800;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#simulation .chart_character .chart {
  display: flex;
  align-items: center;
  justify-content: left;
}
.form_others_box {
  margin-top: 20px;
  display: none;
}
.form_others_box.active {
  display: block;
}


.news_div {
  margin: 2em auto 0 auto;
  max-width: 850px;
  font-size: 18px;
}
.news_div dl {
  margin-top: 0;
  padding-bottom: 20px;
  border-bottom: 2px dotted;
}
.news_div dt {
  margin-bottom: 15px;
}







@media screen and (max-width: 600px) {
  .news_div {
    margin: 1em auto;
    max-width: 800px;
    font-size: 15px;
    padding: 10px;
  }
  .hope_money {
    height: 115px;
  }
  .kakunin_box {
    background-color: #fff;
    border: 3px solid #894800;
    font-size: 13px;
    width: 100%;
    padding: 10px;
  }
  .kakunin_card {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 600px) {
  .hope_money {
    height: 85px;
  }
  .kakunin_box {
    background-color: #fff;
    border: 3px solid #894800;
    font-size: 18px;
    width: 100%;
    padding: 15px;
  }
  .kakunin_card {
    margin-bottom: 45px;
  }
}

.kakunin_card {
  text-align: center;
  background-color: #fff;
  font-size: 16px;
  border: 3px solid #894800;
  padding: 20px;
  color: red;
  font-weight: bold;
}


.hope_money {
  display: flex;
  border: 3px solid #894800;
  font-size: 18px;
  background: #fff;
  padding: 10px;
  width: 100%;
  position: relative;
}
.hope_money .form-control {
  border: 3px solid #dbdbdb;
  height: 34px;
  font-size: 18px;
  width: 95%;
}
.after_yen2222 {
  position: absolute;
  margin-top: 5px;
  font-size: 11px;
  font-weight: 600;
  top: 60%;
}
.privacypolicy_div {
  font-weight: 600;
}
.privacypolicy_div h3 {
  margin-bottom: 1em;
}

.security_cord {
  border: 3px solid #894800;
  font-size: 18px;
  background: #fff;
  padding: 10px;
  width: 100%;
  position: relative;
}
.security_cord_text {
  font-size: 13px;
  margin-top: 1em;
}
@media screen and (min-width: 600px) {
  .security_cord {
    height: 140px;
  }
  .privacypolicy_div {
    padding: 0 40px;
  }
  .sns_div ul {
    width: 20%;
  }
  .kk_11 { 
    position: absolute;
    top: 19%;
    left: 33%;
    width: 100%;
  }
  .kk_22 { 
    position: absolute;
    top: 56.5%;
    left: 33%;
    width: 100%;
  }
  .kk_11 .blue_t1144, .kk_22 .blue_t1144 {
    font-size: 3em;
  }
}
@media screen and (max-width: 600px) {
  .security_cord {
    height: 210px;
  }
  .privacypolicy_div h3 {
    font-size: 6vw;
  }
  .sns_div ul {
    width: 90%;
  }
  .card_div ol {
    padding-left: 1em;
  }.kk_11 { 
    position: absolute;
    top: 13%;
    left: 13%;
    width: 100%;
  }
  .kk_22 { 
    position: absolute;
    top: 50.5%;
    left: 13%;
    width: 100%;
  }
  .kk_11 .blue_t1144, .kk_22 .blue_t1144 {
    font-size: 1em;
  }
}


.sns_div {
  padding-bottom: 6.5vw;
}

.sns_div ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  padding: 0;
}
.sns_div li {
  text-align: center;
}
.sns_div img {
  width: 30%;
}
.card_div {
  font-size: 18px;
}



.kaisuu {
  display: flex;
  justify-content: center;
}

.kaisuu .radio_box {
  width: 45%;
}


.imag_kk {
  position: relative;
}
.kk_11 .simulation_text, .kk_22 .simulation_text {
  background-color: #fff0;
}
.kk_11 .simulation_text, .kk_22 .simulation_text {
border: none;
}
.kk_11 .simulation_box, .kk_22 .simulation_box {
font-size: 2em;
display: block;
}















.day_rate #hope_money {
  height: auto;
  font-size: 1.5em;
}
.day_rate .hope_money {
  height: auto;
  align-items: center;
  padding-bottom: 3%;
}
.day_rate .after_yen2222 {
  top: 75%;
}
#simulation .others_n {
  font-size: 1em;
  position: absolute;
  background-color: #fff;
  padding-top: .1em;
  font-weight: 700;
}


@media screen and (max-width: 600px) {
#simulation .others_n {
  font-size: .5em;
  position: absolute;
  background-color: #fff;
  padding-top: .1em;
  font-weight: 700;
}

.etcbl.kk_11 {
  position: absolute;
  top: 17%;
  left: 10%;
  width: 100%;
}
.etcbl.kk_22 {
  position: absolute;
  top: 55.5%;
  left: 13%;
  width: 100%;
}
form .small {
  font-weight: 400;
  font-size: .8em !important;
}

.day_rate .hope_money {
  padding-bottom: 15%;
}
.day_rate .after_yen2222 {
  top: 62%;
}
}

@media screen and (min-width: 600px) {
  .etcbl.kk_11 {
      position: absolute;
      top: 22%;
      left: 26%;
      width: 100%;
  }
  .etcbl.kk_22 {
    position: absolute;
    top: 61%;
    left: 26%;
    width: 100%;
}
}







.sec1 {
	width: auto;
	display: flex;
	overflow: hidden;
	padding: 1em 0;
	border-top: 2px solid;
	border-bottom: 2px solid;
}
@keyframes anim--first {
0% {
  transform: translateX(0%);
}
100% {
  transform: translateX(-100%);
}
}
@keyframes anim--second {
0% {
  transform: translateX(0%);
}
100% {
  transform: translateX(-100%);
}
}
.sec1__title1 {
	font-size: .75em;
	color: #0b0b0b;
}
.sec1__title0 {
	color: red;
	font-weight: bold;
	font-size: 1.1em;
}
.sec1__title--first {
  animation: anim--first 20s infinite linear 0.1s both;
}
.sec1__title--second {
  animation: anim--second 20s infinite linear 0.1s both;
}

@media (min-width: 675px) {
.sec1__title--first,
.sec1__title--second {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  display: inline-block;
  text-wrap: nowrap;
  white-space: nowrap;
  font-size: 1.5em;
}
}

@media (max-width: 675px) {
.sec1__title--first,
.sec1__title--second {
  flex-shrink: 0;
  width: auto;
  height: auto;
  display: inline-block;
  text-wrap: nowrap;
  white-space: nowrap;
  font-size: 1.5em;
}
}