@import url("https://fonts.googleapis.com/css?family=Teko:700&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","Hiragino Sans", Meiryo, sans-serif;
  background: #000;
  color: #fff;
  background-image: url("/dir/cco/img/1st-anniversary/bg.png?201029");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed; }

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

@media only screen and (max-width: 767px) {
  .inner {
    margin: 0 auto;
    padding: 30px 25px 40px; } }
@media only screen and (min-width: 768px) {
  .inner {
    max-width: 1080px;
    width: calc(100% - 45px);
    margin: 0 auto;
    padding-right: 30px;
    padding: 80px 0 80px; } }

.bg {
  width: 100%;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .bg {
      margin: 0 0 30px; } }
  @media only screen and (min-width: 768px) {
    .bg {
      margin: 0 0 50px; } }
  .bg .bg_img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0; }

h2 {
  padding: 0;
  border-bottom: #fff solid 1px;
  font-weight: bold;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    h2 {
      margin: 0 0 20px;
      font-size: 1.4rem; } }
  @media only screen and (min-width: 768px) {
    h2 {
      margin: 0;
      font-size: 2.9rem;
      line-height: 2.9rem;
      margin: 0 0 70px; } }

.top {
  position: relative;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .top {
      height: 380px;
      margin: 0; } }
  @media only screen and (min-width: 768px) {
    .top {
      height: calc(100vh - 40px);
      margin: 40px 0 75px; } }
  .top .hero img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.4)); }
    @media only screen and (max-width: 767px) {
      .top .hero img {
        width: 92%; } }
    @media only screen and (min-width: 768px) {
      .top .hero img {
        width: 86%; } }
  .top .lang_container {
    position: absolute; }
    @media only screen and (max-width: 767px) {
      .top .lang_container {
        top: 8%;
        left: 5%; } }
    @media only screen and (min-width: 768px) {
      .top .lang_container {
        top: 0;
        left: 40px; } }
    .top .lang_container .inner {
      display: flex;
      margin: 0;
      padding: 0; }
    @media only screen and (max-width: 767px) {
      .top .lang_container .lang {
        font-size: 0.85rem; } }
    @media only screen and (min-width: 768px) {
      .top .lang_container .lang {
        font-size: 0.95rem; } }
    .top .lang_container .lang a {
      text-decoration: none;
      color: #fff;
      padding: 5px 0;
      font-size: 13px;
      line-height: 1;
      letter-spacing: 2px;
      font-weight: 700;
      text-decoration: none;
      position: relative; }
      .top .lang_container .lang a:hover {
        color: #d2d2d2;
        transition: 0.5s ease-in-out; }
    .top .lang_container .selected::after {
      content: '/';
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .top .lang_container .selected::after {
          margin: 0 10px; } }
      @media only screen and (min-width: 768px) {
        .top .lang_container .selected::after {
          margin: 0 15px; } }
    .top .lang_container .selected a::before {
      position: absolute;
      left: 0px;
      bottom: 0px;
      content: '';
      display: block;
      width: 88%;
      height: 1px;
      background: #d2d2d2; }

.intro .inner {
  padding-top: 0; }
.intro p {
  font-weight: bold;
  margin: 0 0 20px;
  padding: 0;
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.4)); }
  @media only screen and (max-width: 767px) {
    .intro p {
      text-align: left;
      font-size: 1.05rem;
      line-height: 2.0rem; } }
  @media only screen and (min-width: 768px) {
    .intro p {
      text-align: center;
      font-size: 1.4rem;
      line-height: 3.1rem; } }
  .intro p:last-child {
    margin: 0; }

.prod .item_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 -40px; }
  .prod .item_container .item {
    margin: 0 0 40px; }
    @media only screen and (max-width: 767px) {
      .prod .item_container .item {
        width: 50%; } }
    @media only screen and (min-width: 768px) {
      .prod .item_container .item {
        width: 30%; } }
    .prod .item_container .item:hover {
      opacity: 0.8; }
.prod .prod_note {
  border: #fff solid 2px;
  background-color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .prod .prod_note {
      margin: 30px 0 0;
      padding: 20px 13px; } }
  @media only screen and (min-width: 768px) {
    .prod .prod_note {
      margin: 50px 0 0;
      padding: 35px 40px; } }
  .prod .prod_note h3 {
    padding: 0 0 7px;
    line-height: 100%;
    letter-spacing: 0.05em;
    border-bottom: #fff dotted 2px;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .prod .prod_note h3 {
        margin: 0 0 20px;
        font-size: 1.4rem; } }
    @media only screen and (min-width: 768px) {
      .prod .prod_note h3 {
        margin: 0 0 30px;
        font-size: 1.7rem; } }
  @media only screen and (max-width: 767px) {
    .prod .prod_note .prod_note_item {
      margin: 0 0 15px; } }
  @media only screen and (min-width: 768px) {
    .prod .prod_note .prod_note_item {
      margin: 0 0 20px; } }
  .prod .prod_note .prod_note_item:last-child {
    margin: 0; }
  .prod .prod_note .prod_note_item .prod_note_ttl {
    margin: 0 0 0 -10px; }
  .prod .prod_note .prod_note_item p {
    margin: 7px 0 0;
    padding: 0;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .prod .prod_note .prod_note_item p {
        font-size: 0.95rem;
        line-height: 1.75rem; } }
    @media only screen and (min-width: 768px) {
      .prod .prod_note .prod_note_item p {
        font-size: 1.0;
        line-height: 1.9rem; } }
  .prod .prod_note .prod_note_item .prod_note_date {
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .prod .prod_note .prod_note_item .prod_note_date {
        font-size: 1.0rem; } }
    @media only screen and (min-width: 768px) {
      .prod .prod_note .prod_note_item .prod_note_date {
        font-size: 1.1rem; } }
  .prod .prod_note .prod_note_item ol {
    margin: 0 0 0 20px;
    padding: 0;
    text-align: left; }
    .prod .prod_note .prod_note_item ol li {
      margin: 0 0 7px; }
      .prod .prod_note .prod_note_item ol li:last-child {
        margin: 0; }
  .prod .prod_note .prod_note_item .prod_list {
    font-weight: 700;
    list-style: none;
    border-top: none;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .prod .prod_note .prod_note_item .prod_list {
        margin: 15px 0; } }
    @media only screen and (min-width: 768px) {
      .prod .prod_note .prod_note_item .prod_list {
        margin: 15px 0 10px; } }
  .prod .prod_note .prod_note_item ul {
    margin: 0;
    padding: 20px 0 0 20px;
    border-top: #fff dotted 1px;
    text-align: left; }
    .prod .prod_note .prod_note_item ul li {
      margin: 0 0 7px; }
      .prod .prod_note .prod_note_item ul li:last-child {
        margin: 0; }
  .prod .prod_note .prod_note_item a {
    color: #c39898;
    text-decoration: none;
    word-break: break-all; }
    .prod .prod_note .prod_note_item a:hover {
      text-decoration: underline; }

.topics_area .topics_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .topics_area .topics_list {
      justify-content: space-between;
      margin: 0 0 -30px; } }
  @media only screen and (min-width: 768px) {
    .topics_area .topics_list {
      justify-content: center;
      margin: 0 0 -40px; } }
.topics_area .topic {
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 767px) {
    .topics_area .topic {
      width: 48%;
      margin: 0 0 30px; } }
  @media only screen and (min-width: 768px) {
    .topics_area .topic {
      width: 22%;
      margin: 0 16px 40px; } }
.topics_area .pic {
  background: #888; }
  @media only screen and (max-width: 767px) {
    .topics_area .pic {
      width: 100%;
      height: 120px;
      position: relative;
      overflow: hidden; } }
  @media only screen and (min-width: 768px) {
    .topics_area .pic {
      width: 100%;
      height: 180px;
      position: relative;
      overflow: hidden; } }
  .topics_area .pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  .topics_area .pic:hover {
    opacity: 0.8; }
.topics_area .caption {
  box-sizing: border-box;
  margin: 20px 0 0;
  width: 100%; }
  .topics_area .caption h4 {
    margin: 0 0 25px;
    padding: 0;
    font-weight: bold;
    line-height: 24px;
    overflow: hidden;
    background-color: transparent;
    text-align: left;
    word-break: break-all; }
    @media only screen and (max-width: 767px) {
      .topics_area .caption h4 {
        font-size: 15px; } }
    @media only screen and (min-width: 768px) {
      .topics_area .caption h4 {
        font-size: 16px; } }
    .topics_area .caption h4 a {
      width: 100%;
      display: block;
      padding: 0;
      margin: 0;
      color: #fff;
      text-decoration: none; }
      @media only screen and (max-width: 767px) {
        .topics_area .caption h4 a {
          text-decoration: none;
          text-overflow: ellipsis;
          white-space: normal; } }
      .topics_area .caption h4 a:hover {
        text-decoration: underline; }
  .topics_area .caption .caption_date {
    background-color: transparent;
    color: #888;
    font-weight: bold;
    text-align: right; }
    @media only screen and (max-width: 767px) {
      .topics_area .caption .caption_date {
        font-size: 14px; } }
    @media only screen and (min-width: 768px) {
      .topics_area .caption .caption_date {
        font-size: 14px; } }

.more {
  position: relative;
  border: #fff solid 2px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .more {
      width: 100%;
      margin: 40px auto 0;
      height: 50px;
      line-height: 50px; } }
  @media only screen and (min-width: 768px) {
    .more {
      width: 30%;
      margin: 60px auto 0;
      height: 50px;
      line-height: 50px; } }
  .more:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transition: 0.3s ease-in-out; }
  .more a {
    display: block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem; }
    .more a:before {
      display: block;
      content: "";
      position: absolute;
      bottom: 6px;
      right: 6px;
      width: 0;
      height: 0;
      border-top: 9px solid transparent;
      border-right: 9px solid #fff; }

.topics_note {
  border: #fff solid 2px;
  background-color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box; }
  @media only screen and (max-width: 767px) {
    .topics_note {
      margin: 30px 0 0;
      padding: 20px 13px; } }
  @media only screen and (min-width: 768px) {
    .topics_note {
      margin: 50px 0 0;
      padding: 35px 40px; } }
  .topics_note .topics_note_ttl {
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .topics_note .topics_note_ttl {
        font-size: 1.3rem;
        margin: 0 0 15px; } }
    @media only screen and (min-width: 768px) {
      .topics_note .topics_note_ttl {
        font-size: 1.7rem;
        margin: 0 0 20px; } }
  .topics_note h3 {
    padding: 0 0 7px;
    line-height: 100%;
    letter-spacing: 0.05em;
    border-bottom: #fff dotted 2px;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .topics_note h3 {
        margin: 0 0 20px;
        font-size: 1.4rem; } }
    @media only screen and (min-width: 768px) {
      .topics_note h3 {
        margin: 0 0 30px;
        font-size: 1.7rem; } }
  @media only screen and (max-width: 767px) {
    .topics_note .topics_note_item {
      margin: 0 0 15px; } }
  @media only screen and (min-width: 768px) {
    .topics_note .topics_note_item {
      margin: 0 0 20px; } }
  .topics_note .topics_note_item:last-child {
    margin: 0; }
  .topics_note .topics_note_item p {
    margin: 7px 0 0;
    padding: 0;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .topics_note .topics_note_item p {
        font-size: 0.95rem;
        line-height: 1.75rem; } }
    @media only screen and (min-width: 768px) {
      .topics_note .topics_note_item p {
        font-size: 1.0;
        line-height: 1.9rem; } }

.sns .block {
  display: flex; }
  @media only screen and (max-width: 767px) {
    .sns .block {
      flex-direction: column; } }
  @media only screen and (min-width: 768px) {
    .sns .block {
      justify-content: space-between; } }
@media only screen and (max-width: 767px) {
  .sns .box {
    width: 100%;
    margin: 0 0 35px; }
    .sns .box:last-child {
      margin: 0; } }
@media only screen and (min-width: 768px) {
  .sns .box {
    width: 47%; } }
.sns .ttl {
  display: flex;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .sns .ttl {
      margin: 0 0 20px; } }
  @media only screen and (min-width: 768px) {
    .sns .ttl {
      margin: 0 0 20px; } }
  .sns .ttl .ttl_inner {
    display: flex;
    justify-content: flex-start; }
@media only screen and (max-width: 767px) {
  .sns .pic {
    margin: 0 10px 0 0; }
    .sns .pic img {
      width: 83%;
      height: auto; } }
@media only screen and (min-width: 768px) {
  .sns .pic {
    margin: 0 20px 0 0; } }
.sns p {
  margin: 0;
  padding: 0;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .sns p {
      font-size: 0.95rem;
      line-height: 1.5rem; } }
  @media only screen and (min-width: 768px) {
    .sns p {
      font-size: 1.0rem;
      line-height: 1.7rem; } }
  .sns p span {
    font-weight: bold; }
.sns a {
  text-decoration: none;
  color: #d2d2d2; }
  .sns a:hover {
    text-decoration: underline; }
.sns .insta_btn {
  position: relative;
  text-align: center;
  border-radius: 23px;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; }
  @media only screen and (max-width: 767px) {
    .sns .insta_btn {
      width: 80px;
      height: 36px;
      line-height: 36px; } }
  @media only screen and (min-width: 768px) {
    .sns .insta_btn {
      width: 100px;
      height: 46px;
      line-height: 46px; } }
  .sns .insta_btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(15deg, #ffdb2c, #f9764c 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
    border-radius: 23px; }
  .sns .insta_btn:hover {
    filter: brightness(1.2); }
  .sns .insta_btn a {
    position: relative;
    z-index: 99;
    color: #fff;
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      .sns .insta_btn a {
        font-size: 0.65rem; } }
    @media only screen and (min-width: 768px) {
      .sns .insta_btn a {
        font-size: 0.75rem; } }
.sns .twitter_btn {
  position: relative;
  text-align: center;
  border-radius: 23px;
  background: #00a0ff; }
  @media only screen and (max-width: 767px) {
    .sns .twitter_btn {
      width: 80px;
      height: 36px;
      line-height: 36px; } }
  @media only screen and (min-width: 768px) {
    .sns .twitter_btn {
      width: 100px;
      height: 46px;
      line-height: 46px; } }
  .sns .twitter_btn:hover {
    filter: brightness(1.2); }
  .sns .twitter_btn a {
    position: relative;
    z-index: 99;
    color: #fff;
    transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      .sns .twitter_btn a {
        font-size: 0.65rem; } }
    @media only screen and (min-width: 768px) {
      .sns .twitter_btn a {
        font-size: 0.75rem; } }
.sns .insta_container {
  width: 100%;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-box-pack: justify;
  -moz-flex-pack: justify;
  -webkit-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .sns .insta_container .insta_block {
    width: 32.3%;
    max-width: 100%;
    margin: 0 0 7px; }
    .sns .insta_container .insta_block .insta_block_pic {
      width: 100%;
      height: 100%;
      position: relative;
      overflow: hidden;
      background-color: rgba(0, 0, 0, 0.4); }
      .sns .insta_container .insta_block .insta_block_pic::before {
        content: "";
        display: block;
        padding-top: 100%; }
      .sns .insta_container .insta_block .insta_block_pic img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        object-fit: cover; }
        .sns .insta_container .insta_block .insta_block_pic img:hover {
          opacity: 0.8; }
      .sns .insta_container .insta_block .insta_block_pic:hover {
        opacity: 1; }
.sns .twitter_area {
  display: flex; }
  @media only screen and (max-width: 767px) {
    .sns .twitter_area {
      flex-direction: column; } }
  @media only screen and (min-width: 768px) {
    .sns .twitter_area {
      justify-content: space-between; } }
@media only screen and (max-width: 767px) {
  .sns .twitter_container .twitter-widget-wrapper iframe {
    width: 340px !important; } }
@media only screen and (min-width: 768px) {
  .sns .twitter_container {
    width: 100%; } }
.sns .twitter_btn {
  display: flex;
  text-align: center;
  align-items: center; }
  .sns .twitter_btn .btn {
    position: relative;
    color: #FFF;
    text-align: center;
    background: #1b95e0;
    cursor: pointer;
    width: 365px; }
    @media only screen and (max-width: 767px) {
      .sns .twitter_btn .btn {
        width: 300px;
        height: 70px;
        line-height: 70px;
        margin: 20px auto 0; } }
    @media only screen and (min-width: 768px) {
      .sns .twitter_btn .btn {
        height: 80px;
        line-height: 80px; } }
    .sns .twitter_btn .btn:hover {
      -ms-filter: brightness(1.2);
      -webkit-filter: brightness(1.2);
      filter: brightness(1.2); }
    .sns .twitter_btn .btn a {
      display: block;
      widows: 100%;
      height: 100%;
      text-decoration: none;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .sns .twitter_btn .btn a {
          font-size: 0.85rem; } }
      @media only screen and (min-width: 768px) {
        .sns .twitter_btn .btn a {
          font-size: 0.95rem; } }

.shop .shop_container {
  display: flex;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .shop .shop_container {
      flex-direction: column; } }
  @media only screen and (min-width: 768px) {
    .shop .shop_container {
      justify-content: space-between; } }
@media only screen and (max-width: 767px) {
  .shop .shop_info {
    margin-bottom: 20px; } }
@media only screen and (min-width: 768px) {
  .shop .shop_info {
    margin-right: 25px; } }
.shop .shop_info dl {
  padding: 0;
  display: flex;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .shop .shop_info dl {
      flex-direction: column;
      font-size: 0.95rem;
      margin: 0 0 15px; } }
  @media only screen and (min-width: 768px) {
    .shop .shop_info dl {
      font-size: 1.15rem;
      margin: 0 0 30px; } }
  .shop .shop_info dl dt {
    padding: 0;
    color: #d2d2d2;
    font-weight: bold;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .shop .shop_info dl dt {
        margin: 0 0 10px;
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .shop .shop_info dl dt {
        margin: 0;
        width: 34%; } }
  .shop .shop_info dl dd {
    margin: 0;
    padding: 0;
    word-break: break-all;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .shop .shop_info dl dd {
        line-height: 1.7rem;
        width: 100%; } }
    @media only screen and (min-width: 768px) {
      .shop .shop_info dl dd {
        line-height: 2.1rem;
        width: 66%; } }
.shop .shop_info span {
  font-size: 13px; }
@media only screen and (max-width: 767px) {
  .shop .map iframe {
    width: 100%; } }

.hedorah_copy {
  text-align: center;
  font-size: 0.85rem;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .hedorah_copy {
      margin: 0 0 20px; } }
  @media only screen and (min-width: 768px) {
    .hedorah_copy {
      margin: 90px 0 25px; } }

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

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

.coming {
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    .coming {
      font-size: 1.3rem !important; } }
  @media only screen and (min-width: 768px) {
    .coming {
      font-size: 1.6rem !important; } }

.global_head {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 10; }
