.logobox {
  background: url(../images/logobg.gif) left top no-repeat;
  background-size: cover;
  padding: 80px 0;
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .logobox {
    padding: 10px 0;
  }
}
.logobox .inner {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
}

.logo_contents {
  padding: 50px 20px;
  max-width: 820px;
  margin: 0 auto;
}
.logo_contents h2 {
  text-align: center;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  margin: 50px 0;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .logo_contents h2 {
    font-size: 24px;
    padding: 25px 0;
    margin: 20px 0;
  }
}
.logo_contents h2 span {
  display: block;
  font-size: 15px;
  color: #e54848;
}
@media screen and (max-width: 767px) {
  .logo_contents h2 span {
    font-size: 12px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .logo_contents h2 br {
    display: none;
  }
}
.logo_contents h2:before {
  content: url("../images/kakko.png");
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .logo_contents h2:before {
    content: url("../images/kakko_sp.png");
  }
}
.logo_contents h2:after {
  content: url("../images/kakko.png");
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .logo_contents h2:after {
    content: url("../images/kakko_sp.png");
  }
}

.logo_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .logo_data {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.logo_data .logo_color {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .logo_data .logo_color {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .logo_data .logo_color .lc_data {
    width: 48%;
  }
}
.logo_data .logo_visual {
  width: calc(100% - 300px);
}
@media screen and (max-width: 767px) {
  .logo_data .logo_visual {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .logo_data .logo_visual img {
    max-width: 200px;
  }
}
.logo_data .black {
  margin: 20px 0 40px;
}
@media screen and (max-width: 767px) {
  .logo_data .black {
    margin: 0;
  }
}
.logo_data .black .colorbox_color {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background: #000;
}
@media screen and (max-width: 767px) {
  .logo_data .black .colorbox_color {
    width: 30px;
    height: 30px;
  }
}
.logo_data .red .colorbox_color {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background: #e54848;
}
@media screen and (max-width: 767px) {
  .logo_data .red .colorbox_color {
    width: 30px;
    height: 30px;
  }
}
.logo_data .lc_data h4 {
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #000;
}
.logo_data .colorbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .logo_data .colorbox {
    font-size: 10px;
  }
}

.logo_reg {
  margin-top: 30px;
}
.logo_reg h3 {
  text-align: center;
}
.logo_reg p {
  margin-top: 15px;
  padding: 15px 0;
  color: #e54848;
  border-top: 1px solid #e54848;
}
.logo_reg .sns_share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.logo_reg .sns_share li {
  color: #e54848;
  margin-right: 10px;
  padding: 1em 2em;
  border: 1px solid #e54848;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .logo_reg .sns_share {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .logo_reg .sns_share li {
    width: 100%;
    margin: 5px 0;
  }
}

.tools {
  max-width: 1200px;
  padding: 0 20px;
  margin: 50px auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tools {
    padding: 0;
  }
}
.tools h3 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .tools h3 {
    padding: 0;
    font-size: 22px;
  }
}

.tool_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tool_list .nav__item {
  width: 48%;
  margin: 30px 0;
}
.tool_list .nav__item .tool_img {
  text-align: center;
  margin: 30px auto;
}
.tool_list .nav__item i {
  font-style: normal;
  font-size: 16px;
}
.tool_list h4 {
  font-size: 22px;
  padding: 20px 0 20px 80px;
  border-top: 1px solid #e54848;
  border-bottom: 1px solid #e54848;
  position: relative;
}
.tool_list h4 span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 1.8em;
  font-weight: bold;
  color: #e54848;
  margin-right: 10px;
  font-family: "century gothic";
}
@media screen and (max-width: 767px) {
  .tool_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tool_list .nav__item {
    width: 100%;
  }
  .tool_list .nav__item i {
    font-style: normal;
    font-size: 13px;
  }
  .tool_list .nav__item h4 br {
    display: none;
  }
  .tool_list .tool_img {
    width: 70%;
  }
  .tool_list h4 {
    font-size: 18px;
    padding: 10px 0 10px 60px;
  }
}

.tool_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tool_link li {
  width: 46%;
  margin: 0 2%;
}
.tool_link li a {
  display: block;
  padding: 10px 0;
  text-align: center;
  background: #e54848;
  color: #fff;
  border: 1px solid #e54848;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tool_link li a:hover {
  background: #fff;
  color: #e54848;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: calc(100% + 30px);
  left: -15px;
  z-index: 100;
}

.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 96%;
  max-width: 800px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .modal__content {
    max-width: 84%;
    padding: 20px;
  }
}
.modal__content p:before {
  content: "STORY";
  text-align: center;
  color: #e54848;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  display: block;
}
.modal__content .js-modal-close {
  float: right;
  margin-top: 10px;
}
.modal__content .dl_tools {
  display: block;
  background: #e54848;
  color: #fff;
  line-height: 1;
  padding: 15px;
  max-width: 340px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  border-radius: 10px;
  margin: 20px auto;
}

.regulation iframe {
  width: 100%;
  height: 400px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .regulation iframe {
    height: 350px;
  }
}
/*# sourceMappingURL=logo.css.map */