@charset "UTF-8";

/* --------------------------------------------------
  top
-------------------------------------------------- */



/* --------------------------------------------------
  intro
-------------------------------------------------- */
#intro.section {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  min-height: 500px;
  background: url(../img/top/intro_pattern.png) center center / 125px auto repeat;
  opacity: 0;
  transition: opacity 1000ms ease;
}
.ready #intro.section {
  opacity: 1;
}
.intro-end #intro.section {
  opacity: 0;
}
.intro-remove #intro.section {
  z-index: -1;
}
#intro.section .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 980px;
  transform: translate3d(-50%, -45%, 0);
}
#intro.section h1 {
  width: 55.31%;
  max-width: 542px;
  margin: 0 auto 53px auto;
}
#intro.section .text_box {
  width: 56.84%;
  max-width: 557px;
  margin: 0 auto 52px auto;
}
#intro.section .scroll {
  max-width: 52px;
  margin: 0 auto;
}
#intro.section .scroll_text {
  margin-bottom: 4px;
}
#intro.section .scroll_arrow {
  width: 13px;
  margin: 0 auto;
  animation: scrollmove 1300ms ease-in-out infinite;
}
@keyframes scrollmove {
  0% {
    opacity: 0;
    transform: translate3d(0,-4px,0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0,4px,0);
  }
}
/*sp style*/
@media screen and (max-width: 767px) {
  #intro.section .inner {
    width: 94.67%;
    transform: translate3d(-50%, -48%, 0);
  }
  #intro.section h1 {
    width: 81.41%;
    margin-bottom: 9.3%;
  }
  #intro.section .text_box {
    width: 97.89%;
    margin-bottom: 9.3%;
  }
  #intro.section .scroll {
    width: 46px;
  }
}
/*sp style*/
@media screen and (max-width: 374px) and (max-height: 176.67vw) {
  #intro.section .inner {
    width: 89.67%;
    transform: translate3d(-50%, -54%, 0);
  }
  #intro.section h1 {
    width: 76.41%;
    margin-bottom: 7.3%;
  }
  #intro.section .text_box {
    width: 92.89%;
    margin-bottom: 7.3%;
  }
  #intro.section .scroll {
    width: 36px;
  }
}



/* --------------------------------------------------
  hero
-------------------------------------------------- */
#hero.section {
  position: relative;
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 20px;
}
#hero.section .movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1000ms ease 400ms;
}
.load #hero.section .movie {
  opacity: 1;
}
#hero.section .movie iframe {
  position: absolute;
  top: 50%;
  left: 50%;
}
#hero.section .movie:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0);
}
#hero.section .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 100px;
  height: 100px;
  margin-top: -25px;
  margin-left: -50px;
  opacity: 0;
  transition: opacity 700ms ease 600ms;
}
.intro-end #hero.section .btn {
  opacity: 1;
}
#hero.section .btn a {
  display: block;
  height: 100%;
  background: url(../img/top/hero_icon_play.png) 0 0 / 100% auto no-repeat;
}
#hero.section .scroll {
  position: absolute;
  bottom: 31px;
  left: 50%;
  z-index: 1;
  max-width: 52px;
  margin-left: -26px;
}
#hero.section .scroll_text {
  margin-bottom: 4px;
}
#hero.section .scroll_arrow {
  width: 13px;
  margin: 0 auto;
  animation: scrollmove 1300ms ease-in-out infinite;
}
#hero.section .back_intro {
  position: absolute;
  top: 97px;
  right: 50%;
  z-index: 100;
  margin-right: -492px;
  opacity: 0;
  transition: opacity 700ms ease 600ms;
}
.intro-end #hero.section .back_intro {
  opacity: 1;
}
#hero.section .back_intro a {
  display: block;
  padding: 12px;
  border: 1px solid #e5cb95;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #e5cb95;
  text-decoration: none;
}
/*tablet style*/
@media screen and (max-width: 1023px) and (min-width: 768px) {
  #hero.section .back_intro {
    right: 20px;
    margin-right: 0;
  }
}
/*sp style*/
@media screen and (max-width: 767px) {
  #hero.section {
    height: 100vw;
    min-height: 300px;
    background: url(../img/top/sp/hero_img.png) center center / cover no-repeat;
    padding-right: 0;
    padding-left: 0;
  }
  #hero.section .btn {
    width: 86px;
    height: 86px;
    margin-top: -43px;
    margin-left: -43px;
  }
  #hero.section .scroll {
    bottom: 15px;
    width: 46px;
    margin-left: -23px;
  }
  #hero.section .scroll_text {
    margin-bottom: 1px;
  }
  #hero.section .back_intro {
    top: 59px;
    right: 8px;
    margin-right: 0;
  }
  #hero.section .back_intro a {
    padding: 10px;
    font-size: 11px;
  }
}



/* --------------------------------------------------
  notice
-------------------------------------------------- */
#notice.section {
  padding-top: 25px;
  padding-right: 20px;
  padding-left: 20px;
}
#notice.section .inner {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background: url(../img/top/intro_pattern.png) center center / 125px 125px repeat;
}
#notice.section h2 {
  width: 44.69%;
  max-width: 438px;
  margin: 0 auto 33px auto;
}
#notice.section .lead_box {
  margin-bottom: 5px;
  text-align: center;
}
#notice.section .lead_box .text {
  font-size: 18px;
  line-height: 1.33;
  color: #ffffff;
  padding: 10px;
}
#notice.section .lead_box .text em {
  font-style: normal;
  color: #000000;
}
#notice.section .lead_box .note {
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.71;
  color: #ffffff;
}
/*sp style*/
@media screen and (max-width: 767px) {
  #notice.section {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 25px;
  }
  #notice.section .inner {
      width: 94.67%;
      padding-top: 5px;
  }
  #notice.section h2 {
    width: 44.69%;
    max-width: 438px;
    margin: 0 auto 33px auto;
  }
  #notice.section .lead_box {
    margin-bottom: 5px;
    text-align: center;
  }
  #notice.section .lead_box .text {
    font-size: 13px;
    line-height: 1.33;
    color: #ffffff;
    padding: 10px;

  }
  #notice.section .lead_box .text em {
    font-style: normal;
    color: #000000;
  }
  #notice.section .lead_box .note {
    margin-top: 3px;
    font-size: 11px;
    line-height: 1.71;
    color: #ffffff;
  }
}



/* --------------------------------------------------
  teaser2019
-------------------------------------------------- */
#teaser2019.section {
  padding-top: 30px;
  padding-right: 20px;
  padding-left: 20px;
}
#teaser2019.section .inner {
  max-width: 500px;
  margin: 0 auto;
  padding: 30px 40px;
  border: 2px solid #a70c2c;
}
#teaser2019.section .content_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#teaser2019.section .logo {
 /* width: calc(168 / 836 * 100%);*/
}
#teaser2019.section .text_box {
 /* width: calc(624 / 836 * 100%);*/
  text-align: center;
}
#teaser2019.section .text_box .text {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#teaser2019.section .text_box .date {
  vertical-align: baseline;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  color: #a70c2c;
}
#teaser2019.section .text_box .date span {
  position: relative;
  top: -2px;
  vertical-align: baseline;
  font-size: 70%;
}
#teaser2019.section .text_box .date em {
  vertical-align: baseline;
  font-size: 90%;
  font-style: normal;
}
/*sp style*/
@media screen and (max-width: 767px) {
  #teaser2019.section {
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
  }
  #teaser2019.section .inner {
    width: 70%;
    padding: calc(20 / 375 * 100%) 0;
  }
  #teaser2019.section .content_wrap {
    display: block;
  }
  #teaser2019.section .logo {
    width: calc(125 / 355 * 100%);
    margin: 0 auto calc(25 / 355 * 100%);
  }
  #teaser2019.section .text_box {
    width: auto;
  }
  #teaser2019.section .text_box .text {
    margin-bottom: calc(20 / 355 * 100%);
    text-align: center;
    font-size: calc(15 / 375 * 100vw);
    line-height: 1.75;
  }
  #teaser2019.section .text_box .date {
    text-align: center;
    font-size: calc(21 / 375 * 100vw);;
  }
  #teaser2019.section .text_box .date span {
    top: -1px;
  }
}




/* --------------------------------------------------
  about
-------------------------------------------------- */
#about.section {
  padding-right: 20px;
  padding-left: 20px;
}
#about.section .inner {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 90px;
}
#about.section h2 {
  max-width: 560px;
  margin: 0 auto 90px auto;
}
#about.section .content_box {
  display: flex;
  justify-content: space-between;
}
#about.section .img {
  width: 40.1%;
  max-width: 393px;
  margin-top: -15px;
  margin-left: 5.92%;
}
#about.section .text_box {
  width: 45.51%;
  max-width: 446px;
  margin-left: 5px;
}
#about.section .text_box .text {
  text-align: justify;
  font-size: 16px;
  line-height: 1.88;
}
#about.section .text_box .text:not(:last-child) {
  margin-bottom: 10px;
}
/*sp style*/
@media screen and (max-width: 767px) {
  #about.section {
    padding-right: 0;
    padding-left: 0;
  }
  #about.section .inner {
    width: 94.67%;
    padding-top: 49px;
  }
  #about.section h2 {
    width: 74.08%;
    margin-bottom: 41px;
  }
  #about.section .content_box {
    display: block;
  }
  #about.section .img {
    max-width: 100%;
    width: 69.15%;
    margin-top: 0;
    margin-bottom: 44px;
    margin-left: auto;
    margin-right: auto;
  }
  #about.section .text_box {
    width: auto;
    max-width: 100%;
    margin-left: auto;
  }
  #about.section .text_box .text {
    font-size: 12px;
    line-height: 2;
  }
}



/* --------------------------------------------------
  topics
-------------------------------------------------- */
#topics.section {
  padding-top: 60px;
  padding-right: 20px;
  padding-left: 20px;
}
#topics.section .inner {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 39px;
  padding-bottom: 35px;
  border-top: 1px solid rgba(238,238,238,0.8);
  border-bottom: 1px solid rgba(238,238,238,0.8);
}
#topics.section .content_wrap {
  display: flex;
  align-items: center;
}
#topics.section h2 {
  flex: 1;
  width: 18.88%;
  max-width: 185px;
  text-align: center;
  font-size: 24px;
  color: #a70c2c;
}
#topics.section .content_box {
  width: 81.12%;
  max-width: 795px;
  padding-left: 4.91%;
  border-left: 1px solid #a70c2c;
}
#topics.section .content_box dt {
  margin-top: 15px;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #999999;
}
#topics.section .content_box dd {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #333333;
}
#topics.section .content_box dd em {
  font-style: normal;
  color: #a70c2c;
}
/*sp style*/
@media screen and (max-width: 767px) {
  #topics.section {
    padding-top: 60px;
    padding-right: 0;
    padding-left: 0;
  }
  #topics.section .inner {
    width: 94.67%;
    padding-top: 12px;
    padding-bottom: 14px;
  }
  #topics.section .content_wrap {
    display: block;
  }
  #topics.section h2 {
    width: auto;
    margin-bottom: 11px;
    max-width: 100%;
    font-size: 18px;
  }
  #topics.section .content_box {
    width: auto;
    max-width: 100%;
    padding-top: 19px;
    padding-left: 0;
    border-top: 1px solid #a70c2c;
    border-left: 0;
  }
  #topics.section .content_box dt {
  text-align: left;/*変更*/
  margin-top: 3px;
    margin-bottom: 3px;
    font-size: 15px;
  }
  #topics.section .content_box dd {
  text-align: left;/*変更*/
  margin-bottom: 15px;
    font-size: 15px;
  }
}



/* --------------------------------------------------
  message
-------------------------------------------------- */
#message.section,
#report.section {
  padding-right: 20px;
  padding-left: 20px;
}
#message.section .inner,
#report.section .inner {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 120px;
}
#message.section h2,
#report.section h2 {
  margin: 0 auto 26px auto;
}
#message.section h2 {
  width: 48.88%;
  max-width: 479px;
}
#report.section h2 {
  width: 43.47%;
  max-width: 426px;
}
#report.section h3 {
  margin-bottom: 26px;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
}
#message.section .lead_text,
#report.section .lead_text {
  margin-bottom: 65px;
  text-align: center;
  font-size: 18px;
  line-height: 1.67;
  color: #333333;
}
#message.section .lead_text em,
#report.section .lead_text em {
  font-style: normal;
  color: #a70c2c;
}
#message.section .btn_list,
#report.section .btn_list {
  display: flex;
  justify-content: center;
}
#message.section .btn_list {
  margin-bottom: 102px;
}
#message.section .btn_list li,
#report.section .btn_list li {
  width: 20.61%;
  max-width: 202px;
}
#message.section .btn_list li:not(:last-child),
#report.section .btn_list li:not(:last-child) {
  margin-right: 5.85%;
}
#message.section .btn_list a,
#report.section .btn_list a {
  display: block;
  text-decoration: none;
  color: #a70c2c;
}
#message.section .btn_list .img,
#report.section .btn_list .img {
  margin-bottom: 26px;
}
#message.section .btn_list .caption,
#report.section .btn_list .caption {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
}
#report.section .btn_list .date {
  margin-top: 8px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0;
}
#message.section .btn_movie,
#report.section .btn_movie {
  max-width: 533px;
  margin: 0 auto;
}
#message.section .btn_movie a,
#report.section .btn_movie a {
  display: block;
  padding-top: 27px;
  padding-bottom: 24px;
  background-color: #a70c2c;
  text-align: center;
  text-decoration: none;
}
#message.section .btn_movie span,
#report.section .btn_movie span {
  vertical-align: middle;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ffffff;
}
#message.section .btn_movie span:before,
#report.section .btn_movie span:before {
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  width: 28px;
  height: 28px;
  margin-right: 16px;
  background: url(../img/top/icon_arrow.png) 0 0 / 100% auto no-repeat;
  vertical-align: middle;
}
/*sp style*/
@media screen and (max-width: 767px) {
  #message.section,
  #report.section {
    padding-right: 0;
    padding-left: 0;
  }
  #message.section .inner,
  #report.section .inner {
    width: 94.67%;
    padding-top: 50px;
  }
  #message.section h2,
  #report.section h2 {
    margin: 0 auto 18px auto;
  }
  #message.section h2 {
    width: 89.86%;
    max-width: 638px;
  }
  #report.section h2 {
    width: 78.86%;
    max-width: 591px;
  }
  #report.section h3 {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 1.25;
  }
  #message.section .lead_text,
  #report.section .lead_text {
    margin-bottom: 40px;
    font-size: 12px;
    line-height: 1.67;
  }
  #message.section .btn_list,
  #report.section .btn_list {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 5px;
  }
  #message.section .btn_list li,
  #report.section .btn_list li {
    width: 38.03%;
    max-width: 100%;
    margin-bottom: 35px;
  }
  #message.section .btn_list li:nth-child(2n+1),
  #report.section .btn_list li:nth-child(2n+1) {
    margin-right: 9.86%;
  }
  #message.section .btn_list li:last-child,
  #report.section .btn_list li:last-child {
    margin-right: 0;
  }
  #message.section .btn_list .img,
  #report.section .btn_list .img {
    margin-bottom: 17px;
  }
  #message.section .btn_list .caption,
  #report.section .btn_list .caption {
    font-size: 16px;
  }
  #report.section .btn_list .date {
    font-size: 12px;
  }
  #message.section .btn_movie,
  #report.section .btn_movie {
    max-width: 100%;
  }
  #message.section .btn_movie a,
  #report.section .btn_movie a {
    padding-top: 18px;
    padding-bottom: 15px;
  }
  #message.section .btn_movie span,
  #report.section .btn_movie span {
    font-size: 16px;
  }
  #message.section .btn_movie span:before,
  #report.section .btn_movie span:before {
    top: -2px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
}



/* --------------------------------------------------
  howto
-------------------------------------------------- */
#howto.section {
  padding-right: 20px;
  padding-left: 20px;
}
#howto.section .inner {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 140px;
}
#howto.section h2 {
  width: 44.69%;
  max-width: 438px;
  margin: 0 auto 33px auto;
}
#howto.section .lead_box {
  margin-bottom: 37px;
  text-align: center;
}
#howto.section .lead_box .text {
  font-size: 18px;
  line-height: 1.33;
  color: #333333;
}
#howto.section .lead_box .text em {
  font-style: normal;
  color: #a70c2c;
}
#howto.section .lead_box .note {
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.71;
  color: #666666;
}
#howto.section .lead_box .note em {
  color: #a70c2c; 
  text-decoration: line-through;
}
#howto.section .hashtag {
  max-width: 406px;
  margin: 0 auto; 
}
#howto.section .hashtag span {
  display: block;
  padding-top: 14px;
  padding-bottom: 13px;
  border: 3px solid #a70c2c;
  border-radius: 40px;
  text-align: center;
  font-size: 27px;
  line-height: 1;
  font-weight: bold;
  color: #a70c2c;
}
#howto.section .flow_list {
  padding-top: 79px;
}
#howto.section .flow_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
#howto.section .flow_title .num {
  display: block;
  width: 53px;
  height: 53px;
  text-align: center;
  background-color: #a70c2c;
  border-radius: 100%;
  font-size: 30px;
  line-height: 53px;
  font-weight: bold;
  color: #ffffff;
}
#howto.section .flow_title .text {
  display: block;
  margin-left: 14px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#howto.section .flow_title .text em {
  font-style: normal;
  color: #a70c2c;
}
#howto.section .flow1 {
  margin-bottom: 79px;
}
#howto.section .flow1 .step_list {
  display: flex;
  justify-content: space-between;
}
#howto.section .flow1 .step_item {
  position: relative;
  width: 28.57%;
  max-width: 280px;
  padding-top: 26px;
  padding-bottom: 29px;
  border-top: 1px solid #a70c2c;
  border-bottom: 1px solid #a70c2c;
}
#howto.section .flow1 .step_item:not(:last-child):after {
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -14.29%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border-right: 2px solid #a70c2c;
  border-bottom: 2px solid #a70c2c;
  transform: rotate(-45deg);
}
#howto.section .flow1 .step_item dl {
  text-align: center;
}
#howto.section .flow1 .step_item dt {
  margin-bottom: 33px;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  color: #a70c2c;
}
#howto.section .flow1 .step_item .img {
  display: flex;
  align-items: center;
  height: 75px;
  margin: 0 auto 22px auto;
}
#howto.section .flow1 .step_item.step1 .img {
  width: 67.14%;
  max-width: 188px;
}
#howto.section .flow1 .step_item.step2 .img {
  width: 26.79%;
  max-width: 75px;
}
#howto.section .flow1 .step_item.step3 .img {
  width: 26.79%;
  max-width: 75px;
}
#howto.section .flow1 .step_item .text p {
  font-size: 14px;
  line-height: 1.71;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #333333;
}
#howto.section .flow1 .step_item .text p em {
  font-style: normal;
  color: #a70c2c;
}
#howto.section .flow2 .flow_title {
  margin-bottom: 37px;
}
#howto.section .flow2 .content_wrap {
  padding-top: 31px;
  padding-bottom: 32px;
  border-top: 1px solid #a70c2c;
  border-bottom: 1px solid #a70c2c;
}
#howto.section .flow2 h4 {
  margin-bottom: 27px;
  text-align: center;
  font-size: 22px;
  line-height: 1.36;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #a70c2c;
}
#howto.section .flow2 .content_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#howto.section .flow2 .img {
  width: 19.18%;
  max-width: 188px;
  margin-top: 17px;
  margin-left: 17.65%;
}
#howto.section .flow2 .text_box {
  width: 56.84%;
  max-width: 557px;
  color: #333333;
}
#howto.section .flow2 .text_box em {
  font-style: normal;
  color: #a70c2c;
}
#howto.section .flow2 .text_box .sub {
  margin-bottom: 19px;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.05em;
}
#howto.section .flow2 .text_box .catch {
  font-size: 18px;
  line-height: 1.33;
  font-weight: bold;
  letter-spacing: 0.05em;
}
/*sp style*/
@media screen and (max-width: 767px) {
  #howto.section {
    padding-right: 0;
    padding-left: 0;
  }
  #howto.section .inner {
    width: 94.67%;
    padding-top: 45px;
  }
  #howto.section h2 {
    width: 82.25%;
    max-width: 100%;
    margin-bottom: 27px;
  }
  #howto.section .lead_box {
    margin-bottom: 21px;
  }
  #howto.section .lead_box .text {
    font-size: 16px;
    line-height: 1.61;
  }
  #howto.section .lead_box .note {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.33;
  }
  #howto.section .hashtag {
    width: 73.66%;
  }
  #howto.section .hashtag span {
    padding-top: 9px;
    padding-bottom: 9px;
    border-width: 2px;
    font-size: 17px;
  }
  #howto.section .flow_list {
    padding-top: 47px;
  }
  #howto.section .flow_title {
    margin-bottom: 43px;
  }
  #howto.section .flow_title .num {
    width: 45px;
    height: 45px;
    font-size: 18px;
    line-height: 45px;
  }
  #howto.section .flow_title .text {
    margin-left: 16px;
    font-size: 20px;
    line-height: 1.25;
  }
  #howto.section .flow1 {
    margin-bottom: 62px;
  }
  #howto.section .flow1 .step_list {
    display: block;
  }
  #howto.section .flow1 .step_item {
    width: auto;
    max-width: 100%;
    padding-top: 22px;
    padding-bottom: 28px;
  }
  #howto.section .flow1 .step_item:not(:last-child):after {
    top: auto;
    bottom: -27px;
    right: 50%;
    width: 18px;
    height: 18px;
    margin-top: 0;
    margin-right: -9px;
    transform: rotate(45deg);
  }
  #howto.section .flow1 .step_item:not(:last-child) {
    margin-bottom: 49px;
  }
  #howto.section .flow1 .step_item dt {
    margin-bottom: 14px;
    font-size: 20px;
  }
  #howto.section .flow1 .step_item dd {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #howto.section .flow1 .step_item .img {
    display: block;
    height: auto;
    margin: 0 17px 0 0;
  }
  #howto.section .flow1 .step_item.step1 .img {
    width: 41.13%;
  }
  #howto.section .flow1 .step_item.step2 .img {
    width: 18.03%;
  }
  #howto.section .flow1 .step_item.step3 .img {
    width: 18.03%;
  }
  #howto.section .flow1 .step_item .text p {
    text-align: left;
    font-size: 12px;
    line-height: 1.72;
  }
  #howto.section .flow2 .flow_title {
    margin-bottom: 30px;
  }
  #howto.section .flow2 .content_wrap {
    padding-top: 26px;
    padding-bottom: 21px;
  }
  #howto.section .flow2 h4 {
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 1.4;
  }
  #howto.section .flow2 .content_box {
    display: block;
  }
  #howto.section .flow2 .img {
    width: 45.35%;
    margin-top: 0;
    margin-bottom: 21px;
    margin-right: auto;
    margin-left: auto;
  }
  #howto.section .flow2 .text_box {
    width: 105.63%;
    max-width: 120%;
    margin-left: -2.81%;
    text-align: center;
  }
  #howto.section .flow2 .text_box .sub {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #howto.section .flow2 .text_box .catch {
    font-size: 15px;
    line-height: 1.4;
  }
}



/* --------------------------------------------------
  share
-------------------------------------------------- */
#share.section {
  padding-right: 20px;
  padding-left: 20px;
}
#share.section .inner {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 78px;
  padding-bottom: 106px;
}
#share.section h2 {
  width: 58.37%;
  max-width: 572px;
  margin: 0 auto 86px auto;
}
#share.section .share_list {
  display: flex;
  justify-content: space-between;
}
#share.section .share_list li {
  width: 45.92%;
  max-width: 450px;
}
#share.section .share_list li a {
  display: block;
  height: 120px;
  text-align: center;
  text-decoration: none;
}
#share.section .share_list li.tw a {
  background-color: #6aa9e7;
}
#share.section .share_list li.fb a {
  background-color: #3b5998;
}
#share.section .share_list li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 27px;
  line-height: 120px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ffffff;
}
#share.section .share_list li span:before {
  content: "";
  display: inline-block;
  margin-right: 26px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}
#share.section .share_list li.tw span:before {
  width: 61px;
  height: 50px;
  background-image: url(../img/top/share_tw_icon.png);
}
#share.section .share_list li.fb span:before {
  width: 48px;
  height: 48px;
  background-image: url(../img/top/share_fb_icon.png);
}
.campaign_date {
  margin-top: 104px;
  padding-top: 36px;
  padding-bottom: 30px;
  background: url(../img/top/intro_pattern.png) center center / 125px 125px repeat;
}
.campaign_date p {
  max-width: 510px;
  margin: 0 auto;
}
#share.section .lead_box {
  margin-bottom: 5px;
  text-align: center;
}
#share.section .lead_box .text {
  font-size: 18px;
  line-height: 1.33;
  color: #a70c2c;
  padding: 10px;
}
/*sp style*/
@media screen and (max-width: 767px) {
  #share.section {
    padding-right: 0;
    padding-left: 0;
  }
  #share.section .inner {
    width: 94.67%;
    padding-top: 44px;
    padding-bottom: 50px;
  }
  #share.section h2 {
    width: 81.97%;
    max-width: 100%;
    margin-bottom: 39px;
  }
  #share.section .share_list {
    display: block;
  }
  #share.section .share_list li {
    width: auto;
    max-width: 100%;
  }
  #share.section .share_list li:not(:last-child) {
    margin-bottom: 12px;
  }
  #share.section .share_list li a {
    height: 94px;
  }
  #share.section .share_list li span {
    font-size: 21px;
    line-height: 94px;
  }
  #share.section .share_list li span:before {
    margin-right: 20px;
  }
  #share.section .share_list li.tw span:before {
    width: 48px;
    height: 39px;
  }
  #share.section .share_list li.fb span:before {
    width: 38px;
    height: 38px;
  }
  .campaign_date {
    margin-top: 50px;
    padding-top: 31px;
    padding-bottom: 29px;
  }
  .campaign_date p {
    width: 65.92%;
  }
#share.section .lead_box {
  margin-bottom: 5px;
  text-align: center;
}
#share.section .lead_box .text {
  font-size: 13px;
  line-height: 1.33;
  color: #a70c2c;
  padding: 10px;
}
}



/* --------------------------------------------------
  follow_instagram
-------------------------------------------------- */
#share.section .follow_instagram {
  padding-top: 87px;
}
#share.section .follow_instagram h2 {
  width: 55.1%;
  max-width: 540px;
  margin: 0 auto 50px auto;
}
#share.section .follow_instagram .btn_insta {
  max-width: 550px;
  margin: 0 auto;
}
#share.section .follow_instagram .btn_insta a {
  display: block;
  padding-top: 30px;
  padding-bottom: 29px;
  border: 4px solid #a70c2c;
  text-align: center;
  text-decoration: none;
}
#share.section .follow_instagram .btn_insta span {
  vertical-align: middle;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.025em;
}
#share.section .follow_instagram .btn_insta span:before {
  content: "";
  display: inline-block;
  width: 54px;
  height: 54px;
  margin-right: 30px;
  background: url(../img/top/insta_icon.png) 0 0 / 100% auto no-repeat;
  vertical-align: middle;
}
/*sp style*/
@media screen and (max-width: 767px) {
  #share.section .follow_instagram {
    padding-top: 49px;
  }
  #share.section .follow_instagram h2 {
    width: 76.34%;
    max-width: 542px;
    margin-bottom: 44px;
  }
  #share.section .follow_instagram .btn_insta {
    max-width: 100%;
  }
  #share.section .follow_instagram .btn_insta a {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  #share.section .follow_instagram .btn_insta span {
    font-size: 22px;
    letter-spacing: 0;
  }
  #share.section .follow_instagram .btn_insta span:before {
    width: 40px;
    height: 40px;
    margin-right: 13px;
  }
}




/* --------------------------------------------------
  like_count
-------------------------------------------------- */
#like_count.section {
  padding-top: 120px;
}
#like_count.section .title_box {
  padding-top: 79px;
  padding-bottom: 90px;
  background: url(../img/top/intro_pattern.png) center center / 125px 125px repeat;
}
#like_count.section .title_inner {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}
#like_count.section .like_count {
  margin-top: 24px;
  font-size: 80px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #e5cb95;
}
#like_count.section .like_count:before {
  content: "";
  display: inline-block;
  width: 58px;
  height: 58px;
  margin-right: 27px;
  background: url(../img/top/like_icon.png) 0 0 / 100% auto no-repeat;
}
#like_count.section h2 {
  max-width: 468px;
  margin: 0 auto;
}
#like_count.section .lead_box {
  margin-top: 54px;
  margin-bottom: 0px;
  text-align: center;
}
#like_count.section .lead_box .text {
  font-size: 14px;
  line-height: 1.33;
  color: #ffffff;
}
#like_count.section .lead_box .text:not(:last-child) {
  margin-bottom: 20px;
}
#like_count.section .lead_box .text em {
  font-style: normal;
  color: #a70c2c;
}
#like_count.section .lead_box .note {
  margin-top: 3px;
  font-size: 14px;
  line-height: 1.71;
  color: #666666;
}
/*sp style*/
@media screen and (max-width: 767px) {
  #like_count.section {
    padding-top: 40px;
  }
  #like_count.section .title_box {
    padding-top: 47px;
    padding-bottom: 47px;
  }
  #like_count.section .title_inner {
    padding-right: 0;
    padding-left: 0;
  }
  #like_count.section .lead_box {
    margin-top: 27px;
  }
  #like_count.section .like_count {
    margin-top: 17px;
    font-size: 51px;
  }
  #like_count.section .like_count:before {
    width: 38px;
    height: 38px;
    margin-right: 15px;
  }
  #like_count.section h2 {
    width: 79.47%;
  }
}



/* --------------------------------------------------
  like
-------------------------------------------------- */
#like.section {
  padding-bottom: 89px;
}
#like.section .title_box {
  padding-top: 79px;
  padding-bottom: 139px;
  background: url(../img/top/intro_pattern.png) center center / 125px 125px repeat;
}
#like.section .title_inner {
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}
#like.section h2 {
  max-width: 468px;
  margin: 0 auto;
}
#like.section .inner {
  max-width: 1020px;
  margin: -68px auto 0 auto;
  padding-right: 20px;
  padding-left: 20px;
}
#like.section .tab_list {
  display: flex;
  justify-content: space-between;
}
#like.section .tab_list li {
  width: 48.98%;
  max-width: 480px;
}
#like.section .tab_list a {
  display: block;
  background-color: #e5cb95;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: background 400ms ease, color 400ms ease;
}
#like.section .tab_list .cu a {
  background-color: #ffffff;
  color: #000000;
}
#like.section .tab_list span {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  line-height: 68px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
#like.section .tab_list span:before {
  content: "";
  display: inline-block;
  margin-right: 18px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}
#like.section .tab_list .insta span:before {
  width: 31px;
  height: 31px;
  background-image: url(../img/top/like_insta_icon_on.png);
}
#like.section .tab_list .insta.cu span:before {
  background-image: url(../img/top/like_insta_icon.png);
}
#like.section .tab_list .tw span:before {
  width: 30px;
  height: 24px;
  background-image: url(../img/top/like_tw_icon_on.png);
}
#like.section .tab_list .tw.cu span:before {
  background-image: url(../img/top/like_tw_icon.png);
}
#like.section .sns_panel_list {
  position: relative;
  padding-top: 91px;
}
#like.section .sns_panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: opacity 400ms ease;
}
#like.section .sns_panel.cu {
  position: relative;
  z-index: 1;
  opacity: 1;
}
#like.section .sns_panel:not(.cu) {
  position: absolute;
  top: 91px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#like.section .sns_panel li {
  width: 18.37%;
  max-width: 180px;
  margin-bottom: 20px;
}
#like.section .sns_panel li a {
  box-sizing: border-box;
  display: block;
  height: 0;
  padding-top: 94.44%;
  border: 5px solid #a70c2c;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
/*sp style*/
@media screen and (max-width: 767px) {
  #like.section {
    padding-bottom: 33px;
  }
  #like.section .title_box {
    padding-top: 47px;
    padding-bottom: 98px;
  }
  #like.section .title_inner {
    padding-right: 0;
    padding-left: 0;
  }
  #like.section h2 {
    width: 79.47%;
  }
  #like.section .inner {
    width: 94.67%;
    margin-top: -46px;
    padding-right: 0;
    padding-left: 0;
  }
  #like.section .tab_list li {
    width: 48.73%;
  }
  #like.section .tab_list span {
    font-size: 18px;
    line-height: 46px;
  }
  #like.section .tab_list span:before {
    margin-right: 13px;
  }
  #like.section .tab_list .insta span:before {
    width: 19px;
    height: 19px;
  }
  #like.section .tab_list .tw span:before {
    width: 19px;
    height: 16px;
  }
  #like.section .sns_panel_list {
    padding-top: 40px;
  }
  #like.section .sns_panel:not(.cu) {
    top: 40px;
  }
  #like.section .sns_panel li {
    width: 30.7%;
    margin-bottom: 12px;
  }
  #like.section .sns_panel li a {
    border-width: 4px;
    padding-top: 92.66%;
  }
}



/* --------------------------------------------------
  faq
-------------------------------------------------- */
#faq.section {
  border-top: 1px solid #a70c2c;
  padding-right: 20px;
  padding-left: 20px;
}
#faq.section .inner {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 89px;
  padding-bottom: 97px;
}
#faq.section h2 {
  max-width: 207px;
  margin: 0 auto 85px auto;
}
#faq.section li:not(:last-child) {
  margin-bottom: 29px;
}
#faq.section li dl {
  overflow: hidden;
  transition: height 400ms ease;
}
#faq.section .icon {
  display: block;
  width: 35px;
  height: 35px;
  margin-right: 18px;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  font-weight: bold;
}
#faq.section dt a {
  display: flex;
  text-decoration: none;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 17px;
  padding-right: 11px;
  padding-left: 11px;
}
#faq.section dt .icon {
  background: url(../img/top/intro_pattern.png) center center / 125px 125px repeat;
  color: #ffffff;
}
#faq.section dt .text {
  width: calc(100% - 35px - 18px - 21px - 10px);
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0;
}
#faq.section dt .btn {
  position: relative;
  width: 21px;
  height: 21px;
  margin-top: 8px;
  margin-left: 10px;
}
#faq.section dt .btn:before,
#faq.section dt .btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  background: url(../img/top/intro_pattern.png) center center / 125px 125px repeat;
  transition: transform 200ms ease;
}
#faq.section li:not(.cu) dt .btn:before {
  transform: rotate(90deg);
}
#faq.section dd .answer_inner {
  display: flex;
  padding-top: 15px;
  padding-right: 11px;
  padding-left: 11px;
}
#faq.section dd .icon {
  background-color: #eeeeee;
  color: #941b2f;
}
#faq.section dd .text {
  width: calc(100% - 35px - 18px);
  padding-top: 3px;
  padding-bottom: 25px;
  font-size: 14px;
  line-height: 2.14;
  font-weight: bold;
  letter-spacing: 0.1em;
}
/*sp style*/
@media screen and (max-width: 767px) {
  #faq.section {
    padding-right: 0;
    padding-left: 0;
  }
  #faq.section .inner {
    width: 94.67%;
    padding-top: 47px;
    padding-bottom: 51px;
  }
  #faq.section h2 {
    width: 50.14%;
    margin-bottom: 43px;
  }
  #faq.section li:not(:last-child) {
    margin-bottom: 26px;
    transition: margin 400ms ease;
  }
  #faq.section li:not(:last-child).cu {
    margin-bottom: 8px;
  }
  #faq.section li:not(.cu) dl {
    height: 45px;
  }
  #faq.section .icon {
    width: 30px;
    height: 30px;
    margin-right: 15px;
    font-size: 17px;
    line-height: 30px;
  }
  #faq.section dt a {
    padding-bottom: 14px;
  }
  #faq.section dt .text {
    width: calc(100% - 30px - 15px - 19px - 10px);
    font-size: 15px;
  }
  #faq.section dt .btn {
    width: 19px;
    height: 19px;
    margin-top: 6px;
  }
  #faq.section dd .answer_inner {
    padding-top: 15px;
  }
  #faq.section dd .text {
    width: calc(100% - 30px - 15px);
    padding-bottom: 0;
    font-size: 12px;
    line-height: 2.17;
  }
}



/* --------------------------------------------------
  support
-------------------------------------------------- */
#support.section {
  padding-right: 20px;
  padding-left: 20px;
}
#support.section {
  background: url(../img/top/intro_pattern.png) center center / 125px 125px repeat;
}
#support.section .inner {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 88px;
  padding-bottom: 98px;
}
#support.section h2 {
  max-width: 209px;
  margin: 0 auto 54px auto;
}
#support.section .lead_box {
  padding: 27px 20px;
  background-color: #ffffff;
  text-align: center;
}
#support.section .lead_box p {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0;
}
#support.section .lead_text {
  padding-top: 53px;
  padding-bottom: 90px;
  text-align: center;
}
#support.section .lead_text p {
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0;
  color: #ffffff;
}
#support.section .lead_text p:not(:last-child) {
  margin-bottom: 20px;
}
#support.section .content_box h3 {
  max-width: 824px;
  margin: 0 auto 89px auto;
}
#support.section .article_box {
  display: flex;
  justify-content: space-between;
}
#support.section .article_box:not(:last-child) {
  margin-bottom: 87px;
}
#support.section .article_box.article2 {
  flex-direction: row-reverse;
}
#support.section .article_box .img {
  width: 45.92%;
  max-width: 450px;
}
#support.section .article_box .text_box {
  width: 46.02%;
  max-width: 451px;
  margin-top: -9px;
}
#support.section .article_box .text_box p {
  text-align: justify;
  font-size: 16px;
  line-height: 1.88;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ffffff;
}
#support.section .article_box .text_box p:not(:last-child) {
  margin-bottom: 18px;
}
/*sp style*/
@media screen and (max-width: 767px) {
  #support.section {
    padding-right: 0;
    padding-left: 0;
  }
  #support.section .inner {
    width: 94.67%;
    padding-top: 44px;
    padding-bottom: 44px;
  }
  #support.section h2 {
    width: 37.8%;
    margin-bottom: 44px;
  }
  #support.section .lead_box {
    padding: 23px 15px 24px 15px;
  }
  #support.section .lead_box p {
    font-size: 18px;
    line-height: 1.67;
  }
  #support.section .lead_text {
    padding-top: 31px;
    padding-bottom: 36px;
  }
  #support.section .lead_text p {
    text-align: justify;
    font-size: 14px;
    line-height: 1.75;
  }
  #support.section .lead_text p:not(:last-child) {
    margin-bottom: 23px;
  }
  #support.section .content_box h3 {
    width: 84.51%;
    margin-bottom: 42px;
  }
  #support.section .article_box {
    display: block;
  }
  #support.section .article_box:not(:last-child) {
    margin-bottom: 23px;
  }
  #support.section .article_box .img {
    width: auto;
    max-width: 100%;
    margin-bottom: 18px;
  }
  #support.section .article_box .text_box {
    width: auto;
    max-width: 100%;
    margin-top: 0;
  }
  #support.section .article_box .text_box p {
    font-size: 12px;
    line-height: 2;
  }
  #support.section .article_box .text_box p:not(:last-child) {
    margin-bottom: 12px;
  }
}



/* --------------------------------------------------
  partner
-------------------------------------------------- */
#partner.section {
  padding-right: 20px;
  padding-left: 20px;
}
#partner.section .inner {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 95px;
  padding-bottom: 100px;
}
#partner.section h2 {
  width: 31.22%;
  max-width: 306px;
  margin: 0 auto 74px auto;
}
#partner.section .bnr_list {
  display: flex;
  justify-content: space-between;
}
#partner.section .bnr_list li {
  width: 31.63%;
  max-width: 310px;
}
/*sp style*/
@media screen and (max-width: 767px) {
  #partner.section .inner {
    width: 94.67%;
    padding-top: 49px;
    padding-bottom: 50px;
  }
  #partner.section h2 {
    width: 73.8%;
    max-width: 100%;
    margin-bottom: 45px;
  }
  #partner.section .bnr_list {
    display: block;
  }
  #partner.section .bnr_list li {
    width: 74.65%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  #partner.section .bnr_list li:not(:last-child) {
    margin-bottom: 15px;
  }
}



/* --------------------------------------------------
  product
-------------------------------------------------- */
#product.section {
  padding-right: 20px;
  padding-left: 20px;
  background: url(../img/top/intro_pattern.png) center center / 125px 125px repeat;
}
#product.section .inner {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 96px;
  padding-bottom: 94px;
}
/*sp style*/
@media screen and (max-width: 767px) {
  #product.section {
    padding-right: 0;
    padding-left: 0;
  }
  #product.section .inner {
    width: 94.67%;
    padding-top: 11px;
    padding-bottom: 12px;
  }
}



/* --------------------------------------------------
  company
-------------------------------------------------- */
#company.section {
  padding-right: 20px;
  padding-left: 20px;
}
#company.section .inner {
  max-width: 980px;
  margin: 0 auto;
  padding-top: 96px;
  padding-bottom: 94px;
}
#company.section h3 {
  max-width: 304px;
  margin: 0 auto 30px auto;
}
#company.section .btn {
  text-align: center;
}
#company.section .btn a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #022591;
}
#company.section .btn a:after {
  box-sizing: border-box;
  content: "";
  display: inline-block;
  position: relative;
  top: -2px;
  width: 11px;
  height: 11px;
  margin-left: 2px;
  border-right: 3px solid #022591;
  border-bottom: 3px solid #022591;
  transform: rotate(-45deg);
}
/*sp style*/
@media screen and (max-width: 767px) {
  #company.section {
    padding-right: 0;
    padding-left: 0;
  }
  #company.section .inner {
    width: 94.67%;
    padding-top: 45px;
    padding-bottom: 47px;
  }
  #company.section h3 {
    max-width: 100%;
    width: 66.48%;
    margin-bottom: 24px;
  }
  #company.section .btn a {
    padding-left: 15px;
    font-size: 14px;
  }
  #company.section .btn a:after {
    width: 9px;
    height: 9px;
    margin-left: 3px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
}



/* --------------------------------------------------
  modal
-------------------------------------------------- */
.modaal-overlay {
  z-index: 9990;
}
.modaal-close:focus,
.modaal-close:hover {
  outline: 0;
  background: transparent;
}
.modaal-close:after, .modaal-close:before {
  top: 6px;
  left: 24px;
  width: 2px;
  height: 40px;
  border-radius: 0;
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background-color: #ffffff;
}
.modaal-video-wrap {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1400px){
  .modaal-video-container {
     padding-bottom: 56.25%; 
     height: 0; 
  }
}



/* --------------------------------------------------
  768px〜 hover pc + tablet style
  touchデバイスでhoverを使うと2回クリックしないと
  いけないくなるので、.notouchを先頭につけてください
-------------------------------------------------- */
@media screen and (min-width: 768px) {
  
  .notouch #hero.section .back_intro a,
  .notouch #message.section .btn_list a,
  .notouch #report.section .btn_list a,
  .notouch #company.section .btn a,
  .notouch #product.section .inner a,
  .notouch #partner.section .bnr_list li a,
  .notouch #faq.section dt a,
  .notouch #share.section .share_list li a,
  .notouch #message.section .btn_movie a,
  .notouch #share.section .follow_instagram .btn_insta a,
  .notouch #like.section .sns_panel li a,
  .notouch #hero.section .btn a,
  .notouch #like.section .tab_list li:not(.cu) a {
    transition: opacity 400ms ease;
  }
  .notouch #hero.section .back_intro a:hover,
  .notouch #message.section .btn_list a:hover,
  .notouch #report.section .btn_list a:hover,
  .notouch #company.section .btn a:hover,
  .notouch #product.section .inner a:hover,
  .notouch #partner.section .bnr_list li a:hover,
  .notouch #faq.section dt a:hover,
  .notouch #share.section .share_list li a:hover,
  .notouch #message.section .btn_movie a:hover,
  .notouch #share.section .follow_instagram .btn_insta a:hover,
  .notouch #like.section .sns_panel li a:hover,
  .notouch #hero.section .btn a:hover,
  .notouch #like.section .tab_list li:not(.cu) a:hover {
    opacity: 0.7;
  }

}