@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "notoSans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  background: #fff;
  counter-reset: number 0;
  line-height: 1.8;
  font-weight: 700 !important;
  letter-spacing: 0.6;
  color: #000000;
  font-size: 17px;
  word-wrap: break-word;
  font-family: "notoSans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 100% !important;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 15px;
  }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 10px;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.inner02 {
  margin: 0 auto !important;
  max-width: 960px;
}
@media only screen and (max-width: 640px) {
  .inner02 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
}

.inner1400 {
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 10px;
  width: 100%;
}

.inner920 {
  margin: 0 auto;
  min-width: 920px;
  padding: 0 10px;
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  /* position:relative; */
  z-index: 999;
}

#contents {
  width: 100%;
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 834px) {
  #contents {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

#main {
  width: 100%;
}

#main #col_main {
  width: 100%;
}

.con100 {
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

.con90 {
  margin-left: calc(((70vw - 80%) / 2) * -1);
  margin-right: calc(((70vw - 80%) / 2) * -1);
}

.pankuzu {
  margin: 0 auto;
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
  display: inline-flex !important;
  display: flex;
}
.pankuzu a {
  color: #9e821d;
}
.pankuzu a:hover {
  text-decoration: underline;
}

.error_link a {
  color: #fff;
}
.error_link a:hover {
  text-decoration: underline;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #fff;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
.map li:last-of-type {
  display: none;
}

.policy h2 {
  margin: 30px 0 15px;
  padding: 0 0 5px;
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
}

.policy p {
  margin: 0 0 20px;
}

.smp h2 {
  margin: 100px auto 20px auto;
  padding-bottom: 5px;
  border-bottom: 2px solid #ccc;
  font-size: 24px;
  letter-spacing: 10px;
}
.smp h2:first-of-type {
  margin-top: 0;
}
.smp h3 {
  margin: 50px auto 10px auto;
  font-size: 20px;
}
.smp h3:first-of-type {
  margin-top: 20px;
}
.smp p {
  margin-bottom: 10px;
}
.smp ul {
  padding: 0 20px;
}
.smp li {
  margin-bottom: 10px;
}

table {
  table-layout: fixed;
}

table td {
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  display: block;
  font-size: 14px;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  text-decoration: none;
  -webkit-transition: all .8s;
  transition: all .3s;
}

a:hover {
  opacity: 1;
}

.imgR, .imgL {
  margin-left: 3%;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 100% !important;
    text-align: center;
  }
}

.imgL {
  clear: both !important;
  margin-right: 0px !important;
  margin-left: 0;
  margin-right: 3%;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "notoSans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }

  .fltR {
    float: none;
    width: 100% !important;
  }

  .sptal {
    text-align: left !important;
  }

  .sptar {
    text-align: right !important;
  }

  .sptac {
    text-align: center !important;
  }

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
/********* Instagram *********/
.event_Instagram01 {
  border: none !important;
}
.event_Instagram01 .sns_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: none;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 .sns_list {
    flex-wrap: wrap;
  }
}
.event_Instagram01 .sns_text {
  display: none;
  width: 0% !important;
}
.event_Instagram01 .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}
.event_Instagram01 .sns_photo img {
  width: 100% !important;
  height: 150px !important;
  object-fit: cover !important;
}
.event_Instagram01 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 24%;
  margin-bottom: 5px;
}
@media screen and (max-width: 640px) {
  .event_Instagram01 div.sns_list > div {
    width: 33.3333333%;
  }
}

/********* Instagram *********/
.event_Instagram11 {
  border: none !important;
}
.event_Instagram11 .sns_list {
  display: flex;
  border: none;
  flex-direction: row;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .event_Instagram11 .sns_list {
    align-content: flex-start;
    width: 97%;
  }
}
.event_Instagram11 .event_Instagram11 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 50% !important;
}
.event_Instagram11 .sns_text {
  display: none;
  width: 0% !important;
}
.event_Instagram11 .sns_photo {
  width: 100% !important;
}
.event_Instagram11 .sns_photo img {
  width: 400px !important;
  height: 300px !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 834px) {
  .event_Instagram11 .sns_photo img {
    width: auto !important;
    height: auto !important;
  }
}
@media screen and (max-width: 640px) {
  .event_Instagram11 .sns_photo img {
    width: auto !important;
    height: auto !important;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.event_Instagram11 div.sns_list div.sns_photo {
  width: 100% !important;
  padding-top: 10px;
  padding-right: 0px !important;
  box-sizing: border-box;
}
.event_Instagram11 div.sns_list > div {
  display: flex;
  border-bottom: 0px dashed #ccc;
  width: 32%;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

.bnone td {
  border: none !important;
}

/********* 新着情報 *********/
.news_area {
  max-height: 310px;
  overflow-y: auto;
}
.news_area td {
  padding: 10px !important;
  border-bottom: 1px dashed #ccc !important;
}
.news_area td:nth-child(odd) {
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .news_area td:nth-child(odd) {
    border-bottom: none !important;
    background: rgba(255, 255, 255, 0.1);
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .news_area td:nth-child(even) {
    padding-top: 0 !important;
    padding-bottom: 30px !important;
  }
}
.news_area dt, .news_area dd {
  background: none !important;
  border: none !important;
}
.news_area dt {
  flex-direction: row !important;
}
.news_area dt > span {
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: bold;
}
.news_area dl {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}
@media screen and (max-width: 640px) {
  .news_area dl {
    display: flex;
    flex-flow: column;
  }
  .news_area dt {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  .news_area dt, .news_area dd {
    padding: 5px !important;
    display: block;
    width: 100% !important;
  }
  .news_area dt:nth-child(even), .news_area dd:nth-child(even) {
    padding-bottom: 1em !important;
  }
}

.sns1 {
  overflow: hidden !important;
}
.sns1 .sns_photo img {
  width: 100% !important;
  height: 10vw !important;
  object-fit: cover !important;
}
@media screen and (max-width: 834px) {
  .sns1 .sns_photo img {
    height: 30vw !important;
  }
}

/* .sns1{
	width:90%;
.sns1 div.sns_list > div {
  border-bottom: none;
  width: 90% !important; }
.sns1 .sns_list {
  border: none; }
.sns1 div.sns_list div.sns_photo {
  width: 90% !important; 
.sns_photo{
	width:100%!important;
	height:100%!important;
    a{
    	position:relative;
    	display: flex !important;
		align-items: center;
		justify-content: space-between;
		flex-direction: row !important;
		height:100%!important;
    	&:before{
		position: relative;
		z-index: 1;
		content: "";
		padding-top: 100%;
		display: block;
		width: 100% !important;
		@include tabsp {
		display: none;
		}
		}
		img{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		object-fit: cover;
		font-family: "object-fit:cover;";
		width: 100% !important;
}
}
}
}
.sns1 i {
  display: none; 
}
} */
section div.form_wrap.error {
  background: #fe1100 !important;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}

section div.form_wrap dl dt {
  border: 1px solid #ddd;
  border-right: none;
  border-bottom: none;
  background-color: #fff;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  text-align: left !important;
  font-size: 16px;
}

.polia a {
  color: #bea036 !important;
  border-bottom: 1px solid #26a7e0 !important;
}

.blog .wrap {
  margin-top: 100px !important;
  display: flex !important;
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1062px) {
  .blog .wrap {
    flex-direction: column;
    width: 100%;
  }
}

.blog_list {
  display: flex;
  flex-direction: column;
  border: 1px solid #fff !important;
  box-sizing: border-box;
}

.blog_txt {
  width: 100% !important;
}

.detail {
  margin-top: 0 !important;
}

.blog h2 {
  background-color: #bea036;
  color: #fff;
  padding-left: 10px;
  font-size: 20px !important;
  display: flex;
  align-items: center;
}
.blog .pages li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.blog .pages a {
  color: #715e1b !important;
}
.blog #contents {
  margin-left: 30px;
}

div#form_calendar table tbody tr td.blog label {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background: #ffc5c5;
  border-radius: 11px;
}

/* blog */
.blog * {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.blog .fa, .blog .fas {
  font-family: Font Awesome\ 5 Pro !important;
}

.blog .ttl_h1 {
  padding: 4% 0;
}

.blog #form_calendar, .blog #contents {
  min-width: auto !important;
}

.blog .date {
  color: #333 !important;
}

.blog .flex02 {
  flex-wrap: wrap;
}

section div#contents > dl {
  display: block;
  margin: 0 10px 20px 10px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

section div#contents > dl dt span {
  display: block;
  font-size: 14px;
}

.blog .clearfix {
  display: flex;
  padding-top: 10px;
}

.blog #contents a:hover, .blog #contents a:active {
  color: #499e0c !important;
}
.blog #contents a:visited {
  color: #fe1100 !important;
}
.blog #contents a:link {
  color: #fe1100 !important;
}
@media only screen and (max-width: 640px) {
  .blog #contents {
    width: 90% !important;
  }
}

.blog_list div {
  flex-direction: row !important;
}

.blog_date {
  color: #000 !important;
  background-color: #fff !important;
  display: inline-block;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog_text {
  display: flex;
  width: 100% !important;
}
.blog_text span {
  color: #333 !important;
  font-weight: bold !important;
}
.blog_text span a {
  color: #333 !important;
}

section form p.annot {
  margin: 20px 0;
  color: #ff0000;
  margin: 0 auto;
  text-align: center;
}

/*-------------------- 新着 --------------------*/
.scroll {
  padding: 0px;
  overflow-y: scroll;
  max-height: 447px;
  min-height: 447px;
  width: 100%;
  margin-right: 5%;
  margin: 0 auto;
  font-size: 17px;
  background-color: #fff;
  border: 1px solid #cccccc;
  padding: 20px;
}
.scroll a {
  color: #sef8519 !important;
}
@media screen and (max-width: 834px) {
  .scroll {
    width: 100%;
    max-height: 200px;
    min-height: 200px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .scroll {
    width: 100%;
    margin-bottom: 40px;
    max-height: 400px;
    min-height: 400px;
    padding: 5px;
  }
}
.scroll .form_wrap dl dd {
  border: none !important;
  border-bottom: none;
  padding: 0px 8px;
  box-sizing: border-box;
  width: 82% !important;
  text-align: left !important;
  border: 1px solid #fff !important;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .scroll .form_wrap dl dd {
    width: 100% !important;
    font-size: 13px;
    border: none !important;
  }
}
.scroll .form_wrap a {
  color: #fe1100 !important;
  text-decoration: underline;
  text-decoration-color: #fe1100;
}
.scroll .form_wrap dl {
  border-bottom: none !important;
  padding: 13px 0 !important;
  border-bottom: 1px dashed #b3b3b3 !important;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .scroll .form_wrap dl {
    padding: 5px !important;
  }
}
.scroll .form_wrap dl dt {
  border: none !important;
  border-right: none;
  border-bottom: none;
  padding: 8px;
  width: 22% !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
  font-size: 15px;
  text-align: center !important;
  background-color: #fff !important;
  display: inline-block;
  width: 150px;
  height: 27px;
  color: #333;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .scroll .form_wrap dl dt {
    width: 30% !important;
  }
}
@media screen and (max-width: 640px) {
  .scroll .form_wrap dl dt {
    width: 30% !important;
  }
}

.newsttl {
  background-color: #0283c7;
  padding: 3px 20px;
  font-size: 10px;
  border-radius: 50px;
  color: #fff;
}

.blogttl {
  background-color: #2fb84f;
  padding: 3px 20px;
  font-size: 10px;
  border-radius: 50px;
  color: #fff;
}

.blog_photo {
  display: none;
}

.items a {
  color: #9e8000 !important;
}

.order a {
  color: #9e8000 !important;
}

div.item_option a {
  display: block;
  margin-top: 10px;
  text-decoration: underline;
  color: #9e8000 !important;
}

div.item_view > ul li a {
  display: block;
  padding: 2px 5px;
  background: #bea036;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #fff !important;
  font-size: 12px;
  font-weight: bold;
}

header#global_header {
  max-width: 100% !important;
  max-width: 960px !important;
}
@media screen and (max-width: 834px) {
  header#global_header {
    padding-top: 54px;
  }
}
header#global_header button {
  display: none !important;
}
@media screen and (max-width: 834px) {
  header#global_header button {
    display: block !important;
  }
}
header#global_header .inner {
  display: flex;
  width: 1200px;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
}

.header_container {
  align-items: center;
  display: flex;
  top: 0;
  width: 100%;
  padding: 0 20px;
  background-color: #fff;
  z-index: 9999;
  height: 115px;
  border-top: 5px solid #ceab19;
}
@media screen and (max-width: 834px) {
  .header_container {
    display: block;
    padding: 20px 0;
    border-top: none;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .header_container {
    display: block;
    padding: 20px 0 100px 0;
    border-top: none;
  }
}
.header_container .h_logo {
  z-index: 999;
}
@media only screen and (max-width: 1238px) {
  .header_container .h_logo {
    width: 80%;
  }
}
@media only screen and (max-width: 930px) {
  .header_container .h_logo {
    width: 65%;
  }
}
@media screen and (max-width: 834px) {
  .header_container .h_logo {
    position: absolute;
    width: 25%;
    left: 0;
    margin: 0 auto;
    z-index: 0;
  }
}
@media screen and (max-width: 640px) {
  .header_container .h_logo {
    position: absolute;
    width: 100%;
    right: 0;
    left: 0;
    margin: 0 auto;
    margin-top: 50px;
    z-index: 0;
  }
}
.header_container .col_01 {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0px;
  margin-left: 1%;
  width: 15%;
}
@media only screen and (max-width: 1136px) {
  .header_container .col_01 {
    left: 0%;
  }
}
@media screen and (max-width: 834px) {
  .header_container .col_01 {
    width: 50%;
    top: 0%;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_01 {
    width: auto;
    top: 20%;
  }
}

.col_02 {
  width: 83%;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
@media only screen and (max-width: 1390px) {
  .col_02 {
    width: 90%;
  }
}
@media only screen and (max-width: 834px) {
  .col_02 {
    justify-content: flex-start;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .col_02 {
    width: 100%;
  }
}

#header {
  text-align: center;
  background-image: url(../images/home/h_bg.png);
  background-repeat: repeat;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto !important;
  transition: .5s;
  z-index: 9999;
}

@media screen and (max-width: 640px) {
  .subnav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.subnav ul {
  display: flex;
  font-size: 13px;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .subnav ul {
    font-size: 10px;
  }
}
.subnav ul a {
  color: #333 !important;
  display: flex;
  align-items: center;
}
.subnav ul li {
  padding: 0 3px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .subnav ul li {
    padding: 0 1px;
  }
}
.subnav .cartbtn {
  background-color: #bea036;
  color: #fff !important;
  padding: 5px 10px;
  margin-left: 15px;
}
@media screen and (max-width: 640px) {
  .subnav .cartbtn {
    padding: 0px 1px;
  }
}

@media screen and (min-width: 834px) {
  .subnav02 {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .subnav02 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 640px) {
  .subnav02 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.subnav02 ul {
  display: flex;
  font-size: 13px;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .subnav02 ul {
    font-size: 10px;
    margin-top: 5px;
  }
}
.subnav02 ul a {
  color: #333 !important;
  display: flex;
  align-items: center;
}
.subnav02 ul li {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .subnav02 ul li {
    padding: 0 10px;
  }
}
.subnav02 .cartbtn {
  background-color: #bea036;
  color: #fff !important;
  padding: 5px 10px;
  margin-left: 15px;
}
@media screen and (max-width: 640px) {
  .subnav02 .cartbtn {
    padding: 0px 1px;
  }
}

.topnavi {
  width: 100%;
}

#nav_global {
  width: 100%;
  padding: 5px 0;
}
@media only screen and (max-width: 985px) {
  #nav_global {
    width: 100%;
  }
}
#nav_global ul {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  list-style: none;
}
#nav_global ul li {
  text-align: left;
  margin: 0 auto;
  line-height: 15px;
  font-size: 16px;
}
#nav_global ul li:nth-child(2) a:after {
  content: '会社概要';
  display: block;
  font-size: 11px;
  font-weight: 500;
}
#nav_global ul li:nth-child(3) a:after {
  content: '製品一覧';
  display: block;
  font-size: 11px;
  font-weight: 500;
}
#nav_global ul li:nth-child(4) a:after {
  content: '用途から選ぶ';
  display: block;
  font-size: 11px;
  font-weight: 500;
}
#nav_global ul li:nth-child(5) a:after {
  content: '注文の流れ';
  display: block;
  font-size: 11px;
  font-weight: 500;
}
#nav_global ul li:nth-child(6) a:after {
  content: 'よくあるご質問';
  display: block;
  font-size: 11px;
  font-weight: 500;
}
#nav_global ul li:nth-child(7) a:after {
  content: 'コラム・美顔器情報';
  display: block;
  font-size: 11px;
  font-weight: 500;
}
#nav_global ul li:nth-child(8) a:after {
  content: '法人の方へ';
  display: block;
  font-size: 11px;
  font-weight: 500;
}
#nav_global ul li:nth-child(9) a:after {
  content: '委託先をお考えの企業様へ';
  line-height: 13px;
  display: block;
  font-size: 9px;
  font-weight: 500;
}
#nav_global ul li:nth-child(10) a:after {
  content: 'お問い合わせ';
  display: block;
  font-size: 11px;
  font-weight: 500;
}
#nav_global ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #333 !important;
  padding: 5px 0;
  font-weight: bold !important;
}
@media only screen and (max-width: 1390px) {
  #nav_global ul li a {
    font-size: 12px;
  }
}
#nav_global ul li a:hover {
  color: #d4bc6a !important;
}
#nav_global ul li ul {
  position: absolute;
  right: 0;
  margin: 0 auto;
  z-index: 99999 !important;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-start !important;
  flex-flow: row wrap !important;
  background-color: #ceab19;
  text-align: center;
  width: 100%;
}
#nav_global ul li ul li {
  border-bottom: 1px solid #d4bc6a;
  text-align: center;
  width: 25%;
  padding-left: 30px;
  margin: 0;
  /* &:hover{
  	background-color:#d8b830;
  } */
}
#nav_global ul li ul li a {
  display: block;
  display: flex;
  align-items: center;
  padding: 28px 0px;
  font-size: 13px;
  text-align: left;
  color: #fff !important;
}
#nav_global ul li ul li a img {
  margin-right: 10px;
}
#nav_global ul li ul li a:hover {
  transition: 0.5s;
  color: #000 !important;
}
#nav_global ul li ul li:nth-child(1) a:after {
  display: none;
}
#nav_global ul li ul li:nth-child(2) a:after {
  display: none;
}
#nav_global ul li ul li:nth-child(3) a:after {
  display: none;
}
#nav_global ul li ul li:nth-child(4) a:after {
  display: none;
}
#nav_global ul li ul li:nth-child(5) a:after {
  display: none;
}
#nav_global ul li ul li:nth-child(6) a:after {
  display: none;
}
#nav_global ul li ul li:nth-child(7) a:after {
  display: none;
}
#nav_global ul li ul li:nth-child(8) a:after {
  display: none;
}

#mainArea {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 834px) {
  #mainArea {
    height: auto;
    margin-bottom: 0px;
  }
}
#mainArea img {
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100%;
}
@media screen and (max-width: 834px) {
  #mainArea img {
    max-height: auto;
    min-height: auto;
    width: 100% !important;
    margin-top: 0px;
  }
}
#mainArea .txt {
  position: absolute;
  font-size: 45px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #fff;
  text-shadow: 1px 2px 3px #333;
  top: 40%;
  left: 8%;
}
@media screen and (max-width: 834px) {
  #mainArea .txt {
    font-size: 30px;
    left: 0;
    right: 0;
  }
}

/*-----------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------*/
.mean-container a.meanmenu-reveal span {
  background: #fff !important;
}

.mean-container a.meanmenu-reveal {
  color: #fff !important;
  top: 0px !important;
  background-color: #bea036;
}

.mean-container .mean-bar {
  background: #bea036 !important;
  position: fixed !important;
  z-index: 6 !important;
  padding: 0px 0 !important;
}

.mean-container .mean-nav {
  background: #9c873d !important;
  margin-top: 54px !important;
  z-index: 9 !important;
}

.mean-container .mean-nav ul li {
  z-index: 99999 !important;
}

.mean-container .mean-nav ul li ul {
  background: #88732a !important;
  z-index: 9 !important;
}

.mean-container .mean-nav ul li a {
  border-top: 1px solid #bea036 !important;
  height: 30px !important;
  z-index: 999 !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: #fff !important;
  z-index: 999 !important;
}

.mean-container .mean-nav ul li a {
  padding: 10px 5% !important;
  z-index: 999 !important;
  color: #fff !important;
}

.mean-container .mean-nav ul li a li {
  margin-right: 15px;
  font-size: 16px;
}

.mean-container .mean-nav ul li li a {
  width: 100% !important;
  display: flex;
  align-items: center;
}
.mean-container .mean-nav ul li li a img {
  margin-right: 10px;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #4892df !important;
  z-index: 999 !important;
}

@media only screen and (min-width: 834px) {
  .pcnone {
    display: none !important;
  }
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: #88732a !important;
  z-index: 999 !important;
}

#global_footer {
  position: relative;
  background-color: #ceab19 !important;
  bottom: 0 !important;
}
@media screen and (max-width: 640px) {
  #global_footer {
    margin-top: 0px !important;
  }
}

#footer {
  padding: 10px 0;
  bottom: 0 !important;
}
@media screen and (max-width: 640px) {
  #footer {
    padding: 0px 0;
  }
}
#footer .inner {
  position: relative;
  max-width: 1200px;
}
#footer .inner .footer_container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 20px 0;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#footer .inner .footer_container .col_001 {
  padding: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  margin-bottom: 20px;
  font-size: 14px;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container .col_001 {
    margin-bottom: 0em;
    width: 100%;
    margin-right: 0px;
  }
}
@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_001 {
    flex-direction: column;
  }
}
#footer .inner .footer_container .col_2 .nav_footer {
  color: #fff !important;
  display: flex;
  align-items: center;
  font-size: 16px;
  text-align: right;
}
@media screen and (max-width: 834px) {
  #footer .inner .footer_container .col_2 .nav_footer {
    display: none;
  }
}
#footer .inner .footer_container .col_2 .nav_footer li {
  padding: 0 10px;
}
@media screen and (max-width: 640px) {
  #footer .inner .footer_container .col_2 .nav_footer li {
    width: 100%;
    text-align: center;
  }
}
#footer .inner .footer_container .col_2 .nav_footer li a {
  color: #fff !important;
}
#footer .inner .footer_container .col_2 .nav_footer li a:hover {
  transition: 0.5s;
}

.fa-phone-alt {
  padding-right: 20px;
}

#copy {
  color: #fff;
  text-align: center;
}
#copy a {
  color: #fff !important;
}

#global_footer {
  bottom: 0px !important;
  min-width: 0px !important;
  margin-top: 100px !important;
}

/*-----------------------------------------------------------------------------------------*/
/* contents */
.bnone td {
  border: none !important;
}

.bnone2 td {
  border: none !important;
  padding: 10px !important;
}

.h2ttl {
  line-height: 20px;
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .h2ttl {
    font-size: 14px;
    line-height: 10px;
    margin: 30px;
  }
}
.h2ttl div {
  font-weight: bold !important;
}
.h2ttl h2 {
  font-size: 42px;
  font-weight: bold;
  line-height: 40px;
}
@media screen and (max-width: 640px) {
  .h2ttl h2 {
    font-size: 30px;
  }
}
.h2ttl .btn01 {
  color: #bea036;
  font-weight: bold !important;
}

.flexbox {
  justify-content: space-between;
  justify-content: flex-start;
}
.flexbox .box {
  width: 24%;
  margin: 0 5px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1110px) {
  .flexbox .box {
    width: 22%;
  }
}
@media screen and (max-width: 640px) {
  .flexbox .box {
    width: 49%;
    margin: 1px;
    margin-bottom: 15px;
  }
}
.flexbox .box > div {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .flexbox .box > div {
    font-size: 10px;
  }
}

.voice {
  background: url(../images/home/banner02.jpg) center top/cover no-repeat;
  background-size: contain;
  height: 305px;
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .voice {
    background: url(../images/home/banner02_sp.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 228px;
    position: relative;
    margin-top: 25px;
  }
}
.voice > div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 20px;
  padding: 150px 0 50px 50px;
}
.voice .btn02 {
  position: absolute;
  right: 10%;
  bottom: 5%;
  background-color: #fff;
  border-radius: 50px;
  padding: 0 25px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  color: #000 !important;
}

.flexbox02 {
  justify-content: space-between;
  margin-top: 100px;
  padding: 0px;
}
@media screen and (max-width: 640px) {
  .flexbox02 {
    margin-top: 50px;
  }
}
.flexbox02 .box {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .flexbox02 .box {
    width: 100%;
    margin-bottom: 20px;
  }
}

.flexbox03 .box h3 {
  font-size: 20px;
  font-weight: bold;
}
.flexbox03 .box:last-child {
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cont_1 {
  margin-bottom: 100px;
}
.cont_1 .inner {
  display: flex;
  align-items: center;
  justify-content: center !important;
  justify-content: space-between !important;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .cont_1 .inner {
    flex-direction: column;
    align-items: center;
  }
}

.column {
  width: 48%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .column {
    width: 100%;
  }
}
.column .blog_list h3 {
  display: none !important;
}
.column .blog_date {
  width: 20%;
}
@media screen and (max-width: 640px) {
  .column .blog_date {
    width: 40%;
  }
}
.column .detail {
  width: 80%;
}

.insta {
  width: 48%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .insta {
    width: 100%;
  }
}

.acd-check {
  display: none;
}

.acd-label {
  color: #000;
  display: block;
  margin-bottom: 1px;
  padding: 50px 0;
  position: relative;
  border-bottom: 3px dotted #999999;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .acd-label {
    padding: 20px 0;
    font-size: 20px;
  }
}

.acd-label:after {
  box-sizing: border-box;
  display: block;
  height: 52px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 20%;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  display: block;
  padding-left: 10px;
  font-weight: bold;
  padding-right: 8px;
  font-size: 30px;
}

.acd-content {
  display: block;
  height: 0;
  opacity: 0;
  padding: 20px 10px;
  transition: .5s;
  visibility: hidden;
  color: #fff;
}
.acd-content ul li {
  color: #000 !important;
  padding: 20px 20px;
  background-color: #fff;
  border-bottom: 1px dotted #333;
}
.acd-content ul li:hover {
  color: #fff !important;
  background-color: #bea036;
}

.acd-check:checked + .acd-label:after {
  content: '\f068';
}

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

.acd-check2 {
  display: none;
}

.acd-label2 {
  color: #000;
  display: block;
  margin-bottom: 1px;
  padding: 50px 0;
  position: relative;
  border-bottom: 3px dotted #999999;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .acd-label2 {
    padding: 20px 0;
    font-size: 20px;
  }
}

.acd-label2:after {
  box-sizing: border-box;
  display: block;
  height: 52px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 20%;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  display: block;
  padding-left: 10px;
  font-weight: bold;
  padding-right: 8px;
  font-size: 30px;
}

.acd-content2 {
  display: block;
  height: 0;
  opacity: 0;
  padding: 20px 10px;
  transition: .5s;
  visibility: hidden;
  color: #fff;
}
.acd-content2 ul li {
  color: #000 !important;
  padding: 20px 20px;
  background-color: #fff;
  border-bottom: 1px dotted #333;
}
.acd-content2 ul li:hover {
  color: #fff !important;
  background-color: #bea036;
}

.acd-check2:checked + .acd-label2:after {
  content: '\f068';
}

.acd-check2:checked + .acd-label2 + .acd-content2 {
  height: auto;
  opacity: 1;
  padding: 10px;
  visibility: visible;
}

.news {
  width: 100%;
  margin: 0 auto;
  margin: 80px auto;
}
@media screen and (max-width: 640px) {
  .news {
    width: 95%;
  }
}
.news .scroll {
  max-height: 350px !important;
  min-height: 393px !important;
}
.news .scroll .form_wrap dl {
  border-bottom: none !important;
  padding: 38px 0 !important;
  border-bottom: 1px dashed #b3b3b3 !important;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .news .scroll .form_wrap dl {
    padding: 20px 0 !important;
  }
}
.news .scroll .form_wrap dl dt {
  width: 17% !important;
}
@media screen and (max-width: 640px) {
  .news .scroll .form_wrap dl dt {
    width: 30% !important;
  }
}
.news .blog_list .blog_text .detail {
  display: none;
}
.news .blog_text h3 {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .news .blog_text h3 {
    width: 68%;
  }
}
.news .blog_date {
  width: 15%;
}
@media screen and (max-width: 640px) {
  .news .blog_date {
    width: 33%;
  }
}

.blog aside {
  width: 30%;
}
@media screen and (max-width: 640px) {
  .blog aside {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .blog .clearfix {
    flex-direction: column-reverse !important;
  }
}

.blog .pages {
  text-align: left !important;
}
@media screen and (max-width: 640px) {
  .blog .pages {
    margin: 0 10px;
  }
}

.h1txt {
  background: url(../images/contents/h1_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 10% 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
}
.h1txt > div {
  max-width: 1220px;
  margin: 0 auto;
}
.h1txt a {
  font-size: 0.5em;
}
.h1txt h1 {
  font-size: 40px;
  color: #bea036;
  line-height: 40px;
  font-weight: bold;
  text-align: left;
  padding: 0 10px;
}
@media screen and (max-width: 834px) {
  .h1txt h1 {
    padding: 0 10px;
    font-size: 25px;
    line-height: 25px;
  }
}
.h1txt h1 span {
  font-size: 20px;
  color: #484646;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .h1txt h1 span {
    font-size: 18px;
  }
}

.h1txt02 {
  background: url(../images/contents/h1_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 10% 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
  animation: fadeIn 1.5s ease 0s 1 normal;
}
.h1txt02 > div {
  max-width: 1220px;
  margin: 0 auto;
  font-size: 40px;
  color: #bea036;
  line-height: 40px;
  font-weight: bold;
  text-align: left;
  padding: 0 10px;
}
@media screen and (max-width: 834px) {
  .h1txt02 > div {
    padding: 0 10px;
    font-size: 25px;
    line-height: 25px;
  }
}
.h1txt02 > div span {
  font-size: 20px;
  color: #484646;
  font-weight: normal;
}
@media screen and (max-width: 640px) {
  .h1txt02 > div span {
    font-size: 18px;
  }
}

.pa {
  padding: 7% !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.h2txt {
  margin-top: 100px;
}
.h2txt h2 {
  font-size: 25px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  padding: .5em .75em;
  border-left: 6px solid #bea036;
}
@media screen and (max-width: 640px) {
  .h2txt h2 {
    font-size: 20px;
  }
}

.hyo {
  margin-top: 50px;
}
.hyo td {
  padding: 10px !important;
}
.hyo .left {
  width: 20%;
  border-bottom: 1px solid #949494 !important;
}
.hyo .right {
  border-bottom: 1px solid #ddd !important;
}

.txtbox h3 {
  font-size: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
.txtbox article > div {
  background-color: #f7f3e5;
  padding: 30px;
  border: 5px double #dcd9ce;
}

.txtbox02 h3 {
  font-size: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  text-decoration: underline;
}
.txtbox02 > div {
  background-color: #dedede;
  padding: 30px;
  border: 6px solid #c7c0c0;
}

/*================== LP1 SCSS =================*/
/*  .inner02{
 	img{
 		margin-top: 50px;
 	}
 } */
.disnone {
  display: none !important;
}

.flex_wrap {
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
  align-items: center;
}

.txtC {
  color: #d4ab00;
}

.borderwrap {
  border: 1px solid #ccc;
  margin: 1% auto !important;
  padding: 20px;
}
@media only screen and (max-width: 640px) {
  .borderwrap {
    margin: 0 10px !important;
  }
}

.borderB {
  background: linear-gradient(transparent 60%, #ffea94 60%);
}

.youtubewrap {
  border: 20px solid #e9c840;
  padding: 10px;
}

.zindex10 {
  position: relative;
  z-index: 1;
  margin-top: -11% !important;
}

.zindex100 {
  position: relative;
  z-index: 3;
  margin-top: 20px;
}

.submidashi {
  background: #eee;
}

/*================== お客様の声 =================*/
.voicename {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.voiceimg1, .voiceimg2 {
  position: relative;
  padding-left: 30%;
  padding-top: 6%;
}
.voiceimg1:before, .voiceimg2:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 310px;
  background: url(../images/lp1/precare2_img1.png) left top/100% no-repeat;
  content: "";
}

.voiceimg2 {
  padding-left: 0;
  padding-top: 12%;
  padding-right: 30%;
}
.voiceimg2:before {
  right: 0;
  top: 10%;
  left: inherit !important;
  background: url(../images/lp1/precare3_img2.png) right top/100% no-repeat;
}

/*================== 肌の蘇り =================*/
.hadawrap {
  background: url(../images/lp1/precare4_bg.png) center top/cover no-repeat;
  padding: 5%;
  margin-bottom: 5% !important;
}
.hadawrap h2 {
  text-align: center;
}
.hadawrap > div > div {
  background: #fff;
  padding: 10%;
}

/*================== 私も推薦します! =================*/
.suisen {
  background: url(../images/lp1/precare6_bg.png) center top/cover no-repeat;
  padding: 5%;
  margin-top: 30px !important;
}

/*================== データ公開 =================*/
.flex_wrap {
  align-items: flex-start;
}

.banner1 img {
  width: 95% !important;
}

/*================== 開発者の想い =================*/
.omoiname {
  display: block;
  text-align: right;
}

/*================== PDF =================*/
.pdfwrap {
  background: url(../images/lp1/precare12_bg.png) center top/contain no-repeat;
  padding: 30% 20px 20px 20px;
}
.pdfwrap > div {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
}
.pdfwrap a {
  display: inline-block;
  color: #000;
  background: url(../images/lp1/precare12_icon.png) center left no-repeat;
  padding: 20px 0 20px 60px;
  text-decoration: underline;
}

/*================== 選ばれる理由 =================*/
.elected {
  background: url(../images/lp1/precare13_bg.png) center top/cover no-repeat;
  padding: 5%;
  padding-top: 13%;
  position: relative;
}
.elected:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 93%;
  height: 97%;
  border: 2px solid #fff;
  border-top: none;
  content: "";
}
@media only screen and (max-width: 640px) {
  .elected:before {
    height: 99%;
  }
}

.tablewrap1 {
  margin-top: 50px;
}
.tablewrap1 tr td {
  padding: 0 !important;
  border: 0 !important;
}
.tablewrap1 tr .box1 {
  width: 35%;
}
.tablewrap1 tr .box1 img {
  width: 100% !important;
}
.tablewrap1 tr .box2 {
  width: 63%;
  color: #fff;
  padding-left: 10px !important;
}
@media only screen and (max-width: 640px) {
  .tablewrap1 tr .box2 {
    width: 100%;
    padding: 0 !important;
    padding-top: 10px !important;
  }
}

.tabletitle1 h3, .tabletitle2 h3 {
  display: inline-block;
  color: #ff1f54;
  text-decoration: underline;
  font-size: 20px;
}

.tabletitle2 h3 {
  color: #fdcc39;
}

/*================== LP2 SCSS =================*/
.tsubametitle1 {
  padding: 20px 20px;
}
.tsubametitle1 h2 {
  text-decoration: underline;
  color: #003e6c;
  display: inline-block;
  margin-bottom: 5px;
}

/*================== 高級食材として知られるツバメの巣 =================*/
.bg2 {
  background: url(../images/lp2/tsubame2.png) center top/100% no-repeat #78c8c5;
  position: relative;
  padding: 60% 5% 5%;
  overflow: hidden;
}
.bg2 > div {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  position: relative;
}
.bg2 > div:before {
  position: absolute;
  top: 0;
  right: -6%;
  width: 100%;
  height: 100%;
  background: url(../images/lp2/tsubame2_icon.png) top right/70% no-repeat;
  content: "";
  z-index: 1;
}
.bg2 > div h2 {
  color: #0057a4;
  display: inline-block;
}

/*================== アンチエイジング、美貌と若さ、免疫力 =================*/
.imgwidth {
  width: 70%;
}

.bg3 {
  background: url(../images/lp2/tsubame6_bg.png) center top/130% no-repeat #d3ecfe;
  position: relative;
  padding: 20px;
}

/*================== プラポリ一体型お問い合わせSCSS =================*/
.policy {
  text-align: left;
}

.policy-text {
  font-size: 18px;
}

.policy h2 {
  border-left: 4px solid #fff;
  color: #333;
  padding-left: 8px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: normal;
}

.policy-trriger {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}

.policy-wrap {
  display: none;
  position: fixed;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .policy-wrap {
    left: 0;
  }
}
.policy-wrap p {
  color: #333;
  line-height: 1.6;
}
.policy-wrap > div {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  opacity: 0;
  position: relative;
  padding: 20px;
  max-width: 800px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #fff;
  height: 60vh;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .policy-wrap > div {
    width: 95%;
  }
}
.policy-wrap > div a {
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 2.4rem;
  font-weight: bold;
}

.policy {
  text-align: left;
}

.policy-text {
  font-size: 18px;
}

.policy-wrap h3 {
  margin-top: 16px;
  border-left: 4px solid #fff;
  color: #333;
  padding-left: 8px;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.policy p {
  margin: 10px 0 25px;
}

.policy-wrap.active {
  display: flex;
}
.policy-wrap.active > div {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.imgsize {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  div.items {
    margin-left: 0;
    font-size: 14px;
    margin: 0 40px;
  }
}
@media only screen and (max-width: 640px) {
  div.items > article {
    margin-left: 1%;
    margin-right: 1%;
    width: 100%;
  }
}
div.items > article a.photo {
  display: block;
  width: 186px;
  max-width: 100%;
  height: 249px;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 640px) {
  div.items > article a.photo {
    width: 278px;
  }
}

/*================== LP3バブルクリアパック =================*/
.bg4 {
  background: url(../images/lp4/h1txt.jpg) center top/100% no-repeat;
  position: relative;
  padding: 45px;
}
.bg4 > div {
  margin-top: 20px;
}

/*================== スプラッシュウォター =================*/
.bg5 {
  background: url(../images/lp5/cont_2.png) center top/100% no-repeat;
  position: relative;
  padding: 700px 20px 100px 20px;
}
@media screen and (max-width: 640px) {
  .bg5 {
    padding: 250px 20px 0px 20px;
  }
}
.bg5 > div {
  margin-top: 20px;
  background-color: #2e6fbc;
  border: 6px solid #ffee45;
  padding: 20px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .bg5 > div {
    margin-top: 50px;
  }
}
.bg5 > div .sub {
  font-size: 20px;
}
.bg5 > div .big {
  font-size: 28px;
  color: #ffee45;
  font-weight: bold;
}

.bg6 {
  background: url(../images/lp5/cont_3.png) center top/100% no-repeat;
  position: relative;
  padding: 200px 20px 0 350px;
}
@media screen and (max-width: 640px) {
  .bg6 {
    padding: 0px;
  }
  .bg6 > div {
    padding: 120px 0 0 180px;
  }
}
@media screen and (max-width: 640px) {
  .bg6 article {
    padding: 80px 0 0 130px;
  }
}
@media screen and (max-width: 640px) {
  .bg6 .txt {
    padding: 80px 0 0 0px;
  }
}

/*================== LP3セルプリケア =================*/
.bg7 {
  background: url(../images/lp6/col_3.png) center top/100% no-repeat;
  position: relative;
  padding: 28px;
}
@media screen and (max-width: 640px) {
  .bg7 {
    padding: 10px;
  }
}
.bg7 > div {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .bg7 > div {
    font-size: 13px;
  }
}

.bg8 {
  background: url(../images/lp6/bg01.png) center top/100% no-repeat;
  position: relative;
  padding: 28px;
}
@media screen and (max-width: 834px) {
  .bg8 {
    padding: 10px;
  }
}
.bg8 > div {
  margin-top: 20px;
}

.bg9 {
  background: url(../images/lp6/bg03.png) center top/100% no-repeat;
  position: relative;
  padding: 28px;
}
@media screen and (max-width: 834px) {
  .bg9 {
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  .bg9 {
    background: url(../images/lp6/bg03.png) center top/412% no-repeat;
  }
}
.bg9 > div {
  margin-top: 20px;
}
.bg9 .txtlp02 {
  background-color: #fff;
  padding: 20px;
}
@media screen and (max-width: 834px) {
  .bg9 .txtlp02 {
    padding: 20px !important;
  }
}
.bg9 h3 {
  font-size: 20px;
  color: #ad452e;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
.bg9 article > div {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

.bg10 {
  background: url(../images/lp6/baby.png) center top/100% no-repeat;
  position: relative;
  padding: 28px;
}
@media screen and (max-width: 834px) {
  .bg10 {
    padding: 10px;
  }
}
.bg10 > div {
  margin-top: 20px;
}
.bg10 .txtlp02 {
  background-color: #fff;
  padding: 20px;
}
.bg10 h3 {
  font-size: 20px;
  color: #ad452e;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
.bg10 article > div {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

.bg11 {
  background: url(../images/lp6/last.png) center top/100% no-repeat;
  position: relative;
  padding: 28px;
}
@media screen and (max-width: 834px) {
  .bg11 {
    padding: 10px;
  }
}
.bg11 > div {
  margin-top: 20px;
}
.bg11 .txtlp02 {
  padding: 20px;
}
.bg11 h3 {
  font-size: 20px;
  color: #ad452e;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
.bg11 article > div {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
.bg11 span {
  color: #ab2b0e;
}
.bg11 .ttllp6 {
  font-size: 32px;
  text-decoration: underline;
  color: #333;
}
.bg11 .imgtxttb > div {
  background-color: #3c722a;
  color: #fff;
  display: inline-block;
  margin-top: 20px;
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  .bg11 .imgtxttb > div {
    margin-bottom: 20px;
  }
}

.bg12 {
  background: url(../images/lp1/bg12_b_02.jpg) center top/100% no-repeat;
  position: relative;
  padding: 28px;
}
@media screen and (max-width: 834px) {
  .bg12 {
    padding: 10px;
  }
}

.bg12_txt article > div {
  font-family: "notoSans", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.bg12_txt h3 {
  font-size: 2.3em;
  color: #333;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .bg12_txt h3 {
    font-size: 1.5em;
    padding-right: 40%;
  }
}

.btn_bg {
  background-color: #eb4783;
  padding: 20px;
}

.btn12_01 {
  background-color: #fff;
  border-radius: 50px;
  padding: 20px;
  text-align: center;
  margin-top: 20px;
  margin: 0 auto;
  width: 50%;
  color: #333 !important;
  display: inline-block;
}
@media screen and (max-width: 640px) {
  .btn12_01 {
    width: 100%;
  }
}

.lasttable td {
  padding: 10px !important;
}
.lasttable .cercle {
  width: 20%;
}
.lasttable article h6 {
  display: block !important;
  background-color: #eb4783;
  color: #fff700;
  font-size: 1.5em;
}

.bg13 {
  background: url(../images/lp3/bg01.jpg) center top/100% no-repeat;
  position: relative;
  padding: 25px 25px 0 25px;
  background: url(../images/lp3/bg_rep.png) center bottom/100% repeat;
}
@media screen and (max-width: 834px) {
  .bg13 {
    padding: 10px;
  }
}
.bg13 > div {
  margin-top: 20px;
}
.bg13 .box01 {
  background-color: rgba(255, 255, 255, 0.8);
  border: 3px solid #209bd0;
  padding: 20px;
  display: flex;
  align-items: flex-start;
}
.bg13 .box01 .flexbox {
  display: flex;
  flex-direction: column !important;
  border: none !important;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .bg13 .box01 .flexbox {
    width: 100%;
  }
}
.bg13 .box01 .flexbox .box {
  border: none !important;
  padding: 0px;
  margin-bottom: 0px;
  width: 100%;
}
.bg13 .box01 .flexbox .box > div {
  display: flex;
  align-items: center;
  font-size: 0.8em;
}
@media screen and (max-width: 640px) {
  .bg13 .box01 .flexbox .box > div {
    font-size: 0.9em;
  }
}
.bg13 .box01 .flexbox .box > div span {
  color: #0678af;
  display: contents;
}
.bg13 .box01 .flexbox .box > div:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Pro";
  display: block;
  padding-right: 10px;
  color: #0678af;
  font-size: 2.0em;
}
.bg13 .box01 .flexbox .box:first-child {
  display: flex;
  align-items: center;
  color: #0095d6;
}
.bg13 .box01 .flexbox .box:first-child > div {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.5em;
}
@media screen and (max-width: 640px) {
  .bg13 .box01 .flexbox .box:first-child > div {
    font-size: 1.2em;
  }
}
.bg13 .box01 .flexbox .box:first-child > div:before {
  display: none;
}
.bg13 .box01 .flexbox02 {
  display: flex;
  flex-direction: column !important;
  border: none !important;
  margin-top: 0px !important;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .bg13 .box01 .flexbox02 {
    width: 100%;
  }
}
.bg13 .box01 .flexbox02 .box {
  border: none !important;
  padding: 0px;
  margin-bottom: 0px;
  width: 100%;
}
.bg13 .box01 .flexbox02 .box > div {
  display: flex;
  align-items: center;
  font-size: 0.8em;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .bg13 .box01 .flexbox02 .box > div {
    font-size: 0.9em;
  }
}
.bg13 .box01 .flexbox02 .box > div span {
  color: #008b7f;
  display: contents;
}
.bg13 .box01 .flexbox02 .box > div:before {
  content: "\f14a";
  font-family: "Font Awesome 5 Pro";
  display: block;
  padding-right: 10px;
  color: #008b7f;
  font-size: 2.0em;
}
.bg13 .box01 .flexbox02 .box:first-child {
  display: flex;
  align-items: center;
  color: #008b7f;
}
.bg13 .box01 .flexbox02 .box:first-child > div {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.5em;
}
@media screen and (max-width: 640px) {
  .bg13 .box01 .flexbox02 .box:first-child > div {
    font-size: 1.2em;
  }
}
.bg13 .box01 .flexbox02 .box:first-child > div:before {
  display: none;
}

.bg14 {
  background: linear-gradient(-45deg, rgba(230, 210, 159, 0.8), rgba(252, 249, 242, 0.8), rgba(230, 210, 159, 0.8));
  position: relative;
  padding: 50px 20px;
}
@media screen and (max-width: 834px) {
  .bg14 {
    padding: 10px;
  }
}
.bg14 > div {
  margin-top: 20px;
}

.bg15 {
  background-color: #f4e4bf;
  position: relative;
  padding: 50px 50px;
}
@media screen and (max-width: 834px) {
  .bg15 {
    padding: 10px;
  }
}
.bg15 .bg {
  background-color: #fff;
  padding: 30px;
}
@media screen and (max-width: 834px) {
  .bg15 .bg {
    padding: 20px;
  }
}
.bg15 .answer tr {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .bg15 .answer tr {
    flex-direction: column-reverse !important;
  }
}
.bg15 .qail {
  margin: 20px;
  margin-top: 50px;
}
@media screen and (max-width: 834px) {
  .bg15 .qail {
    margin: 40px 10px 10px 10px;
  }
}
.bg15 .qail tr {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .bg15 .qail tr {
    flex-direction: column;
  }
}
.bg15 .qail .il {
  width: 30%;
}
.bg15 .qail .il2 {
  width: 35%;
}
.bg15 .qail .balloon1 {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #b99b53;
  border-radius: 10px;
  padding: 20px;
  color: #fff;
}
.bg15 .qail .balloon1 > div {
  padding: 30px;
}
@media screen and (max-width: 834px) {
  .bg15 .qail .balloon1 > div {
    padding: 20px;
  }
}
.bg15 .qail .balloon1:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  border: 15px solid transparent;
  border-right: 15px solid #b99b53;
}
@media screen and (max-width: 834px) {
  .bg15 .qail .balloon1:before {
    content: "";
    position: absolute;
    top: -11px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #b99b53;
  }
}
.bg15 .qail .balloon2 {
  width: 100%;
  position: relative;
  display: inline-block;
  padding: 7px 10px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #c56e46;
  border-radius: 10px;
  padding: 20px;
  color: #fff;
}
.bg15 .qail .balloon2 > div {
  padding: 30px;
}
@media screen and (max-width: 834px) {
  .bg15 .qail .balloon2 > div {
    padding: 20px;
  }
}
.bg15 .qail .balloon2 > div span {
  font-size: 1.5em;
  text-decoration: underline;
}
.bg15 .qail .balloon2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #c56e46;
}
@media screen and (max-width: 834px) {
  .bg15 .qail .balloon2:before {
    content: "";
    position: absolute;
    top: -11px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #c56e46;
  }
}

.bg16 {
  background: url(../images/lp7/about_bg.png) center top/100% repeat;
  position: relative;
  padding: 50px;
  background-size: cover;
}
@media screen and (max-width: 834px) {
  .bg16 {
    padding: 20px;
  }
}
@media screen and (max-width: 834px) {
  .bg16 > div {
    margin-top: 10px;
  }
}
.bg16 .innerbox {
  background-color: #fff;
  padding: 50px;
}
@media screen and (max-width: 834px) {
  .bg16 .innerbox {
    padding: 20px;
  }
}
.bg16 .innerbox .txt span {
  display: inline-block;
  color: #d24c71;
  font-weight: bold;
  font-size: 1.1em;
}
.bg16 .innerbox .txt img {
  padding: 20px;
}

.txtbox03 {
  padding: 0 20px 0 20px;
}
.txtbox03 h3 {
  font-size: 2.3em;
  color: #d75a77;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 3px solid #d75a77;
  line-height: 50px;
  margin: 30px auto;
}

.bg17 {
  background: url(../images/lp7/cont_3_bg.jpg) center top/100% repeat;
  position: relative;
  padding: 50px;
}
@media screen and (max-width: 834px) {
  .bg17 {
    padding: 10px;
    background: url(../images/lp7/cont_3_bg.jpg) center top/150% repeat;
    background-repeat: no-repeat;
  }
}
.bg17 article h3 {
  font-size: 3.0em;
  color: #d75a77;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  border-bottom: 3px solid #d75a77;
  display: inline-block;
  line-height: 50px;
}
.bg17 article > div {
  padding-top: 40px;
  padding-right: 350px;
}
@media screen and (max-width: 834px) {
  .bg17 article > div {
    padding-right: 100px;
  }
}
.bg17 .txtimg {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.bg17 .txtimg > div {
  padding-top: 40px;
  padding-right: 350px;
}
@media screen and (max-width: 834px) {
  .bg17 .txtimg > div {
    padding-right: 0px;
  }
}

.itemtable article {
  display: flex;
  flex-direction: column-reverse;
}
.itemtable article > div {
  font-size: 2.0em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.bgpd {
  padding: 50px;
}
@media screen and (max-width: 834px) {
  .bgpd {
    padding: 20px;
  }
}

.bg19 {
  background: url(../images/lp7/last_bg.jpg) center top/100% repeat;
  position: relative;
  padding: 30px;
  margin-top: 50px !important;
}
@media screen and (max-width: 834px) {
  .bg19 {
    padding: 10px;
    background-size: cover;
  }
}
.bg19 .tokucyo td {
  padding: 10px !important;
}
.bg19 .tokucyo .ttl10 {
  position: relative;
  padding-left: 150px;
  font-size: 2.0em;
}
@media screen and (max-width: 834px) {
  .bg19 .tokucyo .ttl10 {
    font-size: 1.5em;
  }
}
.bg19 .tokucyo .ttl10:before {
  position: absolute;
  top: 0;
  left: -8%;
  width: 32%;
  height: 80px;
  background: url(../images/lp7/point01.png) left top/100% no-repeat;
  content: "";
}
@media screen and (max-width: 834px) {
  .bg19 .tokucyo .ttl10:before {
    top: 28%;
  }
}
.bg19 .tokucyo .ttl10 > div {
  padding-left: 25%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.bg19 .tokucyo02 {
  margin-top: 30px;
}
.bg19 .tokucyo02 td {
  padding: 10px !important;
}
.bg19 .tokucyo02 .ttl10 {
  position: relative;
  padding-left: 150px;
  font-size: 2.0em;
}
@media screen and (max-width: 834px) {
  .bg19 .tokucyo02 .ttl10 {
    font-size: 1.5em;
  }
}
.bg19 .tokucyo02 .ttl10:before {
  position: absolute;
  top: 0;
  left: -8%;
  width: 32%;
  height: 80px;
  background: url(../images/lp7/point02.png) left top/100% no-repeat;
  content: "";
}
@media screen and (max-width: 834px) {
  .bg19 .tokucyo02 .ttl10:before {
    top: 28%;
  }
}
.bg19 .tokucyo02 .ttl10 > div {
  padding-left: 25%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.bg18 {
  background: url(../images/lp7/point_bg.jpg) center top/100% repeat;
  position: relative;
  padding: 50px 50px 0 50px;
}
@media screen and (max-width: 834px) {
  .bg18 {
    padding: 10px 10px 0 10px;
    background-size: cover;
  }
}
.bg18 .pointtable {
  margin: 30px 0 !important;
}
.bg18 .pointbox {
  background-color: #fff;
  padding: 40px;
}
@media screen and (max-width: 834px) {
  .bg18 .pointbox {
    padding: 10px;
  }
}
.bg18 .pointbox .namber {
  width: 19%;
}
@media screen and (max-width: 834px) {
  .bg18 .pointbox .namber {
    width: 25%;
  }
}
.bg18 .pointbox td {
  padding: 10px !important;
}
@media screen and (max-width: 834px) {
  .bg18 .pointbox td {
    padding: 5px !important;
  }
}
.bg18 .pointbox td > div {
  font-size: 1.5em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
@media screen and (max-width: 834px) {
  .bg18 .pointbox td > div {
    font-size: 1.0em;
  }
}
.bg18 .pointbox td > div span {
  color: #d24c71;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

.bgbig {
  position: relative;
}

.lpbtn {
  position: absolute;
  bottom: 22%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 30%;
  display: inline-block;
  background: #a77f1d;
  background: -webkit-gradient(linear, left top, left bottom, from(#cfb473), to(#a77f1d));
  background: -webkit-linear-gradient(top, #cfb473 0%, #a77f1d 100%);
  background: linear-gradient(to bottom, #cfb473 0%, #a77f1d 100%);
  color: #fff !important;
  padding: 10px 50px;
  border-radius: 5px;
}
@media screen and (max-width: 834px) {
  .lpbtn {
    width: 80%;
    bottom: 18%;
    padding: 5px 10px;
  }
}
.lpbtn a {
  color: #fff !important;
}

.btn10 {
  margin: 0 auto;
  width: 60%;
  display: inline-block;
  background: #a77f1d;
  background: -webkit-gradient(linear, left top, left bottom, from(#cfb473), to(#a77f1d));
  background: -webkit-linear-gradient(top, #cfb473 0%, #a77f1d 100%);
  background: linear-gradient(to bottom, #cfb473 0%, #a77f1d 100%);
  color: #fff !important;
  padding: 10px 30px;
  border-radius: 5px;
}
@media screen and (max-width: 640px) {
  .btn10 {
    width: 100%;
  }
}
.btn10 a {
  color: #fff !important;
}

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
@media screen and (max-width: 834px) {
  .bg100 {
    margin-left: calc(((95vw - 100%) / 2) * -1) !important;
    margin-right: calc(((95vw - 100%) / 2) * -1) !important;
  }
}

.policy-trriger {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
}

.policy-wrap {
  display: none;
  position: fixed;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .policy-wrap {
    left: 0;
  }
}
.policy-wrap p {
  color: #333;
  line-height: 1.6;
}
.policy-wrap > div {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  opacity: 0;
  position: relative;
  padding: 35px;
  max-width: 900px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #fff;
  height: 60vh;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .policy-wrap > div {
    width: 95%;
  }
}
.policy-wrap > div a {
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 2.4rem;
  font-weight: bold;
}

.aboutnmn {
  margin-bottom: 50px;
}
.aboutnmn > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.aboutnmn > div p {
  background-color: #d24c71;
  border-radius: 50%;
  color: #fff;
  width: 230px;
  height: 230px;
  display: inline-block;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.0em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.aboutnmn > div .small {
  font-size: 1.0em;
}

.voice01 {
  padding: 50px 30px 0 30px;
}
@media screen and (max-width: 640px) {
  .voice01 {
    padding: 50px 0px 0 0px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
.voice01 > div {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  padding-top: 60px;
}
@media screen and (max-width: 640px) {
  .voice01 > div {
    padding-top: 0px;
    font-size: 0.8em;
  }
}
.voice01 span {
  font-size: 1.3em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  background: linear-gradient(transparent 68%, #e39a8f 50%);
}
@media screen and (max-width: 640px) {
  .voice01 span {
    font-size: 1.0em;
  }
}
@media screen and (max-width: 640px) {
  .voice01 img {
    width: 40% !important;
  }
}

.voice02 {
  padding: 0px 30px 0 30px;
  display: flex;
}
@media screen and (max-width: 640px) {
  .voice02 {
    padding: 10px 0px 0 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
.voice02 > div {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  padding-top: 60px;
}
@media screen and (max-width: 640px) {
  .voice02 > div {
    padding-top: 0px;
    font-size: 0.8em;
  }
}
.voice02 span {
  font-size: 1.3em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  background: linear-gradient(transparent 68%, #88d4db 50%);
}
@media screen and (max-width: 640px) {
  .voice02 span {
    font-size: 1.0em;
  }
}
@media screen and (max-width: 640px) {
  .voice02 img {
    width: 40% !important;
  }
}

.yobo article h3 {
  background-color: #ea326c;
  border-radius: 50px;
  padding: 5px 30px;
  font-size: 1.5em;
  display: inline-block;
  color: #fff;
  margin: 30px 0;
}
.yobo article p {
  position: relative;
  display: flex;
  align-items: flex-start;
}
.yobo article p:before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
  display: block;
  padding-right: 10px;
  color: #e32463;
  font-size: 1.5em;
  font-weight: bold;
}

.wakigatxt span {
  color: #1689bb;
  font-size: 1.5em;
  font-weight: bold;
}

.qa02 .box {
  background-color: #d2f3fd;
  padding: 20px;
  width: 100%;
  margin-bottom: 20px !important;
}
.qa02 article h3 {
  color: #168fb8;
  font-size: 1.2em;
}

.txtimg03 img {
  margin: 30px auto;
}
.txtimg03 span {
  color: #1ca1c7;
  font-size: 1.3em;
}

.voice03 article h6 {
  display: block;
  font-size: 1.6em;
}

@media screen and (max-width: 640px) {
  .voice03:nth-child(even) tr {
    display: flex;
    flex-direction: column-reverse !important;
  }
}

.mame article h3 {
  text-align: center !important;
  font-size: 2.0em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  margin-top: 50px !important;
}
.mame p {
  background-color: #165696;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
}

.h3ttllp02 h3 {
  position: relative;
  padding: 0.5em 0.5em 0.5em 1.0em;
  background: -webkit-linear-gradient(to right, #7f2f26, #b33124);
  background: linear-gradient(to right, #7f2f26, #e18c78);
  color: white;
  font-weight: lighter;
  margin: 0 auto !important;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-size: 34px;
  position: relative;
}
@media screen and (max-width: 640px) {
  .h3ttllp02 h3 {
    font-size: 18px;
  }
}
.h3ttllp02 h3:before {
  position: absolute;
  top: 15%;
  left: 8px;
  width: 6px;
  height: 70%;
  content: '';
  border-radius: 3px;
  background: #fff;
}

.nottl > div {
  display: flex;
  align-items: center;
  font-size: 25px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
@media screen and (max-width: 834px) {
  .nottl > div {
    flex-direction: column;
    font-size: 20px;
  }
}
.nottl > div b {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  color: #ad452e;
}

.lp6 {
  margin-top: 30px !important;
}
.lp6 h3 {
  background-color: #3c722a;
  padding: 3px 10px;
  font-size: 15px;
  color: #fff;
  display: inline-block;
}
.lp6 article > div {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

.intxt {
  width: 55% !important;
}
@media screen and (max-width: 834px) {
  .intxt {
    width: 100% !important;
  }
}
.intxt > div {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
.intxt span {
  color: #ad452e;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
.intxt b {
  font-size: 23px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  text-decoration: underline;
}

.nonbox td {
  padding: 7px !important;
}
.nonbox h6 {
  display: block;
  font-size: 20px;
  color: #ad452e;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}
.nonbox article > div {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

.h3ttllp h3 {
  font-size: 35px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .h3ttllp h3 {
    font-size: 25px;
  }
}

.txtlp > div {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-size: 1.3em;
  font-weight: normal;
}

.inner02 .ttl {
  background-color: #0268a6;
  padding: 2px 10px;
  color: #fff;
}

.fleximgtxt article {
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
}

#anc1 {
  margin-top: -120px;
  padding-top: 120px;
}

.h3txt {
  margin: 100px 0 50px 0;
}
.h3txt h3 {
  font-size: 20px;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  padding: .5em .75em;
  background-color: #fff9e1;
  border: 3px double #e0d8b7;
  color: #a78703;
}

.point {
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .point {
    flex-direction: column !important;
  }
}
.point .box {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .point .box {
    width: 100%;
  }
}
.point h3 {
  color: #b79919;
  font-size: 20px;
}

.box01 {
  flex-wrap: nowrap !important;
  justify-content: space-between;
  flex-flow: row wrap !important;
}
@media screen and (max-width: 640px) {
  .box01 {
    flex-direction: column !important;
  }
}
.box01 .box {
  width: 49%;
  border: 1px solid #d8bc47;
  padding: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 640px) {
  .box01 .box {
    width: 100%;
    margin-bottom: 10px;
  }
}
.box01 .box article h3 {
  background: url(../images/contents/bg_repeat_02.gif) repeat 0 0;
  padding: 3px 0 !important;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.txtimg {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .txtimg {
    flex-direction: column;
  }
}

.txtimg02 {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .txtimg02 {
    flex-direction: column;
  }
}

.btnbox {
  padding: 50px;
}
@media screen and (max-width: 640px) {
  .btnbox {
    padding: 20px;
  }
}
.btnbox .box {
  padding: 10px;
  width: 50%;
}
@media screen and (max-width: 640px) {
  .btnbox .box {
    width: 100%;
    padding: 10px;
  }
}
.btnbox .btn02 {
  padding: 20px;
  background-color: #bea036;
  color: #fff;
  border: 3px double #fff;
  width: 100%;
  display: inline-block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.btnbox .btn02:after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  display: block;
  padding-left: 10px;
}
.btnbox .btn02:hover {
  background-color: #fff;
  color: #bea036;
  border: 3px double #bea036;
}

.imgbox {
  justify-content: space-between;
}
.imgbox .box {
  width: 30%;
}

.voicebox {
  border: 2px solid #ceab19;
  padding: 30px;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  .voicebox {
    padding: 10px;
  }
}
.voicebox .voicetxt {
  border-bottom: 1px solid #ceab19;
  margin-bottom: 20px;
}
.voicebox .voicetxt h3 {
  font-size: 20px;
  font-weight: bold;
}
.voicebox .hyo01 {
  margin: 20px 0;
}
@media screen and (max-width: 640px) {
  .voicebox .hyo01 table {
    width: auto;
  }
}
.voicebox .hyo01 td {
  text-align: center !important;
  padding: 10px !important;
}
@media screen and (max-width: 640px) {
  .voicebox .hyo01 td {
    padding: 4px !important;
  }
}
.voicebox .hyo01 .ttl_left {
  width: 20%;
}

.itembox {
  margin: 0 10px;
}

.qa {
  flex-direction: column !important;
  margin-top: 30px;
}
.qa .box article {
  display: flex;
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.qa .box article > div {
  width: 90%;
}
.qa .box:first-child h3 {
  margin-right: 20px;
  background-color: #ceab19;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.qa .box:last-child {
  border-bottom: 1px dotted #ddd;
}
.qa .box:last-child h3 {
  margin-right: 20px;
  background-color: #d6cca4;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.h2txt02 {
  margin-top: 150px !important;
  margin-bottom: 50px !important;
}
.h2txt02 h2 {
  background-color: #ceab19;
  padding: 20px;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}

.column .blog_text h3 {
  display: block !important;
}
.column .blog_text .detail {
  width: 2%;
}

.column .blog_date {
  width: 40%;
}

.txtimgbb {
  width: 50%;
  -webkit-animation: spin 12s linear infinite;
  -moz-animation: spin 12s linear infinite;
  -ms-animation: spin 12s linear infinite;
  -o-animation: spin 12s linear infinite;
  animation: spin 12s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.voice_table h6 {
  display: block;
}
.voice_table h6 {
  font-weight: inherit;
}
.voice_table .acc-title {
  padding: 30px !important;
  background: #fff;
  border-bottom: 1px solid #ddd !important;
}
.voice_table .acc-title article {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .voice_table .acc-title {
    padding: 15px !important;
  }
}
.voice_table .acc-title article > div {
  position: relative;
  width: 70%;
}
@media screen and (max-width: 640px) {
  .voice_table .acc-title article > div {
    line-height: 30px;
    width: 100%;
  }
}
.voice_table .acc-title:hover {
  cursor: pointer;
}
.voice_table .acc-title h6 {
  top: 0;
  left: 0;
  color: #fff;
  background: #ceab19;
  padding: 0 10px;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 27px;
  border-radius: 50%;
  margin-right: 20px;
}
@media screen and (max-width: 640px) {
  .voice_table .acc-title h6 {
    width: 60px;
  }
}
.voice_table .column_txt {
  padding: 30px !important;
  background: #fff;
  display: block;
  position: relative;
}
.voice_table .column_txt article {
  display: flex !important;
  align-items: center;
}
.voice_table .column_txt h6 {
  display: block;
}
@media screen and (max-width: 640px) {
  .voice_table .column_txt {
    padding: 15px !important;
  }
}
@media screen and (max-width: 640px) {
  .voice_table .column_txt {
    display: block;
  }
}
.voice_table .column_txt article > div {
  position: relative;
  width: 70%;
}
@media screen and (max-width: 640px) {
  .voice_table .column_txt article > div {
    line-height: 30px;
    width: 100%;
  }
}
.voice_table .column_txt article > h6 {
  top: 0;
  left: 0;
  background: #d6cca4;
  padding: 0 10px;
  color: #fff;
  height: 50px;
  width: 50px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  margin-right: 20px;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  .voice_table .column_txt article > h6 {
    width: 60px;
  }
}
.voice_table td {
  width: 100%;
  display: block;
}

.ancbox {
  justify-content: flex-start;
  margin-top: 30px;
}
.ancbox .ancbtn {
  background-color: #333;
  padding: 10px 20px;
  color: #fff !important;
  display: block;
}
.ancbox .box {
  margin-right: 20px;
  margin-bottom: 20px;
}
.ancbox .box > div {
  font-size: 14px;
}
.ancbox i {
  padding-right: 10px;
}

#anc1, #anc2, #anc3, #anc4, #anc5 {
  margin-top: -200px;
  padding-top: 200px;
}

#sumcart div.sum dl dt {
  min-width: 124px !important;
  max-width: 100px;
  line-height: 26px;
  font-size: 14px;
  color: #000;
}

.flow {
  flex-wrap: nowrap;
  align-items: center;
}
.flow .box {
  width: 100%;
}
.flow article {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .flow article {
    flex-direction: column;
  }
}
.flow article h3 {
  display: inline-block !important;
  margin: 0.5em 15px 0.5em 0;
  padding: 15px 20px;
  min-width: 120px;
  max-width: 35%;
  font-size: 1.6em;
  background: #bb9809;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40px;
  color: #fff;
  width: 300px;
}
@media screen and (max-width: 640px) {
  .flow article h3 {
    max-width: 100%;
    position: relative;
    display: inline-block;
    margin: 1.5em 0;
    padding: 7px 10px;
    min-width: 120px;
    max-width: 100%;
    font-size: 16px;
    background: #bb9809;
  }
}
.flow article h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #bb9809;
}
@media screen and (max-width: 640px) {
  .flow article h3:before {
    top: 120%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #bb9809;
  }
}
.flow article > div {
  width: 70%;
}

.flexbox001 {
  color: #333;
  align-items: center;
  flex-wrap: nowrap !important;
  margin-top: 100px;
  flex-direction: row-reverse !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
}
@media screen and (max-width: 834px) {
  .flexbox001 {
    margin-top: 50px;
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 640px) {
  .flexbox001 {
    flex-wrap: wrap !important;
  }
}
.flexbox001 article h3 {
  font-size: 3.8em;
  font-weight: bold;
  color: #BEA036;
}
@media screen and (max-width: 834px) {
  .flexbox001 article h3 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 640px) {
  .flexbox001 article h3 {
    font-size: 2.0em;
  }
}
.flexbox001 .box {
  width: 65%;
  z-index: 1;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: all 1s ease;
}
@media screen and (max-width: 640px) {
  .flexbox001 .box {
    width: 100% !important;
  }
}
.flexbox001 .box:first-child {
  transform: translate3d(100%, 0, 0);
}
.flexbox001 .box:first-child img {
  width: 100% !important;
}
.flexbox001 .box:last-child {
  margin-top: 10px;
  background-color: #fff1c0;
  width: 55%;
  background-size: cover;
  padding: 5% 5% 5% 8%;
  z-index: 4;
  display: flex;
  align-items: center;
  transform: translate3d(-100%, 0, 0);
  margin-right: 50px;
}
@media screen and (max-width: 834px) {
  .flexbox001 .box:last-child {
    padding: 10px 10%;
    margin-top: 0px;
  }
}
@media screen and (max-width: 834px) {
  .flexbox001 .box:last-child {
    height: auto;
    margin-top: 20px;
    padding: 60px 10px !important;
    margin-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .flexbox001 .box:last-child {
    margin: 0 !important;
    padding: 10px 10px !important;
  }
}

.flexbox002 {
  color: #333;
  align-items: center;
  flex-wrap: nowrap !important;
  margin-top: 100px;
  margin-bottom: 100px;
  flex-direction: row !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
}
@media screen and (max-width: 834px) {
  .flexbox002 {
    margin-top: 50px;
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 640px) {
  .flexbox002 {
    flex-wrap: wrap !important;
  }
}
.flexbox002 article h3 {
  font-size: 3.8em;
  font-weight: bold;
  color: #BEA036;
}
@media screen and (max-width: 834px) {
  .flexbox002 article h3 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 640px) {
  .flexbox002 article h3 {
    font-size: 2.0em;
  }
}
.flexbox002 .box {
  width: 65%;
  z-index: 1;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  transition: all 1s ease;
}
@media screen and (max-width: 640px) {
  .flexbox002 .box {
    width: 100% !important;
  }
}
.flexbox002 .box:first-child {
  transform: translate3d(-100%, 0, 0);
  margin-right: 50px;
}
@media screen and (max-width: 834px) {
  .flexbox002 .box:first-child {
    margin-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .flexbox002 .box:first-child {
    margin-right: 0px;
  }
}
.flexbox002 .box:first-child img {
  width: 100% !important;
}
.flexbox002 .box:last-child {
  margin-top: 10px;
  background-color: #fff1c0;
  width: 55%;
  background-size: cover;
  padding: 8% 5% 8% 5%;
  z-index: 4;
  display: flex;
  align-items: center;
  transform: translate3d(100%, 0, 0);
}
@media screen and (max-width: 834px) {
  .flexbox002 .box:last-child {
    padding: 10px 10%;
    margin-top: 0px;
  }
}
@media screen and (max-width: 834px) {
  .flexbox002 .box:last-child {
    height: auto;
    margin-top: 20px;
    padding: 60px 10px !important;
  }
}
@media screen and (max-width: 640px) {
  .flexbox002 .box:last-child {
    margin: 0 !important;
    padding: 10px 10px !important;
  }
}

.animation .box.active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.nmnflex {
  justify-content: space-between;
  margin-top: 100px !important;
}
.nmnflex .box {
  width: 48%;
  border: 1px solid #ddd;
  padding: 40px;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 640px) {
  .nmnflex .box {
    width: 100%;
    padding: 20px;
  }
}
.nmnflex .box h3 {
  font-size: 1.5em;
}
.nmnflex .btn01 {
  background-color: #ece8d6;
  padding: 2px 10px;
  font-size: 0.8em;
  font-weight: bold;
}

section form h2.mail.title {
  display: none;
}

@media screen and (max-width: 640px) {
  .waku01 {
    margin-top: 100px !important;
  }
}

/* bg_100per */
.con_100 {
  margin-top: 100px;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
}

/* box */
.home_td03 {
  margin-top: 100px;
}
@media only screen and (max-width: 640px) {
  .home_td03 {
    margin-top: 50px;
  }
}
.home_td03 .box {
  width: 31.6%;
  margin-right: 2.5%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .home_td03 .box {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.home_td03 .box:nth-of-type(3n) {
  margin-right: 0;
}
.home_td03 .box img {
  width: 100% !important;
}

/* title */
body header #local-keyvisual {
  position: relative;
  z-index: 0;
  padding-top: 81px;
}
@media only screen and (max-width: 640px) {
  body header #local-keyvisual {
    padding-top: 73px;
  }
}

body header #local-keyvisual #local-keyvisual-title {
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
  background: #ffd791;
  border-top: 10px double #fff;
  border-bottom: 10px double #fff;
  font-size: 37px;
  font-weight: bold;
  text-align: center;
  z-index: 100;
}
@media only screen and (max-width: 640px) {
  body header #local-keyvisual #local-keyvisual-title {
    font-size: 27px;
  }
}
body header #local-keyvisual #local-keyvisual-title a {
  font-weight: bold;
  color: #000000;
}
body header #local-keyvisual #local-keyvisual-title:empty {
  padding: 50px;
  margin-bottom: 50px;
}

.midashi01 h2 {
  margin: 100px auto 40px auto;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .midashi01 h2 {
    font-size: 22px;
  }
}
.midashi01 h3 {
  font-size: 36px;
}
.midashi01 h2 {
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 834px) {
  .midashi01 h3 {
    margin-top: 20px;
  }
}
.midashi01 h3 .sub {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
  color: #fff;
}

.midashi02 h2 {
  margin: 100px auto 40px auto;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .midashi02 h2 {
    font-size: 22px;
  }
}
.midashi02 h3 {
  font-size: 36px;
}
.midashi02 h2 {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 5px dotted #fff;
}
.midashi02 h3 {
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi02 h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi02 h3 {
    display: block;
    font-size: 18px;
  }
}
.midashi02 h3:before, .midashi02 h3:after {
  content: "";
  flex-grow: 1;
  border-top: 1px solid #333;
}
@media only screen and (max-width: 640px) {
  .midashi02 h3:before, .midashi02 h3:after {
    display: none;
  }
}
.midashi02 h3:before {
  margin-right: 3rem;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi02 h3:before {
    margin-right: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .midashi02 h3:before {
    margin-right: 0;
  }
}
.midashi02 h3:after {
  margin-left: 3rem;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi02 h3:after {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .midashi02 h3:after {
    margin-left: 0;
  }
}

.midashi03 h2 {
  margin: 100px auto 40px auto;
  font-size: 28px;
  font-weight: bold;
}
@media only screen and (max-width: 834px) {
  .midashi03 h2 {
    font-size: 22px;
  }
}
.midashi03 h3 {
  font-size: 36px;
}
.midashi03 h2 {
  margin: 20px auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  font-size: 20px;
  font-weight: 500;
}
.midashi03 h3 {
  margin: 100px auto 40px auto;
  padding: 10px;
  background-color: #fff;
  border-left: 8px solid #ffd791;
  font-size: 28px;
  color: #fff;
}
@media screen and (min-width: 469px) and (max-width: 834px) {
  .midashi03 h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .midashi03 h3 {
    margin: 70px auto 20px auto;
    font-size: 22px;
  }
}

.sub_ttl01 div {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border: 4px double rgba(255, 255, 255, 0.3);
  color: #fff;
}

/* btn */
.btn_org01, .btn_org02, .btn_org03, .btn_org04 {
  margin-top: 30px;
}
.btn_org01 a, .btn_org02 a, .btn_org03 a, .btn_org04 a {
  display: block;
  max-width: 220px;
  margin: 0 auto;
  padding: 12.5px 3px;
  background-color: #fff;
  border-radius: 3px;
  color: #fff;
  text-align: center;
}
.btn_org01 a:before, .btn_org02 a:before, .btn_org03 a:before, .btn_org04 a:before {
  content: "\f0da";
  font-family: "Font Awesome 5 Pro";
  margin-right: 7px;
  color: #fff;
  font-weight: 900;
}
.btn_org01 a:hover, .btn_org02 a:hover, .btn_org03 a:hover, .btn_org04 a:hover {
  background-color: #f2efea;
  color: #000000;
}
.btn_org01 a:hover:before, .btn_org02 a:hover:before, .btn_org03 a:hover:before, .btn_org04 a:hover:before {
  color: #000000;
}

.btn_org02 a, .btn_org03 a, .btn_org04 a {
  max-width: 160px;
  margin: 40px auto 0 0;
  padding: 7.5px 3px;
}
.btn_org02 a:hover, .btn_org03 a:hover, .btn_org04 a:hover {
  background-color: #ffd791;
  color: #fff;
}
.btn_org02 a:hover:before, .btn_org03 a:hover:before, .btn_org04 a:hover:before {
  color: #fff;
}

.btn_org03 a {
  margin: 30px auto 0 auto;
}

.btn_org04 a {
  background-color: #ffd791;
  color: #000000;
}
@media only screen and (max-width: 640px) {
  .btn_org04 a {
    max-width: 100%;
  }
}
.btn_org04 a:before {
  color: #000000;
}
.btn_org04 a:hover {
  background-color: #f2efea;
  color: #000000;
}
.btn_org04 a:hover:before {
  color: #000000;
}

/* common */
.linkTel a {
  color: #000000;
}

.wrap_org01 {
  margin-top: 100px;
  padding: 70px 0 30px 0;
}
@media only screen and (max-width: 640px) {
  .wrap_org01 {
    margin-top: 50px;
  }
}

.wrap_gry01 {
  margin-top: 100px;
  padding: 70px 0 90px 0;
}
@media only screen and (max-width: 640px) {
  .wrap_gry01 {
    margin-top: 50px;
  }
}

.st_tbl01 td {
  border: none !important;
  padding: 10px !important;
}

.mg_b60 h2 {
  margin-bottom: 60px;
}

.mg_b50 .box {
  margin-bottom: 50px;
}

.mg_b30 h2 {
  margin-bottom: 30px;
}

.mg_t0 h2 {
  margin-top: 0;
}

.pd_4 {
  padding: 4%;
}
@media only screen and (max-width: 640px) {
  .pd_4 {
    padding: 15px;
  }
}

.tbl_st01 td {
  padding: 30px 10px !important;
  text-align: center !important;
}
.tbl_st01 td:first-of-type {
  width: 40%;
  background-color: #ffe7bc;
}

@media only screen and (max-width: 834px) {
  .tab_blk {
    display: block;
  }
}
@media only screen and (max-width: 834px) {
  .tab_blk .box, .tab_blk .box02 {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .sp_blk {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .sp_blk .box {
    width: 100%;
  }
}

@media only screen and (max-width: 834px) {
  .sp_brNone br {
    display: none;
  }
}
@media only screen and (max-width: 834px) {
  .sp_brNone div {
    text-align: left !important;
  }
}

.img_30 img {
  max-width: 30%;
}

.bdr_r10 {
  border-radius: 10px;
}

.bdr_dbl01 {
  border: 19px double #fff;
}

.center {
  text-align: center;
}

.img_bdr img {
  border: 7px solid rgba(255, 215, 145, 0.6);
}

.img_100 img {
  width: 100% !important;
}

.anc {
  margin-top: -100px;
  padding-top: 100px;
}

/*# sourceMappingURL=asset.css.map */
