@charset "UTF-8";
/* SCSS Document */
/*=================================================================
|| mixin
===================================================================*/
/*=================================================================
|| base
===================================================================*/
/*==============================
 || base
==============================*/
/*==============================
 || color
==============================*/
/*==============================
|| font
==============================*/
.mincho {
  font-family: "Noto Serif JP", serif;
  font-weight: 400; }

.goth, * {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400; }

.eng {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: 0; }

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; }

main {
  margin: 0;
  overflow: hidden; }

h1 {
  font-size: 4rem;
  font-weight: 500;
  line-height: 5rem;
  color: #333;
  letter-spacing: 0; }
  @media screen and (max-width: 1000px) {
    h1 {
      font-size: 3.2rem;
      font-weight: 400;
      line-height: 4.2rem;
      color: #111;
      letter-spacing: 0; } }
  @media screen and (max-width: 600px) {
    h1 {
      font-size: 2.6rem;
      font-weight: 400;
      line-height: 3.6rem;
      color: #111;
      letter-spacing: 0; } }

h2 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 5rem;
  color: #333;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 1000px) {
    h2 {
      font-size: 2rem;
      font-weight: 400;
      line-height: 4rem;
      color: #111;
      letter-spacing: 0.1em; } }
  @media screen and (max-width: 600px) {
    h2 {
      font-size: 2rem;
      font-weight: 400;
      line-height: 3.8rem;
      color: #111;
      letter-spacing: 0.1em; } }

h3 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 3.6rem;
  color: #333;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 1000px) {
    h3 {
      font-size: 2.2rem;
      font-weight: 400;
      line-height: 3.2rem;
      color: #111;
      letter-spacing: 0.1em; } }
  @media screen and (max-width: 600px) {
    h3 {
      font-size: 1.8rem;
      font-weight: 400;
      line-height: 2.8rem;
      color: #111;
      letter-spacing: 0.1em; } }

h4 {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 3.2rem;
  color: #333;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 1000px) {
    h4 {
      font-size: 1.9rem;
      font-weight: 400;
      line-height: 2.8rem;
      color: #111;
      letter-spacing: 0.1em; } }
  @media screen and (max-width: 600px) {
    h4 {
      font-size: 1.7rem;
      font-weight: 400;
      line-height: 2.6rem;
      color: #111;
      letter-spacing: 0.1em; } }

h5 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8rem;
  color: #333;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 1000px) {
    h5 {
      font-size: 1.7rem;
      font-weight: 400;
      line-height: 2.7rem;
      color: #111;
      letter-spacing: 0.1em; } }
  @media screen and (max-width: 600px) {
    h5 {
      font-size: 1.6rem;
      font-weight: 400;
      line-height: 2.6rem;
      color: #111;
      letter-spacing: 0.1em; } }

p, a, td, th, a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.5rem;
  color: #333;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 1000px) {
    p, a, td, th, a {
      font-size: 1.5rem;
      font-weight: 400;
      line-height: 2.5rem;
      color: #111;
      letter-spacing: 0.1em; } }
  @media screen and (max-width: 600px) {
    p, a, td, th, a {
      font-size: 1.4rem;
      font-weight: 400;
      line-height: 2.4rem;
      color: #111;
      letter-spacing: 0.1em; } }

.hoverbase, a {
  transition: .3s; }

.hover, a:hover {
  opacity: .8;
  transition: .3s; }

a {
  text-decoration: none; }

li {
  list-style: none; }

.fa {
  color: #fff; }

/*==============================
|| 共通パーツ
==============================*/
.fronttitleBox {
  text-align: center;
  margin-bottom: 100px; }
  .fronttitleBox > h3 {
    color: #418ab9;
    font-weight: 900;
    font-size: 1.6rem;
    letter-spacing: 0; }
  .fronttitleBox > h2 {
    color: #333333;
    font-weight: 700;
    font-size: 4.2rem;
    letter-spacing: 0.1em; }
  .fronttitleBox > p {
    margin-top: 30px; }
  @media screen and (max-width: 600px) {
    .fronttitleBox {
      margin-bottom: 50px; }
      .fronttitleBox > h3 {
        color: #418ab9;
        font-weight: 900;
        font-size: 1.4rem;
        letter-spacing: 0; }
      .fronttitleBox > h2 {
        color: #333333;
        font-weight: 700;
        font-size: 3.2rem;
        letter-spacing: 0.1em; }
      .fronttitleBox > p {
        margin-top: 20px; } }

a.linkBtn {
  display: inline-block;
  padding: 5px 20px;
  background-color: #418ab9;
  color: #fff;
  width: 150px;
  border-radius: 25px;
  border: 3px solid #418ab9;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  a.linkBtn:hover {
    opacity: 1;
    background-color: #fff;
    color: #418ab9; }

/*==============================
 || pc,sp
==============================*/
.pc {
  display: block; }
  @media screen and (max-width: 600px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 600px) {
    .sp {
      display: block; } }

.tabon {
  display: block; }
  @media screen and (max-width: 1000px) {
    .tabon {
      display: none; } }

.taboff {
  display: none; }
  @media screen and (max-width: 1000px) {
    .taboff {
      display: block; } }

/*==============================
|| header
==============================*/
header {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0px 100px;
  height: 100px;
  transition: .3s;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 10; }
  header > div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-bottom: 1px solid #418ab9; }
    header > div > div {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: center; }
  @media screen and (max-width: 1200px) {
    header {
      padding: 0 20px; } }
  @media screen and (max-width: 1000px) {
    header {
      height: 60px;
      padding: 15px;
      position: fixed;
      border-bottom: 1px solid #418ab9; }
      header > div {
        border-bottom: none; } }

header.scrolled {
  transition: .3s;
  height: 70px; }
  @media screen and (max-width: 1000px) {
    header.scrolled {
      height: 60px; } }

.headLogo {
  position: relative;
  display: block; }
  .headLogo > a {
    width: 100%;
    display: block;
    z-index: 3; }
    .headLogo > a > img {
      width: 200px; }
  @media screen and (max-width: 1000px) {
    .headLogo {
      position: fixed;
      z-index: 11;
      top: 15px;
      left: 10px; } }

#headNav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end; }

.headNavlist {
  position: relative;
  z-index: 2; }
  .headNavlist > ul {
    display: flex;
    justify-content: flex-end; }
    .headNavlist > ul > li {
      margin-right: 20px; }
      @media screen and (max-width: 1300px) {
        .headNavlist > ul > li {
          margin-right: 10px; } }
      .headNavlist > ul > li > a {
        height: 20px;
        line-height: 20px;
        font-size: 1.4rem;
        font-weight: 600;
        letter-spacing: 0;
        color: #333333;
        text-decoration: underline;
        text-decoration-color: transparent;
        transition: text-decoration-color 0.3s ease; }
        .headNavlist > ul > li > a:hover {
          opacity: 1;
          text-decoration-color: #333; }
      .headNavlist > ul > li:last-of-type {
        margin-right: 0; }
      .headNavlist > ul > li:nth-last-of-type(1) > a, .headNavlist > ul > li:nth-last-of-type(2) > a {
        background-color: #418ab9;
        color: #fff;
        padding: 5px 30px;
        border-radius: 20px;
        border: 3px solid #418ab9;
        text-decoration: none;
        transition: .3s; }
        .headNavlist > ul > li:nth-last-of-type(1) > a:hover, .headNavlist > ul > li:nth-last-of-type(2) > a:hover {
          text-decoration: none;
          opacity: 1;
          background-color: #fff;
          color: #418ab9; }
        @media screen and (max-width: 1300px) {
          .headNavlist > ul > li:nth-last-of-type(1) > a, .headNavlist > ul > li:nth-last-of-type(2) > a {
            padding: 5px 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 {
  display: none;
  position: absolute;
  top: 25px;
  right: 20px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  border-radius: 5px;
  transition: .3s; }
  #nav-open span, #nav-open span::before, #nav-open span::after {
    position: absolute;
    height: 2px;
    /*線の太さ*/
    width: 25px;
    /*長さ*/
    border-radius: 1px;
    background: #418ab9;
    display: block;
    content: '';
    cursor: pointer;
    transition: .3s; }
  @media screen and (max-width: 1000px) {
    #nav-open {
      display: block;
      z-index: 11; } }

#nav-open span:before {
  display: none; }

#nav-open span:after {
  bottom: -6px; }

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;
  /*はじめは隠しておく*/
  position: fixed;
  z-index: 9;
  top: 0;
  /*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100svh;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out; }

/*中身*/
@media screen and (max-width: 1000px) {
  .headNavlist {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
    width: 90%;
    max-width: 300px;
    height: 100svh;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 10;
    transform: translate(-100%); }
    .headNavlist > ul {
      display: block;
      padding: 70px 20px 0; }
      .headNavlist > ul > li {
        margin-bottom: 10px;
        margin-right: 0; }
        .headNavlist > ul > li > a {
          width: 100%;
          display: block;
          border-bottom: 1px solid #418ab9;
          padding: 10px;
          height: auto; }
          .headNavlist > ul > li > a:hover {
            text-decoration: none; } }

#nav-input:checked ~ #nav-open span, #nav-input:checked ~ #nav-open span::before, #nav-input:checked ~ #nav-open span::after {
  background-color: #fff; }
#nav-input:checked ~ #nav-open span {
  top: 5px;
  left: 0;
  transform: rotate(25deg); }
#nav-input:checked ~ #nav-open span:after {
  top: 0;
  left: 0;
  transform: rotate(-50deg); }

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;
  /*カバーを表示*/
  opacity: .5; }

#nav-input:checked ~ .headNavlist {
  opacity: 1;
  transform: translate(0);
  transition: .5s; }

.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: 1.8rem;
    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; } }
/*==============================
|| aside
==============================*/
.asideBtn {
  display: block;
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 0; }
  .asideBtn > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #000;
    padding: 0 10px 15px;
    width: 200px; }
    .asideBtn > a > p {
      color: #fff;
      line-height: 2rem; }
      .asideBtn > a > p:last-of-type {
        font-size: 1.4rem;
        letter-spacing: 0; }
    .asideBtn > a::before {
      content: "";
      width: 100%;
      height: 0;
      display: block;
      position: absolute;
      left: 0;
      border-bottom: solid 15px #000;
      border-left: solid 15px transparent;
      bottom: 100%; }
  @media screen and (max-width: 600px) {
    .asideBtn {
      display: none; } }

#shopBtn {
  bottom: 80px; }

#footspNav {
  display: none;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background-color: #000;
  align-items: center;
  justify-content: center; }
  #footspNav > img {
    width: 15%;
    margin-right: 1.5%; }
  #footspNav > span {
    display: block;
    height: 40px;
    width: 1px;
    background-color: #fff;
    transform: rotate(20deg);
    margin-right: 1.5%; }
  #footspNav > a {
    display: block; }
    #footspNav > a > img {
      width: 100%; }
    #footspNav > a:nth-of-type(1) {
      width: 32%;
      margin-right: 1.5%; }
    #footspNav > a:nth-of-type(2) {
      width: 20%;
      margin-right: 1.5%; }
    #footspNav > a:nth-of-type(3) {
      width: 20%; }
  @media screen and (max-width: 600px) {
    #footspNav {
      display: flex; } }

/*==============================
|| voicelistWrap
==============================*/
#voicelistWrap {
  position: relative;
  z-index: 2;
  padding: 100px 20px;
  background-color: #EFEFEF; }
  #voicelistWrap > div {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
    #voicelistWrap > div .titleBox {
      margin-bottom: 50px; }
    #voicelistWrap > div > ul {
      width: 100%;
      max-width: 800px; }
      #voicelistWrap > div > ul > li {
        padding: 30px 0;
        border-bottom: 1px solid #707070; }
        #voicelistWrap > div > ul > li > a {
          display: flex;
          align-items: center;
          justify-content: space-between; }
          #voicelistWrap > div > ul > li > a > img {
            margin-right: 20px;
            width: 160px;
            aspect-ratio: 16 / 12;
            object-fit: cover; }
          #voicelistWrap > div > ul > li > a > div:first-of-type {
            margin-right: auto; }
            #voicelistWrap > div > ul > li > a > div:first-of-type > p {
              font-size: 1.4rem; }
            #voicelistWrap > div > ul > li > a > div:first-of-type > h4 {
              font-size: 1.8rem;
              font-weight: 600; }
        #voicelistWrap > div > ul > li:first-of-type {
          padding-top: 0; }
  @media screen and (max-width: 1000px) {
    #voicelistWrap > div {
      max-width: 800px;
      display: block; }
      #voicelistWrap > div > div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px; }
        #voicelistWrap > div > div > div.titleBox {
          margin-bottom: 0; } }
  @media screen and (max-width: 600px) {
    #voicelistWrap {
      padding: 50px 20px; }
      #voicelistWrap > div {
        max-width: 800px;
        display: block; }
        #voicelistWrap > div > div {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 20px; }
          #voicelistWrap > div > div > div.titleBox {
            margin-bottom: 0; }
        #voicelistWrap > div > ul > li {
          padding: 15px 0; }
          #voicelistWrap > div > ul > li > a {
            flex-wrap: wrap;
            align-items: flex-start;
            justify-content: flex-end; }
            #voicelistWrap > div > ul > li > a > img {
              margin-right: 10px;
              width: calc(30% - 10px); }
            #voicelistWrap > div > ul > li > a > div:first-of-type {
              width: 70%;
              margin-right: auto;
              margin-bottom: 10px; }
              #voicelistWrap > div > ul > li > a > div:first-of-type > p {
                font-size: 1.2rem; }
              #voicelistWrap > div > ul > li > a > div:first-of-type > h4 {
                font-size: 1.4rem;
                line-height: 2.2rem;
                font-weight: 600; }
          #voicelistWrap > div > ul > li:first-of-type {
            padding-top: 0; } }

/*==============================
|| newslistWrap
==============================*/
#newslistWrap {
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 100px 20px; }
  #newslistWrap > div {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 50px;
    display: flex; }
    #newslistWrap > div > div {
      margin-right: 50px; }
  #newslistWrap > ul {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex; }
    #newslistWrap > ul > li {
      width: 22%;
      margin-right: 4%; }
      #newslistWrap > ul > li > a {
        display: block;
        width: 100%; }
        #newslistWrap > ul > li > a > img {
          width: 100%;
          height: auto;
          aspect-ratio: 250 / 170;
          object-fit: cover; }
        #newslistWrap > ul > li > a > p {
          font-size: 1.4rem;
          color: #848484;
          margin-bottom: 10px; }
        #newslistWrap > ul > li > a > h4 {
          font-size: 1.6rem;
          line-height: 2.6rem;
          text-align: justify;
          font-weight: 600;
          margin-bottom: 10px; }
        #newslistWrap > ul > li > a .linkBtn {
          margin-left: auto; }
      #newslistWrap > ul > li:last-of-type {
        margin-right: 0; }
  @media screen and (max-width: 600px) {
    #newslistWrap {
      padding: 50px 20px; }
      #newslistWrap > div {
        justify-content: space-between;
        margin-bottom: 20px; }
      #newslistWrap > ul {
        flex-wrap: wrap; }
        #newslistWrap > ul > li {
          width: 48%;
          margin-bottom: 10px; }
          #newslistWrap > ul > li > a > p {
            font-size: 1.2rem; }
          #newslistWrap > ul > li > a > h4 {
            font-size: 1.4rem; }
          #newslistWrap > ul > li:nth-of-type(2n) {
            margin-right: 0; }
          #newslistWrap > ul > li:last-of-type {
            margin-right: 0; } }

/*==============================
|| footcontactWrap
==============================*/
#footcontactWrap {
  position: relative;
  z-index: 2;
  padding: 150px 20px;
  background-image: url("../img/base/contactBack.png");
  background-size: cover;
  background-position: center center;
  text-align: center; }
  #footcontactWrap > h2 {
    color: #fff;
    font-size: 12rem;
    line-height: 12rem;
    font-weight: 600;
    margin-bottom: 20px; }
  #footcontactWrap > p {
    color: #fff;
    margin-bottom: 50px; }
  #footcontactWrap > div {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    #footcontactWrap > div > a.linkBtn {
      padding: 10px 20px;
      width: 45%;
      border: 1px solid #fff;
      color: #fff; }
      #footcontactWrap > div > a.linkBtn > span {
        background-color: #fff; }
        #footcontactWrap > div > a.linkBtn > span > i {
          color: #333333; }
      #footcontactWrap > div > a.linkBtn:hover {
        opacity: 1; }
  @media screen and (max-width: 600px) {
    #footcontactWrap {
      padding: 50px 20px; }
      #footcontactWrap > h2 {
        font-size: 5rem;
        line-height: 6rem; }
      #footcontactWrap > div {
        display: block; }
        #footcontactWrap > div > a.linkBtn {
          display: flex;
          width: 100%;
          max-width: 300px;
          margin: 0 auto;
          margin-bottom: 20px; } }

/*==============================
|| footer
==============================*/
#footnavWrap {
  position: relative;
  z-index: 2;
  background-color: #286b96;
  padding: 50px 20px; }

#footnavSection {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex; }
  #footnavSection > div:nth-of-type(1) > a {
    display: inline-block;
    margin-bottom: 15px; }
    #footnavSection > div:nth-of-type(1) > a > img {
      width: 200px; }
  #footnavSection > div:nth-of-type(1) > h4 {
    font-size: 1.8rem;
    margin-bottom: 0px;
    font-weight: 700;
    color: #fff; }
  #footnavSection > div:nth-of-type(1) > p {
    color: #fff;
    margin-bottom: 20px; }
  #footnavSection > div:nth-of-type(1) > div {
    display: flex; }
    #footnavSection > div:nth-of-type(1) > div > a {
      font-size: 1.6rem;
      font-weight: 700;
      color: #fff;
      margin-right: 10px; }
    #footnavSection > div:nth-of-type(1) > div > p {
      font-size: 1.6rem;
      font-weight: 700;
      color: #fff; }
  #footnavSection > ul {
    padding-top: 50px;
    margin-left: 50px; }
    #footnavSection > ul > li {
      margin-bottom: 5px; }
      #footnavSection > ul > li > a {
        display: block;
        color: #fff; }
        #footnavSection > ul > li > a::before {
          content: "-";
          margin-right: 10px; }
  #footnavSection > div:nth-of-type(2) {
    padding-top: 50px;
    margin-left: auto; }
    #footnavSection > div:nth-of-type(2) > a.linkBtn {
      justify-content: center;
      margin-bottom: 10px; }
  @media screen and (max-width: 800px) {
    #footnavSection {
      display: block; }
      #footnavSection > div:nth-of-type(1) {
        margin-bottom: 30px; }
        #footnavSection > div:nth-of-type(1) > div {
          display: block; }
      #footnavSection > ul {
        padding: 0;
        margin: 0; }
      #footnavSection > div:nth-of-type(2) {
        padding: 0;
        margin-top: 30px; } }
  @media screen and (max-width: 800px) {
    #footnavSection > div:nth-of-type(2) > a {
      width: 100%; } }

/*==============================
|| footer
==============================*/
/*=================================================================
|| front
===================================================================*/
/* SCSS Document */
/*==============================
|| frontmainWrap
==============================*/
#frontmainWrap {
  position: relative;
  width: 100%; }
  #frontmainWrap > img {
    width: 300px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto; }
  @media screen and (max-width: 600px) {
    #frontmainWrap > img {
      width: 150px; } }

/*==============================
|| nav
==============================*/
nav {
  width: 100%;
  background-color: #d92e21;
  padding: 15px 20px; }
  nav > ul {
    display: flex;
    justify-content: center;
    align-items: center; }
    nav > ul > li {
      margin-right: 30px; }
      nav > ul > li:last-of-type {
        margin-right: 0; }
      nav > ul > li > a {
        display: block;
        color: #fff;
        transform: rotate(0.05deg); }
  @media screen and (max-width: 600px) {
    nav > ul > li {
      margin-right: 5px; } }

/*==============================
|| aboutWrap
==============================*/
#aboutWrap {
  padding: 100px 20px; }
  @media screen and (max-width: 600px) {
    #aboutWrap {
      padding: 50px 20px; } }

#aboutSection {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  #aboutSection > div {
    width: 35%;
    text-align: left; }
    #aboutSection > div > img {
      display: block;
      width: 150px;
      margin: 0 auto 15px; }
    #aboutSection > div > h2 {
      text-align: center;
      color: #d92e21;
      transform: rotate(0.05deg); }
    #aboutSection > div > p {
      transform: rotate(0.05deg); }
  #aboutSection > img {
    width: 60%; }
  @media screen and (max-width: 600px) {
    #aboutSection {
      display: block; }
      #aboutSection > div {
        width: 100%; }
        #aboutSection > div > img {
          width: 100px; }
      #aboutSection > img {
        width: 100%; } }

.titleBox {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center; }
  .titleBox > div {
    text-align: center; }
    .titleBox > div > h2 {
      font-size: 5rem;
      line-height: 6rem;
      font-weight: 300;
      letter-spacing: 0;
      color: #fff; }
    .titleBox > div > p {
      color: #fff;
      transform: rotate(0.05deg); }
  @media screen and (max-width: 600px) {
    .titleBox {
      height: 200px; } }

/*==============================
|| itemWrap
==============================*/
.itemBack {
  background-image: url("../img/backImg01.jpg"); }

#itemSection {
  position: relative;
  padding: 50px 20px; }
  #itemSection > ul {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #itemSection > ul > li {
      width: 30%;
      text-align: center; }
      #itemSection > ul > li > p {
        transform: rotate(0.05deg); }
  #itemSection::after {
    content: "";
    position: absolute;
    display: block;
    width: 100vw;
    height: 150px;
    top: 150px;
    left: 0;
    background-color: #f4efdf;
    z-index: 0; }
  @media screen and (max-width: 800px) {
    #itemSection > ul > li {
      width: 33%; }
      #itemSection > ul > li > img {
        width: 90%; } }
  @media screen and (max-width: 600px) {
    #itemSection > ul > li {
      width: 50%; }
      #itemSection > ul > li > img {
        width: 90%; } }

/*==============================
|| scheduleWrap
==============================*/
.scheduleBack {
  background-image: url("../img/backImg02.jpg"); }

#scheduleSection {
  padding: 100px 20px;
  background-color: #f8f6f1; }
  #scheduleSection > div {
    background-color: #fff;
    width: 100%;
    max-width: 1200px;
    height: 600px;
    padding: 20px;
    margin: 0 auto; }
    #scheduleSection > div > iframe {
      display: block;
      width: 100%;
      max-width: 1200px;
      height: 100%;
      margin: 0 auto; }
  @media screen and (max-width: 600px) {
    #scheduleSection {
      padding: 50px 0px; }
      #scheduleSection > div {
        padding: 0; } }

/*==============================
|| franchiseWrap
==============================*/
.franchiseBack {
  background-image: url("../img/backImg03.jpg"); }

#franchiseSection {
  background-color: #d44a3e;
  padding: 100px 20px;
  text-align: center; }
  #franchiseSection > h2 {
    font-size: 3.2rem;
    line-height: 4.2rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px; }
  #franchiseSection > p {
    color: #fff;
    transform: rotate(0.05deg); }
  #franchiseSection > div {
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
    background-color: #fdefe3;
    border-radius: 20px;
    padding: 30px 20px; }
    #franchiseSection > div > h3 {
      font-size: 2.6rem;
      line-height: 3.6rem;
      font-weight: 700;
      color: #d44a3e;
      margin-bottom: 5px; }
    #franchiseSection > div > p {
      color: #111;
      transform: rotate(0.05deg);
      margin-bottom: 15px; }
      #franchiseSection > div > p:last-of-type {
        margin-bottom: 0; }
  @media screen and (max-width: 600px) {
    #franchiseSection {
      padding: 50px 20px; }
      #franchiseSection > h2 {
        font-size: 1.8rem;
        line-height: 2.8rem;
        transform: rotate(0.05deg);
        margin-bottom: 10px; }
      #franchiseSection > p {
        color: #fff;
        transform: rotate(0.05deg);
        margin-bottom: 10px; }
      #franchiseSection > div {
        width: 100%;
        max-width: 600px;
        margin: 10px auto;
        background-color: #fdefe3;
        border-radius: 20px;
        padding: 20px 10px; }
        #franchiseSection > div > h3 {
          font-size: 1.6rem;
          line-height: 2.6rem;
          margin-bottom: 5px; }
        #franchiseSection > div > p {
          margin-bottom: 10px; } }

/*==============================
|| contactWrap
==============================*/
#contactWrap {
  padding: 50px 20px 0; }

#contactSection {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background-color: #fdefe3;
  border-radius: 10px;
  padding: 30px 50px; }
  #contactSection > h2 {
    text-align: center;
    color: #d44a3e; }
  #contactSection p {
    color: #111;
    transform: rotate(0.05deg); }
  #contactSection input[type="text"], #contactSection input[type="email"], #contactSection textarea {
    border: none;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px; }
  #contactSection input[type="submit"] {
    display: block;
    margin: 0 auto;
    padding: 5px 80px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    background-color: #d44a3e;
    border: none;
    border-radius: 10px;
    cursor: pointer; }
  @media screen and (max-width: 600px) {
    #contactSection {
      padding: 30px 20px; } }

/*==============================
|| footer
==============================*/
footer {
  padding: 50px 20px; }
  footer > img {
    display: block;
    width: 150px;
    margin: 0 auto 20px; }
  footer > ul {
    display: flex;
    justify-content: center;
    align-items: center; }
    footer > ul > li {
      margin-right: 30px; }
      footer > ul > li:last-of-type {
        margin-right: 0; }
      footer > ul > li > a {
        display: block;
        color: #111;
        transform: rotate(0.05deg); }
  @media screen and (max-width: 600px) {
    footer > ul > li {
      margin-right: 5px; } }

.footCopy {
  text-align: center;
  width: 100%;
  padding: 20px;
  background-color: #d44a3e; }
  .footCopy > p {
    color: #fff;
    transform: rotate(0.05deg); }
