@charset "utf-8";

/* Define
--------------------------------------*/
:root {
  --maincolor: #7fc7be;
  --secondcolor: #9dd4cd;
  --hovercolor: #3ba1bc;
  --subcolor: #1d92e7;
  --lighter: #d9e4ef;
  --marker: #fffe26;
}


/* Reset
--------------------------------------*/
html {
  color: #000;
  background: #FFF
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

fieldset,
img {
  border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal
}

ol,
ul {
  list-style: none
}

caption,
th {
  text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal
}

q:before,
q:after {
  content: ''
}

abbr,
acronym {
  border: 0;
  font-variant: normal
}

sup {
  vertical-align: text-top
}

sub {
  vertical-align: text-bottom
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%
}

legend {
  color: #000
}

#yui3-css-stamp.cssreset {
  display: none
}



/* ----------------------------------------------------------------------------
  COMMON
----------------------------------------------------------------------------*/

html {
  scroll-behavior: smooth;
  scroll-padding-top: 58px;
  position: relative;
  word-break: break-all;
}

body {
  font-family: 'Noto Sans JP', 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  position: relative;
}

body.active {
  overflow-y: hidden;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #000;
}

p {
  word-break: break-all;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
  text-align: -internal-center;
}

td {
  display: table-cell;
  vertical-align: inherit;
}

strong {
  font-weight: bold;
}

.notoserif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.notosans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.mplus {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-rounded-1c-thin {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.m-plus-rounded-1c-light {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.m-plus-rounded-1c-regular {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-rounded-1c-medium {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.m-plus-rounded-1c-bold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.m-plus-rounded-1c-extrabold {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.m-plus-rounded-1c-black {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.ibm-plex-sans-jp-regular {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ibm-plex-sans-jp-bold {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}


/* @font-face {
  font-family: 'Original';
  src: url(../font/BloxhallSample.ttf);
}

@font-face {
  font-family: 'Original2';
  src: url(../font/Coves.otf);
} */


.inner {
  width: 70%;
  max-width: 800px;
  margin: 0 auto;
}

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

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

/* .pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.onlySp {
  display: none !important;
}

.exceptSp {
  display: block !important;
} */

.none {
  display: none !important;
}

.fade_up {
  transform: translateY(30px);
  transition: all ease .4s;
  opacity: 0;
  -webkit-transform: translateY(30px);
  -webkit-transition: all ease .4s;
  perspective: 1000;
}

.fade_up.scrolled {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.fade_left {
  transform: translateX(-30px);
  opacity: 0;
  transition: all ease 0.4s;
}

.fade_left.scrolled {
  opacity: 1;
  transform: translateX(0px);
}

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

.hidden {
  display: none;
}

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 40px;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* navigation */
#header #nav {
  align-items: center;
}

#header #nav li {
  text-align: center;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
}

#header #nav li a {
  color: #fff;
  display: block;
  padding: 4px 8px;
  letter-spacing: .15em;
  box-sizing: border-box;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  position: relative;
}

#header #nav li a:hover {
  opacity: .8;
}

#header #nav li small {
  display: block;
  font-size: 1rem;
}


#header #spNav {
  position: absolute;
  z-index: 1000;
  right: 14px;
  top: 24px;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  cursor: pointer;
}

#header #spNav .toggle {
  display: block;
  position: relative;
  width: 1.75rem;
  height: 1.5rem;
}

#header #spNav .toggle i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#header.show #spNav .toggle i {
  background-color: #fff;
}

#header #spNav .toggle i:nth-child(1) {
  top: 0;
}

#header #spNav .toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

#header #spNav .toggle i:nth-child(3) {
  bottom: 0;
}

#header.show .toggle i:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
  -webkit-transform: translateY(10px) rotate(-45deg);
}

#header.show .toggle i:nth-child(2) {
  opacity: 0;
}

#header.show .toggle i:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
  -webkit-transform: translateY(-12px) rotate(45deg);
}

#header #spMenu {
  position: fixed;
  z-index: -100;
  display: block;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  opacity: 0;
  visibility: hidden;
}

#header.show #spMenu {
  opacity: 1;
  visibility: visible;
  z-index: 900;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--secondcolor);
  display: flex;
  align-items: center;
  justify-content: center;
}

#header #spMenu ul {
  display: none;
}

#header.show #spMenu ul {
  display: block;
  width: 80%;
  box-sizing: border-box;
}

#header #spMenu a {
  display: block;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 400;
  padding: .6% 0;
  letter-spacing: .07em;
  display: block;
  margin-bottom: .4%;
}

#header.show #spMenu ul#snsNavSp {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}

#snsNavSp li {
  width: 8%;
  padding-right: 20px;
}

.h__logo img {
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

.h__logo img:hover {
  opacity: .7;
}


/* topBtn */
#topBtn.show {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

#topBtn {
  opacity: 0;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  position: fixed;
  z-index: 100;
  right: 4px;
  bottom: 20px;
  padding: 2px;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

#topBtn a {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-size: 10px;
  background-position: 53%;
  box-sizing: border-box;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  border: 1px solid #fff;
}

#topBtn a:hover {
  opacity: .7;
}

/* popup */
.lum-lightbox-image-wrapper img {
  width: 70% !important;
  max-height: 70vh !important;
  object-fit: contain;
  margin: 0 auto;
}

.lum-gallery-button {
  display: none !important;
}

/* slick */
.slick-dots li button:before {
  font-size: 40px !important;
}

.slick-dots {
  bottom: 25px !important;
}

.slick-dots li button:before {
  color: #fff !important;
}

.slick-dots li.slick-active button:before {
  color: #fff !important;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}


/* ----------------------------------------------------------------------------
  ORIGINAL
----------------------------------------------------------------------------*/

/* HEADER
--------------------------------------*/

#header {
  background: #fff;
  width: 100%;
  z-index: 1000;
  padding-bottom: 10px;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
}

.h__info {
  color: #fff;
  background: var(--maincolor);
  font-size: .8rem;
  letter-spacing: .05em;
  padding: 4px;
  box-sizing: border-box;
  text-align: center;
}

.h__ul {
  width: 56%;
  margin: 0 auto;

}

.h__box {
  width: 100%;
  margin: 0 auto;
  transition: all ease .4s;
  -webkit-transition: all ease .4s;
  align-items: center;
}

.h__box li {
  width: calc(100% / 6);
  text-align: center;
  box-sizing: border-box;
}

.h__box a {
  display: block;
  font-size: 1rem;
  letter-spacing: .1em;
  font-weight: 300;
  color: #000;
  padding: 12px 0;
  transition: all ease .4s;
}

.h__box a:hover {
  opacity: .7;
}

.h__box a small {
  display: block;
  font-size: .6rem;
}

.h__logo {
  width: 30%;
  max-width: 320px;
  padding: 34px 0;
  padding-right: 60px;
  margin: 0 auto;
  box-sizing: border-box;
  transition: all ease .4s;
}



/* SLIDER
--------------------------------------*/
#slider {
  position: relative;
}

.slider__img {
  width: 100%;
  height: calc(100vh - 200px);
  object-fit: cover;
}

.slider__li {
  position: relative;
}

.slider__catch {
  display: none;
  width: 100%;
  text-align: center;
  font-size: 3rem;
  letter-spacing: .3em;
  text-shadow: 1px 1px 1px #000;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.slider__catch span {
  display: block;
  margin-top: 10px;
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: .2em;
}


/* FOOTER
--------------------------------------*/

#footer {
  background: #fff;
  padding: 80px 0 10px;
  position: relative;
}

.f__logo {
  width: 54%;
  margin: 0px auto 40px;
}

.f__ttl {
  color: #333333;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.f__box {
  border: 1px solid #b3b3b3;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  max-height: 160px;
  margin-bottom: 40px;
  overflow-y: scroll;
  position: relative;
  z-index: 1000;
}

.f__btn {
  margin-bottom: 60px;
}

.f__btn a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  display: block;
  width: 100%;
  background: orange;
  border-radius: 8px;
}

.footer__txt1 {
  color: #333333;
  font-size: 17px;
  line-height: 160%;
  letter-spacing: -.03em;
  box-sizing: border-box;
  margin-bottom: 10px;
  text-align: center;
}

.footer__txt2 {
  color: #333333;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -.03em;
  box-sizing: border-box;
  margin-bottom: 10px;
}


/* COMMON
--------------------------------------*/

.cmn h1 {
  color: var(--maincolor);
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: .06em;
  font-family: "Antic Didone", serif;
  font-weight: 400;
  font-style: normal;
}

.cmn h2 {
  color: #000;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: .06em;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: "Antic Didone", serif;
  font-weight: 400;
  font-style: normal;
}

.cmn h2::after {
  content: '';
  width: 6%;
  height: 1px;
  background: var(--maincolor);
  position: absolute;
  left: 0;
  bottom: -20px;
}

.cmn h3 {
  color: #3c998d;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .05em;
  margin-top: 40px;
  margin-bottom: 14px;
  font-family: "Antic Didone", serif;
  font-weight: 400;
  font-style: normal;
}

.cmn p {
  color: #6c7169;
  font-size: .93rem;
  font-weight: 300;
  line-height: 280%;
  margin-bottom: 30px;
  letter-spacing: .04em;
  transition-delay: .3s;
}

.cmn img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

.cmn__ttl__en {
  color: #242222;
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: .08em;
  margin-bottom: 8px;
}

.cmn__ttl__en::first-letter {
  color: #2ab7a3;
}

.cmn__ttl__en.ver2 {
  text-align: center;
}

.cmn__ttl__en.ver3 {
  font-size: 2.1rem;
  border-left: 4px solid var(--maincolor);
  padding: 10px 0 10px 24px;
}

.cmn__ttl__en.ver3 span {
  font-size: .9rem;
  margin-left: 20px;
}

.cmn__ttl {
  color: #a0a0a0;
  font-size: .8rem;
  margin-bottom: 30px;
}

.cmn__ttl.ver2 {
  text-align: center;
}

.cmn__txt {
  color: #6c7169;
  font-size: .93rem;
  font-weight: 300;
  line-height: 280%;
  margin-bottom: 30px;
  letter-spacing: .04em;
  transition-delay: .3s;
}

.cmn__txt.ver2 {
  width: 80%;
  color: #fff;
  line-height: 170%;
  font-size: .9rem;
}

.cmn__btn {
  text-align: center;
}

.cmn__btn a {
  position: relative;
  color: #242222;
  font-size: 1.2rem;
  letter-spacing: .05em;
}

.cmn__btn a img {
  display: inline-block;
  width: 40px;
  position: absolute;
  right: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.cmn__btn.ver2 {
  margin-top: 60px;
  text-align: right;
  margin-right: 60px;
}

.cmn__btn.ver2 a {
  position: relative;
  color: #6c7169;
  font-size: 1rem;
  letter-spacing: .05em;
}

.cmn__btn.ver3 a {
  position: relative;
  color: #fff;
  font-size: 1rem;
  letter-spacing: .05em;
  background: #6ecebb;
  border-radius: 60px;
  display: inline-block;
  padding: 18px 70px;
  transition: all ease .4s;
}

.cmn__btn.ver3 a:hover {
  opacity: .8;
}

.cmn__dl {
  color: #272924;
  border-bottom: 1px solid #eae6e2;
}

.cmn__dt {
  width: 30%;
  padding: 15px 0;
  padding-left: 50px;
  box-sizing: border-box;
  font-size: .96rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: .04em;
}

.cmn__dd {
  width: 70%;
  padding: 15px 0;
  box-sizing: border-box;
  font-size: .96rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: .05em;
}

.cmn_plus {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: .75em;
  height: 0.05em;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
}

.cmn_plus::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
  transition: all ease .4s;
}

.open .cmn_plus::before {
  transform: rotate(180deg);
}

.cmn__acArea {
  opacity: 0;
  visibility: hidden;
  height: 0;
  padding: 0 40px;
  transition: all ease .4s;
}

.cmn__acArea.open {
  opacity: 1;
  visibility: visible;
  height: auto;
  overflow: hidden;
  padding: 100px 40px;
}


/* mv
--------------------------------------*/

#mv img {
  display: block;
  width: 100%;
}


/* pop
--------------------------------------*/

#pop {
  padding: 60px 0 40px;
  background: url(../img/bgItem1.png) no-repeat, #ffecaa;
  background-size: 100% auto;
  background-position: center bottom;
}

.pop__ul li {
  width: 50%;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.pop__ul li:nth-child(1) {
  padding-left: 20px;
  padding-right: 4px;
}

.pop__ul li:nth-child(2n) {
  padding-right: 20px;
  margin-top: 40px;
  margin-bottom: 0;
  transition-delay: .3s;
}


/* apply
--------------------------------------*/

#apply {
  padding: 80px 0 120px;
  background: url(../img/bgItem2.png) no-repeat, #fff4d6;
  background-size: 100% auto;
  background-position: center bottom;
}

.apply__ttl img {
  width: auto;
  height: 39px;
  object-fit: contain;
  margin: 0 auto 40px;
}

.apply__txt1 {
  color: #333333;
  font-size: 18px;
  text-align: center;
  line-height: 170%;
  letter-spacing: -.08em;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.apply__txt2 {
  color: #333333;
  font-size: 15px;
  text-align: center;
  line-height: 170%;
  letter-spacing: -.08em;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.apply__img1 {
  width: 60%;
  margin: 0 auto 20px;
}

.apply__img1 img {
  width: 100%;
}

.apply__img2 {
  width: 90%;
  margin: 0 auto 20px;
}

.apply__img2 img {
  width: 100%;
}


/* prize
--------------------------------------*/

#prize {
  padding: 40px 0 60px;
  background: url(../img/bgItem3.png) no-repeat, #ffecaa;
  background-size: 100% auto;
  background-position: center bottom;
  position: relative;
}

.prize__ttl {
  position: absolute;
  left: 0;
  right: 0;
  width: 30%;
  margin: 0 auto;
  top: -90px;
}

.prize__ttl img {
  display: block;
  width: 100%;
}

.prize__item img {
  width: 100%;
  margin-bottom: 60px;
}

.prize__item:nth-of-type(2) img {
  margin-bottom: 30px;
}

.prize__txt1 {
  color: #333333;
  font-size: 12px;
  text-align: left;
  line-height: 130%;
  letter-spacing: -.08em;
  box-sizing: border-box;
  margin-bottom: 20px;
}


/* area
--------------------------------------*/

#area1 {
  padding: 80px 0;
  background: url(../img/bgItem4.png) no-repeat, #fff4d6;
  background-position: center bottom;
  background-size: 100% auto;
}

.area__list {
  background: url(../img/product.png) no-repeat;
  background-size: contain;
  background-position: left top;
  padding-left: 90px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.area__ttl img {
  width: auto;
  height: 39px;
  object-fit: contain;
  margin: 0 auto 40px;
}

.area__ul li {
  font-weight: bold;
  color: #ef8200;
  background: #fff;
  width: calc(100% / 4.3);
  text-align: center;
  padding: 3px 0;
  margin-bottom: 10px;
  border: 1px solid #ef8200;
  border-radius: 4px;
  box-sizing: border-box;
}

.area__ul li.active {
  color: #fff;
  background: #ef8200;
}

.area__ul li:nth-child(5) {
  margin-bottom: 0;
}

.area__ul li:nth-child(6) {
  margin-bottom: 0;
}

.area__ul li:nth-child(7) {
  margin-bottom: 0;
}

.area__ul li:nth-child(8) {
  margin-bottom: 0;
}

.area__ul2 li {
  box-sizing: border-box;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  background: url(../img/beans.png) no-repeat, rgb(239 130 0);
  background-size: 14px;
  background-position: 8px center;
  text-align: center;
  border-radius: 4px;
  padding: 2px;
  box-sizing: border-box;
  margin-bottom: 5px;
}

.area__ul2 li:last-child {
  margin-bottom: 0px;
}

.tabArea {
  display: none;
  border: 1px solid #ef8200;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
  /* max-height: 250px;
  overflow: scroll; */
}

.tabArea.active {
  display: block;
}

/* .tabArea.active p {
  word-break: keep-all;
} */

.area__txt1 {
  color: #333333;
  font-size: 12px;
  text-align: left;
  line-height: 130%;
  letter-spacing: -.04em;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-top: 4px;
}

.area__txt2 {
  color: #333333;
  font-size: 15px;
  text-align: center;
  line-height: 160%;
  letter-spacing: -.04em;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-top: 4px;
}

.area__txt3 {
  color: #333333;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -.08em;
  box-sizing: border-box;
  margin-bottom: 20px;
}


/* senkyo
--------------------------------------*/

#senkyo {
  padding: 40px 0 80px;
  background: url(../img/bgItem5.png) no-repeat, #fff;
  background-position: center bottom;
  background-size: 100% auto;
}

.senkyo__ttl img {
  width: auto;
  height: 39px;
  object-fit: contain;
  margin: 0 auto 40px;
}

.senkyoTxt1 {
  width: 90%;
  margin: 0 auto 20px;
}

.senkyoTxt1 img {
  width: 100%;
}

.senkyoTxt2 {
  width: 86%;
  margin: 0 auto 30px;
}

.senkyoTxt2 img {
  width: 100%;
}

.senkyoTxt3 {
  width: 90%;
  margin: 0 auto 30px;
}

.senkyoTxt3 img {
  width: 100%;
}

.senkyo__txt1 {
  color: #1d2087;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: -.03em;
  box-sizing: border-box;
  margin-bottom: 30px;
  text-align: center;
}

.senkyo__txt2 {
  color: #1d2087;
  font-size: 13px;
  line-height: 160%;
  letter-spacing: -.03em;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.senkyo__txt3 {
  color: #1d2087;
  font-size: 13px;
  line-height: 160%;
  letter-spacing: -.03em;
  box-sizing: border-box;
  margin-bottom: 30px;
  text-align: center;
}

.senkyo__txt4 {
  color: #1d2087;
  font-size: 13px;
  line-height: 160%;
  letter-spacing: -.03em;
  box-sizing: border-box;
  margin-bottom: 30px;
  text-align: center;
}

.senkyo__txt2 span {
  font-weight: bold;
  color: #ef8200;
}

.senkyo__txt2 small {
  font-size: 12px;
}

.cmn__desc {
  color: #333333;
  font-size: .96rem;
  font-weight: 500;
  text-align: center;
  line-height: 170%;
  letter-spacing: -.08em;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.cmn__desc.bold {
  font-weight: 700;
}

.cmn__desc.mid {
  font-size: 1.1rem;
}

.cmn__desc.ver2 {
  text-align: left;
}

.cmn__desc.ver3 {
  padding: 2px 0;
  text-align: left;
}

.cmn__desc span {
  color: #ef8200;
}

.cmn__desc.blue {
  color: #1d2087;
}

.senkyo__map {
  width: 100%;
  margin: 0 auto 30px;
}

.senkyo__gift {
  width: 100%;
  margin: 0 auto 30px;
}

.lp__btn {
  width: 100%;
  margin: 0 auto 30px;
  transition: all ease .4s;
}

.lp__btn.mb10 {
  margin: 0 auto 10px;
}

.lp__btn:hover {
  opacity: .8;
}


/* insta
--------------------------------------*/

#insta {
  padding: 50px 0 100px;
  background: url(../img/bgItem6.png) no-repeat, #fff4d6;
  background-position: center bottom;
  background-size: 100% auto;
  overflow: hidden;
}

.insta__ttl img {
  width: auto;
  height: 39px;
  object-fit: contain;
  margin: 0 auto 40px;
}

.slick-slide {
  margin-right: 1vw !important;
  margin-left: 1vw !important;
}

.slick-list {
  overflow: visible !important;
  transition: all ease .4s;
}

.slick-slide {
  margin-inline: 10px;
  transition: all 0.3s ease;
  transform: scale(0.9);
}

.slick-slide.slick-current,
.slick-slide.is-active-next {
  transform: scale(1);
}


/* contact
--------------------------------------*/

#contact {
  padding: 40px 0 80px;
  background: #fff4d6;
}

.contact__ttl {
  width: 40%;
  margin: 0 auto 20px;
}

.contact__ttl img {
  display: block;
  width: 100%;
}

.contact__txt1 {
  color: #333333;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -.08em;
  box-sizing: border-box;
  margin-bottom: 20px;
}

input,
textarea,
select {
  width: 100%;
  box-sizing: border-box;
}

input {
  padding: 6px 16px;
  border: none;
  border-radius: 20px;
  margin-top: 4px;
}

textarea {
  padding: 6px 16px;
  border: none;
  border-radius: 4px;
  margin-top: 4px;
}

select {
  padding: 9px 16px;
  border: none;
  border-radius: 20px;
  margin-top: 4px;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-size: 14px auto;
  /* 画像のサイズ（幅 高さ）*/
  background-position: right 12px center;
  /* 画像の位置 */
}


form p {
  margin-bottom: 20px;
}

form small {
  font-size: 12px;
  margin: 4px 0;
  display: block;
}

.more {
  margin: 60px 0;
}

.more label {
  font-weight: bold;
}

form .more p {
  margin-bottom: 40px;
}

.more label select {
  font-weight: normal;
}

.more dl {
  overflow: hidden;
  margin-bottom: 4px;
}

.more dt {
  float: left;
  width: 22px;
  height: 22px;
  background: url(../img/icon.png) no-repeat;
  background-size: 16px auto;
  background-position: left 2px;
}

.more dd {
  float: left;
  width: calc(100% - 22px);
  font-weight: bold;
  font-size: 14px;
}

.more dd p {
  margin-bottom: 0;
}

/* .more .icon {
  padding-left: 30px;
  background: url(../img/icon.png) no-repeat;
  background-size: 16px auto;
  background-position: left 2px;
} */

.wpcf7-not-valid-tip {
  color: red;
  font-size: .9rem;
  display: inline-block;
  margin-left: 4px;
}

.wpcf7-response-output {
  font-size: .9rem;
  text-align: center;
}

.screen-reader-response p {
  color: red;
  font-size: .9rem;
  line-height: 180%;
  margin-top: 40px;
}

.screen-reader-response ul {
  margin-bottom: 40px;
}


.screen-reader-response ul li {
  color: red;
  font-size: .9rem;
  line-height: 180%;
}

.contact__ttl {
  max-width: 200px;
}

/*Animation(fuwafuwa)*/
.animation1 {
  animation: fuwafuwa 3s linear infinite;
  scale: 1;
}

.animation1:nth-child(2) {
  animation-delay: .3s;
}

.animation1:nth-child(3) {
  animation-delay: .6s;
}

.animation1:nth-child(4) {
  animation-delay: .9s;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

.orange {
  display: inline-block;
  color: #ef8200;
  font-weight: bold;
  margin-left: 3px;
}

.mini {
  width: 40%;
}

form .more .filebox p {
  margin-bottom: 10px;
}

.filebox {
  margin-top: -20px;
}

input.wpcf7-submit {
  border-radius: 4px;
  background-image: linear-gradient(135deg, #4d35e1, #8b32be 28%, #e55486 52%, #fc5f68 79%, #e42f69);
  color: #fff;
  font-weight: bold;
}

.slick-arrow:before {
  content: "" !important;
}

.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-next:before {
  background: url(../img/arrowR.png) no-repeat !important;
  background-size: contain !important;
  background-position: center center;
}

.slick-prev:before {
  background: url(../img/arrowL.png) no-repeat !important;
  background-size: contain !important;
  background-position: center center;
}

.slick-next {
  /* right: 1vw !important; */
  right: 30px !important;
}

.slick-prev {
  /* left: 1vw !important; */
  left: 30px !important;
}

.slick-prev:before,
.slick-next:before {
  opacity: 1 !important;
}

.slick-prev,
.slick-next {
  width: 18px !important;
  height: 30px !important;
}

.screen-reader-response {
  margin-bottom: 20px;
}

.screen-reader-response ul {
  display: none !important;
}

.wpcf7-recaptcha>div {
  margin: 0 auto 40px;
  display: block;
}

.checkbox-final {
  text-align: center;
  display: block;
  width: 100%;
  letter-spacing: .03em;
}

.checkbox-final input {
  width: initial !important;
}

.agree {
  text-align: center;
}

.slider__li {
  background: #333333;
  padding: 70px 15px;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
}

.insta__person {
  position: absolute;
  left: 0;
  right: 0;
  top: -70px;
  margin: auto;
  width: 50%;
  max-width: 170px;
}

.insta__name {
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-bottom: 8px;
}

.insta__desc {
  color: #fff;
  font-size: 13px;
  text-align: center;
  margin-bottom: 10px;
}

.insta__box {
  width: 100%;
  margin: 140px auto 0;
}

.sns {
  width: 44%;
  max-width: 110px;
  margin: 0 auto 40px;
}

.sns li {
  width: 44%;
}

.igArea {
  max-height: 500px;
  overflow-y: scroll;
  text-align: center;
}

.igArea iframe {
  margin: 0 auto;
}