/* Scss Document */
.content {
  display: none; }
  @media only screen and (max-width: 1000px) {
    .content {
      display: block; } }

.content_reverse {
  display: block; }
  @media only screen and (max-width: 1000px) {
    .content_reverse {
      display: none; } }

main {
  font-family: 'Noto Serif JP', serif; }

.limited-header {
  padding: 32px 0; }

.design {
  text-align: center; }
  .design_catchcopy {
    margin-top: 20px;
    font-size: 2rem;
    text-align: center;
    font-weight: bold; }
    @media only screen and (max-width: 800px) {
      .design_catchcopy {
        margin-top: 10px; } }
  .design_copy {
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
    margin: 20px 0; }
    @media only screen and (max-width: 800px) {
      .design_copy {
        margin-top: 10px auto; } }
  .design_picture {
    text-align: center;
    position: relative; }
    @media only screen and (max-width: 800px) {
      .design_picture {
        width: 100%; } }
    .design_picture img {
      max-width: 100%;
      width: auto;
      margin: 0 auto; }
      @media only screen and (max-width: 1000px) {
        .design_picture img {
          max-width: 100%; } }
      @media only screen and (max-width: 800px) {
        .design_picture img {
          width: 100%; } }
  .design_caption {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    color: #fff; }
    .design_caption.right {
      right: auto;
      left: 10px; }
  .design_lead {
    margin-top: 135px;
    text-align: center; }
    @media only screen and (max-width: 800px) {
      .design_lead {
        margin-top: 70px; } }
    .design_lead img {
      max-width: 100%; }
  .design_section {
    margin: 150px auto 0; }
    @media only screen and (max-width: 800px) {
      .design_section {
        margin: 75px auto 0; } }

.picbox {
  width: 1000px;
  margin: 85px auto 0; }
  @media only screen and (max-width: 1000px) {
    .picbox {
      width: 90%; } }
  @media only screen and (max-width: 800px) {
    .picbox {
      margin: 45px auto 0; } }
  .picbox img {
    max-width: 100%; }
    @media only screen and (max-width: 800px) {
      .picbox img {
        width: 100%; } }
  .picbox.flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
  .picbox_left {
    width: 470px;
    margin: 0; }
    @media only screen and (max-width: 1000px) {
      .picbox_left {
        width: calc(470 / 1000 * 100%); } }
    @media only screen and (max-width: 800px) {
      .picbox_left {
        width: 100%; } }
  .picbox_right {
    width: 510px;
    margin: 0;
    text-align: left; }
    @media only screen and (max-width: 1000px) {
      .picbox_right {
        width: calc(510 / 1000 * 100%); } }
    @media only screen and (max-width: 800px) {
      .picbox_right {
        width: 100%;
        margin: 20px auto 0; } }
    .picbox_right .inbox {
      margin: 0 auto 10px; }
    .picbox_right .picbox_txt {
      text-align: left; }
  .picbox_tit {
    font-size: 30px;
    line-height: 1.4;
    margin: 0 auto 10px; }
    @media only screen and (max-width: 1000px) {
      .picbox_tit {
        font-size: 26px;
        letter-spacing: -0.05em; } }
    @media only screen and (max-width: 800px) {
      .picbox_tit {
        font-size: 24px;
        letter-spacing: 0;
        margin: 0 auto 5px; } }
  .picbox_txt {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 800px) {
      .picbox_txt {
        font-size: 14px; } }
  .picbox_bigpic {
    margin: 55px auto 0; }
    @media only screen and (max-width: 800px) {
      .picbox_bigpic {
        margin: 30px auto 0; } }
