@charset "UTF-8";
main.konwa * {
  box-sizing: border-box;
}

@media (min-width: 769px) {
  .main {
    padding: 0 0 100px;
    overflow: hidden;
    margin: 0 auto;
  }
  .main .spacer {
    height: 1000px;
  }
  .konwa h2,
  .konwa p,
  .konwa li,
  .konwa span {
    color: #000;
  }
  .konwa .for-sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .konwa h2,
  .konwa p,
  .konwa li span {
    color: #000;
  }
  .konwa .for-pc {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .bg {
    padding: 75px 0 0;
  }
  .bg .top {
    position: relative;
    z-index: 1;
    padding: 0;
  }
  .bg .top img {
    width: 100%;
    vertical-align: bottom;
    transition: all 0.75s;
    opacity: 0;
  }
  .bg .top img.inview {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 768px) {
  .top {
    position: relative;
    z-index: 1;
  }
  .top img {
    width: 100%;
    transition: all 0.75s;
    opacity: 0;
  }
  .top img.inview {
    transform: translateY(0);
    opacity: 1;
  }
}
.cont-yasuuma {
  margin: 0;
  background: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media (min-width: 769px) {
  .cont-yasuuma .bg {
    padding: 75px 0 0;
    position: relative;
  }
  .cont-yasuuma .bg:before {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: url("../../img/yasuuma_bg.png") no-repeat;
    background-size: 100% auto;
    background-position: 50% 100%;
    bottom: 0;
    left: 0;
  }
  .cont-yasuuma .bg .inner {
    margin: 0 auto;
    position: relative;
    text-align: center;
  }
  .cont-yasuuma .bg .inner .caption {
    padding: 10px 10px 0;
    display: block;
    text-align: right;
    font-size: 12px;
    color: #fff;
    line-height: 1.4;
  }
  .cont-yasuuma .bg .inner .about {
    margin: 92.5px 0 0;
  }
  .cont-yasuuma .bg .inner .about .title {
    margin: 0 auto;
    text-align: center;
    min-width: 77.5px;
  }
  .cont-yasuuma .bg .inner .about .title img {
    max-width: 714px;
    width: 100%;
  }
  .cont-yasuuma .bg .inner .about .title p {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
  }
  .cont-yasuuma .bg .inner .about .title p a {
    color: #fff;
    text-decoration: underline;
  }
  .cont-yasuuma .bg .inner .about .title p span {
    color: #ff0000;
    font-size: 14px;
  }
  .cont-yasuuma .bg .inner .about .schedule {
    margin: 25px auto 0;
    max-width: 850px;
  }
  .cont-yasuuma .bg .inner .about .twitter {
    margin: 100px 0;
  }
  .cont-yasuuma .bg .inner .about .twitter a img {
    max-width: 700px;
  }
  .cont-yasuuma .bg .inner .about .state {
    background: url("../../img/yasuuma_state_bg.png") no-repeat;
    background-size: contain;
    margin: 25px auto 0;
    padding: 81px 60px 63px;
    max-width: 850px;
    display: flex;
  }
  .cont-yasuuma .bg .inner .about .state p {
    width: 52%;
    text-align: left;
    padding: 0 25px 0 0;
    font-feature-settings: "palt";
    line-height: 2;
    letter-spacing: 0.025em;
  }
  .cont-yasuuma .bg .inner .about .state img {
    width: 48%;
  }
  .cont-yasuuma .bg .inner .round {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 112px 10px;
  }
  .cont-yasuuma .bg .inner .round .first-round .title,
  .cont-yasuuma .bg .inner .round .second-round .title {
    max-width: 975px;
    margin: 0 auto;
  }
  .cont-yasuuma .bg .inner .round .first-round .detail,
  .cont-yasuuma .bg .inner .round .second-round .detail {
    display: flex;
    padding: 35px 120px 0;
  }
  .cont-yasuuma .bg .inner .round .first-round .detail .red,
  .cont-yasuuma .bg .inner .round .first-round .detail .blue,
  .cont-yasuuma .bg .inner .round .second-round .detail .red,
  .cont-yasuuma .bg .inner .round .second-round .detail .blue {
    width: 50%;
  }
  .cont-yasuuma .bg .inner .round .first-round {
    margin: 40px 0 50px;
    position: relative;
  }
  .cont-yasuuma .bg .inner .round .first-round .red {
    position: relative;
  }
  .cont-yasuuma .bg .inner .round .first-round .red:after {
    content: "";
    display: block;
    position: absolute;
    background: url("../../img/yasuuma_win_deco.png") no-repeat;
    background-size: cover;
    right: -15px;
    top: -5px;
    width: 145px;
    height: 216.5px;
  }
  .cont-yasuuma .bg .inner .round .first-round .red .howtomake {
    margin: 15px 15px 0;
  }
  .cont-yasuuma .bg .inner .round .first-round .red .howtomake .htm-inner {
    background: #fff;
    border: solid 9px #ff0000;
    border-top: 0;
    margin: 0 14px;
    text-align: left;
    line-height: 1.6;
    padding: 22px 20px 25px;
    font-feature-settings: "palt";
  }
  .cont-yasuuma .bg .inner .round .first-round .red .howtomake .htm-inner p {
    font-size: 13px;
  }
  .cont-yasuuma .bg .inner .round .first-round .red .howtomake .htm-inner ul {
    margin: 20px 0 0;
  }
  .cont-yasuuma .bg .inner .round .first-round .red .howtomake .htm-inner ul li {
    font-size: 13px;
  }
  .cont-yasuuma .bg .inner .round .first-round .red .howtomake .htm-inner ul li:first-child {
    font-weight: bold;
  }
  .cont-yasuuma .bg .inner .round .first-round .blue .howtomake {
    margin: 15px 15px 0;
  }
  .cont-yasuuma .bg .inner .round .first-round .blue .howtomake .htm-inner {
    background: #fff;
    border: solid 9px #0054a7;
    border-top: 0;
    margin: 0 14px;
    text-align: left;
    line-height: 1.6;
    padding: 22px 20px 25px;
    font-feature-settings: "palt";
  }
  .cont-yasuuma .bg .inner .round .first-round .blue .howtomake .htm-inner p {
    font-size: 13px;
  }
  .cont-yasuuma .bg .inner .round .first-round .blue .howtomake .htm-inner ul {
    margin: 20px 0 0;
  }
  .cont-yasuuma .bg .inner .round .first-round .blue .howtomake .htm-inner ul li {
    font-size: 13px;
  }
  .cont-yasuuma .bg .inner .round .first-round .blue .howtomake .htm-inner ul li:first-child {
    font-weight: bold;
  }
  .cont-yasuuma .bg .inner .round .first-round:before {
    content: "";
    position: absolute;
    display: block;
    background: url("../../img/yasuuma_first_deco1.png") no-repeat;
    background-size: contain;
    width: 252px;
    height: 465px;
    top: 30px;
    left: -65px;
    z-index: 1;
  }
  .cont-yasuuma .bg .inner .round .first-round:after {
    content: "";
    position: absolute;
    display: block;
    background: url("../../img/yasuuma_first_deco2.png") no-repeat;
    background-size: contain;
    width: 266.5px;
    height: 457px;
    top: 35px;
    right: -65px;
  }
  .cont-yasuuma .bg .inner .round .twitter {
    margin: 50px 0 70px;
  }
  .cont-yasuuma .bg .inner .round .twitter a img {
    max-width: 700px;
  }
  .cont-yasuuma .bg .inner .round .second-round {
    margin: 50px 0 40px;
    position: relative;
  }
  .cont-yasuuma .bg .inner .round .second-round .red .howtomake {
    margin: 15px 15px 0;
  }
  .cont-yasuuma .bg .inner .round .second-round .red .howtomake .htm-inner {
    background: #fff;
    border: solid 9px #ff0000;
    border-top: 0;
    margin: 0 14px;
    text-align: left;
    line-height: 1.6;
    padding: 22px 20px 25px;
    font-feature-settings: "palt";
    min-height: 532px;
  }
  .cont-yasuuma .bg .inner .round .second-round .red .howtomake .htm-inner p {
    font-size: 13px;
  }
  .cont-yasuuma .bg .inner .round .second-round .red .howtomake .htm-inner ul {
    margin: 20px 0 0;
  }
  .cont-yasuuma .bg .inner .round .second-round .red .howtomake .htm-inner ul li {
    font-size: 13px;
  }
  .cont-yasuuma .bg .inner .round .second-round .red .howtomake .htm-inner ul li:first-child {
    font-weight: bold;
  }
  .cont-yasuuma .bg .inner .round .second-round .blue .howtomake {
    margin: 15px 15px 0;
  }
  .cont-yasuuma .bg .inner .round .second-round .blue .howtomake .htm-inner {
    background: #fff;
    border: solid 9px #0054a7;
    border-top: 0;
    margin: 0 14px;
    text-align: left;
    line-height: 1.6;
    padding: 22px 20px 25px;
    font-feature-settings: "palt";
  }
  .cont-yasuuma .bg .inner .round .second-round .blue .howtomake .htm-inner p {
    font-size: 13px;
  }
  .cont-yasuuma .bg .inner .round .second-round .blue .howtomake .htm-inner ul {
    margin: 20px 0 0;
  }
  .cont-yasuuma .bg .inner .round .second-round .blue .howtomake .htm-inner ul li {
    font-size: 13px;
  }
  .cont-yasuuma .bg .inner .round .second-round .blue .howtomake .htm-inner ul li:first-child {
    font-weight: bold;
  }
  .cont-yasuuma .bg .inner .round .second-round:before {
    content: "";
    position: absolute;
    display: block;
    background: url("../../img/yasuuma_second_deco1.png") no-repeat;
    background-size: contain;
    width: 284px;
    height: 461.5px;
    top: 25px;
    left: -60px;
  }
  .cont-yasuuma .bg .inner .round .second-round:after {
    content: "";
    position: absolute;
    display: block;
    background: url("../../img/yasuuma_second_deco2.png") no-repeat;
    background-size: contain;
    width: 228px;
    height: 457.5px;
    top: 30px;
    right: -55px;
  }
  .cont-yasuuma .bg .inner .round .final-round {
    padding: 70px 0 15px;
  }
  .cont-yasuuma .bg .inner .banner-yasuuma {
    max-width: 1100px;
    width: 100%;
    margin: 40px 0 50px;
    display: inline-block;
  }
  .cont-yasuuma .bg .inner .banner-yasuuma img {
    transition: all 0.75s;
    opacity: 0;
  }
  .cont-yasuuma .bg .inner .banner-yasuuma img.inview {
    opacity: 1;
  }
  .cont-yasuuma .bg .inner .banner-yasuuma img:hover {
    opacity: 0.75;
  }
}
@media (max-width: 768px) {
  .cont-yasuuma .bg {
    padding: 75px 0 0;
    position: relative;
  }
  .cont-yasuuma .bg:before {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: url("../../img/yasuuma_bg-sp.png") no-repeat;
    background-size: 100% auto;
    background-position: 50% 100%;
    bottom: 0;
    left: 0;
  }
  .cont-yasuuma .bg .inner {
    max-width: 375px;
    margin: 0 auto;
    position: relative;
    text-align: center;
  }
  .cont-yasuuma .bg .inner .caption {
    padding: 10px 10px 0;
    display: block;
    text-align: right;
    font-size: 10px;
    color: #fff;
    line-height: 1.4;
  }
  .cont-yasuuma .bg .inner .about {
    margin: 50px 0 15px;
    padding: 0 22.5px;
  }
  .cont-yasuuma .bg .inner .about .title {
    margin: 0 auto;
    text-align: center;
  }
  .cont-yasuuma .bg .inner .about .title img {
    width: 100%;
  }
  .cont-yasuuma .bg .inner .about .title p {
    color: #fff;
    font-size: 10px;
    font-weight: bold;
  }
  .cont-yasuuma .bg .inner .about .title p a {
    color: #fff;
    text-decoration: underline;
  }
  .cont-yasuuma .bg .inner .about .title p span {
    color: #ff0000;
  }
  .cont-yasuuma .bg .inner .about .schedule {
    background: url("../../img/yasuuma_schedule_bg-sp.png") no-repeat;
    background-size: contain;
    padding: 0;
    margin: 20px auto 40px;
    max-width: 850px;
  }
  .cont-yasuuma .bg .inner .about .schedule ul li {
    display: flex;
    align-items: center;
    font-size: 12.5px;
    font-weight: bold;
  }
  .cont-yasuuma .bg .inner .about .schedule ul li span {
    font-size: 19px;
    font-weight: bold;
  }
  .cont-yasuuma .bg .inner .about .schedule ul li .title {
    margin: 0;
    font-size: 12.5px;
    font-weight: bold;
  }
  .cont-yasuuma .bg .inner .about .schedule ul li .date {
    font-size: 19px;
    font-weight: bold;
    line-height: 1.2;
  }
  .cont-yasuuma .bg .inner .about .schedule ul li .date span {
    font-size: 16px;
    font-weight: bold;
  }
  .cont-yasuuma .bg .inner .about .twitter {
    margin: 50px 0;
  }
  .cont-yasuuma .bg .inner .about .twitter a img {
    max-width: 290px;
  }
  .cont-yasuuma .bg .inner .about .twitter a:after {
    content: none;
  }
  .cont-yasuuma .bg .inner .about .state .state-top {
    background: url("../../img/yasuuma_state_bg_top-sp.png") no-repeat;
    background-size: contain;
    height: auto;
    margin: 25px 0 0;
  }
  .cont-yasuuma .bg .inner .about .state .state-top:before {
    content: "";
    display: block;
    padding-top: 10%;
  }
  .cont-yasuuma .bg .inner .about .state .state-main {
    background: url("../../img/yasuuma_state_bg-sp.png");
    background-size: contain;
    margin: 0 auto;
    padding: 20px 42.5px 28px;
    text-align: left;
    width: 100%;
    display: block;
  }
  .cont-yasuuma .bg .inner .about .state .state-main p,
  .cont-yasuuma .bg .inner .about .state .state-main img {
    font-size: 10px;
    line-height: 2.15;
    width: 100%;
  }
  .cont-yasuuma .bg .inner .about .state .state-main img {
    display: block;
    margin: 13px 0 0;
  }
  .cont-yasuuma .bg .inner .about .state .state-bottom {
    background: url("../../img/yasuuma_state_bg_bottom-sp.png") no-repeat;
    background-size: contain;
    height: auto;
  }
  .cont-yasuuma .bg .inner .about .state .state-bottom:before {
    content: "";
    display: block;
    padding-top: 5%;
  }
  .cont-yasuuma .bg .inner .round {
    text-align: center;
    margin: 0 auto;
    padding: 0 22.5px 10px;
  }
  .cont-yasuuma .bg .inner .round .first-round,
  .cont-yasuuma .bg .inner .round .second-round {
    margin: 20px 0 25px;
  }
  .cont-yasuuma .bg .inner .round .first-round .title,
  .cont-yasuuma .bg .inner .round .second-round .title {
    max-width: 975px;
    margin: 0 auto;
  }
  .cont-yasuuma .bg .inner .round .first-round .detail,
  .cont-yasuuma .bg .inner .round .second-round .detail {
    display: block;
    padding: 10px 0 0;
  }
  .cont-yasuuma .bg .inner .round .first-round .detail .red,
  .cont-yasuuma .bg .inner .round .first-round .detail .blue,
  .cont-yasuuma .bg .inner .round .second-round .detail .red,
  .cont-yasuuma .bg .inner .round .second-round .detail .blue {
    width: 100%;
  }
  .cont-yasuuma .bg .inner .round .first-round {
    position: relative;
  }
  .cont-yasuuma .bg .inner .round .first-round .red {
    margin: 0 0 360px;
    position: relative;
  }
  .cont-yasuuma .bg .inner .round .first-round .red:after {
    content: "";
    display: block;
    position: absolute;
    background: url("../../img/yasuuma_win_deco-sp.png") no-repeat;
    background-size: cover;
    right: -10px;
    top: -5px;
    width: 129.5px;
    height: 194px;
  }
  .cont-yasuuma .bg .inner .round .first-round .red img {
    padding: 0 0 12.5px;
  }
  .cont-yasuuma .bg .inner .round .first-round .red .howtomake {
    margin: 0 15px;
  }
  .cont-yasuuma .bg .inner .round .first-round .red .howtomake img {
    margin: 0;
    padding: 0;
  }
  .cont-yasuuma .bg .inner .round .first-round .red .howtomake .htm-inner {
    background: #fff;
    border: solid 9px #ff0000;
    border-top: 0;
    max-width: 300px;
    margin: 0 12px;
    text-align: left;
    line-height: 1.6;
    font-weight: bold;
    padding: 17.5px 20px 25px;
    font-feature-settings: "palt";
  }
  .cont-yasuuma .bg .inner .round .first-round .red .howtomake .htm-inner p {
    font-size: 12px;
  }
  .cont-yasuuma .bg .inner .round .first-round .red .howtomake .htm-inner ul {
    margin: 20px 0 0;
  }
  .cont-yasuuma .bg .inner .round .first-round .red .howtomake .htm-inner ul li {
    font-size: 12px;
  }
  .cont-yasuuma .bg .inner .round .first-round .red .howtomake .htm-inner ul li:first-child {
    font-weight: bold;
  }
  .cont-yasuuma .bg .inner .round .first-round .blue img {
    padding: 0 0 12.5px;
  }
  .cont-yasuuma .bg .inner .round .first-round .blue .howtomake {
    margin: 0 15px;
  }
  .cont-yasuuma .bg .inner .round .first-round .blue .howtomake img {
    margin: 0;
    padding: 0;
  }
  .cont-yasuuma .bg .inner .round .first-round .blue .howtomake .htm-inner {
    background: #fff;
    border: solid 9px #0054a7;
    border-top: 0;
    max-width: 300px;
    margin: 0 12px;
    text-align: left;
    line-height: 1.6;
    font-weight: bold;
    padding: 17.5px 20px 25px;
    font-feature-settings: "palt";
  }
  .cont-yasuuma .bg .inner .round .first-round .blue .howtomake .htm-inner p {
    font-size: 12px;
  }
  .cont-yasuuma .bg .inner .round .first-round .blue .howtomake .htm-inner ul {
    margin: 20px 0 0;
  }
  .cont-yasuuma .bg .inner .round .first-round .blue .howtomake .htm-inner ul li {
    font-size: 12px;
  }
  .cont-yasuuma .bg .inner .round .first-round .blue .howtomake .htm-inner ul li:first-child {
    font-weight: bold;
  }
  .cont-yasuuma .bg .inner .round .first-round:before {
    content: "";
    position: absolute;
    display: block;
    background: url("../../img/yasuuma_first_deco1-sp.png") no-repeat;
    background-size: contain;
    width: 206.5px;
    height: 394px;
    top: 717.5px;
    left: -22.5px;
    z-index: 1;
  }
  .cont-yasuuma .bg .inner .round .first-round:after {
    content: "";
    position: absolute;
    display: block;
    background: url("../../img/yasuuma_first_deco2-sp.png") no-repeat;
    background-size: contain;
    width: 206.5px;
    height: 394px;
    bottom: 685px;
    right: -22.5px;
  }
  .cont-yasuuma .bg .inner .round .twitter {
    margin: 45px 0 40px;
  }
  .cont-yasuuma .bg .inner .round .twitter a img {
    max-width: 290px;
  }
  .cont-yasuuma .bg .inner .round .twitter a:after {
    content: none;
  }
  .cont-yasuuma .bg .inner .round .second-round {
    position: relative;
  }
  .cont-yasuuma .bg .inner .round .second-round .red {
    margin: 0 0 360px;
  }
  .cont-yasuuma .bg .inner .round .second-round .red img {
    padding: 0 0 12.5px;
  }
  .cont-yasuuma .bg .inner .round .second-round .red .howtomake {
    margin: 0 15px;
  }
  .cont-yasuuma .bg .inner .round .second-round .red .howtomake img {
    margin: 0;
    padding: 0;
  }
  .cont-yasuuma .bg .inner .round .second-round .red .howtomake .htm-inner {
    background: #fff;
    border: solid 9px #ff0000;
    border-top: 0;
    max-width: 300px;
    margin: 0 12px;
    text-align: left;
    line-height: 1.6;
    font-weight: bold;
    padding: 17.5px 20px 25px;
    font-feature-settings: "palt";
  }
  .cont-yasuuma .bg .inner .round .second-round .red .howtomake .htm-inner p {
    font-size: 12px;
  }
  .cont-yasuuma .bg .inner .round .second-round .red .howtomake .htm-inner ul {
    margin: 20px 0 0;
  }
  .cont-yasuuma .bg .inner .round .second-round .red .howtomake .htm-inner ul li {
    font-size: 12px;
  }
  .cont-yasuuma .bg .inner .round .second-round .red .howtomake .htm-inner ul li:first-child {
    font-weight: bold;
  }
  .cont-yasuuma .bg .inner .round .second-round .blue img {
    padding: 0 0 12.5px;
  }
  .cont-yasuuma .bg .inner .round .second-round .blue .howtomake {
    margin: 0 15px;
  }
  .cont-yasuuma .bg .inner .round .second-round .blue .howtomake img {
    margin: 0;
    padding: 0;
  }
  .cont-yasuuma .bg .inner .round .second-round .blue .howtomake .htm-inner {
    background: #fff;
    border: solid 9px #0054a7;
    border-top: 0;
    max-width: 300px;
    margin: 0 12px;
    text-align: left;
    line-height: 1.6;
    font-weight: bold;
    padding: 17.5px 20px 25px;
    font-feature-settings: "palt";
  }
  .cont-yasuuma .bg .inner .round .second-round .blue .howtomake .htm-inner p {
    font-size: 12px;
  }
  .cont-yasuuma .bg .inner .round .second-round .blue .howtomake .htm-inner ul {
    margin: 20px 0 0;
  }
  .cont-yasuuma .bg .inner .round .second-round .blue .howtomake .htm-inner ul li {
    font-size: 12px;
  }
  .cont-yasuuma .bg .inner .round .second-round .blue .howtomake .htm-inner ul li:first-child {
    font-weight: bold;
  }
  .cont-yasuuma .bg .inner .round .second-round:before {
    content: "";
    position: absolute;
    display: block;
    background: url("../../img/yasuuma_second_deco1-sp.png") no-repeat;
    background-size: contain;
    width: 229px;
    height: 372px;
    bottom: 885px;
    left: -15px;
    z-index: 1;
  }
  .cont-yasuuma .bg .inner .round .second-round:after {
    content: "";
    position: absolute;
    display: block;
    background: url("../../img/yasuuma_second_deco2-sp.png") no-repeat;
    background-size: contain;
    width: 206.5px;
    height: 394px;
    bottom: 760px;
    right: -22.5px;
  }
  .cont-yasuuma .bg .inner .round .final-round {
    padding: 0;
  }
  .cont-yasuuma .bg .inner .banner-yasuuma {
    padding: 12.5px 18px 50px;
    display: block;
  }
  .cont-yasuuma .bg .inner .banner-yasuuma img {
    transition: all 0.75s;
    opacity: 0;
  }
  .cont-yasuuma .bg .inner .banner-yasuuma img.inview {
    opacity: 1;
  }
  .cont-yasuuma .bg .inner .banner-yasuuma img:hover {
    opacity: 0.75;
  }
}

.cont-campaign {
  position: relative;
}
@media (min-width: 769px) {
  .cont-campaign {
    width: 100%;
    height: auto;
    background: #000;
    text-align: center;
  }
  .cont-campaign .close {
    background: linear-gradient(to bottom, #0065b8, #1b1e73);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 415px;
    margin: auto;
    padding: 0;
    z-index: 1;
  }
  .cont-campaign .close p {
    color: #fff;
    font-size: 36px;
    white-space: nowrap;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 2;
    padding: 50px 25px;
    margin: 40px;
    border: solid 3px #fff;
  }
  .cont-campaign .title {
    font-size: 34px;
    color: #ff0000;
    margin: 45px 0 0;
    font-weight: bold;
    display: inline-block;
    position: relative;
  }
  .cont-campaign .title:before {
    content: "";
    position: absolute;
    top: 15px;
    left: -25px;
    width: 3px;
    height: 40px;
    background: #ff0000;
    transform: rotate(-45deg);
  }
  .cont-campaign .title:after {
    content: "";
    position: absolute;
    top: 15px;
    right: -25px;
    width: 3px;
    height: 40px;
    background: #ff0000;
    transform: rotate(45deg);
  }
  .cont-campaign p {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 42px;
    margin: 0 0 45px;
    font-feature-settings: "palt";
  }
  .cont-campaign .blue {
    color: #ff0000;
    margin: 45px 0 0;
  }
  .cont-campaign .inner {
    padding: 100px 54px;
  }
  .cont-campaign .inner .caption {
    padding: 5px 0 0;
    margin: 0 -20px 12px 0;
    display: block;
    text-align: right;
    font-size: 10px;
    color: #fff;
    line-height: 1.4;
  }
  .cont-campaign .inner .cont-inner {
    max-width: 1090px;
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 65px 76px 73px;
    text-align: center;
  }
  .cont-campaign .inner .cont-inner .cont-title {
    margin: 0;
    font-size: 35px;
    letter-spacing: 10px;
    text-indent: 10px;
    color: #ff0000;
  }
  .cont-campaign .inner .cont-inner .cont-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #ff0000;
  }
  .cont-campaign .inner .cont-inner p {
    margin: 10px 0 20px;
    font-size: 24px;
    line-height: 39px;
  }
  .cont-campaign .inner .cont-inner p span {
    color: #ff0000;
  }
  .cont-campaign .inner .cont-inner .lineup {
    margin: 107.5px 0 0;
    text-align: center;
    pointer-events: none;
  }
  .cont-campaign .inner .cont-inner .lineup li {
    padding: 0 0 0 120px;
    margin: 0 40px;
    text-align: left;
    position: relative;
    display: inline-block;
  }
  .cont-campaign .inner .cont-inner .lineup li p {
    margin: 0;
    padding: 0;
    font-size: 36px;
    font-weight: bold;
    color: #ff0000;
    display: inline-block;
    text-align: left;
  }
  .cont-campaign .inner .cont-inner .lineup li span {
    font-weight: bold;
    color: #ff0000;
    font-size: 22px;
    padding: 0;
    display: block;
  }
  .cont-campaign .inner .cont-inner .lineup li:before {
    content: "";
    background: url("../../img/img_kokuimo_cp.png") no-repeat;
    background-size: contain;
    width: 77px;
    height: 209px;
    position: absolute;
    left: 25px;
    top: -50px;
  }
  .cont-campaign .inner .cont-inner .lineup li:nth-child(2) {
    padding: 0 0 0 120px;
  }
  .cont-campaign .inner .cont-inner .lineup li:nth-child(2) p:nth-child(2) {
    padding: 0;
  }
  .cont-campaign .inner .cont-inner .lineup li:nth-child(2):before {
    content: "";
    background: url("../../img/img_koimugi_cp.png") no-repeat;
    background-size: contain;
    width: 77px;
    height: 209px;
    position: absolute;
    left: 25px;
    top: -50px;
  }
  .cont-campaign .inner .cont-inner .anno {
    clear: both;
    font-size: 15px;
    line-height: 25px;
    font-weight: normal;
    padding: 100px 0 90px;
    margin: 0;
    display: inline-block;
    text-align: center;
  }
  .cont-campaign .inner .cont-inner .method {
    margin: 0 auto;
  }
  .cont-campaign .inner .cont-inner .method .method-a {
    width: 50%;
    padding: 0 23px 0 0;
    float: left;
    position: relative;
  }
  .cont-campaign .inner .cont-inner .method .method-a div {
    height: 355px;
    border: solid #e4b833 3px;
  }
  .cont-campaign .inner .cont-inner .method .method-a div .method-title {
    width: 100%;
    height: 47px;
    background: #e4b833;
    margin: 0;
  }
  .cont-campaign .inner .cont-inner .method .method-a div .method-title h2 {
    font-size: 28px;
    color: #000;
    line-height: 39px;
  }
  .cont-campaign .inner .cont-inner .method .method-a div p {
    margin: 0;
    padding: 20px 0;
    font-size: 19px;
    line-height: 31.5px;
    font-feature-settings: "palt";
  }
  .cont-campaign .inner .cont-inner .method .method-a div p a {
    color: #1d9bf0;
    border-bottom: solid 2px #1d9bf0;
    transition: all 0.75s;
  }
  .cont-campaign .inner .cont-inner .method .method-a div p a:hover {
    opacity: 0.75;
    text-decoration: none;
  }
  .cont-campaign .inner .cont-inner .method .method-a div p a:after {
    content: none;
  }
  .cont-campaign .inner .cont-inner .method .method-b {
    width: 50%;
    float: left;
    padding: 0 0 0 23px;
    position: relative;
  }
  .cont-campaign .inner .cont-inner .method .method-b div {
    height: 355px;
    border: solid #e4b833 3px;
  }
  .cont-campaign .inner .cont-inner .method .method-b div .method-title {
    width: 100%;
    height: 47px;
    background: #e4b833;
    margin: 0;
  }
  .cont-campaign .inner .cont-inner .method .method-b div .method-title h2 {
    color: #000;
    font-size: 28px;
    line-height: 39px;
  }
  .cont-campaign .inner .cont-inner .method .method-b div .method-title h2 span {
    font-size: 28px;
    color: #ff0000;
    margin: 0 0 0 10px;
    padding: 0;
    line-height: 39px;
  }
  .cont-campaign .inner .cont-inner .method .method-b div p {
    margin: 0;
    padding: 20px 0;
    display: block;
    font-size: 19px;
    line-height: 32px;
  }
  .cont-campaign .inner .cont-inner .method .method-b div p span {
    font-size: 19px;
    display: inline-block;
    color: #ff0000;
    margin: 0;
    padding: 0;
  }
  .cont-campaign .inner .cont-inner .twitter {
    transition: all 0.75s;
  }
  .cont-campaign .inner .cont-inner .twitter img {
    margin: 40px 0 90px;
    max-width: 604.5px;
    width: 100%;
  }
  .cont-campaign .inner .cont-inner .twitter:hover {
    opacity: 0.75;
  }
  .cont-campaign .inner .cont-inner .twitter:after {
    content: none;
  }
  .cont-campaign .inner .cont-inner .cont-title2 {
    margin: 0;
    font-size: 31px;
    color: #ff0000;
    position: relative;
  }
  .cont-campaign .inner .cont-inner .cont-title2:after {
    content: "";
    display: block;
    position: absolute;
    top: 45px;
    left: 0;
    width: 842.5px;
    height: 3px;
    background: #ff0000;
  }
  .cont-campaign .inner .cont-inner .winning {
    clear: both;
    margin: 0 0 100px;
  }
  .cont-campaign .inner .cont-inner .winning h2 {
    margin: 0;
    font-size: 35px;
    color: #ff0000;
  }
  .cont-campaign .inner .cont-inner .quali {
    margin: 0 0 105px;
  }
  .cont-campaign .inner .cont-inner .quali .textbox {
    padding: 10px 0 0;
  }
  .cont-campaign .inner .cont-inner .quali .textbox p {
    text-align: center;
    margin: 0;
  }
  .cont-campaign .inner .cont-inner .quali .textbox span {
    font-size: 14px;
    padding: 17.5px 0;
  }
  .cont-campaign .inner .cont-inner .period {
    margin: 0 0 100px;
  }
  .cont-campaign .inner .cont-inner .howto {
    margin: 0 0 50px;
  }
  .cont-campaign .inner .cont-inner .howto p {
    max-width: 850px;
    margin: 0 auto;
    padding: 12.5px 0 0;
    line-height: 40px;
  }
  .cont-campaign .inner .cont-inner .howto .annotation {
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
    padding: 9px 0 50px;
    text-align: center;
  }
  .cont-campaign .inner .cont-inner .contact {
    display: flex;
  }
  .cont-campaign .inner .cont-inner .contact li {
    width: 100%;
    margin: 0 17.5px 0 0;
  }
  .cont-campaign .inner .cont-inner .contact li h1 {
    margin: 0 0 10px;
    font-size: 19px;
    position: relative;
  }
  .cont-campaign .inner .cont-inner .contact li h1:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    background: #000;
  }
  .cont-campaign .inner .cont-inner .contact li p {
    font-size: 15px;
    text-align: left;
    line-height: 24px;
    padding: 0 17.5px;
    margin: 0;
    font-weight: normal;
  }
  .cont-campaign .inner .cont-inner .contact li p:last-child {
    margin: 25px 0 0;
  }
  .cont-campaign .inner .cont-inner .contact li ul .c-detail,
  .cont-campaign .inner .cont-inner .contact li ul p {
    font-size: 15px;
    text-align: left;
    line-height: 24px;
    margin: 0;
  }
  .cont-campaign .inner .cont-inner .contact li ul .c-detail {
    width: 100%;
    padding: 0 17.5px;
    text-align: left;
  }
  .cont-campaign .inner .cont-inner .contact li ul .c-detail a {
    color: #000;
  }
  .cont-campaign .inner .cont-inner .contact li .contact-link {
    font-size: 15px;
    padding: 0 17.5px;
    text-align: left;
    margin: 0;
    font-weight: normal;
  }
  .cont-campaign .inner .cont-inner .contact li .contact-link a {
    color: #000;
  }
  .cont-campaign .inner .cont-inner .contact li:nth-child(2) {
    width: 100%;
    margin: 0 0 0 17.5px;
  }
  .cont-campaign .inner .cont-inner .contact li:nth-child(3) {
    width: 100%;
    text-align: center;
    margin: 30px 0 0;
  }
  .cont-campaign .inner .cont-inner .contact li:nth-child(3) h1 {
    font-size: 19px;
    position: relative;
  }
  .cont-campaign .inner .cont-inner .contact li:nth-child(3) p {
    font-size: 15px;
    text-align: left;
    margin: 10px 0 25px 0;
    padding: 0 17.5px;
    line-height: 24px;
    font-feature-settings: "palt";
    font-weight: normal;
  }
  .cont-campaign .inner .banner-yasuuma {
    max-width: 1100px;
    width: 100%;
    margin: 55px 0 0;
    display: inline-block;
  }
  .cont-campaign .inner .banner-yasuuma img {
    transition: all 0.75s;
    opacity: 0;
  }
  .cont-campaign .inner .banner-yasuuma img.inview {
    opacity: 1;
  }
  .cont-campaign .inner .banner-yasuuma img:hover {
    opacity: 0.75;
  }
}
@media screen and (max-width: 1150px) {
  .cont-campaign .inner .cont-inner .lineup li p {
    font-size: 28px;
  }
  .cont-campaign .inner .cont-inner .lineup li span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .cont-campaign {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 25px 0 50px;
    background: #000;
    text-align: center;
  }
  .cont-campaign .close {
    background: linear-gradient(to bottom, #0065b8, #1b1e73);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 315px;
    width: 100%;
    top: 267.5px;
    margin: auto;
    padding: 20px;
    z-index: 1;
  }
  .cont-campaign .close p {
    max-width: 275px;
    width: 100%;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 2.4;
    padding: 25px 0;
    margin: 0;
    border: solid 2px #fff;
  }
  .cont-campaign .title {
    display: inline-block;
    font-size: 19px;
    text-align: center;
    color: #ff0000;
    margin: 20px 0 0;
    font-weight: bold;
    position: relative;
  }
  .cont-campaign .title:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -15px;
    width: 2px;
    height: 20px;
    background: #ff0000;
    transform: rotate(-45deg);
  }
  .cont-campaign .title:after {
    content: "";
    position: absolute;
    top: 10px;
    right: -15px;
    width: 2px;
    height: 20px;
    background: #ff0000;
    transform: rotate(45deg);
  }
  .cont-campaign p {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    line-height: 25px;
    margin: 0 0 25px;
  }
  .cont-campaign .blue {
    color: #ff0000;
    margin: 25px 0 0;
  }
  .cont-campaign .cont-title {
    padding: 17px 0 0;
  }
  .cont-campaign .inner {
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
    padding: 0 5px;
  }
  .cont-campaign .inner .caption {
    padding: 5px 0 0;
    margin: 0;
    display: block;
    text-align: right;
    font-size: 10px;
    color: #fff;
    line-height: 1.4;
  }
  .cont-campaign .inner .cont-inner {
    background: #fff;
    max-width: 329px;
    width: 100%;
    margin: 25px auto 50px;
    padding: 5px 0 25px;
    text-align: center;
  }
  .cont-campaign .inner .cont-inner .cont-title {
    max-width: 297px;
    width: 100%;
    margin: 0 auto;
    font-size: 20px;
    letter-spacing: 8px;
    text-indent: 8px;
    color: #ff0000;
  }
  .cont-campaign .inner .cont-inner .cont-title:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #ff0000;
  }
  .cont-campaign .inner .cont-inner p {
    margin: 5px 0;
    font-size: 13px;
    line-height: 23px;
    font-feature-settings: "palt";
  }
  .cont-campaign .inner .cont-inner p span {
    color: #ff0000;
  }
  .cont-campaign .inner .cont-inner .lineup {
    margin: 20px 0 0;
    pointer-events: none;
  }
  .cont-campaign .inner .cont-inner .lineup li {
    max-width: 250px;
    width: 100%;
    height: 120px;
    margin: 11px auto;
    padding: 35px 0 30px 90px;
    text-align: left;
    position: relative;
  }
  .cont-campaign .inner .cont-inner .lineup li p {
    margin: 0 0 -10px;
    padding: 0;
    font-size: 20px;
    font-weight: bold;
    color: #ff0000;
    display: inline-block;
    text-align: left;
  }
  .cont-campaign .inner .cont-inner .lineup li span {
    display: block;
    margin: 0px 0 0;
    font-size: 12.5px;
    color: #ff0000;
    font-weight: bold;
    line-height: 12.5px;
    padding: 0;
  }
  .cont-campaign .inner .cont-inner .lineup li:before {
    content: "";
    background: url("../../img/img_kokuimo_cp.png") no-repeat;
    background-size: contain;
    width: 43px;
    height: 117px;
    position: absolute;
    left: 35px;
    top: 10px;
  }
  .cont-campaign .inner .cont-inner .lineup li:nth-child(2) p:nth-child(2) {
    padding: 0;
  }
  .cont-campaign .inner .cont-inner .lineup li:nth-child(2):before {
    content: "";
    background: url("../../img/img_koimugi_cp.png") no-repeat;
    background-size: contain;
    width: 43px;
    height: 118px;
    position: absolute;
    left: 35px;
    top: 10px;
  }
  .cont-campaign .inner .cont-inner .anno {
    clear: both;
    display: block;
    max-width: 297px;
    width: 100%;
    margin: 0 auto;
    font-size: 10px;
    font-weight: normal;
    padding: 10px 0 20px;
    line-height: 15px;
    text-align: left;
  }
  .cont-campaign .inner .cont-inner .method-a {
    max-width: 253px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 5px 0 0;
  }
  .cont-campaign .inner .cont-inner .method-a div {
    border: solid #e4b833 2px;
    margin: 0 0 14px;
  }
  .cont-campaign .inner .cont-inner .method-a div .method-title {
    width: 100%;
    height: 29px;
    background: #e4b833;
    margin: 0;
  }
  .cont-campaign .inner .cont-inner .method-a div .method-title h2 {
    font-size: 15.5px;
    color: #000;
    line-height: 24px;
  }
  .cont-campaign .inner .cont-inner .method-a div p {
    margin: 10px 0 0;
    padding: 0 0 12.5px;
    font-size: 10.5px;
    line-height: 18px;
    font-feature-settings: "palt";
  }
  .cont-campaign .inner .cont-inner .method-a div p a {
    color: #1d9bf0;
    border-bottom: solid 2px #1d9bf0;
    transition: all 0.75s;
  }
  .cont-campaign .inner .cont-inner .method-a div p a:hover {
    opacity: 0.75;
    text-decoration: none;
  }
  .cont-campaign .inner .cont-inner .method-a div p a:after {
    content: none;
  }
  .cont-campaign .inner .cont-inner .method-b {
    max-width: 253px;
    width: 100%;
    margin: 0 auto;
    padding: 17.5px 0 10px;
    position: relative;
  }
  .cont-campaign .inner .cont-inner .method-b div {
    border: solid #e4b833 2px;
    height: 201.5px;
  }
  .cont-campaign .inner .cont-inner .method-b div .method-title {
    width: 100%;
    height: 29px;
    background: #e4b833;
    margin: 0;
  }
  .cont-campaign .inner .cont-inner .method-b div .method-title h2 {
    font-size: 15.5px;
    color: #000;
    line-height: 24px;
  }
  .cont-campaign .inner .cont-inner .method-b div .method-title h2 .method-title2 {
    font-size: 15.5px;
    display: inline-block;
    color: #FF0000;
    margin: 0 0 0 10px;
    padding: 0;
  }
  .cont-campaign .inner .cont-inner .method-b div p {
    padding: 5px 0 0;
    display: block;
    font-size: 10.5px;
    line-height: 18px;
  }
  .cont-campaign .inner .cont-inner .method-b div p span {
    font-size: 10.5px;
    display: inline-block;
    color: #FF0000;
    margin: 0;
    padding: 0;
  }
  .cont-campaign .inner .cont-inner .twitter {
    display: inline-block;
    max-width: 297.5px;
    width: 100%;
  }
  .cont-campaign .inner .cont-inner .twitter img {
    margin: 18px auto 6px;
    height: auto;
  }
  .cont-campaign .inner .cont-inner .twitter:after {
    content: none;
  }
  .cont-campaign .inner .cont-inner .cont-title2 {
    margin: 0;
    font-size: 31px;
    color: #ff0000;
    position: relative;
  }
  .cont-campaign .inner .cont-inner .cont-title2:after {
    content: "";
    display: block;
    position: absolute;
    top: 45px;
    left: 0;
    width: 842.5px;
    height: 2px;
    background: #ff0000;
  }
  .cont-campaign .inner .cont-inner .winning {
    margin: 0 0 10px;
  }
  .cont-campaign .inner .cont-inner .winning h2 {
    margin: 0 auto;
    font-size: 20px;
    color: #ff0000;
  }
  .cont-campaign .inner .cont-inner .quali {
    margin: 0 0 5px;
  }
  .cont-campaign .inner .cont-inner .quali .cont-title {
    margin: 0 auto 10px;
    letter-spacing: 10px;
    text-indent: 10px;
  }
  .cont-campaign .inner .cont-inner .quali p {
    text-align: center;
    margin: 0 0 5px;
    padding: 0 10px;
    line-height: 18px;
  }
  .cont-campaign .inner .cont-inner .quali p:nth-child(2) {
    margin: 0;
  }
  .cont-campaign .inner .cont-inner .quali span {
    max-width: 260px;
    display: block;
    font-size: 10px;
    text-align: center;
    padding: 5px 0;
    margin: 0 auto;
  }
  .cont-campaign .inner .cont-inner .period {
    max-width: 297px;
    width: 100%;
    margin: 0 auto 7.5px;
  }
  .cont-campaign .inner .cont-inner .period h2 {
    white-space: nowrap;
    letter-spacing: 5px;
  }
  .cont-campaign .inner .cont-inner .howto {
    max-width: 297px;
    margin: 0 auto 30px;
  }
  .cont-campaign .inner .cont-inner .howto p {
    margin: 5px 0 2.5px;
    font-feature-settings: "palt";
    line-height: 23px;
  }
  .cont-campaign .inner .cont-inner .howto .annotation {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    font-size: 10px;
    font-weight: normal;
    line-height: 15px;
    display: block;
    text-align: center;
  }
  .cont-campaign .inner .cont-inner .contact li {
    width: 100%;
    padding: 0 35px;
  }
  .cont-campaign .inner .cont-inner .contact li h1 {
    font-size: 10.5px;
    position: relative;
  }
  .cont-campaign .inner .cont-inner .contact li h1:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #000;
  }
  .cont-campaign .inner .cont-inner .contact li .contact-link {
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
    font-size: 10px;
    text-align: left;
    padding: 0;
  }
  .cont-campaign .inner .cont-inner .contact li .contact-link a {
    color: #000;
  }
  .cont-campaign .inner .cont-inner .contact li ul {
    margin: 5px 0 0;
  }
  .cont-campaign .inner .cont-inner .contact li ul .c-detail {
    font-size: 10px;
    line-height: 15px;
    text-align: left;
    padding: 0 10px;
    margin: 0;
    max-width: 260px;
    width: 100%;
    margin: 0 auto;
  }
  .cont-campaign .inner .cont-inner .contact li ul .c-detail a {
    color: #000;
  }
  .cont-campaign .inner .cont-inner .contact li:nth-child(2), .cont-campaign .inner .cont-inner .contact li:nth-child(3) {
    padding: 30px 35px 0;
    text-align: center;
  }
  .cont-campaign .inner .cont-inner .contact li:nth-child(2) h1, .cont-campaign .inner .cont-inner .contact li:nth-child(3) h1 {
    font-size: 10.5px;
    position: relative;
  }
  .cont-campaign .inner .cont-inner .contact li:nth-child(2) p, .cont-campaign .inner .cont-inner .contact li:nth-child(3) p {
    max-width: 240px;
    width: 100%;
    font-size: 10px;
    text-align: left;
    margin: 5px auto 0;
    line-height: 15px;
    font-weight: normal;
  }
  .cont-campaign .inner .banner-yasuuma {
    padding: 0 18px;
    display: block;
  }
  .cont-campaign .inner .banner-yasuuma img {
    transition: all 0.75s;
    opacity: 0;
  }
  .cont-campaign .inner .banner-yasuuma img.inview {
    opacity: 1;
  }
  .cont-campaign .inner .banner-yasuuma img:hover {
    opacity: 0.75;
  }
}

@media (min-width: 769px) {
  .header {
    position: relative;
  }
  .header .wrap {
    background: #000;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 3;
    height: 75px;
  }
  .header .wrap .logo {
    padding: 26.25px 0;
  }
  .header .wrap .logo a {
    display: inline-block;
  }
  .header .wrap .logo a img {
    max-width: 451.5px;
  }
  .header .wrap .ham {
    position: absolute;
    cursor: pointer;
    width: 33px;
    height: 33px;
    top: 21px;
    left: 48px;
  }
  .header .wrap .ham span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    height: 3px;
    background: #fff;
    width: 100%;
  }
  .header .wrap .ham span:nth-of-type(1) {
    top: 2px;
  }
  .header .wrap .ham span:nth-of-type(2) {
    top: 15px;
  }
  .header .wrap .ham span:nth-of-type(3) {
    top: 28px;
  }
  .header .wrap .active {
    display: block;
  }
  .header .wrap .active span:nth-of-type(1) {
    top: 7.5px;
    left: 0;
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
  }
  .header .wrap .active span:nth-of-type(2) {
    opacity: 0;
  }
  .header .wrap .active span:nth-of-type(3) {
    top: 7.5px;
    left: 0;
    transform: translateY(6px) rotate(45deg);
    width: 100%;
  }
  .header .detail {
    transition: all 0.6s;
    max-width: 1104px;
    background: #f6f2ec;
    position: absolute;
    top: -600px;
    margin: 0 0 0 48px;
    padding: 50px;
    z-index: 2;
  }
  .header .detail .link-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header .detail .link-wrap .link {
    width: 22%;
    margin: 0 0 40px;
    transition: all 0.75s;
  }
  .header .detail .link-wrap .link:hover {
    opacity: 0.75;
  }
  .header .detail .link-wrap .link:nth-of-type(5) {
    margin: 0;
  }
  .header .detail .link-wrap .link .title {
    margin: 0 0 10px;
    min-height: 43.8px;
    position: relative;
  }
  .header .detail .link-wrap .link .title img {
    position: absolute;
    bottom: 0;
  }
  .header .detail .link-wrap .link .img {
    display: block;
    max-width: 229px;
  }
  .header .detail .link-top {
    position: absolute;
    bottom: 50px;
    right: 50px;
  }
  .header .detail .link-top a {
    transition: all 0.75s;
    display: block;
    margin: 0 0 20px;
  }
  .header .detail .link-top a:hover {
    opacity: 0.75;
  }
  .header .detail .link-top a img {
    max-width: 150px;
  }
  .header .detail .link-top a:last-child {
    margin: 0;
  }
  .header .open {
    top: 75px;
  }
}
@media (max-width: 768px) {
  .header {
    position: relative;
  }
  .header .wrap {
    background: #000;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 3;
    height: 75px;
  }
  .header .wrap .logo {
    padding: 17px 0;
  }
  .header .wrap .logo a {
    display: inline-block;
  }
  .header .wrap .logo a img {
    max-width: 188px;
  }
  .header .wrap .ham {
    position: absolute;
    cursor: pointer;
    width: 33px;
    height: 33px;
    top: 21px;
    left: 18px;
  }
  .header .wrap .ham span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    height: 2px;
    background: #fff;
    width: 100%;
  }
  .header .wrap .ham span:nth-of-type(1) {
    top: 5px;
  }
  .header .wrap .ham span:nth-of-type(2) {
    top: 15px;
  }
  .header .wrap .ham span:nth-of-type(3) {
    top: 25px;
  }
  .header .wrap .active {
    display: block;
  }
  .header .wrap .active span:nth-of-type(1) {
    top: 7.5px;
    left: 0;
    transform: translateY(6px) rotate(-45deg);
    width: 100%;
  }
  .header .wrap .active span:nth-of-type(2) {
    opacity: 0;
  }
  .header .wrap .active span:nth-of-type(3) {
    top: 7.5px;
    left: 0;
    transform: translateY(6px) rotate(45deg);
    width: 100%;
  }
  .header .detail {
    position: absolute;
    overflow: auto;
    transition: all 0.6s;
    top: -1700px;
    left: 0;
    right: 0;
    height: 100vh;
    z-index: 2;
    background: #f6f2ec;
    padding: 50px 55px 100px;
  }
  .header .detail .link-wrap {
    padding: 0;
  }
  .header .detail .link-wrap .link {
    width: 100%;
    display: inline-block;
    margin: 0 0 48px;
    text-align: center;
  }
  .header .detail .link-wrap .link .title {
    margin: 0 0 10px;
  }
  .header .detail .link-wrap .link .img {
    display: block;
    max-width: 229px;
  }
  .header .detail .link-wrap .link:last-of-type {
    margin: 0;
  }
  .header .detail .link-top {
    text-align: right;
    margin: 49px 0 60px;
    width: 100%;
  }
  .header .detail .link-top a {
    display: block;
    margin: 0 0 17.5px;
  }
  .header .detail .link-top a img {
    max-width: 174.5px;
  }
  .header .detail .link-top a:last-child {
    margin: 0;
  }
  .header .open {
    top: 75px;
  }
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
}
/*# sourceMappingURL=style.css.map */
