@charset "UTF-8";
.mv li {
  height: 100vh;
  position: relative;
}
.mv .header_bar {
  width: 100%;
  position: absolute;
  top: -1px;
  z-index: 1;
}
.top_banner{
  width: 90%;
  max-width: 600px;
  display: block;
  margin: 10% auto;
}
@keyframes fadeIn4 {
  0% {border: 3px solid rgba(0, 0, 0, 0);}
  100% {border: 3px solid rgba(0, 0, 0, 1);}
}
@-webkit-keyframes fadeIn4 {
  0% {border: 3px solid rgba(0, 0, 0, 0);}
  100% {border: 3px solid rgba(0, 0, 0, 1);}
}
.fv .arrow .content span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.fv .arrow .content span:nth-of-type(2) {
  top: 30px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.fv .arrow .content span:nth-of-type(3) {
  top: 60px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
.news {
  display: inline-flex;
  color: #000;
}
article.news {display: block;}
.slick-slider .slick-track, .slick-slider .slick-list li {overflow: hidden;}
.slick-slider .slick-track, .slick-slider .slick-list img {
  width: 100%;
  animation: anim 1s;
  transform: translateX(0px);
  object-fit: cover;
  height: 100%;
}
@keyframes anim {
  0% {transform: translateX(0px);}
  100% {transform: translateX(300px);}
}
.toppage {
  margin: 160px auto 0;
  width: 100%;
  z-index: 1;
  position: relative;
}
.toppage > div.container {
  margin: 0px auto;
  max-width: 1100px;
  width: 90%;
}
.toppage .para {
  margin: 140px auto 150px;
  max-width: 1300px;
  width: 90%;
  height: 450px;
}
.toppage .para svg {width: 100%;}
.toppage .para svg image {
  object-fit: contain;
  height: 460px;
}
.toppage .para .mask {
  -webkit-clip-path: url(#svgPath2);
  clip-path: url(#svgPath2);
  z-index: 2;
}
.toppage .para .masked {width: 500px;}
.toppage section {
  display: block;
  text-align: center;
  margin-top: 80px;
}
section h2 {
  margin: 0px auto 80px;
  font-size: 24px;
  font-weight: 200;
  text-align: center;
}
section h2 span {
  font-weight: 500;
  font-size: 14px;
  display: block;
  color: #555;
}
.toppage section h2 {
  margin: 0px auto 3em;
  font-size: 24px !important;
  font-weight: 200;
  text-align: center;
  line-height: 2;
}
.toppage section h2:after {display: none;}
.toppage section p {font-size: 14px;}
section .btn_area {
  display: inline-block;
  width: 100%;
  margin: 120px auto 50px;
  text-align: center;
  padding: 0px;
}
section .btn_area .btn {
  display: inline-block;
  background-color: rgba(255, 255, 255, .8);
  border: 3px solid #000;
  border-radius: 10px;
  transition: 1s;
}
section .btn_area .btn:hover {
  background-color: #de3341;
  color: #fff;
}
section .btn_area .btn:hover a {
  letter-spacing: 0.3em;
  color: #fff;
}
section .btn_area .btn a:hover {text-decoration: none;}
.toppage .products {
  text-align: left;
  max-width: 1400px;
}
.toppage .products .txt_container, .toppage .store .txt_container {
  text-align: left;
  max-width: 900px;
  width: 75%;
  margin: 0 auto 140px;
}
.toppage .products .txt_container h2, .toppage .store .txt_container h2 {
  text-align: left;
  max-width: initial;
}
.toppage .products .image_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.toppage .products .image_container>div {
  width: 46%;
  height: 315px;
  position: relative;
}
.toppage .products .image_container>div .border {
  width: 100%;
  height: 100%;
  border: 3px solid #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  left: 0px;
  top: 0px;
  transition: .8s;
}
.toppage .products .image_container>div.action .border {
  left: -30px;
  top: 30px;
}
.toppage .products .image_container>div:hover .border {
  left: 0px;
  top: 0px;
}
.toppage .products .image_container>div .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.toppage .products .image_container>div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.toppage .products .image_container .b {margin-top: 120px;}
.toppage .delicious {
  width: 90%;
  max-width: 1240px;
  margin: 80px auto;
}
.toppage .delicious .txt_container {
  text-align: left;
  max-width: 700px;
  margin: 0px auto;
  margin-bottom: 130px;
}
.toppage .delicious .img_container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.toppage .delicious .img_container div a {
  width: 90%;
  display: block;
}
.toppage .delicious .img_container>div {width: calc(100% / 3.7);}
.toppage .delicious .img_container>div .mask {
  -webkit-clip-path: url(#svgPath3);
  clip-path: url(#svgPath3);
  z-index: 2;
}
.toppage .para .masked {width: 500px;}
.toppage .intro {
  max-width: 700px;
  width: 100%;
  margin: 0px auto;
  display: block;
}
.toppage .intro h2 {
  margin: 40px auto 110px;
  display: block;
  text-align: center;
  position: relative;
}
.toppage .intro h2 span {
  display: inline-block;
  font-size: 18px;
}
.store h2:after {
  content: '';
  width: 100px;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 50px)
}
.toppage .banner {
  background-color: #fff;
  padding: 40px 20px;
}
.toppage .banner>div {margin-bottom: 80px;}
.toppage .banner>div img {
  width: 100%;
  max-width: 1000px;
}
.column {
  width: 100%;
  max-width: 1400px;
  margin: 0px auto;
}
.column .column_container {
  padding: 0px;
  margin: 0px auto;
}
.column .block {margin: 10px;}
.column .block a {
  color: #000;
  display: block;
}
.column .block a:hover {text-decoration: none;}
.slick-prev {
  left: 0;
  width: 70px;
  height: 70px;
  z-index: 1;
}
.slick-next {
  right: 0;
  width: 70px;
  height: 70px;
  z-index: 1;
}
.column .block .txt h3 {
  margin: 20px auto;
  font-size: 1.2rem;
  text-align: center;
}
.column .block .txt p {
  padding: 0px;
  text-align: left;
  line-height: 1.5;
  margin-bottom: 10px;
  min-height: 120px;
  width: 95%;
  margin: auto;
}
.column .block .image {
  width: 100%;
  height: 280px;
  overflow: hidden;
  background-color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 10px;
}
.column .block .image img {
  object-fit: cover;
  height: 100%;
}
#side_contact {
  right: 0px;
  z-index: 10;
  width: 290px;
  transition: all 1s ease 0s;
  opacity: 0;
  bottom: 60px;
  position: fixed;
  display: none;
}
#side_contact a{position: relative;}
#side_contact a:before {
  content: '';
  position: absolute;
  width: 0;
  right: 0px;
  top: 0px;
  border-radius: 40px 0px 0px 40px;
  background-color: #de3341;
  height: 40px;
  z-index: -1;
  animation-delay: 3.5s;
  -webkit-animation-duration: 3.5s;
  animation: anim3 .8s ease 0s 1 forwards;
  -webkit-animation: anim3 .8s ease 0s 1 forwards;
}
@keyframes anim3 {
  0% { width: 0px;}
  100% { width: 90%;}
}
@-webkit-keyframes anim3 {
  0% { width: 0px;}
  100% { width: 90%;}
}
#side_contact a {
  color: #fff;
  display: block;
  line-height: 50px;
  text-align: center;
  transition: .5s;
}
#side_contact a:hover {
  text-decoration: none;
  letter-spacing: 0.5em;
  opacity: 1;
}
#side_contact a:after {
  content: '';
  position: absolute;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  border-radius: 5px 0px 0px 5px;
  padding: 10px 0 25px;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 7px;
}
#side_contact .bg {
  width: 96%;
  position: absolute;
  background-color: rgb(214, 0, 17);
  opacity: 0.8;
  position: absolute;
  left: 1150px;
  top: 957px;
  width: 300px;
  height: 50px;
  right: 0px;
  top: 0px;
  z-index: -1;
}
section .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.toppage section .container .block {
  width: 48%;
  text-align: left;
  margin-bottom: 40px;
}
.toppage section .container .block .thumb a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 260px;
  color: #fff;
  position: relative;
}
.toppage section .container .block .thumb a:hover {text-decoration: none !important;}
.toppage section .container .block .thumb .gray {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  transition: .3s;
  z-index: 1;
}
.toppage section .container .block .thumb:hover .gray { background-color: rgba(220, 84, 137, .8);}
.toppage section .container .block .thumb p {
  position: absolute;
  left: 10px;
  top: 20px;
  color: #fff;
  font-size: 1rem;
  font-weight: 200;
}
.toppage section .container .block .thumb h2 {
  font-size: 2.5rem;
  min-height: 100px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0px;
  font-family: 'Oswald', sans-serif;
  text-align: center;
  z-index: 2;
}
.toppage section .container .block .thumb .cap {
  z-index: 2;
  padding: 0px 20px;
  text-align: center;
  margin-bottom: 15px;
}
.toppage section .container .block .thumb h2 span {
  display: block;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 2px;
}
.toppage section .container .block .thumb h2 span.jirei {
  display: inline-block;
  margin: 0px;
}
.toppage section .container .block .thumb.system {
  background-image: url(./images/top/system_btn_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.toppage section .container .block .thumb.about {
  background-image: url(./images/top/about_btn_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.toppage section .container .block .thumb.whats h2, .toppage section .container .block .thumb.beforeafter h2 {min-height: initial;}
.toppage section .container .block h3 {
  margin-top: 10px;
  padding: 0px 15px;
  font-weight: bold;
  font-size: 1.3rem;
}
.toppage section .container .block p {
  padding: 0px 15px;
  line-height: 1.5;
  font-weight: 200;
  min-height: 3em;
}
.toppage section .container .block .btn {
  color: #fff;
  font-size: 1rem;
  background-color: #d3759a;
  padding: 8px 35px;
  border-radius: 10px;
  z-index: 2;
}
.toppage section .container .block .btn::before {
  content: '≫';
  font-size: .9rem;
  margin-right: 5px;
  position: relative;
}
.toppage section .container .block .btn a {
  color: #fff;
  margin: 5px 30px;
  display: inline-block;
  font-size: 1rem;
}
.toppage section .container .block.one {width: 100%;}
.toppage section .container .block.one .cap {
  margin-right: 20px;
  font-size: 1.1rem;
  line-height: 2.2rem;
}
.toppage section .container .block.one.about {
  padding: 50px 20px;
  background-color: #fff;
  text-align: center;
  line-height: 2;
  font-weight: bold;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  margin-top: 70px;
  position: relative;
}
.toppage section .container .block.one.about .cap {
  margin: 0px;
  z-index: 2;
}
.toppage section .container .block.one.about .image {
  width: 19%;
  margin-right: 10px;
  margin-top: 50px;
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: 0px;
}
.toppage section .container .block.one.about .cap .under {
  font-size: 1.8rem;
  font-weight: bold;
  background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.69) 50%);
}
.toppage section .container .block.one.about .cap .red {
  display: block;
  color: #d3153b;
}
.toppage section .container .block.one.about .cap .line {
  color: #d3153b;
  background: linear-gradient(transparent 50%, rgba(255, 252, 107, 0.69) 50%);
}
.headinfo {
  margin: 50px auto 0;
  width: 100%;
  max-width: 1100px;
  height: 60px;
  position: relative;
}
.headinfo h1 {
  display: block;
  padding-top: 40px;
  color: #666;
  bottom: -65px;
}
.headinfo .sns {
  width: 25px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  right: 50px;
  top: 0px;
  z-index: 11;
}
.headinfo .sns>div {
  display: inline-block;
  line-height: 1;
}
.subpage.fv {
  width: 100%;
  height: 70vh;
  max-height: 500px;
  margin: 0px auto 0px;
  display: block;
  position: relative;
}
.subpage.fv .head {
  display: inline-block;
  position: relative;
}
.subpage.fv .covertop {
  z-index: 2;
  width: 100%;
  position: absolute;
  top: 0;
}
.subpage.fv .coverbottom {
  z-index: 2;
  width: 100%;
  position: absolute;
  bottom: -1px;
}
.subpage.fv .cover {
  position: absolute;
  width: 100%;
  height: 100%;
}
.subpage.fv img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.subpage.fv .catch {
  font-size: 2.8vh;
  padding: 10px 20px;
  min-height: 180px;
  text-align: center;
  left: initial;
  left: 25%;
  top: 25px;
  letter-spacing: 2px;
  border: 1px solid #000;
  letter-spacing: 7px;
  opacity: 1;
}
section.intro {
  max-width: 700px;
  width: 100%;
  margin: 0px auto;
  display: block;
}
section h1 {
  max-width: 1400px;
  width: 100%;
  margin: 0px auto 80px;
  padding: 0px 10px;
  font-size: 14px;
}
section.intro h2 {margin-bottom: 110px;}
.products {
  margin: 60px auto 0;
  width: 100%;
  z-index: 1;
  position: relative;
}
.products .item_container {
  text-align: left;
  max-width: 1400px;
  margin: 160px auto;
}
.products .item_container .item {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  padding-top: 30px;
  margin-bottom: 50px;
}
.products .item_container .item>div {
  width: 45%;
  min-height: 315px;
  position: relative;
}
.products .item_container .item:nth-of-type(2n) {flex-direction: row;}
.products .item_container .item:nth-of-type(2n) .txt_container {align-items: flex-end;}
.products .item_container .item:nth-of-type(2n) .txt_container h2 {flex-direction: row-reverse;}
.products .item_container .item:nth-of-type(2n) .txt_container h2+p {text-align: right;}
.products .item_container .item:nth-of-type:not(:last-child) { margin-bottom: 100px;}
.products .item_container .item .txt_container {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
}
.products .item_container .item .txt_container h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin: 0px 0px 0px;
  line-height: 1;
}
.products .item_container .item .txt_container .btn_area {
  display: inline-block;
  width: auto;
  margin: 0px;
  text-align: center;
  padding: 0px;
}
.products .item_container .item .txt_container .btn_area .btn {
  display: inline-block;
  background-color: rgba(255, 255, 255, .8);
  border: 3px solid #000;
  border-radius: 10px;
}
.products .item_container .item .txt_container .btn_area .btn a {
  color: #000;
  display: block;
  margin: 15px 0px;
  padding: 0px;
  width: 300px;
  font-size: 1rem;
  letter-spacing: 0.3em;
}
.products .item_container .item .txt_container .btn_area .btn:hover {
  background-color: #de3341;
  color: #fff;
}
.products .item_container .item .txt_container .btn_area .btn:hover a { color: #fff;}
.toppage section .btn_area .btn a:hover { text-decoration: none;}
.products .item_container .item .image_container .border {
  width: 100%;
  height: 100%;
  border: 3px solid #000;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  left: -30px;
  top: 30px;
  transition: .8s;
}
.products .item_container .item .image_container:hover .border {
  left: 0px;
  top: 0px;
}
.products .item_container .item .image_container .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.products .item_container .item .image_container img {
  object-fit: contain;
  width: 100%;
}
.products h2 {
  position: relative;
  line-height: 4;
  margin-bottom: 40px;
}
.products h2:after {
  content: '';
  width: 100px;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 50px)
}
.products h2.noborder:after { display: none;}
.products .kodawari_container .item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding-top: 30px;
  margin-bottom: 50px;
}
.products .kodawari_container .item .txt_container {
  max-width: 740px;
  width: 100%;
  margin: 0px auto;
}
.products .kodawari_container .item .txt_container p { text-align: center;}
.products .kodawari_container .item .image_container {
  display: block;
  width: 100%;
  margin: 100px auto 0;
}
.products .kodawari_container .item .image_container .image {
  width: 80%;
  height: 600px;
  max-height: 65vh;
  overflow: hidden;
  border-radius: 10px 0 0 10px;
  float: right;
}
.products .kodawari_container .item .image_container .image img {
  width: 100%;
  object-fit: contain;
}
.products .kodawari_container .item:nth-of-type(2n) .image_container .image {
  border-radius: 0 10px 10px 0;
  float: left;
}
.products .kodawari_items .container {
  display: flex;
  justify-content: space-between;
}
.products .kodawari_items .container .item { width: 45%;}
.products .kodawari_items .container .item h3 {
  font-size: 1.1rem;
  margin-bottom: 2em;
  text-align: center;
}
.products .kodawari_items .container .item:nth-of-type(2n) { margin-top: 100px;}
.products .kodawari_items .container .item .image {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 400px;
}
.products .kodawari_items .container .item .cap { margin: 60px 0px;}
.products .kodawari_items .container .item .cap .price {
  float: right;
  font-size: 2rem;
  margin-top: 30px;
}
.products .howto {
  margin: 80px auto;
  display: block;
}
.products .howto .txt {
  width: 740px;
  margin: 0px auto;
  display: block;
}
.products .howto .item_container {
  margin: 100px auto;
  display: block;
  max-width: 800px;
  width: 100%;
}
.products .howto .item_container .block h3 {
  font-size: 2rem;
  margin-bottom: 2em;
}
.products .howto .item_container .block .image {
  width: 800px;
  height: 500px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #eee;
}
.products .howto .item_container .block .txt {
  margin-top: 60px;
  width: 100%;
}
.products .item_container.footer { max-width: 1200px;}
.products .item_container.footer .item .txt_container h2 {
  margin: 0px;
  line-height: 1;
}
.products .item_container.footer .item .txt_container h2 span { margin-left: 20px;}
.products .item_container.footer .item .txt_container h2:after { display: none;}
.news .news_container .block {
  display: flex;
  justify-content: space-between;
  padding: 2em 50px 4.6em;
  border-bottom: 1px solid #666;
  width: 100%;
}
.news .news_container .block time {
  width: 23%;
  position: relative;
  color: #666;
  font-weight: 200;
}
.news .news_container .block time:after {
  content: '|';
  position: absolute;
  right: 0px;
  top: 0px;
  margin-right: 10px;
}
.news .news_container .block .txt { width: 75%;}
.container.column .detail .block {
  max-width: 700px;
  width: 100%;
  margin: 0px auto;
}
.container.column .detail .block p {line-height: 1.3;}
.container.column .detail .block time {
  text-align: center;
  margin-bottom: 40px;
  height: 30px;
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 1.1rem;
  line-height: 1;
}
.container.column .detail .block time:after {
  content: '';
  width: 100px;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 50px)
}
.container.column .detail .block .txt p {
  max-width: 80%;
  margin: 30px auto;
}

.container.column .detail .block .txt .image {
  width: 100%;
  height: 280px;
  margin: 60px auto;
  background-color: #ccc;
}

/* おすすめの食べ方 */
.delicious {}

.delicious h2 {
  margin: 40px auto;
  display: block;
  text-align: center;
  font-size: 20px;
  font-size: 16px;
}

.delicious .container.image {
  width: 100%;
  max-width: 1240px;
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.delicious .container.image .block {
  width: calc(100% / 3.7);
  max-width: 335px;
  padding: 10px;
  margin-bottom: 60px;
}

.delicious .container.image .block a {
  color: #000;
  display: block;
}

.delicious .container.image .block a:hover {
  text-decoration: none;
}

.delicious .container.image .block .image {
  margin-bottom: 10px;
}

.delicious .container.image .block p {
  font-size: 16px;
  line-height: 2;
}

/* お店紹介 */
.store {}

.store h2 {
  margin: 40px auto;
  display: block;
  text-align: center;
  font-size: 20px;
  max-width: 700px;
  position: relative;
}

.store h2:after {
  content: '';
  width: 100px;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 50px)
}

.store p.cap {
  margin: 40px auto;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-size: 16px;
  max-width: 700px;
  position: relative;
}

.store .container.image {
  margin: 60px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.store .container.image .block {
  width: calc(100% / 3.2);
  max-width: 430px;
  padding: 10px;
  margin-bottom: 60px;
}

.store .container.image .block a {
  color: #000;
  display: block;
}

.store .container.image .block a:hover {
  text-decoration: none;
}

.store .container.image .block .image {
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 10px;
}

.store .container.image .block h3 {
  margin: 2em auto 2em;
  text-align: center;
  font-weight: bold;
}

.store .container.image .block p {
  font-size: 16px;
  line-height: 2;
}

/* その他 */
article {
  position: relative;
}

.subpage_cont {
  width: 100%;
  max-width: 800px;
  margin: 60px auto;
}

.subpage_cont h3 {
  margin: 2.5em auto 1.5em;
  text-align: left;
  font-weight: bold;
}

.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 4em 0.625em 4em 0;
  background-color: #fff;
  font-size: 1.25em;
  font-weight: normal;
  color: #000;
  cursor: pointer;
  border-bottom: 1px solid #000;
}

.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open {
  background-color: #fff;
}

.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  /*縦線に*/
  transform: rotate(90deg);
  background: #000;
  transition: all .3s ease-in-out;
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  /*横線*/
  width: 15px;
  height: 2px;
  background: #000;
  transition: all .2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
  opacity: 0;
}

.accordion-content {
  padding: 3em 15px;
  font-size: .9rem;
}

/* 質問 */
.accordion-container .accordion-title .q {
  font-weight: bold;
}

/* アクセスマップ */
.store {}

.store .store_container.access {}

.store .store_container.access .map {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  margin-bottom: 100px;
  background-color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  align-items: center;
}

.store .store_container.access .adress {
  max-width: 700px;
  margin: 0px auto;
}

.store .store_container {
  text-align: center;
}

.store .store_container .nav {
  margin: 100px auto;
  display: flex;
  justify-content: space-around;
}

.store .store_container .nav>div {
  width: 100%;
  max-width: 300px;
}

.store .store_container .nav>div .icon {
  width: 75px;
  margin: 0px auto 50px;
}

.store .store_container .nav>div .icon img {
  width: 100%;
}

.store .store_container .nav>div .btn {
  border: 3px solid #000;
  border-radius: 10px;
  padding: 10px 0;
  display: inline-block;
  width: 100%;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.store .store_container .nav>div .btn a {
  display: block;
  color: #000;
  width: 100%;
  height: 100%;
  font-weight: bold;
  animation-duration: 1s;
}

.store .store_container .nav>div .btn a:hover {
  text-decoration: none;
}

.store .store_container.storeinfo {}

.store .store_container.storeinfo .catch {
  max-width: 700px;
  margin: 80px auto;
  line-height: 2;
}

.store .store_container.storeinfo .image {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  margin-bottom: 100px;
  background-color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2rem;
  align-items: center;
}

.store .store_container.storeinfo .adress {
  max-width: 600px;
  margin: 80px auto;
}

/* 問い合わせページ */
.contact {}

.contact_container {
  max-width: 1000px;
  width: 100%;
  margin: 0px auto;
  text-align: center;
}

.contact_container h2 {
  margin: 40px auto;
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-size: 20px;
  max-width: 700px;
  position: relative;
  line-height: 4;
  font-weight: bold;
}

.contact_container h2:after {
  content: '';
  width: 100px;
  border-bottom: 1px solid #000;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 50px)
}

.contact_container .information {
  margin: 100px 0px;
}

.contact_container .information h4 {
  font-weight: bold;
  margin-bottom: .5em;
}

.contact_container .information .tel {
  margin: 10px 0px;
  font-size: 1.8rem;
  letter-spacing: 2px;
}

.form form {
  background-color: #fff;
  padding: 0;
  margin: 100px auto;
}

.form form dl {
  display: inline-block;
  border-collapse: collapse;
  display: flex;
  flex-wrap: wrap;
}

.form form dl dt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.1rem;
  float: left;
  width: 20%;
  padding: 30px 15px;
  position: relative;
}

.form form dl dt .hissu {
  position: absolute;
  left: 20px;
  background-color: #d60011;
  padding: 2px 8px;
  color: #fff;
  font-size: 1rem;
  float: right;
  border-radius: 20px;
  letter-spacing: 5px;
}

.form form dl dd {
  background-color: #fff;
  float: left;
  padding: 30px 30px;
  width: 70%;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.form form dl dd.tel {}

.form form dl dd.tel .w35 {
  width: 230px;
  display: flex;
}

.recruit-lp .post-content .table .apply .mw_wp_form .error {
  font-size: .9rem;
  line-height: 1.1;
  margin: 5px 0px;
}

.form form dl dd .w35 {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 1100px) {
  .form form dl dd.tel .w35 {
    width: 100%;
    margin-bottom: 5px;
  }

  .form form dl dd.tel .w35 input[type="text"] {
    width: 270px !important;
    margin-right: 5px;
  }
}

.form form dl dd.tel .w35 input[type="text"] {
  width: 130px;
}

.form form dl dd .w35 input[type="text"] {
  width: 160px;
}

.form form dl dd input[type="text"] {
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #000;
}

.form form dl dd .w30 {
  width: 30%;
  display: flex;
  align-items: center;
}

.form form dl dd .w20 {
  width: 20%;
}

.form form dl dd .mr20 {
  margin-right: 20px;
  margin-left: 5px;
}

.form form dl dd .midashi {
  width: 35px;
}

.form form dl dd .w100 {
  width: 100%;
  display: flex;
  align-items: center;
}

.form form dl dd .mini {
  font-size: .8rem;
  white-space: normal;
}

.form form input[type="submit"] {
  margin: 30px auto;
  text-align: center;
  background-color: #fff;
  border: 2px solid #000;
  padding: 10px;
  border-radius: 10px;
  color: #000;
  font-weight: bold;
  display: block;
  font-size: 1.2rem;
  min-width: 300px;
}

.form form dl dd.tel {}

.form form dl dd.tel .w35 {
  width: 100%;
  margin-bottom: 5px;
}

.form form dl dd.tel .w35 input[type="text"] {
  width: 70%;
}

.form form dl dd .w35 {
  justify-content: space-between;
  width: 48%;
}

.form form dl dd .w35 input[type="text"] {
  width: 100px;
}

.form form dl dd .mr20 {
  margin-right: 5px;
  margin-left: 5px;
}

label~label {
  margin-left: 15px;
}

input[type=radio] {
  margin-right: 8px;
}

/* ラジオボタン */
.radio-btns input[type=radio] {
  display: none;
}

.radio-btns label {
  position: relative;
  padding-left: 20px;
}

.radio-btns input[type=radio]+label::before {
  position: absolute;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ddd;
  left: 0;
  top: 0;
}

.radio-btns input[type=radio]+label::after {
  position: absolute;
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #d60011;
  left: 2px;
  top: 2px;
  opacity: 0;
  transition: .3s;
}

.radio-btns input[type=radio]:checked+label::after {
  opacity: 1;
}

table.common {
  width: 100%;
  border-collapse: collapse;
}

table.common tr {
  border-bottom: solid 2px white;
}

table.common tr:last-child {
  border-bottom: none;
}

table.common th {
  position: relative;
  text-align: left !important;
  width: 25%;
  background-color: #f7cbd5 !important;
  color: #1b1b1b !important;
  font-weight: 200;
  text-align: center;
  padding: 15px 25px;
}

table.common td {
  text-align: left !important;
  width: 75%;
  text-align: center;
  background-color: #eee;
  padding: 15px 25px;
  font-weight: 400;
}

.hero {
  margin-bottom: 80px;
  max-height: 250px;
  overflow: hidden;
}

.hero__img {
  height: auto;
  width: 100%;
}

.sec {
  margin-bottom: 120px;
}

.post-thumbnail, .archive-thumbnail {
  max-height: 230px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
}

.post-thumbnail img, .archive-thumbnail img {
  object-fit: contain;
  width: 100%;
}

.post-thumbnail .cap, .archive-thumbnail .cap {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 35%;
  color: #fff;
  line-height: 1.4;
  z-index: 3;
}

.post-thumbnail .cover, .archive-thumbnail .cover {
  position: absolute;
  z-index: 2;
  background-color: rgba(220, 84, 137, .8);
  width: 100%;
  height: 100%;
}

.post-thumbnail .cap h2, .archive-thumbnail .cap h2, .post-thumbnail .cap .ttl {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: 'Oswald', sans-serif;
}

.post-thumbnail .cap p.fss {
  font-weight: 100;
  font-size: 1.1rem;
}

.page-title {
  text-align: center;
}

.page-title__title {
  color: #333;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 40px;
}

.slide_cont {}

.slide_cont .sec {
  margin-bottom: 120px;
}

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

.slide_cont .col2 {
  width: 48%;
}

/* .slide_cont .img-container{
    overflow: hidden;
    position: relative;
} */
.slide_cont .img-container__img {
  display: block;
  opacity: 0;
  position: relative;
  transition: all .5s .3s ease;
  z-index: 0;
}

.slide_cont .text-container {
  opacity: 0;
  padding: 0 30px;
  transition: all .8s .5s ease;
}

.slide_cont .text-container__title {
  color: #333;
  font-size: 36px;
  font-weight: 700;
}

/*アニメーションするプロパティを設定します*/
.slide_cont .img-container.active img {
  opacity: 1;
}

.slide_cont .text-container.active {
  opacity: 1;
}

/* よくある質問 */
.faq .q {
  background-color: #a786bb;
  padding: 10px 15px;
  width: 100%;
  font-weight: 700;
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 20px;
  margin-top: 30px;
  position: relative;
}

.faq .q:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 5%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #a786bb;
  z-index: 2;
}

.faq .q>h2 {
  font-size: 1.3rem;
  margin: 0px;
  color: #fff;
}

.faq p {
  margin: 0px !important;
}

/* スタジオ一覧 */
.studio {}

.studio iframe {
  width: 100%;
  height: 550px;
}

/* 無料体験の方法について */
.howtoentry dl.guide {
  width: 100%;
  font-size: .8rem;
  line-height: 1.2em;
}

.howtoentry dl.guide dt {
  width: 25%;
  padding: 11px 10px;
  color: #fff;
  background: #e72081;
  font-weight: 500;
  margin-bottom: 10px;
  clear: left;
  float: left;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.howtoentry dl.guide dd {
  padding: 11px 10px;
  float: left;
  background: #fcf5f8;
  width: 75%;
  font-weight: 400;
  margin-bottom: 10px;
  word-break: break-all;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Re:Bodyとは */
.about {}

.about .access {
  background-color: #fff;
  display: block;
  width: 100%;
}

.about .access h2 {
  background-color: #dc5489;
  color: #fff;
  display: block;
  padding: 10px;
  margin: 0px;
}

.about .access iframe {
  width: 100%;
}

.about .access dl {
  display: inline-block;
  width: auto;
  color: #444;
  font-size: 1rem;
  margin: 30px auto;
  padding: 0px 30px;
  width: 100%;
}

.about .access dl dt {
  font-weight: normal;
  width: 20%;
  float: left;
  clear: left;
}

.about .access dl dd {
  float: left;
  width: 80%;
  text-align: left;
}

/* ----------------------------------------
* main
---------------------------------------- */
.cat-content,
article.post,
article.page {
  margin-bottom: 60px;
}

article.post {
  background-color: #fff;
  padding: 20px;
}

.post-header {
  padding: 56px 64px 46px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}

.post-header .cat-name {
  margin-bottom: 20px;
}

.post-header .cat-name span {
  border: 1px solid #47B39D;
  color: #47B39D;
  display: inline-block;
  padding: 4px 16px;
  font-size: 13px;
}

.post-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
}

body.page .post-title {
  margin-bottom: 0;
}

.post-title a {
  color: #241913;
}

.post-title a:hover {
  color: #FF6C00;
}

.post-content h2.post-title {
  font-weight: normal;
}

.post-title a {
  color: #3B4552;
}

.post-title a:hover {
  color: #FF6C00;
  text-decoration: none;
}

.cat-content .post-header,
article.page .post-header {
  padding: 10px 32px 10px;
  margin-bottom: 20px;
  background: #fff;
}

.post-meta-area {
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
}

.post-meta-area ul {
  margin: 0;
}

.post-meta-area .post-meta {
  width: 50%;
  float: left;
}

.post-meta-area .post-meta .date {
  padding: 12px 40px;
}

.post-meta-area .post-meta .date .datetime {
  font-size: 1.1em;
}

.post-meta-area .post-meta-comment {
  text-align: center;
  width: auto;
  float: right;
}

.post-meta-area .post-meta-comment li {
  padding: 12px 24px;
  display: inline-block;
  border-left: 1px solid #e5e5e5;
}

.post-thumbnail img {
  width: 100%;
  height: auto;
}

.post-content {
  padding: 30px 64px 10px;
}

.post-content hr {
  border-bottom: 1px solid #eee;
  margin: 20px 0;
  clear: both;
}

.post-content p,
.post-content ul,
.post-content ol,
.post-content dl,
.post-content blockquote,
.post-content pre,
.post-content table {
  margin-bottom: 2em;
}

.post-content ul {
  list-style: disc;
}

.post-content ol {
  list-style: decimal;
}

.post-content ul,
.post-content ol {
  margin-left: 30px;
}

.post-content ul>ul,
.post-content ul>ol,
.post-content ol>ol,
.post-content ol>ul {
  margin-bottom: 0px;
}

.post-content dl dt {
  font-weight: bold;
}

.post-content dl dd {
  margin-left: 0px;
}

.post-content pre {
  padding: 20px;
  overflow: scroll;
  font-family: 'Courier', monospace;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  font-weight: bold;
}

.post-content h1 {
  margin: 32px 0;
  font-size: 36px;
  clear: both;
  font-weight: bold;
  display: block;
  padding: 5px;
  border-bottom: 1px solid #ccc;
}

.post-content h2 {
  color: #333;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: 1.3em;
}

.post-content h2+p {
  margin: 0 0 2em;
}

.post-content h3 {
  font-size: 24px;
  margin: 48px 0 24px;
  padding: 20px 0;
  clear: both;
  font-weight: normal;
  border-bottom: 2px solid #3B4552;
  line-height: 1;
}

.post-content h4 {
  font-size: 20px;
  font-weight: normal;
  margin: 30px 0 16px;
  padding: 0 0 0 8px;
  border-left: 5px solid #131D2A;
  clear: both;
}

.post-content h5 {
  font-size: 16px;
  margin: 30px 0 16px;
  clear: both;
}

.post-content h6 {
  font-size: 16px;
  margin: 30px 0 16px;
  clear: both;
}

.post-content blockquote {
  clear: both;
  margin: 0 0 28px;
  padding: 30px 20px 35px 55px;
  position: relative;
  border: 1px #e5e5e5 solid;
  background: #fafafa;
}

.post-content blockquote:before {
  content: '';
  font-family: 'FontAwesome';
  font-size: 36px;
  color: #e7e7e7;
  position: absolute;
  top: 20px;
  left: 10px;
}

.post-content blockquote cite {
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 12px;
  color: #808080;
}

.post-content table {
  border: 1px #ddd solid;
  max-width: 100%;
}

.post-content table th,
.post-content table td {
  padding: 15px 25px;
  border: #666 solid 1px;
}

.post-content table th {
  color: #fff;
}

.post-content table thead th {
  background: #f7cbd5;
}

.post-content table tbody th {
  background: #f7cbd5;
}

.post-content table.table-line table,
.post-content table.table-line th,
.post-content table.table-line td {
  border-color: #fff;
}

.post-content table.table-line th {
  background: transparent;
  color: #241913;
  font-weight: bold;
}

.post-content table.table-line thead th {
  background: #5e6265;
  color: #fff;
}

.post-content table.table-line tr {
  background: #eee;
}

.post-content table.table-line tr:nth-child(2n+1) {
  background: #ddd;
}

.post-content img.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.post-content img.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

.post-content h2:first-child {
  margin-top: 0;
}

.post-cta {
  background: #131D2A;
  color: #fff;
}

.post-cta .post-cta-inner {
  padding: 30px 45px;
}

.post-cta .cta-post-title {
  padding: 30px 45px;
  font-size: 36px;
  margin-bottom: 14px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.post-cta .post-cta-img {
  float: right;
  width: 230px;
  margin: 0 0 20px 20px;
}

.post-cta .post-cta-cont {
  overflow: hidden;
}

.post-cta .post-cta-btn {
  margin: 10px 0;
}

.post-cta .post-cta-btn a {
  background: #F86222;
  color: #fff;
  border-radius: 8px;
  display: block;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  width: 60%;
  margin: 0 auto 20px;
}

.post-cta .post-cta-btn a:hover {
  background: #fa8553;
}

.post-cta p {
  margin-bottom: 1em;
}

.post-cta .btn {
  width: 100%;
  display: block;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  padding: 14px 0;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
  background: #3B4552;
}

.post-cta .btn:hover {
  text-decoration: none;
  background: #FF6C00;
}

.post-share {
  padding: 30px 45px;
}

.post-share .post-share-list1,
.post-share .post-share-list2,
.post-share .post-share-list3,
.post-share .post-share-list4 {
  overflow: hidden;
  padding: 30px 0;
  margin-left: -2.08%;
}

.post-share .post-share-list1 a,
.post-share .post-share-list2 a,
.post-share .post-share-list3 a,
.post-share .post-share-list4 a {
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: block;
  border: 1px #eee solid;
  border-radius: 3px;
  padding: 20px 0;
}

.post-share .post-share-list1 a:hover,
.post-share .post-share-list2 a:hover,
.post-share .post-share-list3 a:hover,
.post-share .post-share-list4 a:hover {
  text-decoration: none;
  background: #f7f7f7;
}

.post-share .post-share-list1 li,
.post-share .post-share-list2 li,
.post-share .post-share-list3 li,
.post-share .post-share-list4 li {
  text-align: center;
  float: left;
  margin-left: 2.08%;
}

.post-share .post-share-list1 i,
.post-share .post-share-list1 .big,
.post-share .post-share-list2 i,
.post-share .post-share-list2 .big,
.post-share .post-share-list3 i,
.post-share .post-share-list3 .big,
.post-share .post-share-list4 i,
.post-share .post-share-list4 .big {
  font-size: 2em;
}

.post-share .post-share-list1 li {
  width: 97.92%;
}

.post-share .post-share-list2 li {
  width: 47.92%;
}

.post-share .post-share-list3 li {
  width: 31.25%;
  font-size: .8em;
}

.post-share .post-share-list4 li {
  width: 22.92%;
}

.post-share .post-share-list4 {
  text-align: center;
}

.post-share .post-share-list4 i,
.post-share .post-share-list4 .big {
  display: block;
}

.post-share .post-share-list4 .big {
  font-size: 1.2em;
}

.post-share .post-share-facebook a:hover {
  color: #305097;
}

.post-share .post-share-twitter a:hover {
  color: #00aced;
}

.post-share .post-share-google a:hover {
  color: #db4a39;
}

.post-share .post-share-feedly a:hover {
  color: #2bb24c;
}

.post-footer {
  border-radius: 0;
  padding: 20px 64px;
  overflow: hidden;
  clear: both;
}

.post-footer ul {
  overflow: hidden;
}

.post-footer ul li a:hover {
  text-decoration: underline;
}

.post-footer .bzb-sns-btn {
  padding: 30px 0;
}

.post-footer .bzb-sns-btn li {
  vertical-align: top;
}

.post-footer .bzb-sns-btn li .fb_iframe_widget span {
  vertical-align: top !important;
}

.post-footer-list {
  padding: 20px 0;
}

.post-author {
  margin-bottom: 40px;
  padding: 40px 45px;
  border: 1px solid #e5e5e5;
  color: #241913;
  background: #fff;
}

.post-author .post-author-img {
  height: 100%;
  float: left;
}

.post-author .post-author-img img {
  width: 100px;
  height: auto;
  border: 1px solid #e5e5e5;
}

.post-author .post-author-img .inner {
  padding: 0;
}

.post-author .row {
  margin-right: -10px;
  margin-left: -10px;
}

.post-author .row .gr1, .post-author .row .gr2, .post-author .row .gr3, .post-author .row .gr4, .post-author .row .gr5, .post-author .row .gr6, .post-author .row .gr7, .post-author .row .gr8, .post-author .row .gr9, .post-author .row .gr10, .post-author .row .gr11, .post-author .row .gr12 {
  padding-left: 10px;
  padding-right: 10px;
}

.post-author a {
  color: #3B4552;
}

.post-author .post-author-meta {
  color: #241913;
  margin-left: 120px;
}

.post-author .post-author-meta h4 {
  margin: 0 40px 10px 0;
}

.post-author .post-author-meta p {
  margin: 0 40px 20px 0;
}

.post-header-meta {
  overflow: hidden;
  margin-bottom: 26px;
}

.post-header-meta .bzb-sns-btn {
  padding: 20px 0 10px;
  float: left;
  width: 400px;
  overflow: hidden;
}

.post-header-meta .post-header-category {
  float: right;
  width: 300px;
  text-align: right;
  padding: 20px 0 10px;
}

.post-autot #comments {
  padding: 40px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background: #fff;
}

.post-autot #comments h4,
.post-autot #comments h3 {
  margin: 0 0 24px;
  border-bottom: 5px solid #3B4552;
  font-size: 18px;
  padding: 8px 0;
}

.post-autot #comments h4 i,
.post-autot #comments h3 i {
  color: #3B4552;
}

.comment-list>.comment {
  margin-bottom: 40px;
  border-bottom: 1px #eee solid;
}

.comment-list>.comment>.comment-body {
  padding: 0 20px;
  margin-bottom: 20px;
}

.comment-list .children {
  margin-left: 45px;
}

/* ----------------------------------------
* 下層ページ
---------------------------------------- */
/* プルプルボタン */
.animated.infinite {
  animation-iteration-count: infinite;
}

.pulse {
  animation-name: pulse;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.nomake_table th {
  text-align: center;
}

.nomake_table td {
  text-align: center;
}

@keyframes skew {
  0% {
    transform: skew(0deg, 0deg);
  }

  5% {
    transform: skew(5deg, 4.2deg);
  }

  10% {
    transform: skew(-4deg, -3deg);
  }

  15% {
    transform: skew(3deg, 2.2deg);
  }

  20% {
    transform: skew(-2deg, -1.5deg);
  }

  25% {
    transform: skew(0.9deg, 0.9deg);
  }

  30% {
    transform: skew(-0.6deg, -0.6deg);
  }

  35% {
    transform: skew(0.3deg, 0.3deg);
  }

  40% {
    transform: skew(-0.2deg, -0.2deg);
  }

  45% {
    transform: skew(0.1deg, 0.1deg);
  }

  50% {
    transform: skew(0deg, 0deg);
  }
}

.puru_btn {
  animation: skew 2.5s linear infinite;
}

.form-container {
  padding: 10px;
  background-color: #fff;
  margin-top: 15px;
}

.form-container dl dt {
  color: #ccc;
  font-size: .9rem;
  line-height: 1.92rem;
}

.form-container dl dt span.hissu {
  background-color: #d11f7d;
  border-radius: 5px;
  color: #fff;
  font-size: .7rem;
  margin-left: 10px;
  padding: 2px 9px;
  font-weight: 100;
}

.form-container dl dt:not(:first-child) {
  margin-top: 1.7rem;
}

.form-container dl dd input {
  line-height: 2.2rem;
  color: #666;
  font-size: 1.2rem;
}

.form-container dl dd .adress {
  margin-top: 10px;
  display: block;
}

.form-container dl dd.nitizi {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.form-container dl dd.nitizi .hasDatepicker {
  width: 48%;
}

.form-container dl dd.nitizi select {
  border: 1px solid #ccc;
  width: 48%;
  margin: 0px 5px;
}

.form-container dl dd button, #post-402 form button {
  width: 90%;
  background: #d0153c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d0153c 1%, #88030f 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d0153c 1%, #88030f 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d0153c 1%, #88030f 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0153c', endColorstr='#88030f', GradientType=0);
  /* IE6-9 */
  padding: 20px 10px;
  font-size: 1.3rem;
  text-align: center;
  border-radius: 10px;
  margin: 20px auto;
  display: block;
  color: #fff;
}

.form-container dl dd button:after, #post-402 form button:after {
  content: '》';
  margin: 0px 10px;
}

.one-column.single-lp .main-inner .lp_contents .footer {
  background-color: #dcb6b4;
  color: #1b1b1b;
  padding: 20px 0px;
  text-align: center;
}

.one-column.single-lp .main-inner .lp_contents .attention {
  background-color: #fff;
  width: 90%;
  border: 1px solid #ccc;
  overflow: scroll;
  color: #666;
  line-height: 1.1rem;
  padding: 5px 10px;
  font-size: .7rem;
  display: inline-block;
  margin: 0px auto 40px;
  height: 120px;
}

.one-column.single-lp .main-inner .lp_contents .footer .logo {
  max-width: 27%;
  margin: 0px auto;
  display: inline-block;
}

.one-column.single-lp .main-inner .lp_contents .footer .info {
  max-width: 70%;
  margin: 2em auto;
  font-size: .9rem;
  text-align: left;
}

.one-column.single-lp .main-inner .lp_contents .footer span.copyright {
  font-weight: 700;
  display: block;
  margin-top: 1.5em;
  letter-spacing: 1px;
  text-align: center;
}

/* 完了画面 */
.form-container .mw_wp_form_complete {
  padding: 25px 30px;
}

.form-container .completeinfo {
  border: 1px solid #dcb6b4;
  padding: 20px;
  width: 100%;
  text-align: left;
  margin: 0px auto;
  color: #666;
  font-weight: 200;
}

/* .one-column.single-lp .main-inner .lp_contents .cta{
    padding-bottom:200px;
    position: relative;
} */
.mt50 {
  margin-top: 50px;
}

.sway_btn {
  animation: sway 1.3s infinite;
}

@keyframes sway {
  5% {
    transform: translate(0px, 0px) rotateZ(1deg)
  }

  15% {
    transform: translate(0px, 0px) rotateZ(-1deg)
  }

  25% {
    transform: translate(0px, 0px) rotateZ(1deg)
  }

  35% {
    transform: translate(0px, 0px) rotateZ(-1deg)
  }

  45% {
    transform: translate(0px, 0px) rotateZ(1deg)
  }

  55% {
    transform: translate(0px, 0px) rotateZ(-1deg)
  }

  60% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }

  100% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }
}

.fuwafuwa {
  animation: float_2979 3s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes float_2979 {
  0% {
    transform: translateY(0)
  }

  33.33333% {
    transform: translateY(-6px)
  }

  66.66667% {
    transform: translateY(0)
  }

  100% {
    transform: translateY(0)
  }
}

.one-column.single-lp .main-inner .lp_contents .cta_btn {
  position: relative;
  width: 85%;
  /* margin: -304px auto 70px; */
  margin: -204px auto 70px;
  -webkit-box-shadow: 0 5px 10px #777;
  -moz-box-shadow: 0 5px 10px #777;
  box-shadow: 0 5px 10px #777;
}

@media screen and (max-width: 1200px) {
  .one-column.single-lp .main-inner .lp_contents .cta_btn {
    margin: -124px auto 70px;
  }
}

.one-column.single-lp .main-inner .lp_contents img {
  width: 100%;
}

.one-column.single-lp #side {
  float: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.single-lp #side {
  width: 320px;
  margin-left: -320px;
}

.single-lp.right-content #side {
  width: 320px;
  margin-left: -100%;
}

.single-lp.right-content .main-inner {
  margin-left: 350px;
  margin-right: 0;
}

.archiver .main-inner {
  max-width: 1000px;
}

@media screen and (max-width: 1200px) {
  .single-lp.right-content #side {
    width: 100%;
    margin: 0;
    float: none;
  }

  .single-lp.right-content .main-inner {
    margin: 0 0 40px;
    width: 100%;
  }
}

.sidebanner {
  display: none;
  position: fixed;
  bottom: 120px;
  right: 10px;
  max-width: 180px;
  color: #fff;
  z-index: 2;
}

.sidebanner a {
  display: block;
}

.sidebanner p.close {
  position: absolute;
  right: 0px;
  top: 0px;
}

.sidebanner p.close a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0px;
  background-color: #000;
  border-radius: 50%;
}

.sidebanner p.close a i {
  font-size: 20px;
  z-index: 888;
  color: #fff;
}

.sidebanner p.close a:hover {
  text-decoration: none;
}

/* ----------------------------------------
* pagetop
---------------------------------------- */
.pagetop {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 50px;
  color: #fff;
}

.pagetop span {
  display: block;
  border-radius: 25px;
  background: #2b2b2b;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 40px;
  font-size: 36px;
  opacity: .8;
}

/* ----------------------------------------
* レスポンシブ
---------------------------------------- */
#header-nav-btn,
#gnav-sp {
  display: none;
}

.wrap {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  *zoom: 1;
}

.wrap:before {
  display: inline-table;
}

.wrap:after {
  content: "";
  display: block;
  clear: both;
}

button {
  background: none;
  border: none;
  color: #fff;
  padding: 0px;
}

#main {
  width: 100%;
  float: left;
}

.main-inner {
  /*   margin-right: 358px; */
  width: 96%;
  margin: 0px auto;
}

#side {
  width: 310px;
  float: left;
  margin-left: -310px;
}

.left-content #main {
  width: 100%;
  float: left;
}

.left-content .main-inner {
  margin-right: 358px;
  margin-left: 0;
}

.left-content #side {
  width: 310px;
  float: left;
  margin-left: -310px;
}

.right-content #main {
  width: 100%;
  float: left;
}

.right-content .main-inner {
  margin-left: 358px;
  margin-right: 0;
}

.right-content #side {
  width: 310px;
  float: left;
  margin-left: -100%;
}

.one-column #content .wrap {
  width: 100%;
}

.one-column #content .wrap #main {
  width: 100%;
  float: none;
  background-color: #fff0ee;
}

.one-column #content .wrap #main .main-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.one-column #content .wrap #side {
  display: none;
}

/* table
-------------------------------------------------- */
table {
  width: 100% !important;
}

table td, table th {
  word-break: break-all;
  text-align: left;
}

@media screen and (min-width:769px) {
  .sp {
    display: none;
  }
}

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

@media screen and (max-width: 1200px) {

  /* laptop */
  .wrap,
  .one-column #content .wrap {
    /* margin-left: 36px;
    margin-right: 36px; */
    width: auto;
  }

  .main-inner {
    /*     margin-right: 346px; */
    box-sizing: border-box;
  }

  /* laptop end */
}

@media screen and (max-width: 991px) {

  /* tablet */
  .wrap,
  .one-column #content .wrap {
    margin-left: 24px;
    margin-right: 24px;
  }

  #main,
  .main-inner,
  #side {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .left-content #main,
  .right-content #main {
    float: none;
  }

  .left-content .main-inner,
  .right-content .main-inner {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
  }

  .left-content #side,
  .right-content #side {
    width: 100%;
    float: none;
    margin: 0;
  }

  #side {
    padding-top: 42px;
  }

  /* tablet end */
}

@media screen and (max-width: 1200px) {

  /* laptop start */
  .toppage .products .image_container>div .border {
    border: 2px solid #000;
    left: -20px;
    top: 20px;
  }

  .products .item_container .item .image_container .border {
    border: 2px solid #000;
    left: -20px;
    top: 20px;
  }

  .toppage .para {
    margin: 10vh auto;
    height: 400px;
  }

  .toppage section {
    display: block;
    text-align: center;
  }

  .toppage section p {
    font-size: .9rem;
  }

  .fv .headerinfo {
    font-size: .8rem;
    width: 90%;
  }

  .fv .headerinfo .news {
    font-size: .8rem;
  }

  section .btn_area .btn {
    border: 2px solid #000;
  }

  body.home .wrap {
    width: auto;
    max-width: 1000px;
    /* margin: 0 36px; */
    margin: 0px auto;
  }

  #header .gnav-wrap {
    margin-top: 0px;
  }

  .header_info {
    font-size: .8rem;
    width: 28%;
  }

  .header_info>div {
    min-width: 45%;
  }

  .header_info .login {
    padding: 10px;
    font-size: 11px;
  }

  .header_info .contact .tel a {
    font-size: 1.5rem;
  }

  .header_info .contact_btn {
    padding: 10px;
    margin: 0px;
    font-size: 10px;
  }

  .post-header,
  .post-author {
    padding: 36px;
  }

  .post-content,
  .post-footer {
    padding-left: 36px;
    padding-right: 36px;
  }

  .single-lp #gnav-sp {
    display: none;
  }

  .single-lp .lp-wrap {
    width: auto;
    margin: 0 36px;
  }

  .single-lp #main,
  .single-lp #side,
  .single-lp .main-inner {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }

  .post-content h2 {
    margin: 80px 0 32px -46px;
    padding: 16px 16px 16px 36px;
  }

  .store .container.image .block h3 {
    font-size: 1.2rem;
  }

  .column .block .txt p {
    font-size: 1rem;
  }

  .store .store_container.access .adress {
    font-size: 1rem;
  }
}

@media screen and (max-width: 991px) {

  body.home .wrap,
  .wrap {
    width: auto;
    margin: 0 24px;
  }

  body.home #front-service {
    background-image: none;
  }

  .toppage .para {
    height: 300px;
  }

  .header_info {
    font-size: .8rem;
    width: 50%;
    /* width: 75%; */
    /* display: none; */
  }

  .header_info .login {
    padding: 10px 0px;
    font-size: 12px;
  }

  .header_info .contact .tel a {
    font-size: 1.5rem;
  }

  .header_info .contact_btn {
    padding: 10px;
    margin: 0px;
    font-size: 12px;
  }

  .dummy {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
  }

  #gnav-sp {
    display: none;
    background: #313131;
    display: block;
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    z-index: 100;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
  }

  #gnav-sp .wrap {
    width: 94%;
    margin: 0 3%;
    padding: 36px 0;
  }

  #gnav-sp .wrap a {
    color: #fff;
  }

  #gnav-sp #header-cont-content h4,
  #gnav-sp #header-cont-about h4,
  #gnav-sp #header-cont-sns h4 {
    font-weight: bold;
    margin-bottom: 16px;
  }

  #gnav-sp #header-cont-content li,
  #gnav-sp #header-cont-about li,
  #gnav-sp #header-cont-sns li {
    font-size: 14px;
  }

  #gnav-sp #header-cont-content li a,
  #gnav-sp #header-cont-about li a,
  #gnav-sp #header-cont-sns li a {
    padding: 10px 12px;
  }

  #gnav-sp #header-cont-content ul {
    margin-left: -2%;
  }

  #gnav-sp #header-cont-content li {
    margin-left: 2%;
    float: left;
    width: 48%;
  }

  #gnav-sp #header-cont-content li a {
    display: block;
    position: relative;
  }

  #gnav-sp #header-cont-content li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    left: 0;
    top: 8px;
  }

  #gnav-sp #header-cont-content .children {
    display: none;
  }

  #gnav-sp #footer-nav li a {
    display: block;
    padding: 8px 12px;
    position: relative;
  }

  #gnav-sp #footer-nav li a:before {
    font-family: 'FontAwesome';
    content: '\f105';
    position: absolute;
    left: 0;
    top: 8px;
  }

  #gnav-sp #footer-nav .children {
    display: none;
  }

  #gnav-sp #header-cont-sns li a {
    display: block;
    padding: 8px 12px 8px 0;
  }

  /* front page */
  body.home #main_visual h2 {
    margin-top: 0;
    font-size: 1.4rem;
  }

  body.home #main_visual p {
    width: 84%;
    margin-right: 8%;
    margin-left: 8%;
  }

  body.home .front-loop {
    margin-left: 0;
  }

  body.home .front-loop .popular_post_box {
    width: 32%;
    margin: 0 .5%;
  }

  body.home .front-loop .popular_post_box .wrap-a {
    display: flex;
    border-bottom: 1px solid #ccc;
  }

  .toppage section.cont2_education .three_point .block .cont p {
    font-size: 1rem;
  }

  body.home .front-loop .popular_post_box .p_category {
    font-size: .7rem;
    padding: 5px;
  }

  body.home .front-loop .popular_post_box .p_date {
    font-size: .7rem;
    margin: 0px;
  }

  body.home .front-loop .popular_post_box .wrap-a:hover {
    background: #fafafa;
    text-decoration: none;
  }

  body.home .front-loop .popular_post_box .wrap-a h3,
  body.home .front-loop .popular_post_box .wrap-a ul {
    margin-left: 10px;
    margin-right: 10px;
  }

  body.home .front-loop .popular_post_box img {
    width: 100%;
    height: auto;
  }

  body.home .front-loop .popular_post_box.rank-4, body.home .front-loop .popular_post_box.rank-5, body.home .front-loop .popular_post_box.recent-4, body.home .front-loop .popular_post_box.recent-5 {
    display: none;
  }

  body.home .front-main-cont .tri-border {
    display: none;
  }

  body.home #front-contents .c_box.c_box_left .c_box_inner,
  body.home #front-contents .c_box.c_box_right .c_box_inner {
    width: 100%;
    float: none;
  }

  body.home #front-contents .c_box.c_box_left .c_title,
  body.home #front-contents .c_box.c_box_right .c_title {
    text-align: center;
  }

  body.home #front-contents .c_box.c_box_left .c_img_box,
  body.home #front-contents .c_box.c_box_right .c_img_box {
    position: relative;
    height: 300px;
    width: 100%;
    margin-bottom: 24px;
  }

  body.home #front-contents .c_box.c_box_left .c_text h4,
  body.home #front-contents .c_box.c_box_right .c_text h4 {
    text-align: center;
  }

  body.home #front-contents .c_box.c_box_left .c_btn,
  body.home #front-contents .c_box.c_box_right .c_btn {
    text-align: center;
  }

  body.home #front-contents .c_box.c_box_left .c_btn a,
  body.home #front-contents .c_box.c_box_right .c_btn a {
    margin-right: auto;
    margin-left: auto;
  }

  body.home #front-service .front-service-inner {
    margin-left: 0;
  }

  body.home #front-service .front-service-inner .c_box {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }

  body.home #front-company .c_img_box {
    height: 300px;
    position: relative;
  }

  body.home #front-company .c_img_box,
  body.home #front-company .c_box_inner {
    float: none;
    width: 100%;
  }

  .cat-content .post-header,
  article.page .post-header,
  article.post .post-header {
    padding: 56px 44px;
  }

  article.page .post-content {
    padding: 20px;
  }

  .post-header {
    padding: 56px 44px 0;
  }

  .post-content {
    padding: 40px;
  }

  .post-content h2 {
    margin-left: -52px;
  }

  .post-content table th,
  .post-content table td {
    padding: 5px 25px;
  }

  .post-content table th {
    font-size: .9rem;
  }

  .post-meta-area {
    background: #fff;
    color: #241913;
  }

  .post-meta-area .post-meta {
    width: 40%;
    float: left;
    text-align: left;
  }

  .post-meta-area .post-meta .date {
    background: transparent;
    text-align: left;
  }

  .post-meta-area .bzb-sns-btn {
    height: auto;
  }

  .post-meta-area .bzb-sns-btn .sharrre {
    margin: 0 5px 0 0;
    float: left !important;
    width: 20%;
    overflow: hidden;
  }

  .post-meta-area .bzb-sns-btn .sharrre.twitter a, .post-meta-area .bzb-sns-btn .sharrre.facebook a, .post-meta-area .bzb-sns-btn .sharrre.googlePlus a, .post-meta-area .bzb-sns-btn .sharrre.hatena a {
    background: transparent;
    display: block;
    padding: 4px 24px;
    color: #241913;
  }

  .post-meta-area .bzb-sns-btn .sharrre.twitter a .share, .post-meta-area .bzb-sns-btn .sharrre.facebook a .share, .post-meta-area .bzb-sns-btn .sharrre.googlePlus a .share, .post-meta-area .bzb-sns-btn .sharrre.hatena a .share {
    display: none;
    text-align: center;
    float: left;
  }

  .post-meta-area .bzb-sns-btn .sharrre.twitter a:hover, .post-meta-area .bzb-sns-btn .sharrre.facebook a:hover, .post-meta-area .bzb-sns-btn .sharrre.googlePlus a:hover, .post-meta-area .bzb-sns-btn .sharrre.hatena a:hover {
    background: transparent;
  }

  .post-meta-area .bzb-sns-btn .s_buttons {
    font-size: 14px;
    padding-top: 20px;
  }

  .post-meta-area .loop-comment-icon {
    padding: 4px 12px;
    background: transparent !important;
    text-align: center;
    float: right;
  }

  #footer-facebook {
    display: none;
  }

  #footer-list-area {
    width: 100%;
  }

  .single-lp #gnav-sp {
    display: none;
  }

  .single-lp .lp-wrap {
    width: auto;
    margin: 0 24px;
  }

  .single-lp .lp-form .submit {
    width: 50%;
  }

  /* tablet end */
}

@media screen and (max-width: 768px) {

  /* phone */
  .wrap,
  .one-column #content .wrap {
    margin-left: 12px;
    margin-right: 12px;
  }

  .post-content .ranking01 {
    width: 100%;
  }

  .comment-list .children {
    margin-left: 0;
  }

  #nav-container {
    display: block;
  }

  #side_contact {
    bottom: 30px;
  }

  .wrap {
    overflow: hidden;
  }

  .post-title {
    font-size: 21px;
    margin-bottom: 20px;
  }

  #side_contact a {
    line-height: 40px;
  }

  #side_contact a:before {
    height: 35px;
  }

  .fv .headerinfo {
    padding: 12px 10px 7px;
    width: 100%;
    display: block;
    border: none;
    border-radius: 0;
    bottom: 15px;
  }

  .toppage .products .image_container>div.action .border {
    left: -15px;
    top: 20px;
  }

  .fv .arrow .content span {
    width: 20px;
    height: 20px;
  }

  .fv .headerinfo .link a:before {
    display: none;
  }

  .fv .headerinfo time:after {
    margin-left: 3px;
    margin-right: 3px;
  }

  .fv .headerinfo .news {
    display: block;
    width: 100%;
    line-height: 0.7;
  }

  .fv .headerinfo time:after {
    display: none;
  }

  .fv .headerinfo .news time {
    width: 95px;
    font-size: 14px;
  }

  .fv .headerinfo .news .txt {
    width: 100%;
    font-size: .8rem;
  }

  .fv .headerinfo .link {
    width: auto;
    font-size: .7rem;
    display: block;
    float: right;
  }

  body.home .wrap,
  .wrap {
    margin: 0 12px;
  }

  .breadcrumb-area {
    border: none;
  }

  .breadcrumb-area .wrap {
    padding: 0px;
    margin: 0px;
  }

  .breadcrumb-area .breadcrumb {
    font-size: 13px;
  }

  body.home #front-company dl dt,
  body.home #front-company dl dd {
    float: none;
    width: 100%;
    box-sizing: border-box;
  }

  body.home #front-company dl dt span,
  body.home #front-company dl dd span {
    padding: 0;
  }

  body.home #front-company dl dt {
    font-weight: bold;
    padding: 8px 12px 0;
  }

  body.home #front-company dl dd {
    border-top: none !important;
    padding: 4px 12px 8px;
  }

  body.home #main_visual h1 {
    font-size: 1.2rem;
    margin: 0px;
    margin-bottom: 60px;
  }

  #main {
    width: 100%;
    float: none;
  }

  #side {
    width: 100%;
    float: none;
  }

  .sidebanner {
    max-width: 150px;
  }

  .left-content #main {
    width: 100%;
    float: none;
  }

  .left-content #side {
    width: 100%;
    float: none;
  }

  .right-content #main {
    width: 100%;
    float: none;
  }

  .right-content #side {
    width: 100%;
    float: none;
  }

  .one-column #content .wrap {
    width: 94%;
    margin: 0 3%;
  }

  .one-column #content .wrap #main {
    width: 100%;
    float: none;
  }

  .one-column #content .wrap #side {
    width: 100%;
    float: none;
  }

  .post-thumbnail, .archive-thumbnail {
    max-height: 100px;
    height: 100px;
  }

  .post-thumbnail img, .archive-thumbnail img {
    height: 100%;
    object-fit: cover;
  }

  .post-thumbnail .cap {
    top: 25%;
  }

  .post-thumbnail .cap h2, .archive-thumbnail .cap h2, .post-thumbnail .cap .ttl {
    font-size: 1.5rem;
    margin: 0px auto;
  }

  .post-content h1 {
    font-size: .9em;
    margin: .5em 0;
  }

  .post-thumbnail .cap p.fss {
    margin: 0px;
    font-size: .9rem;
  }

  .post-loop-wrap.trainer>article {
    width: calc(100% / 2);
    margin-bottom: 0px;
  }

  .post-loop-wrap.trainer>article .post-header {
    min-height: 50px;
  }

  .post-loop-wrap.trainer>article .post-header h2 {
    font-size: .9rem;
  }

  .post-loop-wrap.trainer .post-thumbnail {
    max-height: 200px;
    height: 200px;
  }

  .b_a_detail .image {
    height: auto;
    width: 100%;
  }

  .b_a_detail .image .before:before {
    right: -30px;
    font-size: 2rem;
  }

  .post-content.trainer_detail {
    padding: 5px;
  }

  .trainer_detail .image {
    width: 100%;
  }

  .trainer_detail .txt {
    width: 100%;
  }

  .trainer_detail .txt dl {
    font-size: 1rem;
  }

  #footer .wrap {
    flex-wrap: wrap;
  }

  #footer .footertxt {
    max-width: 100%;
    line-height: 1.3em;
  }

  #footer .footertxt h4 {
    margin-bottom: .5rem;
  }

  #gnav-sp {
    display: none;
    top: 0px !important;
    z-index: 9;
  }

  #gnav-sp ul {
    margin-bottom: 20px;
  }

  #gnav-sp #header-cont-content ul {
    margin-left: 0;
  }

  #gnav-sp #header-cont-content li {
    margin-left: 0;
    float: left;
    width: 100%;
  }

  /* loop */
  body.home .front-loop .popular_post_box {
    width: calc(100% / 3.1);
    float: none;
    padding: 0px;
  }

  body.home #front-contents .c_text .c_btn a {
    width: 100%;
  }

  .mv {
    height: calc(80vh - 0vh);
    margin-top: 80px;
  }

  .mv .slide_fade {
    height: 100%;
  }

  .mv .slide_fade img {
    object-fit: cover;
    height: 100%;
  }

  .fv .arrow {
    bottom: 22vh;
  }

  section .btn_area {
    margin: 40px auto 20px;
  }

  section .btn_area .btn {
    width: 90%;
    margin: 30px auto 0px;
    border: 1px solid #000;
    border-radius: 5px;
  }

  .column .block .txt h3 {
    margin: 1.5em auto 1em;
  }

  .toppage .para {
    margin: 15% auto 0;
    width: 100%;
    height: 220px;
    overflow: hidden;
    padding: 0;
  }

  .toppage .delicious .masked, .toppage .para .masked {
    width: 0px;
  }

  .toppage .para svg {
    width: 100%;
  }

  /* .fv .catch, .subpage.fv .catch {
        font-size: 2.8vh;
        padding: 10px;
        text-align: center;
        left: initial;
        right: 23%;
        top: -8%;
    } */
  .fv .container .headerinfo {
    width: 94%;
    left: 3%;
    bottom: 40px;
    padding: 0px 5px;
    font-size: .9rem;
    border: 1px solid #000;
  }

  .fv .container .headerinfo time:after {
    margin-right: 5px;
  }

  .fv .container .headerinfo .link:before {
    margin-left: 5px;
  }

  @keyframes fadeIn4 {
    0% {
      border: 2px solid rgba(0, 0, 0, 0);
    }

    100% {
      border: 2px solid rgba(0, 0, 0, 1);
    }
  }

  @-webkit-keyframes fadeIn4 {
    0% {
      border: 3px solid rgba(0, 0, 0, 0);
    }

    100% {
      border: 3px solid rgba(0, 0, 0, 1);
    }
  }

  .fv .container .headerinfo time, .fv .container .headerinfo .link {
    font-size: 1vw;
  }

  .fv .container .headerinfo .txt {
    width: 45%;
  }

  .fv .container .headerinfo .txt p {
    font-size: 1.1vw;
  }

  .fv .container .arrow {
    left: 45%;
    height: 60px;
    bottom: 70px;
  }

  .fv .container .arrow a span {
    border-width: 15px 10px 0 10px;
  }

  .fv .container .arrow a span:nth-of-type(2) {
    top: 20px;
  }

  .fv .container .arrow a span:nth-of-type(3) {
    top: 40px;
  }

  .mv .header_bar {
    display: inline-flex;
    width: 100%;
  }

  .mv .header_bar img {
    object-fit: cover;
    width: 100%;
  }

  .toppage {
    margin: 30px auto 0;
  }

  .toppage section h2 {
    margin: 0px auto 2em;
    font-size: 1.1rem !important;
    letter-spacing: 1px;
    line-height: 1.7;
  }

  .toppage section p {
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
    margin: 10% 0;
  }

  .toppage .products .image_container>div {
    width: 80%;
  }
}

.top_fv {
  border-bottom: 5px solid #e24c58;
}

.toppage .intro h2 {
  width: 100%;
  margin: 15% 0;
  line-height: 1.3;
}

.toppage .intro h2 span {
  font-size: 16px;
}

#side_contact a:after {
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
}

.toppage .delicious {
  margin: 10% auto;
}

.btn_area .btn {
  border: 1px solid #000;
}

.toppage .products .txt_container, .toppage .store .txt_container {
  margin-bottom: 4em;
  width: 90%;
}

.toppage .products .image_container>div {
  height: auto;
}

.toppage .products .image_container>div .border {
  left: -15px;
  top: 15px;
}

.toppage .products .image_container>div .border {
  border: 1px solid #000;
}

.toppage .products .image_container {
  display: block;
  max-width: 1280px;
  margin: auto;
  width: 95%;
}

.toppage .products .image_container>div.a {
  float: left;
  margin-left: 15px;
}

.toppage .products .image_container>div.b {
  float: right;
  margin-top: 40px;
}

.toppage .delicious .img_container>div {
  width: calc(100% / 3);
}

.toppage .delicious .txt_container {
  margin-bottom: 60px;
}

.toppage .column .block {
  margin: 5px;
}

.toppage .column .block .image {
  height: 250px;
}

.toppage .column .block .txt h3 {
  margin: 1em auto;
  font-size: 1rem;
  text-align: left;
}

.toppage .column .block .txt p {
  line-height: 2.2;
  font-size: .8rem;
  text-align: left;
}

.slick-prev {
  width: 35px;
  height: 35px;
}

.slick-next {
  width: 35px;
  height: 35px;
}

section h1 {
  margin: 1em auto;
  text-align: center;
}

.subpage.fv {
  margin: 100px auto 0px;
}

.headinfo h1 {
  font-size: .9rem;
  line-height: 1;
  position: absolute;
}

article {
  margin: 30px auto !important;
}

/* 商品紹介 */
.toppage .products .item_container .item {
  flex-direction: column;
}

.toppage .products .item_container {
  margin: 50px auto;
}

.toppage .products .item_container .item>div {
  width: 100%;
  min-height: initial;
  padding: 0px;
}

.toppage .products .item_container .item .txt_container .btn_area {
  margin: 30px auto;
  width: 100%;
}

.toppage .products .item_container .item .txt_container .btn_area .btn {
  border: 1px solid #000;
}

.toppage .products .item_container .item .txt_container .btn_area .btn a {
  margin: 15px 0px;
}

.toppage .products .item_container .item .txt_container h2 {
  margin: 0px 0px 2em;
  line-height: 1;
}

.toppage .products .item_container .item .image_container .border {
  left: -15px;
  top: 15px;
  border: 1px solid #000;
}

.toppage .products .item_container .item .image_container {
  width: 90%;
  margin: 0px auto;
}

.toppage .products .item_container .item:nth-of-type(2n) {
  flex-direction: column;
}

.toppage .products .item_container .item:nth-of-type(2n) .txt_container h2 {
  flex-direction: row;
}

/* 商品紹介 */
.products .item_container .item {
  flex-direction: column;
}

.products .item_container {
  margin: 50px auto;
}

.products .item_container .item>div {
  width: 100%;
  min-height: initial;
  padding: 0px;
}

.products .item_container .item .txt_container .btn_area {
  margin: 30px auto;
  width: 100%;
}

.products .item_container .item .txt_container .btn_area .btn {
  border: 1px solid #000;
}

.products .item_container .item .txt_container .btn_area .btn a {
  margin: 15px 0px;
}

.products .item_container .item .txt_container h2 {
  margin: 0px 0px 2em;
  line-height: 1;
}

.products .item_container .item .image_container .border {
  left: -15px;
  top: 15px;
  border: 1px solid #000;
}

.products .item_container .item .image_container {
  width: 90%;
  margin: 0px auto;
}

.products .item_container .item:nth-of-type(2n) {
  flex-direction: column;
}

.products .item_container .item:nth-of-type(2n) .txt_container h2 {
  flex-direction: row;
}

/* 商品のこだわり */
.products .howto .item_container .block .image {
  width: 100%;
}

.products .howto .txt {
  width: 100%;
}

.products .howto .item_container {
  margin: 50px auto;
}

.products .howto .item_container .block .image {
  width: 100%;
  height: 46vh;
}

.products .howto .item_container .block .image img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.products .howto .item_container .block h3 {
  font-size: 1.3rem;
  margin-bottom: 2em;
}

.products .kodawari_container .item {
  margin: 0px;
  padding: 0px;
}

.products .howto .item_container .block .txt {
  margin-top: 30px;
}

.products .kodawari_container .item .txt_container {
  margin: 50px auto 30px;
}

.products .kodawari_container .item .image_container {
  margin: 0px auto;
}

.products .kodawari_container .item .image_container .image {
  width: 95%;
}

.products .kodawari_items {
  margin: 50px auto;
  width: 90%;
}

.products .kodawari_items .container .item {
  width: 100%;
}

.products .kodawari_items .container .item .image {
  height: 34vh;
}

.products .kodawari_items .container .item .cap {
  margin: 30px 0px;
}

.products .kodawari_items .container .item:nth-of-type(2n) {
  margin-top: 60px;
}

.products .item_container .item {
  flex-direction: column;
}

.toppage .products .howto .item_container .block .image {
  width: 100%;
}

.toppage .products .howto .txt {
  width: 100%;
}

.toppage .products .howto .item_container {
  margin: 50px auto;
}

.toppage .products .howto .item_container .block .image {
  width: 100%;
  height: 46vh;
}

.toppage .products .howto .item_container .block h3 {
  font-size: 1.3rem;
  margin-bottom: 2em;
}

.toppage .products .kodawari_container .item {
  margin: 0px;
  padding: 0px;
}

.toppage .products .howto .item_container .block .txt {
  margin-top: 30px;
}

.toppage .products .kodawari_container .item .txt_container {
  margin: 50px auto 30px;
}

.toppage .products .kodawari_container .item .image_container {
  margin: 0px auto;
}

.toppage .products .kodawari_container .item .image_container .image {
  width: 95%;
}

.toppage .products .kodawari_items {
  margin: 50px auto;
  width: 90%;
}

.toppage .products .kodawari_items .container .item {
  width: 100%;
}

.toppage .products .kodawari_items .container .item .image {
  height: 34vh;
}

.toppage .products .kodawari_items .container .item .cap {
  margin: 30px 0px;
}

.toppage .products .kodawari_items .container .item:nth-of-type(2n) {
  margin-top: 60px;
}

/* お知らせ */
.toppage .news .news_container .block {
  padding: 2em 0px;
}

/* お知らせ詳細 */
.toppage .container.column .detail .block .txt p {
  max-width: 100%;
  margin: 1em auto;
  padding: 0px 10px;
}

.toppage .delicious h2 {
  margin-bottom: 10%;
}

.toppage .delicious .container.image .block {
  width: calc(100% / 2);
  margin-bottom: 40px;
}

/* お店紹介 */
.toppage .store p.cap {
  margin: 0px auto;
}

.toppage .store .container.image .block {
  width: calc(100% / 2);
  margin-bottom: 30px;
}

.toppage .store .store_container.storeinfo .catch {
  margin: 60px auto;
}

.toppage .store .store_container.storeinfo .adress {
  margin: 60px auto;
}

.toppage .store .store_container.storeinfo .image {
  height: 34vh;
  margin-bottom: 30px;
}

.toppage .store .store_container .nav>div {
  width: calc(100% / 2.1);
}

.toppage .store .store_container .nav>div .btn {
  padding: 5px 0px;
  border: 1px solid #000;
}

.toppage .store .store_container.storeinfo .catch {
  margin: 0px auto;
}

.toppage .store .store_container.storeinfo .adress {
  margin: 0px auto;
}

/* お問い合わせ */
.contact_container .information {
  margin: 30px 0px;
}

.form form {
  margin: 0px auto;
}

.form form dl dt {
  padding: 0px;
  width: 100%;
  margin: 1em 0 .5em;
  justify-content: center;
}

.form form dl dt .hissu {
  font-size: .8rem;
  left: 0px;
}

.form form dl dd {
  padding: 0px;
  width: 100%;
}

.accordion-content {
  padding: 0px;
}

.accordion-container .accordion-title {
  padding: 1em 0;
  padding-right: 25px;
}

.accordion-container .accordion-title::before {
  right: 5px;
}

.accordion-container .accordion-title::after {
  right: 5px;
}

.accordion-content {
  padding: 1.5em 15px;
}

/* single */
.cat-content .post-header,
article.page .post-header,
article.post .post-header {
  padding: 10px;
}

.post-author {
  padding: 20px;
}

.post-author .post-author-meta {
  padding-top: 12px;
}

.post-author .post-author-meta p {
  margin-right: 0;
}

.post-meta-area .post-meta,
.post-meta-area .post-meta-comment {
  float: none;
  width: 100%;
  padding: 0;
}

.post-meta-area .post-meta {
  border-bottom: 1px solid #e5e5e5;
}

.post-meta-area .post-meta .date {
  padding: 8px 20px;
}

.post-meta-area .post-meta-comment .author {
  border: none;
  padding: 8px 20px;
  text-align: left;
}

.post-meta-area .post-meta-comment .comments {
  padding: 8px 20px;
}

.post-content,
.post-footer {
  padding: 20px;
}

.post-cta .cta-post-title {
  padding: 12px 20px;
  font-size: 18px;
}

.post-cta .post-cta-inner {
  padding: 0;
}

.post-cta .post-cta-cont {
  padding: 12px 20px;
}

.post-cta .post-cta-cont .post-cta-img {
  float: none;
  margin: 0 0 12px;
  width: 100%;
}

.post-cta .post-cta-cont .post-cta-img {
  text-align: center;
}

.post-cta .post-cta-btn a {
  width: 100%;
}

.nav-links {
  padding: 2em 0px;
}

/* 固定フッター */
.single-lp #lp-footer.lp {
  display: block;
}

.post-content table th, .post-content table td {
  padding: 5px;
  font-size: .9rem;
}

.toppage section .container .block.one.about {
  margin: 0px 0px 50px;
  padding: 10px;
}

.toppage section .container .block.one.about .cap {
  width: 83%;
  text-align: right;
  float: right;
  font-size: .8rem;
  line-height: 1.4;
}

.toppage section .container .block.one.about .cap .line {
  display: inline-block;
}

.toppage section .container .block.one.about .image {
  width: 20%;
  position: absolute;
  margin: 0px;
}

.b_a_detail .image .icon {
  left: 45%;
}

.system .mosikomi {
  padding: 30px 10px;
  margin-top: 50px;
}

.system .mosikomi .step .num {
  padding-left: 30px;
}

.system .mosikomi .step .ttl h3 {
  margin: .5em 0px 1em;
}

.system .mosikomi .step .txt {
  padding: 0px;
}

@media screen and (max-width: 768px) {
  .toppage .intro {
    width: 90%;
  }

  .post-content h2 {
    margin: 80px 0 32px -30px;
    padding: 16px 16px 16px 20px;
    font-size: 1rem;
  }

  .single-lp .post-content h2 {
    margin: 80px 0 32px -30px;
    padding: 16px 16px 16px 20px;
  }

  .one-column.single-lp .main-inner .lp_contents .information {
    background-color: #fff;
    padding: 15px;
  }

  .one-column.single-lp .main-inner .lp_contents .information .topics {
    font-size: .7rem;
    padding: 0px;
  }

  .one-column.single-lp .main-inner .lp_contents .information .topics p.midashi {
    font-size: .9rem;
  }

  .one-column.single-lp .main-inner .lp_contents .information .topics p {}

  #header.fixed #logo {
    width: 80px;
    left: 0px;
    top: 3px;
    margin: 0px;
  }

  #gnav ul li a {
    font-size: .7rem;
  }

  .header_info .contact .tel a {
    font-size: 1.1rem;
  }

  body.home #main_visual h2 {
    font-size: 1rem;
    line-height: 1.6;
    /* margin-bottom:6em; */
    margin-bottom: 1em;
  }

  body.home #main_visual .circle_cont {
    position: absolute;
    width: 100%;
    justify-content: space-around;
    bottom: 10px;
    right: 0px;
    flex-wrap: wrap;
  }

  body.home #main_visual .circle_cont>br {
    display: none;
  }

  body.home .circle {
    width: 100px;
    height: 100px;
    font-size: .9em;
    border-width: 2px;
    margin: 0px 14px 5px;
  }

  body.home .circle .pick {
    font-size: .9rem;
    line-height: 1.3em;
  }

  body.home .circle .gold {
    font-size: 1.2rem;
  }

  body.home .circle .italic {
    font-size: 1.5rem;
  }

  body.home .circle .fss {
    font-size: 10px;
  }

  body.home .fv_catch h2 {
    margin: 1em 0px;
    font-size: 1.2rem;
  }

  body.home .fv_catch .price h3 {
    /* font-size: 2rem; */
    margin: 1.1em 0px;
    line-height: 1.4;
  }

  body.home .fv_catch .price h3 .fsb {
    font-size: 1.5em;
  }

  body.home .fv_catch .price p {
    font-size: 1.2rem;
  }

  .toppage section .container .block .thumb h2 {
    font-size: 1.3rem;
    line-height: 1.1em;
    min-height: initial;
  }

  .toppage section .container .block .thumb h2 span {
    font-size: .8rem;
    line-height: 1rem;
    margin-top: 8px;
    letter-spacing: 0px;
  }

  .toppage section .container .block .thumb p {
    padding: 0px;
    left: 10px;
    top: 10px;
    font-size: .8rem;
    min-height: initial;
  }

  .toppage section .container .block h3 {
    font-size: 1em;
    min-height: 55px;
    margin-bottom: .5em;
    padding: 0px 5px;
  }

  .toppage section .container .block p {
    min-height: 90px;
    margin-bottom: 10px;
    padding: 0px 5px;
    font-size: .9rem;
    margin-bottom: 3px;
  }

  .toppage section .container .block .btn {
    width: 100%;
    text-align: center;
    line-height: 1em;
  }

  .toppage section .container .block .btn a {
    font-size: .7rem;
  }

  .toppage section {
    margin-top: 40px;
  }

  .toppage section.cont2_education .three_point .block {
    width: 90%;
    padding: 0px 0px 0px;
  }

  .toppage section.access .accessinfo {
    width: 90%;
  }

  .toppage section .container .block.one .thumb h2 {
    width: 100%;
    margin-bottom: 1em;
  }

  .toppage section.campaign figure {
    height: auto;
  }

  .toppage section.cont2_education .three_point .block .cont h3 {
    font-size: 1.1rem;
  }

  .toppage section.cont2_education .three_point .block .cont p {
    font-size: .8rem;
  }

  .toppage section.service {
    padding: 50px 10px;
  }

  .toppage section .container .block .btn {
    padding: 10px 0;
    width: 90%;
    margin: 0px auto;
    font-size: .9rem;
  }

  .toppage .banner .media {
    margin-bottom: 0px;
  }

  #footer .left .logo {
    max-width: 90px;
  }

  .pagetop {
    right: 10px;
  }

  .toppage section .container .block {
    margin: 0px;
  }

  .toppage section .container .block .thumb.system {
    background-position: 32% top;
  }

  .toppage section .container .block .thumb.about {
    background-position: 47% top;
  }

  .toppage section .container .block .thumb.program {
    background-position: 47% top;
  }

  .toppage section .container .block .thumb.studio {
    background-position: 63% top;
  }

  .toppage section .container .block .thumb.howto {
    background-position: 71% top;
  }

  .toppage section .container .block .thumb.program_hf {
    background-position: 47% top;
  }

  .toppage section .container .block .thumb.program_hf {
    background-position: 47% top;
  }

  .toppage section .container .block .thumb.beforeafter {
    background-position: 47% top;
  }

  .toppage section .container .block .thumb .cap {
    padding: 0px 10px;
    font-size: .8rem;
    margin: 0px 0px 15px;
    line-height: 1.3;
  }

  .toppage section.newstopics {
    padding: 0px 5px;
  }

  body.home .front-loop .front-loop-cont {
    padding: 20px 0;
  }

  .post-loop-wrap.column-archive>article {
    width: 100%;
  }

  article.page .post-content {
    padding: 20px 10px;
    font-size: .9rem;
  }

  .faq .q>h2 {
    font-size: 1rem;
  }

  .faq .q:before {
    margin-left: -5px;
  }

  .studio .info .image {
    width: 100%;
  }

  .studio .info .txt {
    width: 100%;
  }

  .b_a_detail .image .before, .b_a_detail .image .after {
    padding: 0px;
  }

  .subpage.fv {
    margin: 10px auto 0px;
  }

  .products .item_container .item:nth-of-type(2n) .txt_container h2+p {
    text-align: left;
  }

  /* phone end */
}

@media screen and (max-width: 500px) {
  .fv .catch {
    font-size: 2.5vh;
    top: -14%;
  }

  .fv .headerinfo {
    bottom: 0;
  }

  .mv .slide_fade img {
    height: 60vh;
  }

  .toppage .para {
    height: 30vh;
  }

  .mv {
    height: calc(55vh - 0vh);
    margin-top: 160px;
  }

  .toppage .intro h2 {
    margin: 20% 0 15%;
  }

  .toppage section h2 {
    font-size: 20px !important;
    margin-bottom: 0;
  }

  .toppage .column .block .image {
    height: 170px;
  }

  section .btn_area {
    margin: 3% auto 8%;
  }
}

@media screen and (max-width: 414px) {
  #content {
    padding: 0px;
  }

  .toppage .para {
    height: 150px;
  }

  body.home #main_visual {
    background-position: 73% center;
    height: 79vh;
  }

  body.home #main_visual .fukidashi {
    top: 20px;
  }

  body.home #main_visual .fukidashi .ribbon {
    font-size: .9rem;
  }

  body.home #main_visual .btns {
    right: initial;
    left: 10%;
    width: 80%;
    bottom: 150px;
  }

  body.home #main_visual .circle_cont {
    right: initial;
    width: 100%;
    left: 0px;
  }

  .slide_cont .col2 {
    width: 100%;
    padding: 0px;
  }

  .slide_cont .text-container__title {
    font-size: 1.3rem;
    margin: 0px 0px 20px;
    padding: 0px;
  }

  .slide_cont .sec {
    margin-bottom: 40px;
  }

  .post-title {
    font-size: .9rem;
    font-weight: 400;
  }

  .post-content h2 {
    padding: 0px;
    margin: 0px 0px 1em;
  }

  .hikaku .hikakutable thead th {
    width: 60px;
    font-size: .7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px;
    line-height: 1em;
  }

  .hikaku .hikakutable span.fss {
    font-size: .7rem;
    font-weight: normal;
    word-break: keep-all;
  }

  .hikaku .hikakutable span.price {
    font-size: 1rem;
  }

  .hikaku .hikakutable tr td:nth-of-type(1) {
    font-size: 1.1rem;
  }

  .hikaku .hikakutable tbody tr {
    width: calc(100% / 3);
  }

  .studio iframe {
    height: 37vh;
  }
}

@media screen and (max-width: 375px) {

  /* #header.fixed #logo{
    left: 40px;
    } */
  body.home .wrap, .wrap {
    margin: 2px;
  }

  body.home .circle {
    font-size: .8rem;
    margin: 5px 14px;
  }

  body.home #main_visual h2 {
    margin-bottom: 5em;
    font-size: .8rem;
  }

  body.home #main_visual .btns {
    bottom: 120px;
  }
}

@media screen and (max-width: 320px) {
  body.home .circle {
    font-size: .8rem;
    margin: 5px;
  }

  body.home #main_visual h2 {
    font-size: .7rem;
    margin-bottom: 6em;
  }

  .header_info {
    width: 53%;
  }

  .header_info .login, .header_info .contact_btn {
    font-size: 10px;
    padding: 10px 0px;
  }

  body.home #main_visual .btns {
    right: initial;
    left: 12%;
    width: 76%;
    bottom: 120px;
  }

  .single-lp #lp-header.lp .container .fl {
    width: 150px;
  }

  .single-lp #lp-header.lp .container .fr {
    width: 95px;
  }

  .single-lp #lp-header.lp .container .txt {
    margin: 0px;
    font-size: .7rem;
  }

  .toppage section .container .block.one.about .cap .under {
    font-size: 1.4rem;
  }

  .toppage section .container .block.one.about .cap {
    width: 100%;
  }
}
