/*main{
  letter-spacing: 0.1em;
  line-height: 1.8;
}*/
dd {
  font-family: sans-serif;
  font-weight: 200;
}

/*-----------staff interview-----------*/
.interview {
  margin-bottom: 150px;
}
.interview h1 {
  font-size: 5em;
  letter-spacing: 0.1em;
  line-height: 1;
  margin: 100px 40px 0;
}
.interview dl:nth-child(2) {
  margin-top: -20px;
}
.interview dl {
  display: flex;
  flex-wrap: wrap;
}
.interview dl > dt {
  flex: 1;
  display: flex;
  align-items: flex-end;
  background-image: url(../images/staff_background.jpg);
  min-height: 750px;
  padding-top: 40px;
  padding-left: 40px;
}
.interview dl > dt img {
  bottom: 0;
}
.interview dl div {
  flex: 1;
  margin: auto;
}
.interview dl div dt:nth-child(1) {
  margin: 50px 60px 0;
  font-size: 2.5em;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1;
}
.interview dl div dd:nth-child(2) {
  margin: 20px 60px 0;
  font-size: 1.25em;
  font-weight: 300;
  letter-spacing: 0.1em;
  word-break: keep-all;
  overflow-wrap: break-word;
  line-height: 1.5;
}
.interview dl div dd:nth-child(3) {
  margin: 30px 60px 50px;
  font-size: 0.875em;
  letter-spacing: 0.1em;
  line-height: 2;
}
.interview #managere {
  flex-direction: row-reverse;
}
.interview #managere > dt {
  background-image: url(../images/blue_background.jpg);
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 40px 40px 0;
}

/*-------------------------------------*/
.swellFamily, .swellFellow {
  display: flex;
  line-height: 2;
}
.swellFamily .container, .swellFellow .container {
  display: grid;
  height: 900px;
  width: 40%;
  margin: 5%;
}
.swellFamily .container .slider, .swellFellow .container .slider {
  display: flex;
  flex-direction: column-reverse;
  overflow: hidden;
}
.swellFamily .container .slider .slider-list, .swellFellow .container .slider .slider-list {
  display: flex;
  flex-direction: column-reverse;
  margin: 0;
  padding: 0;
  align-items: center;
  -webkit-animation: slideShow 20s infinite linear;
          animation: slideShow 20s infinite linear;
  list-style: none;
}
.swellFamily .container .slider .slider-list .slider-item .slider-item img, .swellFellow .container .slider .slider-list .slider-item .slider-item img {
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes slideShow {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}
@-webkit-keyframes slideShow {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(100%);
  }
}
.swellFamily h2, .swellFellow h2 {
  font-size: 2.5em;
  letter-spacing: 0.1em;
}
.swellFamily p, .swellFellow p {
  font-family: sans-serif;
  font-weight: normal;
}
.swellFamily .textBox1, .swellFellow .textBox1 {
  border-left: 1px solid #000;
  width: 40%;
  padding: 5%;
}
.swellFamily .textBox1 h2, .swellFellow .textBox1 h2 {
  font-size: 6.25em;
  line-height: 1;
}
.swellFamily .textBox1 h2::after, .swellFellow .textBox1 h2::after {
  content: "";
  display: block;
  width: 80%;
  border-top: 1px solid #000;
  height: 1px;
}
.swellFamily .textBox1 p, .swellFellow .textBox1 p {
  margin-top: 50px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.swellFamily .textBox1 ul, .swellFellow .textBox1 ul {
  margin-top: 30px;
}
.swellFamily .textBox1 ul li, .swellFellow .textBox1 ul li {
  font-family: sans-serif;
  font-weight: 200;
  letter-spacing: 0.1em;
}
.swellFamily .textBox1 dl, .swellFellow .textBox1 dl {
  margin-top: 30px;
}
.swellFamily .textBox1 dl dt, .swellFellow .textBox1 dl dt {
  font-size: 1.6em;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 10px;
}
.swellFamily .textBox1 dl dt::after, .swellFellow .textBox1 dl dt::after {
  content: "";
  display: block;
  width: 80%;
  border-top: 1px solid #000;
  height: 1px;
}
.swellFamily .textBox1 dl span, .swellFellow .textBox1 dl span {
  display: inline-block;
  padding-right: 0.1em;
  font-size: 1.6em;
  color: #012d83;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Bebas Neue";
  font-weight: 400;
}
.swellFamily .textBox2, .swellFellow .textBox2 {
  text-align: right;
  display: grid;
  align-items: center;
  letter-spacing: 0.1em;
  border-right: 1px solid #000;
  width: 40%;
  padding: 5%;
}
.swellFamily .textBox2 h2::after, .swellFellow .textBox2 h2::after {
  content: "";
  display: block;
  width: 80%;
  margin-left: 20%;
  border-top: 1px solid #000;
  height: 1px;
}
.swellFamily .textBox2 p, .swellFellow .textBox2 p {
  margin-top: 50px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.swellFamily .textBox2 p:nth-child(2), .swellFellow .textBox2 p:nth-child(2) {
  font-size: 1.25em;
}

/*-----------shop info-----------*/
#shop-info::before {
  content: "";
  display: block;
  width: 30%;
  border-bottom: solid 1px #000;
  margin: 150px auto 50px;
}

#shop-info {
  margin-bottom: 200px;
}
#shop-info h2 {
  font-size: 5em;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
}
#shop-info h3 {
  font-size: 1.25em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.1em;
}
#shop-info dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
#shop-info dl > div {
  flex-basis: 33.3333333333% -4px;
  border: 1px solid #000;
  margin-left: -1px;
  margin-top: -1px;
  padding: 20px;
}
#shop-info dl > div dt:nth-child(1) {
  font-size: 2.5em;
  font-family: "Bebas Neue";
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
#shop-info dl > div dt:nth-child(3) {
  margin-top: 25px;
  line-height: 1;
}
#shop-info dl > div dd:nth-child(4) {
  margin-top: 20px;
  font-size: 0.875em;
  line-height: 1.5;
}
#shop-info dl > div dd:nth-child(5) {
  margin-top: 50px;
  font-family: "Bebas Neue";
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: right;
}
#shop-info dl > div dd:nth-child(5) a::after {
  content: "";
  display: inline-block;
  left: 110%;
  bottom: 0.3em;
  width: 15px;
  height: 5px;
  border: none;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: skew(45deg);
  transition: 0.2s;
}
#shop-info dl > div dd:nth-child(5) a:hover {
  opacity: 0.6;
  transition: 0.5s;
}
#shop-info dl > div dd:nth-child(5) a:hover::after {
  width: 25px;
}
#shop-info dl div:nth-child(6) {
  max-width: 300px;
  min-height: 450px;
  width: 100%;
  display: flex;
  align-items: center;
}
#shop-info dl div:nth-child(6) dt {
  margin: auto;
}

@media (max-width: 768px) {
  .interview dl::before {
    content: "";
    display: block;
    width: 85%;
    border-top: 1px solid #000;
    margin: auto;
  }
  .interview dl, .interview #managere {
    display: block;
  }
  .interview dl > dt, .interview #managere > dt {
    min-height: auto;
    display: block;
    padding: 5%;
    width: 35%;
    margin: 50px 40px 20px;
  }
  .interview dl > div, .interview #managere > div {
    margin: 0 40px !important;
  }
  .interview dl > div dt, .interview dl > div dd, .interview #managere > div dt, .interview #managere > div dd {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .interview dl > div dt:nth-child(1), .interview #managere > div dt:nth-child(1) {
    font-size: 2.1em;
  }
  .interview dl > div dd:nth-child(2), .interview #managere > div dd:nth-child(2) {
    font-size: 1.1em;
  }
  .interview dl:nth-child(2) {
    margin-top: 10px;
  }
  .interview dl:nth-child(2) > dt {
    float: left;
    background-size: cover;
    background-position: -100px;
    margin-right: 40px;
  }
  .interview #managere > dt {
    float: right;
    margin-left: 40px;
  }
  .interview #managere div dt, .interview #managere div dd:nth-child(2) {
    text-align: right;
  }
  .interview #managere::after {
    content: "";
    display: block;
    width: 85%;
    border-top: 1px solid #000;
    margin: auto;
  }
  .swellFellow .textBox1 h2, .swellFamily .textBox1 h2 {
    font-size: 3.6em;
  }
  .swellFellow .textBox1 p:nth-child(2), .swellFamily .textBox1 p:nth-child(2) {
    font-size: 0.9em;
  }
  .swellFellow .textBox1 dl dt, .swellFamily .textBox1 dl dt {
    font-weight: 400;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  .swellFellow .textBox2, .swellFamily .textBox2 {
    margin-left: -1px;
  }
  .swellFellow .textBox2 h2, .swellFamily .textBox2 h2 {
    font-size: 1.6em;
  }
  .swellFellow .textBox2 h2::after, .swellFamily .textBox2 h2::after {
    margin: 0;
    margin-left: auto;
  }
  .swellFellow .textBox2 p:nth-child(2), .swellFamily .textBox2 p:nth-child(2) {
    font-size: 0.9em;
  }
  .swellFellow .textBox2 p:nth-child(3), .swellFamily .textBox2 p:nth-child(3) {
    font-size: 0.9em;
  }
}
@media (max-width: 430px) {
  .interview {
    margin-bottom: 50px;
  }
  .interview h1 {
    font-size: 4.3em;
  }
  .interview dl > dt {
    float: none !important;
    width: 65% !important;
    padding: 20px !important;
    margin: 50px auto 20px !important;
  }
  .interview dl > div {
    display: block;
    clear: both;
  }
  .interview #managere div dd:nth-child(2) {
    font-size: 1em !important;
  }
  .interview #managere::after {
    content: none;
  }
  .swellFellow {
    display: block;
  }
  .swellFellow .container {
    width: 100%;
    height: 300px;
    margin: 0;
  }
  .swellFellow .textBox1 {
    width: 70%;
    margin-left: auto;
    padding: 8%;
  }
  .swellFamily {
    border-bottom: 1px solid #000;
    flex-direction: column-reverse;
  }
  .swellFamily .container {
    width: 100%;
    height: 300px;
    margin: 0;
  }
  .swellFamily .textBox2 {
    width: 70%;
    margin-right: auto;
    padding: 8%;
  }
}/*# sourceMappingURL=staff-interview.css.map */