@media screen and (min-width: 750px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 749px) {
  .pc {
    display: none !important;
  }
}

.a_block {
  display: block;
  width: 100%;
  height: 100%;
}

* {
  border: 0;
  outline: none;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 62.5% !important;
  font-family: 'Noto Sans JP', sans-serif;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  height: 100%;
  color: #333333;
  -webkit-overflow-scrolling: touch;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.87;
  overflow-x: hidden;
}

div,
main,
section {
  display: block;
  position: relative;
}

*:focus {
  outline: none;
}

p {
  line-height: 2;
}
p.bold {
  font-weight: bold;
}

sup {
  vertical-align: super;
  font-size: 50%;
}

em {
  font-weight: bold;
}

a {
  cursor: pointer;
}

.opa {
  transition: 0.5s;
  opacity: 1;
}
.opa:hover {
  opacity: 0.5;
}

b {
  font-weight: 700;
}

small {
  font-size: 1.2rem;
  display: block;
  line-height: 1.6;
}

hr {
  border-top: 1px solid #078BBC;
}

.trans {
  transition: 0.5s;
  opacity: 1;
}
.trans:hover {
  opacity: 0.5;
}

@media screen and (min-width: 750px) {
  .top .top-sp {
    display: none !important;
  }
}

.fw500 {
  font-weight: 500;
}

main {
  border-top: 1px solid transparent;
}

@media screen and (max-width: 749px) {
  .sp_center {
    margin: auto;
  }
}

.flex {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 749px) {
  .flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.center {
  text-align: center;
}

.m-center {
  margin: auto;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

img.block {
  display: block;
}

.w100 {
  width: 100% !important;
  display: block;
}

.wrap1000 {
  margin: auto;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .wrap1000 {
    padding: 0 15px;
  }
}

.wrap1200 {
  margin: auto;
  max-width: 1200px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .wrap1200 {
    padding: 0 15px;
  }
}

@media screen and (max-width: 749px) {
  .wrap-sp {
    width: calc(100% - 30px);
  }
}

.bg_white {
  background: #FFF !important;
}
.bg_silver {
  background: #F7F7F7 !important;
}
.bg_gray {
  background: #696969 !important;
}

.txt_white {
  color: #FFF !important;
}
.txt_black {
  color: #333333 !important;
}
.txt_indigo {
  color: #00008C !important;
}
.txt_red {
  color: #DC0000 !important;
}

.title_cont {
  font-size: 5.0rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.title_label {
  font-size: 3.0rem;
  font-weight: 700;
  color: #FFF;
  border-radius: 40px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (-ms-high-contrast: none) {
  .title_label {
    padding: 10px 0 0;
  }
}
@media screen and (max-width: 749px) {
  .title_label {
    font-size: 2.4rem;
    line-height: 1.66;
    text-align: center;
  }
}

a.btn {
  background: #01B0F1;
  color: #FFF;
  border-radius: 40px;
  max-width: 900px;
  height: 80px;
  font-size: 2.5rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: auto;
  padding-right: 35px;
}
@media all and (-ms-high-contrast: none) {
  a.btn {
    padding: 8px 0 0 35px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 749px) {
  a.btn {
    flex-wrap: wrap;
    font-size: 2.3rem;
    justify-content: flex-start;
    height: auto;
    padding: 10px 30px;
    line-height: 1.5;
    border-radius: 50px;
  }
  a.btn > * {
    width: 100%;
  }
}
a.btn::after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("../img/icon_play.png");
  background-size: 50px 50px;
  position: absolute;
  right: 15px;
  top: 15px;
}
@media screen and (max-width: 749px) {
  a.btn::after {
    top: 50%;
    transform: translateY(-50%);
  }
}
a.btn small {
  font-size: 1.7rem;
}
@media screen and (max-width: 749px) {
  a.btn small {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 749px) {
  .sp_opa {
    opacity: 0;
  }
}

.share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 130px;
}
@media screen and (min-width: 750px) {
  .share {
    height: 35px;
    margin-left: auto;
    max-width: 130px;
  }
}
.share_text {
  font-family: 'Viga', sans-serif;
  font-size: 1.2rem;
}
.share_link {
  width: 30px;
  margin-left: 10px;
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  .share_link {
    width: 25px;
  }
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  border-radius: 5px;
  border: 1px solid #DC0000;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:active, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:hover {
  color: black;
}
.hvr-sweep-to-right:active:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.hvr-sweep-to-right .span:after, .hvr-sweep-to-right .span:before {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  position: absolute;
  transition: 0.5s;
}
.hvr-sweep-to-right .span:after {
  top: 10px;
  right: 10px;
  border-right: 1px solid #FFF;
  border-top: 1px solid #FFF;
}
@media screen and (max-width: 749px) {
  .hvr-sweep-to-right .span:after {
    top: 5px;
    right: 5px;
  }
}
.hvr-sweep-to-right .span:before {
  background-color: #FFF;
  top: 13px;
  right: 13px;
}
@media screen and (max-width: 749px) {
  .hvr-sweep-to-right .span:before {
    top: 8px;
    right: 8px;
  }
}
.hvr-sweep-to-right:hover {
  color: #DC0000;
}
.hvr-sweep-to-right:hover .span:before {
  background-color: #DC0000;
}
.hvr-sweep-to-right:hover .span:after {
  border-right: 1px solid #DC0000;
  border-top: 1px solid #DC0000;
}

.fadeTypeOpacity {
  opacity: 0;
}

.fadeOpacity {
  animation-name: fadeInOpacity;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-delay: 0.5s;
  visibility: visible !important;
}

@keyframes fadeInOpacity {
  to {
    opacity: 1;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
  animation-fill-mode: both;
  animation-duration: 0.8s;
  animation-delay: 0.5s;
  visibility: visible !important;
}

@keyframes fadeInUp {
  from {
    transform: translateY(25px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes down {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  25% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
  }
  75% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@keyframes up {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  25% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  75% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
  }
}
@keyframes pulse {
  0% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 10px);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
.mt3 {
  display: block;
  margin-top: 3px !important;
}

.mt10 {
  display: block;
  margin-top: 10px !important;
}
@media screen and (max-width: 749px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mt15 {
  display: block;
  margin-top: 15px !important;
}
@media screen and (max-width: 749px) {
  .mt15 {
    margin-top: 10px !important;
  }
}

.mt20 {
  display: block;
  margin-top: 20px !important;
}
@media screen and (max-width: 749px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt25 {
  display: block;
  margin-top: 25px !important;
}
@media screen and (max-width: 749px) {
  .mt25 {
    margin-top: 15px !important;
  }
}

.mt30 {
  display: block;
  margin-top: 30px !important;
}
@media screen and (max-width: 749px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt40 {
  display: block;
  margin-top: 40px !important;
}
@media screen and (max-width: 749px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt40 {
  display: block;
  margin-top: 40px !important;
}
@media screen and (max-width: 749px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt50 {
  display: block;
  margin-top: 50px !important;
}
@media screen and (max-width: 749px) {
  .mt50 {
    margin-top: 25px !important;
  }
}

.mt60 {
  display: block;
  margin-top: 60px !important;
}
@media screen and (max-width: 749px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

.mt70 {
  display: block;
  margin-top: 70px !important;
}
@media screen and (max-width: 749px) {
  .mt70 {
    margin-top: 35px !important;
  }
}

.mt80 {
  display: block;
  margin-top: 80px !important;
}
@media screen and (max-width: 749px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mt90 {
  display: block;
  margin-top: 90px !important;
}
@media screen and (max-width: 749px) {
  .mt90 {
    margin-top: 45px !important;
  }
}

.mt100 {
  display: block;
  margin-top: 100px !important;
}
@media screen and (max-width: 749px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

.ml {
  margin-left: auto;
}

@media screen and (max-width: 749px) {
  .sp-mt20 {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt35 {
    margin-top: 35px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt50 {
    margin-top: 50px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt75 {
    margin-top: 75px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt100 {
    margin-top: 100px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-mt125 {
    margin-top: 125px !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-p20 {
    padding: 20px;
  }
}

.fs14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 749px) {
  .fs14 {
    font-size: 1.2rem;
  }
}

.fs16 {
  font-size: 1.6rem;
}

.fs24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 749px) {
  .fs24 {
    font-size: 1.8rem;
  }
}

.fv {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 750px) {
  .fv {
    height: 700px;
  }
}
@media screen and (max-width: 749px) {
  .fv {
    display: block;
  }
}
.fv_layout {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .fv_layout {
    flex-wrap: wrap;
  }
}
.fv_box {
  width: 100%;
  max-width: 490px;
  margin: 70px 0 0 auto;
}
@media screen and (min-width: 750px) {
  .fv_boxWrap {
    width: 50%;
  }
}
@media screen and (max-width: 749px) {
  .fv_boxWrap {
    width: 100%;
    z-index: 10;
  }
}
@media screen and (max-width: 749px) {
  .fv_box {
    width: 100%;
    margin: 40px auto 0;
    padding: 0 30px 380px;
  }
}
.fv_title {
  width: 100%;
  margin-top: -10px;
}
@media screen and (max-width: 749px) {
  .fv_title {
    width: 100%;
  }
}
@media screen and (min-width: 750px) {
  .fv_serif {
    width: 185px;
    transform: translateX(-50px);
  }
}
@media screen and (max-width: 749px) {
  .fv_serif {
    width: 125px;
    transform: translateX(-15px);
  }
}
.fv_text {
  font-size: 1.2rem;
}
.fv_logo {
  width: 130px;
}
@media screen and (max-width: 749px) {
  .fv_logo {
    width: 70px;
  }
}
.fv_image {
  height: 100%;
}
@media screen and (min-width: 750px) {
  .fv_image {
    width: 50%;
  }
}
@media screen and (max-width: 749px) {
  .fv_image {
    width: 100%;
    position: absolute;
  }
}
.fv_image_img {
  object-fit: cover;
  object-position: bottom left;
  font-family: 'object-fit: cover; object-position: bottom left;';
  width: 100%;
  height: 100%;
}
.fv_scroll {
  width: 70px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  transition: 0.5s;
  animation: pulse 2s infinite;
}
.fv_asahi {
  width: 110px;
  position: absolute;
  left: 10px;
  top: 10px;
}
@media screen and (max-width: 749px) {
  .fv_asahi {
    width: 70px;
  }
}
.fv_credit {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 1.0rem;
}
@media screen and (max-width: 749px) {
  .fv_credit {
    font-size: 0.9rem;
  }
}
.fv_share {
  position: absolute;
  right: 10px;
  top: 30px;
  z-index: 50;
}
@media screen and (max-width: 749px) {
  .fv_share {
    top: 35px;
  }
}

.about {
  background: #e5f8ff;
  padding: 115px 0 100px;
}
@media screen and (max-width: 749px) {
  .about {
    padding: 50px 0;
  }
}
.about_para {
  background: url("../img/bg.jpg");
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
}
@media screen and (min-width: 750px) {
  .about_caption {
    text-align: center;
  }
}
.about_caption::first-letter {
  margin-left: -10px;
}
.about_caption_text {
  padding: 0 10px 2px;
  display: inline;
  line-height: 2.875;
  border-bottom: 1px solid black;
}
.about_cont {
  background: #FFFF00;
  border-radius: 15px;
  padding: 100px 100px 50px;
  margin-top: 135px;
}
@media screen and (max-width: 749px) {
  .about_cont {
    padding: 100px 15px 15px;
    margin-top: 115px;
  }
  .about_cont.edit {
    padding: 130px 15px 15px;
  }
}
.about_cont_title {
  background: #DC0000;
  color: #FFF;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
@media screen and (min-width: 750px) {
  .about_cont_title {
    font-size: 2.6rem;
    height: 70px;
    border-radius: 70px;
  }
}
@media screen and (max-width: 749px) {
  .about_cont_title {
    font-size: 2.2rem;
    border-radius: 20px;
    text-align: center;
    line-height: 1.72;
    padding: 50px 15px 15px;
    width: calc(100% - 30px);
  }
}
.about_cont_title::before {
  content: "";
  display: block;
  background: url("../img/icon_banana.svg");
  position: absolute;
}
@media screen and (min-width: 750px) {
  .about_cont_title::before {
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
    background-size: 47px 42px;
    width: 47px;
    height: 42px;
  }
}
@media screen and (max-width: 749px) {
  .about_cont_title::before {
    background-size: 34px 30px;
    width: 34px;
    height: 30px;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.about_cont_title::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21.7px 12.5px 0 12.5px;
  border-color: #DC0000 transparent transparent transparent;
}
.about_cont_sub {
  border: 1px solid #333333;
  padding: 30px 35px;
  display: flex;
}
@media screen and (max-width: 749px) {
  .about_cont_sub {
    flex-wrap: wrap;
  }
}
.about_cont_sub_text {
  width: 525px;
}
.about_cont_sub_prof {
  width: 180px;
  margin-left: 30px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .about_cont_sub_prof {
    margin-top: 20px;
  }
}
.about_cont_sub_prof .name1 {
  font-size: 1.4rem;
}
.about_cont_sub_prof .name2 {
  font-weight: 500;
  font-size: 2.0rem;
  line-height: 1;
  margin-top: 10px;
}
.about_cont_sub_prof .name2 span {
  font-size: 1.6rem;
}
.about_cont_sub2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.recipe {
  background: url("../img/bg_y-stripe.png");
  padding: 145px 0 50px;
}
.recipe_base {
  background: #FFF;
  border-radius: 20px;
  padding: 60px 100px 100px;
}
@media screen and (max-width: 749px) {
  .recipe_base {
    padding: 50px 15px 15px;
  }
}
.recipe_base::before {
  content: "";
  width: 72px;
  height: 72px;
  background: url("../img/line_recipe.png");
  background-size: 72px 72px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -100%);
}
.recipe_title {
  max-width: 618px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 749px) {
  .recipe_title {
    width: 80%;
  }
}
.recipe_cont {
  background: #FFFAE5;
  display: flex;
  padding: 30px;
  margin-top: 100px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 749px) {
  .recipe_cont {
    flex-wrap: wrap;
    padding: 30px 15px;
  }
}
.recipe_cont_title {
  background: #DC0000;
  color: #FFF;
  position: absolute;
  left: -30px;
  top: -30px;
  z-index: 10;
  font-size: 2.5rem;
  font-weight: 700;
  transform: rotate(-5deg);
  padding: 5px 10px;
}
@media screen and (max-width: 749px) {
  .recipe_cont_title {
    font-size: 2.0rem;
    padding: 0 5px;
    left: 5px;
    top: -30px;
  }
}
.recipe_cont_title-odd {
  left: auto;
  top: auto;
  right: -30px;
  top: -30px;
  transform: rotate(5deg);
}
@media screen and (max-width: 749px) {
  .recipe_cont_title-odd {
    padding: 0 5px;
    right: 5px;
    top: -30px;
  }
}
.recipe_cont_image {
  width: 380px;
}
@media screen and (max-width: 749px) {
  .recipe_cont_image {
    order: 1;
  }
}
@media screen and (min-width: 750px) {
  .recipe_cont_image_time {
    padding: 35px;
  }
}
@media screen and (min-width: 750px) {
  .recipe_cont_caption {
    width: 320px;
  }
}
@media screen and (max-width: 749px) {
  .recipe_cont_caption {
    order: 2;
  }
}
.recipe_cont_caption_title {
  color: #DC0000;
  font-size: 2.0rem;
  font-weight: 700;
}
@media screen and (min-width: 750px) {
  .recipe_cont_caption_title {
    margin-top: -10px;
  }
}
@media screen and (max-width: 749px) {
  .recipe_cont_caption_title {
    line-height: 1.6;
    margin-top: 35px;
  }
}
.recipe_cont_caption_text {
  font-size: 1.4rem;
}
@media screen and (min-width: 750px) {
  .recipe_cont .flex-right {
    margin-left: 40px;
  }
}

.lineup {
  padding: 0 0 50px;
}
.lineup_title {
  text-align: center;
  display: inline-block;
}
.lineup_title::before {
  content: "";
  background: url("../img/lineup_mark.png");
  display: block;
}
@media screen and (min-width: 750px) {
  .lineup_title::before {
    width: 150px;
    height: 150px;
    background-size: 150px;
    position: absolute;
    left: -175px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 749px) {
  .lineup_title::before {
    width: 140px;
    height: 140px;
    background-size: 140px;
    margin: 0 auto 10px;
  }
}
.lineup_title_image {
  width: 150px;
}
.lineup_title_text {
  font-size: 3.0rem;
  font-weight: 700;
  color: #DC0000;
  line-height: 1.7;
}
@media screen and (max-width: 749px) {
  .lineup_title_text {
    font-size: 2.5rem;
  }
}
.lineup_title_text span {
  border: 3px solid #DC0000;
  padding: 0 3px;
}
@media screen and (max-width: 749px) {
  .lineup_title_text span {
    border: 2px solid #DC0000;
    padding: 0 5px;
  }
}
@media all and (-ms-high-contrast: none) {
  .lineup_title_text span {
    padding: 8px 0 0 35px;
    line-height: 1;
    display: inline-block;
    padding: 5px 4px 0;
  }
}
.lineup_list {
  width: 200px;
  margin-right: 25px;
  text-align: center;
  padding-bottom: 50px;
}
.lineup_listWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 80px auto 20px;
}
@media screen and (max-width: 749px) {
  .lineup_listWrap {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 749px) {
  .lineup_list {
    width: calc((100% - 85px)/ 2);
  }
  .lineup_list:nth-of-type(2n) {
    margin-right: 0;
  }
  .lineup_list:last-child {
    margin-right: auto;
    margin-left: 30px;
  }
}
@media screen and (min-width: 750px) {
  .lineup_list:nth-of-type(5) {
    margin-right: 0;
  }
}
@media screen and (min-width: 750px) {
  .lineup_list_image {
    width: 200px;
  }
}
@media screen and (max-width: 749px) {
  .lineup_list_image {
    width: 100%;
  }
}
.lineup_list_name {
  color: #00008C;
  font-size: 1.4rem;
  font-weight: 700;
  white-space: nowrap;
}
.lineup_list_caption {
  font-size: 1.2rem;
  white-space: nowrap;
}
@media screen and (max-width: 749px) {
  .lineup_list_caption {
    font-size: 1.1rem;
  }
}
.lineup_caution {
  border: 1px solid #333333;
  font-size: 1.2rem;
  padding: 10px;
}

.loading {
  background: white;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
  height: 100%;
  width: 100%;
}

.header {
  height: 80px;
  width: 100%;
  background: #01B0F1;
  position: relative;
}
.header_asahi {
  width: 100px;
  display: block;
  position: absolute;
  top: 25px;
  left: 25px;
}
@media screen and (max-width: 749px) {
  .header_asahi {
    width: 75px;
    left: 10px;
  }
}
.header_logo {
  width: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 749px) {
  .header_logo {
    width: 100px;
  }
}
.header .shareWrap {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 749px) {
  .header .shareWrap {
    display: block;
    right: 0;
  }
}

.follow {
  width: 180px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 50;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width: 749px) {
  .follow {
    width: 100%;
    bottom: 0;
    right: 0;
  }
}
.follow.view {
  opacity: 1;
}

.footer {
  width: 100%;
}
.footer_special {
  background: url("../img/bg_footer.jpg");
  background-size: cover;
}
@media screen and (min-width: 750px) {
  .footer_special {
    height: 300px;
    padding-top: 90px;
  }
}
@media screen and (max-width: 749px) {
  .footer_special {
    background: url("../img/bg_footer_sp.jpg");
    background-size: cover;
    padding: 35px 0;
  }
}
.footer_special_text {
  color: #FFF;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
}
.footer_special_link {
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #DC0000;
  color: #FFF;
  border-radius: 10px;
  font-size: 2.2rem;
  font-weight: 700;
}
@media screen and (min-width: 750px) {
  .footer_special_link {
    height: 80px;
    width: 400px;
  }
}
@media screen and (max-width: 749px) {
  .footer_special_link {
    width: 80%;
    border-radius: 5px;
    padding: 10px 0;
  }
}
.footer_support {
  background: #FFFF00;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width: 750px) {
  .footer_support {
    padding: 25px 0 0;
    height: 130px;
  }
}
@media screen and (max-width: 749px) {
  .footer_support {
    padding: 35px 0;
  }
}
.footer_scroll {
  padding: 30px 0 50px;
}
.footer_scroll_link {
  width: 50px;
  display: block;
  margin: auto;
}
.footer_share {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 130px;
}
@media screen and (max-width: 749px) {
  .footer_share {
    top: 15px;
    right: 15px;
  }
}
.footer_logo_link {
  width: 380px;
  display: block;
  margin: auto;
}
@media screen and (max-width: 749px) {
  .footer_logo_link {
    width: calc(100% - 90px);
  }
}
.footer_logo_text {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .footer_logo_text {
    line-height: 1.7;
  }
}
.footer_credit {
  border-top: 1px solid #DEDEDE;
  margin-top: 50px;
}
@media screen and (min-width: 750px) {
  .footer_credit {
    display: flex;
    align-items: center;
    height: 55px;
  }
}
.footer_credit_asahi {
  display: block;
}
@media screen and (min-width: 750px) {
  .footer_credit_asahi {
    width: 110px;
    margin: 0 auto 0 20px;
  }
}
@media screen and (max-width: 749px) {
  .footer_credit_asahi {
    width: 70px;
    margin: 15px auto;
  }
}
.footer_credit_copy {
  font-size: 1.0rem;
}
@media screen and (min-width: 750px) {
  .footer_credit_copy {
    margin: 0 20px 0 auto;
    text-align: right;
  }
}
@media screen and (max-width: 749px) {
  .footer_credit_copy {
    text-align: center;
    padding-bottom: 15px;
  }
}
.footer_line {
  background: url("../img/line_b.svg");
  width: 100%;
  height: 113px;
}
@media screen and (max-width: 749px) {
  .footer_line {
    height: 75px;
    background-size: 100%;
  }
}
.footer_scroller {
  width: 50px;
  position: absolute;
  right: 30px;
  top: 10px;
}
@media screen and (max-width: 749px) {
  .footer_scroller {
    right: 10px;
    top: -30px;
  }
}
