body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","Hiragino Sans", Meiryo, sans-serif;
  background: #ccc;
  background-image: url("../img/cmp-bg.png?1119");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }

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

.content {
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.5);
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .content {
      margin: 20px 7px;
      padding: 35px 15px; } }
  @media only screen and (min-width: 768px) {
    .content {
      max-width: 1150px;
      width: calc(100% - 45px);
      margin: 80px auto;
      padding: 60px 60px 68px; } }
  .content h1 {
    font-weight: 600;
    padding: 0;
    color: #90460a; }
    @media only screen and (max-width: 767px) {
      .content h1 {
        font-size: 1.7rem;
        line-height: 2.2rem;
        margin: 0 0 20px; } }
    @media only screen and (min-width: 768px) {
      .content h1 {
        font-size: 2.5rem;
        margin: 0 0 30px; } }
  .content__tab ul {
    list-style: none;
    display: flex;
    margin: 0 0 50px;
    padding: 0;
    justify-content: space-between; }
    .content__tab ul li {
      color: #90460a;
      border: #90460a solid 2px;
      text-align: center;
      width: 49%;
      cursor: pointer;
      font-weight: 600;
      box-sizing: border-box; }
      @media only screen and (max-width: 767px) {
        .content__tab ul li {
          font-size: 0.9rem;
          margin: 0 3px;
          padding: 8px 0; } }
      @media only screen and (min-width: 768px) {
        .content__tab ul li {
          font-size: 1.3rem;
          margin: 0 6px;
          padding: 13px 0; } }
      .content__tab ul li:hover {
        background-color: rgba(144, 70, 10, 0.3);
        transition: all .2s ease-in; }
    .content__tab ul .active {
      background: #90460a;
      color: #fff;
      box-sizing: border-box; }
      .content__tab ul .active:hover {
        background: #90460a;
        color: #fff; }
  .content__block {
    display: none;
    box-sizing: border-box; }
    @media only screen and (min-width: 768px) {
      .content__block {
        padding: 0 18px; } }
  .content .show {
    display: block;
    animation: fade 0.9s ease; }
@keyframes fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  .content__pic {
    margin: 0 0 40px; }
    @media only screen and (min-width: 768px) {
      .content__pic {
        display: flex;
        justify-content: center; } }
    @media only screen and (max-width: 767px) {
      .content__pic-item {
        width: 80%;
        margin: 0 auto 25px; }
        .content__pic-item:last-child {
          margin: 0 auto; } }
    @media only screen and (min-width: 768px) {
      .content__pic-item {
        align-self: baseline;
        margin: 0 25px; } }
    .content__pic-item img {
      filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2)); }
    .content__pic-name {
      color: #90460a;
      text-align: center;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .content__pic-name {
          margin: 10px 0 0; } }
      @media only screen and (min-width: 768px) {
        .content__pic-name {
          margin: 15px 0 0; } }
  .content__detail h2 {
    color: #90460a;
    margin: 0 0 15px; }
    @media only screen and (max-width: 767px) {
      .content__detail h2 {
        font-size: 1.5rem;
        line-height: 2.2rem; } }
    @media only screen and (min-width: 768px) {
      .content__detail h2 {
        font-size: 1.9rem; } }
  .content__detail p {
    color: #90460a;
    margin: 0 0 25px;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .content__detail p {
        font-size: 1.05rem;
        line-height: 1.9rem; } }
    @media only screen and (min-width: 768px) {
      .content__detail p {
        font-size: 1.1rem;
        line-height: 2.1rem; } }
  .content__detail-note {
    border: #90460a solid 2px; }
    @media only screen and (max-width: 767px) {
      .content__detail-note {
        padding: 25px 15px; } }
    @media only screen and (min-width: 768px) {
      .content__detail-note {
        padding: 30px 35px; } }
    .content__detail-note h3 {
      color: #90460a;
      border-bottom: #90460a solid 2px;
      margin: 0 0 20px;
      padding: 0 0 10px; }
      @media only screen and (max-width: 767px) {
        .content__detail-note h3 {
          font-size: 1.15rem; } }
      @media only screen and (min-width: 768px) {
        .content__detail-note h3 {
          font-size: 1.5rem; } }
    .content__detail-note p {
      color: #90460a;
      margin: 0 0 13px;
      padding: 0;
      font-weight: 600; }
      @media only screen and (max-width: 767px) {
        .content__detail-note p {
          font-size: 1.05rem;
          line-height: 1.75rem; } }
      @media only screen and (min-width: 768px) {
        .content__detail-note p {
          font-size: 1.2rem; } }
    .content__detail-note ul {
      margin: 0 0 0 20px;
      padding: 0; }
      .content__detail-note ul li {
        color: #90460a;
        margin: 0 0 10px; }
        @media only screen and (max-width: 767px) {
          .content__detail-note ul li {
            font-size: 1.0rem; } }
        @media only screen and (min-width: 768px) {
          .content__detail-note ul li {
            font-size: 1.05rem; } }
        .content__detail-note ul li:last-child {
          margin: 0; }
  .content__order {
    background: linear-gradient(#e84e4f, #E83637);
    text-align: center;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .content__order {
        margin: 35px 0 0;
        height: 80px; } }
    @media only screen and (min-width: 768px) {
      .content__order {
        margin: 30px 0 0;
        height: 75px; } }
    .content__order:hover {
      opacity: 0.8; }
    .content__order::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      border-top: 4px solid #fff;
      border-right: 4px solid #fff;
      transform: rotate(45deg); }
      @media only screen and (max-width: 767px) {
        .content__order::before {
          width: 10px;
          height: 10px;
          right: 20px; } }
      @media only screen and (min-width: 768px) {
        .content__order::before {
          width: 14px;
          height: 14px;
          right: 25px; } }
    .content__order a {
      color: #fff;
      text-decoration: none;
      font-weight: bold;
      display: block;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .content__order a {
          font-size: 1.1rem; } }
      @media only screen and (min-width: 768px) {
        .content__order a {
          font-size: 1.4rem; } }

@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; }
