@charset "UTF-8";
/* CSS Document */
/* SCSS Document */
/*==============================
|| font
==============================*/
.mincho {
  font-family: 'Zen Old Mincho', serif; }

.goth, *, .languageList > li > a {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  font-weight: 400; }

.eng, .titleBox > h2, .headNav > li > a, .languageBox > label, #movieWrap > h2, .sp-slide h3, .resipiTextbox > h3, .scroll-infinity__item > div h3 {
  font-family: 'Crushed', sans-serif;
  font-weight: 400; }

* {
  font-weight: 200;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; }

article {
  margin: 0;
  overflow-x: hidden; }

h1 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 5rem;
  color: #111;
  letter-spacing: 10px; }
  @media screen and (max-width: 1000px) {
    h1 {
      font-size: 4rem;
      font-weight: 400;
      line-height: 5rem;
      color: #111;
      letter-spacing: 0; } }
  @media screen and (max-width: 600px) {
    h1 {
      font-size: 4rem;
      font-weight: 400;
      line-height: 5rem;
      color: #111;
      letter-spacing: 0; } }

h2 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 4.2rem;
  color: #111;
  letter-spacing: 8px; }
  @media screen and (max-width: 1000px) {
    h2 {
      font-size: 2.6rem;
      font-weight: 400;
      line-height: 3.6rem;
      color: #111;
      letter-spacing: 4px; } }
  @media screen and (max-width: 600px) {
    h2 {
      font-size: 2.2rem;
      font-weight: 400;
      line-height: 3.2rem;
      color: #111;
      letter-spacing: 2px; } }

h3 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 3.6rem;
  color: #111;
  letter-spacing: 6px; }
  @media screen and (max-width: 1000px) {
    h3 {
      font-size: 2.2rem;
      font-weight: 400;
      line-height: 2.2rem;
      color: #111;
      letter-spacing: 2px; } }
  @media screen and (max-width: 600px) {
    h3 {
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 2.8rem;
      color: #111;
      letter-spacing: 1px; } }

h4 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 3.2rem;
  color: #111;
  letter-spacing: 2px; }
  @media screen and (max-width: 1000px) {
    h4 {
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 2.8rem;
      color: #111;
      letter-spacing: 1px; } }
  @media screen and (max-width: 600px) {
    h4 {
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 2.6rem;
      color: #111;
      letter-spacing: 0px; } }

p, a, td, th, span, a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  color: #111;
  letter-spacing: 2px; }
  @media screen and (max-width: 1000px) {
    p, a, td, th, span, a {
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 2.5rem;
      color: #111;
      letter-spacing: 1px; } }
  @media screen and (max-width: 600px) {
    p, a, td, th, span, a {
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 2.4rem;
      color: #111;
      letter-spacing: 0px; } }

.hoverbase, a, .languageBox {
  transition: .3s; }

.hover, a:hover, .languageBox > label:hover {
  opacity: .5;
  transition: .3s; }

a {
  text-decoration: none;
  letter-spacing: 5px; }

li {
  list-style: none; }

.fa {
  color: #fff; }

/*==============================
|| 共通パーツ
==============================*/
.titleBox {
  text-align: center;
  margin-bottom: 50px; }
  .titleBox > h2 {
    font-size: 12rem;
    line-height: 12rem; }
    @media screen and (max-width: 1000px) {
      .titleBox > h2 {
        font-size: 10rem; } }
    @media screen and (max-width: 600px) {
      .titleBox > h2 {
        font-size: 6rem; } }
  .titleBox > hr {
    display: block;
    width: 100px;
    height: 5px;
    margin: 10px auto;
    border-bottom: none;
    background-color: #111; }

/*==============================
|| ヘッダ
==============================*/
.headLogo {
  display: flex;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 10;
  width: 200px; }
  .headLogo > img {
    width: 100%; }

/*==============================
|| PCヘッダ
==============================*/
.headNav {
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 5px 20px;
  top: 20px;
  right: 0;
  left: 0;
  border-radius: 10px;
  border: 3px solid #fff;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  z-index: 999999; }
  .headNav > li {
    display: flex;
    align-items: center;
    margin-right: 15px; }
    .headNav > li:last-of-type {
      margin-right: 0; }
    .headNav > li > a {
      display: block;
      color: #fff;
      font-size: 18px;
      letter-spacing: 0;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.7); }
  @media screen and (max-width: 1000px) {
    .headNav {
      display: none; } }

.languageBox {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 999999; }
  .languageBox > label {
    font-size: 22px;
    cursor: pointer;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7); }
  .languageBox > input[type="checkbox"] {
    display: none; }
    .languageBox > input[type="checkbox"]:checked ~ .languageList {
      right: -10px;
      transition: .5s; }
  @media screen and (max-width: 1000px) {
    .languageBox {
      display: none; } }

.languageList {
  position: absolute;
  top: 30px;
  right: -200px;
  transition: .5s;
  padding: 10px;
  border-radius: 10px;
  border: 3px solid #fff;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2); }
  .languageList > li {
    margin-bottom: 5px; }
    .languageList > li > a {
      display: flex;
      font-weight: 500;
      color: #fff;
      letter-spacing: 0;
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.7); }
      .languageList > li > a > img {
        width: 20px;
        margin-right: 10px; }

/*==============================
|| SPメニュー
==============================*/
#spNav {
  display: none;
  width: 100%;
  text-align: center; }
  #spNav h1 {
    display: inline-block;
    margin: 0 auto; }
    #spNav h1 > a {
      display: block; }
      #spNav h1 > a img {
        width: 100px; }
  @media screen and (max-width: 1000px) {
    #spNav {
      display: block;
      z-index: 999999; } }

#nav-drawer {
  position: relative; }

/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none; }

/*アイコンのスペース*/
#nav-open {
  position: fixed;
  top: 16px;
  right: 15px;
  width: 45px;
  height: 45px;
  vertical-align: middle;
  padding: 10px 8px;
  border: 3px solid #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
  z-index: 999999; }
  #nav-open span, #nav-open span::before, #nav-open span::after {
    position: absolute;
    height: 3px;
    /*線の太さ*/
    width: 23px;
    /*長さ*/
    border-radius: 1px;
    background: #fff;
    display: block;
    content: '';
    cursor: pointer;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2); }

#nav-open span:before {
  bottom: -9px; }

#nav-open span:after {
  bottom: -17px; }

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out; }

/*中身*/
#nav-content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  /*最前面に*/
  width: 90%;
  /*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;
  /*最大幅（調整してください）*/
  height: 100%;
  padding: 30px 10px 0;
  text-align: center;
  background: rgba(85, 85, 85, 0.9);
  /*背景色*/
  transition: .3s ease-in-out;
  /*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  /*左に隠しておく*/ }
  #nav-content > h1 {
    height: 75px;
    margin-bottom: 15px; }
  #nav-content > ul {
    max-width: 250px;
    margin: 0 auto; }
    #nav-content > ul > li {
      margin-bottom: 5px; }
      #nav-content > ul > li > a {
        font-family: 'Crushed', cursive;
        padding: 10px 0 10px;
        border-bottom: 1px solid #fff;
        color: #fff;
        display: block;
        text-align: left;
        letter-spacing: 0; }

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;
  /*カバーを表示*/
  opacity: .5; }

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  /*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15); }

.iconLink {
  display: flex;
  justify-content: center; }
  .iconLink > li {
    margin-bottom: 10px; }

#nav-content .iconLink li a {
  display: block;
  border-radius: 25px;
  height: 40px;
  width: 40px;
  padding: 10px;
  margin: 10px 5px;
  transition: .3s ease-in-out; }
  #nav-content .iconLink li a i {
    font-size: 18px;
    color: #fff;
    transition: .3s ease-in-out; }

#nav-content .iconLink li:nth-of-type(1) a {
  background-color: #983b3b;
  border: 2px solid #983b3b;
  padding-left: 9px; }

#nav-content .iconLink li:nth-of-type(1) a {
  background-color: #ccca00;
  border: 2px solid #ccca00;
  padding-left: 7px; }

#nav-content .iconLink li:nth-of-type(2) a {
  background-color: #3b5998;
  border: 2px solid #3b5998;
  padding-left: 13px; }

#nav-content .iconLink li:nth-of-type(3) a {
  background-color: #00aced;
  border: 2px solid #00aced;
  padding-left: 10px; }

#nav-content .iconLink li:nth-of-type(4) a {
  background-color: #d93177;
  border: 2px solid #d93177;
  padding-left: 10px; }

#nav-content .languageList {
  display: block;
  position: relative;
  left: 0;
  right: auto;
  top: 0; }

@media screen and (max-width: 1000px) {
  #nav-content ul.languageList {
    display: block;
    width: 100%;
    max-width: 160px; }

  #nav-content .languageList li a {
    border-bottom: none;
    text-align: center; } }
/*==============================
|| フッタ
==============================*/
#footCompany > #footMap {
  width: 100%;
  height: 400px; }
#footCompany #maps {
  width: 100%;
  height: 100%; }

#footNav {
  background-color: #363636;
  padding: 50px 20px; }

.footLink {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center; }
  .footLink > li {
    margin: 0 15px; }
    .footLink > li > a {
      font-size: 18px;
      font-family: 'Crushed', cursive;
      color: #fff;
      letter-spacing: 0;
      transition: .2s ease-in-out;
      background-image: linear-gradient(to top, #fff 50%, rgba(0, 0, 0, 0) 50%);
      background-position: 0 0;
      background-size: auto 200%; }
      .footLink > li > a:hover {
        background-position: 0 100%;
        color: #000;
        opacity: 1; }
  @media screen and (max-width: 600px) {
    .footLink {
      display: block; }
      .footLink > li {
        margin: 0;
        border-bottom: 1px solid #ccc; }
        .footLink > li > a {
          display: block;
          padding: 5px 0; } }

.footLogo {
  display: block;
  width: 200px;
  margin: 0 auto; }
  .footLogo > img {
    width: 100%; }

.footiconLink {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-top: 15px; }
  .footiconLink > li {
    margin-right: 10px; }
    .footiconLink > li > a {
      display: block;
      margin: 10px 5px;
      transition: .3s ease-in-out; }
      .footiconLink > li > a > i {
        font-size: 18px;
        color: #fff;
        transition: .3s ease-in-out; }
    .footiconLink > li:last-of-type {
      margin-right: 0; }
  @media screen and (max-width: 600px) {
    .footiconLink {
      max-width: 330px;
      margin: 0 auto; } }

#footCopy {
  padding: 40px 0 10px;
  letter-spacing: 0;
  text-align: center;
  background-color: #2c332d; }
  #footCopy > p {
    font-family: 'Crushed', cursive;
    font-size: 14px;
    color: #fff; }

.formhissu {
  background-color: #FFEDED; }

/*==============================
レスポンシブ
==============================*/
@media screen and (max-width: 1200px) {
  #footCompany iframe {
    width: 50%; }

  .footCompanybox {
    width: 50%; } }
@media screen and (max-width: 800px) {
  #footCompany {
    display: block; }

  #footCompany #footMap {
    width: 100%;
    height: 400px; }

  .footCompanybox {
    width: 100%;
    padding: 25px; } }
@media screen and (max-height: 800px) {
  #pcNav h2 {
    display: none; } }
@media screen and (max-width: 600px) {
  #headWrap {
    background-size: 1400px; } }
/*==============================
ローディングアニメーション
==============================*/
/*==============================
|| movieWrap
==============================*/
#movieWrap {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-image: url(../img/backImg02S.jpg);
  background-size: cover;
  background-position: center; }
  #movieWrap > h2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #fff;
    z-index: 2;
    letter-spacing: 0;
    width: 80%;
    height: 150px;
    line-height: 100px;
    font-size: 100px;
    text-align: center;
    vertical-align: middle; }
  #movieWrap > video {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1920px;
    z-index: 0; }
    #movieWrap > video.spmov {
      display: none; }
    @media screen and (max-width: 1400px) {
      #movieWrap > video {
        width: 1600px; } }
    @media screen and (max-width: 1200px) {
      #movieWrap > video {
        width: 1400px; } }
    @media screen and (max-width: 1000px) {
      #movieWrap > video {
        width: 1200px; } }
    @media screen and (max-width: 800px) {
      #movieWrap > video {
        width: 1000px; } }

@media screen and (max-width: 600px) {
  #movieWrap video.pcmov {
    display: none; }
  #movieWrap video.spmov {
    width: 100%;
    display: block; } }
/*==============================
|| pvWrap
==============================*/
#pvWrap {
  width: 100%;
  padding: 100px 20px;
  background-image: url("../img/sasBack.jpg");
  background-size: cover;
  background-position: center center;
  text-align: center; }

#pvWrap .titleBox {
  margin-bottom: 30px; }

#pvWrap .titleBox h2,
#pvWrap .titleBox h3 {
  color: #fff; }

#pvWrap .titleBox hr {
  border-bottom: 5px solid #fff;
  margin: 0 auto; }

#pvWrap iframe {
  position: relative;
  width: 100%;
  height: 564px;
  max-width: 1000px;
  margin: 0 auto; }

/*==============================
|| greenWrap
==============================*/
#greenWrap {
  padding: 100px 0;
  background-image: url("../img/paperBack.jpg");
  background-position: center center;
  background-size: cover;
  text-align: center; }
  #greenWrap > p {
    max-width: calc(100% - 40px);
    margin: 0 auto; }

.slider-pro {
  margin-bottom: 50px; }

.sp-slide img {
  opacity: .5;
  width: 100%;
  transform: scale(0.8);
  transition: 1s !important; }
.sp-slide h3 {
  font-size: 4.6rem;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-align: center;
  opacity: 0;
  transition: .5s; }
.sp-slide p {
  text-align: justify;
  opacity: 0;
  transition: .5s;
  width: 80%;
  margin: 0 auto; }

.sp-selected img {
  opacity: 1;
  transform: scale(1);
  transition: 1s !important; }
.sp-selected h3 {
  text-align: center;
  opacity: 1;
  transition: .5s; }
.sp-selected p {
  text-align: justify;
  opacity: 1;
  transition: .5s; }

.resipiList {
  width: 1200px;
  margin: 0 auto;
  max-width: calc(100% - 40px);
  display: flex;
  flex-wrap: wrap; }
  .resipiList > li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 32%;
    margin-right: 2%;
    overflow: hidden;
    margin-bottom: 20px; }
    .resipiList > li:nth-of-type(3n) {
      margin-right: 0; }
    .resipiList > li > img {
      width: 100%; }
    .resipiList > li::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 500px;
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.3);
      transition: .3s; }
  @media screen and (max-width: 600px) {
    .resipiList > li {
      width: 100%;
      margin-right: 0; }
      .resipiList > li:nth-of-type(3n) {
        margin-right: 0; } }

.resipiTextbox {
  position: absolute;
  padding: 20px;
  opacity: 0;
  transition: .5s; }
  .resipiTextbox > h3 {
    letter-spacing: 0;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7); }
  .resipiTextbox > h4 {
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7); }
  .resipiTextbox > p {
    color: #fff;
    text-align: left;
    text-align: justify;
    font-size: 1.4rem;
    line-height: 1.8rem;
    letter-spacing: 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7); }

.resipiList > li:hover .resipiTextbox {
  opacity: 1;
  transition: .5s; }
.resipiList > li:hover::before {
  opacity: 1;
  transition: .3s; }

/*==============================
|| greenslide
==============================*/
.sp-horizontal .sp-arrows {
  opacity: 1; }

/*==============================
|| aboutWrap
==============================*/
#aboutWrap {
  padding: 100px 20px;
  background-image: url("../img/aboutBack.jpg");
  background-attachment: fixed;
  background-size: 100% 100%;
  text-align: center; }
  #aboutWrap > .titleBox hr {
    background-color: #fff; }
  #aboutWrap > .titleBox > h2, #aboutWrap > .titleBox h3 {
    color: #fff;
    text-shadow: 0 0 5px black; }
  #aboutWrap > p {
    color: #fff;
    text-shadow: 0 0 5px black;
    margin-bottom: 50px; }
  @media screen and (max-width: 600px) {
    #aboutWrap {
      background-attachment: local;
      background-size: cover; } }

.conceptBox01 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between; }
  .conceptBox01 > div {
    width: 80%;
    text-align: center; }
    .conceptBox01 > div > h3, .conceptBox01 > div p {
      color: #fff;
      text-shadow: 0 0 5px black; }
    .conceptBox01 > div > h3 {
      margin-bottom: 10px; }
  @media screen and (max-width: 600px) {
    .conceptBox01 {
      display: block;
      margin-bottom: 0; }
      .conceptBox01 > div {
        width: 100%;
        margin-bottom: 30px; } }

.conceptBox02 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px; }
  .conceptBox02 > h3, .conceptBox02 p {
    color: #fff;
    text-shadow: 0 0 5px black; }
  .conceptBox02 > h3 {
    margin-bottom: 10px; }

/*==============================
|| roopWrap
==============================*/
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden; }

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0; }

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both; }

.scroll-infinity__item {
  width: calc(100vw / 3);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .scroll-infinity__item > img {
    width: 100%; }
  .scroll-infinity__item > div {
    position: absolute;
    text-align: center; }
    .scroll-infinity__item > div h3 {
      font-size: 5rem;
      margin-bottom: 10px;
      color: #fff;
      text-shadow: 0 0 5px black; }
    .scroll-infinity__item > div p {
      font-size: 2rem;
      color: #fff;
      text-shadow: 0 0 5px black; }
  @media screen and (max-width: 800px) {
    .scroll-infinity__item {
      width: calc(100vw / 2); } }
  @media screen and (max-width: 600px) {
    .scroll-infinity__item {
      width: 90vw; } }

/*==============================
|| shippingWrap
==============================*/
#shippingWrap {
  padding: 100px 20px 40vw;
  background-color: #f3f3f3;
  position: relative; }
  #shippingWrap > p {
    text-align: center;
    margin-bottom: 50px; }
  #shippingWrap > img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }

.shippingList {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto; }
  .shippingList > li {
    width: 49%;
    margin-right: 2%;
    position: relative;
    margin-bottom: 15px; }
    .shippingList > li > img {
      width: 100%; }
    .shippingList > li > p {
      background-color: #fff;
      padding: 5px 10px;
      position: absolute;
      bottom: 0;
      right: 0; }
    .shippingList > li:first-of-type {
      width: 100%;
      margin-right: 0; }
    .shippingList > li:nth-of-type(2n + 1) {
      margin-right: 0; }

/*==============================
メイン
==============================*/
#orderWrap {
  position: relative;
  padding: 100px 20px;
  background-image: url(../img/paperBack.jpg);
  background-size: cover; }

.itemBox {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap; }
  .itemBox > h4 {
    width: 100%;
    font-size: 32px;
    font-family: 'Crushed', cursive;
    letter-spacing: 0;
    border-bottom: 1px solid #000;
    margin-bottom: 10px; }
    .itemBox > h4 > span {
      margin-left: 5px; }
  .itemBox > img {
    margin-right: 2%;
    width: 28%;
    display: flex;
    align-self: flex-start; }
  @media screen and (max-width: 800px) {
    .itemBox {
      max-width: 600px; }
      .itemBox > img {
        width: 300px;
        margin: 10px auto; } }
  @media screen and (max-width: 600px) {
    .itemBox {
      max-width: 330px; }
      .itemBox > img {
        width: 100%;
        margin: 10px auto; }
      .itemBox > h4 span {
        display: block; } }

.itemList {
  width: 70%; }
  .itemList > h4 {
    display: block;
    width: 100%;
    flex-basis: 70%;
    font-size: 1.8rem;
    letter-spacing: 0;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    position: relative; }
    .itemList > h4 span {
      text-align: right;
      position: absolute;
      border: 0;
      right: 0;
      color: #c30000; }
  .itemList > a {
    color: #555;
    display: inline-block;
    border: 1px solid #555;
    padding: 4px 25px 10px;
    font-size: 1.8rem;
    letter-spacing: 1px;
    background-color: #fff;
    transition: .2s; }
    .itemList > a:hover {
      background-color: #555;
      color: #fff;
      transition: .2s; }
  .itemList ul {
    width: 100%;
    display: flex;
    justify-content: flex-start; }
    .itemList ul li {
      padding: 5px 10px 7px;
      background-color: #fff;
      border: 2px solid #555;
      border-left: 10px solid #555;
      margin-right: 15px; }
      .itemList ul li p {
        letter-spacing: 0;
        font-weight: bold;
        font-size: 16px; }
        .itemList ul li p span {
          letter-spacing: 0;
          font-weight: normal;
          font-size: 14px;
          margin-left: 10px; }
  @media screen and (max-width: 800px) {
    .itemList {
      width: 100%; } }
  @media screen and (max-width: 600px) {
    .itemList {
      width: 100%; }
      .itemList ul {
        flex-wrap: wrap; }
        .itemList ul li {
          margin-bottom: 10px; }
      .itemList > h4 {
        display: block;
        position: relative;
        text-align: left;
        margin-bottom: 30px; }
        .itemList > h4 > span {
          display: block; }
      .itemList > a {
        width: 100%;
        margin-bottom: 10px; } }

/*==============================
greetingWrap
==============================*/
#greetingWrap {
  background-image: url("../img/messageBack.jpg");
  background-position: center;
  background-size: cover;
  padding: 100px 50px;
  display: flex;
  justify-content: center;
  position: relative; }
  @media screen and (max-width: 1000px) {
    #greetingWrap {
      flex-wrap: wrap; } }
  @media screen and (max-width: 600px) {
    #greetingWrap {
      padding: 50px 20px; } }

.greetinImg {
  width: 50%;
  max-width: 400px;
  background-image: url(../img/ceoImg.jpg);
  background-size: cover;
  background-position: top;
  position: relative;
  right: -25px;
  bottom: 25px;
  z-index: 2; }
  @media screen and (max-width: 1000px) {
    .greetinImg {
      width: 300px;
      height: 350px;
      margin: 0 auto;
      position: relative;
      right: 0;
      left: 0;
      bottom: 20px; } }

.greetingText {
  width: 50%;
  max-width: 800px;
  padding: 100px 50px;
  background-color: #555;
  position: relative;
  left: -25px;
  top: 25px;
  z-index: 3; }
  @media screen and (max-width: 1000px) {
    .greetingText {
      width: 100%;
      max-width: 600px;
      position: static;
      margin-bottom: 20px; } }
  @media screen and (max-width: 600px) {
    .greetingText {
      padding: 50px 20px; } }

.greetingText h4,
.greetingText p,
.greetingText h5 {
  color: #fff; }

.greetingText h4 {
  font-size: 22px;
  letter-spacing: 2px;
  text-align: center; }

.greetingText p {
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  text-justify: inter-ideograph; }

.greetingText h5 {
  font-size: 18px;
  letter-spacing: 2px;
  text-align: right; }

.memberImg {
  width: 100%;
  vertical-align: bottom; }

#companyWrap {
  padding: 100px 15px;
  background-image: url(../img/paperBack.jpg); }

#companyWrap h2 {
  text-align: center; }

#companyWrap table {
  width: 100%;
  max-width: 800px;
  margin: 50px auto; }

#companyWrap > table > tbody > tr > th,
#companyWrap > table > tbody > tr > td {
  padding: 20px 10px;
  border-top: 1px solid #555; }

#companyWrap > table > tbody > tr:last-of-type > th,
#companyWrap > table > tbody > tr:last-of-type > td {
  border-bottom: 1px solid #555; }

#companyWrap table th {
  width: 20%; }

#companyWrap table th p {
  font-weight: bold; }

.histryList {
  text-align: center; }

.histryList li {
  display: flex;
  flex-wrap: nowrap;
  text-align: center;
  justify-content: center;
  margin-bottom: 30px; }

.histryList li p {
  display: inline-block;
  width: 180px;
  font-size: 16px; }

.histryList li p:first-of-type {
  text-align: right;
  margin-right: 20px;
  font-weight: bold;
  letter-spacing: 1px; }

.histryList li span {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 10px;
  border-radius: 10px;
  background-color: #df1d1d;
  z-index: 2; }

.histryList li span::after {
  content: "";
  display: block;
  top: 10px;
  left: 4px;
  position: absolute;
  width: 2px;
  height: 52px;
  background-color: #cccccc;
  z-index: 1; }

.histryList li:last-of-type span::after {
  display: none; }

.histryList li p:last-of-type {
  text-align: left;
  margin-left: 20px;
  letter-spacing: 1px;
  width: 260px; }

/*==============================
レスポンシブ
==============================*/
@media screen and (max-width: 1400px) {
  #aboutWrap .titleBox {
    position: relative;
    top: auto;
    left: auto;
    text-align: center; }

  #aboutWrap .titleBox hr {
    margin: 0 auto; }

  .aboutBox {
    max-width: 550px; }

  #recruitWrap .titleBox {
    left: 5%; } }
@media screen and (max-width: 1200px) {
  #recruitWrap .titleBox {
    width: 100%;
    max-width: 800px;
    position: static;
    margin: 0 auto; }

  #recruitWrap .recruitImg {
    width: 100%;
    max-width: 800px;
    position: static;
    margin: 0 auto; }

  .reafImg,
  .lettuceImg {
    height: 250px;
    background-attachment: scroll; } }
@media screen and (max-width: 1000px) {
  #movieWrap {
    height: 100vh; }

  #movieWrap video {
    width: 1200px; }

  #pvWrap iframe {
    height: 50vw; } }
@media screen and (max-width: 800px) {
  #movieWrap video {
    width: 1000px; }

  #movieWrap h2 {
    height: 200px; }

  #recruitWrap {
    padding: 0; } }
@media screen and (max-width: 600px) {
  .titleBox h2 {
    font-size: 80px; }

  #movieWrap h2 {
    height: 100px;
    font-size: 42px;
    line-height: 60px; }

  #aboutWrap {
    padding: 60px 30px; }

  .aboutBox img {
    display: none; }

  .aboutBox p {
    margin-top: 10px; }

  .borderLayer {
    display: none; }

  #greensWrap .shadowBack {
    padding: 60px 30px; }

  #recruitWrap .titleBox {
    padding: 60px 30px; }

  #recruitWrap .recruitImg {
    height: 250px; } }
