@charset "UTF-8";
/*本サイト*/
body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0;
  color: #663333;
  background: #f9f1e1;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
  color: #663333;
}

a:hover {
  text-decoration: underline;
}

/*.pc or .sp*/
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 1100px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*////////////////
.header
////////////////*/
.header {
  width: 100%;
  background: url(../../img/header_bg.png) repeat-x;
  background-size: 38px;
}
.header_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1267px;
  min-height: 800px;
  margin: 0 auto;
  padding: 55px 0;
  text-align: center;
  background: url(../../img/header_kv_bg.png) no-repeat 50% 39%;
  background-size: 1267px;
}
.header_tt {
  max-width: 660px;
}
.header_tt img {
  width: 100%;
  height: auto;
  padding: 0 0 75px 0;
}
.header_tt img.tab {
  display: none;
}
.header_time {
  position: absolute;
  top: 150px;
  right: 7%;
}
.header_time img {
  width: 173px;
  height: auto;
}
.header_product {
  position: absolute;
  bottom: 150px;
  left: 10%;
}
.header_product img {
  width: 125px;
  height: auto;
}
.header_logo {
  position: absolute;
  top: 100px;
  right: 5%;
}
.header_logo img {
  width: 115px;
  height: auto;
}
.header_illust1 {
  position: absolute;
  top: 110px;
  left: 7%;
}
.header_illust1 img {
  width: 269px;
  height: auto;
}
.header_illust2 {
  position: absolute;
  bottom: 170px;
  right: 4%;
}
.header_illust2 img {
  width: 221px;
  height: auto;
}

@media screen and (max-width: 1100px) {
  .header {
    width: 100%;
    background: url(../../img/header_bg2.png) top repeat-x;
    background-size: 28px;
  }
  .header_inner {
    width: 100%;
    min-height: auto;
    position: relative;
    padding: 5vw 0;
    background: url(../../img/header_bg.png) bottom repeat-x;
    background-size: 28px;
  }
  .header_tt {
    max-width: 100%;
  }
  .header_tt img.tab {
    display: block;
    width: 100%;
    margin: 0 auto;
    height: auto;
    padding: 0 0 1.3vw 0;
  }
  .header_tt img.sp,
  .header_tt img.title {
    display: none;
  }
  .header_logo {
    position: absolute;
    top: 15%;
    right: 7%;
  }
  .header_logo img {
    width: 70px;
    height: auto;
  }
  .header_time, .header_product {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .header {
    width: 100%;
    background: url(../../img/header_bg2.png) top repeat-x;
    background-size: 28px;
  }
  .header_inner {
    position: relative;
    min-height: 138vw;
    padding: 0;
    background: url(../../img/header_bg.png) bottom repeat-x;
    background-size: 28px;
    display: flex;
    align-items: center;
  }
  .header_tt {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .header_tt img.sp {
    display: block;
    width: 88%;
    height: auto;
    padding: 0 0 1.3vw 0;
  }
  .header_tt img.title {
    position: absolute;
    top: 22%;
    left: 10%;
    text-align: center;
    display: block;
    width: 78%;
    height: auto;
  }
  .header_tt img.tab {
    display: none;
  }
  .header_logo {
    position: absolute;
    top: 13%;
    right: 11%;
  }
  .header_logo img {
    width: 80px;
    height: auto;
  }
  .header_time {
    display: block;
    position: absolute;
    width: 28%;
    top: auto;
    bottom: 18%;
    right: 12%;
  }
  .header_time img {
    width: 100%;
    height: auto;
  }
  .header_product {
    display: block;
    position: absolute;
    width: 15%;
    bottom: 15%;
    left: 15%;
  }
  .header_product img {
    width: 100%;
    height: auto;
  }
}
/*////////////////
.about
////////////////*/
.about {
  text-align: center;
  padding: 30px 0 70px;
  border-bottom: 2px dashed #663333;
  background: url(../../img/bg1.png) no-repeat center;
}
.about_tt {
  margin: 0 auto 50px;
}
.about_tt img {
  max-width: 367px;
  height: auto;
}
.about p {
  margin: 0 auto 50px;
  font-size: 160%;
  color: #663333;
  font-weight: 600;
  line-height: 1.6;
}
.about .mc {
  position: relative;
  max-width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
.about .mc dt {
  width: 100%;
  margin: 0 auto 20px;
}
.about .mc dt img {
  width: 65%;
  height: auto;
}
.about .mc dd {
  width: 47%;
  color: #663333;
  font-weight: 700;
}
.about .mc dd img {
  width: 100%;
  border-radius: 50%;
  height: auto;
  margin: 0 auto 10px;
}
.about .mc dd a:hover {
  opacity: 0.7;
  transition: all 0.5s ease;
}
.about .mc::before {
  position: absolute;
  top: 0px;
  left: -230px;
  content: "";
  width: 147px;
  height: 221px;
  display: block;
  background: url(../../img/bg_item1.png) no-repeat top center;
  background-size: 100%;
}
.about .mc::after {
  position: absolute;
  top: 30px;
  right: -230px;
  content: "";
  width: 158px;
  height: 178px;
  display: block;
  background: url(../../img/bg_item2.png) no-repeat top center;
  background-size: 100%;
}
.about .radiko_btn {
  position: relative;
  max-width: 505px;
  height: 83px;
  margin: 60px auto 0;
}
.about .radiko_btn img {
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  position: absolute;
}
.about .radiko_btn:hover img:nth-of-type(2) {
  opacity: 0;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1100px) {
  .about p {
    width: 90%;
  }
  .about .mc::before {
    position: absolute;
    top: 0px;
    left: -170px;
  }
  .about .mc::after {
    position: absolute;
    top: 30px;
    right: -170px;
  }
}
@media screen and (max-width: 640px) {
  .about {
    padding: 9vw 0 9vw;
    background: none;
  }
  .about_tt {
    margin: 0 auto 5vw;
  }
  .about_tt img {
    width: 70%;
    max-width: 300px;
    height: auto;
  }
  .about p {
    width: 90%;
    margin: 0 auto 8vw;
    font-size: 110%;
    line-height: 1.5;
    text-align: left;
  }
  .about .mc {
    position: relative;
    width: 70%;
    max-width: 300px;
    margin: 0 auto;
  }
  .about .mc dt {
    width: 100%;
    margin: 0 auto 5vw;
  }
  .about .mc dt img {
    width: 65%;
    height: auto;
  }
  .about .mc dd {
    width: 47%;
    color: #663333;
  }
  .about .mc dd img {
    margin: 0 auto 10px;
  }
  .about .mc::before {
    position: static;
    top: 0px;
    left: 0;
    width: 0;
    height: 0;
    background: none;
  }
  .about .mc::after {
    position: absolute;
    top: 0px;
    right: 0;
    width: 0px;
    height: 0px;
    background: none;
  }
  .about .sp {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 70%;
    margin: 5vw auto;
  }
  .about .sp img {
    width: 50%;
    height: auto;
  }
  .about .sp img:last-child {
    padding: 8vw 0 0 0;
  }
  .about .radiko_btn {
    width: 90%;
    max-width: 505px;
    height: auto;
    margin: 5vw auto 0;
  }
  .about .radiko_btn img {
    position: static;
    width: 100%;
    height: auto;
  }
  .about .radiko_btn img:nth-of-type(1) {
    display: none;
  }
  .about .radiko_btn:hover img:nth-of-type(2) {
    opacity: 1;
  }
}
/*////////////////
.present
////////////////*/
.present {
  text-align: center;
  padding: 70px 0 70px;
  border-bottom: 2px dashed #663333;
  background: url(../../img/bg2.png) no-repeat center;
}
.present_tt {
  margin: 0 auto 50px;
}
.present_tt img {
  max-width: 367px;
  height: auto;
}
.present_subtt {
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.present_subtt img {
  max-width: 815px;
}
.present_inner {
  max-width: 1000px;
  margin: 0 auto 70px;
}
.present_inner p {
  max-width: 785px;
  margin: 0 auto 20px;
  font-size: 120%;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 1px;
}
.present_inner p:last-child {
  margin: 0 auto;
}
.present_inner p:last-child span a {
  color: #1087c5;
  font-weight: 600;
  text-decoration: underline;
}
.present_inner p:last-child span a:hover {
  text-decoration: none;
}
.present_detail {
  max-width: 1000px;
  margin: 0 auto;
}
.present_detail p {
  max-width: 680px;
  margin: 0 auto 40px;
  padding: 8px 0;
  background: #db515d;
  border-radius: 30px;
  color: #fff;
  line-height: 1;
  letter-spacing: 1px;
}
.present_lead {
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.present_lead img {
  max-width: 815px;
}
.present_img {
  max-width: 600px;
  margin: 0 auto 50px;
}
.present_img img {
  width: 100%;
  height: auto;
}
.present .tw_txt {
  margin: 60px auto 10px;
  font-size: 140%;
  color: #2098eb;
  font-weight: 600;
}
.present .tw_btn {
  position: relative;
  max-width: 505px;
  height: 83px;
  margin: 0 auto 0;
}
.present .tw_btn img {
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  position: absolute;
}
.present .tw_btn:hover img:nth-of-type(2) {
  opacity: 0;
}
.present .tw_btn:hover img:nth-of-type(2) {
  opacity: 0;
  transition: all 0.5s ease;
}

@media screen and (max-width: 1100px) {
  .present {
    padding: 11vw 0 11vw;
    background: none;
  }
  .present_tt {
    margin: 0 auto 8vw;
  }
  .present_tt img {
    width: 70%;
    max-width: 300px;
    height: auto;
  }
  .present_subtt {
    margin: 0 auto 7vw;
    text-align: center;
  }
  .present_subtt img {
    width: 100%;
    max-width: 815px;
  }
  .present_inner {
    width: 90%;
    margin: 0 auto 12vw;
  }
  .present_inner p {
    width: 95%;
    max-width: 785px;
    margin: 0 auto 7vw;
    font-size: 105%;
    line-height: 1.4;
    text-align: left;
  }
  .present_detail {
    width: 100%;
    margin: 0 auto;
  }
  .present_detail p {
    width: 85%;
    margin: 0 auto 8vw;
    padding: 5px;
    font-size: 85%;
    line-height: 1.3;
  }
  .present_lead {
    margin: 0 auto 7vw;
  }
  .present_lead img {
    width: 90%;
  }
  .present_img {
    width: 95%;
    margin: 0 auto 10vw;
  }
  .present .tw_txt {
    margin: 0 auto 10px;
    font-size: 95%;
  }
  .present .tw_btn {
    width: 90%;
    height: auto;
    margin: 0 auto 0;
  }
  .present .tw_btn img {
    position: static;
    width: 100%;
    height: auto;
  }
  .present .tw_btn img:nth-of-type(1) {
    display: none;
  }
  .present .tw_btn:hover img:nth-of-type(2) {
    opacity: 1;
  }
}
/*////////////////
.footer
////////////////*/
.footer {
  clear: both;
  text-align: center;
  box-sizing: border-box;
  background: #fff;
}
.footer_listen.pc {
  display: block;
  padding: 10px 0 40px 0;
  border-bottom: 4px solid #663333;
}
.footer_listen.tab {
  display: none;
}
.footer_inner {
  width: 98%;
  margin: 0 auto;
  padding: 30px 0 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
}
.footer ul.logo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer ul.logo li {
  width: 130px;
  margin: 0 25px 0 0;
}
.footer ul.logo li:last-child {
  width: 105px;
}
.footer ul.logo img {
  width: 100%;
  height: auto;
}
.footer_group {
  width: 70%;
}
.footer_copyright {
  width: 100%;
  margin: 0px 0 0 0;
  font-size: 75%;
  font-weight: normal;
  text-align: right;
  color: #3f261a;
  font-weight: 600;
}
.footer ul.sns {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
  padding: 20px 0 0 0;
}
.footer ul.sns > li {
  width: 35px;
  margin: 0 10px 0 0;
}
.footer ul.sns > li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1100px) {
  .footer_listen.pc {
    display: none;
  }
  .footer_listen.tab {
    display: block;
    padding: 0;
  }
  .footer_inner {
    width: 100%;
    margin: 0 auto;
    padding: 5vw 0 5vw 0;
    display: block;
  }
  .footer ul.logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer ul.logo li {
    width: 100px;
    margin: 0 25px 0 0;
  }
  .footer ul.logo li:last-child {
    width: 90px;
    margin: 0 0 0 0;
  }
  .footer_group {
    width: auto;
    margin: 5vw auto 0;
    text-align: center;
  }
  .footer_copyright {
    width: 100%;
    font-size: 75%;
    font-weight: normal;
    text-align: center;
    color: #663333;
    font-weight: 600;
    padding: 5vw 0 0 0;
    border-top: 4px solid #663333;
  }
  .footer ul.sns {
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5vw 0 0 0;
  }
  .footer ul.sns > li {
    width: 35px;
    margin: 0 10px 0 0;
  }
  .footer ul.sns > li img {
    width: 100%;
    height: auto;
  }
  .footer ul.sns li:last-child {
    margin: 0;
  }
}
a.is-top {
  position: fixed;
  bottom: 150px;
  right: 90px;
  display: block;
  padding: 0px;
  border-radius: 5px;
  color: #663333;
  text-decoration: none;
}
@media screen and (max-width: 1100px) {
  a.is-top {
    position: relative;
    bottom: auto;
    right: auto;
    width: 60px;
    padding: 0;
    margin: 5vw auto 0;
  }
}

a.is-top img {
  width: 78px;
  height: auto;
}
@media screen and (max-width: 1100px) {
  a.is-top img {
    width: 100%;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

.wow {
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */