@charset "UTF-8";
/*Theme Name: 産直とよさかげんき村*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Zen+Maru+Gothic:wght@400;700&display=swap");
@media (min-width: 1350px) {
  html {
    font-size: 112.5%;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.8;
    color: #170716;
    position: relative;
  }
  body img {
    height: auto;
  }
  body .inner {
    width: 94.3%;
    margin: 0 auto;
  }
  body .main_title {
    font-size: 3.3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
  }
  body .main_title span {
    display: block;
    font-size: 6rem;
    line-height: 1;
    font-weight: 900;
    color: #df081a;
    font-family: "Zen Maru Gothic", serif;
  }
  body .bg_dot {
    background: url("../images/bg_dot.png") no-repeat;
    background-size: cover;
    padding: 40px 100px;
  }
  body .bg_w {
    background: #fff;
    padding: 20px;
  }
  body .btn {
    max-width: 1200px;
    display: block;
    border-radius: 100px;
    color: #fff;
    font-weight: 900;
    font-size: 3.4rem;
    padding: 20px;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, right top, from(#c95a93), to(#e7987d));
    background: linear-gradient(to right, #c95a93 0%, #e7987d 100%);
  }
  body .btn:hover {
    background: #df081a;
  }
  body .fade-in {
    opacity: 0;
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  body .fade-in-up {
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  body .fade-in-left {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  body .fade-in-right {
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  body .scroll-in {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  header {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 1;
  }
  header .h_btnarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 25px;
  }
  header .h_btnarea li {
    color: #fff;
    font-weight: 900;
    font-size: 1.4rem;
    margin-left: 20px;
  }
  header .h_btnarea li:first-child a {
    display: block;
    border-radius: 10px;
    padding: 15px 20px;
    background: -webkit-gradient(linear, left top, right top, from(#c95a93), to(#e7987d));
    background: linear-gradient(to right, #c95a93 0%, #e7987d 100%);
  }
  header .h_btnarea li:first-child a:hover {
    background: #df081a;
  }
  header .h_btnarea li:last-child {
    background: -webkit-gradient(linear, left top, right top, from(#6cbd75), to(#63c0a8));
    background: linear-gradient(to right, #6cbd75 0%, #63c0a8 100%);
    padding: 15px 20px;
    border-radius: 10px;
  }
  header .h_btnarea li:last-child:hover {
    background: #f28c00;
  }
  header .h_btnarea li:last-child img {
    vertical-align: baseline;
    margin-left: 5px;
  }
  header nav .h_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 20px;
  }
  header nav .h_nav li:not(:last-child) {
    margin-right: 3%;
  }
  header nav .h_nav a {
    display: block;
    text-align: center;
    font-size: 1.7rem;
    font-weight: bold;
  }
  header nav .h_nav a:hover {
    text-decoration: underline;
  }
  header nav .h_nav a span {
    font-family: "Zen Maru Gothic", serif;
    color: #df081a;
    display: block;
  }
  header nav .h_btnarea {
    display: none;
  }
  main .catch {
    padding-top: 270px;
    margin-bottom: 40px;
  }
  main .catch video {
    width: 100%;
  }
  main #about {
    background: url("../images/bg_about.png") no-repeat;
    background-size: cover;
    padding: 50px 0;
    margin-bottom: 40px;
    overflow-x: hidden;
  }
  main #about .center {
    text-align: center;
    margin-bottom: 30px;
  }
  main #about .center h3 {
    font-weight: bold;
    font-size: 1.7rem;
  }
  main #about .center p {
    font-size: 1.1rem;
  }
  main #about .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  main #about .wrap .bg_w {
    margin-right: 40px;
  }
  main #about .wrap h4 {
    font-weight: bold;
  }
  main #about .wrap p {
    font-size: 0.9rem;
  }
  main #about .wrap p:not(:last-child) {
    margin-bottom: 40px;
  }
  main #about .wrap span {
    display: block;
    color: #df081a;
    text-align: center;
    font-size: 1.1rem;
  }
  main #lineup {
    background: url("../images/bg_lineup.png") no-repeat;
    background-size: cover;
    padding: 50px 0;
    margin-bottom: 40px;
    overflow-x: hidden;
  }
  main #lineup .center {
    text-align: center;
    margin-bottom: 40px;
  }
  main #lineup .center h3 {
    font-weight: bold;
    font-size: 1.8rem;
  }
  main #lineup .center p {
    font-size: 1.1rem;
  }
  main #lineup ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 1%;
    margin-bottom: 50px;
  }
  main #lineup ul img {
    width: 100%;
  }
  main #lineup ul h4 {
    font-weight: bold;
    font-size: 1.3rem;
    margin: 5px 0;
  }
  main #lineup .maker {
    text-align: center;
    width: 85%;
    max-width: 950px;
    margin: 0 auto;
  }
  main #lineup .maker p {
    display: inline-block;
    font-weight: bold;
    font-size: 1.3rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FF6EB2));
    background: linear-gradient(transparent 80%, #FF6EB2 80%);
  }
  main #lineup .maker p.smonly {
    display: none;
  }
  main #ourfriends {
    background: url("../images/bg_ourfriends.png") no-repeat;
    background-size: cover;
    padding: 50px 0;
    margin-bottom: 40px;
    overflow-x: hidden;
  }
  main #ourfriends .bg_w {
    padding: 40px 40px 140px;
  }
  main #ourfriends ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 1%;
  }
  main #ourfriends ul li {
    padding-bottom: 20px;
  }
  main #ourfriends ul img {
    width: 100%;
  }
  main #ourfriends ul div {
    background: url("../images/bg_bord.png") no-repeat;
    background-size: contain;
    background-position: center;
    padding: 70px 0;
    position: relative;
    max-height: 230px;
  }
  main #ourfriends ul h3 {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: "Zen Maru Gothic", serif;
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
  }
  main #ourfriends ul p {
    font-family: "Zen Maru Gothic", serif;
    color: #df081a;
    font-weight: bold;
    font-size: 1.3rem;
    text-align: center;
  }
  main #shop {
    background: url("../images/bg_shop.png") no-repeat;
    background-size: cover;
    padding: 50px 0;
    overflow-x: hidden;
  }
  main #shop .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 40px;
  }
  main #shop .bg_w p {
    font-size: 1.3rem;
  }
  main #shop .bg_w p:not(:last-child) {
    margin-bottom: 30px;
  }
  main #shop .bg_w p span {
    font-weight: bold;
  }
  main #shop .bg_w p em {
    display: block;
    text-align: right;
    font-size: 1rem;
  }
  main #shop ul {
    margin-left: 60px;
  }
  main #shop ul li:not(:last-child) {
    margin-bottom: 40px;
  }
  main #shop ul span {
    display: block;
    color: #df081a;
    text-align: center;
    font-size: 1.1rem;
  }
  main #topics {
    padding: 60px 0;
    text-align: center;
  }
  main #topics .deco {
    position: relative;
    width: 85%;
    max-width: 1200px;
    margin: 0 auto 40px;
  }
  main #topics .deco:before {
    position: absolute;
    content: '';
    background: url("../images/deco_left.png") no-repeat;
    left: 0;
    bottom: 0;
    width: 140px;
    height: 170px;
  }
  main #topics .deco:after {
    position: absolute;
    content: '';
    background: url("../images/deco_right.png") no-repeat;
    right: 0;
    bottom: 0;
    width: 140px;
    height: 170px;
  }
  main #topics .deco h3 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main #topics .deco p {
    font-size: 1.3rem;
  }
  footer {
    text-align: center;
    padding-bottom: 60px;
  }
  footer h2 {
    font-weight: bold;
    font-size: 3rem;
  }
  footer p {
    font-size: 1.5rem;
    margin: 20px 0;
  }
  footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer ul li {
    margin: 0 10px;
  }
  #pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    color: #fff;
    background: #f28c00;
    text-align: center;
    font-weight: bold;
    padding: 10px 0;
    width: 80px;
    height: 80px;
    display: block;
    line-height: 1.4;
  }
  #pagetop:hover {
    cursor: pointer;
  }
  .smonly {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1349px) {
  html {
    font-size: 93.75%;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.8;
    color: #170716;
  }
  body img {
    height: auto;
  }
  body .inner {
    width: 95%;
    margin: 0 auto;
  }
  body .main_title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
  }
  body .main_title span {
    display: block;
    font-size: 4rem;
    line-height: 1;
    font-weight: 900;
    color: #df081a;
    font-family: "Zen Maru Gothic", serif;
  }
  body .bg_dot {
    background: url("../images/bg_dot.png") no-repeat;
    background-size: cover;
    padding: 40px 0;
  }
  body .bg_w {
    background: #fff;
    padding: 20px;
  }
  body .btn {
    max-width: 700px;
    display: block;
    border-radius: 100px;
    color: #fff;
    font-weight: 900;
    font-size: 2rem;
    padding: 20px;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, right top, from(#c95a93), to(#e7987d));
    background: linear-gradient(to right, #c95a93 0%, #e7987d 100%);
  }
  body .btn:hover {
    background: #df081a;
  }
  body .fade-in {
    opacity: 0;
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  body .fade-in-up {
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  body .fade-in-left {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  body .fade-in-right {
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  body .scroll-in {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  header {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 1;
  }
  header .h_btnarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 20px;
  }
  header .h_btnarea li {
    color: #fff;
    font-weight: 900;
    font-size: 1.2rem;
    margin-left: 20px;
  }
  header .h_btnarea li:first-child a {
    display: block;
    border-radius: 10px;
    padding: 10px 20px;
    background: -webkit-gradient(linear, left top, right top, from(#c95a93), to(#e7987d));
    background: linear-gradient(to right, #c95a93 0%, #e7987d 100%);
  }
  header .h_btnarea li:first-child a:hover {
    background: #df081a;
  }
  header .h_btnarea li:last-child {
    background: -webkit-gradient(linear, left top, right top, from(#6cbd75), to(#63c0a8));
    background: linear-gradient(to right, #6cbd75 0%, #63c0a8 100%);
    padding: 10px 20px;
    border-radius: 10px;
  }
  header .h_btnarea li:last-child:hover {
    background: #f28c00;
  }
  header .h_btnarea li:last-child img {
    vertical-align: baseline;
    margin-left: 5px;
  }
  header nav .h_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
  }
  header nav .h_nav li:not(:last-child) {
    margin-right: 2%;
  }
  header nav .h_nav .h_logo {
    max-width: 180px;
  }
  header nav .h_nav a {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
  }
  header nav .h_nav a:hover {
    text-decoration: underline;
  }
  header nav .h_nav a span {
    font-family: "Zen Maru Gothic", serif;
    color: #df081a;
    display: block;
  }
  header nav .h_btnarea {
    display: none;
  }
  main .catch {
    padding-top: 215px;
    margin-bottom: 40px;
  }
  main .catch video {
    width: 100%;
  }
  main #about {
    background: url("../images/bg_about.png") no-repeat;
    background-size: cover;
    padding: 20px 0;
    margin-bottom: 40px;
    overflow-x: hidden;
  }
  main #about .center {
    text-align: center;
    margin-bottom: 20px;
  }
  main #about .center h3 {
    font-weight: bold;
    font-size: 1.7rem;
  }
  main #about .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  main #about .wrap .bg_w {
    margin-right: 40px;
  }
  main #about .wrap h4 {
    font-weight: bold;
  }
  main #about .wrap p {
    font-size: 0.9rem;
  }
  main #about .wrap p:not(:last-child) {
    margin-bottom: 40px;
  }
  main #about .wrap span {
    display: block;
    color: #df081a;
    text-align: center;
    font-size: 1.1rem;
  }
  main #lineup {
    background: url("../images/bg_lineup.png") no-repeat;
    background-size: cover;
    padding: 20px 0;
    margin-bottom: 40px;
    overflow-x: hidden;
  }
  main #lineup .center {
    text-align: center;
    margin-bottom: 20px;
  }
  main #lineup .center h3 {
    font-weight: bold;
    font-size: 1.6rem;
  }
  main #lineup ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    gap: 1%;
    margin-bottom: 40px;
  }
  main #lineup ul img {
    width: 100%;
  }
  main #lineup ul h4 {
    font-weight: bold;
    margin: 5px 0;
  }
  main #lineup ul p {
    font-size: .9rem;
  }
  main #lineup .maker {
    text-align: center;
    width: 90%;
    max-width: 650px;
    margin: 0 auto;
  }
  main #lineup .maker p {
    display: inline-block;
    font-weight: bold;
    font-size: 1.1rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FF6EB2));
    background: linear-gradient(transparent 80%, #FF6EB2 80%);
  }
  main #lineup .maker p.smonly {
    display: none;
  }
  main #ourfriends {
    background: url("../images/bg_ourfriends.png") no-repeat;
    background-size: cover;
    padding: 20px 0;
    margin-bottom: 40px;
    overflow-x: hidden;
  }
  main #ourfriends .bg_w {
    padding: 40px 0 100px;
  }
  main #ourfriends ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    gap: 1%;
  }
  main #ourfriends ul li {
    padding-bottom: 20px;
  }
  main #ourfriends ul img {
    width: 100%;
  }
  main #ourfriends ul div {
    background: url("../images/bg_bord.png") no-repeat;
    background-size: contain;
    background-position: center;
    padding: 40px 0;
    position: relative;
    max-height: 140px;
  }
  main #ourfriends ul h3 {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: "Zen Maru Gothic", serif;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
  }
  main #ourfriends ul p {
    font-family: "Zen Maru Gothic", serif;
    color: #df081a;
    font-weight: bold;
    text-align: center;
  }
  main #shop {
    background: url("../images/bg_shop.png") no-repeat;
    background-size: cover;
    padding: 20px 0;
    overflow-x: hidden;
  }
  main #shop .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 40px;
  }
  main #shop .bg_w p:not(:last-child) {
    margin-bottom: 30px;
  }
  main #shop .bg_w p span {
    font-weight: bold;
  }
  main #shop .bg_w p em {
    display: block;
    text-align: right;
    font-size: .8rem;
  }
  main #shop ul {
    margin-left: 40px;
  }
  main #shop ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  main #shop ul span {
    display: block;
    color: #df081a;
    text-align: center;
  }
  main #topics {
    padding: 40px 0;
    text-align: center;
  }
  main #topics .deco {
    position: relative;
    max-width: 850px;
    margin: 0 auto 40px;
  }
  main #topics .deco:before {
    position: absolute;
    content: '';
    background: url("../images/deco_left.png") no-repeat;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 120px;
  }
  main #topics .deco:after {
    position: absolute;
    content: '';
    background: url("../images/deco_right.png") no-repeat;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 140px;
  }
  main #topics .deco h3 {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  footer {
    text-align: center;
    padding-bottom: 40px;
  }
  footer h2 {
    font-weight: bold;
    font-size: 2rem;
  }
  footer p {
    font-size: 1.2rem;
    margin: 20px 0;
  }
  footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer ul li {
    margin: 0 10px;
  }
  #pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    color: #fff;
    background: #f28c00;
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 10px 0;
    width: 80px;
    height: 80px;
    display: block;
    line-height: 1.4;
  }
  .smonly {
    display: none;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 87.5%;
  }
  body {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.8;
    color: #170716;
    overflow-x: hidden;
  }
  body img {
    height: auto;
  }
  body .main_title {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  body .main_title span {
    display: block;
    font-size: 2.8rem;
    line-height: 1;
    font-weight: 900;
    color: #df081a;
    font-family: "Zen Maru Gothic", serif;
  }
  body .bg_dot {
    background: url("../images/bg_dot.png") no-repeat;
    background-size: cover;
    padding: 20px 10px;
  }
  body .bg_w {
    background: #fff;
    padding: 10px;
  }
  body .btn {
    max-width: 350px;
    display: block;
    border-radius: 100px;
    color: #fff;
    font-weight: 900;
    font-size: 1.6rem;
    padding: 10px;
    margin: 0 auto;
    background: -webkit-gradient(linear, left top, right top, from(#c95a93), to(#e7987d));
    background: linear-gradient(to right, #c95a93 0%, #e7987d 100%);
  }
  body .fade-in {
    opacity: 0;
    -webkit-transition-duration: 1000ms;
            transition-duration: 1000ms;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
  }
  body .fade-in-up {
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  body .fade-in-left {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  body .fade-in-right {
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  body .scroll-in {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  header {
    position: fixed;
    background: #fff;
    width: 100%;
    z-index: 1;
  }
  header .h_blc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px;
    height: 90px;
  }
  header .h_blc .h_btnarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  header .h_blc .h_btnarea li {
    color: #fff;
    font-weight: 900;
    margin-right: 70px;
  }
  header .h_blc .h_btnarea li:first-child a {
    display: block;
    border-radius: 10px;
    padding: 5px 10px;
    background: -webkit-gradient(linear, left top, right top, from(#c95a93), to(#e7987d));
    background: linear-gradient(to right, #c95a93 0%, #e7987d 100%);
  }
  header .h_logo img {
    max-width: 120px;
  }
  header .pconly {
    display: none !important;
  }
  header .menu-btn {
    position: fixed;
    top: 20px;
    right: 10px;
    height: 50px;
    width: 50px;
    z-index: 90;
    border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#6cbd75), to(#63c0a8));
    background: linear-gradient(#6cbd75 0%, #63c0a8 100%);
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 22px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  header .menu-btn span:before {
    top: 8px;
    right: 0;
  }
  header .menu-btn span:after {
    top: 17px;
    right: 0;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    background: rgba(255, 255, 255, 0);
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    width: 30px;
    right: -5px;
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    top: 8px;
    width: 30px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    right: -5px;
  }
  header #menu-btn-check {
    display: none;
  }
  header .menu-content nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 90px;
    left: 100%;
    z-index: 80;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow-y: scroll;
    padding: 40px 20px 140px;
  }
  header .menu-content nav .h_nav {
    margin-bottom: 30px;
  }
  header .menu-content nav .h_nav a {
    text-align: center;
    display: block;
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: bold;
  }
  header .menu-content nav .h_nav a span {
    font-family: "Zen Maru Gothic", serif;
    color: #df081a;
    display: block;
    font-weight: bold;
  }
  header .menu-content nav .h_btnarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60%;
    max-width: 200px;
    margin: 0 auto;
  }
  header .menu-content nav .h_btnarea li {
    margin: 0 10px;
  }
  header #menu-btn-check:checked ~ .menu-content nav {
    left: 0;
  }
  main .catch {
    padding-top: 90px;
    margin-bottom: 20px;
  }
  main .catch video {
    display: block;
    width: 100%;
  }
  main #about {
    background: url("../images/bg_about.png") no-repeat;
    background-size: cover;
    padding: 20px 10px;
    margin-bottom: 20px;
    overflow-x: hidden;
  }
  main #about .center {
    margin-bottom: 20px;
  }
  main #about .center h3 {
    font-weight: bold;
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 10px;
  }
  main #about .wrap h4 {
    font-weight: bold;
    font-size: 1.1rem;
  }
  main #about .wrap p {
    font-size: .9rem;
  }
  main #about .wrap p:not(:last-child) {
    margin-bottom: 30px;
  }
  main #about .wrap img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  main #about .wrap span {
    display: block;
    color: #df081a;
    text-align: center;
    font-size: 1.1rem;
  }
  main #lineup {
    background: url("../images/bg_lineup.png") no-repeat;
    background-size: cover;
    padding: 20px 10px;
    margin-bottom: 20px;
    overflow-x: hidden;
  }
  main #lineup .center {
    margin-bottom: 20px;
  }
  main #lineup .center h3 {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 10px;
    text-align: center;
  }
  main #lineup li:not(:last-child) {
    margin-bottom: 40px;
  }
  main #lineup li img {
    width: 100%;
  }
  main #lineup li h4 {
    font-weight: bold;
    margin: 5px 0;
    text-align: center;
    font-size: 1.1rem;
  }
  main #lineup li p {
    font-size: .9rem;
  }
  main #lineup .maker {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
  }
  main #lineup .maker p {
    display: inline-block;
    font-weight: bold;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #FF6EB2));
    background: linear-gradient(transparent 80%, #FF6EB2 80%);
  }
  main #lineup .maker p.pconly {
    display: none;
  }
  main #ourfriends {
    background: url("../images/bg_ourfriends.png") no-repeat;
    background-size: cover;
    padding: 20px 10px;
    margin-bottom: 20px;
    overflow-x: hidden;
  }
  main #ourfriends .bg_w {
    padding: 20px 10px 20px;
  }
  main #ourfriends ul li {
    padding-bottom: 20px;
  }
  main #ourfriends ul img {
    width: 100%;
  }
  main #ourfriends ul div {
    background: url("../images/bg_bord.png") no-repeat;
    background-size: contain;
    background-position: center;
    padding: 40px 0;
    position: relative;
    max-height: 140px;
  }
  main #ourfriends ul h3 {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: "Zen Maru Gothic", serif;
    font-weight: bold;
    font-size: 1.6rem;
    text-align: center;
  }
  main #ourfriends ul p {
    font-family: "Zen Maru Gothic", serif;
    color: #df081a;
    font-weight: bold;
    text-align: center;
  }
  main #shop {
    background: url("../images/bg_shop.png") no-repeat;
    background-size: cover;
    padding: 20px 10px;
    overflow-x: hidden;
  }
  main #shop .bg_w {
    max-width: 400px;
    margin: 0 auto 20px;
  }
  main #shop .bg_w p {
    font-size: 1.1rem;
  }
  main #shop .bg_w p:not(:last-child) {
    margin-bottom: 10px;
  }
  main #shop .bg_w p span {
    font-weight: bold;
  }
  main #shop .bg_w p em {
    display: block;
    text-align: right;
    font-size: .8rem;
  }
  main #shop ul li {
    margin-bottom: 30px;
  }
  main #shop ul img {
    width: 100%;
  }
  main #shop ul span {
    display: block;
    color: #df081a;
    text-align: center;
  }
  main #topics {
    padding: 40px 10px;
    text-align: center;
  }
  main #topics .deco {
    position: relative;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  main #topics .deco:before {
    position: absolute;
    content: '';
    background: url("../images/deco_left.png") no-repeat;
    background-size: 90%;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
  }
  main #topics .deco:after {
    position: absolute;
    content: '';
    background: url("../images/deco_right.png") no-repeat;
    background-size: 90%;
    right: 0;
    bottom: 0;
    width: 70px;
    height: 70px;
  }
  main #topics .deco h3 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  footer {
    text-align: center;
    padding-bottom: 60px;
  }
  footer h2 {
    font-weight: bold;
    font-size: 1.4rem;
  }
  footer p {
    margin: 10px 0 20px;
  }
  footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60%;
    max-width: 250px;
    margin: 0 auto;
  }
  footer ul li {
    margin: 0 10px;
  }
  #pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    color: #fff;
    background: #f28c00;
    text-align: center;
    font-weight: bold;
    font-size: 0.8rem;
    padding: 10px 0;
    width: 50px;
    height: 50px;
    display: block;
    line-height: 1.4;
  }
  .pconly {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */