@charset "utf-8";
/* CSS Document */


/* BASE */
/* ============================================ */
p, b {
  line-height: 2.1;
}
img {
  display: block;
  width: 100%;
}
.u_line {
  background: -webkit-linear-gradient(left, rgb(230 147 247 / 40%) 50%, transparent 65%);
  background: -moz-linear-gradient(left, rgb(230 147 247 / 40%) 50%, transparent 65%);
  background: linear-gradient(left, rgb(230 147 247 / 40%) 50%, transparent 65%);
  background-repeat: no-repeat;
  background-size: 200% .9em;
  background-position: 100% .7em;
  transition: 4s;
}
.u_line.animeLine {
  background-position: 0% .7em;
}
.trim {
  border-radius: 30px;
}

/*** inview ***/
.fadeIn {
  opacity: 0;
  transition: 2s;
}
.fadeIn.is-show {
  opacity: 1;
}
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 15%);
  transition: 2.2s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*** bg_circle ***/
div.circle {
  position: absolute;
  z-index: -1;
  width: 280px;
  height: 300px;
  mix-blend-mode: multiply;
  opacity: .3;
}
.c-1 {
  position: absolute;
  top: 20%;
  right: 0;
  background: #ffbbfe;
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
  animation: border-animation 50s infinite linear;
}
.c-2 {
  top: 55%;
  left: -20px;
  background: #f5ee90;
  border-radius: 80% 30% 50% 50%/50%;
  animation: border-animation 25s infinite linear;
}
.c-3 {
  top: 90%;
  right: -20px;
  background: #e0ceff;
  border-radius: 40% 40% 50% 40%/30% 50% 50% 50%;
  animation: border-animation 15s infinite linear;
}
@keyframes border-animation {
  to { transform: rotate(360deg); }
}

/*** .pola ***/
.pola {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 15px auto;
  background-color: #f9f9f9;
  border: 10px solid #f9f9f9;
  transform: rotate(-3deg);
  box-shadow: 3px 5px 8px #888;
}
.pola + p {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -70px;
  line-height: 1.3em;
  left: 0;
  color: #756F61;
}


/* MAIN */
/* ============================================ */
header .flexBox {
  justify-content: space-between;
  align-items: center;
}
header.fixed {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgb(255 255 255 / 90%);
}
header .hwrap {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 5px 0;
}

/*** .logo ***/
header h1.logo .sIcon {
  width: 95px;
  display: inline-block;
  margin-right: 5px;
}
header h1.logo {
  font-size: 2.2em;
  font-family: var(--font-en-gothic);
}
header h1.logo a {
  position: relative;
  top: 1px;
  font-weight: 900;
  color: #333;
  letter-spacing: .05em;
}
header h1.logo a span {
  position: absolute;
  top: 6px;
  left: 0;
  right: 0;
  display: block;
  font-size: 30%;
  font-weight: 600;
  text-align: center;
}
header h1.logo a p {
  font-weight: 900;
  line-height: normal;
}

header .navi {
  width: 850px;
}
header .navi ul li {
  width: calc(100% / 4 - .5%);
  margin-bottom: 0;
  padding: 1%;
}
header .navi ul li a {
  display: block;
  padding: 15px 0 10px;
  text-align: center;
  color: #333;
  font-weight: 900;
  border-bottom: 5px solid transparent;
  transition: all 0.5s 0s ease;
}
header .navi ul li a:hover {
  border-bottom: 5px solid #e693f7;
}
ul.addList li a.is-active {
  color: #e693f7;
  border-bottom: 5px solid #e693f7;
}
.mainVI {
  position: relative;
  margin-top: 80px;
}
.mainVI img {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
  filter: saturate(.85) brightness(.9);
}
.mainVI figucaption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #333;
  text-align: center;
}
.mainVI figucaption > b {
  display: inline-block;
  margin-bottom: 10px;
  padding: .5em 1em;
  font-size: 1.2em;
  background: #fbe148;
  color: #000;
}
.mainVI figucaption > p {
  color: #fff;
  font-size: 4em;
  font-weight: 900;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
  line-height: 1.4;
}
.mainVI figucaption > p b {
  font-size: 130%;
  line-height: 1.2;
  letter-spacing: -.02em;
}
.mainVI figucaption > p i {
  margin-left: .15em;
  font-style: normal;
  font-size: 85%;
  vertical-align: bottom;
}
.mainVI figucaption > p span {
  display: block;
  margin-top: 10px;
  font-family: var(--font-en-gothic);
  font-size: 35%;
}

main {
  margin: 40px auto;
  padding: 0;
}
main .intro {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 50px;
  padding-bottom: 70px;
}
main .intro figure img {
  width: 100%;
  max-width: 600px;
  height: 300px;  
  margin: 30px auto 0;
  object-fit: none;
  object-position: 42% 40%;
}
main .intro h2 {
  font-family: var(--font-jp);
  font-size: 3.6em;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}
main .intro h2 b {
  display: block;
  line-height: 1.8;
}
main .intro h2 span {
  display: block;
  margin-top: 10px;
  font-size: .4em;
  font-weight: 900;
  letter-spacing: .1em;
}
main .intro h2 > span {
  font-family: var(--font-en-gothic);
}
main .intro p.read_txt {
  width: 100%;
  max-width: 850px;
  margin: 3% auto 0;
  color: #56443b;
  line-height: 2.8;
  text-align: center;
  font-size: 1.1em;
}
main .mainCnt section {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 50px auto;
  padding: 150px 0;
}
main .mainCnt section:last-child {
  padding-bottom: 50px;
}
main .mainCnt section#Sec04 {
  padding-bottom: 50px;
}
main .mainCnt section b {
  border-bottom: 4px solid #fbe148;
}
main .mainCnt section article {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
main .mainCnt section:nth-child(odd):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffeeff;
  transform: skewY(-7deg);
}
main .mainCnt section:nth-child(3):after {
  background-color: #fff6eb;
}
main .mainCnt section:nth-child(odd) article {
  position: relative;
  z-index: 1;
}
main .mainCnt section .contents {
  justify-content: space-between;
  align-items: center;
}
main .mainCnt section .contents + .contents {
  margin-top: 40px;
}
main .mainCnt section .contents > *  {
  width: calc((100% - 50px) / 2);
}
.reverse div:nth-child(even) {
  flex-direction: row-reverse;
}
main .mainCnt section .textArea > div + div {
  margin-top: 40px;
}
main .mainCnt section .contents dl + dl {
  margin-top: 15px;
}
main .mainCnt section dl.flexBox dt {
  margin-right: 1em;
}


.singleArea {
  margin-top: 40px;
}
.textArea ul li + li {
  margin-top: 20px;
}
.varieties ul {
  margin-top: 30px;
  padding: 30px 45px;
  border: 1px solid #5bad39;
}

ul.list_mark li {
  position: relative;
  padding-left: 1.6em;
}
ul.list_mark li:before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5bad39;
}
main .mainCnt section h3 {
  position: relative;
  margin-bottom: 20px;
  padding-left: 2.15em;
  font-size: 3.2em;
  font-weight: 600;
  line-height: 1.2;
}
main .mainCnt section h3:before {
  content: "";
  z-index: -1;
  position: absolute;
  background-image: url(../img/sakurasou_illust.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100px;
  height: 120px;
  top: -20px;
  left: -15px;
  transform: translate(10px, 10px);
  opacity: .7;
}
main .mainCnt section h3:after {
  content: "";
  z-index: -2;
  position: absolute;
  background-color: #e693f7;
  width: 40%;
  height: 30px;
  border-radius: 50px;
  top: 45%;
  opacity: .4;
}
main .mainCnt section h3 span {
  display: block;
  margin-top: 15px;
  font-family: var(--ttl-sub-font);
  font-size: .35em;
  font-weight: 100;
  color: #757575;
  transform: translateX(-55px) translateY(-27px) rotate(-3deg);
  letter-spacing: .1em;
}
main .mainCnt section h3 + p {
  margin-bottom: 50px;
  font-size: 1.1em;
}
main .mainCnt section h4 {
  position: relative;
  margin-bottom: 20px;
  padding-left: 1.8em;
  line-height: 1.4;
  font-size: 1.4em;
  font-weight: 600;
  letter-spacing: 0.04em;
}
main .mainCnt section h4:before {
  content: "\f06c";
  position: absolute;
  top: -.05em;
  left: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.1em;
  color: #97c584;
}
main .mainCnt section#Sec02 h4:before {
  content: "\f185";
  color: #bb7384;
}
main .mainCnt section#Sec03 h4:before {
  content: "\f02d";
  color: #b59a78;
}
main .mainCnt section#Sec04 h4:before {
  content: "\f279";
  color: #9eb2bf;
}

/*** .img_move ***/
.img_move {
  position: relative;
}
.img_move:before {
  content: "";
  display: block;
  padding-top: 75%;
  margin-bottom: 0px;
}
.img_move img {
  position: absolute;
  width: 85%;
  margin: 0 auto;
}
.img_move img:first-child {
  top: 0;
  left: 0;
}
.img_move img:last-child {
  bottom: 15px;
  right: 0;
  width: 50%;
}

/*** .source ***/
.source {
  margin-top: 25px;
}
.source h5 {
  margin-bottom: 1em;
  padding-bottom: .5em;
  border-bottom: 1px solid #5D5D5D;
  font-size: 1em;
}
.source ul {
  padding: 0 10px;
}
.source ul li {
  list-style-type: disc;
  list-style-position: inside;
}
.source ul li a {
  margin-right: .5em;
  color: #36c;
  line-height: normal;
}

/*** .movie_wrap ***/
.movie_wrap {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0 auto;
  padding-top: calc(56.25% / 2);
}
.movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*** .snsArea ***/
.snsArea {
  margin-bottom: 80px;
}
.snsArea b {
  display: block;
  margin-bottom: 40px;
  font-size: 1.6em;
  text-align: center;
  border-bottom: none !important;
}
.snsArea b:after {
  content: "";
  display: block;
  width: 55px;
  height: 4px;
  margin: 0 auto;
  background: #fbe148;
}
.snsArea ul {
  justify-content: space-evenly;
  align-items: center;
  max-width: 450px;
  margin: 0 auto;
}
.snsArea a i {
  font-size: 4.5em;
}
.x_icon {
  width: 65px;
  padding: 15px;
  background: #5d5d5d;
  border-radius: 10px;
}

/*** footer ***/
footer {
  width: 100%;
  padding: 20px 0;
  background: #f6f6f6;
}
footer p.copy {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}


/* Header */
/* ============================================ */
@media screen and (max-width: 1210px) {
#hamMenu {
  display: block;
}
nav.navi {
  display: none;
}
}


/* Adjust */
/* ============================================ */
@media screen and (max-width: 1350px) {
/*** bg_circle ***/
.c-1, .c-3 {
  right: 10%;
}
.c-2 {
  left: 10%;
}
main .mainCnt section article {
  width: 95%;
}
}


/* SP */
/* ============================================ */
@media screen and (max-width: 820px) {
/*** inview ***/
.fadeIn_up {
  transform: translate(0, 7%);
  transition: 1.2s;
}

/*** bg_circle ***/
div.circle {
  width: 180px;
  height: 200px;
}
.c-1, .c-2, .c-3 {
  left: 0;
  right: 0;
  margin: 0 auto;
}
.c-1 {
  top: 28%;
}
.c-2 {
  top: 58%;
}
.c-3 {
  top: 88%;
}

/*** .logo ***/
header h1.logo {
  padding-top: 12px;
  padding-left: 2%;
  font-size: 1.8em;
}
header h1.logo .sIcon {
  width: 60px;
}
header h1.logo a {
  top: 0;
}
header h1.logo a span {
  top: 5px;
  left: 10px;
  font-size: 25%;
}

/*** .mainVI ***/
.mainVI img {
  height: 500px;
}
.mainVI figucaption {
  font-size: 57%;
}
.mainVI figucaption > b {
  font-size: 1.4em;
}

/*** .intro ***/
main .intro {
  padding-bottom: 20px;
}
main .intro h2 {
  font-size: 2.6em;
}
main .intro figure img {
  width: 90%;
  height: 250px;
  object-position: 42.5% 42%;
}
main .intro p.read_txt {
  width: 90%;
  line-height: 2.4;
  text-align: left;
}

main .mainCnt section {
  padding: 100px 0;
}
main .mainCnt section:nth-child(odd){
  padding-top: 150px;
}
main .mainCnt section:last-child {
  padding-bottom: 20px;
}

/*** h3 ***/
main .mainCnt section h3 {
  width: 100%;
  margin: 0 auto;
  padding-left: unset;
  font-size: 1.9em;
  text-align: center;
}
main .mainCnt section h3:before {
  top: -100px;
  left: 0;
  right: 5%;
  width: 70px;
  height: 80px;
  margin: 0 auto;
}
main .mainCnt section h3:after {
  top: 45%;
  left: 0;
  right: 0;
  width: 70%;
  height: 20px;
  margin: 0 auto;
}
main .mainCnt section h3 span {
  transform: unset;
  font-size: .4em;
}
main .mainCnt section h3 + p {
  width: 95%;
  margin: 20px auto 40px;
}

/*** .contents ***/
main .mainCnt section .contents > * {
  width: 95%;
  margin: 0 auto;
}
main .mainCnt section .contents .textArea {
  margin-top: 30px;
}
.singleArea {
  width: 95%;
  margin: 30px auto 0;
}

/*** .img_move ***/
.img_move img:last-child {
  bottom: 0;
  width: 55%;
}

/*** .movie_wrap ***/
.movie_wrap {
/*  margin-top: 30px !important;*/
  padding-top: 56.25%;
}

/*** footer ***/
footer p.copy {
  font-size: .8em;
  text-align: center;
}
}
