@charset "UTF-8";
@font-face {
  font-family: "Miso";
  src: url("/toraco/fonts/miso-bold.eot");
  src: url("/toraco/fonts/miso-bold.eot?#iefix") format("embedded-opentype"), url("/toraco/fonts/miso-bold.woff2") format("woff2"), url("/toraco/fonts/miso-bold.woff") format("woff"), url("/toraco/fonts/miso-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Miso";
  src: url("/toraco/fonts/miso-regular.eot");
  src: url("/toraco/fonts/miso-regular?#iefix") format("embedded-opentype"), url("/toraco/fonts/miso-regular.woff2") format("woff2"), url("/toraco/fonts/miso-regular.woff") format("woff"), url("/toraco/fonts/miso-regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Miso";
  src: url("/toraco/fonts/miso-light.eot");
  src: url("/toraco/fonts/miso-light?#iefix") format("embedded-opentype"), url("/toraco/fonts/miso-light.woff2") format("woff2"), url("/toraco/fonts/miso-light.woff") format("woff"), url("/toraco/fonts/miso-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
/* ********************************************************
  共通初期化CSS
******************************************************** */
html, body, div, header, footer, article, section, aside, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0px;
  padding: 0px;
  border: 0px;
  outline: none;
}

ol, ul, li {
  list-style: none;
}

img {
  vertical-align: bottom;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus {
  outline: 0;
}

@media print {
  body {
    zoom: 60%;
  }
}
#container.second #main.magazine {
  background: #FFFFFF url(/toraco/img/magazine/coordinate/bg_dot.gif) repeat;
}

.mainTitle {
  text-align: center;
  width: 260px;
  margin: -110px auto 0 auto;
}
.mainTitle img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .mainTitle {
    margin-top: -60px;
    width: 160px;
  }
}
.intro {
  position: relative;
}
.intro .title_wrap {
  position: relative;
  width: 840px;
  margin: 0 auto;
}
.intro .title_wrap .deco {
  position: absolute;
  width: 110px;
}
.intro .title_wrap .deco img {
  width: 100%;
  height: auto;
}
.intro .title_wrap .deco.deco1 {
  top: 0;
  left: 0;
}
.intro .title_wrap .deco.deco2 {
  top: 75px;
  right: 0;
}
.intro .title_wrap .deco.deco3 {
  bottom: -20px;
  left: -20px;
}
.intro h3.subTitle {
  text-align: center;
  width: 530px;
  margin: 40px auto;
}
.intro h3.subTitle img {
  width: 100%;
  height: auto;
}
.intro p.lead {
  text-align: center;
  margin: 20px auto 40px auto;
  font-family: "nitalago-ruika", sans-serif;
  font-style: normal;
  font-weight: 100;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
  line-height: 2;
  font-size: 18px;
}
.intro p.lead img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .intro .title_wrap {
    width: 100%;
    margin: 0 auto;
  }
  .intro .title_wrap .deco {
    width: 20vw;
    max-width: 110px;
  }
  .intro .title_wrap .deco.deco1 {
    top: -110px;
    left: 15px;
  }
  .intro .title_wrap .deco.deco2 {
    top: -90px;
    right: 10px;
  }
  .intro .title_wrap .deco.deco3 {
    bottom: 75px;
    left: 10px;
  }
  .intro h3.subTitle {
    width: 80%;
    margin: 30px auto;
  }
  .intro p.lead {
    width: 90%;
    font-size: 13px;
    margin: 10px auto 20px auto;
  }
}
.coordinate {
  margin: 70px 0 100px 0;
}
.coordinate h4.subHeading {
  text-align: center;
  margin-bottom: 60px;
}
.coordinate h4.subHeading img {
  height: 170px;
  width: auto;
}
.coordinate .photo-unit {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.coordinate .photo-unit .block-left {
  width: 400px;
}
.coordinate .photo-unit .block-left img {
  width: 100%;
  height: auto;
  border: 1px solid #000000;
}
.coordinate .photo-unit .block-right {
  width: 550px;
}
.coordinate .photo-unit .block-list {
  width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.coordinate .photo-unit .block-list li {
  width: 250px;
}
.coordinate .photo-unit .block-list li img {
  width: 100%;
  height: auto;
  border: 1px solid #000000;
}
.coordinate .photo-unit .comment {
  width: 550px;
  margin-top: 60px;
  position: relative;
}
.coordinate .photo-unit .comment p {
  width: 382px;
  height: 127px;
  background: url(/toraco/img/magazine/coordinate/frame.png) no-repeat 0 0;
  background-size: cover;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-weight: 400;
  line-height: 1.75;
}
.coordinate .photo-unit .comment img {
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 160px;
  height: 160px;
}

@media screen and (max-width: 767px) {
  .coordinate {
    margin: 30px 0 50px 0;
  }
  .coordinate h4.subHeading {
    text-align: center;
    margin-bottom: 30px;
  }
  .coordinate h4.subHeading img {
    height: auto;
    width: 90%;
    max-width: 300px;
  }
  .coordinate .photo-unit {
    width: auto;
    margin: 0 4%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .coordinate .photo-unit .block-left {
    width: 200px;
    margin: 0 auto 15px auto;
  }
  .coordinate .photo-unit .block-right {
    width: 100%;
  }
  .coordinate .photo-unit .block-list {
    width: 100%;
  }
  .coordinate .photo-unit .block-list li {
    width: 48%;
  }
  .coordinate .photo-unit .comment {
    width: 100%;
    margin-top: 30px;
  }
  .coordinate .photo-unit .comment p {
    width: calc(100% - 100px);
    height: auto;
    background: url(/toraco/img/magazine/coordinate/frame.png) no-repeat bottom right;
    background-size: cover;
    padding: 0 20px 10px 5px;
    font-size: 12px;
  }
  .coordinate .photo-unit .comment img {
    position: absolute;
    bottom: 0;
    right: -10px;
    width: 110px;
    height: 110px;
    margin: auto;
  }
}
.outro {
  position: relative;
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .outro {
    width: auto;
    margin: 0 4% 50px 4%;
  }
  .outro img {
    width: 100%;
    height: auto;
  }
}
/*# sourceMappingURL=magazine_coordinate.css.map */