/* ===================================================================



=================================================================== */
.main .container, .catch .container, .img-entrance .container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 769px) {
  .main .container, .catch .container, .img-entrance .container {
    width: 90% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .main .container, .catch .container, .img-entrance .container {
    width: 100% !important;
  }
}

.main {
  margin-top: 45px;
}
@media only screen and (min-width: 1024px) {
  .main {
    margin-top: 80px;
  }
}

/* -----------------------------------------------------------
	.main
----------------------------------------------------------- */
.main {
  padding-top: 90px;
}
@media only screen and (min-width: 769px) {
  .main {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 769px) {
  .main .box-intro {
    margin-bottom: 120px;
  }
}
.main .box-intro .ic {
  text-align: center;
}
.main .box-intro .ic img {
  width: 124px;
}
@media only screen and (min-width: 769px) {
  .main .box-intro .ic img {
    width: 245px;
  }
}
.main .box-intro .text-catch {
  margin-top: 30px;
  font-size: 1.8rem;
}
@media only screen and (min-width: 769px) {
  .main .box-intro .text-catch {
    font-size: 2.2rem;
    margin-top: 50px;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .main .box-intro .text-catch {
    font-size: 2.6rem;
  }
}
.main .img {
  margin-top: 25px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .main .img {
    margin-top: 0;
    width: 50%;
  }
}
.main .img img {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .main .img img {
    width: auto;
  }
}
.main .content {
  margin-top: 25px;
}
@media only screen and (min-width: 769px) {
  .main .content {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .main .content {
    padding-left: 75px;
  }
}
.main .content .text {
  margin-top: 20px;
}
@media only screen and (min-width: 769px) {
  .main .content .text {
    line-height: 2.2;
    font-size: 1.5rem;
    margin-top: 15px;
  }
}
.main .content .text:first-child {
  margin-top: 0;
}
.main .content dl {
  margin-top: 25px;
  line-height: 1.2;
}
@media only screen and (min-width: 769px) {
  .main .content dl {
    margin-top: 50px;
  }
}
.main .content dl dt {
  padding-right: 15px;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  .main .content dl dt {
    padding-right: 30px;
    font-size: 2.4rem;
  }
}
.main .content dl dd {
  border-left: 1px solid #fff;
  padding-left: 25px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 769px) {
  .main .content dl dd {
    padding-left: 30px;
    font-size: 2.4rem;
  }
}
.main .content dl dd span {
  display: block;
  font-size: 1rem;
  color: #999999;
  margin-bottom: 1em;
}
@media only screen and (min-width: 769px) {
  .main .content dl dd span {
    font-size: 1.3rem;
  }
}

/* -----------------------------------------------------------
	.intro
----------------------------------------------------------- */
.intro {
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .intro {
    margin-top: 240px;
  }
}
@media only screen and (min-width: 769px) {
  .intro__item .img {
    position: absolute;
    width: calc(50% + 120px);
    right: 50%;
    margin-right: -120px;
    overflow: hidden;
  }
  .intro__item .img img {
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    max-width: none;
    height: 100%;
  }
  .intro__item .img__item {
    height: 606px;
    max-width: 960px;
    overflow: hidden;
    position: relative;
    margin-left: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .intro__item .img {
    width: calc(50% + 180px);
    margin-right: -180px;
  }
}
.intro__item .img img {
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .intro__item .img img {
    width: auto;
  }
}
@media only screen and (min-width: 769px) {
  .intro__item .container {
    max-width: 960px;
    margin: 0 auto;
  }
}
.intro__item .content {
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .intro__item .content {
    width: 410px;
    margin-left: auto;
    padding-top: 115px;
    margin-right: 15px;
  }
}
.intro__item .content .logo {
  text-align: center;
  margin-top: -30px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 769px) {
  .intro__item .content .logo {
    margin-top: 0;
    margin-bottom: 50px;
  }
}
.intro__item .content .ttl {
  font-size: 1.3rem;
  margin-bottom: 20px;
  line-height: 2.2;
  text-indent: -0.5em;
}
@media only screen and (min-width: 769px) {
  .intro__item .content .ttl {
    font-size: 2.6rem;
    line-height: 2;
  }
}
@media only screen and (min-width: 769px) {
  .intro__item .content .text {
    line-height: 2.2;
  }
}
.intro__description {
  position: relative;
  z-index: 1;
  margin-top: -50px;
  margin-bottom: 215px;
}
@media only screen and (min-width: 769px) {
  .intro__description {
    margin-top: 60px;
    margin-bottom: 0;
  }
}
.intro__description .description__bg {
  position: relative;
  z-index: 1;
  height: 475px;
  -moz-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  opacity: 0;
  -webkit-transition: 1s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 1s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
@media only screen and (min-width: 769px) {
  .intro__description .description__bg {
    height: 830px;
  }
}
.intro__description .description__bg div {
  position: absolute;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.intro__description .description__bg div:nth-child(1) {
  width: 190px;
  height: 190px;
  z-index: 3;
  background: #000000;
}
@media only screen and (min-width: 769px) {
  .intro__description .description__bg div:nth-child(1) {
    width: 400px;
    height: 400px;
  }
}
.intro__description .description__bg div:nth-child(2) {
  width: 340px;
  height: 340px;
  z-index: 2;
  background: #161616;
}
@media only screen and (min-width: 769px) {
  .intro__description .description__bg div:nth-child(2) {
    width: 620px;
    height: 620px;
  }
}
.intro__description .description__bg div:nth-child(3) {
  background: #0f0f0f;
  width: 475px;
  height: 475px;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .intro__description .description__bg div:nth-child(3) {
    height: 830px;
    width: 830px;
  }
}
.intro__description .ic-zen {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-55%, -65%);
  -ms-transform: translate(-55%, -65%);
  -webkit-transform: translate(-55%, -65%);
  transform: translate(-55%, -65%);
  z-index: 2;
  width: 61px;
  opacity: 0;
  -webkit-transition: 1s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 1s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
@media only screen and (min-width: 769px) {
  .intro__description .ic-zen {
    width: 164px;
    -moz-transform: translate(-55%, -50%);
    -ms-transform: translate(-55%, -50%);
    -webkit-transform: translate(-55%, -50%);
    transform: translate(-55%, -50%);
  }
}
.intro__description .list {
  width: 190px;
  height: 190px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -95px;
  margin-left: -95px;
  z-index: 3;
}
@media only screen and (min-width: 769px) {
  .intro__description .list {
    width: 400px;
    height: 400px;
    margin-top: -200px;
    margin-left: -200px;
  }
  .intro__description .list.rotate-animation {
    -webkit-animation: rotateAnime 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    animation: rotateAnime 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
  .intro__description .list.rotate-animation li {
    -webkit-animation: rotateAnime-reverse 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    animation: rotateAnime-reverse 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
}
.intro__description .list li {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 55px;
  position: absolute;
  margin-left: -50%;
  margin-top: -27.5px;
  opacity: 0;
  -webkit-transition: 0.5s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.5s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
@media only screen and (min-width: 769px) {
  .intro__description .list li {
    -moz-transform: scale(0.6, 0.6);
    -ms-transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    -webkit-transition: 1s all cubic-bezier(0.215, 0.61, 0.325, 1);
    transition: 1s all cubic-bezier(0.215, 0.61, 0.325, 1);
  }
}
@media only screen and (min-width: 769px) {
  .intro__description .list li {
    width: 110px;
    height: auto;
    margin-left: 0;
    margin-top: 0;
  }
}
.intro__description .list li.visible {
  opacity: 1;
}
@media only screen and (min-width: 769px) {
  .intro__description .list li.visible {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.intro__description .list li .ttl-cate {
  width: 55px;
  height: 55px;
  position: relative;
  background: #000;
  border: 1px solid #f08300;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .intro__description .list li .ttl-cate {
    width: 110px;
    height: 110px;
  }
}
.intro__description .list li .ttl-cate span {
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #f08300;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
}
@media only screen and (min-width: 769px) {
  .intro__description .list li .ttl-cate span {
    font-size: 16px;
  }
}
@media only screen and (min-width: 769px) {
  .intro__description .list li:nth-child(1) {
    top: -55px;
    margin-left: -55px;
  }
  .intro__description .list li:nth-child(1) .content {
    right: 110px;
    bottom: 50px;
  }
  .intro__description .list li:nth-child(1) .content .line svg {
    width: 56px;
    right: -56px;
    top: 100px;
    left: auto;
  }
  .intro__description .list li:nth-child(2) {
    left: auto;
    right: -22.5px;
    top: auto;
    bottom: 22.5px;
  }
  .intro__description .list li:nth-child(2) .content {
    left: 85px;
    top: 100px;
  }
  .intro__description .list li:nth-child(2) .content .line svg {
    width: 95px;
    top: -47px;
    left: auto;
    right: 120px;
  }
  .intro__description .list li:nth-child(3) {
    left: -22.5px;
    top: auto;
    bottom: 22.5px;
  }
  .intro__description .list li:nth-child(3) .content {
    top: 100px;
    right: 85px;
  }
  .intro__description .list li:nth-child(3) .content .line svg {
    width: 95px;
    top: -47px;
    left: 120px;
  }
}
.intro__description .list li .content {
  display: none;
  text-align: center;
  position: relative;
  padding-top: 30px;
}
@media only screen and (min-width: 769px) {
  .intro__description .list li .content {
    display: block;
    position: absolute;
    padding-top: 0;
    opacity: 0;
    -webkit-transition: 1s all cubic-bezier(0.215, 0.61, 0.325, 1);
    transition: 1s all cubic-bezier(0.215, 0.61, 0.325, 1);
  }
  .intro__description .list li .content.animated {
    opacity: 1;
  }
}
.intro__description .list li .content .line svg {
  width: 1px;
  position: absolute;
  top: 11px;
  left: 50%;
}
.intro__description .list li .content .line svg line, .intro__description .list li .content .line svg path {
  stroke: #f08300;
  stroke-dasharray: 2;
  stroke-width: 1;
  stroke-dashoffset: 200;
  -webkit-animation: lineAnimeReverse-sp 8s linear 0s infinite;
  animation: lineAnimeReverse-sp 8s linear 0s infinite;
  fill: none;
}
@media only screen and (min-width: 769px) {
  .intro__description .list li .content .line svg line, .intro__description .list li .content .line svg path {
    stroke-dashoffset: 2000;
    stroke-dasharray: 2;
    stroke-width: 2;
    -webkit-animation: lineAnime 8s linear 0s infinite;
    animation: lineAnime 8s linear 0s infinite;
  }
}
.intro__description .list li .content .img {
  width: 200px;
  position: absolute;
  top: 30px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
  .intro__description .list li .content .img {
    position: static;
    width: 240px;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.intro__description .list li .content .text {
  text-align: center;
  position: absolute;
  white-space: nowrap;
  top: 240px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #999999;
  line-height: 1.8;
}
@media only screen and (min-width: 769px) {
  .intro__description .list li .content .text {
    position: static;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    color: #999;
    font-size: 1.3rem;
    line-height: 1.6;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 769px) {
  .intro__description .list li:first-child .content .line svg line, .intro__description .list li:first-child .content .line svg path {
    -webkit-animation: lineAnimeReverse 8s linear 0s infinite;
    animation: lineAnimeReverse 8s linear 0s infinite;
  }
}
.intro__description .list li .caption {
  color: #f08300;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  font-size: .9rem;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  transition: 0.35s all cubic-bezier(0.215, 0.61, 0.325, 1);
  opacity: 0;
  top: 0;
}
@media only screen and (min-width: 769px) {
  .intro__description .list li .caption {
    margin-top: 5px;
    position: static;
    font-size: 1.1rem;
    letter-spacing: .4ex;
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.intro__description .list li.is-active .caption {
  top: -15px;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .intro__description.is-inview .description__bg, .intro__description.animated .description__bg {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
}
@media only screen and (min-width: 769px) {
  .intro__description.is-inview .description__bg, .intro__description.animated .description__bg {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
  }
}
.intro__description.is-inview .ic-zen, .intro__description.animated .ic-zen {
  opacity: 1;
}

/* -----------------------------------------------------------
	.catch
----------------------------------------------------------- */
.catch {
  margin: 60px auto;
}
@media only screen and (min-width: 769px) {
  .catch {
    margin: 140px auto 0;
  }
}
.catch .ttl {
  margin-bottom: 20px;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media only screen and (min-width: 769px) {
  .catch .ttl {
    font-size: 2.6rem;
    margin-bottom: 35px;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  .catch .text {
    text-align: center;
  }
}

/* -----------------------------------------------------------
	.img-entrance
----------------------------------------------------------- */
@media only screen and (min-width: 769px) {
  .img-entrance {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .img-entrance .container {
    width: 100%;
  }
}
.img-entrance .container source, .img-entrance .container img {
  width: 100%;
}

/* -----------------------------------------------------------
	.box-tea
----------------------------------------------------------- */
.box-tea {
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  .box-tea {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .box-tea .img__wrap {
    width: 48%;
  }
}
.box-tea .text {
  margin-left: 5%;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .box-tea .text {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    color: #999;
  }
}
@media only screen and (min-width: 769px) {
  .box-tea .text {
    margin-left: 50px;
    line-height: 2.5;
    font-size: 1.4rem;
  }
}

@keyframes lineAnime {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 2000;
  }
}
@-webkit-keyframes lineAnime {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 2000;
  }
}
@keyframes lineAnimeReverse {
  0% {
    stroke-dashoffset: 2000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes lineAnimeReverse {
  0% {
    stroke-dashoffset: 2000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes lineAnimeReverse-sp {
  0% {
    stroke-dashoffset: 200;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes lineAnimeReverse-sp {
  0% {
    stroke-dashoffset: 200;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes rotateAnime {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateAnime {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotateAnime-reverse {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes rotateAnime-reverse {
  from {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
