@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
common sp
----------------------------------------------------------*/


.pcOnly {
  display: none !important;
}
body {
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 60px
}
.gap {
  padding-left: 20px;
  padding-right: 20px
}
.gap+.gap {
  margin-top: 40px
}
.grayBg, .pinkBg {
  padding-top: 36px;
  padding-bottom: 36px
}
.mb_80_40 {
  margin-bottom: 40px
}
.mb_64_32 {
  margin-bottom: 32px !important;
}
.mb_48_24 {
  margin-bottom: 24px
}
.mb_40_20 {
  margin-bottom: 20px
}
.mb_32_16 {
  margin-bottom: 16px
}
.share_sp {
  position: fixed;
  top: auto;
  bottom: 70px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 3;
}
.share_screen {
  width: 100vw;
  height: 120vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
  background: transparent;
  transition: background .3s ease .3s
}
.share_screen.open {
  transition: background .3s ease;
  background: rgba(0,0,0,0.3);
  pointer-events: auto
}
.share_box {
  width: 260px;
  height: 100%;
  background: #ccc;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  padding: 0 20px;
  padding-top: 42px;
  transform: translateX(260px);
  transition: transform .3s ease;
}
.open .share_box {
  transition: transform .3s ease .3s;
  transform: translateX(0)
}
.share_box>img {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 6px;
  right: 6px
}
.share_box div {
  border-bottom: 1px solid #fff;
  font-size: 14px;
  padding-bottom: 10px
}
.share_box .flex {
  margin-top: 20px;
  padding: 0;
  padding-bottom: 20px
}
.share_box .flex>* {
  width: 50px
}

/* ---------------------------------------------------------
.main sp
----------------------------------------------------------*/
.main {
  margin-bottom: calc(10 / 375 * 100vw);
}
.main h1 {
  display: flex;
  align-items: center;
  width: calc(180 / 375 * 100%);
  height: calc(75 / 375 * 100vw);
  font-size: calc(18 / 375 * 100vw);
  line-height: 1.5;
  background-color: rgba(255, 255, 255, 0.7);
  padding-left: calc(17 / 375 * 100vw);
  margin-top: calc(78 / 375 * 100%);
  margin-left: 0;
}

/* ---------------------------------------------------------
.sec01 sp
----------------------------------------------------------*/
.sec01 {
  margin-top: 0;
  margin-bottom: calc(78 / 375 * 100%);
}
.sec01 h2 {
  position: relative;
  padding-bottom: 4px;
  padding-right: 40px
}
.sec01 h2 img {
  max-width: 246px;
  position: relative;
  z-index: 1
}
.sec01 h2::before {
  height: 5px
}
.sec01 h2::after {
  height: 5px;
  width: 20px
}
.sec01_cnt {
  margin-left: 0;
}
.sec01 .flex h2 {
  width: calc(100% - 57px)
}
.sec01 .flex>*:last-child {
  width: 35px
}
.sec01 .fs_m {
  font-size: calc(16 / 375 * 100vw);
  line-height: 2.18;
  letter-spacing: .15em;
}

/* ---------------------------------------------------------
#intro sp
----------------------------------------------------------*/
#intro {
  padding: calc(63 / 375 * 100%) 20px calc(70 / 375 * 100%);
	margin-bottom: 0
}
#intro h2 {
  width: calc(190 / 375 * 100vw);
  margin: 0 auto calc(50 / 375 * 100vw);
}
#intro .inner {
  max-width: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#intro p {
  font-size: calc(16 / 375 * 100vw);
  line-height: 2.2;
}
#intro sup {
  font-size: calc(10 / 375 * 100vw);
}
#intro .txt-caution {
  font-size: calc(12 / 375 * 100vw);
  line-height: 1.5;
  margin-top: 19px;
}

/* ---------------------------------------------------------
.btn-link
----------------------------------------------------------*/
.btn-link {
  padding: 60px 0;
}
.btn-link ul {
  display: block;
  padding: 0 20px;
}
.btn-link li {
  width: 100%;
}
.btn-link li a {
  height: 80px;
  font-size: 18px;
  background: url(../img/icon_arrow_white.png) no-repeat bottom 14px left 50%;
  background-color: #0886CC;
  background-size: 20px auto;
  letter-spacing: .05em;
  border-radius: 11px;
  padding: 20px 10px 0;
}
.btn-link li:nth-child(2) a {
  background-color: #E60012;
  margin-top: 20px;
}
@media screen and (max-width: 340px) {
  .btn-link li a {
    height: 70px;
    font-size: 14px;
    padding-top: 15px;
  }
}

/* ---------------------------------------------------------
#campaign
----------------------------------------------------------*/
  #campaign .campaign-main {
    padding: 40px 0 140px;
  }
  #campaign .campaign-main .subttl {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 24px;
  }

	#campaign .campaign-main .campaign_close {
		font-size: 17px;
		padding-bottom: 20px;
	}

@media screen and (max-width: 340px) {
  #campaign .campaign-main .subttl {
    font-size: 12px;
  }
}
  #campaign .campaign-main h2 {
    width: calc(316 / 375 * 100%);
    margin: 0 auto 32px;
  }
	#campaign .campaign-main .close_box{
		margin: 0 30px 40px;
	}
	#campaign .campaign-main .campaign_close {
		font-size: 19px;
	}
	#campaign .campaign-main .close_txt{
		font-size: 15px;
		line-height: 2.0;
		padding: 0 10px 50px;
	}
	#campaign .campaign-main .close_btn a{
	width: 80%;
	}
	#campaign .campaign-main .close_btn a::after {
		position: absolute;
		bottom: 10px;
		left: 50%;
		content: "";
		width: 15px;
		height: 15px;
		margin: 0 auto;
		border: 3px solid;
		border-color:  transparent #fff #fff transparent;
		transform: rotate(45deg) translateX(-50%);
	}

	#campaign .campaign-main .close_btn p{
	font-size: 22px;
	color: #fff;
	}








  #campaign .campaign-main .date {
    width: 174px;
    height: 40px;
    margin: 0 auto 70px;
  }
  #campaign nav ul {
    height: 170px;
    margin: 0 auto;
  }
#campaign nav li {
  position: relative;
  width: 33.33%;
}
#campaign nav li.cr::after {
  content: '';
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 5px;
  background: #0886CC;
}
#campaign nav li a {
  display: block;
  height: 100%;
  background: url(../img/icon_arrow_gray.png) no-repeat bottom 10px left 50%;
  background-size: 14px auto;
  padding-top: 16px;
  box-sizing: border-box;
}
#campaign nav li::before,
#campaign nav li:last-child ::after {
  content: none;
}
#campaign nav .wrapper {
  display: block;
  padding-left: 0;
}
#campaign nav li:nth-child(2) .wrapper {
  padding-left: 0;
}
#campaign nav li:nth-child(3) .wrapper {
  padding-left: 0;
}
#campaign nav .icon {
  width: 32px;
  height: 60px;
  padding-top: 0;
  margin: 0 auto;
}
#campaign nav.is-fixed ul {
  height: 104px;
}
  #campaign nav.is-fixed .icon {
    display: none;
  }
#campaign nav li:nth-child(2) .icon {
  width: 50px;
  padding-top: 0;
  margin: 0 auto;
}
#campaign nav li:nth-child(3) .icon {
  width: 30px;
  padding-top: 0;
  margin: 0 auto;
}
#campaign nav p {
  font-size: 10px;
  padding-left: 8px;
}
#campaign nav .nav-ttl {
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  padding: 0;
  margin-top: 6px;
}
@media screen and (max-width: 340px) {
  #campaign nav .nav-ttl {
    font-size: 12px;
  }
}

#campaign .lead {
  padding: 72px 0 76px;
}
#campaign .lead h3 {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#campaign .lead p {
  width: calc(337 / 375 * 100%);
  text-align: left;
  line-height: 1.8;
  margin: 0 auto;
}

/* ---------------------------------------------------------
.sec-action
----------------------------------------------------------*/
  .sec-action .ttl-area {
    padding: 63px 0 32px;
    margin-bottom: 43px;
  }
  .sec-action .ttl-area .wrapper {
    display: block;
    width: calc(335 / 375 * 100%);
    margin: 0 auto;
  }
  .sec-action .ttl-area .left-col,
  .sec-action .ttl-area .right-col,
  #action02 .ttl-area .left-col,
  #action02 .ttl-area .right-col {
    width: 100%;
  }
  .sec-action .ttl-area .left-col {
    border-right: none;
    padding-top: 0;
  }
  .sec-action .ttl-area .left-col p {
    padding-left: 3px;
    margin-bottom: 4px;
  }
  .sec-action .ttl-area h3 {
    font-size: 32px;
    line-height: 1.5;
  }
@media screen and (max-width: 340px) {
  .sec-action .ttl-area h3 {
    font-size: 24px;
  }
}
  #action01 .ttl-area .icon {
    width: 55px;
    padding-top: 28px;
    margin: 0 17px 21px 6px;
  }
  #action02 .ttl-area .icon {
    width: 69px;
    padding-top: 37px;
    margin-right: 9px;
    margin-bottom: 34px;
  }
  #action03 .ttl-area .icon {
    width: 53px;
    padding-top: 30px;
    margin-right: 20px;
    margin-bottom: 28px;
  }
  .sec-action .ttl-area .right-col .txt1 {
    padding-top: 32px;
    border-top: 1px solid #fff;
  }
  #action03.sec-action .ttl-area .right-col .txt1 {
    margin-right: -10px;
  }
  .sec-action .ttl-area .right-col p {
    font-size: 18px;
    line-height: 1.7;
    padding-left: 0;
  }
  .sec-action .ttl-area .right-col .txt2 {
    line-height: 1.81;
    margin-top: 20px;
  }
  .sec-action .btn-tw {
    width: calc(335 / 375 * 100%);
  }

  .sec-action .btn-tw.btn-other {
    width: calc(335 / 375 * 100%);
    height: 80px;
  }
  .sec-action .btn-tw.btn-other p {
    font-size: 16px;
  }

  .sec-action .btn-tw::before {
    height: 80px;
  }
  .sec-action .btn-tw a {
    height: 80px;
    font-size: 16px;
    background: #1DA1F2 url(../img/icon_tw_sp.png) no-repeat left 16px top 50%;
    background-size: 59px auto;
    padding-left: 50px;
  }
  .sec-action .txt-caution.txt-tw {
    font-size: 14px !important;
  }

/* ---------------------------------------------------------
#action01
----------------------------------------------------------*/
  #action01 {
    padding-bottom: 74px;
  }
  #action01 .movie .anm {
    width: calc(335 / 375 * 100%);
    margin: 0 auto 57px;
  }
  #action01 .how {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 55px;
  }
  #action01 .how .subttl {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 16px;
  }
  #action01 .how h3 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 58px;
  }
@media screen and (max-width: 340px) {
  #action01 .how h3 {
    font-size: 28px;
  }
}
  #action01 .how .wrapper {
    display: block;
    width: calc(335 / 375 * 100%);
  margin: 0 auto 110px;
}
  #action01 .how .block {
    width: 100%;
    padding-bottom: 9px;
    margin-bottom: 49px;
  }
  #action01 .how .block:first-child::after {
    content: none;
  }
#action01 .how .block::after {
  content: '';position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 34.5px 0 34.5px;
  border-color: #0886CC transparent transparent transparent;
  margin-left: -35px;
  margin-bottom: -68px;
}
  #action01 .circle {
    width: 58px;
    height: 58px;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto -16px;
    transform: translateY(-29px);
  }
  #action01 .block:nth-child(2) .circle {
    margin-bottom: -22px;
  }
  #action01 .icon {
    width: 120px;
  }
  #action01 .block:nth-child(2) .icon {
    width: 49px;
  }
  #action01 .block h4 {
    font-size: 24px;
    line-height: 1.25;
    margin: 19px 0 20px;
  }
  #action01 .block:nth-child(2) h4 {
    margin-top: 20px;
  }
  #action01 .bg-blue {
    width: calc(305 / 335 * 100%);
    min-height: auto;
    padding: 13px 0 19px calc(20 / 305 * 100%);
    margin: 0 auto 16px;
  }
  #action01 .bg-blue li {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: normal;
    margin-bottom: 2px;
  }
  #action01 .bg-blue li:last-child {
    margin-bottom: 5px;
  }
  #action01 .bg-blue .pic {
    width: calc(266 / 285 * 100%);
  }
  #action01 .bg-blue p {
    width: calc(266 / 285 * 100%);
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: .05em;
    padding: 6px 8px 5px;
  }
  #action01 .txt-hashtag {
    font-size: 18px;
    line-height: 1.77;
  }

  #action01 .block2 {
    width: calc(335 / 375 * 100%);
    border-radius: 0;
    padding: 22px 0 26px;
    margin: 0 auto 10px;
  }
  #action01 .block2 h4 {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 30px;
  }
  #action01 .block2 h4 .txt-big {
    font-size: 28px;
    line-height: 1.5;
  }
  #action01 .block2 .txt-ex {
    font-size: 16px;
    padding: 0 25px;
    margin-bottom: 32px;
  }
  #action01 .block2 ul {
    margin-left: 20px;
  }
  #action01 .block2 li {
    font-size: 18px;
    line-height: 2;
  }
  #action01 .block2 li p {
    font-size: 14px;
    padding-left: 1.5em;
    margin-top: 7px;
    margin-bottom: 12px;
  }
  #action01 .txt-caution {
    width: calc(335 / 375 * 100%);
    font-size: 12px;
    line-height: 1;
    margin: 0 auto;
  }
  #action01 .btn-tw {
    margin-top: 40px;
    margin-bottom: 15px;
  }

  #action01 .sponsor {
    width: 100%;
  }
  #action01 .sponsor h5 {
    font-size: 20px;
    margin-bottom: 16px;
  }
  #action01 .sponsor p {
    line-height: 1.8;
    margin-bottom: 30px;
  }

  #action01 .sponsor .slider {
    width: calc(344 / 375 * 100%);
    margin: 0 auto 47px;
  }

  #action01 .sponsor ul {
    width: calc(162 / 344 * 100%);
    padding-top: 2px;
    /* padding-bottom: 38px; */
    margin: 0 calc(5 / 344 * 100%);
  }
  #action01 .sponsor li {
    width: 100%;
    margin: 0 0 10px;
  }
  /* #action01 .swiper-container {
    padding-bottom: 40px;
  } */
  #action01 .sponsor p.txt-caution {
    font-size: 14px;
    margin: -40px 0 0 calc(18 / 345 * 100%);
  }
#action01 .swiper-pagination {
  left: 25%;
  width: 50%;
	position: relative;
}
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
.sponsor-nav-prev,
.sponsor-nav-next {
  position: absolute;
  top: auto;
  bottom: -17px;
  right: calc(14 / 375 * 100%);
}
.sponsor-nav-prev {
  right: auto;
  left: calc(14 / 375 * 100%);
}

  .btn-list a {
    font-size: 16px;
    line-height: 1;
  }


@media screen and (max-width: 340px) {
  #action01 .bg-blue li {
    font-size: 14px;
  }
  #action01 .txt-hashtag {
    font-size: 16px;
  }
  #action01 .block2 h4 {
    font-size: 16px;
  }
  #action01 .block2 h4 .txt-big {
    font-size: 25px;
    letter-spacing: .05em;
  }
  #action01 .block2 li {
    font-size: 14px;
  }
  .sec-action .btn-tw a {
    font-size: 16px;
    background: #1DA1F2 url(../img/icon_tw_sp.png) no-repeat left 10px top 50%;
    background-size: 54px auto;
    padding-left: 68px;
  }
  .sec-action .txt-caution.txt-tw {
    font-size: 13px !important;
  }
  #action01 .sponsor p {
    font-size: 14px;
  }
  .btn-list a {
    font-size: 13px;
  }
  #action01 .block h4 {
    font-size: 28px;
  }
}

/* ---------------------------------------------------------
#modal
----------------------------------------------------------*/
  .modaal-inner-wrapper {
    padding: 50px calc(15 / 375 * 100%);
  }
  .modal-list-inner h3 {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .modal-list-inner ul {
    width: 100%;
    padding: 0;
  }
  .modal-list-inner li {
    width: calc(162 / 345 * 100%);
    padding: 0;
    margin: 0 calc(5 / 345 * 100%) 10px;
  }
  .modaal-wrapper .modaal-close {
    position: absolute;
    top: -30px;
    right: 0;
    width: 24px;
    height: 24px;
  }

/* ---------------------------------------------------------
#action02
----------------------------------------------------------*/
#action02 {
  padding-bottom: 80px;
}
  #action02 .sec1 {
    position: relative;
    margin-bottom: 35px;
    z-index: 1;
  }
  #action02 .sec1 h3 {
    font-size: 24px;
    margin-top: -9px;
    margin-bottom: 26px;
  }

  #action02 .sec1 .num-box {
    position: relative;
    width: calc(335 / 375 * 100%);
    margin: 0 auto;
    z-index: 1;
  }

  #action02 .sec1 .num-box::after {
    width: 100%;
    height: 6px;
    margin: 6px auto 0;
    transform: translateX(0);
  }
  #action02 .sec1 .num-box .wrapper {
    height: calc(78 / 375 * 100vw);
  }
  #action02 .sec1 .num-box .block {
    width: calc(47 / 335 * 100%);
    height: calc(79 / 375 * 100vw);
    margin: 0 calc(1 / 335 * 100%) 10px;

    z-index: -1;

  transform-style:preserve-3d;
  perspective: 200px;
}
  #action02 .sec1 .num-box .num-bottom,
  .num-blank img:last-child {
/*    margin-top: -1px;*/
  }
  #action02 .sec1 .num-box .block > div {
    position: relative;
    width: 100%;
    height: calc(37 / 375 * 100vw);
  }

  #action02 .sec1 .num-box img {
    width: 100%;
    height: auto;
    z-index: 1;
  }
  #action02 .sec1 .num-box p {
    margin-left: 3px;
  }
  #action02 .sec1 .txt-caution {
    font-size: 12px;
    margin: 19px 0 63px;
  }




#action02 .sec1 h4 {
  text-align: center;
  margin-bottom: 15px;
}
#action02 .sec1 .txt-caution {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}
  #action02 .sec1 .tw-block {
    width: calc(335 / 375 * 100%);
    margin: 0 auto;
}
  #action02 .sec1 .tw-block .txt-balloon {
    top: -25px;
    width: 260px;
    height: 48px;
    font-size: 20px;
    letter-spacing: .10em;
    border-radius: 24px;
    margin-left: -130px;
  }
  #action02 .sec1 .tw-block .txt-balloon::after {
    border-width: 10px 8px 0 8px;
    margin-left: 0;
    transform: translateX(-50%);
  }
  #action02 .sec1 .tw-block .post-wrapper {
    display: block;
  }
  #action02 .sec1 .tw-block .block {
    width: calc(335 / 375 * 100vw);
    background: #fff;
    border-radius: 26px;
    padding: 40px calc(20 / 375 * 100vw) 20px;
  }
#action02 .sec1 .tw-block .block::before {
  display: none;
}
  #action02 .sec1 .tw-block .block .left-col {
    width: 100%;
    padding-right: 0;
  }
  #action02 .sec1 .tw-block .block .right-col {
    width: 100%;
  }
  #action02 .sec1 .tw-block .block .post-name {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #action02 .sec1 .tw-block .block .post-txt {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 28px;
  }
  #action02 .sec1 .tw-block .block .right-col img {
    border-radius: 16px;
  }

  #action02 .sec1 .tw-block .block.no-pic {
    padding: 40px calc(20 / 375 * 100vw) 20px;
  }
  #action02 .sec1 .tw-block .block.no-pic .post-txt {
    margin-bottom: 0;
  }

/*
#action02 .sec1 .tw-block .wrapper {
  display: flex;
}
#action02 .sec1 .tw-block .icon {
  width: 77px;
  padding-top: 19px;
  margin-right: 60px;
}
#action02 .sec1 .tw-block .txt-block {
  width: 780px;
}
#action02 .sec1 .tw-block .txt {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
}
#action02 .sec1 .tw-block .name {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 10px;
}
#action02 .sec1 .tw-block .account {
  color: #B1B1B1;
  font-weight: normal;
  letter-spacing: 0;
}
#action02 .sec1 .tw-block .txt-blue {
  color: #42A0C1;
  letter-spacing: 0;
}
*/
  #action02 .sec2 {
    padding: 0;
    margin-bottom: 30px;
    border-bottom: none;
  }
  #action02 .sec2::after {
    content: '';
    display: block;
    width: calc(335 / 375 * 100%);
    height: 1px;
    /* background: #A6C5D6;
    margin: 40px auto 0; */
  }
  #action02 .sec2 h5 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 14px;
  }
  #action02 .sec2 p {
    font-size: 12px;
    margin-bottom: 2px;
  }
  #action02 .sec2 .post-box {
    width: calc(335 / 375 * 100%);
    margin: 0 auto;
  }


/* new 2022 */
	#sr-social-hub-wrapper .EntryImage__img-container___LVSby,
	#sr-social-hub-wrapper .Entry__card-caption___AGG2C {
		padding: calc(10 / 375 * 100vw);
	}
	#sr-social-hub-wrapper .EntryImage__img-container___LVSby + .Entry__card-caption___AGG2C {
		padding-top: 0;
	}
	#sr-social-hub-wrapper .Entry__logo___3VVZq span,
	#sr-social-hub-wrapper .Entry__comment-title___3QwYj {
    font-size: 10px;
    line-height: 1.5;
	}
	#sr-social-hub-wrapper .LoadMoreButton__load-more-button___3uRPa {
    font-size: 16px;
    margin: 15px 0 0;
	}
	#sr-social-hub-wrapper .LoadMoreButton__load-more-button___3uRPa::after {
    width: 19px;
    height: 10px;
    margin: 10px auto 0;
	}
/* /new 2022 */

  .sr-sh-sizer,
  .sr-sh-theme-item {
    width: calc(165 / 335 * 100%);
  }
  .sr-sh-theme-card__wrapper {
    padding: 0 calc(17 / 165 * 100%);
    border-radius: 10px;
  }
  .sr-sh-theme-card__description-container {
    padding: 0;
  }
  .sr-sh-theme-card__name-show,
  .sr-sh-theme-card__description-show {
    font-size: 10px;
    line-height: 1.5;
  }
  .sr-sh .sr-sh-theme-btn,
  .ngdialog .sr-sh-theme-btn {
    font-size: 16px;
    margin: 15px 0 0;
  }
  .sr-sh .sr-sh-theme-btn::after,
  .ngdialog .sr-sh-theme-btn::after {
    width: 19px;
    height: 10px;
    margin: 10px auto 0;
  }
.sr-sh .sr-sh-theme-btn:hover,
.sr-sh .sr-sh-theme-btn:active,
.sr-sh .sr-sh-theme-btn:focus,
.sr-sh .sr-sh-theme-btn.selected,
.ngdialog .sr-sh-theme-btn:hover,
.ngdialog .sr-sh-theme-btn:active,
.ngdialog .sr-sh-theme-btn:focus,
.ngdialog .sr-sh-theme-btn.selected {
  color: #000;
  background: transparent;
  outline: none;
}

#action02 .sec2 .btn-more {
  text-align: center;
}
#action02 .sec2 .btn-more a {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: .10em;
}

  #action02 .sec3 {
    margin-bottom: 0;
  }
  #action02 .sec3 .subttl {
    font-size: 16px;
    letter-spacing: .1em;
  margin-bottom: 5px;
}
  #action02 .sec3 h3 {
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 22px;
  }
  #action02 .sec3 .slider .block {
    width: calc(335 / 375 * 100vw);
    min-height: 510px;
    padding: 20px calc(20 / 375 * 100vw);
  }
  #action02 .sec3 .slider .block .wrapper {
    display: block;
  }
  #action02 .sec3 .slider .block .left-col {
    display: flex;
    width: 100%;
    margin-bottom: calc(29 / 375 * 100vw);
  }
  #action02 .sec3 .slider .block .left-col .pic {
    width: calc(120 / 375 * 100vw);
  }
  #action02 .sec3 .slider .block .left-col .txt {
    width: calc(195 / 375 * 100vw);
    font-size: 20px;
    line-height: 1.5;
    padding: 8px calc(10 / 375 * 100vw);
  }
  #action02 .sec3 .slider .block .right-col .pic1 {
    width: calc(150 / 375 * 100vw);
  }
  #action02 .sec3 .slider .block .left-col .txt .txt-small {
    font-size: 12px;
    line-height: 1.83;
  }
  #action02 .sec3 .slider .block .right-col {
    width: 100%;
  }
  #action02 .sec3 .slider .block .info {
    margin-bottom: 10px;
  }
  #action02 .sec3 .slider .block .right-col .icon {
    width: calc(35 / 375 * 100vw);
    margin: 0 10px 10px 0;
  }
  #action02 .sec3 .slider .block .name {
    font-size: 20px;
    margin-top: 3px;
  }
  #action02 .sec3 .slider .block .txt-ex {
    font-size: 16px;
    line-height: 1.68;
    font-weight: normal;
  margin-bottom: 12px;
  }
  @media screen and (max-width: 360px) {
    #action02 .sec3 .slider .block {
      min-height: calc(750 / 375 * 100vw);
    }
  }
  @media screen and (max-width: 340px) {

    #action02 .sec3 .slider .block .left-col .txt {
      font-size: 15px;
      padding: 8px calc(8 / 375 * 100vw);
    }
    #action02 .sec3 .slider .block .left-col .txt .txt-small {
      font-size: 10px;
    }
  }

  .slick-dots {
    bottom: -47px;
  }
  .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
  }
  .sonae-nav-prev,
  .sonae-nav-next {
    top: auto;
    bottom: -64px;
    left: calc(20 / 375 * 100%);
    margin-top: 0;
    margin-left: 0;
  }
  .sonae-nav-next {
    left: auto;
    right: calc(20 / 375 * 100%);
    margin-left: 0;
  }

/*
#action02 .sec3 .btn-tw a,
#action02 .sec3 .btn-tw::before {
  width: 469px;
}
*/
#action02 .sec3 .btn-tw {
  width: calc(335 / 375 * 100%);
  margin-top: 104px;
}

/* ---------------------------------------------------------
#action03
----------------------------------------------------------*/
  #action03 {
    padding-bottom: 80px;
  }
#action03 .ttl-area {
  margin-bottom: 40px;
}
  #action03 .txt-check {
    font-size: 18px;
    text-align: left;
    padding-left: calc(20 / 375 * 100%);
    margin-bottom: 30px;
  }
  #action03 .txt-check::before {
    width: 39px;
    height: 31px;
    background-size: contain;
  margin-top: -8px;
  margin-right: 10px;
}
  #action03 .block {
    width: calc(335 / 375 * 100%);
    padding-top: 17px;
    margin: 0 auto 20px;
  }
  #action03 .ttl-block {
    padding-bottom: 13px;
  }

  #action03 .btn-ttl {
    align-items: flex-start;
    margin-left: 20px;
  }
  #action03 .btn-acc {
    width: 49px;
  }
  #action03 .btn-acc p.spOnly {
    display: flex !important;
    align-items: center;
    width: 25px;
    height: 25px;
    text-align: center;
    margin-right: 0;
    border: 2px solid #000;
    margin-top: 7px;
  }
  #action03 .btn-acc p img {
    display: block;
    width: 18px;
  }
  #action03 .btn-acc .icon-checked {
    top: 0px;
    width: 39px;
  }
#action03 .ttl-block .icon-check {
  width: 109px;
  padding-top: 17px;
  margin-right: 35px;
}
#action03 .is-open .icon-checked {
  opacity: 1;
}
#action03 .is-open .btn-acc p {
  opacity: 0;
}
  #action03 .ttl-block h4 {
    font-size: 24px;
  }
  #action03 .ttl-block h5 {
    font-size: 16px;
    line-height: 1.8;
    padding-right: 20px;
    margin-left: 20px;
  margin-top: 5px;
}

  #action03 .is-open + .acc-inner {
    max-height: 1800px;
    padding-top: 19px;
    padding-bottom: 20px;
  }
  #action03 .acc-block1 .pic {
    width: calc(295 / 335 * 100%);
    margin: 0 auto;
  }
#action03 .txt-link .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 79px;
}
#action03 .txt-link p {
  position: relative;
  font-size: 18px;
  color: #0886CC;
  font-weight: bold;
}
#action03 .txt-link p::before {
  content: '';
  position: absolute;
  top: 20px;
  left: -28px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/icon_arrow_blue.png") no-repeat;
  background-size: contain;
}
#action03 .txt-link .pic {
  width: 79px;
}
#action03 .acc-block2.is-open .acc-inner {
  padding-bottom: 68px;
}
  #action03 .acc-block2 .pic {
    width: calc(295 / 335 * 100%);
  }
  #action03 .acc-block3 .is-open + .acc-inner {
    padding-bottom: 10px;
  }
  #action03 .acc-block3 .wrapper {
    display: block;
    width: calc(295 / 335 * 100%);
  }
  #action03 .acc-block3 .pic {
    width: 100%;
    margin-bottom: 10px;
  }
  #action03 .acc-block4 .acc-inner {
    padding-left: 0;
  }
  #action03 .acc-block4 .is-open + .acc-inner {
    padding-bottom: 14px;
  }
  #action03 .acc-block4 .acc-inner p {
    width: calc(295 / 335 * 100%);
    font-size: 16px;
    line-height: 1.81;
    margin: 0 auto;
  }
  #action03 .acc-block4 .acc-inner .pic {
    position: relative;
    top: auto;
    left:auto;
    width: calc(295 / 335 * 100%);
    margin: 14px auto;
  }
  #action03 .acc-block4 .acc-inner .txt-link {
    padding-top: 0;
  }
  #action03 .acc-block4 .acc-inner .txt-link a {
    font-size: 16px;
    background-position: top 5px left 0;
  }
  #action03 .txt-link-more {
    margin: 20px 0 0;
  }
  #action03 .txt-link-more .inner {
    width: calc(333 / 375 * 100%);
  }
  #action03 .txt-link-more p {
    width: calc(254 / 333 * 100%);
    font-size: 16px;
  }
  #action03 .txt-link-more .small-sp {
    font-size: 12px;
  }
  #action03 .txt-link-more .pic {
    width: calc(79 / 333 * 100%);
  }
  #action03 .btn-tw {
    width: calc(335 / 375 * 100%);
    margin-top: 40px;
  }

/* ---------------------------------------------------------
#work1
----------------------------------------------------------*/
  #work1 {
    padding: 81px 0 0;
  }
  #work1 .subttl {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 14px;
  }
  #work1 h2 {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 28px;
  }
@media screen and (max-width: 340px) {
  #work1 .subttl {
    font-size: 14px;
  }
}
  #work1 h2::after {
    width: 60px;
    margin: 24px auto 0;
  }
  #work1 .lead {
    width: calc(335 / 375 * 100%);
    line-height: 1.81;
    text-align: left;
    margin: 0 auto 36px;
  }
  #work1 .pic-main {
    width: 100%;
  }
  #work1 .balloon {
    width: calc(335 / 375 * 100%);
    height: 60px;
    font-size: 20px;
    margin: -30px auto 0;
  }
  #work1 .balloon::after {
    bottom: -11px;
    border-width: 11px 7px 0 7px;
  }
  #work1 .bg-gray {
    width: calc(335 / 375 * 100%);
    padding: 0 calc(20 / 375 * 100%) 15px;
    margin: 0 auto;
    box-sizing: border-box;
  }
#work1 .bg-white {
  padding-top: 80px;
}
  #work1 .txt-balloon {
    width: 140px;
    margin: 0 auto;
  }
  #work1 .ttl-bar {
    margin-bottom: 20px;
  }
  #work1 .ttl-bar::after {
    margin: 15px auto 0;
  }
  #work1 .txt-link a {
    font-size: 16px;
    line-height: 30px;
  }

  #work1 .block-first {
    padding: 17px calc(20 / 375 * 100%) 15px;
    margin-bottom: 40px;
  }
  #work1 .block-first .txt1 {
    width: 100%;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 64px;
  }
  #work1 .block-first .bg-white {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    padding-bottom: 13px;
    margin: 0 auto 16px;
  }
  #work1 .block-first .ttl-bar {
    width: calc(254 / 295 * 100%);
    margin: 0 auto 20px;
  }
  #work1 .block-first .bg-white .wrapper {
    display: block;
    width: 100%;
  }
  #work1 .block-first .bg-white .wrapper .pic {
    width: calc(156 / 295 * 100%);
    margin: 0 auto 13px;
  }
  #work1 .block-first .bg-white .wrapper .txt2 {
    width: calc(251 / 295 * 100%);
    font-size: 16px;
    line-height: 30px;
    margin: 0 auto;
  }
  #work1 .block-first .txt-link:last-child {
    margin-top: 10px;
  }

  #work1 .wrapper-col2 {
    display: block;
  }
  #work1 .wrapper-col2 .block {
    width: 100%;
    margin-bottom: 40px;
  }
  #work1 .wrapper-col2 .bg-gray {
    width: calc(335 / 375 * 100%);
    padding: 0 0 15px;
    margin: 0 auto 0;
  }
  #work1 .wrapper-col2 .balloon {
    width: 100%;
    margin: -30px 0 15px;
  }
  #work1 .wrapper-col2 .bg-gray > p {
    width: calc(295 / 335 * 100%);
    margin: 0 auto 72px;
  }
  #work1 .wrapper-col2 .bg-gray .txt-link {
    margin-bottom: 0;
  }
  #work1 .wrapper-col2 .bg-white {
    width: calc(295 / 335 * 100%);
    padding: 77px 0 13px;
    margin: 0 auto 16px;
  }
#work1 .wrapper-col2 .txt1 {
  margin-bottom: 68px;
}
  #work1 .wrapper-col2 .bg-white .pic {
    margin: 0 calc(20 / 295 * 100%);
  }
  #work1 .wrapper-col2 .bg-white p {
    margin: 13px calc(20 / 295 * 100%) 0;
  }
#work1 .wrapper-col2 .block:nth-child(3) .bg-white .pic {
  margin: 0 calc(97 / 336 * 100%);
}
#work1 .wrapper-col2 .block:nth-child(4) .bg-white {
  padding-top: 64px;
}
#work1 .wrapper-col2 .block:nth-child(4) h4::after {
  margin-top: 15px;
}

  .modal-work-inner h2 {
    height: 48px;
    font-size: 20px;
    letter-spacing: normal;
    margin-bottom: 10px;
  }
  .modal-work-inner .wrapper {
    display: block;
  }
  .modal-work-inner .block {
    width: 100%;
    padding-bottom: 16px;
    margin-bottom: 10px;
  }
  .modal-work-inner h3 {
    font-size: 18px;
    padding: 0 20px;
    margin: 20px 0 16px;
  }
  .modal-work-inner p {
    padding: 0 20px;
  }
  #work1 .txt-caution {
    width: calc(336 / 375 * 100%);
    font-size: 12px;
    line-height: 1.6;
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    margin: -23px auto 48px;
  }

  #work1 .nationwide {
    padding: 45px 0 0;
  }
  #work1 .nationwide h3 {
    width: calc(336 / 375 * 100%);
    margin: 0 auto 24px;
  }
  #work1 .nationwide h3 + p {
    width: calc(336 / 375 * 100%);
    margin: 0 auto 30px;
  }
  #work1 .nationwide .block {
    display: block;
    width: calc(335 / 375 * 100%);
    margin: 0 auto 27px;
  }
  #work1 .nationwide ul {
    justify-content: space-between;
    width: 100%;
  }
  #work1 .nationwide ul::after {
    content: '';
    display: block;
    width: calc(163 / 335 * 100%);
  }
  #work1 .nationwide .block h4 {
    width: auto;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 8px;
  }
  #work1 .nationwide li {
    width: calc(163 / 335 * 100%);
    margin: 0 0 10px 0;
  }
  #work1 .nationwide li a {
    width: 100%;
  }


/* ---------------------------------------------------------
#work2
----------------------------------------------------------*/
  #work2 {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  #work2 .subttl {
    font-size: 16px;
    margin-bottom: 7px;
  }
  #work2 h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  #work2 h2::after {
    width: 60px;
    margin: 24px auto 0;
  }
  #work2 .lead {
    width: calc(335 / 375 * 100%);
    font-size: 16px;
    text-align: left;
    margin: 0 auto 35px;
  }
  #work2 .ttl {
    height: 80px;
    padding-left: calc(20 / 375 * 100%);
    border-right: none;
    border-left: none;
    border-radius: 0;
    margin-bottom: 20px;
  }
  #work2 .num {
    margin-right: 10px;
  }
  #work2 .ttl .txt {
    display: block;
  }
  #work2 .ttl h3 {
    font-size: 20px;
    line-height: 1.5;
    padding-right: 0;
    border-right: none;
    margin-right: 0;
  }
  #work2 .ttl .txt p {
    font-size: 14px;
    margin-top: 3px;
  }

  #work2 .balloon {
    height: 60px;
    font-size: 20px;
  }
  #work2 .balloon::after {
    bottom: -11px;
    border-width: 11px 7px 0 7px;
  }
  #work2 .bg-gray {
    padding: 20px calc(20 / 335 * 100%) 14px;
  }

  #work2 .wrapper {
    display: block;
    padding-bottom: 20px;
  }
  #work2 .wrapper .block {
    width: 100%;
    margin-bottom: 40px;
  }
  #work2 .wrapper .balloon,
  #work2 .wrapper .bg-gray {
    width: calc(335 / 375 * 100%);
  }
  #work2 .wrapper .balloon {
    padding: 0;
    margin-top: -30px;
  }
  #work2 .block-col1 {
    display: block;
    margin-bottom: 60px;
  }
  #work2 .block-col1 .pic {
    width: 100%;
  }
  #work2 .block-col1 .bg-gray {
    width: calc(335 / 375 * 100%);
    padding: 11px calc(20 / 335 * 100%) 14px;
    margin: -30px auto 0;
  }
@media screen and (max-width: 340px) {
  #work2 .balloon {
    font-size: 16px;
  }
}

/* ---------------------------------------------------------
#thanks
----------------------------------------------------------*/
#thanks {
  padding-bottom: 105px;
}
  #sec04 {
    padding: 60px 0 0;
}
  #sec04 p {
    font-size: 16px;
    line-height: 1.81;
    letter-spacing: normal;
    margin-top: 34px;
  }

@media screen and (max-width: 340px) {
  #sec04 p {
    font-size: 14px;
  }
}
  #thanks .subttl {
    font-size: 16px;
    margin-top: 93px;
    margin-bottom: 10px;
  }
  #thanks .ttl {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  #thanks .ttl::after {
    width: 60px;
    margin: 23px auto 0;
  }
  #thanks .wrapper {
    display: block;
  }
  #thanks .block {
    width: calc(335 / 375 * 100%);
    padding: 20px calc(20 / 375 * 100%) 12px;
    border-radius: 8px;
    margin: 0 auto;
  }
  #thanks .block:first-child {
    margin-bottom: 20px;
  }
  #thanks .block .pic {
    width: 100px;
    margin: 0 auto 17px;
  }
  #thanks .block h3 {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 5px;
  }
  #thanks .block .lead {
    height: auto;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 17px;
  }
  #thanks .block .txt {
    font-size: 16px;
    line-height: 29px;
    padding-top: 14px;
  }

/* ---------------------------------------------------------
#donate
----------------------------------------------------------*/
  #donate {
    padding-bottom: 0;
  }
  #donate h2 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
  }
  #donate h2::after {
    width: 60px;
    margin: 29px auto 0;
  }
  #donate .wrapper {
    display: block;
    width: calc(335 / 375 * 100%);
  }
  #donate .block {
    width: 100%;
    padding-bottom: 14px;
    margin-bottom: 20px;
  }
  #donate .block:last-child {
    margin-bottom: 0;
  }
  #donate .ttl {
    display: flex;
  }
  #donate .ttl::after {
    content: none;
  }
  #donate .ttl .pic {
    width: calc(167 / 335 * 100%);
  }
  #donate h3 {
    width: calc(168 / 335 * 100%);
    font-size: 14px;
    line-height: 2;
    text-align: center;
    padding: 8px 0 0;
  }
  #donate h3 .txt-big {
    font-size: 40px;

    font-size: 36px;
  }
  #donate h3 .txt-sp-big {
    font-size: 16px;
    line-height: 1;
  }
  #donate h4 {
    font-size: 20px;
    color: #E60012;
    padding: 16px 15px 7px;
  }
  #donate h4 .txt-big {
    font-size: 32px;
  }
  #donate .block p {
    font-size: 16px;
    line-height: 30px;
    padding: 0 calc(20 / 335 * 100%);
  }

@media screen and (max-width: 340px) {
  #donate h2 {
    font-size: 20px;
  }
  #donate h3 {
    font-size: 12px;
  }
  #donate h3 .txt-big {
    font-size: 34px;
  }
}


/* ---------------------------------------------------------
.sec05
----------------------------------------------------------*/
  .sec05.gap {
    padding: 94px calc(20 / 375 * 100%) 38px;
  }

  .sec05 .subttl {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .sec05 .ttl {
    font-size: 24px;
    letter-spacing: normal;
    margin-bottom: 30px;
  }
  .sec05 .ttl::after {
    margin: 30px auto 0;
  }

  .sec05 .ttl2 {
    font-size: 20px;
    letter-spacing: .15em;
    line-height: 1.5;
    margin-bottom: 15px;
  }

.sec05_ttl {
  font-weight: bold;
  font-size: 1.25em;
}

.sec05_box_flex {
  border-top: none;
  margin: 0;
  padding: 0;
}

.sec05_box {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-bottom: calc( 96 / 375 * 100vw)
}
  .sec05_box > div {
    width: calc(150 / 335 * 100%);
  }
.sec05_box h3 {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.sec05_box h3 span {
  display: none
}
.sec05_box p {
  font-size: 12px;
  line-height: 1.33
}
.sec05_box a {
  border-radius: 4px;
  padding: 16px;
  padding-left: 12px;
  padding-right: 28px;
  font-size: 12px;
  line-height: 1.33;
  bottom: calc( 24 / 375 * 100vw);
}
.sec05_box a::before {
  width: 14px;
  height: 14px;
  right: 8px
}
.sec05_box_flex {
  display: block;
}
.sec05_box_flex .sec05_box {
    width: 100%;
    flex-flow: row;
    margin-bottom: calc( 24 / 375 * 100vw);
    border-bottom: 1px solid #fff;
}

.sec05_box_flex .sec05_box.block6 {
  border-bottom: none;
}

.sec05_box_flex .sec05_box>*:first-child {
  width: 80px;
}
.sec05_box_flex .sec05_box>*:last-child {
  width: calc(100% - 80px);
}
.sec05_box_flex .sec05_box a {
  text-align: left;
  padding: 8px 28px 8px 8px;
}

.sec05_box_flex .sec05_box a br {
  display: none;
}

.sec05_box_flex .sec05_box h3 {
  margin-top: 14px
}
.sec05_box_flex .sec05_box.block6 h3 {
  line-height: 1.5;
  margin-top: 11px
}

@media screen and (max-width: 340px) {
  .sec05_box_flex .sec05_box.block6 a {
    font-size: 10px;
  }
}

.preferential {
  padding: 20px
}
.preferential>*:last-child {
  margin-top: 24px
}
.preferential h3 {
  padding-bottom: 8px;
  margin-bottom: 20px
}
.sec05_02 {
  display: block;
}





.sec05_02 {
  display: block;
  padding-bottom: 0;
  margin-bottom: 36px;
  border: none;
}
.sec05_02 .pullDown {
  width: 100%;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  padding: 14px 0
}
.sec05_02 .pullDown + * {
  border-top: none
}
.sec05_02 .pullDown_ttl {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.sec05_02 .pullDown_ttl > *:first-child {
  width: 120px
}
.sec05_02 .pullDown_ttl > *:last-child {
  width: calc(100% - 120px);
  padding-left: 22px
}
.sec05_point {
  padding: 0 14px;
  padding-top: 70px;
  padding-bottom: 24px;
  margin-top: 32px;
  position: relative;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.sec05_point > *:first-child {
  width: 68px
}
.sec05_point > *:last-child {
  width: calc(100% - 68px);
  padding-right: 0;
  padding-left: 24px
}
.sec05_point h4 {
  position: absolute;
  top: 0;
  left: 14px;
  padding-top: 16px;
  padding-bottom: 8px;
  width: calc(100% - 28px);
  text-align: center;
}
@media screen and (max-width: 350px) {
  .sec05 .ttl {
    font-size: 20px;
  }
  .sec05_point h4 {
    font-size: 12px;
    text-align: center;
  }
}
.sec05_point p {
  font-size: 12px;
  line-height: 1.33
}
.sec05_point a {
  display: block;
  font-size: 12px;
  margin-top: 8px
}
.sec05_point a img {
  margin-right: 10px;
  vertical-align: -4px
}



/* ---------------------------------------------------------
.sec06
----------------------------------------------------------*/
.sec06 {
  padding-top: 58px;
  padding-bottom: 40px;
}
.sec06 .subttl {
  font-size: 16px;
  margin-bottom: 5px;
}
.sec06 .ttl {
  font-size: 24px;
  margin-bottom: 30px;
}
.sec06 .ttl::after {
  content: '';
  display: block;
  width: 61px;
  height: 1px;
  background: #E60012;
  margin: 28px auto 0;
}
  .sec06 .wrapper {
    display: block;
    padding: 0 calc(20 / 375 * 100%);
    margin: 0 auto;
  }

.sec06_link {
  display: block;
  width: 100%;
  padding: 24px 20px;
  border-radius: 4px;
  margin-bottom: 16px
}
.sec06_link>*:first-child {
  margin-bottom: 18px
}
.sec06_link>*:first-child img {
  width: 80px
}
.sec06_link>*:last-child {
  padding-left: 0;
}
.sec06_link .red {
  font-size: 20px;
}
.sec06_box {
  width: 100%;
}
.sec06_box>* {
  padding: 16px 8px
}
.sec06_box>*+* {
  margin-top: 16px
}
.sec06_box .ttl-sns {
  padding: 0;
}
.sec06_sns {
  width: 80%;
  justify-content: space-between;
  margin: 14px auto 0;
}
.sec06_sns a {
  margin: 0;
}
.sec06 .insta_box {
  padding: 0 16px
}

.sec06_point {
  padding: 0 14px;
  padding-top: 70px;
  padding-bottom: 24px;
  margin-top: 32px;
  position: relative;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}
.sec06_point > *:first-child {
  width: 100%;
  padding: 0;
}
.sec06_point h4 {
  position: absolute;
  top: 0;
  left: 14px;
  padding-top: 16px;
  padding-bottom: 8px;
  width: calc(100% - 28px);
  text-align: center;
}
@media screen and (max-width: 350px) {
  .sec06_point h4 {
    font-size: 12px;
    text-align: center;
  }
}
.sec06_point p {
  font-size: 12px;
  line-height: 1.33
}
.sec06_point a {
  display: block;
  font-size: 12px;
  margin-top: 8px
}
.sec06_point a img {
  margin-right: 10px;
  vertical-align: -4px
}
.sec06_point .koujo img {
  padding-top: 7%;
}

/* ---------------------------------------------------------
footer
----------------------------------------------------------*/
footer .f-banner{
	text-align: center;
	margin: 0 auto 30px auto !important;
	max-width: 80vw;
}
footer .sns_wrap {
  padding: 24px 0
}
footer .sns_wrap .sns {
  width: 66%
}
footer .sns_wrap .tac {
  margin-bottom: 10px
}
.footerNavi {
  height: 60px
}
.footerNavi_btn {
  width: 75px;
  padding-top: 8px
}
.footerNavi_btn::after {
  height: 32px;
  margin-top: -16px
}
.footerNavi_btn>span {
  font-size: 12px;
  margin-top: 6px
}
.footerNavi_btn div {
  width: 32px;
  height: 18px
}
.footerNavi_btn div span {
  width: 100%;
  height: 4px
}
.footerNavi_btn .cl {
  margin-right: -6px
}
.footerNavi_main {
  width: 100%;
  height: 100%;
  padding: 8px 0;
  padding-left: 14px;
  padding-right: 12px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.footerNavi_main a.spOnly {
  width: 180px;
  display: inline-block
}
.footerNavi_main a.spOnly img {
  width: auto;
  height: 100%
}
.footerNavi_main div {
  width: 44%;
  height: 100%;
  max-width: 92px;
  margin-left: 12px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e60012
}
.open .footerNavi_btn div span:nth-child(1) {
  margin-top: -4px;
  margin-right: -8px
}
.open .footerNavi_btn div span:nth-child(3) {
  margin-right: -8px;
  margin-bottom: -4px
}
.footerNavi_nav {
  width: 260px;
  padding: 20px;
  -webkit-transform: translateX(-260px);
  transform: translateX(-260px)
}
.footerNavi_nav::after {
  height: 180px
}
.footerNavi_nav a {
  padding: 18px 0
}
.footerNavi_nav a::after {
  width: 16px;
  height: 16px;
  margin-top: -8px
}
.donate {
  width: 32px;
  height: 144px;
  margin-top: -72px
}
.insta {
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
  border-top: 1px solid #fff;
  padding-top: 16px
}
.insta>div:first-child {
  text-align: center
}
.footerNavi_btn+* {
  width: calc(100% - 75px);
  height: 100%;
  padding: 8px 0;
  padding-left: 14px;
  padding-right: 12px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footerNavi_btn+* a.corp {
    max-width: 202px;
    width: 45%;
}
.footerNavi_btn+* a.kifu_SP {
    max-width: 202px;
    width: 100%;
}
  .footerNavi_btn+* div {
    width: 44%;
    height: 100%;
    max-width: 92px;
    margin-left: 12px;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #e60012;
    padding: 0;
}

#work-box .is-open + .acc-inner1 {
	max-height: 8700px;
	padding-bottom: 43px;
}

/* ---------------------------------------------------------
#work-box sp
----------------------------------------------------------*/
  #work-box .ttl-block a {
    justify-content: flex-start;
    width: calc(335 / 375 * 100%);
    height: auto;
    padding: calc(11 / 335 * 100%) 0 calc(11 / 335 * 100%) calc(15 / 335 * 100%);
    margin: 0 auto calc(20 / 375 * 100%);
  }
  #work-box .ttl-block2 a {
    margin-bottom: 60px;
  }
  #work-box .ttl-block a::before,
  #work-box .ttl-block a::after {
    top: 50%;
    right: 0;
    width: 28px;
    height: 6px;
    /*
    margin-top: calc(43 / 335 * 100%);
    */
    margin-right: calc(16 / 335 * 100%);
  }
  #work-box .ttl-block h2 {
    font-size: calc(22 / 375 * 100vw);
    line-height: 1.45;
  }
  #work-box .is-open a {
    margin-bottom: 0;
  }
  #work-box .is-open + .acc-inner1 {
    max-height: 8700px;
    padding-bottom: 43px;
  }
  #work-box .is-open + .acc-inner2 {
    max-height: 3400px;
    padding-bottom: 0;
  }


/* ---------------------------------------------------------
#know sp
----------------------------------------------------------*/
#know {
	padding-top: calc(69 / 375 * 100%);
}
#know h2 {
	font-size: calc(30 / 375 * 100vw);
	line-height: 1.53;
	margin-bottom: calc(25 / 375 * 100%);
}
#know .lead {
	font-size: calc(16 / 375 * 100vw);
	line-height: 1.9;
	margin-bottom: calc(55 / 375 * 100%);
}
#know .bg-red {
	width: calc(335 / 375 * 100%);
	border-radius: calc(13 / 375 * 100vw);
	padding-top: calc(41 / 375 * 100%);
	padding-bottom: calc(40 / 375 * 100%);
	margin: 0 auto;
}
#know .txt-en {
	width: calc(62 / 335 * 100%);
	margin: 0 auto calc(24 / 335 * 100%);
}
#know .txt-en2 {
	width: calc(112 / 335 * 100%);
}
#know .txt-en::after {
	margin: 20px auto 0;
}
#know h3 {
	font-size: calc(24 / 375 * 100vw);
	line-height: 1.66;
	margin-bottom: calc(17 / 335 * 100%);
}
#know .txt1,
#know .txt2 {
	font-size: calc(18 / 375 * 100vw);
	margin: 0 auto calc(25 / 335 * 100%);
}
#know .txt2 {
	font-size: calc(16 / 375 * 100vw);
	margin-bottom: calc(20 / 335 * 100%);
}
#know .movie {
	width: calc(294 / 335 * 100%);
	margin: 0 auto;
}
#know .movie a::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: calc(60 / 294 * 100%);
	height: 0;
	background: url(../img/icon_play.png) no-repeat;
	background-size: contain;
	padding-top: calc(80 / 294 * 100%);
	margin-top: calc(-40 / 294 * 100%);
	margin-left: calc(-30 / 294 * 100%);
}
#know .manga-area {
	padding-top: 44px;
}
#know .pic-manga {
	width: calc(302 / 375 * 100%);
	margin: 0 auto calc(21 / 375 * 100%);
}
#know .btn-manga a {
	width: calc(295 / 375 * 100%);
	height: auto;
	font-size: calc(22 / 375 * 100vw);
	line-height: 64px;

	background-position: right 19px top 50%;
	background-size: 26px auto;
}
.manga-modal-wrapper .modaal-inner-wrapper {
	padding: calc(85 / 375 * 100%) 0 calc(40 / 375 * 100%) 0;
}
.modaal-wrapper.manga-modal-wrapper .modaal-close {
	left: auto;
	right: 0;
	top: -45px;
	width: 29px;
	height: 29px;
	background: url(../img/icon_modal_close2.png) no-repeat;
	background-size: contain;
	margin-left: 0;
	margin-right: 12px;
}
.manga-slider-box {
	padding: 0 calc(11 / 375 * 100%);
}
#modal-manga-block .swiper-wrapper {
	margin: 0 auto calc(85 / 375 * 100%);
}
#modal-manga-block .swiper-button-next,
#modal-manga-block .swiper-button-prev {
	left: 0;
	width: calc(55 / 364 * 100%);
	height: auto;
	padding-top: calc(55 / 364 * 100%);
}
#modal-manga-block .swiper-button-prev,
#modal-manga-block .swiper-container-rtl .swiper-button-next {
	background: url("../img/icon_arrow_slider.png") no-repeat;
	background-size: contain;
}
#modal-manga-block .swiper-button-next,
#modal-manga-block .swiper-container-rtl .swiper-button-prev {
	left: auto;
	right: 0;
	background: url("../img/icon_arrow_slider.png") no-repeat;
	background-size: contain;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	font-size: calc(22 / 375 * 100vw);
	margin-bottom: calc(10 / 364 * 100%);
}

