@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: #ffffff;
  color: #fff;
  background-image: url("/dir/cco/img/2nd-anniversary/bg-black.gif");
}

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

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 50px;
  }
}

.wrap {
  max-width: 1200px;
  margin: auto;
}

.year2 {
  height: auto;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .year2 {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .year2 {
    width: 50%;
  }
}

.threemandaras {
  padding: 10px;
  font-weight: bolder;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  text-align: center;
  line-height: 160%;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .threemandaras {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .threemandaras {
    font-size: 30px;
  }
}

.mandarashowcase {
  margin: auto;
  display: flex;
}
.mandarashowcase .soldoutmandara {
  margin: 10px;
  padding: 10px;
  max-width: 350px;
}
.mandarashowcase .tsuhankochira {
  margin: 10px;
  padding: 10px;
  max-width: 350px;
}

.selldate {
  font-weight: bolder;
  margin: 20px 0 0 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  text-align: center;
  line-height: 160%;
}
@media only screen and (max-width: 767px) {
  .selldate {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .selldate {
    font-size: 70px;
  }
}

.hanbai {
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  padding: 25px 20px 25px;
  background-color: rgba(0, 0, 0, 0.7);
  max-width: 1200px;
  margin: auto;
  line-height: normal;
  top: 30px;
}

@media only screen and (max-width: 767px) {
  .whatsthis {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .whatsthis {
    font-size: 30px;
  }
}

.myButton {
  -moz-box-shadow: inset -6px 14px 0px -33px #fff6af;
  -webkit-box-shadow: inset -6px 14px 0px -33px #fff6af;
  box-shadow: inset -6px 14px 0px -33px #fff6af;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
  background: -moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background: -webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background: -o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background: -ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
  background: linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffec64", endColorstr="#ffab23",GradientType=0);
  background-color: #ffec64;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  border: 1px solid #575757;
  display: inline-block;
  cursor: pointer;
  color: #090909;
  font-family: Arial;
  font-size: 21px;
  font-weight: bold;
  padding: 27px 35px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #ffee66;
}

.myButton:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
  background: -moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background: -webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background: -o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background: -ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
  background: linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffab23", endColorstr="#ffec64",GradientType=0);
  background-color: #ffab23;
  text-decoration: none;
}

.myButton:active {
  position: relative;
  top: 1px;
  text-decoration: none;
}

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

@media only screen and (min-width: 768px) {
  .tsuhanpagehere {
    display: flex;
    width: 100%;
  }
}

.tsuhanhereimg {
  width: 100%;
}

.tsuhanlinks {
  text-decoration: none;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  text-align: center;
  line-height: 160%;
}
@media only screen and (max-width: 767px) {
  .tsuhanlinks {
    width: 100%;
    font-size: 20px;
    font-weight: bolder;
  }
  .tsuhanlinks .links {
    height: 35%;
    padding-bottom: 65px;
  }
  .tsuhanlinks .tsuhanblock {
    background-color: white;
    width: 50%;
    border-radius: 10px;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .tsuhanlinks {
    width: 50%;
    font-size: 30px;
  }
  .tsuhanlinks .links {
    height: 50%;
  }
  .tsuhanlinks .tsuhanblock {
    background-color: white;
    width: 50%;
    border-radius: 10px;
    height: 12%;
    margin: auto;
  }
}

.chusen {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 20px;
  margin: 20px 0 20px 0;
}
.chusen h3 {
  font-size: 1.5rem;
  line-height: 150%;
  margin: 0 0 20px 0;
}
.chusen p {
  font-size: 1.25rem;
  line-height: 150%;
}
.chusen .mailform {
  box-sizing: border-box;
  border: 1px solid #aaa;
  padding: 20px;
  box-sizing: border-box;
}
.chusen .mailform select {
  font-size: 1rem;
}
.chusen .mailform input[type=text],
.chusen .mailform input[type=email] {
  -webkit-appearance: none;
  border: 1px solid #999;
  font-size: 1em;
}
.chusen .mailform textarea {
  -webkit-appearance: none;
  border: 1px solid #999;
  font-size: 1rem;
}
.chusen .mailform .mini {
  width: 20%;
  box-sizing: border-box;
}
.chusen .mailform .short {
  width: 35%;
  box-sizing: border-box;
}
.chusen .mailform .middle {
  width: 50%;
  box-sizing: border-box;
}
.chusen .mailform .long {
  width: 70%;
  box-sizing: border-box;
}
.chusen .mailform .max {
  width: 100%;
  box-sizing: border-box;
}
.chusen .mailform b {
  color: #ee0000;
  font-size: 0.9rem;
}
.chusen .mailform dl {
  margin: 0;
}
.chusen .mailform dt {
  margin: 10px 0 0 0;
}
.chusen .mailform dt:first-child {
  margin: 0 0 0 0;
}
.chusen .mailform dd {
  margin: 0 0 0 25px;
}
.chusen .mailform em {
  font-style: normal;
  color: #ff8849;
  margin: 0 0 0 5px;
}
.chusen .mailform table {
  max-width: 80%;
  border-collapse: collapse;
  table-layout: auto;
  margin: 0 auto 10px;
}
.chusen .mailform th, .chusen .mailform td {
  color: #eee;
  vertical-align: middle;
}
.chusen .mailform th {
  box-sizing: border-box;
  font-weight: normal;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .chusen .mailform th {
    width: 100%;
    display: block;
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  .chusen .mailform th {
    width: 40%;
    border-bottom: 1px solid #666;
    padding: 12px 5px 11px;
  }
}
.chusen .mailform td {
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .chusen .mailform td {
    width: 100%;
    display: block;
    text-align: left;
    margin: 0 0 20px 10px;
  }
}
@media only screen and (min-width: 768px) {
  .chusen .mailform td {
    width: 60%;
    border-bottom: 1px solid #666;
    padding: 12px 5px 11px;
  }
}
.chusen .mailform .submit {
  display: flex;
  background-color: #333;
  border: 1px solid #999;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .chusen .mailform .submit {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) {
  .chusen .mailform .submit {
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }
}
.chusen .mailform .submit input[type=submit] {
  -webkit-appearance: none;
  border: 1px solid #333;
  font-size: 1.2rem;
  margin: auto;
  padding: 5px 15px;
}
.chusen .mailform .submit input[type=submit]:first-child {
  background-color: #2676a5;
  color: #fff;
  padding: 5px 25px;
}

.shop {
  background-color: black;
  padding-bottom: 20px;
}
.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;
}

/*# sourceMappingURL=style-mandara.css.map */
