/* ====================================================================================================

    foundation

==================================================================================================== */
/* --------------------------------------------------
foundation / base
-------------------------------------------------- */
/* ---------- pc-only / sp-only ---------- */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/* ---------- settings ---------- */
* {
  box-sizing: border-box;
}

body {
  min-width: 980px;
}

li {
  list-style: none;
}

img {
  vertical-align: middle;
}

.anchor {
  padding-top: 100px;
  margin-top: -100px;
}

a.link {
  text-decoration: underline;
}

a.link:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    min-width: initial;
  }
  .anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
}
/* ====================================================================================================

    layout

==================================================================================================== */
/* --------------------------------------------------
layout / **
-------------------------------------------------- */
.l-container {
  max-width: 980px;
  margin: 0 auto;
  z-index: 10;
}

.l-containerSmall {
  max-width: 800px;
  margin: 0 auto;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .l-container {
    max-width: 100%;
    margin: 0 15px;
  }
  .l-containerSmall {
    max-width: 100%;
    margin: 0 15px;
  }
}
/* ====================================================================================================

    object / component

==================================================================================================== */
/* --------------------------------------------------
object / component / hc-btns
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .sp-title-img {
    text-align: center;
    z-index: 100;
  }
  .sp-title-img img {
    max-width: 100%;
    height: auto;
  }
}
/* --------------------------------------------------
object / component / hc-btns
-------------------------------------------------- */
.hc-btns {
  display: flex;
  justify-content: space-between;
  /*justify-content: center;*/
  flex-wrap: wrap;
  width: 490px;
  margin: 40px auto 60px auto;
}
.hc-btns a {
  background: #e82f32;
  background: linear-gradient(to right, #e82f32 0%, #ea5a57 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e82f32", endColorstr="#ea5a57", GradientType=1);
  border-radius: 10px;
  width: 240px;
  height: 80px;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  padding-left: 0;
  transition: 0.3s;
  text-decoration: none;
}
.hc-btns a:after {
  content: url(images/hc-btns-arrow.png);
  display: inline-block;
  position: absolute;
  top: 28px;
  right: 10px;
  transition: 0.3s;
}
.hc-btns a:hover {
  opacity: 0.8;
}
.hc-btns a:hover:after {
  right: 5px;
}

@media screen and (max-width: 767px) {
  .hc-btns {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin: 30px auto 30px auto;
    padding: 0 15px;
  }
  .hc-btns li {
    width: 48%;
  }
  .hc-btns a {
    background: #e82f32;
    background: linear-gradient(to right, #e82f32 0%, #ea5a57 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e82f32", endColorstr="#ea5a57", GradientType=1);
    border-radius: 10px;
    width: 100%;
    height: 80px;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    padding-left: 0;
    transition: 0.3s;
    text-decoration: none;
  }
  .hc-btns a:after {
    content: url(images/hc-btns-arrow.png);
    display: inline-block;
    position: absolute;
    top: 28px;
    right: 10px;
    transition: 0.3s;
  }
  .hc-btns a:hover {
    opacity: 0.8;
  }
  .hc-btns a:hover:after {
    right: 5px;
  }
}
/* --------------------------------------------------
object / component / hc-circle01
object / component / hc-circle02
-------------------------------------------------- */
.hc-circle01 {
  position: absolute;
  top: 200px;
  left: 20px;
  z-index: -1;
}

.hc-circle02 {
  position: absolute;
  top: 100px;
  right: 20px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .hc-circle01 {
    display: none;
  }
  .hc-circle02 {
    display: none;
  }
}
/* --------------------------------------------------
object / component / headline
-------------------------------------------------- */
.hc-headline {
  background: url(images/hc-headline__bg.png) no-repeat bottom right;
  padding: 0 162px 57px 0;
  margin-right: 367px;
}
.hc-headline h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.hc-headline h2 span {
  font-size: 48px;
  font-family: "Dosis", sans-serif;
  display: block;
  margin-bottom: 10px;
}

/* memo margin-right: 367px; */
.hc-headline__sizeS {
  background: url(images/hc-headline__sizeS.png) no-repeat top left;
  width: 372px;
  height: 183px;
  padding-bottom: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 192px;
  text-align: center;
}

.hc-headline__sizeM {
  background: url(images/hc-headline__sizeM.png) no-repeat top left;
  width: 476px;
  height: 191px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 116px;
  text-align: center;
}

.hc-headline__sizeL {
  background: url(images/hc-headline__sizeL.png) no-repeat top left;
  width: 698px;
  height: 195px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 56px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .hc-headline {
    background: url(images/hc-headline__bg.png) no-repeat bottom right 15px;
    padding: 0 0 60px 0;
    margin-right: -15px;
    margin-left: -15px;
  }
  .hc-headline h2 {
    color: #fff;
    font-size: 18px;
  }
  .hc-headline h2 span {
    font-size: 27px;
  }
  .hc-headline__sizeS {
    background: url(images/hc-headline__sp.png) no-repeat center center;
    width: 100%;
    height: 160px;
    padding-bottom: 20px;
    margin-left: 0;
  }
  .hc-headline__sizeM {
    background: url(images/hc-headline__sp.png) no-repeat center center;
    width: 100%;
    height: 160px;
    padding-bottom: 20px;
    margin-left: 0;
  }
  .hc-headline__sizeL {
    background: url(images/hc-headline__sp.png) no-repeat center center;
    width: 100%;
    height: 160px;
    padding-bottom: 20px;
    margin-left: 0;
  }
}
/* --------------------------------------------------
object / component / hc-h3
-------------------------------------------------- */
.hc-h3 {
  font-size: 28px;
  color: #333;
  font-weight: 700;
  text-align: center;
  margin: 50px 0;
}

@media screen and (max-width: 767px) {
  .hc-h3 {
    font-size: 28px;
    color: #333;
    font-weight: 700;
    text-align: center;
    margin: 30px 0;
  }
}
/* ====================================================================================================

    object / project

==================================================================================================== */
/* --------------------------------------------------
object / project / hc
-------------------------------------------------- */
.hc {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  /*overflow: hidden;*/
}
.hc img {
  width: auto;
}
.hc a {
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  .hc {
    font-size: 18px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
  }
  .hc img.resp {
    width: 100%;
    height: auto;
  }
  .hc a {
    transition: 0.5s;
  }
}
/* --------------------------------------------------
object / project / hc-hero
-------------------------------------------------- */
.hc-hero {
  background: url(images/hc-hero__bg.png) no-repeat bottom 250px center;
  width: 100%;
  text-align: center;
  padding: 40px 0 0 0;
  color: #fff;
  overflow: hidden;
}
.hc-hero .hc-hero-wrap {
  max-width: 1400px;
  position: relative;
  margin: 0 auto;
}
.hc-hero h1 {
  margin: 15px 0;
}
.hc-hero h3 {
  background: url(images/hc-hero__h3.png) no-repeat center center;
  width: 226px;
  height: 37px;
  padding-bottom: 7px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #db322f;
  margin: -20px auto 5px auto;
}
.hc-hero .hotcook {
  position: relative;
  width: 686px;
  height: 327px;
  margin: 55px auto 0 auto;
}
.hc-hero .hotcook .hotcook01 {
  position: absolute;
  left: 202px;
  top: 52px;
  z-index: 10;
}

.hc-hero__circle01 {
  position: absolute;
  top: -60px;
  left: 30px;
}

.hc-hero__circle02 {
  position: absolute;
  top: 200px;
  left: -20px;
}

.hc-hero__circle03 {
  position: absolute;
  top: -60px;
  right: 50px;
}

.hc-hero__circle04 {
  position: absolute;
  top: 100px;
  right: 12px;
}

.hc-hero__circle05 {
  position: absolute;
  top: 220px;
  right: -30px;
}

@media screen and (max-width: 767px) {
  .hc-hero {
    background: url(images/hc-hero__bg--sp.png) no-repeat bottom 100px center;
    width: 100%;
    text-align: center;
    padding: 20px 0 0 0;
    color: #fff;
    overflow: hidden;
    font-size: 15px;
  }
  .hc-hero .hc-hero-wrap {
    max-width: 100%;
    width: 100%;
  }
  .hc-hero h1 {
    margin: 10px 0 0 0;
  }
  .hc-hero h1 img {
    width: 100%;
    height: auto;
  }
  .hc-hero h2 img {
    width: 80%;
    height: auto;
    margin: 0 10%;
  }
  .hc-hero h3 {
    background: url(images/hc-hero__h3.png) no-repeat center center;
    width: 226px;
    height: 37px;
    padding-bottom: 7px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #db322f;
    margin: 20px auto 5px auto;
  }
  .hc-hero .hotcook {
    position: static;
    width: 100%;
    height: auto;
    margin: 20px auto 0 auto;
  }
  .hc-hero .hotcook img {
    width: 100%;
    height: auto;
  }
  .hc-hero__circle01 {
    display: none;
  }
  .hc-hero__circle02 {
    display: none;
  }
  .hc-hero__circle03 {
    display: none;
  }
  .hc-hero__circle04 {
    display: none;
  }
  .hc-hero__circle05 {
    display: none;
  }
}
/* --------------------------------------------------
object / project / hc-hero-sub
-------------------------------------------------- */
.hc-hero-sub {
  background: url(images/hc-hero__bg--subpage.png) no-repeat top center;
  width: 100%;
  height: 232px;
  text-align: center;
  padding: 40px 0 0 0;
  color: #fff;
  overflow: hidden;
}
.hc-hero-sub .hc-hero-wrap-sub {
  max-width: 1400px;
  position: relative;
  margin: 0 auto;
}
.hc-hero-sub h1 {
  margin: 0 0 10px 0;
}
.hc-hero-sub p {
  font-size: 18px;
  font-weight: 700;
}

.hc-hero-sub__circle01 {
  position: absolute;
  top: -60px;
  left: 30px;
}

.hc-hero-sub__circle02 {
  position: absolute;
  top: -15px;
  right: 30px;
}
.hc-hero-sub__circle02 img {
  width: 190px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .hc-hero-sub {
    background: url(images/hc-hero__bg--subpage--sp.png) no-repeat bottom center;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 40px 0 100px 0;
    color: #fff;
    overflow: hidden;
  }
  .hc-hero-sub .hc-hero-wrap-sub {
    max-width: 100%;
    position: relative;
    margin: 0 auto;
  }
  .hc-hero-sub h1 {
    margin: 0 0 10px 0;
  }
  .hc-hero-sub p {
    font-size: 18px;
    font-weight: 700;
  }
  .hc-hero-sub__circle01 {
    position: absolute;
    top: -60px;
    left: -30px;
    z-index: 10;
  }
  .hc-hero-sub__circle01 img {
    width: 90px;
    height: auto;
  }
  .hc-hero-sub__circle02 {
    position: absolute;
    top: -60px;
    right: -30px;
    z-index: 10;
  }
  .hc-hero-sub__circle02 img {
    width: 90px;
    height: auto;
  }
}
/* --------------------------------------------------
object / project / hc-present
-------------------------------------------------- */
.hc-present {
  background: url(images/hc-section__bg2.png) no-repeat bottom center;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 0 160px 0;
}

.hc-present__circle01 {
  position: absolute;
  top: 140px;
  left: 20px;
  z-index: -1;
}

.hc-present__circle02 {
  position: absolute;
  top: 140px;
  right: 20px;
  z-index: -1;
}

/* --------------------------------------------------
object / project / hc-story
-------------------------------------------------- */
.hc-story {
  background: url(images/hc-section__bg2.png) no-repeat bottom center;
  position: relative;
  width: 100%;
  padding: 50px 0 180px 0;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .hc-story {
    background: url(images/hc-section__bg2.png) no-repeat bottom center;
    position: relative;
    width: 100%;
    padding: 40px 0 80px 0;
    font-size: 16px;
  }
}
/* --------------------------------------------------
object / project / hc-post
-------------------------------------------------- */
.hc-post {
  background: url(images/hc-section__bg2.png) no-repeat bottom center;
  position: relative;
  width: 100%;
  padding: 50px 0 100px 0;
  font-size: 16px;
}

.hc-post-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}
.hc-post-row > div {
  width: 300px;
}
.hc-post-row h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.hc-post-row__first {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  padding: 0 0 30px 0;
}
.hc-post-row__first > div {
  width: 300px;
}
.hc-post-row__first h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.hc-post-row--none {
  display: none;
}

@media screen and (max-width: 767px) {
  .hc-post {
    background: url(images/hc-section__bg2.png) no-repeat bottom center;
    position: relative;
    width: 100%;
    padding: 40px 0 80px 0;
    font-size: 16px;
  }
  .hc-post-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: none;
    padding: 0;
  }
  .hc-post-row > div {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 15px;
  }
  .hc-post-row h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .hc-post-row__first {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: none;
    padding: 0;
  }
  .hc-post-row__first > div {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 15px;
  }
  .hc-post-row__first h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .hc-post-row--none {
    display: none;
  }
}
/* ----- .hc-more ----- */
.hc-more {
  text-align: center;
  background: #e82f32;
  background: linear-gradient(to right, #e82f32 0%, #ea5a57 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e82f32", endColorstr="#ea5a57", GradientType=1);
  box-shadow: 0px 8px 16px -6px #fbdddd;
  line-height: 60px;
  border-radius: 30px;
  width: 200px;
  color: #fff !important;
  font-size: 20px;
  display: inline-block;
  cursor: pointer;
  margin: 40px auto 0 auto !important;
  position: relative;
}
.hc-more:after {
  content: url(images/arrow-down.png);
  display: inline-block;
  position: absolute;
  top: -3px;
  right: 20px;
  transition: 0.3s;
}
.hc-more:hover {
  color: #ffdc8a !important;
  opacity: 0.8;
}

.hc-more.down {
  text-align: center;
  background: #e82f32;
  background: linear-gradient(to right, #e82f32 0%, #ea5a57 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e82f32", endColorstr="#ea5a57", GradientType=1);
  box-shadow: 0px 8px 16px -6px #fbdddd;
  line-height: 60px;
  border-radius: 30px;
  width: 200px;
  color: #fff !important;
  font-size: 20px;
  display: inline-block;
  cursor: pointer;
  margin: 40px auto 0 auto !important;
  position: relative;
}
.hc-more.down:after {
  content: url(images/arrow-down.png);
  display: inline-block;
  position: absolute;
  top: -3px;
  right: 20px;
  transition: 0.3s;
}
.hc-more.down:hover {
  color: #ffdc8a !important;
  opacity: 0.8;
}

.hc-more.up {
  text-align: center;
  background: #e82f32;
  background: linear-gradient(to right, #e82f32 0%, #ea5a57 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e82f32", endColorstr="#ea5a57", GradientType=1);
  box-shadow: 0px 8px 16px -6px #fbdddd;
  line-height: 60px;
  border-radius: 30px;
  width: 200px;
  color: #fff !important;
  font-size: 20px;
  display: inline-block;
  cursor: pointer;
  margin: 40px auto 0 auto !important;
  position: relative;
}
.hc-more.up:after {
  content: url(images/arrow-up.png);
  display: inline-block;
  position: absolute;
  top: -3px;
  right: 20px;
  transition: 0.3s;
}
.hc-more.up:hover {
  color: #ffdc8a !important;
  opacity: 0.8;
}

/* --------------------------------------------------
object / project / hc-artist
-------------------------------------------------- */
.hc-artist {
  /*background: url(images/hc-section__bg2.png) no-repeat bottom center;*/
  position: relative;
  width: 100%;
  text-align: center;
  padding: 50px 0 100px 0;
}

/* ----- .hc-artist__intro ----- */
.hc-artist__intro {
  font-size: 24px;
  margin-top: 20px;
}
.hc-artist__intro h3 {
  color: #e72629;
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* ----- .hc-artist__avator ----- */
.hc-artist__avator {
  font-size: 24px;
  margin-top: 20px;
}
.hc-artist__avator p + p {
  margin-top: 20px;
}

/* ----- .hc-artist__profile ----- */
.hc-artist__profile {
  font-size: 16px;
  margin-top: 20px;
}
.hc-artist__profile h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.hc-artist__profile h3 span {
  font-size: 20px;
}
.hc-artist__profile ul {
  text-align: center;
  margin-top: 40px;
}
.hc-artist__profile ul li {
  display: inline;
}
.hc-artist__profile ul li a {
  color: #e02525;
  margin: 0 15px;
  text-decoration: underline;
}
.hc-artist__profile ul li a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .hc-artist {
    /*background: url(images/hc-section__bg2.png) no-repeat bottom center;*/
    position: relative;
    width: 100%;
    text-align: center;
    padding: 40px 0;
  }
  /* ----- .hc-artist__profile ----- */
  .hc-artist__profile {
    font-size: 15px;
  }
  .hc-artist__profile h3 {
    font-size: 21px;
  }
  .hc-artist__profile h3 span {
    font-size: 15px;
  }
  .hc-artist__profile ul li {
    display: block;
  }
  .hc-artist__profile ul li a {
    color: #e02525;
    margin: 5px 0;
  }
}
/* --------------------------------------------------
object / project / hc-present__product
-------------------------------------------------- */
.hc-present__product {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.hc-present__product li {
  display: flex;
  flex-direction: column;
}
.hc-present__product li .title01 {
  padding-right: 62px;
  text-align: center;
}
.hc-present__product li .title02 {
  text-align: center;
}
.hc-present__product li .title03 {
  text-align: center;
}
.hc-present__product li img {
  margin-top: 10px;
}
.hc-present__product li a {
  text-decoration: none;
  color: #333;
}
.hc-present__product li a:hover {
  opacity: 0.7;
}
.hc-present__product li .product-btn {
  text-align: center;
  background: #e82f32;
  background: linear-gradient(to right, #e82f32 0%, #ea5a57 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e82f32", endColorstr="#ea5a57", GradientType=1);
  line-height: 36px;
  border-radius: 18px;
  width: 200px;
  color: #fff;
  font-size: 15px;
  margin-top: 20px !important;
}
.hc-present__product li .product-btn i {
  margin-right: 1em;
  color: #ffdc8a;
}
.hc-present__product li .product-btn01 {
  margin-left: 47px;
}
.hc-present__product li .product-btn02 {
  margin-left: 43px;
}
.hc-present__product li .product-btn03 {
  margin-left: 39px;
}
.hc-present__product li:nth-child(1) {
  width: 446px;
}
.hc-present__product li:nth-child(1) img {
  margin-left: -60px;
}
.hc-present__product li:nth-child(2) {
  width: 296px;
}
.hc-present__product li:nth-child(3) {
  width: 265px;
}

@media screen and (max-width: 767px) {
  .hc-present {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0 0 160px 0;
  }
  .hc-present__circle01 {
    display: none;
  }
  .hc-present__circle02 {
    display: none;
  }
  /* ----- .hc-present__overview ----- */
  .hc-present__overview {
    font-size: 18px;
    margin: 40px 0;
    text-align: left;
    line-height: 1.8;
  }
  .hc-present__overview span {
    color: #e72629;
  }
  /* ----- .hc-present__products ----- */
  .hc-present__product {
    flex-wrap: wrap;
    margin-top: 50px;
    margin-right: 0;
  }
  .hc-present__product li {
    width: 100% !important;
    display: flex;
    flex-direction: column;
  }
  .hc-present__product li .title01 {
    padding-right: 0;
  }
  .hc-present__product li .title02 {
    padding-right: 0;
  }
  .hc-present__product li .title03 {
    padding-right: 0;
  }
  .hc-present__product li img {
    margin: 10px 0 0 0 !important;
    width: 100%;
    height: auto;
  }
  .hc-present__product li .product-btn {
    text-align: center;
    line-height: 28px;
    border-radius: 14px;
    width: 100%;
    font-size: 15px;
  }
  .hc-present__product li .product-btn i {
    margin-right: 1em;
    color: #ffdc8a;
  }
  .hc-present__product li .product-btn01 {
    margin-left: 0;
  }
  .hc-present__product li .product-btn02 {
    margin-left: 0;
  }
  .hc-present__product li .product-btn03 {
    margin-left: 0;
  }
  .hc-present__product li + li {
    margin-top: 40px;
  }
}
/* ====================================================================================================

    object / project / hc-manga-col2
    object / project / hc-manga-col4

==================================================================================================== */
/* ----- .hc-manga-col2 ----- */
.hc-manga-col2 {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
.hc-manga-col2 .card {
  width: 470px;
  text-align: left;
  position: relative;
}
.hc-manga-col2 .card .icon-new {
  position: absolute;
  top: -30px;
  left: 10px;
  z-index: 100;
}
.hc-manga-col2 .card a {
  display: block;
  text-decoration: none;
}
.hc-manga-col2 .card a .hc-manga-head {
  transition: 0.3s;
}
.hc-manga-col2 .card a .hc-manga-head img {
  border: 1px solid #666;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: auto;
}
.hc-manga-col2 .card a .hc-manga-body {
  border: 1px solid #666;
  border-top: none;
  border-radius: 0 0 10px 10px;
  background: #666;
  color: #fff;
  padding: 25px 30px;
  transition: 0.3s;
  font-size: 18px;
}
.hc-manga-col2 .card a .hc-manga-body span {
  display: block;
  font-size: 28px;
}
.hc-manga-col2 .card a:hover .hc-manga-head {
  opacity: 0.8;
}
.hc-manga-col2 .card a:hover .hc-manga-body {
  background: #e72629;
}

@media screen and (max-width: 767px) {
  .hc-manga-col2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0;
  }
  .hc-manga-col2 .card {
    width: 100%;
    text-align: left;
    position: relative;
    margin-top: 4%;
  }
  .hc-manga-col2 .card .icon-new {
    position: absolute;
    top: -30px;
    left: 10px;
    z-index: 100;
  }
  .hc-manga-col2 .card a {
    display: block;
    text-decoration: none;
  }
  .hc-manga-col2 .card a .hc-manga-head {
    transition: 0.3s;
  }
  .hc-manga-col2 .card a .hc-manga-head img {
    border: 1px solid #666;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: auto;
  }
  .hc-manga-col2 .card a .hc-manga-body {
    border: 1px solid #666;
    border-top: none;
    border-radius: 0 0 10px 10px;
    background: #666;
    color: #fff;
    padding: 25px 30px;
    transition: 0.3s;
    font-size: 18px;
  }
  .hc-manga-col2 .card a .hc-manga-body span {
    display: block;
    font-size: 28px;
  }
  .hc-manga-col2 .card a:hover .hc-manga-head {
    opacity: 0.8;
  }
  .hc-manga-col2 .card a:hover .hc-manga-body {
    background: #e72629;
  }
}
/* ----- .hc-manga-col4 ----- */
.hc-manga-col4 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 50px 0;
}
.hc-manga-col4 .card {
  width: 230px;
  text-align: left;
  position: relative;
  margin-right: 20px;
  margin-top: 40px;
}
.hc-manga-col4 .card .icon-new {
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 100;
}
.hc-manga-col4 .card a {
  display: block;
  text-decoration: none;
}
.hc-manga-col4 .card a .hc-manga-head {
  transition: 0.3s;
}
.hc-manga-col4 .card a .hc-manga-head img {
  border: 1px solid #666;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: auto;
}
.hc-manga-col4 .card a .hc-manga-body {
  border: 1px solid #666;
  border-top: none;
  border-radius: 0 0 10px 10px;
  background: #666;
  color: #fff;
  padding: 20px 20px 40px 20px;
  transition: 0.3s;
  font-size: 14px;
}
.hc-manga-col4 .card a .hc-manga-body h4 {
  display: block;
  font-size: 18px;
}
.hc-manga-col4 .card a .hc-manga-body:after {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translate(-16px, 0px);
  content: url(images/arrow-card.png);
  display: inline-block;
  width: 32px;
  height: 20px;
}
.hc-manga-col4 .card a:hover .hc-manga-head {
  opacity: 0.8;
}
.hc-manga-col4 .card a:hover .hc-manga-body {
  background: #e72629;
}
.hc-manga-col4 .card:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .hc-manga-col4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 50px 0;
  }
  .hc-manga-col4 .card {
    width: 48%;
    margin-top: 4%;
    text-align: left;
    position: relative;
    margin-right: 0;
  }
  .hc-manga-col4 .card .icon-new {
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 100;
  }
  .hc-manga-col4 .card a {
    display: block;
    text-decoration: none;
  }
  .hc-manga-col4 .card a .hc-manga-head {
    transition: 0.3s;
  }
  .hc-manga-col4 .card a .hc-manga-head img {
    border: 1px solid #666;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: auto;
  }
  .hc-manga-col4 .card a .hc-manga-body {
    border: 1px solid #666;
    border-top: none;
    border-radius: 0 0 10px 10px;
    background: #666;
    color: #fff;
    padding: 20px 20px 40px 20px;
    transition: 0.3s;
    font-size: 14px;
  }
  .hc-manga-col4 .card a .hc-manga-body h4 {
    display: block;
    font-size: 18px;
  }
  .hc-manga-col4 .card a .hc-manga-body:after {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-16px, 0px);
    content: url(images/arrow-card.png);
    display: inline-block;
    width: 32px;
    height: 20px;
  }
  .hc-manga-col4 .card a:hover .hc-manga-head {
    opacity: 0.8;
  }
  .hc-manga-col4 .card a:hover .hc-manga-body {
    background: #e72629;
  }
}
/* ====================================================================================================

    object / utility

==================================================================================================== */
.mb20 {
  margin-bottom: 20px;
}

.mb60 {
  margin-bottom: 60px;
}

.al-center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mt20-sp {
    margin-top: 20px;
  }
}
/* ====================================================================================================

    globalnav

==================================================================================================== */
#globalnav {
  background: #e82f32;
  background: linear-gradient(to right, #e82f32 0%, #ea5a57 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e82f32", endColorstr="#ea5a57", GradientType=1);
  border-radius: 30px;
  width: 980px;
  margin: 50px auto;
  box-shadow: 0px 8px 16px -6px #fbdddd;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  z-index: 9999;
}
#globalnav ul {
  text-align: center;
  padding: 12px 0;
}
#globalnav ul li {
  display: inline;
  border-right: 2px solid #fff;
}
#globalnav ul li a {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  line-height: 36px;
  padding: 0 36px;
}
#globalnav ul li a i {
  margin-left: 10px;
  color: #ffdc8a;
  transition: 0.5s;
}
#globalnav ul li a:hover {
  color: #ffdc8a;
}
#globalnav ul li a:hover i {
  transform: translate(0, 3px);
}
#globalnav ul li:last-child {
  border-right: none;
}

@media screen and (max-width: 767px) {
  #globalnav {
    border-radius: 0;
    width: 100%;
    margin: 20px auto;
    box-shadow: none;
    top: 0;
  }
  #globalnav ul {
    padding: 0;
    display: flex;
  }
  #globalnav ul li {
    width: 33.3333333333%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #fff;
    height: 60px;
  }
  #globalnav ul li a {
    font-size: 13px;
    line-height: 1.25;
    padding: 0;
    letter-spacing: -0.05em;
  }
  #globalnav ul li a i {
    margin-left: 0;
    display: block;
  }
  #globalnav ul li:last-child {
    border-right: none;
  }
}
/* --------------------------------------------------
object / componenmt / c-prev
object / componenmt / c-next
-------------------------------------------------- */
.c-prev a {
  background: url(images/c-prev.png) no-repeat center center;
  width: 172px;
  height: 94px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.c-prev a i {
  margin-right: 1em;
  transition: 0.3s;
}
.c-prev a:hover {
  opacity: 0.8;
}
.c-prev a:hover i {
  margin-right: 1.2em;
}

.c-next a {
  background: url(images/c-next.png) no-repeat center center;
  width: 172px;
  height: 94px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.c-next a i {
  margin-left: 1em;
  transition: 0.3s;
}
.c-next a:hover {
  opacity: 0.8;
}
.c-next a:hover i {
  margin-left: 1.2em;
}

@media screen and (max-width: 767px) {
  .c-prev a {
    background: url(images/c-prev.png) no-repeat center center/140px 77px;
    width: 144px;
    height: 77px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  .c-prev a i {
    margin-right: 1em;
    transition: 0.3s;
  }
  .c-prev a:hover {
    opacity: 0.8;
  }
  .c-prev a:hover i {
    margin-right: 1.2em;
  }
  .c-next a {
    background: url(images/c-next.png) no-repeat center center/140px 77px;
    width: 140px;
    height: 77px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  .c-next a i {
    margin-left: 1em;
    transition: 0.3s;
  }
  .c-next a:hover {
    opacity: 0.8;
  }
  .c-next a:hover i {
    margin-left: 1.2em;
  }
}
/* --------------------------------------------------
object / project / hc-manga-cont-bg
object / project / hc-manga-cont-bgnone
-------------------------------------------------- */
.hc-manga-cont-bg {
  background: url(images/hc-section__bg2.png) no-repeat bottom center;
  position: relative;
  width: 100%;
  padding: 40px 0 180px 0;
  overflow: hidden;
}

.hc-manga-cont-bgnone {
  position: relative;
  width: 100%;
  padding: 40px 0 60px 0;
}

.hc-manga-cont-border {
  border-bottom: 1px solid #ccc;
  padding-bottom: 60px;
}

.hc-manga-container {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
.hc-manga-container .hc-prev {
  position: absolute;
  top: 0;
  left: 0;
}
.hc-manga-container .hc-next {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .hc-manga-cont-bg {
    background: url(images/hc-section__bg2.png) no-repeat bottom center;
    position: relative;
    width: 100%;
    padding: 40px 0 120px 0;
    overflow: hidden;
  }
  .hc-manga-cont-bgnone {
    position: relative;
    width: 100%;
    padding: 40px 0 60px 0;
  }
  .hc-manga-cont-border {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px !important;
  }
  .hc-manga-container {
    width: 100%;
    margin: 0 auto;
    position: static;
    padding: 0 15px;
  }
  .hc-manga-container .hc-prev-next {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .hc-manga-container .hc-prev {
    position: static;
    top: 0;
    left: 0;
  }
  .hc-manga-container .hc-next {
    position: static;
    top: 0;
    right: 0;
  }
}
/* --------------------------------------------------
object / project / hc-koma-head
object / project / hc-koma-body
object / project / hc-koma-foot
-------------------------------------------------- */
.hc-koma-head {
  text-align: center;
  font-weight: 700;
  padding: 0 0 40px 0;
  font-size: 16px;
}
.hc-koma-head h2 {
  font-size: 38px;
  margin: 10px 0;
}
.hc-koma-head .name {
  font-size: 28px;
}
.hc-koma-head .name span {
  font-size: 16px;
}

.hc-koma-body {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
.hc-koma-body .hc-prev-btm {
  position: absolute;
  bottom: 0;
  left: 0;
}
.hc-koma-body .hc-next-btm {
  position: absolute;
  bottom: 0;
  right: 0;
}
.hc-koma-body ul {
  width: 450px;
  margin: 0 auto;
}
.hc-koma-body li + li {
  margin-top: 20px;
}
.hc-koma-body img {
  width: 100%;
  height: auto;
  border: 2px solid #333;
}

.hc-koma-foot {
  text-align: center;
  padding: 60px 0 0 0;
}
.hc-koma-foot p {
  margin: 20px 0 0 0;
}

h3.hc-flow__ribbon--large {
  background: url(images/hc-flow__ribbon--large.png) no-repeat center center;
  width: 346px;
  height: 57px;
  padding-bottom: 7px;
  line-height: 50px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .hc-koma-head {
    text-align: center;
    font-weight: 700;
    padding: 0 0 40px 0;
    font-size: 16px;
  }
  .hc-koma-head h2 {
    font-size: 28px;
    margin: 10px 0;
  }
  .hc-koma-head .name {
    font-size: 18px;
  }
  .hc-koma-head .name span {
    font-size: 16px;
  }
  .hc-koma-body {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .hc-koma-body .hc-prev-btm {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .hc-koma-body .hc-next-btm {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .hc-koma-body ul {
    width: 100%;
    margin: 0 auto;
  }
  .hc-koma-body li + li {
    margin-top: 20px;
  }
  .hc-koma-body img {
    width: 100%;
    height: auto;
    border: 2px solid #333;
  }
  .hc-koma-foot {
    text-align: center;
    padding: 20px 0 0 0;
  }
  .hc-koma-foot p {
    margin: 20px 0 0 0;
  }
  h3.hc-flow__ribbon--large {
    background: url(images/hc-flow__ribbon--large.png) no-repeat center center/contain;
    width: 100%;
    height: 57px;
    padding-bottom: 7px;
    line-height: 50px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-right: auto;
    margin-left: auto;
  }
}
/* --------------------------------------------------
object / project / hc-other-story
-------------------------------------------------- */
.hc-other-story {
  background: url(images/hc-section__bg2.png) no-repeat bottom center;
  position: relative;
  width: 100%;
  padding: 40px 0 180px 0;
}
.hc-other-story h2 {
  font-size: 38px;
  color: #e72629;
  font-weight: 700;
  text-align: center;
}

.hc-other-story-cards {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.hc-other-story-card {
  width: 215px;
  margin-top: 40px;
  margin-right: 40px;
}
.hc-other-story-card a {
  display: block;
}
.hc-other-story-card a .hc-other-story-card__head img {
  width: 215px;
  height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 2px solid #333;
  transition: 0.3s;
}
.hc-other-story-card a .hc-other-story-card__body {
  font-size: 14px;
  margin-top: 10px;
}
.hc-other-story-card a .hc-other-story-card__body h4 {
  font-size: 18px;
}
.hc-other-story-card a:hover .hc-other-story-card__head img {
  opacity: 0.8;
}

.hc-other-story-card:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .hc-other-story {
    background: url(images/hc-section__bg2.png) no-repeat bottom center;
    position: relative;
    width: 100%;
    padding: 0 0 120px 0;
  }
  .hc-other-story h2 {
    font-size: 28px;
    color: #e72629;
    font-weight: 700;
    text-align: center;
  }
  .hc-other-story-cards {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .hc-other-story-card {
    width: 48%;
    margin-top: 20px;
    margin-right: 0;
  }
  .hc-other-story-card a {
    display: block;
  }
  .hc-other-story-card a .hc-other-story-card__head img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border: 2px solid #333;
    transition: 0.3s;
  }
  .hc-other-story-card a .hc-other-story-card__body {
    font-size: 14px;
    margin-top: 10px;
  }
  .hc-other-story-card a .hc-other-story-card__body h4 {
    font-size: 18px;
  }
  .hc-other-story-card a:hover .hc-other-story-card__head img {
    opacity: 0.8;
  }
}
/* --------------------------------------------------
object / project / hc-product
-------------------------------------------------- */
.hc-product {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0 0 50px 0;
}

/* ====================================================================================================

    animation

==================================================================================================== */
.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform, animation, position;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform, animation, position;
}

@-webkit-keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform, animation, position;
}

@-webkit-keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.tracking-in-expand {
  -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform, animation, position;
}

@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
.vibrate-1 {
  -webkit-animation: vibrate-1 3s linear infinite both;
  animation: vibrate-1 3s linear infinite both;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform, animation, position;
}

@-webkit-keyframes vibrate-1 {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0);
  }
}
@keyframes vibrate-1 {
  0% {
    transform: translate(0);
  }
  20% {
    transform: translate(-2px, 2px);
  }
  40% {
    transform: translate(-2px, -2px);
  }
  60% {
    transform: translate(2px, 2px);
  }
  80% {
    transform: translate(2px, -2px);
  }
  100% {
    transform: translate(0);
  }
}
/*# sourceMappingURL=style-a.css.map */