@charset "UTF-8";
body {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  overflow-x: hidden;
}

section,
div,
article {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

html {
  font-size: 62.5%;
}
@media (max-width:768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  font-size: 1.6rem;
}

img {
  max-width: 100%;
}

.fadein {
  opacity: 0;
  transition: all 1.5s;
}
.fadein.delay1 {
  transition-delay: 0.5s;
}
.fadein.delay2 {
  transition-delay: 0.25s;
}

.fadein.active {
  opacity: 1;
}

.pc {
  display: block;
}

.sp_firefox {
  display: none;
}

.sp {
  display: none;
}

@media (max-width:768px) {
  .sp {
    display: block !important;
  }
  .sp_firefox {
    display: inline-block !important;
  }
  .pc {
    display: none !important;
  }
}
.wrapper {
  overflow-x: hidden;
}

.cmn_inner {
  max-width: 1040px;
  width: 95%;
  margin: auto;
}
.cmn_txt {
  font-size: 2rem;
  line-height: 1.8;
}

.border_01 {
  margin-bottom: 3.2rem;
  width: 100%;
  height: auto;
}
.border_02 {
  margin-bottom: 3.6rem;
  width: 100%;
  height: auto;
}

.logo_area {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 6.5rem;
  margin-bottom: 5rem;
}
@media (max-width:768px) {
  .logo_area {
    gap: 4.5rem;
    width: 90%;
    margin: auto;
    margin-bottom: 3rem;
  }
}
.logo_tfm {
  width: 15.6rem;
}
.logo_jfn {
  width: 7.4rem;
}
.logo_uni_btm {
  width: 12rem;
}

/*////////////////
.header
////////////////*/
.header {
  position: relative;
  max-width: 136.6rem;
  margin: auto;
}

.logo_uni {
  max-width: 13.4rem;
  width: 11.452991453%;
  position: absolute;
  top: 2.5rem;
  left: 3.4rem;
  z-index: 2;
}
@media (max-width:768px) {
  .logo_uni {
    top: 1.5rem;
    left: 2rem;
    width: 14.9333333333%;
  }
}

.area_upper {
  background-color: #f3edde;
}
.area_bottom {
  background-color: #fff;
  margin-bottom: 2rem;
}

.kv_wrapper {
  text-align: center;
  padding: 6.4rem 1.5rem;
  background: url(../../img/deco_kv_03.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1170px) {
  .kv_wrapper {
    background: url(../../img/deco_kv_03_tab.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }
}
@media (max-width:768px) {
  .kv_wrapper {
    background: url(../../img/deco_kv_03_sp.png);
    background-repeat: no-repeat;
    background-position: center bottom -1rem;
    background-size: contain;
    padding: 9rem 2rem;
  }
}
.kv_wrapper img {
  width: 76.0683760684%;
  max-width: 89rem;
  margin: 0 auto 18rem;
}
@media (max-width:768px) {
  .kv_wrapper img {
    width: 90.6666666667%;
    margin: 0 auto 8rem;
  }
}
.kv_wrapper::before {
  content: "";
  background: url(../../img/deco_kv_01.png);
  position: absolute;
  top: 0;
  right: 0;
  max-width: 26.7rem;
  max-height: 16.7rem;
  height: 27.8333333333%;
  width: 22.8205128205%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width:768px) {
  .kv_wrapper::before {
    height: 18.0412371134%;
    width: 26.6666666667%;
  }
}
.kv_wrapper::after {
  content: "";
  background: url(../../img/deco_kv_02.png);
  position: absolute;
  bottom: 11rem;
  left: 0;
  width: 50rem;
  height: 42.8rem;
  background-size: contain;
  background-repeat: no-repeat;
  top: 16rem;
}
@media screen and (min-width: 1367px) and (max-width: 1720px) {
  .kv_wrapper::after {
    width: 38rem;
    height: 44rem;
    top: 19rem;
    left: -2.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .kv_wrapper::after {
    left: calc(50% - 592px);
    transform: translateX(-50%);
    width: 38rem;
    height: 40rem;
    background-size: contain;
    background-repeat: no-repeat;
    top: 17rem;
  }
}
@media (max-width:768px) {
  .kv_wrapper::after {
    bottom: 11rem;
    left: calc(50% - 15rem);
    transform: translateX(-50%);
    width: 15.8rem;
    height: 14.8rem;
    top: 37rem;
  }
}

/*////////////////
.about
////////////////*/
.about_wrapper {
  margin-bottom: 15rem;
  margin-top: -5.5rem;
}
@media (max-width:768px) {
  .about_wrapper {
    margin-bottom: 9rem;
  }
}
.about_ttl {
  margin-bottom: 2rem;
}
.about_ttl img {
  width: 63rem;
}
.about_txt {
  margin-bottom: 1.8rem;
  font-size: 1.9rem;
  line-height: 2;
  letter-spacing: -0.02em;
}
@media (max-width:768px) {
  .about_txt {
    line-height: 1.8;
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
  }
}
.about_txtbig {
  font-size: 3rem;
  font-weight: bold;
  color: #a9272b;
  line-height: 1.3;
}
@media (max-width:768px) {
  .about_txtbig {
    font-size: 2.3rem;
    margin-bottom: 2rem;
  }
}
.about_btn {
  color: #fff;
  font-size: 2.4rem;
  display: block;
  align-items: center;
  width: 96%;
  gap: 5rem;
  background-color: #a9272b;
  border-radius: 3.3rem;
  padding: 1.8rem 0;
  font-weight: bold;
  text-align: center;
}
@media (max-width:768px) {
  .about_btn {
    margin: auto;
    font-size: 2.3rem;
  }
}
.about_btn_arrow {
  width: 4.7rem;
  margin-left: 1.8rem;
}
.about_col1 {
  width: 60%;
  margin-top: 2.8rem;
}
@media (max-width:768px) {
  .about_col1 {
    width: 100%;
    margin-top: 6.8rem;
  }
}
.about_col2 {
  width: 39%;
  text-align: center;
  margin-top: -0.5rem;
  margin-right: -2rem;
}
@media (max-width:768px) {
  .about_col2 {
    width: 100%;
    margin: 0;
  }
}
.about_col_wrapper {
  display: flex;
  gap: 2.4rem;
  margin-top: -1.2rem;
}
@media (max-width:768px) {
  .about_col_wrapper {
    display: block;
  }
}
.about_deco {
  max-width: 33rem;
  margin: auto;
  width: 100%;
  margin-bottom: 4.8rem;
}
@media (max-width:768px) {
  .about_deco {
    width: 60%;
    margin: auto;
    margin-bottom: 2rem;
  }
}

/*////////////////
.message
////////////////*/
.message_wrapper {
  max-width: 136.7rem;
  margin: auto;
  margin-bottom: 16.8rem;
}
@media (max-width:768px) {
  .message_wrapper {
    margin-bottom: 6.8rem;
  }
}
.message_upper {
  max-width: 114.8rem;
  box-sizing: border-box;
  background: url(../../img/bg_message_01.png) center top;
  border-radius: 0 3.5rem 0 0;
  padding: 4rem 4rem 4rem 2rem;
  position: relative;
}
@media (max-width:768px) {
  .message_upper {
    padding: 3rem 2rem;
    width: 90%;
  }
}
.message_upper::before {
  content: "";
  background: url(../../img/img_ribbon_01.png);
  position: absolute;
  top: -9.5rem;
  left: calc(50% + 20px);
  transform: translateX(-50%);
  width: 22.3rem;
  height: 9.5rem;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width:768px) {
  .message_upper::before {
    width: 10.3rem;
    height: 4.5rem;
    transform: translate(-50%);
    left: 50%;
    right: 50%;
    top: -4.5rem;
  }
}
.message_upper::after {
  content: "";
  background: url(../../img/img_present_02.png);
  position: absolute;
  right: -6rem;
  top: -5rem;
  width: 8rem;
  height: 7.7rem;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width:768px) {
  .message_upper::after {
    right: -1rem;
    top: -3rem;
    width: 3rem;
    height: 4.7rem;
  }
}
@media screen and (min-width: 1367px) {
  .message_upper {
    border-radius: 3.5rem 3.5rem 0 0;
  }
}
@media screen and (max-width: 1000px) {
  .message_upper {
    border-radius: 3.5rem 3.5rem 0 0;
    margin: auto;
  }
}
@media (max-width:768px) {
  .message_upper {
    border-radius: 1.5rem 1.5rem 0 0;
  }
}
.message_ttl {
  max-width: 99.6rem;
  margin: auto;
  margin-bottom: 3.6rem;
}
@media (max-width:768px) {
  .message_ttl {
    margin-bottom: 2rem;
    width: 90%;
  }
}
.message_ttl img {
  width: 100%;
}
.message_txt {
  max-width: 63.5rem;
  width: 100%;
}
.message_btn {
  color: #a9272b;
  font-size: 3.3rem;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border-radius: 5rem;
  padding: 2.6rem 0;
  display: block;
  background-repeat: no-repeat;
  background-size: 4rem;
  background-position: left 2.4rem center;
  max-width: 36.1rem;
  margin: auto;
  box-sizing: border-box;
  width: 100%;
}
@media (max-width:768px) {
  .message_btn {
    padding: 1.4rem 0;
    font-size: 2.2rem;
  }
}
.message_col_wrapper {
  display: flex;
  gap: 2rem;
}
@media (max-width:768px) {
  .message_col_wrapper {
    display: block;
  }
}
.message_col1 {
  width: 62%;
}
@media (max-width:768px) {
  .message_col1 {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.message_col2 {
  width: 38%;
  margin-top: -1rem;
}
@media (max-width:768px) {
  .message_col2 {
    width: 100%;
    margin-top: 0;
    text-align: center;
  }
}
.message_col2 img {
  margin-bottom: 3rem;
}
@media (max-width:768px) {
  .message_col2 img {
    margin-bottom: 2rem;
  }
}
.message_bottom {
  max-width: 114.8rem;
  background-color: #fff;
  padding: 4.4rem 6rem 4.4rem 5.3rem;
  border-radius: 0 0 3.5rem 0;
}
@media (max-width:768px) {
  .message_bottom {
    width: 90%;
  }
}
.message_bottom_ttl {
  margin-bottom: 4rem;
}
@media (max-width:768px) {
  .message_bottom_ttl {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1367px) {
  .message_bottom {
    border-radius: 0 0 3.5rem 3.5rem;
  }
}
@media screen and (max-width: 1000px) {
  .message_bottom {
    border-radius: 0 0 3.5rem 3.5rem;
    margin: auto;
  }
}
@media (max-width:768px) {
  .message_bottom {
    padding: 3rem 0 0 0;
    border-radius: 0 0 1.5rem 1.5rem;
  }
}
@media (max-width:768px) {
  .message_gift {
    margin-bottom: 2rem;
  }
}

.program_list {
  display: flex;
  align-items: center;
  gap: 6.6rem 0;
  flex-wrap: wrap;
}
@media (max-width:768px) {
  .program_list {
    display: block;
    padding-bottom: 1rem;
  }
}
.program_list a {
  display: flex;
  gap: 0.8rem;
  text-decoration: none;
  color: inherit;
  align-items: flex-start;
}
@media screen and (min-width: 768px) and (max-width: 968px) {
  .program_list a {
    align-items: center;
  }
}
@media (max-width:768px) {
  .program_list a {
    align-items: flex-start;
    gap: 1.5rem;
  }
}
.program_item {
  display: flex;
  gap: 0.8rem;
  font-size: 1.6rem;
  width: 50%;
}
@media (max-width:768px) {
  .program_item {
    width: 94%;
    margin: auto;
    margin-bottom: 2rem;
  }
}
.program_item img {
  max-width: 27.4rem;
  width: 63%;
}
@media (max-width:768px) {
  .program_item img {
    width: 50%;
  }
}
.program_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5.2rem;
  letter-spacing: 0.05em;
  margin-top: 1.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .program_ttl {
    margin-bottom: 2.2rem;
  }
}
@media (max-width:768px) {
  .program_ttl {
    margin-top: 0;
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
.program_ttl.--red {
  color: #a9272b;
}
.program_ttl.--green {
  color: #538b5b;
}
.program_ttl.--redIMP {
  color: #a9272b;
}
@media (max-width:768px) {
  .program_ttl.--redIMP {
    color: #538b5b;
  }
}
.program_ttl.--greenIMP {
  color: #538b5b;
}
@media (max-width:768px) {
  .program_ttl.--greenIMP {
    color: #a9272b;
  }
}
.program_ttl.--redsky {
  color: #a9272b;
}
@media (max-width:768px) {
  .program_ttl.--redsky {
    color: #538b5b;
  }
}
.program_ttl.--greensky {
  color: #538b5b;
}
@media (max-width:768px) {
  .program_ttl.--greensky {
    color: #a9272b;
  }
}
.program_date {
  line-height: 1.625;
  letter-spacing: 0.05em;
}
@media (max-width:768px) {
  .program_date {
    font-size: 1.2rem;
  }
}
.program_date_ttl {
  width: 6.4rem;
  color: #fff;
  text-align: center;
  padding: 0.4rem 0;
  margin-bottom: 0.8rem;
}
@media (max-width:768px) {
  .program_date_ttl {
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
  }
}
.program_date_ttl.--green {
  background-color: #538b5b;
}
.program_date_ttl.--red {
  background-color: #a9272b;
}
.program_date_ttl.--redIMP {
  background-color: #a9272b;
}
@media (max-width:768px) {
  .program_date_ttl.--redIMP {
    background-color: #538b5b;
  }
}
.program_date_ttl.--greenIMP {
  background-color: #538b5b;
}
@media (max-width:768px) {
  .program_date_ttl.--greenIMP {
    background-color: #a9272b;
  }
}
.program_date_ttl.--redsky {
  background-color: #a9272b;
}
@media (max-width:768px) {
  .program_date_ttl.--redsky {
    background-color: #538b5b;
  }
}
.program_date_ttl.--greensky {
  background-color: #538b5b;
}
@media (max-width:768px) {
  .program_date_ttl.--greensky {
    background-color: #a9272b;
  }
}
.program_txt_wrapper {
  width: 50%;
}

/*////////////////
.personality
////////////////*/
.personality_inner {
  max-width: 100rem;
  width: 95%;
  margin: auto;
}
@media (max-width:768px) {
  .personality_inner {
    width: 90%;
  }
}
.personality_wrapper {
  display: flex;
  padding-bottom: 2rem;
  gap: 6rem;
}
@media (max-width:768px) {
  .personality_wrapper {
    flex-direction: column-reverse;
    padding-bottom: 0;
    gap: 0;
  }
}
.personality_item {
  position: relative;
  text-align: center;
  max-width: 23.1rem;
  width: 28.9473684211%;
}
.personality_img {
  margin-bottom: 1.4rem;
  position: relative;
}
.personality_img img {
  border-radius: 1rem;
  box-shadow: 0px 2px 8px 0px rgba(150, 145, 134, 0.36);
}
.personality_img.--num1::before {
  content: "";
  background-image: url(../../img/num_personality_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 6.4rem;
  height: 6.4rem;
  left: -2rem;
  top: -2rem;
  z-index: 2;
}
.personality_img.--num2::before {
  content: "";
  background-image: url(../../img/num_personality_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 6.4rem;
  height: 6.4rem;
  left: -2rem;
  top: -2rem;
  z-index: 2;
}
.personality_img.--num3::before {
  content: "";
  background-image: url(../../img/num_personality_03.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 6.4rem;
  height: 6.4rem;
  left: -2rem;
  top: -2rem;
  z-index: 2;
}
.personality_img.--num4::before {
  content: "";
  background-image: url(../../img/num_personality_04.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 6.4rem;
  height: 6.4rem;
  left: -2rem;
  top: -2rem;
  z-index: 2;
}
.personality_img.--num5::before {
  content: "";
  background-image: url(../../img/num_personality_05.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 6.4rem;
  height: 6.4rem;
  left: -2rem;
  top: -2rem;
  z-index: 2;
}
.personality_img.--num6::before {
  content: "";
  background-image: url(../../img/num_personality_06.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 6.4rem;
  height: 6.4rem;
  left: -2rem;
  top: -2rem;
  z-index: 2;
}
.personality_name {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width:768px) {
  .personality_name {
    font-size: 1.6rem;
    margin-bottom: 4.4rem;
  }
}
.personality_name.--odd {
  color: #a9272b;
}
.personality_name.--even {
  color: #538b5b;
}
.personality_name.--big {
  font-size: 2.6rem;
  font-weight: 900;
  display: block;
  margin-top: 1rem;
}
@media (max-width:768px) {
  .personality_name.--big {
    font-size: 2.4rem;
  }
}
.personality_ttl {
  display: flex;
  align-items: flex-start;
  gap: 2.4rem;
  position: relative;
  top: -2rem;
}
@media (max-width:768px) {
  .personality_ttl {
    flex-direction: column-reverse;
    top: 0;
  }
}
.personality_ttl img {
  max-width: 5.4rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -0.5rem;
  margin-right: 0.5rem;
}
@media (max-width:768px) {
  .personality_ttl img {
    max-width: 33.4rem;
    width: 90%;
    margin: 0 auto;
  }
}
.personality_txt {
  font-size: 2rem;
  line-height: 1.5;
  writing-mode: vertical-rl;
  text-indent: 0.5em;
  margin-top: -0.5em;
}
@media (max-width:768px) {
  .personality_txt {
    font-size: 1.6rem;
    writing-mode: unset;
    margin-bottom: 4.5rem;
  }
}
.personality_card {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 0;
  justify-content: space-between;
}
@media (max-width:768px) {
  .personality_card {
    gap: 2rem 2rem;
    display: block;
    text-align: center;
    width: 72%;
  }
}

/*////////////////
.broadcast
////////////////*/
.broadcast_wrapper {
  margin-bottom: 7.6rem;
}
@media (max-width:768px) {
  .broadcast_wrapper {
    margin-bottom: 3.6rem;
  }
}
.broadcast_inner {
  background: url(../../img/frame.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 7.6rem 5rem 7.2rem;
  max-width: 100rem;
  width: 95%;
  margin: auto;
}
@media (max-width:768px) {
  .broadcast_inner {
    background: url(../../img/frame_sp.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 3.2rem 3.2rem;
    width: 90%;
  }
}
.broadcast_col1 {
  max-width: 50.4rem;
  width: 54%;
}
@media (max-width:768px) {
  .broadcast_col1 {
    width: 96%;
  }
}
.broadcast_col1 p {
  font-size: 2rem;
  line-height: 2;
}
@media (max-width:768px) {
  .broadcast_col1 p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.broadcast_col2 {
  width: 41%;
}
@media (max-width:768px) {
  .broadcast_col2 {
    width: 96%;
  }
}
.broadcast_col_wrapper {
  display: flex;
  gap: 1.7rem;
}
@media (max-width:768px) {
  .broadcast_col_wrapper {
    flex-direction: column-reverse;
    gap: 1rem;
  }
}
.broadcast_ttl {
  color: #a9272b;
  font-size: 3.3rem;
  font-weight: bold;
  margin-bottom: 3.6rem;
}
@media (max-width:768px) {
  .broadcast_ttl {
    font-size: 2.3rem;
    text-align: center;
    line-height: 1.47;
    margin-bottom: 2.2rem;
  }
}
.broadcast_btn {
  color: #fff;
  font-size: 2.3rem;
  text-align: center;
  background-color: #a9272b;
  border-radius: 4rem;
  padding: 2.2rem 0 2.2rem 0;
  display: block;
  background-image: url(../../img/arrow_03.png);
  background-repeat: no-repeat;
  background-size: 1.4rem;
  background-position: left 4.4rem center;
  max-width: 42.2rem;
  width: 100%;
  box-sizing: border-box;
  padding-left: 2rem;
}
@media (max-width:768px) {
  .broadcast_btn {
    font-size: 1.6rem;
    background-size: 1.1rem;
    padding: 1.4rem 0 1.4rem 3rem;
    background-position: left 1.9rem center;
  }
}
.broadcast_collab {
  margin-bottom: 0.8rem;
  max-width: 38.9rem;
  padding-top: 1rem;
  width: 100%;
}
.broadcast_collabtxt.--small {
  font-size: 1.6rem;
  color: #a9272b;
  margin-bottom: 1.8rem;
}
@media (max-width:768px) {
  .broadcast_collabtxt.--small {
    font-size: 1.2rem;
  }
}

/*////////////////
.gifted
////////////////*/
.gifted {
  margin-bottom: 8.4rem;
}
@media (max-width:768px) {
  .gifted {
    margin-bottom: 3.4rem;
  }
}
.gifted_inner {
  max-width: 100rem;
  width: 95%;
  margin: auto;
}
@media (max-width:768px) {
  .gifted_inner {
    width: 90%;
  }
}
.gifted_txt {
  color: #a9272b;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media (max-width:768px) {
  .gifted_txt {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.gifted_img {
  margin-bottom: 2rem;
  display: block;
}

/*////////////////
.sns
////////////////*/
.sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.6rem;
}
@media (max-width:768px) {
  .sns {
    gap: 1.4rem;
  }
}
.sns_area {
  margin-bottom: 0.6rem;
}
.sns .x {
  width: 7.5rem;
}
@media (max-width:768px) {
  .sns .x {
    width: 4.5rem;
  }
}
.sns .fb {
  width: 7.5rem;
}
@media (max-width:768px) {
  .sns .fb {
    width: 4.5rem;
  }
}
.sns .line {
  width: 7.5rem;
}
@media (max-width:768px) {
  .sns .line {
    width: 4.5rem;
  }
}

/*////////////////
.footer
////////////////*/
.footer {
  clear: both;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}
.footer_listen.common-footer-pc {
  display: block;
  padding: 0 0 20px 0;
  background: #fff;
}
@media (max-width: 1000px) {
  .footer_listen.common-footer-pc {
    display: none;
  }
}
.footer_listen.common-footer-sp {
  display: none;
}
@media (max-width: 1000px) {
  .footer_listen.common-footer-sp {
    display: block !important;
    border-top: 4px double;
    background: #fff;
  }
}
.footer_listen.tab {
  display: none;
}
.footer_inner {
  position: relative;
  margin: 0 auto;
  background: url(../../img/border_03.png);
  padding: 6rem 0 1.8rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
@media (max-width:768px) {
  .footer_inner {
    display: block;
    background-color: #a9272b;
    background-image: none;
    padding: 2rem 0 2rem;
  }
}
.footer_copyright {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
@media (max-width:768px) {
  .footer_copyright {
    font-size: 1rem;
  }
}

@media (min-width: 1001px) {
  a.is-top {
    position: fixed;
    bottom: 100px;
    display: block;
    padding: 0px;
    border-radius: 5px;
    text-decoration: none;
    width: 7.3rem;
    background: url(../../img/pagetop.png) no-repeat top;
    background-size: 100% 100%;
    z-index: 2;
    right: 2rem;
    height: 7.3rem;
  }
}

@media (max-width: 1000px) {
  a.is-top-sp {
    display: block;
    padding: 0px;
    border-radius: 5px;
    text-decoration: none;
    width: 6.9rem;
    height: 6.9rem;
    background: url(../../img/pagetop.png) no-repeat top;
    background-size: 100%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 4vw;
  }
}

a.is-top {
  text-indent: -9999px;
}

a.is-top-sp {
  text-indent: -9999px;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}/*# sourceMappingURL=style.css.map */