@charset "UTF-8";
img {
  width: 100%;
}

.noto_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 50%;
  -webkit-animation: Flash1 1s infinite;
          animation: Flash1 1s infinite;
  -webkit-animation: beyooon_a 1s forwards;
          animation: beyooon_a 1s forwards;
  -webkit-animation: beyooon_b 1s forwards;
          animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 72, 110)), to(rgb(0, 120, 155)));
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@-webkit-keyframes Flash1 {
  50% {
    opacity: 0;
  }
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes beyooon_a {
  0% {
    -webkit-transform: translate(-50%, 0%) scale(0.5);
            transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0%) scale(1.22);
            transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
  88% {
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_a {
  0% {
    -webkit-transform: translate(-50%, 0%) scale(0.5);
            transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0%) scale(1.22);
            transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
  88% {
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
}
@-webkit-keyframes beyooon_b {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  16% {
    -webkit-transform: scale(1.32);
            transform: scale(1.32);
  }
  28% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
  }
  44% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  59% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  73% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  88% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  16% {
    -webkit-transform: scale(1.32);
            transform: scale(1.32);
  }
  28% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
  }
  44% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  59% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  73% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  88% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#section01 {
  width: 100%;
  padding-top: 84px;
  position: relative;
}
@media screen and (max-width:800px) {
  #section01 {
    padding-top: 68px;
  }
}
#section01 .section__in {
  width: 84%;
  max-width: 1100px;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section01 .section__in {
    width: 84%;
    margin: 0 auto;
  }
}
#section01 .title_block .page_title {
  width: 380px;
}
@media screen and (max-width:800px) {
  #section01 .title_block .page_title {
    width: 93%;
  }
  #section01 .title_block .page_title span {
    color: #0D6521;
  }
}
#section01 .title_block .page_title--ja {
  margin-top: 30px;
}
@media screen and (max-width:800px) {
  #section01 .title_block .page_title--ja {
    margin-top: 15px;
    font-size: 6vw;
  }
}

#section02 {
  padding: 0 0 140px;
  overflow: hidden;
  max-width: 100vw;
  margin-top: 100px;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 0 0 140px;
    margin-top: 60px;
  }
}
#section02 .title--bottomline {
  color: #0D6521;
  position: relative;
  top: 0;
  left: 0;
  line-height: 1em;
  text-align: center;
}
#section02 .title--bottomline:after, #section02 .title--bottomline:before {
  content: "";
  position: absolute;
  bottom: -26px;
  width: 60px;
  height: 2px;
  background-color: #0D6521;
}
@media screen and (max-width:800px) {
  #section02 .title--bottomline:after, #section02 .title--bottomline:before {
    bottom: -23px;
    width: 10%;
  }
}
#section02 .title--bottomline:after {
  left: 50%;
}
#section02 .title--bottomline:before {
  right: 50%;
}
#section02 .botan_center {
  text-align: center;
  margin: 48px auto 0;
}
@media screen and (max-width:800px) {
  #section02 .botan_center {
    margin: 54px auto 0;
  }
}
#section02 .section__in {
  width: 84%;
  max-width: 1000px;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section02 .section__in {
    width: 84%;
    margin: 0 auto;
  }
}
#section02 .link {
  margin-top: 34px;
}
@media screen and (max-width:800px) {
  #section02 .link {
    margin-top: 16px;
  }
}
#section02 .link .link_icon {
  position: relative;
  top: 0;
  left: 0;
}
#section02 .link .link_icon:after {
  content: "";
  position: absolute;
  top: 0;
  right: -22px;
  width: 0.8em;
  height: 100%;
  background: url(../images/shopabout/link_icon.svg) no-repeat center/100% auto;
}
#section02 .intro_block_wrap {
  border-bottom: 1px solid #707070;
  padding-bottom: 70px;
}
@media screen and (max-width:800px) {
  #section02 .intro_block_wrap {
    padding-bottom: 50px;
  }
}
#section02 .intro_block_wrap .intro_title {
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width:800px) {
  #section02 .intro_block_wrap .intro_title {
    margin-bottom: 22px;
  }
}
#section02 .intro_block_wrap .intro_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width:800px) {
  #section02 .intro_block_wrap .intro_block {
    display: block;
  }
}
#section02 .intro_block_wrap .intro_block .intro_img {
  width: 48%;
}
@media screen and (max-width:800px) {
  #section02 .intro_block_wrap .intro_block .intro_img {
    width: 100%;
  }
}
#section02 .intro_block_wrap .intro_block .intro_content {
  width: 48%;
}
@media screen and (max-width:800px) {
  #section02 .intro_block_wrap .intro_block .intro_content {
    width: 100%;
    margin-top: 26px;
  }
}
@media screen and (max-width:800px) {
  #section02 .intro_block_wrap .intro_block .intro_content .website_img {
    margin-top: 45px;
    padding: 0 10%;
  }
}
#section02 .intro_block_wrap .intro_block .intro_content .intro_top_text {
  margin-bottom: 50px;
  line-height: 1.9em;
}
@media screen and (max-width:800px) {
  #section02 .intro_block_wrap .intro_block .intro_content .intro_top_text {
    line-height: 1.8em;
  }
}
#section02 .intro_block_wrap .intro_block .intro_content .banner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 56px;
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section02 .intro_block_wrap .intro_block .intro_content .banner_list {
    display: block;
    margin-top: 36px;
    margin-bottom: 40px;
  }
}
#section02 .intro_block_wrap .intro_block .intro_content .banner_list .banner_item {
  width: 48%;
}
#section02 .intro_block_wrap .intro_block .intro_content .banner_list .banner_item:nth-child(3), #section02 .intro_block_wrap .intro_block .intro_content .banner_list .banner_item:last-child {
  margin-top: 16px;
}
@media screen and (max-width:800px) {
  #section02 .intro_block_wrap .intro_block .intro_content .banner_list .banner_item {
    width: 100%;
    margin-top: 16px;
  }
  #section02 .intro_block_wrap .intro_block .intro_content .banner_list .banner_item:first-child {
    margin-top: 0;
  }
}
#section02 .intro_block_wrap .intro_block .intro_content .use_text {
  margin-top: 55px;
  line-height: 1.7em;
}
@media screen and (max-width:800px) {
  #section02 .intro_block_wrap .intro_block .intro_content .use_text {
    margin-top: 40px;
  }
}
#section02 .intro_block_wrap .intro_block .intro_content .link_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section02 .intro_block_wrap .intro_block .intro_content .link_list {
    display: block;
  }
}
#section02 .block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 84px;
}
@media screen and (max-width:800px) {
  #section02 .block_wrap {
    display: block;
    margin-top: 52px;
  }
}
#section02 .block {
  width: 48%;
}
@media screen and (max-width:800px) {
  #section02 .block {
    width: 100%;
  }
  #section02 .block:last-child {
    margin-top: 82px;
  }
}
#section02 .block .block_title {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 0.9em;
}
#section02 .block .block_title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #0D6521;
}
@media screen and (max-width:800px) {
  #section02 .block .block_title:before {
    width: 0.8vw;
  }
}
#section02 .block .content_block {
  margin: 55px auto 0;
  max-width: 900px;
  width: 100%;
}
@media screen and (max-width:800px) {
  #section02 .block .content_block {
    margin: 12px auto 0;
  }
}
#section02 .block .content_block .content_text {
  margin-top: 64px;
  line-height: 1.6em;
}
@media screen and (max-width:800px) {
  #section02 .block .content_block .content_text {
    margin-top: 24px;
  }
}
#section02 .block .content_block .content_text:first-child {
  margin-top: 0;
}

/******************/
.counter1_all {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
}
.counter1_all.counter__on {
  opacity: 1;
}

.counter2_all {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
}
.counter2_all.counter__on {
  opacity: 1;
}

.counter3_all {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
}
.counter3_all.counter__on {
  opacity: 1;
}

.counter4_all {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
}
.counter4_all.counter__on {
  opacity: 1;
}

.counter5_all {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
}
.counter5_all.counter__on {
  opacity: 1;
}

.counter6_all {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
}
.counter6_all.counter__on {
  opacity: 1;
}

.counter7_all {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
}
.counter7_all.counter__on {
  opacity: 1;
}

.counter8_all {
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
}
.counter8_all.counter__on {
  opacity: 1;
}

.counter1b, .counter2b, .counter3b, .counter4b, .counter5b, .counter6b, .counter7b, .counter8b {
  display: none;
}