@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
img {
  max-width: 100%;
  height: auto; }

body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-family: 'Noto Sans JP';
  background: #465359;
  color: #fff; }

.global_head {
  margin: 0; }

.hero {
  position: relative; }
  @media only screen and (max-width: 767px) {
    .hero {
      height: 450px;
      background-image: url("../img/hero-kae-sp.png"), url("../img/hero-sushio-sp.png");
      background-repeat: no-repeat, no-repeat;
      background-position: left -80px center, right -80px center; } }
  @media only screen and (min-width: 768px) {
    .hero {
      height: 600px;
      background-image: url("../img/hero-kae.png"), url("../img/hero-sushio.png");
      background-repeat: no-repeat, no-repeat;
      background-position: top -35px left -170px, top -35px right -170px; } }
  .hero__ttl {
    position: absolute;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .hero__ttl {
        top: 50%;
        transform: translateY(-50%);
        padding: 0 40px; } }
    @media only screen and (min-width: 768px) {
      .hero__ttl {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); } }
    .hero__ttl img {
      filter: drop-shadow(0 0 5px #465359); }

.intro {
  background: url("../img/intro-bg.png") no-repeat #8957A1 center/contain; }
  .intro__container {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .intro__container {
        margin: 0 15px;
        padding: 110px 0; } }
    @media only screen and (min-width: 768px) {
      .intro__container {
        max-width: 1000px;
        width: calc(100% - 45px);
        margin: 0 auto;
        padding: 190px 0; } }
  .intro__catch {
    margin: 0;
    font-weight: bold;
    letter-spacing: 0.1rem; }
    @media only screen and (max-width: 767px) {
      .intro__catch {
        font-size: 1.2rem; } }
    @media only screen and (min-width: 768px) {
      .intro__catch {
        font-size: 1.9rem; } }
  .intro__comment {
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin: 30px 0 0; }
    @media only screen and (max-width: 767px) {
      .intro__comment {
        font-size: 1.0rem;
        line-height: 2.3rem; } }
    @media only screen and (min-width: 768px) {
      .intro__comment {
        font-size: 1.2rem;
        line-height: 3.3rem; } }

@media only screen and (max-width: 767px) {
  .content {
    margin: 0 15px; } }
@media only screen and (min-width: 768px) {
  .content {
    max-width: 1000px;
    width: calc(100% - 35px);
    margin: 0 auto; } }

@media only screen and (max-width: 767px) {
  .goods {
    margin: 80px 0 90px; } }
@media only screen and (min-width: 768px) {
  .goods {
    margin: 130px 0 150px; } }
.goods__ttl {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .goods__ttl {
      margin: 0 0 40px; } }
  @media only screen and (min-width: 768px) {
    .goods__ttl {
      margin: 0 0 90px; } }
  @media only screen and (max-width: 767px) {
    .goods__ttl img {
      height: 23px;
      width: auto;
      margin: 0 auto; } }
@media only screen and (min-width: 768px) {
  .goods__container {
    display: flex;
    justify-content: space-between; } }
@media only screen and (min-width: 768px) {
  .goods__block {
    width: 49%; } }
@media only screen and (max-width: 767px) {
  .goods__item {
    margin: 0 0 50px; } }
@media only screen and (min-width: 768px) {
  .goods__item {
    max-width: 420px;
    margin: 0 auto 70px; } }
.goods__item_pic {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .goods__item_pic {
      padding: 25px; } }
  @media only screen and (min-width: 768px) {
    .goods__item_pic {
      width: 100%;
      padding: 30px; } }
  .goods__item_pic figure {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative; }
    .goods__item_pic figure::before {
      content: "";
      display: block;
      padding-top: 100%; }
    .goods__item_pic figure img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 100%;
      max-height: 100%;
      filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2)); }
.goods__item_info {
  text-align: center;
  margin: 30px 0 30px; }
.goods__item_name {
  letter-spacing: 0.05rem;
  margin: 0 0 10px; }
  @media only screen and (max-width: 767px) {
    .goods__item_name {
      font-size: 1.1rem; } }
  @media only screen and (min-width: 768px) {
    .goods__item_name {
      font-size: 1.3rem; } }
.goods__item_price {
  margin: 0;
  font-weight: bold;
  letter-spacing: 0.05rem; }
  @media only screen and (max-width: 767px) {
    .goods__item_price {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 768px) {
    .goods__item_price {
      font-size: 1.7rem; } }
  .goods__item_price span {
    font-weight: normal;
    margin-left: 5px; }
    @media only screen and (max-width: 767px) {
      .goods__item_price span {
        font-size: 0.9rem; } }
    @media only screen and (min-width: 768px) {
      .goods__item_price span {
        font-size: 1.1rem; } }
.goods__item_detail {
  text-align: left;
  margin: 15px 0 0; }
  @media only screen and (max-width: 767px) {
    .goods__item_detail {
      font-size: 0.9rem;
      line-height: 1.8rem; } }
  @media only screen and (min-width: 768px) {
    .goods__item_detail {
      font-size: 1.0rem;
      line-height: 1.9rem; } }
.goods__item_order dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  border-top: #fff solid 1px; }
  @media only screen and (max-width: 767px) {
    .goods__item_order dl {
      padding: 10px 10px; } }
  @media only screen and (min-width: 768px) {
    .goods__item_order dl {
      padding: 10px 20px; } }
  .goods__item_order dl:last-child {
    border-bottom: #fff solid 1px; }
  .goods__item_order dl dt {
    margin: 0;
    font-size: 1.1rem; }
  .goods__item_order dl dd {
    margin: 0; }
.goods__item_order_link {
  background: #fff;
  text-align: center;
  width: 170px;
  height: 40px;
  line-height: 40px; }
  .goods__item_order_link:hover {
    background: #B0C4CE;
    transition: 0.5s; }
  .goods__item_order_link a {
    color: #465359;
    text-decoration: none;
    font-weight: bold;
    display: block;
    width: 100%;
    font-size: 0.95rem; }
.goods__item_order .link-seal {
  width: 250px;
  margin: 0 auto; }

.info {
  background: #8957A1; }
  @media only screen and (max-width: 767px) {
    .info__container {
      margin: 0 15px;
      padding: 80px 0 90px; } }
  @media only screen and (min-width: 768px) {
    .info__container {
      max-width: 1000px;
      width: calc(100% - 45px);
      margin: 0 auto;
      padding: 130px 0 155px; } }
  .info__ttl {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .info__ttl {
        margin: 0 0 40px; } }
    @media only screen and (min-width: 768px) {
      .info__ttl {
        margin: 0 0 90px; } }
    @media only screen and (max-width: 767px) {
      .info__ttl img {
        height: 23px;
        width: auto;
        margin: 0 auto; } }
  @media only screen and (max-width: 767px) {
    .info__item {
      margin: 0 0 30px; } }
  @media only screen and (min-width: 768px) {
    .info__item {
      margin: 0 0 40px; } }
  .info__item:last-child {
    margin: 0; }
  .info__item_ttl {
    font-weight: bold;
    margin: 0 0 15px; }
    @media only screen and (max-width: 767px) {
      .info__item_ttl {
        font-size: 1.0rem; } }
    @media only screen and (min-width: 768px) {
      .info__item_ttl {
        font-size: 1.2rem; } }
  .info__item p {
    margin: 0 0 10px; }
    @media only screen and (max-width: 767px) {
      .info__item p {
        font-size: 0.9rem;
        line-height: 1.8rem; } }
    @media only screen and (min-width: 768px) {
      .info__item p {
        font-size: 1.0rem;
        line-height: 1.9rem; } }
    .info__item p:last-child {
      margin: 0; }

@media only screen and (max-width: 767px) {
  .event__container {
    margin: 0 15px;
    padding: 80px 0 90px; } }
@media only screen and (min-width: 768px) {
  .event__container {
    max-width: 1000px;
    width: calc(100% - 45px);
    margin: 0 auto;
    padding: 130px 0 155px; } }
@media only screen and (max-width: 767px) {
  .event__lead {
    margin: 0 0 30px; } }
@media only screen and (min-width: 768px) {
  .event__lead {
    margin: 0 0 60px;
    text-align: center; } }
.event__lead_main-text {
  letter-spacing: 0.2rem;
  margin: 0 0 10px;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .event__lead_main-text {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 768px) {
    .event__lead_main-text {
      font-size: 1.5rem; } }
.event__lead_sub-text {
  letter-spacing: 0.1rem;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .event__lead_sub-text {
      font-size: 0.9rem; } }
  @media only screen and (min-width: 768px) {
    .event__lead_sub-text {
      font-size: 1.2rem; } }
.event__ttl {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .event__ttl {
      margin: 0 0 40px; } }
  @media only screen and (min-width: 768px) {
    .event__ttl {
      margin: 0 0 90px; } }
  @media only screen and (max-width: 767px) {
    .event__ttl img {
      height: 23px;
      width: auto;
      margin: 0 auto; } }
@media only screen and (max-width: 767px) {
  .event__item {
    margin: 0 0 30px; } }
@media only screen and (min-width: 768px) {
  .event__item {
    margin: 0 0 40px; } }
.event__item:last-child {
  margin: 0; }
.event__item_ttl {
  font-weight: bold;
  margin: 0 0 15px; }
  @media only screen and (max-width: 767px) {
    .event__item_ttl {
      font-size: 1.0rem; } }
  @media only screen and (min-width: 768px) {
    .event__item_ttl {
      font-size: 1.2rem; } }
.event__item ul {
  margin: 0 0 0 20px;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .event__item ul {
      font-size: 0.9rem;
      line-height: 1.8rem; } }
  @media only screen and (min-width: 768px) {
    .event__item ul {
      font-size: 1.0rem;
      line-height: 1.9rem; } }
  .event__item ul li {
    margin: 0 0 5px; }
.event__item p {
  margin: 0 0 10px; }
  @media only screen and (max-width: 767px) {
    .event__item p {
      font-size: 0.9rem;
      line-height: 1.8rem; } }
  @media only screen and (min-width: 768px) {
    .event__item p {
      font-size: 1.0rem;
      line-height: 1.9rem; } }
  .event__item p:last-child {
    margin: 0; }
.event__link {
  margin: 20px 0 0;
  background: #8957A1;
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .event__link {
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .event__link {
      width: 500px; } }
  .event__link::before {
    content: '';
    position: absolute;
    right: 4.5%;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    transform: rotate(45deg);
    pointer-events: none;
    top: 43%;
    width: 7px;
    height: 7px; }
  .event__link:hover {
    background: #000;
    transition: 0.5s; }
  .event__link a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.15rem;
    display: block;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .event__link a {
        font-size: 0.9rem; } }
    @media only screen and (min-width: 768px) {
      .event__link a {
        font-size: 1.0rem; } }
.event .attention {
  font-weight: bold;
  letter-spacing: 0.1rem; }
  @media only screen and (min-width: 768px) {
    .event .attention {
      font-size: 1.2rem; } }

.application {
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; }
  @media only screen and (max-width: 767px) {
    .application .content {
      margin: 30px 10px; } }
  @media only screen and (min-width: 768px) {
    .application .content {
      margin: 70px auto; } }
  .application__container {
    background: #fff;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .application__container {
        padding: 30px 15px; } }
    @media only screen and (min-width: 768px) {
      .application__container {
        padding: 50px 65px; } }
  .application__ttl {
    text-align: center;
    margin: 0 0 15px; }
    @media only screen and (max-width: 767px) {
      .application__ttl {
        font-size: 1.2rem; } }
    @media only screen and (min-width: 768px) {
      .application__ttl {
        font-size: 1.5rem; } }
  .application__note {
    border-top: #666 solid 1px;
    border-bottom: #666 solid 1px; }
    @media only screen and (max-width: 767px) {
      .application__note {
        margin: 0 0 20px;
        padding: 20px 0; } }
    @media only screen and (min-width: 768px) {
      .application__note {
        margin: 0 0 40px;
        padding: 40px 10px; } }
    .application__note p {
      margin: 0 0 20px; }
      @media only screen and (max-width: 767px) {
        .application__note p {
          font-size: 0.9rem;
          line-height: 1.8rem; } }
      @media only screen and (min-width: 768px) {
        .application__note p {
          font-size: 1.0rem;
          line-height: 1.8rem; } }
      .application__note p:last-child {
        margin: 0; }
    .application__note ul {
      margin: 0 0 0 20px;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .application__note ul {
          font-size: 0.9rem;
          line-height: 1.8rem; } }
      @media only screen and (min-width: 768px) {
        .application__note ul {
          font-size: 1.0rem;
          line-height: 1.7rem; } }
      .application__note ul li {
        margin: 0 0 5px; }
        .application__note ul li:last-child {
          margin: 0; }
  @media only screen and (max-width: 767px) {
    .application__form_ttl {
      font-size: 1.05rem;
      margin: 0 0 10px; } }
  @media only screen and (min-width: 768px) {
    .application__form_ttl {
      margin: 0 0 15px; } }
  .application__form_item {
    margin: 0 0 20px; }
    .application__form_item:last-child {
      margin: 0; }
    .application__form_item_ttl {
      margin: 0 0 10px;
      font-weight: bold; }
  .application__form_attention {
    margin: 5px 0 0;
    font-size: 0.95rem; }
  .application__form select {
    padding: 7px 10px;
    font-size: 1.0rem;
    max-width: 100% !important; }
  .application__form dl {
    width: 100%;
    border-top: #ccc solid 1px; }
    @media only screen and (max-width: 767px) {
      .application__form dl {
        margin: 0;
        padding: 25px 0;
        font-size: 0.9rem; } }
    @media only screen and (min-width: 768px) {
      .application__form dl {
        display: flex;
        margin: 0;
        padding: 25px 0;
        font-size: 0.95rem; } }
    .application__form dl:last-of-type {
      border-bottom: #ccc solid 1px; }
    .application__form dl dt {
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .application__form dl dt {
          width: 100%;
          margin: 0 0 10px; } }
      @media only screen and (min-width: 768px) {
        .application__form dl dt {
          width: 26%; } }
    @media only screen and (max-width: 767px) {
      .application__form dl dd {
        width: 100%;
        margin: 0; } }
    @media only screen and (min-width: 768px) {
      .application__form dl dd {
        width: 74%; } }
    .application__form dl .nini {
      font-size: 0.8rem;
      margin-left: 7px; }
  .application__form input[type="radio"] {
    width: 17px;
    height: 17px;
    margin: 0 8px 0 0;
    position: relative;
    top: 1px; }
  .application__form input[type=text],
  .application__form input[type=mail] {
    -webkit-appearance: none;
    border: 1px solid #ccc;
    background: #fbfbfb;
    font-size: 16px;
    padding: 10px 7px;
    border-radius: 3px; }
  .application__form .short {
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .application__form .short {
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .application__form .short {
        width: 40%; } }
  .application__form .middle {
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .application__form .middle {
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .application__form .middle {
        width: 60%; } }
  .application__form .long {
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .application__form .long {
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .application__form .long {
        width: 80%; } }
  @media only screen and (max-width: 767px) {
    .application__form .submit {
      margin: 25px auto 0; } }
  @media only screen and (min-width: 768px) {
    .application__form .submit {
      margin: 45px auto 0; } }
  .application__form .submit__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center; }
    @media only screen and (min-width: 768px) {
      .application__form .submit__inner {
        margin: 0 auto;
        max-width: 550px; } }
  .application__form .submit input[type=submit] {
    -webkit-appearance: none;
    border: none;
    margin: auto;
    background: #f1f1f1;
    color: #555; }
    @media only screen and (max-width: 767px) {
      .application__form .submit input[type=submit] {
        width: 100%;
        font-size: 0.9rem;
        height: 43px;
        line-height: 43px; } }
    @media only screen and (min-width: 768px) {
      .application__form .submit input[type=submit] {
        width: 250px;
        font-size: 1.0rem;
        height: 47px;
        line-height: 47px; } }
    .application__form .submit input[type=submit]:hover {
      opacity: 0.8; }
    .application__form .submit input[type=submit]:first-child {
      background-color: #8957A1;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .application__form .submit input[type=submit]:first-child {
          margin: 0 0 10px; } }

.complete .content {
  display: flex;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .complete .content {
      height: 100vh; } }
  @media only screen and (min-width: 768px) {
    .complete .content {
      margin: 0 auto;
      height: calc(100vh - 300px); } }
.complete__container p {
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .complete__container p {
      font-size: 0.95rem;
      line-height: 1.8rem; } }
  @media only screen and (min-width: 768px) {
    .complete__container p {
      font-size: 1.0rem;
      line-height: 1.9rem; } }
.complete__back {
  background-color: #8957A1;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .complete__back {
      width: 100%;
      font-size: 0.9rem;
      height: 43px;
      line-height: 43px;
      margin: 25px auto 0; } }
  @media only screen and (min-width: 768px) {
    .complete__back {
      width: 250px;
      font-size: 1.0rem;
      height: 47px;
      line-height: 47px;
      margin: 30px auto 0; } }
  .complete__back:hover {
    opacity: 0.8; }
  .complete__back a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%; }

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

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