@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  position: relative; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

@media only screen and (min-width: 768px) {
  .wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0; } }

.hero {
  background-image: url("../img/home/bg-v2.jpg?0714&=v4");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .hero__bg {
    background-image: url("../img/home/bg.png?0628&v=2");
    background-repeat: no-repeat; }
    @media only screen and (max-width: 767px) {
      .hero__bg {
        background-size: contain;
        background-position: top 120px center; } }
    @media only screen and (min-width: 768px) {
      .hero__bg {
        background-position: calc(50% - 120px) 0;
        padding: 0 0 10px; } }
  @media only screen and (max-width: 767px) {
    .hero__inner {
      box-sizing: border-box;
      padding: 180px 10px 20px; } }
  @media only screen and (min-width: 768px) {
    .hero__inner {
      max-width: 1100px;
      width: calc(100% - 45px);
      margin: 0 auto;
      padding: 65px 0 20px;
      display: flex;
      justify-content: space-between; } }
@incldue mq-sp {
  .hero__info {
    width: 100%;
    text-align: center; } }
  @media only screen and (min-width: 768px) {
    .hero__info {
      width: 71%; } }
  @media only screen and (max-width: 767px) {
    .hero__twitter {
      display: none; } }
  @media only screen and (min-width: 768px) {
    .hero__twitter {
      width: 25%; } }
  .hero__twitter-ttl {
    font-family: 'Noto Sans JP';
    color: #fff;
    text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000;
    padding: 0;
    border-bottom: #fff solid 1px;
    text-align: left;
    font-weight: 600;
    margin: 0 0 10px;
    font-size: 1.8rem;
    line-height: 1.8rem; }
    .hero__twitter-ttl span {
      font-size: 1.2rem;
      line-height: 1.2rem;
      margin-left: 10px; }
  .hero__twitter iframe.twitter-timeline {
    width: auto !important;
    height: 450px !important; }
  .hero__sns {
    background: #e60011;
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .hero__sns {
        display: none; } }
    @media only screen and (min-width: 768px) {
      .hero__sns {
        margin: 3px 0 0; } }
    @media only screen and (min-width: 768px) {
      .hero__sns-icon {
        margin: 0 15px; }
        .hero__sns-icon:nth-of-type(2) {
          margin-left: 12px; }
        .hero__sns-icon img {
          width: 40px;
          height: auto; }
          .hero__sns-icon img:hover {
            opacity: 0.8;
            transition: 0.5s; } }
  @media only screen and (max-width: 767px) {
    .hero .attention {
      margin: 0px 10px 25px; } }
  @media only screen and (min-width: 768px) {
    .hero .attention {
      max-width: 1100px;
      width: calc(100% - 45px);
      margin: 0 auto 30px; } }
  .hero .attention__text {
    background: #fff;
    color: #000;
    letter-spacing: 0.05em;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .hero .attention__text {
        margin: 0 0 20px;
        padding: 20px 20px; } }
    @media only screen and (min-width: 768px) {
      .hero .attention__text {
        margin: 0 0 30px;
        padding: 40px 60px; } }
    .hero .attention__text p {
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .hero .attention__text p {
          font-size: 0.93rem;
          line-height: 1.8rem; } }
      @media only screen and (min-width: 768px) {
        .hero .attention__text p {
          font-size: 1.03rem;
          line-height: 1.85rem; } }
  .hero .cancel {
    border-top: #333 solid 2px;
    margin: 25px 0 0;
    padding: 30px 0 0; }
    .hero .cancel h5 {
      margin: 0 0 10px -12px;
      font-size: 1.15rem; }
    .hero .cancel h6 {
      margin: 0 0 20px; }
      @media only screen and (max-width: 767px) {
        .hero .cancel h6 {
          font-size: 1.05rem; } }
      @media only screen and (min-width: 768px) {
        .hero .cancel h6 {
          font-size: 1.1rem; } }
    .hero .cancel__block {
      margin: 0 0 30px; }
      .hero .cancel__block:last-of-type {
        margin: 0; }
    .hero .cancel__item {
      margin: 0 0 30px; }
      .hero .cancel__item:last-of-type {
        margin: 0; }
      .hero .cancel__item p {
        margin: 0 0 15px; }
      .hero .cancel__item dl {
        margin: 0 0 25px 0; }
      .hero .cancel__item dt {
        border-left: 5px solid #000;
        padding: 0 0 0 7px; }
        @media only screen and (max-width: 767px) {
          .hero .cancel__item dt {
            margin: 0 0 10px 5px; } }
        @media only screen and (min-width: 768px) {
          .hero .cancel__item dt {
            margin: 0 0 5px 5px; } }
      .hero .cancel__item dd {
        margin: 0 0 0 15px; }
      .hero .cancel__item table {
        width: 100%;
        border-collapse: collapse;
        table-layout: auto; }
      .hero .cancel__item th, .hero .cancel__item td {
        font-weight: normal;
        text-align: left;
        vertical-align: top;
        padding: 3px 0 3px 5px;
        border-bottom: 1px solid #ccc;
        box-sizing: border-box; }
      @media only screen and (max-width: 767px) {
        .hero .cancel__item th {
          width: 110px; } }
      @media only screen and (min-width: 768px) {
        .hero .cancel__item th {
          width: 160px; } }
      @media only screen and (min-width: 768px) {
        .hero .cancel__item td {
          width: calc(100% - 110px); } }
      @media only screen and (min-width: 768px) {
        .hero .cancel__item td {
          width: calc(100% - 160px); } }
    .hero .cancel a {
      color: #486B97;
      text-decoration: none;
      cursor: pointer; }
      .hero .cancel a:hover {
        color: #946349;
        text-decoration: underline; }

.entry-link {
  background: #f5f5f5;
  color: #000; }
  @media only screen and (max-width: 767px) {
    .entry-link {
      padding: 20px; } }
  @media only screen and (min-width: 768px) {
    .entry-link {
      margin: 0 0 45px;
      padding: 45px 40px; } }
  .entry-link p {
    margin: 0;
    font-size: 1.00rem;
    line-height: 1.9rem; }
  .entry-link .link {
    margin: 20px 0 0; }
    .entry-link .link a {
      text-decoration: none;
      background: linear-gradient(#5cabef, #3071e2);
      display: block;
      width: 100%;
      text-align: center;
      color: #fff;
      border-radius: 5px;
      margin: 0 auto;
      font-weight: 600;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .entry-link .link a {
          padding: 17px 0;
          letter-spacing: 0.05em; } }
      @media only screen and (min-width: 768px) {
        .entry-link .link a {
          font-size: 2.1rem;
          padding: 15px 0;
          letter-spacing: 0.1em; } }
      @media only screen and (min-width: 768px) {
        .entry-link .link a::before {
          content: '';
          border: 0px;
          border-top: solid 4px #fff;
          border-right: solid 4px #fff;
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          top: 41%;
          right: 4%;
          width: 15px;
          height: 15px; } }
      .entry-link .link a:hover {
        opacity: 0.8; }

.head_area {
  font-family: 'Noto Sans JP';
  background: #F5302A; }
  @media only screen and (max-width: 767px) {
    .head_area {
      position: absolute;
      top: 39px;
      width: 100%; } }
  .head_area .inner {
    display: flex; }
    @media only screen and (max-width: 767px) {
      .head_area .inner {
        flex-direction: column; } }
    @media only screen and (min-width: 768px) {
      .head_area .inner {
        max-width: 1150px;
        margin: 0 auto;
        justify-content: space-between; } }
  @media only screen and (max-width: 767px) {
    .head_area .head_nav {
      order: 2; } }
  @media only screen and (min-width: 768px) {
    .head_area .head_nav {
      width: 85%; } }
  .head_area ul {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0; }
    .head_area ul li {
      box-sizing: border-box;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .head_area ul li {
          width: 90px;
          height: 80px;
          line-height: 1.3rem;
          border-right: #fff dotted 1px;
          padding: 5px; }
          .head_area ul li:last-of-type {
            border: none; } }
      @media only screen and (min-width: 768px) {
        .head_area ul li {
          width: 200px;
          height: 70px;
          margin: 0 5px; }
          .head_area ul li::after {
            position: absolute;
            content: '';
            bottom: 0;
            left: 0;
            width: 0;
            height: 3px;
            background: #fff;
            transition: all 0.3s ease 0s; }
          .head_area ul li:hover {
            cursor: pointer; }
            .head_area ul li:hover::after {
              width: 100%; } }
      .head_area ul li a {
        text-decoration: none;
        color: #fff; }
        @media only screen and (max-width: 767px) {
          .head_area ul li a {
            font-size: 0.85rem; } }
        .head_area ul li a::after {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 1;
          pointer-events: auto;
          content: "";
          background-color: transparent; }
    @media only screen and (min-width: 768px) {
      .head_area ul .sponly {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .head_area .head_sub {
      order: 1;
      background: #E50011;
      height: 55px; } }
  @media only screen and (min-width: 768px) {
    .head_area .head_sub {
      width: 15%;
      text-align: right; } }
  @media only screen and (max-width: 767px) {
    .head_area .head_sub .head_sub_inner {
      width: 100%;
      display: flex;
      align-items: center;
      box-sizing: border-box; } }
  .head_area .head_sub .logo {
    position: relative; }
    @media only screen and (max-width: 767px) {
      .head_area .head_sub .logo {
        text-align: left;
        padding-left: 8px;
        height: 55px;
        display: flex;
        align-items: center; }
        .head_area .head_sub .logo img {
          width: 95%;
          height: auto; } }
    @media only screen and (min-width: 768px) {
      .head_area .head_sub .logo {
        display: none; } }
    .head_area .head_sub .logo a::after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      pointer-events: auto;
      content: "";
      background-color: transparent; }
  @media only screen and (min-width: 768px) {
    .head_area .head_sub .sub_container {
      display: flex;
      align-items: center;
      justify-content: flex-end; } }
  .head_area .head_sub .sub_container .lang {
    background: #fdbb00;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .head_area .head_sub .sub_container .lang {
        width: 80px;
        height: 55px;
        line-height: 55px; } }
    @media only screen and (min-width: 768px) {
      .head_area .head_sub .sub_container .lang {
        width: 120px;
        height: 70px;
        line-height: 70px; }
        .head_area .head_sub .sub_container .lang:hover {
          opacity: 0.9; } }
    .head_area .head_sub .sub_container .lang a {
      text-decoration: none;
      color: #e50011;
      font-weight: bold;
      display: block;
      width: 100%;
      height: 100%; }
      @media only screen and (max-width: 767px) {
        .head_area .head_sub .sub_container .lang a {
          font-size: 0.8rem; } }
      @media only screen and (min-width: 768px) {
        .head_area .head_sub .sub_container .lang a {
          font-size: 0.9rem;
          letter-spacing: 0.02em; } }
      .head_area .head_sub .sub_container .lang a:hover {
        opacity: 0.9; }

.update {
  border: #F5302A solid 5px;
  color: #F5302A;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em; }
  @media only screen and (max-width: 767px) {
    .update {
      margin: 0 0 40px;
      font-size: 1.2rem;
      padding: 5px 0; } }
  @media only screen and (min-width: 768px) {
    .update {
      margin: 0 0 40px;
      font-size: 2.0rem;
      padding: 7px 0; } }

.content {
  background: #fff; }
  @media only screen and (max-width: 767px) {
    .content {
      padding: 35px 0; } }
  @media only screen and (min-width: 768px) {
    .content {
      padding: 55px 0; } }
  @media only screen and (max-width: 767px) {
    .content__inner {
      margin: 0 10px; } }
  @media only screen and (min-width: 768px) {
    .content__inner {
      max-width: 1100px;
      width: calc(100% - 45px);
      margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .content__ttl {
      margin: 0 0 15px;
      font-size: 1.5rem;
      line-height: 1.7rem; } }
  @media only screen and (min-width: 768px) {
    .content__ttl {
      font-size: 3.3rem;
      line-height: 3.3rem;
      margin: 0 0 35px;
      display: flex;
      align-items: baseline; } }
  @media only screen and (max-width: 767px) {
    .content__ttl p {
      font-size: 1.1rem;
      line-height: 1.6rem;
      margin: 5px 0 0; } }
  @media only screen and (min-width: 768px) {
    .content__ttl p {
      font-size: 1.3rem;
      line-height: 1.3rem;
      margin: 0 0 0 20px; } }
  .content .event h3 {
    position: relative;
    text-align: left;
    font-family: 'Noto Sans JP'; }
    @media only screen and (max-width: 767px) {
      .content .event h3 {
        margin: 0 0 15px; } }
    @media only screen and (min-width: 768px) {
      .content .event h3 {
        margin: 0 0 20px; } }
    .content .event h3::before {
      position: absolute;
      top: 45%;
      z-index: 1;
      content: '';
      display: block;
      width: 100%;
      height: 7px;
      background-color: #231815; }
    .content .event h3 span {
      position: relative;
      z-index: 2;
      display: inline-block;
      background-color: #fff;
      color: #231815;
      text-align: left; }
      @media only screen and (max-width: 767px) {
        .content .event h3 span {
          font-size: 1.05rem;
          padding: 0 15px 0 0;
          letter-spacing: 0.05em; } }
      @media only screen and (min-width: 768px) {
        .content .event h3 span {
          font-size: 1.45rem;
          padding: 0 28px 0 0;
          letter-spacing: 0.07em; } }
  .content .event__main {
    border-bottom: #000 solid 8px; }
    @media only screen and (max-width: 767px) {
      .content .event__main {
        margin: 0 0 30px;
        padding: 0 0 35px; } }
    @media only screen and (min-width: 768px) {
      .content .event__main {
        margin: 0 0 40px;
        padding: 0 0 45px; } }
    @media only screen and (max-width: 767px) {
      .content .event__main-block {
        margin: 0 0 25px; } }
    @media only screen and (min-width: 768px) {
      .content .event__main-block {
        margin: 0 0 20px;
        display: flex;
        justify-content: space-between; } }
    .content .event__main-block:last-child {
      margin: 0; }
    .content .event__main-block .box {
      width: 100%;
      text-align: left;
      color: #333;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
      @media only screen and (max-width: 767px) {
        .content .event__main-block .box {
          margin: 0 0 20px;
          width: 100%; }
          .content .event__main-block .box:last-child {
            margin: 0; } }
      @media only screen and (min-width: 768px) {
        .content .event__main-block .box {
          width: 49%;
          cursor: pointer; }
          .content .event__main-block .box:hover {
            opacity: 0.85;
            transition: 0.5s; } }
      @media only screen and (max-width: 767px) {
        .content .event__main-block .box .pic {
          width: 300px; } }
      @media only screen and (min-width: 768px) {
        .content .event__main-block .box .pic {
          width: 980px; } }
      .content .event__main-block .box .pic img {
        height: auto; }
      .content .event__main-block .box .sub {
        width: 100%; }
        @media only screen and (max-width: 767px) {
          .content .event__main-block .box .sub {
            padding: 0 0 0 7px; } }
        @media only screen and (min-width: 768px) {
          .content .event__main-block .box .sub {
            padding: 0 0 0 15px; } }
      .content .event__main-block .box .thum {
        margin: 0 0 5px;
        width: 100%; }
        @media only screen and (max-width: 767px) {
          .content .event__main-block .box .thum {
            display: flex;
            justify-content: space-between; } }
        @media only screen and (max-width: 767px) {
          .content .event__main-block .box .thum-item {
            width: 49%; } }
        .content .event__main-block .box .thum img {
          margin: 0 0 5px; }
      .content .event__main-block .box .text {
        box-sizing: border-box; }
        .content .event__main-block .box .text h4 {
          margin: 0 0 7px; }
          @media only screen and (max-width: 767px) {
            .content .event__main-block .box .text h4 {
              font-size: 1.1rem; } }
          @media only screen and (min-width: 768px) {
            .content .event__main-block .box .text h4 {
              font-size: 1.1rem; } }
          .content .event__main-block .box .text h4 a {
            color: #333;
            text-decoration: none; }
            .content .event__main-block .box .text h4 a::after {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              z-index: 1;
              pointer-events: auto;
              content: "";
              background-color: transparent; }
        .content .event__main-block .box .text .date {
          padding: 0;
          border-left: #ccc solid 5px;
          padding-left: 7px; }
          @media only screen and (max-width: 767px) {
            .content .event__main-block .box .text .date {
              font-size: 0.9rem;
              line-height: 1.2rem;
              margin: 0 0 4px;
              letter-spacing: 0.04em; } }
          @media only screen and (min-width: 768px) {
            .content .event__main-block .box .text .date {
              font-size: 1.0rem;
              line-height: 1.4rem;
              margin: 0 0 8px; } }
        .content .event__main-block .box .text .comment {
          margin: 0;
          padding: 0;
          letter-spacing: 0.05em; }
          @media only screen and (max-width: 767px) {
            .content .event__main-block .box .text .comment {
              font-size: 0.9rem;
              line-height: 1.3rem; } }
          @media only screen and (min-width: 768px) {
            .content .event__main-block .box .text .comment {
              font-size: 1.0rem;
              line-height: 1.4rem; } }
  .content .event__venue {
    border-bottom: #000 solid 8px; }
    @media only screen and (max-width: 767px) {
      .content .event__venue {
        margin: 0 0 30px;
        padding: 0 0 10px; } }
    @media only screen and (min-width: 768px) {
      .content .event__venue {
        margin: 0 0 40px;
        padding: 0 0 15px; } }
    @media only screen and (max-width: 767px) {
      .content .event__venue-block {
        margin: 0 0 25px; } }
    @media only screen and (min-width: 768px) {
      .content .event__venue-block {
        margin: 0 0 35px; } }
    .content .event__venue-block_ttl {
      margin: 0 0 18px;
      font-weight: 700;
      position: relative; }
      .content .event__venue-block_ttl::before {
        position: absolute;
        top: 45%;
        z-index: 1;
        content: '';
        display: block;
        width: 100%;
        height: 5px;
        background-color: #231815; }
      .content .event__venue-block_ttl span {
        font-size: 1.45rem;
        letter-spacing: 0.1rem;
        background: #fff;
        display: inline-block;
        position: relative;
        z-index: 99; }
        @media only screen and (max-width: 767px) {
          .content .event__venue-block_ttl span {
            padding: 0 18px 0 0; } }
        @media only screen and (min-width: 768px) {
          .content .event__venue-block_ttl span {
            padding: 0 28px 0 0; } }
    @media only screen and (min-width: 768px) {
      .content .event__venue-block_container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%; } }
    .content .event__venue-block .box {
      text-align: left;
      color: #333;
      position: relative;
      display: flex;
      justify-content: space-between; }
      @media only screen and (max-width: 767px) {
        .content .event__venue-block .box {
          margin: 0 0 20px; }
          .content .event__venue-block .box:last-child {
            margin: 0; } }
      @media only screen and (min-width: 768px) {
        .content .event__venue-block .box {
          width: 49%;
          cursor: pointer; }
          .content .event__venue-block .box:hover {
            opacity: 0.8;
            transition: 0.5s; } }
      .content .event__venue-block .box .pic {
        text-align: center; }
        @media only screen and (max-width: 767px) {
          .content .event__venue-block .box .pic {
            width: 130px; } }
        @media only screen and (min-width: 768px) {
          .content .event__venue-block .box .pic {
            width: 160px; } }
      .content .event__venue-block .box .text {
        box-sizing: border-box; }
        @media only screen and (max-width: 767px) {
          .content .event__venue-block .box .text {
            width: calc(100% - 145px); } }
        @media only screen and (min-width: 768px) {
          .content .event__venue-block .box .text {
            width: calc(100% - 185px);
            padding: 10px 0 0; } }
        .content .event__venue-block .box .text h4 {
          margin: 0 0 10px; }
          @media only screen and (max-width: 767px) {
            .content .event__venue-block .box .text h4 {
              font-size: 1.1rem; } }
          @media only screen and (min-width: 768px) {
            .content .event__venue-block .box .text h4 {
              font-size: 1.25rem; } }
          .content .event__venue-block .box .text h4 a {
            color: #333;
            text-decoration: none; }
            .content .event__venue-block .box .text h4 a::after {
              position: absolute;
              top: 0;
              right: 0;
              bottom: 0;
              left: 0;
              z-index: 1;
              pointer-events: auto;
              content: "";
              background-color: transparent; }
        .content .event__venue-block .box .text .comment {
          margin: 0;
          padding: 0;
          letter-spacing: 0.05em; }
          @media only screen and (max-width: 767px) {
            .content .event__venue-block .box .text .comment {
              font-size: 0.9rem;
              line-height: 1.3rem; } }
          @media only screen and (min-width: 768px) {
            .content .event__venue-block .box .text .comment {
              font-size: 1.0rem;
              line-height: 1.5rem; } }
        .content .event__venue-block .box .text .detail {
          padding: 0;
          border-left: #ccc solid 5px;
          padding-left: 7px; }
          @media only screen and (max-width: 767px) {
            .content .event__venue-block .box .text .detail {
              font-size: 0.9rem;
              line-height: 1.2rem;
              margin: 8px 0 4px;
              letter-spacing: 0.04em; } }
          @media only screen and (min-width: 768px) {
            .content .event__venue-block .box .text .detail {
              font-size: 1.0rem;
              line-height: 1.4rem;
              margin: 10px 0 5px; } }
          .content .event__venue-block .box .text .detail:last-child {
            margin: 0; }
  .content .sale {
    border-bottom: #000 solid 8px; }
    @media only screen and (max-width: 767px) {
      .content .sale {
        margin: 0 0 30px;
        padding: 0 0 30px; } }
    @media only screen and (min-width: 768px) {
      .content .sale {
        margin: 0 0 40px;
        padding: 0 0 45px; } }
    @media only screen and (max-width: 767px) {
      .content .sale h2 {
        margin: 0 0 15px;
        font-size: 1.5rem;
        line-height: 1.7rem; } }
    @media only screen and (min-width: 768px) {
      .content .sale h2 {
        font-size: 3.3rem;
        line-height: 3.3rem;
        margin: 0 0 35px;
        display: flex;
        align-items: baseline; } }
    @media only screen and (max-width: 767px) {
      .content .sale h2 p {
        font-size: 1.1rem;
        line-height: 1.6rem;
        margin: 5px 0 0; } }
    @media only screen and (min-width: 768px) {
      .content .sale h2 p {
        font-size: 1.3rem;
        line-height: 1.3rem;
        margin: 0 0 0 20px; } }
    .content .sale h2 span {
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .content .sale h2 span {
          font-size: 0.9rem;
          line-height: 0.9rem; } }
      @media only screen and (min-width: 768px) {
        .content .sale h2 span {
          font-size: 1.0rem; } }
    @media only screen and (min-width: 768px) {
      .content .sale__inner {
        display: flex;
        justify-content: space-between; } }
    @media only screen and (max-width: 767px) {
      .content .sale__pic {
        width: 100%;
        margin: 0 0 25px; } }
    @media only screen and (min-width: 768px) {
      .content .sale__pic {
        width: 48.5%; } }
    @media only screen and (max-width: 767px) {
      .content .sale__text {
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .content .sale__text {
        width: 48.5%; } }
    .content .sale__text-block {
      margin: 0 0 20px; }
      .content .sale__text-block:last-child {
        margin: 0; }
    .content .sale__text-ttl {
      font-weight: 700;
      margin: 0 0 8px; }
      @media only screen and (max-width: 767px) {
        .content .sale__text-ttl {
          font-size: 1.1rem; } }
      @media only screen and (min-width: 768px) {
        .content .sale__text-ttl {
          font-size: 1.4rem; } }
    .content .sale__text p {
      margin: 0;
      color: #333; }

.info {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  background: #fff; }
  .info__inner {
    width: 100%;
    display: flex; }
    @media only screen and (max-width: 767px) {
      .info__inner {
        flex-direction: column; } }
    @media only screen and (min-width: 768px) {
      .info__inner {
        justify-content: space-between; } }
  .info__ttl {
    color: #000;
    padding: 0;
    border-bottom: #000 solid 1px;
    font-family: 'Noto Sans JP'; }
    @media only screen and (max-width: 767px) {
      .info__ttl {
        margin: 0 0 7px;
        font-size: 1.7rem;
        line-height: 1.7rem; } }
    @media only screen and (min-width: 768px) {
      .info__ttl {
        margin: 0 0 20px;
        font-size: 2.5rem;
        line-height: 2.5rem; } }
    @media only screen and (max-width: 767px) {
      .info__ttl span {
        font-size: 1.0rem;
        line-height: 1.2rem;
        margin-left: 5px; } }
    @media only screen and (min-width: 768px) {
      .info__ttl span {
        font-size: 1.2rem;
        line-height: 1.2rem;
        margin-left: 10px; } }
  @media only screen and (max-width: 767px) {
    .info__gaiyo {
      width: 100%;
      margin: 0 0 25px;
      box-sizing: border-box; } }
  @media only screen and (min-width: 768px) {
    .info__gaiyo {
      width: 38%; } }
  .info__gaiyo dl {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 20px 0;
    border-bottom: #d2d2d2 dotted 1px; }
    .info__gaiyo dl:last-of-type {
      margin: 0; }
    .info__gaiyo dl dt {
      margin: 0 20px 0 0;
      padding: 3px 0 0;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .info__gaiyo dl dt {
          width: 24%; } }
      @media only screen and (min-width: 768px) {
        .info__gaiyo dl dt {
          width: 25%; } }
      .info__gaiyo dl dt span {
        color: #000;
        font-weight: bold; }
    .info__gaiyo dl dd {
      font-weight: 400;
      margin: 0;
      line-height: 1.9rem;
      box-sizing: border-box; }
      @media only screen and (max-width: 767px) {
        .info__gaiyo dl dd {
          width: 76%;
          padding: 0 13px 0 0; } }
      @media only screen and (min-width: 768px) {
        .info__gaiyo dl dd {
          width: 73%;
          padding: 0; } }
  @media only screen and (max-width: 767px) {
    .info__twitter {
      text-align: center;
      margin: 0 0 25px; } }
  @media only screen and (min-width: 768px) {
    .info__twitter {
      display: none; } }
  .info__twitter-ttl {
    font-family: 'Noto Sans JP';
    color: #000;
    padding: 0;
    border-bottom: #000 solid 1px;
    text-align: left;
    font-weight: 600;
    margin: 0 0 7px;
    font-size: 1.7rem; }
    .info__twitter-ttl span {
      font-size: 1.0rem;
      line-height: 1.2rem;
      margin-left: 5px; }
  .info__twitter iframe.twitter-timeline {
    width: 100% !important;
    height: 480px !important;
    margin: 0 auto;
    text-align: center; }
  @media only screen and (max-width: 767px) {
    .info__access {
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .info__access {
      width: 55%; } }

@media only screen and (max-width: 767px) {
  .prod {
    margin: 0 0 30px; } }
@media only screen and (min-width: 768px) {
  .prod {
    margin: 0 0 50px; } }
@media only screen and (max-width: 767px) {
  .prod__ttl {
    margin: 0 0 15px;
    font-size: 1.5rem;
    line-height: 1.7rem; } }
@media only screen and (min-width: 768px) {
  .prod__ttl {
    font-size: 3.3rem;
    line-height: 3.3rem;
    margin: 0 0 35px;
    display: flex;
    align-items: baseline; } }
.prod__container {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .prod__container {
      justify-content: space-between; } }
  @media only screen and (min-width: 768px) {
    .prod__container {
      justify-content: center; } }
.prod__item {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .prod__item {
      width: 48%;
      margin: 0 0 20px; } }
  @media only screen and (min-width: 768px) {
    .prod__item {
      width: 19%;
      margin: 0 5px 30px; } }
  .prod__item:hover .prod__pic {
    opacity: 0.8;
    transition: 0.5s; }
  .prod__item:hover a {
    text-decoration: underline; }
.prod__name {
  font-weight: 500;
  text-align: center;
  margin: 10px 0 0; }
  @media only screen and (min-width: 768px) {
    .prod__name {
      font-size: 1.05rem;
      line-height: 1.4rem; } }
  .prod__name a {
    color: #000;
    text-decoration: none; }
    .prod__name a::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      pointer-events: auto;
      content: "";
      background-color: transparent; }

.foot_area {
  background: #393939;
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .foot_area {
      padding: 30px 15px 20px; } }
  @media only screen and (min-width: 768px) {
    .foot_area {
      padding: 35px 0; } }
  .foot_area .inner {
    display: flex; }
    @media only screen and (max-width: 767px) {
      .foot_area .inner {
        flex-direction: column; } }
    @media only screen and (min-width: 768px) {
      .foot_area .inner {
        max-width: 1200px;
        width: calc(100% - 45px);
        margin: 0 auto;
        justify-content: space-between; } }
    .foot_area .inner .foot_info {
      display: flex; }
      @media only screen and (max-width: 767px) {
        .foot_area .inner .foot_info {
          flex-direction: column; } }
      @media only screen and (min-width: 768px) {
        .foot_area .inner .foot_info {
          align-items: center;
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .foot_area .inner .foot_info .foot_logo {
          width: 40%;
          margin-bottom: 15px; } }
      @media only screen and (min-width: 768px) {
        .foot_area .inner .foot_info .foot_logo {
          width: 190px;
          margin-right: 20px; } }
      .foot_area .inner .foot_info .text {
        color: #fff; }
        @media only screen and (max-width: 767px) {
          .foot_area .inner .foot_info .text {
            font-size: 0.85rem;
            line-height: 1.8em; } }
        @media only screen and (min-width: 768px) {
          .foot_area .inner .foot_info .text {
            font-size: 0.9rem;
            line-height: 1.5rem; } }
    @media only screen and (max-width: 767px) {
      .foot_area .inner .sns_container {
        margin: 20px 0 0; } }
    @media only screen and (min-width: 768px) {
      .foot_area .inner .sns_container {
        width: 140px; } }
    .foot_area .inner .sns_container p {
      color: #fff;
      padding: 0;
      font-size: 0.9rem;
      letter-spacing: 0.08em;
      font-family: 'Noto Sans JP'; }
      @media only screen and (max-width: 767px) {
        .foot_area .inner .sns_container p {
          margin: 0 0 10px; } }
      @media only screen and (min-width: 768px) {
        .foot_area .inner .sns_container p {
          text-align: left;
          margin: 0 0 10px 17px; } }
    .foot_area .inner .sns_container .sns {
      display: flex; }
      @media only screen and (max-width: 767px) {
        .foot_area .inner .sns_container .sns .sns_icon {
          margin-right: 8px; }
          .foot_area .inner .sns_container .sns .sns_icon:nth-of-type(2) {
            margin-right: 13px; } }
      @media only screen and (min-width: 768px) {
        .foot_area .inner .sns_container .sns .sns_icon {
          margin-left: 15px; }
          .foot_area .inner .sns_container .sns .sns_icon:nth-of-type(2) {
            margin-left: 12px; } }
      @media only screen and (max-width: 767px) {
        .foot_area .inner .sns_container .sns .sns_icon img {
          width: 37px;
          height: auto; } }
      @media only screen and (min-width: 768px) {
        .foot_area .inner .sns_container .sns .sns_icon img {
          width: 35px;
          height: auto; }
          .foot_area .inner .sns_container .sns .sns_icon img:hover {
            opacity: 0.8;
            transition: 0.5s; } }

.chushi {
  background: #000; }
  .chushi .hero {
    background: #000; }
    .chushi .hero__bg {
      background-image: url("../img/home/bg-cancel.png"); }

.bg-v2 .hero {
  background-image: url("../img/home/bg-v2.jpg?0714&=v4");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

@media only screen and (min-width: 768px) {
  .sponly {
    display: none; } }

@media only screen and (max-width: 767px) {
  .pconly {
    display: none; } }

.global_head {
  margin: 0;
  padding: 0; }
