@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
html {
  font-size: 62.5%;
  /* 16px ×62.5% = 10px */
}

body {
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.8;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a {
  color: #333;
  cursor: pointer;
}

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

address {
  font-style: normal;
}

/*SP版*/
/*------------------------
 * utility
 ------------------------*/
.wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

.text-center {
  text-align: center;
}

.disp_pc {
  display: none;
}

.disp_sp {
  display: block;
}

.btn_wrapper {
  padding-top: 40px;
  padding-bottom: 60px;
}

.btn {
  display: block;
  width: 186px;
  height: 56px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #7E332F;
  line-height: 56px;
  text-align: center;
  background-color: #FECFB2;
  -webkit-box-shadow: 0px 3px 6px #ccc;
          box-shadow: 0px 3px 6px #ccc;
  margin: 0 auto;
}

/*------------------------
 * header
 ------------------------*/
.header {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 114px;
  background-color: transparent;
  padding: 0 10px;
  z-index: 100;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.header h1 a, .header div a {
  display: inline-block;
}
.header h1 a img, .header div a img {
  width: 104px;
  padding-top: 10px;
}
.header.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.menu_btn {
  position: fixed;
  width: 44px;
  height: 44px;
  top: 8px;
  right: 10px;
  z-index: 101;
}
.menu_btn span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 1px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #7E332F;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.menu_btn span:first-of-type {
  top: 14px;
}
.menu_btn span:last-of-type {
  top: 30px;
}
.menu_btn.active span:first-of-type {
  top: 21px;
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
}
.menu_btn.active span:nth-of-type(2) {
  opacity: 0;
}
.menu_btn.active span:last-of-type {
  top: 21px;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
}

.navigation {
  display: block;
  position: fixed;
  width: 217px;
  height: 100%;
  top: 0;
  right: -300px;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  padding-top: 60px;
  z-index: 100;
}
.navigation a {
  position: relative;
  display: block;
  color: #7E332F;
  padding: 12px;
  font-family: "Noto Serif JP", "Noto Sans JP", serif;
  font-weight: 600;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}
.navigation a:hover {
  color: #BF6F36;
}
.navigation a.active {
  color: #BF6F36;
}
.navigation a::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #7E332F;
}
.navigation.open {
  right: 0;
}

.contact-btn_area {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  width: 100%;
  height: 52px;
  background-color: #fff;
  z-index: 100;
}
.contact-btn_area li {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #fff;
  text-align: center;
  background-color: #BF6F36;
  margin-right: 2px;
  line-height: 52px;
}
.contact-btn_area li a {
  color: #fff;
  padding: 12px 14px;
}
.contact-btn_area li.contact {
  line-height: 1;
  background-color: #7E332F;
  margin-right: 0;
}
.contact-btn_area li.contact a {
  padding: 0;
}
.contact-btn_area li img {
  display: block;
  margin: 6px auto 6px;
}

/*------------------------
* section
------------------------*/
.section_title {
  font-size: 2.8rem;
  font-weight: 600;
  font-family: "Noto Serif JP", "Noto Sans JP", serif;
  color: #7E332F;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
  padding-top: 136px;
  margin-bottom: 40px;
}

.section_subtitle {
  font-size: 2rem;
  font-weight: 600;
  font-family: "Noto Serif JP", "Noto Sans JP", serif;
  color: #7E332F;
  line-height: 1.5;
  letter-spacing: 0.15em;
  padding-top: 20px;
  margin-bottom: 8px;
}

.body_lead {
  font-size: 1.4rem;
  font-weight: 600;
  font-family: "Noto Serif JP", "Noto Sans JP", serif;
  text-align: center;
  padding-bottom: 60px;
}
.body_lead span {
  color: #7E332F;
}

section p + p {
  padding-top: 20px;
}

/*------------------------
* back ground
------------------------*/
.bg.about1 {
  background-image: url(../img/png/bg_about1.jpg);
  margin-top: -60px;
  padding-top: 60px;
}

.bg.about2 {
  background-color: #FFF4EA;
  background-image: url(../img/png/bg_about2.png);
  background-position: center;
  background-size: cover;
}

.bg.about3 {
  background-color: #FFEBD7;
  padding-top: 40px;
  padding-bottom: 60px;
}

.bg.product1 {
  background-color: #FFFBF7;
  background-image: url(../img/png/bg_product1.png), url(../img/png/bg_bubble.png);
  background-position: top, bottom;
  background-size: 300%, contain;
  background-repeat: no-repeat;
  margin-top: -60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.bg.product2 {
  background-color: #FFFBF7;
}

.bg.company {
  min-height: calc(100vh - 85px);
  background-color: #FAEFE5;
  background-image: url(../img/png/bg_company.png);
  background-position: center;
  background-size: cover;
  margin-top: -60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.bg.contact {
  min-height: calc(100vh - 85px);
  background-color: #FFF4EA;
  background-image: url(../img/png/bg_about2.png);
  background-position: center;
  background-size: cover;
  margin-top: -60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

/*------------------------
* main visual
------------------------*/
.mv {
  position: relative;
  height: 666px;
  background-image: url(../img/png/mv.png);
  background-size: cover;
  background-position: 55%;
  background-color: #FFEBD7;
  padding-top: 60px;
  z-index: 1;
}

.catch_copy {
  position: absolute;
  top: 17%;
  right: 7%;
  width: 100%;
  font-family: "Noto Serif JP", "Noto Sans JP", serif;
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.325em;
  text-indent: -37px;
  z-index: 2;
}
.catch_copy span {
  color: #BF6F36;
}

.mv_container {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.mv_container div {
  text-align: center;
}
.mv_container div:first-of-type {
  width: 272px;
}
.mv_container div:last-of-type img {
  width: 85px;
  padding-top: 10px;
}

/*------------------------
* top page
------------------------*/
.slider {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  /* 画像がはみ出ないようにする */
  width: 100%;
}
.slider.disp_pc {
  display: none;
}
.slider img {
  width: 100%;
}

@-webkit-keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /* 拡大率 */
  }
}

@keyframes fadezoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    /* 拡大率 */
  }
}
.add-animation {
  -webkit-animation: fadezoom 5s 0s forwards;
          animation: fadezoom 5s 0s forwards;
}

/*------------------------
* about
------------------------*/
.about_box {
  padding-bottom: 60px;
}
.about_box img {
  max-width: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation-name: puyopuyo;
          animation-name: puyopuyo;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.about_box div {
  max-width: 470px;
}
.about_box:last-of-type img {
  -webkit-animation-name: puyopuyo2;
          animation-name: puyopuyo2;
}

@-webkit-keyframes puyopuyo {
  0% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
}

@keyframes puyopuyo {
  0% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
  100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
}
@-webkit-keyframes puyopuyo2 {
  0% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  14% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  28% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  42% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  56% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
  70% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  84% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  100% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
}
@keyframes puyopuyo2 {
  0% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  14% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  28% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  42% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  56% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
  70% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  84% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  100% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
}
.genmai img {
  width: 147px;
  height: 172px;
  text-align: center;
}
.genmai .section_subtitle {
  position: relative;
  color: #333;
  padding-top: 10px;
  margin-bottom: 40px;
}
.genmai .section_subtitle::after {
  position: absolute;
  content: "";
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 76px;
  height: 1px;
  background-color: #7E332F;
}

/*------------------------
* product
------------------------*/
.product1 > .inner .section_title {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}
.product1 > .inner > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product1 > .inner > div > img {
  max-width: 335px;
  width: 100%;
  margin: 0 auto;
}

.point {
  color: #BF6F36;
  background-color: #FDF9F5;
  border: solid 1px #F3A973;
  padding: 10px 20px;
  margin-top: 40px;
}

.product2 .section_subtitle {
  font-size: 1.9rem;
  padding-top: 60px;
  margin-bottom: 40px;
}
.product2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.product2 > div img {
  max-width: 235px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.product_lead {
  font-weight: 400;
  padding-top: 20px;
}

.product_name {
  font-family: "Noto Serif JP", "Noto Sans JP", serif;
  font-weight: 600;
  font-size: 2.6rem;
  color: #7E332F;
}
.product_name span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  color: #333;
}

.product_price {
  font-weight: 700;
  font-size: 2.5rem;
}
.product_price span {
  font-size: 1.4rem;
  font-weight: 300;
  padding-left: 10px;
}

.product_ingredient {
  font-size: 1.8rem;
  font-weight: 700;
  color: #7E332F;
}
.product_ingredient ~ div {
  letter-spacing: 0;
  line-height: 1.5;
}

/*------------------------
* company
------------------------*/
.company dl {
  display: inline-block;
}
.company div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.company div dt {
  font-weight: 700;
  color: #7E332F;
  text-align: right;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 65px;
          flex: 0 0 65px;
}
.company div dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: left;
  padding-left: 40px;
  white-space: nowrap;
}

/*------------------------
* contact
------------------------*/
.form {
  padding-top: 20px;
  margin-bottom: 32px;
}
.form div {
  margin-bottom: 16px;
}
.form div .form-title {
  font-weight: 700;
  color: #7E332F;
  margin-bottom: 4px;
}
.form div .form-title span {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  border-radius: 3px;
  background-color: #EA7E8E;
  padding: 1px 6px;
  margin-left: 5px;
}
.form div .text-area {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #ccc;
  border-radius: 4px;
  background-color: #fff;
  padding-left: 20px;
}
.form div .text-area.free {
  height: 107px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #ccc;
}

input::placeholder,
textarea::placeholder {
  color: #ccc;
}

.thanks {
  text-align: center;
  padding-top: 60px;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  display: block;
  width: 186px;
  height: 56px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #7E332F;
  line-height: 56px;
  text-align: center;
  background-color: #FECFB2;
  -webkit-box-shadow: 0px 3px 6px #ccc;
          box-shadow: 0px 3px 6px #ccc;
  border-radius: 0;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  margin: 0 auto;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

/*------------------------
* footer
------------------------*/
.footer {
  width: 100%;
  color: #7E332F;
  text-align: center;
  background-color: #FECFB2;
  padding: 10px 0;
}
.footer img {
  width: 65px;
  height: auto;
  vertical-align: middle;
}
.footer small {
  font-family: "Noto Serif JP", "Noto Sans JP", serif;
  font-size: 1rem;
  font-weight: 600;
  padding-left: 20px;
  letter-spacing: 0;
}

/*タブレット版*/
@media screen and (min-width: 500px) {
  /*------------------------
   * back ground
   ------------------------*/
  .bg.product1 {
    background-size: cover, cover;
  }

  /*------------------------
   * about
   ------------------------*/
  .about_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about_box div {
    -ms-flex-item-align: self-end;
        -ms-grid-row-align: self-end;
        align-self: self-end;
  }
  .about_box:last-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about_box:last-of-type img {
    -ms-flex-item-align: self-end;
        -ms-grid-row-align: self-end;
        align-self: self-end;
  }
  .about_box:last-of-type div {
    -ms-flex-item-align: self-start;
        -ms-grid-row-align: self-start;
        align-self: self-start;
  }
}
/*pc版*/
@media screen and (min-width: 769px) {
  /*------------------------
   * utility
   ------------------------*/
  .disp_pc {
    display: block;
  }

  .disp_sp {
    display: none;
  }

  /*------------------------
   * header
   ------------------------*/
  .menu_btn {
    display: none;
  }

  .navigation {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    height: auto;
    right: 0;
    font-size: 1.6rem;
    background-color: transparent;
    padding-top: 0;
  }
  .navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .navigation ul a::after {
    position: static;
    display: inline-block;
    width: 1px;
    height: 18px;
    margin-left: 23px;
    vertical-align: middle;
  }
  .navigation ul li:last-of-type a::after {
    display: none;
  }

  /*------------------------
   * section
   ------------------------*/
  .section_title {
    font-size: 3.2rem;
  }

  .body_lead {
    font-size: 1.8rem;
    padding-bottom: 80px;
  }

  /*------------------------
   * back ground
   ------------------------*/
  .bg.about3 {
    padding-bottom: 100px;
  }

  /*------------------------
   * main visual
   ------------------------*/
  .catch_copy {
    right: 20%;
  }

  /*------------------------
   * top page
   ------------------------*/
  .slider {
    height: auto;
  }
  .slider.disp_sp {
    display: none;
  }
  .slider.disp_pc {
    display: block;
  }

  /*------------------------
   * about
   ------------------------*/
  .about_box {
    padding-bottom: 80px;
  }
  .about_box div {
    margin-left: 20px;
  }
  .about_box:last-of-type img {
    margin-left: 20px;
  }
  .about_box:last-of-type div {
    margin-left: 0;
    margin-right: 20px;
  }

  /*------------------------
   * product
   ------------------------*/
  .product1 > .inner .section_title {
    font-size: 3.2rem;
    letter-spacing: 0.15em;
  }
  .product1 > .inner > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .product1 > .inner > div > img {
    padding-right: 20px;
  }

  .point {
    margin-left: 80px;
    margin-right: 80px;
  }

  .product2 > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .product_lead {
    padding-top: 0;
  }

  .product_name {
    font-size: 3rem;
  }
  .product_name span {
    font-size: 2.1rem;
  }

  /*------------------------
   * contact
   ------------------------*/
  .contact .inner {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .form > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  .form > div dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
  .form > div dd {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  /*------------------------
   * footer
   ------------------------*/
  .footer small {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 900px) {
  .inner {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  /*------------------------
   * header
   ------------------------*/
  .navigation {
    padding-top: 16px;
  }

  /*------------------------
   * main visual
   ------------------------*/
  .mv {
    height: 768px;
  }

  .mv_container div:first-of-type {
    width: 376px;
  }
  .mv_container div:nth-of-type(2) img {
    width: 150px;
  }
  .mv_container div:last-of-type img {
    width: 128px;
  }

  .catch_copy {
    right: calc(50% - 260px);
  }

  /*------------------------
   * about
   ------------------------*/
  .about_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-bottom: 100px;
  }
  .about_box img {
    margin-left: -69px;
  }
  .about_box div {
    margin-left: 40px;
  }
  .about_box:last-of-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .about_box:last-of-type img {
    margin-right: -69px;
  }
  .about_box:last-of-type div {
    margin-left: 0;
    margin-right: 40px;
  }

  /*------------------------
   * contact
   ------------------------*/
  .form > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  .form > div dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
  .form > div dd {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
@media screen and (min-width: 1100px) {
  /*------------------------
   * header
   ------------------------*/
  .header {
    width: 1000px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .header.hide {
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }

  .navigation {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    right: auto;
  }

  /*------------------------
   * about
   ------------------------*/
  .about2 .inner {
    width: 1000px;
  }
}