@charset "UTF-8";
/* SCSS Document */
/*=================================================================
|| mixin
===================================================================*/
/*=================================================================
|| base
===================================================================*/
/*==============================
 || base
==============================*/
/*==============================
 || color
==============================*/
/*==============================
|| font
==============================*/
.mincho {
  font-family: "Noto Serif JP", serif;
  font-weight: 400; }

.goth, * {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400; }

.eng {
  font-family: "Anton", 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: 3.2rem;
  font-weight: 500;
  line-height: 5rem;
  color: #333;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 1000px) {
    h2 {
      font-size: 2.8rem;
      font-weight: 400;
      line-height: 4rem;
      color: #111;
      letter-spacing: 0.1em; } }
  @media screen and (max-width: 600px) {
    h2 {
      font-size: 2.4rem;
      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; }

/*==============================
|| 共通パーツ
==============================*/
a.linkBtn {
  display: inline-block;
  padding: 5px 20px;
  background-color: #555462;
  color: #fff;
  width: 150px;
  border-radius: 25px;
  border: 3px solid #555462;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  a.linkBtn:hover {
    opacity: 1;
    background-color: #fff;
    color: #555462; }

.titleBox {
  margin-bottom: 20px; }

/*==============================
 || 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: sticky;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0px;
  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 #555462;
    padding: 0 30px; }
  @media screen and (max-width: 1200px) {
    header > div {
      padding: 0 20px; } }
  @media screen and (max-width: 1000px) {
    header {
      height: 60px; } }

.headLogo {
  position: relative;
  display: block; }
  .headLogo > a {
    width: 100%;
    display: block;
    z-index: 3; }
    .headLogo > a > img {
      width: 300px; }
  @media screen and (max-width: 1000px) {
    .headLogo {
      position: fixed;
      z-index: 11;
      top: 15px;
      left: 10px; }
      .headLogo > a > img {
        width: 200px; } }

#headNav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end; }

.headNavlist {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .headNavlist > ul {
    display: flex;
    justify-content: flex-end; }
    .headNavlist > ul > li, .headNavlist > ul > li > a {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 26px; }
      .headNavlist > ul > li > img, .headNavlist > ul > li > a > img {
        width: 24px;
        filter: invert(44%) sepia(12%) saturate(9%) hue-rotate(344deg) brightness(86%) contrast(85%);
        margin-right: 5px; }
      .headNavlist > ul > li > p, .headNavlist > ul > li > a > p {
        margin-right: 10px; }
      .headNavlist > ul > li > h3, .headNavlist > ul > li > a > h3 {
        font-weight: 900;
        margin-bottom: 3px; }
    .headNavlist > ul > li {
      border-right: 1px solid #ccc;
      padding-right: 20px;
      margin-right: 20px; }
  .headNavlist > div {
    display: flex; }
    .headNavlist > div > a > img {
      width: 20px;
      filter: invert(44%) sepia(12%) saturate(9%) hue-rotate(344deg) brightness(86%) contrast(85%);
      margin-right: 5px; }
      .headNavlist > div > a > img:nth-of-type(1) {
        margin-right: 20px; }
  @media screen and (max-width: 1000px) {
    .headNavlist {
      display: none; } }

/*==============================
|| footer
==============================*/
footer > iframe {
  width: 100%;
  height: 400px; }
footer > p {
  width: 100%;
  padding: 30px 20px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #555462;
  text-align: center; }
@media screen and (max-width: 600px) {
  footer > iframe {
    height: 300px; } }

/*=================================================================
|| front
===================================================================*/
/* SCSS Document */
/*==============================
|| mainWrap
==============================*/
#mainWrap {
  z-index: 1;
  width: 100%;
  height: auto;
  aspect-ratio: 3.2; }

#mainslide .sp-buttons {
  bottom: 40px; }

/*==============================
|| frontnewsWrap
==============================*/
#frontnewsWrap {
  width: 100%;
  padding: 10px 20px;
  background-color: #555462;
  display: flex;
  justify-content: center;
  align-items: center; }

#frontnewsList .sp-slide a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  #frontnewsList .sp-slide a > span {
    position: relative;
    background-color: #37373f;
    padding: 2px 5px;
    color: #fff;
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: 20px; }
    #frontnewsList .sp-slide a > span::before {
      content: "";
      position: absolute;
      display: block;
      width: 0;
      height: 0;
      right: -9px;
      top: 0;
      bottom: 0;
      margin: auto;
      border-style: solid;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 9px solid #37373f;
      border-right: 0; }
  #frontnewsList .sp-slide a > p {
    color: #fff; }
  @media screen and (max-width: 600px) {
    #frontnewsList .sp-slide a {
      display: block;
      text-align: center; } }

/*==============================
|| newitemWrap
==============================*/
#newitemWrap {
  padding: 100px 20px;
  background-color: #f1f1f1; }
  @media screen and (max-width: 600px) {
    #newitemWrap {
      padding: 50px 20px; } }

#newitemSection {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.newitemList {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .newitemList > li {
    width: 23%;
    margin-right: 2.6666%;
    margin-bottom: 40px; }
    .newitemList > li:nth-of-type(4n) {
      margin-right: 0; }
    .newitemList > li > a {
      position: relative;
      display: block; }
      .newitemList > li > a > img {
        width: 100%; }
      .newitemList > li > a > span {
        display: inline-block;
        font-size: 1rem;
        line-height: 1.2rem;
        letter-spacing: 0;
        margin: 5px 0; }
      .newitemList > li > a > p {
        font-size: 1.4rem;
        line-height: 1.6rem;
        margin-bottom: 5px; }
      .newitemList > li > a > h4 {
        font-weight: 200; }
      .newitemList > li > a::after {
        content: "NEW!";
        position: absolute;
        display: block;
        background-color: #333;
        color: #fff;
        font-size: 1.2rem;
        line-height: 1.2rem;
        padding: 5px 5px;
        bottom: 0;
        right: 0; }
  @media screen and (max-width: 600px) {
    .newitemList {
      flex-wrap: wrap; }
      .newitemList > li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px; }
        .newitemList > li:nth-of-type(2n) {
          margin-right: 0; } }

/*==============================
|| collectionWrap
==============================*/
#collectionWrap {
  position: relative;
  padding: 100px 20px; }
  #collectionWrap > h2 {
    position: absolute;
    font-size: 10rem;
    top: -7px;
    left: 70px;
    transform-origin: left top;
    transform: rotate(90deg);
    color: #eee; }
  #collectionWrap > .titleBox {
    margin-left: 240px; }
  @media screen and (max-width: 1000px) {
    #collectionWrap > h2 {
      position: absolute;
      font-size: 6rem;
      top: -7px;
      left: 50px; }
    #collectionWrap > .titleBox {
      margin-left: 140px; } }
  @media screen and (max-width: 600px) {
    #collectionWrap {
      padding: 50px 20px; }
      #collectionWrap > h2 {
        display: none; }
      #collectionWrap > .titleBox {
        margin-left: 20px; } }

#wristwatchSection {
  position: relative;
  width: calc(100% - 200px);
  right: -20px;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 100px;
  background-color: #f1f1f1;
  padding: 50px 20px; }
  #wristwatchSection > ul {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
    #wristwatchSection > ul > li {
      width: 23%;
      margin-right: 2.6666%;
      margin-bottom: 20px; }
      #wristwatchSection > ul > li > a > img {
        width: 100%; }
      #wristwatchSection > ul > li:nth-of-type(4n) {
        margin-right: 0; }
  @media screen and (max-width: 1000px) {
    #wristwatchSection {
      width: calc(100% - 100px); } }
  @media screen and (max-width: 600px) {
    #wristwatchSection {
      width: calc(100% + 40px);
      right: 0;
      padding-right: 40px;
      margin-bottom: 50px; }
      #wristwatchSection > ul > li {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 20px; }
        #wristwatchSection > ul > li:nth-of-type(2n) {
          margin-right: 0; } }

#smartwatchSection {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px; }
  #smartwatchSection > ul {
    display: flex;
    justify-content: space-between; }
    #smartwatchSection > ul > li {
      width: 32%; }
      #smartwatchSection > ul > li > a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        background-color: #f1f1f1;
        border: 1px solid #999; }
        #smartwatchSection > ul > li > a > img {
          height: 120px; }
  @media screen and (max-width: 1400px) {
    #smartwatchSection > ul > li > a > img {
      height: 80px; } }
  @media screen and (max-width: 600px) {
    #smartwatchSection {
      margin-bottom: 50px; }
      #smartwatchSection > ul {
        display: block; }
        #smartwatchSection > ul > li {
          width: 100%;
          margin-bottom: 10px; }
          #smartwatchSection > ul > li > a > img {
            height: 80px; } }

#wallclockSection {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px; }
  @media screen and (max-width: 600px) {
    #wallclockSection {
      margin-bottom: 50px; } }

.naireclockBox {
  display: block;
  border: 1px solid #999;
  padding: 50px;
  margin-bottom: 50px; }
  .naireclockBox > div {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .naireclockBox > div > img {
      width: 40%; }
    .naireclockBox > div > div {
      width: 60%;
      text-align: center; }
      .naireclockBox > div > div > h4 {
        color: #716e97;
        margin-bottom: 10px; }
  .naireclockBox > ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .naireclockBox > ul > li {
      width: 50%;
      display: flex;
      align-items: center;
      margin-bottom: 30px; }
      .naireclockBox > ul > li > img {
        width: 100px;
        margin-right: 20px; }
      .naireclockBox > ul > li > h4 {
        font-weight: 400; }
  @media screen and (max-width: 1000px) {
    .naireclockBox > div {
      display: block;
      text-align: center; }
      .naireclockBox > div > img {
        width: 100%;
        max-width: 260px; }
      .naireclockBox > div > div {
        width: 100%; }
    .naireclockBox > ul {
      display: block; }
      .naireclockBox > ul > li {
        width: 100%;
        margin-right: 0; } }
  @media screen and (max-width: 600px) {
    .naireclockBox {
      padding: 30px 20px; }
      .naireclockBox > ul > li {
        margin-bottom: 15px; }
        .naireclockBox > ul > li > img {
          width: 70px;
          margin-right: 10px; }
        .naireclockBox > ul > li > h4 {
          font-size: 1.6rem; } }

.seikoBox {
  display: block;
  padding: 50px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border: 1px solid #999; }
  .seikoBox > img {
    display: block;
    width: 80%;
    max-width: 300px;
    margin: 0 auto; }

/*==============================
|| rankingWrap
==============================*/
#rankingWrap {
  padding: 100px 20px;
  padding-left: 200px;
  margin-bottom: 100px;
  background: linear-gradient(to right, #f3f2f7 70%, transparent 70%); }
  @media screen and (max-width: 1400px) {
    #rankingWrap {
      padding-left: 100px; } }
  @media screen and (max-width: 1000px) {
    #rankingWrap {
      background: linear-gradient(to right, #f3f2f7 70%, transparent 70%);
      padding-left: 50px; } }
  @media screen and (max-width: 600px) {
    #rankingWrap {
      padding: 50px 20px;
      background: linear-gradient(to right, #f3f2f7 80%, transparent 80%);
      padding-left: 20px;
      margin-bottom: 50px; } }

.slick-prev {
  top: 40% !important;
  left: 15px !important;
  z-index: 10; }
  .slick-prev::before {
    color: #333 !important; }
  @media screen and (max-width: 600px) {
    .slick-prev {
      display: none !important; } }

.slick-next {
  top: 40% !important;
  right: 15px !important;
  z-index: 10; }
  .slick-next::before {
    color: #333 !important; }
  @media screen and (max-width: 600px) {
    .slick-next {
      display: none !important; } }

.rankingList a {
  position: relative;
  display: block;
  padding-right: 20px;
  margin-bottom: 20px; }
  .rankingList a > img {
    width: 100%; }
  .rankingList a > span:nth-of-type(1) {
    content: "1";
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-size: 1.8rem;
    display: flex;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #ccc;
    background-color: #fff;
    align-items: center;
    justify-content: center; }
  .rankingList a > span:nth-of-type(2) {
    font-size: 1.2rem;
    line-height: 1.4rem; }
  .rankingList a > p {
    font-size: 1.4rem;
    line-height: 1.6rem; }
  .rankingList a > h4 {
    font-weight: 200; }

/*==============================
|| afterWrap
==============================*/
#afterWrap {
  width: calc(100% - 40px);
  max-width: 800px;
  margin: 0 auto 100px;
  text-align: center;
  background-color: #f1f1f1;
  border: 1px solid #999;
  padding: 50px; }
  #afterWrap > h2 {
    margin-bottom: 20px; }
  #afterWrap > h4 {
    margin-bottom: 20px; }
  @media screen and (max-width: 600px) {
    #afterWrap {
      padding: 30px 20px;
      margin-bottom: 50px; }
      #afterWrap > p {
        text-align: justify; }
        #afterWrap > p > br {
          display: none; } }

/*==============================
|| goldWrap
==============================*/
#goldWrap {
  padding: 0; }

#goldaboutSection {
  position: relative;
  width: 100%;
  background: linear-gradient(to left, #d5e0e7, #f1f1f1);
  text-align: center;
  padding: 50px 20px 100px; }
  #goldaboutSection > h3 {
    position: relative;
    z-index: 2;
    color: #67657b;
    margin-bottom: 10px; }
  #goldaboutSection > p {
    position: relative;
    z-index: 2;
    margin-bottom: 20px; }
  #goldaboutSection > ul {
    position: relative;
    z-index: 2;
    margin-bottom: 20px; }
    #goldaboutSection > ul > li {
      display: flex;
      align-items: center;
      justify-content: center; }
      #goldaboutSection > ul > li > img {
        width: 16px;
        filter: invert(44%) sepia(12%) saturate(9%) hue-rotate(344deg) brightness(86%) contrast(85%);
        margin-right: 5px; }
      #goldaboutSection > ul > li > p {
        font-weight: bold;
        color: #67657b; }
  #goldaboutSection > img {
    position: absolute;
    width: 300px;
    bottom: 0;
    left: 0;
    z-index: 1; }
  @media screen and (max-width: 1000px) {
    #goldaboutSection {
      padding-bottom: 150px; } }
  @media screen and (max-width: 600px) {
    #goldaboutSection {
      padding-bottom: 200px; } }

#goldserviceSection {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  top: -70px;
  border: 1px solid #999;
  background-color: #fff;
  display: flex;
  padding: 30px 20px; }
  @media screen and (max-width: 600px) {
    #goldserviceSection {
      display: block; } }

.goldserviceBox {
  width: 50%;
  padding: 30px;
  border-right: 1px solid #999; }
  .goldserviceBox > h4 {
    text-align: center;
    color: #67657b;
    margin-bottom: 10px; }
  .goldserviceBox > p {
    margin-bottom: 20px; }
    .goldserviceBox > p > b {
      text-decoration: underline; }
  .goldserviceBox > ul {
    margin-bottom: 20px; }
    .goldserviceBox > ul > li > p {
      font-weight: bold;
      color: #67657b;
      text-align: center; }
  .goldserviceBox > div {
    display: flex;
    align-items: center; }
    .goldserviceBox > div > img {
      width: 120px;
      margin-right: 20px; }
    .goldserviceBox > div > p {
      text-align: justify; }
  @media screen and (max-width: 600px) {
    .goldserviceBox {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #999;
      padding: 30px 0; }
      .goldserviceBox > div {
        display: block; }
        .goldserviceBox > div > img {
          display: block;
          margin: 0 auto 20px; }
        .goldserviceBox > div > p {
          text-align: justify; } }

.goldmeritBox {
  width: 50%;
  padding: 30px 60px; }
  .goldmeritBox > h4 {
    text-align: center;
    color: #67657b;
    margin-bottom: 10px; }
  .goldmeritBox > h4 {
    text-align: center;
    color: #67657b;
    margin-bottom: 10px; }
  .goldmeritBox > h5 {
    font-weight: 500;
    color: #67657b;
    text-decoration: underline; }
  .goldmeritBox > p {
    margin-bottom: 20px; }
  @media screen and (max-width: 600px) {
    .goldmeritBox {
      width: 100%;
      padding: 30px 0px 0; } }

/*==============================
|| historyWrap
==============================*/
#historyWrap {
  width: 100%;
  padding: 100px 20px;
  background-image: url("../img/front/historyBack.jpg");
  background-size: cover;
  background-position: center center; }

#historySection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }
  #historySection > img {
    width: 50%; }
  #historySection > div {
    width: 50%;
    padding-left: 30px; }
    #historySection > div > h2 {
      color: #fff;
      margin-bottom: 20px;
      text-shadow: 0 0 10px black; }
    #historySection > div > p {
      color: #fff;
      text-shadow: 0 0 5px black; }
  @media screen and (max-width: 800px) {
    #historySection {
      display: block; }
      #historySection > img {
        width: 100%;
        margin-bottom: 20px; }
      #historySection > div {
        width: 100%;
        padding: 0; } }

/*==============================
|| snsWrap
==============================*/
#snsWrap {
  padding: 100px 20px;
  background-color: #f1f1f1; }
  #snsWrap > .titleBox {
    text-align: center; }
  @media screen and (max-width: 600px) {
    #snsWrap {
      padding: 50px 20px; } }

.youtubeList {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between; }
  .youtubeList > li {
    width: 31%; }
    .youtubeList > li > a {
      display: block; }
      .youtubeList > li > a > img {
        width: 100%;
        border-radius: 15px;
        margin-bottom: 5px; }
      .youtubeList > li > a > p {
        font-size: 1.4rem;
        line-height: 1.8rem; }
  @media screen and (max-width: 600px) {
    .youtubeList {
      display: block; }
      .youtubeList > li {
        width: 100%;
        max-width: 280px;
        margin: 0 auto 20px; } }

#instaSection {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

/*==============================
|| companyWrap
==============================*/
#companyWrap {
  padding: 100px 20px; }
  @media screen and (max-width: 600px) {
    #companyWrap {
      padding: 50px 20px; } }

#accessSection {
  display: flex;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 50px;
  align-items: center; }
  #accessSection > img {
    width: 50%; }
  #accessSection > div {
    padding-left: 50px; }
  @media screen and (max-width: 600px) {
    #accessSection {
      display: block; }
      #accessSection > img {
        display: block;
        width: 80%;
        margin: 0 auto 20px; }
      #accessSection > div {
        padding: 0; } }

#companySection {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center; }
  #companySection > table {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 50px;
    border-collapse: collapse;
    border-spacing: 0; }
    #companySection > table th {
      padding: 30px 30px;
      font-weight: 600;
      border-top: 1px solid #999;
      border-bottom: 1px solid #999; }
    #companySection > table td {
      text-align: left;
      padding: 30px 20px;
      font-weight: 400;
      border-top: 1px solid #999;
      border-bottom: 1px solid #999; }
  @media screen and (max-width: 600px) {
    #companySection > table th, #companySection > table > td {
      padding: 15px; } }

.shopBox {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  .shopBox > a {
    width: 30%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #999; }
  @media screen and (max-width: 800px) {
    .shopBox {
      display: block; }
      .shopBox > a {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto 10px; }
        .shopBox > a > img {
          height: 30px; } }

#contactWrap {
  padding: 0 20px 100px; }
  @media screen and (max-width: 600px) {
    #contactWrap {
      padding: 0 20px 50px; } }

#contactSection {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  background-color: #f1f1f1;
  padding: 50px; }
  #contactSection > hr {
    display: block;
    border-bottom: none;
    background-color: #999;
    height: 1px;
    width: 80px;
    margin: 10px auto; }
  #contactSection a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    margin-bottom: 50px; }
    #contactSection a > img {
      width: 24px;
      filter: invert(44%) sepia(12%) saturate(9%) hue-rotate(344deg) brightness(86%) contrast(85%);
      margin-right: 5px; }
    #contactSection a > p {
      margin-right: 10px; }
    #contactSection a > h3 {
      font-weight: 900;
      margin-bottom: 3px; }
  #contactSection input[type="text"], #contactSection input[type="email"], #contactSection textarea {
    width: 100%;
    max-width: 350px;
    border: 1px solid #999;
    border-radius: 5px;
    padding: 5px;
    margin-bottom: 10px; }
  #contactSection input[type="submit"] {
    display: block;
    margin: 0 auto;
    padding: 10px 50px;
    text-align: center;
    background-color: #666;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 5px; }
  @media screen and (max-width: 600px) {
    #contactSection {
      padding: 30px 20px; } }

/*=================================================================
|| archive
===================================================================*/
/* SCSS Document */
/*=================================================================
|| news
===================================================================*/
/*==============================
|| newsWrap
==============================*/
#newsWrap {
  position: relative;
  padding: 100px 20px 100px; }

.post {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px;
  background-color: #f1f1f1;
  padding: 30px 20px;
  border-bottom: 1px solid #ccc; }
  .post > h2 {
    width: 100%;
    text-align: center; }
  .post > p {
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px; }
  .post .post-content img {
    max-width: 100%;
    height: auto; }
  .post:last-of-type {
    margin-bottom: 0; }
