@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
body {
  font-size: 16px;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  background: #fff;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 51px;
  }
}

.header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .header-inner {
    padding: 0 16px;
  }
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 16px;
  }
}

.page-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: content-box;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .page-inner {
    padding: 0 16px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: "Noto Sans JP", sans-serif;
  transition: 0.3s;
  display: block;
}
a:hover {
  opacity: 0.6;
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
select,
textarea {
  box-shadow: none;
  border: none;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  padding: 0;
  margin: 0;
  outline: none;
  background: #f5f5f5;
  padding: 10px;
}

.header {
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100;
}

.headerLogo {
  max-width: 200px;
}

.header-inner {
  display: flex;
  align-items: center;
}

.header-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.header-nav ul {
  display: flex;
  align-items: center;
}
.header-nav ul li {
  margin-right: 15px;
}
.header-nav ul li a {
  color: #000;
  font-family: "Bebas Neue", cursive;
  font-size: 18px;
}
.header-nav ul li a:hover {
  opacity: 0.6;
}

.header-contact-btn a {
  color: #fff;
  background: #000;
  width: 110px;
  height: 50px;
  line-height: 51px;
  text-align: center;
  font-family: "Bebas Neue", cursive;
  font-size: 18px;
  position: relative;
  transition: 0.3s;
  border: 1px solid #000;
  outline: none;
}
.header-contact-btn a:hover {
  opacity: 1;
  color: #000;
  background: #fff;
}
.header-contact-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  width: 14px;
  height: 1px;
  background: #fff;
  transition: all 0.2s;
}
.header-contact-btn a::after {
  content: "";
  position: absolute;
  top: 43%;
  right: 4px;
  border: 4px solid transparent;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-color: #fff;
  transition: all 0.2s;
}

.top {
  padding: 30px 0;
}

.section {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}

.section-title {
  margin-bottom: 45px;
}
.section-title .en {
  font-family: "Bebas Neue", cursive;
  font-size: 100px;
  line-height: 1;
}
.section-title .ja {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding-left: 40px;
  position: relative;
}
.section-title .ja::before {
  position: absolute;
  content: "";
  top: 53%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 1.5px;
  background: #000;
}
.section-title.white .en {
  color: #fff;
}
.section-title.white .ja {
  color: #fff;
}
.section-title.white .ja::before {
  background: #fff;
}

.section-title-wrap {
  display: flex;
  align-items: center;
}
.section-title-wrap .section-title-wrap-left {
  margin-right: auto;
}

.section-btn a {
  font-family: "Bebas Neue", cursive;
  font-size: 18px;
  color: #fff;
  background: #000;
  padding: 8px 10px 5px;
  text-align: center;
  line-height: 1;
  display: inline-block;
  position: relative;
  border: 1px solid #000;
  outline: none;
  transition: 0.3s;
}
.section-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 14px;
  height: 1px;
  background: #fff;
  transition: all 0.2s;
}
.section-btn a::after {
  content: "";
  position: absolute;
  top: 39%;
  right: 8px;
  border: 4px solid transparent;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-color: #fff;
  transition: all 0.2s;
}
.section-btn a.btnarrow6-a::after {
  top: 38%;
}
.section-btn a:hover {
  opacity: 1;
  color: #000;
  background: #fff;
}
.section-btn a span {
  display: inline-block;
  width: 17px;
  margin-left: 8px;
}
.section-btn a span img {
  vertical-align: middle;
}

.btnarrow6:hover::before {
  background: #000;
  right: 12px;
  width: 18px;
  transition: all 0.2s;
}

.btnarrow6:hover::after {
  right: 4px;
  transition: all 0.2s;
  border-left-color: #000;
}

.btnarrow61:hover::before {
  background: #000;
  right: 9px;
  width: 17px;
  transition: all 0.2s;
}

.btnarrow61:hover::after {
  border-left-color: #000;
  right: 2px;
  transition: all 0.2s;
}

.section-lead {
  margin-bottom: 35px;
  font-weight: 500;
  line-height: 2;
}
.section-lead.white {
  color: #fff;
}
.section-lead .nameimg {
  text-align: right;
  text-align: -webkit-right;
  margin-top: 20px;
}
.section-lead .nameimg .flame {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .section-lead .nameimg .flame {
    width: 200px;
  }
}

.top1 ul {
  display: flex;
  justify-content: space-between;
}
.top1 ul li a:hover {
  opacity: 0.6;
}

.top2 {
  background: linear-gradient(180deg, #3CC8D2 0%, #3CC8D2 70%, #fff 70%, #fff 100%);
}
.top2 ul {
  display: flex;
  justify-content: space-between;
}
.top2 ul li {
  width: 23%;
  position: relative;
}
.top2 ul li a {
  color: #000;
}
.top2 ul li a:hover {
  opacity: 0.6;
}
.top2 ul li .img {
  border-radius: 25px;
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}
.top2 ul li .img img {
  border-radius: 25px;
}
.top2 ul li .title {
  font-weight: bold;
  margin-bottom: -4px;
}
.top2 ul li .price {
  font-family: "Bebas Neue", cursive;
  font-size: 30px;
}
.top2 ul li .price span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
}
.top2 ul li:nth-child(1)::after {
  position: absolute;
  content: "01";
  font-family: "Bebas Neue", cursive;
  top: -45px;
  left: -15px;
  font-size: 80px;
}
.top2 ul li:nth-child(2)::after {
  position: absolute;
  content: "02";
  font-family: "Bebas Neue", cursive;
  top: -45px;
  left: -15px;
  font-size: 80px;
}
.top2 ul li:nth-child(3)::after {
  position: absolute;
  content: "03";
  font-family: "Bebas Neue", cursive;
  top: -45px;
  left: -15px;
  font-size: 80px;
}
.top2 ul li:nth-child(4)::after {
  position: absolute;
  content: "04";
  font-family: "Bebas Neue", cursive;
  top: -45px;
  left: -15px;
  font-size: 80px;
}

.top3 {
  background: linear-gradient(180deg, #fff 0%, #fff 75%, #3CC8D2 75%, #3CC8D2 100%);
}
.top3 .inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.top3 .inner .s-img {
  position: absolute;
  top: -80px;
  left: 10%;
  max-width: 350px;
  z-index: 0;
}
.top3 .left {
  width: 50%;
  position: relative;
  z-index: 1;
}
.top3 .right {
  width: 45%;
}
.top3 .right img {
  border-radius: 25px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
}

.top4 {
  background: linear-gradient(180deg, #3CC8D2 0%, #3CC8D2 85%, #fff 85%, #fff 100%);
  padding-top: 0;
}
.top4 ul {
  display: flex;
  flex-wrap: wrap;
}
.top4 ul li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top4 ul li {
    width: calc(33.333% - 16.6666666667px);
    margin-right: 25px;
  }
  .top4 ul li:nth-child(3n) {
    margin-right: 0;
  }
  .top4 ul li:nth-child(n+4) {
    margin-top: 25px;
  }
}
.top4 ul li a {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  padding: 20px 20px 30px;
  background: #fff;
  color: #000;
  min-height: 208px;
}
@media screen and (max-width: 1070px) {
  .top4 ul li a {
    min-height: 235px;
  }
}
@media screen and (max-width: 767px) {
  .top4 ul li a {
    min-height: initial;
  }
}
.top4 ul li a:hover {
  opacity: 0.6;
}
.top4 ul li:nth-child(2n) a {
  background: #f0fafa;
}
.top4 ul li .heading {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.top4 ul li .heading .icon {
  width: 45px;
  margin-right: 10px;
}
.top4 ul li .heading .title {
  color: #3cc8d2;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.top4 ul li .heading .bottom {
  line-height: 2;
}
.top4 ul li .arrow {
  position: absolute;
  bottom: 10%;
  right: 5%;
  width: 14px;
}

.top5 .right {
  position: relative;
  z-index: 1;
}
.top5 .right .s-img {
  position: absolute;
  max-width: 350px;
  top: 0px;
  right: 0%;
  transform: translateX(-50%);
}
.top5 .inner {
  display: flex;
}
.top5 .inner .left {
  margin-right: 13%;
}
.top5 ul li:first-child a {
  border-top: 1px solid #000;
}
.top5 ul li a {
  padding: 40px 0;
  border-bottom: 1px solid #000;
  position: relative;
  display: flex;
}
.top5 ul li a .arrow {
  width: 36px;
  margin-left: 60px;
}
.top5 ul li a .arrow img {
  vertical-align: middle;
}
.top5 ul li a:hover {
  opacity: 0.6;
}
.top5 ul li a .time {
  font-size: 20px;
  font-weight: bold;
  font-family: "Bebas Neue", cursive;
  color: #3cc8d2;
  margin-right: 40px;
}
.top5 ul li a .title {
  font-size: 16px;
  color: #000;
}

.banner .box {
  background: #3cc8d2;
  border-radius: 30px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
  padding: 30px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .box .left {
  width: 61%;
}
.banner .box .right {
  width: 35%;
}

.top1 .box1 {
  background: url(../img/top1-sample.png) no-repeat center center/cover;
}
.top1 .box2 {
  background: url(../img/top1-sample.png) no-repeat center center/cover;
  position: relative;
}
.top1 ul li {
  width: 48%;
}
.top1 ul li a {
  color: #fff;
}
.top1 ul li .contents .en {
  font-size: 60px;
  font-family: "Bebas Neue", cursive;
  letter-spacing: 2px;
  line-height: 1;
}
.top1 ul li .contents .ja {
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
}
.top1 a {
  display: block;
}
.top1 .box {
  border-radius: 20px;
  border: 5px solid #3cc8d2;
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}
.top1 .box .contents {
  position: relative;
  z-index: 1;
}
.top1 .box::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  content: "";
  background: url(../img/blue-bg2.png) no-repeat center center/cover;
  opacity: 0.7;
}

.bottom-bg {
  background: linear-gradient(180deg, #fff 0%, #fff 22%, #F0FAFA 25%, #F0FAFA 100%);
  position: relative;
}
.bottom-bg .s-img {
  position: absolute;
  top: -65px;
  left: 0;
  max-width: 350px;
  z-index: 0;
  opacity: 0.7;
  pointer-events: none;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .bottom-bg .s-img {
    max-width: 150px;
    top: 10px;
    left: 50%;
  }
}

.footer {
  background: #f0fafa;
  padding: 80px 0;
}
.footer .inner {
  display: flex;
}
.footer .inner .left {
  width: 122px;
  min-width: 122px;
  margin-right: 10px;
}
.footer .inner .center {
  position: absolute;
  top: 44.5%;
  left: 14.2%;
  width: 5%;
}
.footer .inner .right {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
}
.footer .footer-logo {
  margin-bottom: 30px;
}
.footer .footer-logo a:hover {
  opacity: 0.6;
}
.footer .sns {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.footer .sns li {
  margin-right: 5px;
}
.footer .sns li:last-child {
  margin-right: 0;
}
.footer .ul {
  margin-right: 100px;
}
@media screen and (max-width: 1000px) {
  .footer .ul {
    margin-right: 50px;
  }
}
.footer .ul:last-child {
  margin-right: 0;
}
.footer .ul li {
  margin-bottom: 10px;
}
.footer .ul li a {
  font-size: 14px;
  color: #000;
  white-space: nowrap;
}
.footer .ul li:first-child a {
  font-size: 16px;
  font-weight: bold;
}
.footer .ul3 {
  position: relative;
}
.footer .ul3 li a {
  font-weight: bold;
  font-size: 16px;
}
.footer .ul3 .indeline {
  position: absolute;
  bottom: -10%;
  right: 0%;
  width: 100%;
}
.footer .ul3 .products.indeline {
  bottom: -15%;
}

.drawer-icon {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 300;
  transition: transform 0.5s ease 0s;
}
@media screen and (min-width: 768px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-active .drawer-icon-bar1 {
  transform: rotate(-45deg);
  background: #fff;
  top: 8px;
  transition: 0.3s;
}
.drawer-icon.is-active .drawer-icon-bar2 {
  opacity: 0;
  transition: 0.3s;
}
.drawer-icon.is-active .drawer-icon-bar3 {
  transform: rotate(45deg);
  background: #fff;
  top: 8px;
  transition: 0.3s;
}

.drawer-icon-bars {
  width: 25px;
  height: 16px;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  width: 25px;
  height: 2px;
  background: #000;
  top: 0;
  left: 0;
  transition: 0.3s;
}

.drawer-icon-bar1 {
  top: 0;
}

.drawer-icon-bar2 {
  top: 8px;
}

.drawer-icon-bar3 {
  top: 16px;
}

.drawer-content {
  position: fixed;
  top: 0;
  right: 0;
  background: #3cc8d2;
  z-index: 250;
  display: none;
  transition: all 0.5s ease 0s;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.drawer-icon-nav {
  padding: 70px 0px 0px;
}
.drawer-icon-nav ul li a {
  display: block;
  color: #ffffff;
}

.drawer-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 220;
  display: none;
}
.drawer-mask.is-active {
  display: block;
}

@media screen and (max-width: 767px) {
  .headerLogo {
    max-width: 125px;
  }
}
.drawer-icon-nav ul li a {
  color: #fff;
  padding: 20px 20px;
}
.drawer-icon-nav ul li a .en {
  font-size: 40px;
  font-family: "Bebas Neue", cursive;
  line-height: 1;
}
.drawer-icon-nav ul li a .ja {
  font-size: 14px;
  font-weight: bold;
}
.drawer-icon-nav .items a {
  padding: 8px 20px;
  color: #000;
  background: #fff;
}
.drawer-icon-nav .d-ul a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.drawer-icon-nav .d-ul .ja {
  font-weight: 400 !important;
}
.drawer-icon-nav .sns {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  max-width: 120px;
  padding-left: 20px;
  padding-top: 10px;
}
.drawer-icon-nav .sns li {
  margin-right: 5px;
}
.drawer-icon-nav .sns li:last-child {
  margin-right: 0;
}
.drawer-icon-nav .sns li a {
  width: 30px;
  padding: 0;
}
.drawer-icon-nav .sns li a img {
  width: 30px;
}

.ac_header {
  position: relative;
  color: #fff;
  padding: 20px 20px;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s;
}
.ac_header .en {
  font-size: 40px;
  font-family: "Bebas Neue", cursive;
  line-height: 1;
}
.ac_header .ja {
  font-size: 14px;
  font-weight: bold;
}

.ac_inner {
  display: none;
  /* コンテンツは消しておくのがミソ */
}

.drawer-icon-nav .sns {
  padding-top: 20px;
}

/* アイコンの形はここから */
.i_box {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 20px;
  height: 20px;
}

.i_box:before,
.i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

.i_box:before {
  border-top: 2px solid #fff;
  width: 15px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.i_box:after {
  border-left: 2px solid #fff;
  width: 0;
  height: 15px;
  top: 0;
  bottom: 0;
  right: 7px;
  transition: 0.3s;
  /* これがあるからアイコンが優しく動く */
}

.ac_header.open .i_box:after {
  height: 0;
  /* openというクラスがつい時アイコンがどうなるかをを指示している...③ */
}

@media screen and (max-width: 1000px) {
  .top4 ul li .heading .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .top {
    padding: 0;
  }
  .section-title .en {
    font-size: 60px;
  }
  .section-lead {
    margin-bottom: 20px;
  }
  .top1 ul {
    display: block;
  }
  .top1 ul li {
    width: 100%;
  }
  .top1 ul li:first-child {
    margin-bottom: 15px;
  }
  .top1 .box {
    padding: 30px 20px;
  }
  .top2 ul {
    flex-wrap: wrap;
  }
  .top2 ul li {
    width: 45%;
  }
  .top2 ul li:nth-child(n+3) {
    margin-top: 30px;
  }
  .top2 ul li::after {
    font-size: 40px !important;
    top: -25px !important;
  }
  .top3 .inner {
    display: block;
  }
  .top3 .left {
    width: 100%;
  }
  .top3 .right {
    width: 80%;
    margin: 80px auto 0;
    position: relative;
    z-index: 1;
  }
  .top4 {
    padding-top: 50px;
  }
  .top4 ul li {
    margin-bottom: 10px;
  }
  .top4 ul li:last-child {
    margin-bottom: 0;
  }
  .top5 .inner {
    display: block;
  }
  .top5 .inner .left {
    margin-right: 0;
  }
  .top5 ul li a .arrow {
    margin-left: 10px;
    width: 30px;
    min-width: 30px;
  }
  .top5 ul li a {
    padding: 10px 0;
  }
  .top5 .inner .left {
    display: flex;
    align-items: center;
  }
  .section-title-wrap-right {
    margin-left: auto;
  }
  .top5 ul li a .time {
    margin-right: 20px;
  }
  .top5 ul li a {
    display: block;
  }
  .top5 ul li a .arrow {
    margin-left: auto;
  }
  .banner .box {
    padding: 20px;
    display: block;
  }
  .banner .box .left {
    width: 100%;
  }
  .banner .box .right {
    width: 80%;
    margin: 10px auto 0;
  }
  .section-title {
    margin-bottom: 25px;
  }
  .footer .inner {
    display: block;
  }
  .footer .inner .right {
    display: block;
  }
  body {
    overflow-x: hidden;
  }
  .footer .inner .left {
    width: 100%;
  }
  .footer {
    padding: 30px 0;
  }
  .footer .footer-logo {
    max-width: 100px;
    margin: 0 auto 20px;
  }
  .goal {
    max-width: 100px;
    margin: 0 auto 20px;
  }
  .footer .sns {
    max-width: 150px;
    margin: 0 auto 20px;
  }
}
.footer {
  padding-bottom: 0;
}

.footer-bar {
  background: #000;
  padding: 30px 0;
  color: #fff;
}
.footer-bar .inner {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer-bar .inner {
    display: block;
  }
}
.footer-bar .inner .footer_copyright {
  margin-left: auto;
  font-family: "Bebas Neue", cursive;
}
.footer-bar ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer-bar ul {
    display: block;
  }
}
.footer-bar ul li:first-child a {
  padding-left: 0 !important;
}
.footer-bar ul li a {
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
  border-right: 1px solid #fff;
}
.footer-bar ul li:last-child a {
  border-right: none;
}

.heading-inner {
  padding-bottom: 80px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .footer-bar ul li a {
    font-size: 12px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer-bar ul li a {
    padding: 10px 0 !important;
    border-right: none;
  }
  .footer-bar .inner .footer_copyright {
    text-align: center;
    margin-top: 20px;
  }
  .heading-inner {
    padding-bottom: 20px;
  }
}
.page-heading {
  padding: 30px 0;
  position: relative;
}
.page-heading .heading-contents {
  position: absolute;
  top: 56%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
}
.page-heading .heading-contents .en {
  font-family: "Bebas Neue", cursive;
  font-size: 100px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-heading .heading-contents .en {
    font-size: 60px;
  }
}
.page-heading .heading-contents .ja {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding-left: 40px;
  position: relative;
}
.page-heading .heading-contents .ja::before {
  position: absolute;
  content: "";
  top: 53%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 1.5px;
  background: #000;
}

@media screen and (max-width: 767px) {
  .page-heading .heading-contents .ja {
    font-size: 14px;
  }
}
.bread {
  display: none;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .bread {
    padding: 20px 0 0px;
  }
}
.bread a {
  color: #000;
}
.bread a,
.bread span {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .bread a,
  .bread span {
    font-size: 10px;
  }
}
.bread .page-inner {
  display: flex;
  align-items: center;
}
.bread .space {
  margin: 0 10px;
}

.page-section {
  position: relative;
  z-index: 1;
}
.page-section .s-img {
  position: absolute;
  top: -80px;
  right: 0;
  max-width: 400px;
  z-index: -1;
}

.com {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.com .row {
  display: flex;
  padding: 40px 0;
  border-bottom: 2px solid #3cc8d2;
}
@media screen and (max-width: 767px) {
  .com .row {
    display: block;
    padding: 20px 0;
  }
}
.com .row:first-child {
  border-top: 2px solid #3cc8d2;
}
.com .row:last-child {
  border-bottom: none;
}
.com .row .dt {
  width: 230px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .com .row .dt {
    font-size: 16px;
    width: 100%;
  }
}
.com .row .dd {
  width: calc(100% - 230px);
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .com .row .dd {
    width: 100%;
    font-size: 14px;
  }
}

.page-heading .heading-contents {
  z-index: 2;
}

.privacy {
  max-width: 1000px;
  margin: 0 auto;
}
.privacy h2 {
  color: #3cc8d2;
  font-size: 25px;
  font-weight: bold;
  border-bottom: 1px solid #3cc8d2;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .privacy h2 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.privacy p {
  line-height: 2;
  font-weight: 500;
}
.privacy p a {
  display: inline-block;
  text-decoration: underline;
  color: #000;
}

@media screen and (max-width: 767px) {
  .banner {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .banner {
    padding: 60px 0;
  }
}
.sitemap {
  margin: 0 auto;
}
.sitemap .items {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sitemap .items {
    display: block;
  }
}
.sitemap .items .item {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .sitemap .items .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .sitemap .items .item:last-child {
    margin-bottom: 0;
  }
}
.sitemap .items .title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 18px;
  border-bottom: 1px solid #3cc8d2;
  color: #3cc8d2;
}
@media screen and (max-width: 767px) {
  .sitemap .items .title {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.sitemap .items ul li {
  margin-bottom: 10px;
}
.sitemap .items ul li a {
  color: #000;
  font-weight: 500;
}

.page-p {
  line-height: 2;
}
.page-p h3 {
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.page-p a {
  display: inline-block;
  text-decoration: underline;
  color: #000;
}

.page-p-section {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .page-p-section {
    margin-bottom: 30px;
  }
}

.qa .page-p {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .qa .page-p {
    margin-bottom: 30px;
  }
}
.qa h2 {
  font-size: 20px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .qa h2 {
    font-size: 16px;
  }
}
.qa .an {
  display: flex;
}
@media screen and (max-width: 767px) {
  .qa .an {
    font-size: 14px;
  }
}
.qa .an span {
  color: #3cc8d2;
  font-family: "Bebas Neue", cursive;
  font-size: 24px;
  line-height: 1.5;
  margin-right: 15px;
}
.qa h2 span {
  color: #3cc8d2;
  font-family: "Bebas Neue", cursive;
  line-height: 1.5;
  font-size: 24px;
  margin-right: 10px;
}

.top5 .center {
  margin: 0 auto;
}

.single-section .time {
  font-family: "Bebas Neue", cursive;
  font-size: 18px;
  color: #3cc8d2;
  margin-bottom: 20px;
}
.single-section .title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .single-section .title {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.single-section .contents {
  line-height: 2;
}
.single-section .img {
  max-width: 700px;
  margin: 40px auto;
}

.service {
  max-width: initial !important;
}
.service .service-title {
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .service .service-title {
    font-size: 20px;
  }
}
.service .service-title span {
  width: 47px;
  margin-right: 10px;
  display: inline-block;
}
.service .lead {
  margin-bottom: 20px;
}
.service ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .service ul {
    display: block;
  }
}
.service ul li {
  border-radius: 25px;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  padding: 40px 20px 30px;
  background: #fff;
  position: relative;
  z-index: 2;
}
.service ul li p {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .service ul li {
    margin-bottom: 20px;
  }
  .service ul li:last-child {
    margin-bottom: 0;
  }
}
.service ul li .title {
  font-size: 20px;
  font-weight: bold;
  color: #3cc8d2;
  margin-bottom: 10px;
}
.service ul li:nth-child(2n) {
  background: #f0fafa;
}
@media screen and (min-width: 768px) {
  .service ul li {
    width: calc(25% - 18.75px);
    margin-right: 25px;
  }
  .service ul li:nth-child(4n) {
    margin-right: 0;
  }
  .service ul li:nth-child(n+5) {
    margin-top: 25px;
  }
}
.service ul li:nth-child(1)::after {
  content: "01";
  font-family: "Bebas Neue", cursive;
  font-size: 100px;
  position: absolute;
  top: -10px;
  right: 5px;
  color: #E2F5F5;
}
.service ul li:nth-child(2)::after {
  content: "02";
  font-family: "Bebas Neue", cursive;
  font-size: 100px;
  position: absolute;
  top: -10px;
  right: 5px;
  color: #E2F5F5;
}
.service ul li:nth-child(1)::after {
  content: "01";
  font-family: "Bebas Neue", cursive;
  font-size: 100px;
  position: absolute;
  top: -10px;
  right: 5px;
  color: #E2F5F5;
}
.service ul li:nth-child(3)::after {
  content: "03";
  font-family: "Bebas Neue", cursive;
  font-size: 100px;
  position: absolute;
  top: -10px;
  right: 5px;
  color: #E2F5F5;
}
.service ul li:nth-child(4)::after {
  content: "04";
  font-family: "Bebas Neue", cursive;
  font-size: 100px;
  position: absolute;
  top: -10px;
  right: 5px;
  color: #E2F5F5;
}
.service ul li:nth-child(5)::after {
  content: "05";
  font-family: "Bebas Neue", cursive;
  font-size: 100px;
  position: absolute;
  top: -10px;
  right: 5px;
  color: #E2F5F5;
}
.service ul li:nth-child(6)::after {
  content: "06";
  font-family: "Bebas Neue", cursive;
  font-size: 100px;
  position: absolute;
  top: -10px;
  right: 5px;
  color: #E2F5F5;
}
.service ul li:nth-child(7)::after {
  content: "07";
  font-family: "Bebas Neue", cursive;
  font-size: 100px;
  position: absolute;
  top: -10px;
  right: 5px;
  color: #E2F5F5;
}
.service ul li:nth-child(8)::after {
  content: "08";
  font-family: "Bebas Neue", cursive;
  font-size: 100px;
  position: absolute;
  top: -10px;
  right: 5px;
  color: #E2F5F5;
}
.service ul li:nth-child(9)::after {
  content: "09";
  font-family: "Bebas Neue", cursive;
  font-size: 100px;
  position: absolute;
  top: -10px;
  right: 5px;
  color: #E2F5F5;
}

.service ul li .title {
  position: relative;
  z-index: 2;
}

.blue {
  background: #f0fafa;
}

@media screen and (min-width: 768px) {
  .top1 ul li {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .top1 ul li {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.contact-lead {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .contact-lead {
    margin-bottom: 30px;
  }
}

.contact-wrap .row {
  display: flex;
  margin-bottom: 40px;
  align-items: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .contact-wrap .row {
    margin-bottom: 20px;
    display: block;
  }
}
.contact-wrap .row .dt {
  width: 230px;
  font-weight: bold;
  display: flex;
}
@media screen and (max-width: 767px) {
  .contact-wrap .row .dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.contact-wrap .row .dt .required {
  background: #3cc8d2;
  color: #fff;
  font-size: 12px;
  padding: 3px 10px;
  margin-left: 20px;
  max-height: 26px;
}
.contact-wrap .row .dd {
  width: calc(100% - 230px);
}
@media screen and (max-width: 767px) {
  .contact-wrap .row .dd {
    width: 100%;
  }
}
.contact-wrap .row .dd-flex {
  display: flex;
  justify-content: space-between;
}
.contact-wrap .row .dd-flex .item {
  width: 48%;
}

.textarea-row {
  align-items: initial !important;
}
.textarea-row .dt {
  padding-top: 10px;
}

.dd-radio {
  display: flex;
}
.dd-radio label {
  margin-right: 30px;
}

.radio-design {
  position: relative;
  padding-left: 30px;
}
.radio-design::before {
  position: absolute;
  border-radius: 50%;
  border: 1px solid #3cc8d2;
  width: 20px;
  height: 20px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.radio-design::after {
  position: absolute;
  border-radius: 50%;
  border: 1px solid #3cc8d2;
  width: 15px;
  height: 15px;
  background: #3cc8d2;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 2.5px;
  opacity: 0;
}

.wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
}
.wpcf7-list-item-label::before {
  position: absolute;
  border-radius: 50%;
  border: 1px solid #3cc8d2;
  width: 20px;
  height: 20px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.wpcf7-list-item-label::after {
  position: absolute;
  border-radius: 50%;
  border: 1px solid #3cc8d2;
  width: 15px;
  height: 15px;
  background: #3cc8d2;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 2.5px;
  opacity: 0;
}

.dd-radio {
  display: flex;
}
.dd-radio label {
  margin-right: 30px;
}

input[type=radio] {
  position: absolute;
  left: -100%;
  opacity: 0;
}

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

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

textarea {
  height: 200px;
  resize: none;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

input[type=checkbox] {
  position: absolute;
  left: -100%;
  opacity: 0;
}

input[type=checkbox]:checked .wpcf7-list-item::after {
  opacity: 1;
}

input[type=radio]:checked + .wpcf7-list-item::after {
  opacity: 1;
}

.check {
  margin-bottom: 60px;
  padding-left: 30px;
  display: flex;
  justify-content: center;
  position: relative;
}
.check.myClass .wpcf7-list-item::after {
  opacity: 1 !important;
}
.check a {
  display: inline-block;
  color: #000;
  text-decoration: underline;
}
.check .wpcf7-not-valid-tip {
  position: absolute;
  top: 20px;
  left: 0;
  white-space: nowrap;
}

.check .wpcf7-list-item {
  position: relative;
  padding-left: 30px;
}
.check .wpcf7-list-item::before {
  position: absolute;
  border-radius: 50%;
  border: 1px solid #3cc8d2;
  width: 20px;
  height: 20px;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.check .wpcf7-list-item::after {
  position: absolute;
  border-radius: 50%;
  border: 1px solid #3cc8d2;
  width: 15px;
  height: 15px;
  background: #3cc8d2;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 2.5px;
  opacity: 0;
}

.submit input {
  font-family: "Bebas Neue", cursive;
  color: #fff;
  font-size: 18px;
  font-family: "Bebas Neue", cursive;
  background: #3cc8d2;
  display: block;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0;
  cursor: pointer;
}
.submit input:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .dd-radio {
    display: block;
  }
}
.r-title {
  font-size: 30px;
  color: #3cc8d2;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .r-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

.re1 {
  background: #fff;
  position: relative;
}
.re1 .inner {
  position: initial;
}
@media screen and (min-width: 768px) {
  .re1 .right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.re1 .right img {
  box-shadow: none;
  border-radius: 0;
}

.re2 {
  background: #3cc8d2;
}
.re2 .box {
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .re2 .box {
    padding: 15px;
  }
}
.re2 .row {
  border-bottom: 2px solid #000;
  display: flex;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .re2 .row {
    display: block;
  }
}
.re2 .row:last-child {
  border-bottom: none;
}
.re2 .row .dt {
  width: 250px;
  font-weight: bold;
  color: #3cc8d2;
}
.re2 .row .dd {
  width: calc(100% - 250px);
  line-height: 2;
  font-weight: 500;
}

.re3 .img {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .re3 .img {
    margin-bottom: 30px;
  }
}
.re3 ul {
  display: flex;
}
.re3 ul li {
  width: 25%;
}
.re3 ul li .title {
  font-weight: bold;
  color: #3cc8d2;
  text-align: center;
  margin-bottom: 10px;
}
.re3 ul li .text {
  text-align: center;
  padding: 0 25px;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  .re3 ul li .text {
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .min-en {
    font-size: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .re2 .row .dd {
    width: 100%;
  }
  .re2 .row {
    padding: 15px 0;
  }
  .re2 .row .dt {
    margin-bottom: 10px;
  }
  .re3 ul {
    display: block;
  }
  .re3 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .re3 ul li:last-child {
    margin-bottom: 0;
  }
}
.about1 {
  background: #fff;
}
.about1 .left {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .about1 .left {
    width: 100%;
  }
}
.about1 .right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .about1 .right {
    width: 100%;
  }
}
.about1 .right img {
  box-shadow: none;
  border-radius: 0;
}

.a-title {
  color: #fff;
  padding: 35px 100px 35px 0;
  position: relative;
  z-index: 2;
  white-space: nowrap;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .a-title {
    margin-bottom: 20px;
  }
}
.a-title::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -125%;
  width: 250%;
  height: 167px;
  content: "";
  background: #3cc8d2;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .a-title::after {
    height: 80px;
  }
}
.a-title .heading {
  font-size: 46px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .a-title .heading {
    font-size: 30px;
  }
}
.a-title .bottom {
  font-size: 18px;
  font-weight: bold;
}
.a-title .bottom span {
  font-size: 25px;
  font-weight: bold;
}

.about1 .inner {
  position: relative;
  z-index: 10;
}

.about2 {
  max-width: initial;
}

.bene {
  font-family: "Bebas Neue", cursive;
  font-size: 18px;
}

@media screen and (min-width: 768px) {
  .m-section {
    padding-top: 0;
  }
}

.about1 .right {
  position: relative;
  z-index: 0;
}

.map {
  width: 100%;
  padding-top: 40%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .map {
    padding-top: 75%;
  }
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about2 .row {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .about2 .row {
    padding: 25px 0;
  }
}

.top-b {
  border-top: 2px solid #3cc8d2 !important;
}

.bottom-b {
  border-bottom: 2px solid #3cc8d2 !important;
}

.service .inner {
  max-width: 1200px;
}

@media screen and (min-width: 768px) {
  .sp-text {
    font-size: 17px !important;
  }
}
.submit {
  text-align: center;
}

.submit-wrap {
  display: inline-block;
  width: 100%;
  max-width: 200px;
  position: relative;
}
.submit-wrap::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8%;
  background: url(../img/arrow-white.png) no-repeat center center/cover;
  width: 20px;
  height: 7px;
  content: "";
}

@media screen and (max-width: 767px) {
  .page-heading img {
    width: 160%;
  }
  .top1 ul li {
    width: 107%;
  }
  .banner {
    padding-bottom: 30px;
  }
  .footer .ul {
    margin-bottom: 30px;
  }
  .footer .ul:last-child {
    margin-bottom: 0;
  }
  .top2 ul {
    padding-left: 10px;
  }
}
body,
html {
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  .top1 ul {
    width: 104%;
  }
}
body {
  opacity: 0;
  transition: opacity 2s ease;
}

html {
  scroll-behavior: smooth;
}

.top5 .right {
  width: 100%;
}

.top5 ul li:first-child a {
  position: relative;
}

.top5 ul li a .title {
  width: 100%;
}

.single-section .contents figure {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}
@media screen and (max-width: 767px) {
  .single-section .contents figure {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

.pagination {
  margin-top: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .pagination {
    margin-top: 30px;
  }
}
.pagination span {
  background: #3cc8d2;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0 10px;
  line-height: 27px;
}
.pagination a {
  color: #3cc8d2;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0 10px;
  line-height: 27px;
}
.pagination .next img {
  vertical-align: baseline;
  vertical-align: middle;
}
.pagination .prev img {
  vertical-align: baseline;
  vertical-align: middle;
}

.post-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .post-navigation {
    margin-top: 30px;
  }
}

.nav-next {
  width: 36px;
}
.nav-next img {
  transform: rotate(180deg);
}

.nav-previous {
  width: 36px;
}

.max800 {
  max-width: 950px;
  margin: 0 auto;
}

.bread .page-inner {
  flex-wrap: wrap;
}

.wpcf7-list-item {
  margin-left: 0 !important;
}

.wpcf7-spinner {
  display: none !important;
}

.required {
  position: relative;
  top: 4px;
}
.required p {
  position: relative;
  top: -2px;
}

.check .wpcf7-list-item::before {
  transform: translateY(-76%);
}

.check .wpcf7-list-item::after {
  transform: translateY(-83%);
}

.check {
  padding-left: 0;
}

.product-category {
  position: relative;
  padding: 50px 0;
}
.product-category .s-img {
  position: absolute;
  top: -280px;
  right: 0;
  max-width: 300px;
  z-index: -1;
}
.product-category ul {
  display: flex;
  flex-wrap: wrap;
}
.product-category ul li {
  display: flex;
  justify-content: space-between;
  padding: 25px;
  border: 1px solid #3cc8d2;
}
@media screen and (min-width: 768px) {
  .product-category ul li {
    width: calc(50% - 20px);
    margin-right: 40px;
    border-radius: 20px;
  }
  .product-category ul li:nth-child(2n) {
    margin-right: 0;
  }
  .product-category ul li:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .product-category ul li {
    width: calc(50% - 5px);
    margin-right: 10px;
    border-radius: 10px;
    display: block;
    padding: 10px;
  }
  .product-category ul li:nth-child(2n) {
    margin-right: 0;
  }
  .product-category ul li:nth-child(n+3) {
    margin-top: 10px;
  }
}
.product-category ul li .img {
  width: 37%;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .product-category ul li .img {
    width: 100%;
    margin-bottom: 7px;
  }
}
.product-category ul li .img .img-wrap {
  position: relative;
  padding-top: 67%;
}
.product-category ul li .img img {
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-category ul li .contents {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .product-category ul li .contents {
    width: 100%;
  }
}
.product-category ul li .contents .title {
  font-weight: 600;
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .product-category ul li .contents .title {
    font-size: 14px;
  }
}
.product-category ul li .contents .price {
  font-size: 30px;
  font-weight: 600;
  font-family: "Bebas Neue", cursive;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .product-category ul li .contents .price {
    font-size: 20px;
  }
}
.product-category ul li .contents .price span {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .product-category ul li .contents .price span {
    font-size: 12px;
  }
}
.product-category ul li .contents .btn {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .product-category ul li .contents .btn {
    text-align: center;
  }
}

/*メイン画像下に余白をつける*/
.gallery {
  margin: 0 0 5px 0;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute;
  /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer;
  /*マウスカーソルを指マークに*/
  outline: none;
  /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #ccc;
  /*矢印の色*/
  border-right: 2px solid #ccc;
  /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/
.choice-btn li {
  cursor: pointer;
  outline: none;
}

.choice-btn li img {
  opacity: 0.4;
  /*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img {
  opacity: 1;
  /*選択されているものは透過しない*/
}

.choice-btn .slick-track {
  transform: unset !important;
  /*画面幅サイズ変更に伴うサムネイル固定*/
}

.single-products {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .single-products {
    padding-top: 30px;
  }
}
.single-products .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .single-products .flex {
    display: block;
  }
}
.single-products .flex .left {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .single-products .flex .left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.single-products .flex .right {
  width: 51%;
}
@media screen and (max-width: 767px) {
  .single-products .flex .right {
    width: 100%;
  }
}
.single-products .p-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .single-products .p-title {
    font-size: 20px;
  }
}
.single-products .p-price {
  font-size: 34px;
  font-family: "Bebas Neue", cursive;
  font-weight: 600;
  margin-bottom: 40px;
}
.single-products .p-price span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}

.gallery {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .gallery {
    margin-bottom: 10px;
  }
}
.gallery li .wrap1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .gallery li {
    border-radius: 10px;
  }
}
.gallery li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .gallery li img {
    border-radius: 10px;
  }
}

.choice-btn li {
  padding-right: 10px;
}
.choice-btn li:nth-child(4n) {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .choice-btn li {
    padding-right: 5px;
  }
  .choice-btn li:nth-child(4n) {
    padding-right: 0;
  }
}
.choice-btn li .wrap {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 10px;
}
.choice-btn li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.p-btn-area {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-btn-area {
    margin-bottom: 20px;
  }
}

.spinner-container {
  margin-right: 20px;
  max-width: 200px;
  width: 100%;
  position: relative;
}
.spinner-container .spinner-sub {
  position: absolute;
  left: 10px;
  transform: translateY(-50%);
  top: 50%;
  padding: 5px;
  cursor: pointer;
  font-size: 20px;
}
.spinner-container .spinner-add {
  font-size: 20px;
  cursor: pointer;
  padding: 5px;
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
}
.spinner-container input {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-size: 18px;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.p-btn {
  width: 100%;
  max-width: 200px;
}
.p-btn a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  display: block;
  background: #3cc8d2;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .p-btn a {
    font-size: 15px;
  }
}

.p-text {
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .single-products .p-price {
    margin-bottom: 20px;
  }
}
.page-heading .heading-contents .ja {
  line-height: 1.3;
}

.product-category ul li .contents .title {
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .p-btn-area {
    text-align: center;
    margin: 0 auto 20px;
    justify-content: center;
  }
}

.top {
  position: relative;
  padding: 0;
}
.top .center {
  position: absolute;
  max-width: 550px;
  aspect-ratio: 1;
  margin: 0 auto;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .top .center {
    max-width: 150px;
  }
}
.top .heading {
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
  animation: bgroop 200s linear infinite;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .top .heading {
    height: 100px;
    margin-bottom: 10px;
  }
}
.top .heading img {
  width: auto;
  height: 100%;
}
.top .bottom {
  width: 100%;
  height: 300px;
  animation: bgroop2 200s linear infinite;
}
@media screen and (max-width: 767px) {
  .top .bottom {
    height: 100px;
  }
}
.top .bottom img {
  width: auto;
  height: 100%;
}

.page-heading .heading-contents {
  top: 50%;
}

.page-heading-img {
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
  animation: bgroop 200s linear infinite;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-heading-img {
    height: 150px;
  }
}
.page-heading-img img {
  width: auto;
  height: 100%;
}
@keyframes bgroop {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-6042px);
  }
}
@keyframes bgroop2 {
  from {
    transform: translateX(-6042px);
  }
  to {
    transform: translateX(0);
  }
}
@media screen and (max-width: 767px) {
  @keyframes bgroop {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-2042px);
    }
  }
  @keyframes bgroop2 {
    from {
      transform: translateX(-2042px);
    }
    to {
      transform: translateX(0);
    }
  }
}
.banner .section-btn33 div {
  font-family: "Bebas Neue", cursive;
  font-size: 18px;
  color: #fff;
  background: #000;
  padding: 8px 10px 5px;
  text-align: center;
  line-height: 1;
  display: inline-block;
}
.banner .section-btn33 div span {
  display: inline-block;
  width: 17px;
  margin-left: 8px;
}
.banner .section-btn33 div span img {
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .top3 .inner .s-img {
    top: -103px;
  }
}
.top4 ul li .arrow {
  position: absolute;
  bottom: 4%;
  right: 4%;
  width: 14px;
}
.top4 ul li .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 14px;
  height: 1px;
  background: #000;
  transition: all 0.2s;
}
.top4 ul li .arrow::after {
  content: "";
  position: absolute;
  top: 35%;
  right: 8px;
  border: 4px solid transparent;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-color: #000;
  transition: all 0.2s;
}

.top5 ul li a {
  position: relative;
}
.top5 ul li a .title, .top5 ul li a .time {
  transition: 0.3s;
}
.top5 ul li a:hover {
  opacity: 1;
}
.top5 ul li a:hover::before {
  right: 10px;
  width: 18px;
  transition: all 0.2s;
}
.top5 ul li a:hover::after {
  right: 2px;
  transition: all 0.2s;
}
.top5 ul li a:hover .title, .top5 ul li a:hover .time {
  opacity: 0.3;
  transition: 0.3s;
}
.top5 ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 14px;
  height: 1px;
  background: #3cc8d2;
  transition: all 0.2s;
}
.top5 ul li a::after {
  content: "";
  position: absolute;
  top: 50.5%;
  transform: translateY(-50%);
  right: 6px;
  border: 4px solid transparent;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-color: #3cc8d2;
  transition: all 0.2s;
}

.btnarrow1:hover:hover .arrow::before {
  right: 12px;
  width: 18px;
  transition: all 0.2s;
}

.btnarrow1:hover:hover .arrow::after {
  right: 4px;
  transition: all 0.2s;
}

.top4 ul li .arrow::after {
  top: 35.5%;
}

.top1 ul,
.top2 ul,
.top2 .section-btn,
.section-lead,
.top3 .section-title-wrap-right,
.top4 .section-title-wrap-right,
.top5 .section-title-wrap-right,
.top3 .right,
.top5 ul,
.top4 ul,
.banner,
.product-category ul,
.single-products .flex,
.service ul,
.service .lead,
.a-title,
.add-ani,
.map,
.single-section,
.contact-lead,
.page-p-section,
.qa .inner,
.re2 .box,
.re3 .wrap,
.sitemap2 .items,
.sitemap2 .inner,
.page-p3 {
  opacity: 0;
}
.top1 ul.is-show,
.top2 ul.is-show,
.top2 .section-btn.is-show,
.section-lead.is-show,
.top3 .section-title-wrap-right.is-show,
.top4 .section-title-wrap-right.is-show,
.top5 .section-title-wrap-right.is-show,
.top3 .right.is-show,
.top5 ul.is-show,
.top4 ul.is-show,
.banner.is-show,
.product-category ul.is-show,
.single-products .flex.is-show,
.service ul.is-show,
.service .lead.is-show,
.a-title.is-show,
.add-ani.is-show,
.map.is-show,
.single-section.is-show,
.contact-lead.is-show,
.page-p-section.is-show,
.qa .inner.is-show,
.re2 .box.is-show,
.re3 .wrap.is-show,
.sitemap2 .items.is-show,
.sitemap2 .inner.is-show,
.page-p3.is-show {
  animation: fade 0.7s ease 0.4s forwards;
}

.re1 .right {
  opacity: 0;
}
.re1 .right.is-show {
  animation: fade1 0.7s ease 0.4s forwards;
}

@keyframes fade {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes fade1 {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}/*# sourceMappingURL=style.css.map */