/* CSS Document */
/* CSS Document */
/* CSS Document */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
}

body {
  background-image: url(../images/illust-1.png), url(../images/illust-2.png), url(../images/illust-1.png);
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: right -330px top 500px, left -230px top 1500px, right -200px top 2500px;
}
body p {
  line-height: 2;
}
body h1,
body h2,
body h3 {
  line-height: 1.5;
}
body h1,
body h2,
body h3 {
  font-size: 50px;
  margin: 0;
}
body h4,
body h5,
body h6 {
  font-size: 24px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  body h1,
  body h2,
  body h3 {
    font-size: 24px;
    margin: 0;
  }
}

.btn {
  line-height: 1.5;
}
.btn a {
  text-decoration: none;
  color: #000000;
}
.btn:hover {
  opacity: 0.8;
}

.fadein {
  opacity: 0;
}

.fadein.show {
  -webkit-animation-name: fadein;
          animation-name: fadein;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sp-show {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-show {
    display: block;
  }
}
#c1-b {
  padding: 100px 40px;
}
#c1-b h2 {
  margin-bottom: 30px;
  text-align: center;
}
#c1-b .img-1 {
  position: relative;
}
#c1-b .img-2 {
  position: absolute;
  width: 25%;
  bottom: -4.1666666667%;
  right: 0;
}
#c1-b img {
  width: 100%;
  height: auto;
}
#c1-b .text-2 {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
#c1-b .btn {
  border: 1px solid #000000;
  border-radius: 0;
  width: 33.3333333333%;
  display: block;
  padding: 1rem;
  position: relative;
  margin: 0 auto;
}
#c1-b .btn::after {
  display: block;
  content: " ";
  width: 100%;
  height: calc(3rem + 9px);
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center right 10px;
  top: 0;
  left: 0;
}
#c1-b .btn:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #c1-b .img-2 {
    position: relative;
    margin-top: -75px;
    margin-left: auto;
  }
  #c1-b .text-2 {
    width: 100%;
  }
  #c1-b .btn {
    min-width: 100%;
  }
}

#c1-c {
  margin: 0;
  padding: 100px 40px;
  background-image: url(../images/common/background.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: cover;
  display: grid;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#c1-c h2 {
  display: block;
  text-align: center;
  margin-bottom: 2rem;
}
#c1-c .img-1 {
  position: absolute;
  width: 16.6666666667%;
  z-index: 1;
  right: 16.6666666667%;
  top: -25%;
}
#c1-c .img-2 {
  position: absolute;
  width: 25%;
  bottom: -4.1666666667%;
  right: 0;
}
#c1-c img {
  width: 100%;
  height: auto;
}
#c1-c .text-2 {
  grid-row: 1/2;
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}
#c1-c .btn {
  grid-row: 2/3;
  border: 1px solid #000000;
  border-radius: 0;
  width: 33.3333333333%;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
  text-align: center;
}
#c1-c .btn::after {
  display: block;
  content: " ";
  width: 100%;
  height: calc(3rem + 9px);
  position: absolute;
  z-index: 1;
  background-image: url(../images/c1-a/btn.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #c1-c {
    height: auto;
  }
  #c1-c .img-1 {
    position: relative;
    margin-top: 0;
    margin-left: auto;
    right: 0;
    top: calc(-33.3333333333% - 100px);
  }
  #c1-c .text-1 {
    width: 100%;
  }
  #c1-c .btn {
    min-width: 100%;
  }
}

#c2-m {
  padding: 100px 0;
}
#c2-m h2 {
  text-align: center;
  font-size: 43.2px;
  margin-bottom: 30px;
}
#c2-m h3 {
  font-size: 43.2px;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.4;
}
#c2-m p {
  font-size: 18px;
}
#c2-m .img-1 {
  width: 100%;
  position: relative;
  z-index: 0;
}
#c2-m .img-2 {
  width: 16.6666666667%;
  position: absolute;
  left: calc((100vw - 1160px) / 2);
  bottom: -100px;
  z-index: 1;
}
#c2-m img {
  width: 100%;
  height: auto;
}
#c2-m .grid-row-1 {
  background-image: url(../images/common/9.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 50vw;
}
#c2-m .grid-row-2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  background-image: url(../images/common/background.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 50vw;
}
#c2-m .grid-row-2-inner {
  width: 75%;
  margin: 0 auto;
}
#c2-m .btn {
  border: 1px solid #cccccc;
  border-radius: 0;
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
}
#c2-m .btn::after {
  display: block;
  content: " ";
  width: 100%;
  height: calc(3rem + 9px);
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center right 10px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #c2-m {
    overflow-x: hidden;
    padding-bottom: 0;
  }
  #c2-m p {
    font-size: 16px;
  }
  #c2-m h2 {
    font-size: 24px;
  }
  #c2-m .img-2 {
    left: 40px;
    bottom: 0;
  }
  #c2-m .grid-row-1 {
    grid-column: span 12;
    height: 100vw;
  }
  #c2-m .grid-row-2 {
    grid-column: span 12;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #c2-m .grid-row-2-inner {
    width: 91.6666666667%;
    margin: 0 auto;
  }
}

#c2-n {
  padding: 100px 40px;
}
#c2-n .gap {
  grid-column: span 1;
}
#c2-n p {
  max-height: 36rem;
}
#c2-n .writingmode-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 18px;
}
#c2-n h2 {
  position: relative;
  margin-bottom: 1rem;
}
#c2-n .img-1 {
  width: 16.6666666667%;
  position: absolute;
  top: -50px;
  left: 50px;
}
#c2-n .img-2 {
  width: 100%;
  padding-top: 120px;
}
#c2-n .img-3 {
  width: 100%;
  padding-top: 40px;
}
#c2-n .img-4 {
  width: 50%;
  margin-left: auto;
}
#c2-n img {
  width: 100%;
  height: auto;
}
#c2-n .grid-row-1 {
  padding-top: 200px;
}
#c2-n .grid-row-2 {
  padding-top: 200px;
}
#c2-n .btn {
  border: 1px solid #cccccc;
  border-radius: 0;
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
  text-align: center;
  background-color: #ffffff;
}
#c2-n .btn::after {
  display: block;
  content: " ";
  width: 100%;
  height: calc(3rem + 9px);
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center right 10px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #c2-n {
    padding: 100px 20px;
    overflow-x: hidden;
  }
  #c2-n h2 {
    text-align: center;
  }
  #c2-n h2::after {
    content: "";
    display: block;
    margin-bottom: 0.3em;
    margin-right: 0px;
    position: relative;
    top: -1.2rem;
    right: -100px;
  }
  #c2-n p {
    text-align: center;
  }
  #c2-n .gap {
    grid-column: span 12;
    display: none;
  }
  #c2-n .grid-row-1 {
    grid-column: span 12;
  }
  #c2-n .grid-row-2 {
    grid-column: span 11;
    max-height: 30rem;
    z-index: 1;
  }
  #c2-n .grid-row-3 {
    grid-column: span 12;
  }
  #c2-n .grid-row-4 {
    grid-column: span 12;
    margin-top: -120px;
  }
  #c2-n .img-1 {
    width: 30%;
    top: 200px;
    left: auto;
    right: 0;
  }
  #c2-n .img-2 {
    padding-top: 0;
  }
  #c2-n .img-3 {
    padding-top: 0;
  }
}

.top_lunch {
  background-image: url(../images/common/ashirai1.png);
  background-repeat: no-repeat;
  background-position: bottom 0 left -200px;
}

.top_sukiyaki {
  background-image: url(../images/common/ashirai2.png);
  background-repeat: no-repeat;
  background-position: bottom 0 right -600px;
}

.top_sushi {
  background-image: url(../images/common/ashirai3.png);
  background-repeat: no-repeat;
  background-position: bottom 0 left -400px;
}

.top_omotenashi {
  background-image: url(../images/common/ashirai2.png);
  background-repeat: no-repeat;
  background-position: top -200px right -400px;
}

#c2-o {
  padding: 100px 40px;
}
#c2-o .gap {
  grid-column: span 1;
}
#c2-o p {
  max-height: 24rem;
  display: inline-block;
}
#c2-o .writingmode-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#c2-o h2 {
  position: relative;
  display: inline-block;
}
#c2-o .img-1 {
  position: absolute;
  left: -16.6666666667%;
}
#c2-o .img-2 {
  width: 100%;
  padding-top: 120px;
}
#c2-o .img-3 {
  width: 100%;
  padding-top: 40px;
}
#c2-o .img-4 {
  position: relative;
  width: 50%;
  margin-left: auto;
  right: -300px;
  bottom: -300px;
  z-index: -1;
}
#c2-o img {
  width: 100%;
  height: auto;
}
#c2-o .text-1 {
  position: absolute;
  right: 1rem;
}
#c2-o .text-2 {
  position: absolute;
  right: 7rem;
}
#c2-o .grid-row-1 {
  padding-top: 100px;
  position: relative;
}
#c2-o .grid-row-2 {
  position: relative;
}
#c2-o .grid-row-3 {
  position: relative;
  top: -300px;
  right: 10%;
}
#c2-o .btn {
  border: 1px solid #cccccc;
  border-radius: 0;
  width: 100%;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
  text-align: center;
  background-color: #ffffff;
}
#c2-o .btn::after {
  display: block;
  content: " ";
  width: 100%;
  height: calc(3rem + 9px);
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center right 10px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1160px) {
  #c2-o .img-4 {
    right: -200px;
    bottom: -200px;
  }
}
@media screen and (max-width: 768px) {
  #c2-o {
    padding: 100px 20px;
    overflow-x: hidden;
  }
  #c2-o h2::after {
    content: "";
    display: block;
    margin-bottom: 0.3em;
    margin-right: 0px;
    position: relative;
    top: -1.2rem;
    right: -100px;
  }
  #c2-o .writingmode-rl {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
  #c2-o .gap {
    grid-column: span 12;
  }
  #c2-o .grid-row-1 {
    padding: 0;
    grid-column: span 6;
    height: auto;
  }
  #c2-o .grid-row-2 {
    padding: 0;
    grid-column: span 6;
    max-height: auto;
    z-index: 1;
  }
  #c2-o .grid-row-3 {
    z-index: 1;
    grid-column: span 12;
    position: unset;
    margin-top: -150px;
  }
  #c2-o .img-1 {
    width: 50%;
    top: -10%;
    left: 0;
  }
  #c2-o .img-2 {
    padding-top: 0;
  }
  #c2-o .img-3 {
    padding-top: 0;
  }
  #c2-o .img-4 {
    top: -70px;
    left: 50%;
    position: relative;
    z-index: 1;
  }
  #c2-o .text-1 {
    position: unset;
    right: 1rem;
    width: 100%;
  }
  #c2-o .text-2 {
    position: unset;
    right: 5rem;
  }
}

h2.menu {
  font-size: 30px;
  text-align: left !important;
  margin-bottom: 1rem !important;
}

.price {
  font-size: 2rem;
}

.price2 {
  font-size: 1rem;
  margin-left: 1rem;
}

@media screen and (max-width: 768px) {
  h2.menu {
    font-size: 20px;
    text-align: left !important;
    margin-bottom: 1rem !important;
  }
}
.shop-1 {
  background-image: url(../images/common/30.jpg) !important;
}

.shop-2 {
  background-image: url(../images/common/33.jpg) !important;
}

table {
  padding: 1em;
  background-color: #ffffff;
  border-radius: 1em;
}
table.table_style-1 {
  width: 100%;
}
table.table_style-1 tbody tr td {
  border: 1px solid #cccccc;
  padding: 1em;
}

.menu-title {
  font-size: 2.2rem;
  margin-bottom: 1.5rem;
}

.menu-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 0;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 1rem;
  background-position: left top 0.8rem;
}
.menu-flex .menu-flex-left {
  background-color: #ffffff;
  padding-right: 0.5rem;
}
.menu-flex .menu-flex-right {
  background-color: #ffffff;
  padding-left: 0.5rem;
}

.menu-list-sub {
  font-size: 0.8rem;
  font-weight: 300;
}
.menu-list-price {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: right;
  line-height: 1;
  margin-bottom: 0.8rem;
}
.menu-list-tax {
  display: block;
  font-size: 0.7rem;
  font-weight: 300;
  text-align: right;
}

.menu-recommend {
  border: 1px solid #cccccc;
  padding: 2rem;
}
.menu-recommend h3 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}
.menu-recommend strong {
  font-size: 1.2rem;
}
.menu-recommend-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}
.menu-recommend .number {
  display: block;
  padding: 0rem 0.5rem 0.2rem;
  margin-top: 0.2rem;
  margin-right: 1rem;
  background-color: #000000;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .menu-title {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
  .menu-flex {
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 1rem;
    background-position: left top 0.5rem;
  }
  .menu-flex-backnone {
    background: none;
  }
  .menu-list-sub {
    font-size: 0.4rem;
    font-weight: 300;
    letter-spacing: 0;
  }
  .menu-list-price {
    font-size: 1rem;
    font-weight: 500;
    text-align: right;
    line-height: 1;
    margin-bottom: 0.4rem;
    min-width: 4.5rem;
  }
  .menu-list-tax {
    font-size: 0.6rem;
    font-weight: 300;
    text-align: right;
  }
  .menu-recommend {
    border: 1px solid #cccccc;
    padding: 1rem;
    font-size: 0.8rem;
  }
  .menu-recommend h3 {
    font-size: 1.2rem;
    margin-bottom: 1.2rem;
  }
  .menu-recommend strong {
    font-size: 1rem;
  }
  .menu-recommend .number {
    display: block;
    padding: 0rem 0.5rem 0.2rem;
    margin-top: 0.2rem;
    margin-right: 1rem;
    background-color: #000000;
    color: #ffffff;
  }
}
.font-size-05rem {
  font-size: 0.5rem;
}

.font-size-08rem {
  font-size: 0.8rem;
}

.font-size-1rem {
  font-size: 2rem;
}

.font-size-15rem {
  font-size: 2rem;
}

.font-size-2rem {
  font-size: 2rem;
}

.font-size-3rem {
  font-size: 3rem;
}

.font-size-4rem {
  font-size: 4rem;
}

.spacer {
  display: block;
  height: 30px;
}

.btn {
  border: 1px solid #000000;
  border-radius: 0;
  width: 100%;
  display: block;
  padding: 1rem;
  position: relative;
  margin: 0 auto;
}
.btn::after {
  display: block;
  content: " ";
  width: 100%;
  height: calc(3rem + 9px);
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center right 10px;
  top: 0;
  left: 0;
}
.btn:hover {
  opacity: 0.8;
}

.translation_area {
  padding: 4px 0;
}
.translation_area a {
  line-height: 0;
  padding: 0;
  margin: 0;
}
.translation_area ul {
  margin-bottom: 0;
  padding-bottom: 0;
}

.translation_jp {
  width: 30px;
  height: auto;
  padding-right: 4px;
}

/* CSS Document */
/* CSS Document */
.grid-container-fluid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 40px;
  width: 100%;
  margin: 0 auto;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 40px;
  max-width: 1160px;
  margin: 0 auto;
}

.grid-container-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 40px;
  max-width: 1160px;
  margin: 0 auto;
}

.grid-container-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  max-width: 1160px;
  margin: 0 auto;
}

.grid-container-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  max-width: 1160px;
  margin: 0 auto;
}

.grid-container-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  max-width: 1160px;
  margin: 0 auto;
}

.grid-container-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 40px;
  max-width: 1160px;
  margin: 0 auto;
}

.grid-container-6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 40px;
  max-width: 1160px;
  margin: 0 auto;
}

.grid-container-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 40px;
  max-width: 1160px;
  margin: 0 auto;
}

.g0 {
  grid-gap: 0;
}

.grid-item-12 {
  grid-column: span 12;
}

.grid-item-11 {
  grid-column: span 11;
}

.grid-item-10 {
  grid-column: span 10;
}

.grid-item-9 {
  grid-column: span 9;
}

.grid-item-8 {
  grid-column: span 8;
}

.grid-item-7 {
  grid-column: span 7;
}

.grid-item-6 {
  grid-column: span 6;
}

.grid-item-5 {
  grid-column: span 5;
}

.grid-item-4 {
  grid-column: span 4;
}

.grid-item-3 {
  grid-column: span 3;
}

.grid-item-2 {
  grid-column: span 2;
}

.grid-item-1 {
  grid-column: span 1;
}

.grid-item {
  position: relative;
}

@media screen and (max-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-container-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-container-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-container-4 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-container-12 {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .grid-item-12 {
    grid-column: span 1;
  }
  .grid-item-11 {
    grid-column: span 1;
  }
  .grid-item-10 {
    grid-column: span 1;
  }
  .grid-item-9 {
    grid-column: span 1;
  }
  .grid-item-8 {
    grid-column: span 1;
  }
  .grid-item-7 {
    grid-column: span 1;
  }
  .grid-item-6 {
    grid-column: span 1;
  }
  .grid-item-5 {
    grid-column: span 1;
  }
  .grid-item-4 {
    grid-column: span 1;
  }
  .grid-item-3 {
    grid-column: span 1;
  }
  .grid-item-2 {
    grid-column: span 1;
  }
  .grid-item-1 {
    grid-column: span 1;
  }
  #c4-a .grid-item {
    grid-column: span 3 !important;
  }
  .lh-sp-14 {
    line-height: 1.4;
  }
}
/* CSS Document */
/* CSS Document */
#c1-a {
  padding: 100px 40px;
}
#c1-a .img-1 {
  position: relative;
}
#c1-a .img-2 {
  position: absolute;
  width: 25%;
  top: -8.3333333333%;
  right: 0;
}
#c1-a img {
  width: 100%;
  height: auto;
}
#c1-a .text-1 {
  margin-bottom: 40px;
}
#c1-a .btn {
  border: 1px solid #000000;
  border-radius: 0;
  width: 33.3333333333%;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
}
#c1-a .btn::after {
  display: block;
  content: " ";
  width: 100%;
  height: calc(3rem + 9px);
  position: absolute;
  z-index: 1;
  background-image: url(../images/c1-a/btn.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #c1-a .btn {
    min-width: 220px;
  }
}

#c1-d {
  margin: 100px 0;
  padding: 0px 40px 100px;
  background-image: url(../images/c1-c/1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: grid;
  position: relative;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
#c1-d .grid-container-1 {
  margin-top: -2rem;
}
#c1-d h2 {
  display: block;
  margin-bottom: 2rem;
}
#c1-d h2::after {
  display: block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 30px 0;
}
#c1-d h3 {
  font-size: 24px;
  margin-bottom: 2rem;
  width: 33.3333333333%;
}
#c1-d .img-1 {
  position: absolute;
  width: 16.6666666667%;
  z-index: 1;
  right: 16.6666666667%;
  top: -25%;
}
#c1-d .img-2 {
  position: absolute;
  width: 25%;
  bottom: -4.1666666667%;
  right: 0;
}
#c1-d img {
  width: 100%;
  height: auto;
}
#c1-d .text-1 {
  grid-row: 1/2;
  width: 66.6666666667%;
  margin-bottom: 40px;
}
#c1-d .btn {
  grid-row: 2/3;
  border: 1px solid #000000;
  border-radius: 0;
  width: 33.3333333333%;
  padding: 1rem;
  position: relative;
  text-align: center;
}
#c1-d .btn::after {
  display: block;
  content: " ";
  width: 100%;
  height: calc(3rem + 9px);
  position: absolute;
  z-index: 1;
  background-image: url(../images/c1-a/btn.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #c1-d h3 {
    width: 100%;
  }
  #c1-d .img-1 {
    position: relative;
    margin-top: 0px;
    margin-left: auto;
    width: 25%;
    right: 0;
  }
  #c1-d .text-1 {
    width: 100%;
  }
  #c1-d .btn {
    min-width: 100%;
  }
}

#c1-e {
  padding: 100px 40px;
}
#c1-e h2 {
  display: inline-block;
  margin-bottom: 2rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: relative;
  margin-top: 3rem;
}
#c1-e h2::after {
  display: inline-block;
  content: "";
  width: 50px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 2.2rem;
  right: -5rem;
}
#c1-e .grid-row-1 {
  grid-row: 2/3;
  grid-column: 12/13;
}
#c1-e .grid-row-2 {
  grid-row: 2/3;
  grid-column: 6/13;
  padding: 40px;
  background-color: #ffffff;
}
#c1-e .grid-row-3 {
  grid-row: 1/3;
  grid-column: 1/11;
}
#c1-e .grid-row-4 {
  grid-row: 1/2;
  grid-column: 10/13;
  position: relative;
  z-index: 1;
  margin-top: -100px;
}
#c1-e .img-1 {
  position: relative;
  width: 100%;
  z-index: -1;
}
#c1-e .img-2 {
  width: 100%;
}
#c1-e img {
  width: 100%;
  height: auto;
}
#c1-e .text-1 {
  grid-row: 1/2;
  width: 66.6666666667%;
  margin-bottom: 40px;
}
#c1-e .btn {
  grid-row: 2/3;
  border: 1px solid #000000;
  border-radius: 0;
  width: 33.3333333333%;
  padding: 1rem;
  position: relative;
  text-align: center;
}
#c1-e .btn::after {
  display: block;
  content: " ";
  width: 100%;
  height: calc(3rem + 9px);
  position: absolute;
  z-index: 1;
  background-image: url(../images/c1-a/btn.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #c1-e .text-1 {
    grid-row: 3/4;
    width: 100%;
    margin-bottom: 40px;
  }
  #c1-e .grid-row-1 {
    grid-row: 2/3;
    grid-column: 1/13;
  }
  #c1-e .grid-row-2 {
    grid-row: 2/3;
    grid-column: 4/13;
  }
  #c1-e .grid-row-3 {
    grid-row: 1/2;
    grid-column: 1/13;
  }
  #c1-e .grid-row-4 {
    grid-row: 1/2;
    grid-column: 8/13;
  }
  #c1-e .btn {
    min-width: 100%;
  }
}

/* CSS Document */
/* CSS Document */
#c2-a {
  padding: 100px 40px;
}
#c2-a .img-1 {
  position: relative;
  width: 66.6666666667%;
}
#c2-a .img-2 {
  position: relative;
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}
#c2-a .img-3 {
  position: relative;
  width: 66.6666666667%;
}
#c2-a .img-4 {
  position: absolute;
  top: 100px;
  right: 0;
  width: 66.6666666667%;
}
#c2-a .img-5 {
  position: absolute;
  bottom: -100px;
  right: 0;
  width: 50%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  z-index: -1;
}
#c2-a img {
  width: 100%;
  height: auto;
}
#c2-a .img-block {
  padding-bottom: 100px;
}
#c2-a .text-block {
  position: relative;
}

#c2-b {
  padding: 100px 40px;
}
#c2-b .gap {
  grid-column: span 1;
}
#c2-b h2 {
  position: absolute;
  z-index: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  left: -1rem;
  margin-top: -20px;
}
#c2-b h2::after {
  display: inline-block;
  content: "";
  width: 70px;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 1.4rem;
  margin-left: 10px;
}
#c2-b .img-1 {
  position: relative;
  width: 100%;
}
#c2-b .img-2 {
  position: absolute;
  width: 28.5714285714%;
  position: absolute;
  bottom: -80px;
  right: 0;
}
#c2-b .img-3 {
  position: relative;
  width: 100%;
}
#c2-b img {
  width: 100%;
  height: auto;
}
#c2-b .img-block {
  position: relative;
}
#c2-b .text-block {
  position: relative;
}
@media screen and (max-width: 768px) {
  #c2-b h2::after {
    display: inline-block;
    content: "";
    width: 60px;
    height: 1px;
    background-color: black;
    position: absolute;
    bottom: 1.2rem;
    margin-left: 10px;
  }
}

.c2-c {
  padding: 100px 40px;
}
.c2-c h2 {
  text-align: center;
  margin-bottom: 60px;
}
.c2-c .img-1 {
  position: relative;
  width: 100%;
}
.c2-c .img-2 {
  position: relative;
  width: 100%;
}
.c2-c img {
  width: 100%;
  height: auto;
}
.c2-c .text-block {
  position: relative;
}

#c2-d {
  padding: 100px 40px;
}
#c2-d h2 {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
#c2-d h2::after {
  width: 50px;
  height: 1px;
  background-color: #333333;
  content: "";
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: 100px;
  top: 25px;
}
#c2-d .img-1 {
  position: relative;
  width: 100%;
}
#c2-d .img-2 {
  position: relative;
  width: 100%;
}
#c2-d img {
  width: 100%;
  height: auto;
}
#c2-d .text-block {
  position: relative;
}

#c2-e {
  padding: 100px 40px;
  overflow-x: hidden;
}
#c2-e h2 {
  width: 83.3333333333%;
  text-align: right;
  margin-left: 16.6666666667%;
}
#c2-e h2::before {
  width: 50px;
  height: 1px;
  background-color: #333333;
  content: "";
  display: inline-block;
  margin-bottom: 0.3em;
  margin-right: 20px;
}
#c2-e h2 + p {
  width: 83.3333333333%;
  margin-left: 16.6666666667%;
  text-align: right;
  margin-bottom: 2rem;
}
#c2-e .img-1 {
  width: 100%;
}
#c2-e .img-2 {
  width: 116.6666666667%;
}
#c2-e img {
  width: 100%;
  height: auto;
}
#c2-e .text-block {
  position: relative;
}
@media screen and (max-width: 768px) {
  #c2-e {
    overflow-x: hidden;
  }
  #c2-e .img-1 {
    width: 116.6666666667%;
    position: relative;
    left: -80px;
  }
}

#c2-f {
  padding: 100px 40px;
}
#c2-f .gap {
  grid-column: span 1;
}
#c2-f .grid-row-1 {
  grid-row: 1/3;
  grid-column: 1/7;
}
#c2-f .grid-row-2 {
  grid-row: 1/2;
  grid-column: 7/11;
}
#c2-f .grid-row-3 {
  grid-row: 1/2;
  grid-column: 11/13;
}
#c2-f .grid-row-4 {
  grid-row: 2/4;
  grid-column: 7/13;
}
#c2-f h2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  right: -1rem;
  justify-self: left;
}
#c2-f h2::after {
  width: 50px;
  height: 1px;
  background-color: #333333;
  content: "";
  display: inline-block;
  margin-bottom: 0.3em;
  margin-right: 20px;
  position: absolute;
  left: 6rem;
  top: 1.5rem;
}
#c2-f .img-1 {
  width: 100%;
}
#c2-f .img-2 {
  width: 100%;
}
#c2-f img {
  width: 100%;
  height: auto;
}
#c2-f .text-block {
  position: relative;
}
@media screen and (max-width: 768px) {
  #c2-f {
    overflow-x: hidden;
  }
  #c2-f .grid-row-1 {
    grid-row: auto/auto;
    grid-column: auto/auto;
  }
  #c2-f .grid-row-2 {
    grid-row: auto/auto;
    grid-column: auto/auto;
  }
  #c2-f .grid-row-3 {
    grid-row: auto/auto;
    grid-column: auto/auto;
    justify-self: right;
    padding: 0;
    margin-top: -3rem;
  }
  #c2-f .grid-row-4 {
    grid-row: auto/auto;
    grid-column: auto/auto;
    width: 80%;
  }
}

#c2-g {
  padding: 100px 40px;
}
#c2-g p {
  max-height: 36rem;
}
#c2-g .writingmode-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#c2-g h2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#c2-g h2::before {
  width: 50px;
  height: 1px;
  background-color: #333333;
  content: "";
  display: inline-block;
  margin-bottom: 0.3em;
  margin-right: 20px;
}
#c2-g .img-1 {
  width: 100%;
}
#c2-g .img-2 {
  width: 33.3333333333%;
  margin-left: auto;
}
#c2-g .img-3 {
  width: 100%;
  position: relative;
}
#c2-g .img-4 {
  width: 33.3333333333%;
  position: relative;
  margin-top: -16.6666666667%;
  margin-left: -16.6666666667%;
  z-index: 1;
}
#c2-g img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #c2-g {
    overflow-x: hidden;
  }
  #c2-g .grid-row-1 {
    grid-column: span 1;
  }
  #c2-g .grid-row-2 {
    grid-column: span 11;
    justify-self: right;
    max-height: 16rem;
  }
  #c2-g .grid-row-3 {
    grid-column: span 12;
  }
  #c2-g .grid-row-4 {
    grid-column: span 12;
    margin-top: -120px;
  }
}

#c2-h {
  padding: 100px 40px;
}
#c2-h .gap {
  grid-column: span 2;
}
#c2-h h2 {
  text-align: center;
}
#c2-h h2::after {
  width: 50px;
  height: 1px;
  background-color: #333333;
  content: "";
  display: inline-block;
  margin-bottom: 0.3em;
  margin-right: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#c2-h h3 {
  font-weight: bold;
}
#c2-h .text-1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
}
#c2-h .text-2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
}
#c2-h .img-1 {
  width: 116.6666666667%;
  position: relative;
  margin-left: -16.6666666667%;
  z-index: -1;
}
#c2-h .img-2 {
  width: 116.6666666667%;
}
#c2-h img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #c2-h {
    overflow-x: hidden;
  }
  #c2-h .gap {
    grid-column: span 1;
  }
}

#c2-i {
  padding: 100px 40px;
}
#c2-i .gap {
  grid-column: span 1;
}
#c2-i h2::after {
  width: 50px;
  height: 1px;
  background-color: #333333;
  content: "";
  display: inline-block;
  margin-bottom: 0.3em;
  margin-right: 20px;
  margin-left: 20px;
}
#c2-i h3 {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.8;
}
#c2-i .img-1 {
  width: 100%;
}
#c2-i img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #c2-i {
    overflow-x: hidden;
  }
}

#c2-j {
  padding: 100px 40px;
}
#c2-j p {
  max-height: 24rem;
}
#c2-j .writingmode-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 18px;
}
#c2-j h2 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: relative;
}
#c2-j h2::after {
  width: 50px;
  height: 1px;
  background-color: #333333;
  content: "";
  display: inline-block;
  margin-bottom: 0.3em;
  margin-right: 20px;
  position: relative;
  top: -48px;
  right: -100px;
}
#c2-j .img-1 {
  width: 100%;
  position: relative;
}
#c2-j .img-2 {
  width: 33.3333333333%;
  position: relative;
  margin-top: 11.1111111111%;
  margin-left: -16.6666666667%;
  z-index: 1;
}
#c2-j img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #c2-j {
    overflow-x: hidden;
  }
  #c2-j .grid-row-1 {
    grid-column: span 1;
  }
  #c2-j .grid-row-2 {
    grid-column: span 11;
    justify-self: right;
    max-height: 16rem;
  }
  #c2-j .grid-row-3 {
    grid-column: span 12;
  }
  #c2-j .grid-row-4 {
    grid-column: span 12;
    margin-top: -120px;
  }
  #c2-j .img-2 {
    margin-top: -11.1111111111%;
    margin-left: 0;
  }
}

#c2-k {
  padding: 100px 40px;
}
#c2-k .writingmode-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#c2-k h2 {
  position: absolute;
  z-index: 1;
  top: 10px;
  font-size: 100px;
  line-height: 1;
}
#c2-k .img-1 {
  width: 100%;
  position: relative;
  z-index: 0;
}
#c2-k .img-2 {
  width: 50%;
  margin: 0 auto 100px;
}
#c2-k img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #c2-k {
    overflow-x: hidden;
  }
  #c2-k h2 {
    font-size: 50px;
  }
  #c2-k .img-2 {
    width: 16.6666666667%;
    margin: 0 auto 50px;
  }
}

#c2-l {
  padding: 100px 40px;
}
#c2-l h2 {
  text-align: center;
  font-size: 50px;
}
#c2-l h2::after {
  width: 70px;
  height: 1px;
  background-color: #333333;
  content: "";
  display: block;
  margin: 40px auto 50px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#c2-l h3 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.4;
}
#c2-l p {
  font-size: 18px;
}
#c2-l .img-1 {
  width: 100%;
  position: relative;
  z-index: 0;
}
#c2-l .img-2 {
  width: 33.3333333333%;
  margin-left: auto;
}
#c2-l img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #c2-l {
    overflow-x: hidden;
  }
  #c2-l h2 {
    font-size: 50px;
  }
  #c2-l .img-2 {
    width: 16.6666666667%;
    margin: 0 auto 50px;
  }
}

/* CSS Document */
/* CSS Document */
#c3-a {
  padding: 100px 40px;
}
#c3-a h2 {
  text-align: center;
  margin-bottom: 40px;
}
#c3-a img {
  width: 100%;
  height: auto;
}

#c3-b {
  padding: 100px 40px;
}
#c3-b h2 {
  text-align: center;
  margin-bottom: 40px;
}
#c3-b img {
  width: 100%;
  height: auto;
}
#c3-b .grid-row-2 {
  margin-top: 40px;
}
#c3-b .grid-row-3 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #c3-b .grid-row-2 {
    margin-top: 0px;
  }
  #c3-b .grid-row-3 {
    margin-top: 0px;
  }
}

#c3-c {
  padding: 100px 40px;
}
#c3-c .grid-container-12 {
  grid-template-rows: 200px 1fr;
}
#c3-c h2 {
  width: 200px;
  display: inline-block;
  position: relative;
  top: 90px;
  left: -60px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#c3-c h2::after {
  display: inline-block;
  content: "";
  width: 70px;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 1.4rem;
  margin-left: 10px;
}
#c3-c img {
  width: 100%;
  height: auto;
}
#c3-c .grid-row-1 {
  grid-row: 1/3;
  grid-column: 1/7;
}
#c3-c .grid-row-2 {
  grid-row: 1/2;
  grid-column: 7/10;
}
#c3-c .grid-row-3 {
  grid-row: 1/2;
  grid-column: 10/13;
}
#c3-c .grid-row-4 {
  grid-row: 2/3;
  grid-column: 7/13;
}
@media screen and (max-width: 768px) {
  #c3-c .grid-container-12 {
    grid-template-rows: 1fr;
    grid-gap: 20px;
  }
  #c3-c .grid-row-1 {
    grid-row: 1/3;
    grid-column: 1/13;
  }
  #c3-c .grid-row-2 {
    grid-row: 3/4;
    grid-column: 1/7;
  }
  #c3-c .grid-row-3 {
    grid-row: 3/4;
    grid-column: 7/13;
  }
  #c3-c .grid-row-4 {
    grid-row: 4/6;
    grid-column: 1/13;
  }
}

#c3-d {
  padding: 100px 40px;
}
#c3-d .grid-container-12 {
  grid-template-rows: 1fr;
  gap: 10px 40px;
}
#c3-d h2 {
  display: inline-block;
  position: relative;
  top: 20px;
  left: 0px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#c3-d h2::after {
  display: inline-block;
  content: "";
  width: 70px;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 1.4rem;
  margin-left: 10px;
}
#c3-d .img-2 {
  position: relative;
}
#c3-d .img-3 {
  position: relative;
}
#c3-d .price-1 {
  position: absolute;
  font-weight: bold;
}
#c3-d .price-1 span {
  font-size: 0.7rem;
}
#c3-d .price-2 {
  position: absolute;
  font-weight: bold;
}
#c3-d .price-2 span {
  font-size: 0.7rem;
}
#c3-d img {
  width: 100%;
  height: auto;
}
#c3-d .grid-row-1 {
  grid-row: 1/3;
  grid-column: 12/13;
}
#c3-d .grid-row-2 {
  grid-row: 1/3;
  grid-column: 1/7;
}
#c3-d .grid-row-3 {
  grid-row: 1/2;
  grid-column: 7/10;
}
#c3-d .grid-row-4 {
  grid-row: 2/3;
  grid-column: 9/12;
}
#c3-d .grid-row-5 {
  grid-row: 3/4;
  grid-column: 1/7;
}
@media screen and (max-width: 768px) {
  #c3-d h2 {
    top: -20px;
  }
  #c3-d .grid-container-12 {
    grid-template-rows: 1fr;
    grid-gap: 20px;
  }
  #c3-d .grid-row-1 {
    grid-row: 1/3;
    grid-column: 1/13;
  }
  #c3-d .grid-row-2 {
    grid-row: 1/3;
    grid-column: 1/13;
  }
  #c3-d .grid-row-3 {
    grid-row: 3/4;
    grid-column: 1/7;
  }
  #c3-d .grid-row-4 {
    grid-row: 3/4;
    grid-column: 7/13;
  }
  #c3-d .grid-row-5 {
    grid-row: 4/5;
    grid-column: 1/13;
  }
  #c3-d .price-1 {
    position: relative;
  }
  #c3-d .price-2 {
    position: relative;
  }
}

#c3-e {
  padding: 100px 40px;
}
#c3-e .grid-container-12 {
  grid-template-rows: 1fr;
  gap: 10px 40px;
}
#c3-e h2 {
  display: inline-block;
  position: relative;
}
#c3-e h2::after {
  display: inline-block;
  content: "";
  width: 70px;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 1.4rem;
  margin-left: 10px;
}
#c3-e .img-1 {
  position: relative;
}
#c3-e .img-2 {
  position: absolute;
  top: calc(-16.6666666667% - 20px);
  right: 0;
  width: 33.3333333333%;
}
#c3-e .img-3 {
  position: relative;
}
#c3-e .price-1 {
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
}
#c3-e .price-1 span {
  font-size: 25px;
}
#c3-e .price-2 {
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
}
#c3-e .price-2 span {
  font-size: 25px;
}
#c3-e .price-3 {
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
}
#c3-e .price-3 span {
  font-size: 25px;
}
#c3-e img {
  width: 100%;
  height: auto;
}
#c3-e .grid-row-3 {
  grid-row: 2/3;
  grid-column: 7/10;
}
#c3-e .grid-row-4 {
  grid-row: 2/3;
  grid-column: 1/4;
}
#c3-e .grid-row-5 {
  grid-row: 2/3;
  grid-column: 10/13;
}
#c3-e .grid-row-6 {
  grid-row: 2/3;
  grid-column: 4/7;
}
@media screen and (max-width: 768px) {
  #c3-e h2 {
    top: -20px;
  }
  #c3-e .grid-container-12 {
    grid-template-rows: 1fr;
    grid-gap: 20px;
  }
  #c3-e .grid-row-1 {
    grid-row: 2/3;
    grid-column: 1/13;
  }
  #c3-e .grid-row-2 {
    grid-row: 1/2;
    grid-column: 1/13;
  }
  #c3-e .grid-row-3 {
    grid-row: 3/4;
    grid-column: 1/11;
  }
  #c3-e .grid-row-4 {
    grid-row: 4/5;
    grid-column: 1/11;
  }
  #c3-e .grid-row-5 {
    grid-row: 5/6;
    grid-column: 3/13;
  }
  #c3-e .grid-row-6 {
    grid-row: 6/7;
    grid-column: 3/13;
  }
  #c3-e .price-1 {
    position: relative;
  }
  #c3-e .price-2 {
    position: relative;
  }
}

#c3-f {
  padding: 100px 40px;
}
#c3-f .writingmode-rl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  height: 34rem;
}
#c3-f .grid-container-12 {
  grid-template-rows: 1fr;
  gap: 10px 40px;
}
#c3-f h2 {
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: relative;
  top: 20px;
}
#c3-f h2::after {
  display: inline-block;
  content: "";
  width: 70px;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 1.4rem;
  margin-left: 10px;
}
#c3-f .img-2 {
  margin-bottom: 40px;
}
#c3-f .img-4 {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
#c3-f img {
  width: 100%;
  height: auto;
}
#c3-f .grid-row-5 {
  display: grid;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 768px) {
  #c3-f .writingmode-rl {
    height: 16rem;
  }
  #c3-f .grid-container-12 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #c3-f .img-2 {
    margin-bottom: 20px;
  }
  #c3-f .gap {
    grid-column: 1/13;
  }
  #c3-f .grid-row-1 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  #c3-f .grid-row-2 {
    justify-self: end;
    grid-row: 1/2;
    grid-column: 2/13;
  }
  #c3-f .grid-row-3 {
    grid-row: 2/3;
    grid-column: 1/9;
  }
  #c3-f .grid-row-4 {
    grid-row: 2/3;
    grid-column: 9/13;
  }
  #c3-f .grid-row-5 {
    grid-row: 3/4;
    grid-column: 7/13;
  }
}

#c3-g {
  padding: 100px 40px;
}
#c3-g .grid-container-12 {
  grid-template-rows: 1fr;
  gap: 40px;
  position: relative;
}
#c3-g h2 {
  display: inline-block;
  position: absolute;
  right: 8.3333333333%;
  bottom: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#c3-g h2::after {
  display: inline-block;
  content: "";
  width: 70px;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 1.4rem;
  margin-left: 10px;
}
#c3-g .img-3 {
  width: 150%;
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: -1;
}
#c3-g img {
  width: 100%;
  height: auto;
}
#c3-g .price-1 {
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
}
#c3-g .price-1 span {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  #c3-g .grid-container-12 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #c3-g h2 {
    bottom: 41.6666666667%;
  }
  #c3-g .gap {
    grid-column: 1/13;
  }
  #c3-g .grid-row-1 {
    grid-row: 1/2;
    grid-column: 1/13;
  }
  #c3-g .grid-row-2 {
    grid-row: 2/3;
    grid-column: 1/8;
  }
  #c3-g .grid-row-3 {
    grid-row: 3/4;
    grid-column: 5/13;
    margin-top: -16.6666666667%;
  }
  #c3-g .img-3 {
    width: 100%;
    position: relative;
  }
}

#c3-h {
  padding: 100px 0px 40px;
}
#c3-h .gap {
  grid-column: span 1;
}
#c3-h h2 {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 20px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#c3-h h2::after {
  display: inline-block;
  content: "";
  width: 70px;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 1.4rem;
  margin-left: 10px;
}
#c3-h h3 {
  font-weight: bold;
}
#c3-h img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #c3-h .grid-container-12 {
    gap: 20px;
  }
  #c3-h .gap {
    grid-column: 1/13;
  }
  #c3-h .grid-row-1 {
    grid-column: span 4;
  }
  #c3-h .grid-row-2 {
    grid-column: span 4;
  }
  #c3-h .grid-row-3 {
    grid-column: span 4;
  }
}
#c3-h-2 {
  padding: 0 40px 100px;
}
#c3-h-2 h3 {
  font-weight: bold;
}
#c3-h-2 .price-1 {
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
}
#c3-h-2 .price-1 span {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  #c3-h-2 .grid-container-12 {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #c3-h-2 .gap {
    grid-column: 1/13;
  }
  #c3-h-2 .grid-row-4 {
    grid-column: span 9;
  }
  #c3-h-2 .grid-row-5 {
    grid-column: span 9;
  }
}

#c3-i {
  padding: 100px 40px;
}
#c3-i h2 {
  display: inline-block;
  position: relative;
  margin-bottom: 1rem;
}
#c3-i h2::after {
  display: inline-block;
  content: "";
  width: 70px;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 1.4rem;
  margin-left: 10px;
}
#c3-i .img-1 {
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#c3-i .img-1,
#c3-i .img-2,
#c3-i .img-3,
#c3-i .img-4 {
  margin-bottom: 0;
}
#c3-i img {
  width: 100%;
  height: auto;
}
#c3-i .grid-row-1 {
  grid-row: 1/3;
  grid-column: 1/5;
  position: relative;
}
#c3-i .grid-row-2 {
  grid-row: 1/2;
  grid-column: 5/9;
}
#c3-i .grid-row-3 {
  grid-row: 1/2;
  grid-column: 9/13;
}
#c3-i .grid-row-4 {
  grid-row: 2/3;
  grid-column: 5/9;
}
#c3-i .grid-row-5 {
  grid-row: 2/3;
  grid-column: 9/13;
}
@media screen and (max-width: 768px) {
  #c3-i .img-1 {
    left: auto;
    right: 0;
  }
  #c3-i .grid-row-1 {
    grid-row: 1/3;
    grid-column: 1/13;
    position: relative;
  }
  #c3-i .grid-row-2 {
    grid-row: 3/4;
    grid-column: 1/13;
    position: relative;
  }
  #c3-i .grid-row-3 {
    grid-row: 3/4;
    grid-column: 1/13;
    position: relative;
  }
  #c3-i .grid-row-2 {
    grid-row: 3/4;
    grid-column: 1/7;
    position: relative;
  }
  #c3-i .grid-row-3 {
    grid-row: 3/4;
    grid-column: 7/13;
    position: relative;
  }
  #c3-i .grid-row-4 {
    grid-row: 4/5;
    grid-column: 1/7;
    position: relative;
  }
  #c3-i .grid-row-5 {
    grid-row: 4/5;
    grid-column: 7/13;
    position: relative;
  }
}

#c3-j {
  padding: 100px 40px;
}
#c3-j h2 {
  display: inline-block;
  position: relative;
  margin-bottom: 3rem;
}
#c3-j h2::after {
  display: inline-block;
  content: "";
  width: 70px;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 1.4rem;
  margin-left: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#c3-j .img-1,
#c3-j .img-2,
#c3-j .img-3,
#c3-j .img-4 {
  margin-bottom: 0;
}
#c3-j .img-5 {
  width: 40%;
  position: relative;
  margin-left: auto;
}
#c3-j .img-6 {
  width: 80%;
  position: relative;
  margin-left: -80%;
}
#c3-j img {
  width: 100%;
  height: auto;
}
#c3-j .grid-row-1 {
  grid-row: 1/2;
  grid-column: 1/4;
  position: relative;
}
#c3-j .grid-row-2 {
  grid-row: 1/2;
  grid-column: 4/7;
}
#c3-j .grid-row-3 {
  grid-row: 2/3;
  grid-column: 1/4;
}
#c3-j .grid-row-4 {
  grid-row: 2/3;
  grid-column: 4/7;
}
#c3-j .grid-row-5 {
  grid-row: 1/4;
  grid-column: 9/13;
  position: relative;
}
@media screen and (max-width: 768px) {
  #c3-j .grid-row-1 {
    grid-row: 1/2;
    grid-column: 1/7;
    position: relative;
  }
  #c3-j .grid-row-2 {
    grid-row: 1/2;
    grid-column: 7/13;
    position: relative;
  }
  #c3-j .grid-row-3 {
    grid-row: 2/3;
    grid-column: 1/7;
    position: relative;
  }
  #c3-j .grid-row-4 {
    grid-row: 2/3;
    grid-column: 7/13;
    position: relative;
  }
  #c3-j .grid-row-5 {
    grid-row: 3/4;
    grid-column: 1/13;
    position: relative;
  }
  #c3-j .img-6 {
    width: 60%;
    margin-left: 0;
  }
}

#c3-k {
  padding: 100px 40px;
}
#c3-k h2 {
  display: inline-block;
  position: relative;
  margin-bottom: 1rem;
}
#c3-k h2::after {
  display: inline-block;
  content: "";
  width: 70px;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 1.4rem;
  margin-left: 10px;
}
#c3-k .img-1 {
  width: 100%;
}
#c3-k .img-2 {
  width: 33.3333333333%;
  position: absolute;
  bottom: -16.6666666667%;
  right: 0;
}
#c3-k .img-1,
#c3-k .img-2,
#c3-k .img-3,
#c3-k .img-4,
#c3-k .img-5,
#c3-k .img-6 {
  margin-bottom: 0;
}
#c3-k img {
  width: 100%;
  height: auto;
}
#c3-k .grid-row-1 {
  grid-row: 1/3;
  grid-column: 1/7;
  position: relative;
}
#c3-k .grid-row-2 {
  grid-row: 2/4;
  grid-column: 1/7;
  position: relative;
}
#c3-k .grid-row-3 {
  grid-row: 1/2;
  grid-column: 7/10;
}
#c3-k .grid-row-4 {
  grid-row: 1/2;
  grid-column: 10/13;
}
#c3-k .grid-row-5 {
  grid-row: 2/3;
  grid-column: 7/10;
}
#c3-k .grid-row-6 {
  grid-row: 2/3;
  grid-column: 10/13;
}
#c3-k .grid-row-7 {
  grid-row: 3/4;
  grid-column: 7/13;
}
@media screen and (max-width: 768px) {
  #c3-k .grid-container-12 {
    gap: 20px;
  }
  #c3-k .img-1 {
    left: auto;
    right: 0;
  }
  #c3-k .grid-row-1 {
    grid-row: 1/2;
    grid-column: 1/13;
    position: relative;
  }
  #c3-k .grid-row-2 {
    grid-row: 2/4;
    grid-column: 1/13;
    position: relative;
  }
  #c3-k .grid-row-3 {
    grid-row: 4/5;
    grid-column: 1/7;
  }
  #c3-k .grid-row-4 {
    grid-row: 4/5;
    grid-column: 7/13;
  }
  #c3-k .grid-row-5 {
    grid-row: 5/6;
    grid-column: 1/7;
  }
  #c3-k .grid-row-6 {
    grid-row: 5/6;
    grid-column: 7/13;
  }
  #c3-k .grid-row-7 {
    grid-row: 6/7;
    grid-column: 1/13;
  }
}

#c3-l {
  padding: 100px 0;
}
#c3-l .grid-container-fluid {
  gap: 0;
}
#c3-l h2 {
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: relative;
  top: 20px;
  left: 0;
  z-index: 1;
}
#c3-l h2::after {
  display: inline-block;
  content: "";
  width: 70px;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 1.4rem;
  margin-left: 10px;
}
#c3-l .img-1,
#c3-l .img-2,
#c3-l .img-3,
#c3-l .img-4,
#c3-l .img-5,
#c3-l .img-6 {
  margin-bottom: 0;
}
#c3-l .img-5 {
  position: relative;
}
#c3-l .img-6 {
  width: 33.3333333333%;
  position: relative;
  bottom: 40px;
  left: -16.6666666667%;
}
#c3-l img {
  width: 100%;
  height: auto;
}
#c3-l .grid-row-1 {
  grid-row: 1/3;
  grid-column: 1/7;
  position: relative;
}
#c3-l .grid-row-2 {
  grid-row: 1/2;
  grid-column: 7/10;
  position: relative;
}
#c3-l .grid-row-3 {
  grid-row: 1/2;
  grid-column: 10/13;
}
#c3-l .grid-row-4 {
  grid-row: 2/3;
  grid-column: 7/10;
}
#c3-l .grid-row-5 {
  grid-row: 2/3;
  grid-column: 10/13;
}
#c3-l .grid-row-6 {
  grid-row: 2/3;
  grid-column: 10/13;
}
#c3-l .grid-row-7 {
  grid-row: 3/4;
  grid-column: 7/13;
}
@media screen and (max-width: 768px) {
  #c3-l .img-1 {
    left: auto;
    right: 0;
  }
  #c3-l .grid-row-1 {
    grid-row: 1/3;
    grid-column: 1/13;
    position: relative;
  }
  #c3-l .grid-row-2 {
    grid-row: 3/4;
    grid-column: 1/7;
    position: relative;
  }
  #c3-l .grid-row-3 {
    grid-row: 3/4;
    grid-column: 7/13;
  }
  #c3-l .grid-row-4 {
    grid-row: 4/5;
    grid-column: 1/7;
  }
  #c3-l .grid-row-5 {
    grid-row: 4/5;
    grid-column: 7/13;
  }
  #c3-l .img-6 {
    width: 33.3333333333%;
    position: relative;
    top: -20px;
    left: 50%;
  }
}

/* CSS Document */
/* CSS Document */
#c4-a {
  padding: 100px 40px;
}
#c4-a h2 {
  text-align: center;
  margin-bottom: 40px;
}
#c4-a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #c4-a .grid-container-1 {
    gap: 0;
  }
  #c4-a .grid-container-4 {
    gap: 0;
  }
  #c4-a .grid-item {
    grid-column: span 12;
  }
}

#c4-b {
  padding: 100px 40px;
}
#c4-b h2 {
  text-align: center;
  margin-bottom: 40px;
}
#c4-b .grid-row-2 {
  margin-top: 10px;
}
#c4-b .grid-row-3 {
  margin-top: 20px;
}
#c4-b .grid-row-4 {
  margin-top: 30px;
}
#c4-b img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #c4-b .grid-container-1 {
    gap: 0;
  }
  #c4-b .grid-container-4 {
    gap: 0;
  }
  #c4-b .grid-item {
    grid-column: span 12;
  }
  #c4-b .grid-row-2,
  #c4-b .grid-row-3,
  #c4-b .grid-row-4 {
    margin-top: 0;
  }
}

#c4-c {
  padding: 100px 0;
}
#c4-c h2 {
  text-align: center;
  margin-bottom: 40px;
}
#c4-c img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #c4-c .grid-item {
    grid-column: span 6;
  }
  #c4-c .grid-row-1,
  #c4-c .grid-row-2,
  #c4-c .grid-row-3,
  #c4-c .grid-row-4 {
    grid-column: span 6;
  }
  #c4-c .img-1,
  #c4-c .img-2,
  #c4-c .img-3,
  #c4-c .img-4 {
    margin-bottom: 0;
  }
}

/* CSS Document */
/* CSS Document */
#c5-a {
  padding: 100px 40px;
}
#c5-a h2 {
  text-align: center;
  margin-bottom: 40px;
}
#c5-a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #c5-a .grid-container-1 {
    gap: 0;
  }
  #c5-a .grid-container-5 {
    gap: 0;
  }
  #c5-a .grid-item {
    grid-column: span 12;
  }
}

#c5-b {
  padding: 100px 0px;
}
#c5-b .grid-container-fluid {
  gap: 0;
  grid-template-columns: repeat(5, 1fr);
}
#c5-b .gap {
  grid-column: span 4;
}
#c5-b h2 {
  text-align: center;
  margin-bottom: 40px;
}
#c5-b img {
  width: 100%;
  height: auto;
}
#c5-b .grid-row-6 {
  margin-top: -140px;
  z-index: 1;
}
#c5-b .grid-row-6 h2 {
  text-align: left;
  display: inline-block;
  position: relative;
}
#c5-b .grid-row-6 h2::after {
  display: inline-block;
  content: "";
  width: 70px;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 1.4rem;
  margin-left: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#c5-b .grid-row-7 {
  margin-top: -140px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #c5-b {
    padding: 100px 40px;
  }
  #c5-b .grid-row-1 {
    grid-row: 1/4;
    grid-column: 1/4;
  }
  #c5-b .grid-row-2 {
    grid-row: 3/6;
    grid-column: 4/6;
  }
  #c5-b .grid-row-3 {
    grid-row: 5/8;
    grid-column: 3/5;
    z-index: -1;
  }
  #c5-b .grid-row-4 {
    grid-row: 7/9;
    grid-column: 1/4;
    z-index: -2;
  }
  #c5-b .grid-row-5 {
    grid-row: 8/10;
    grid-column: 3/6;
  }
  #c5-b .grid-row-6 {
    grid-column: span 13;
    margin-top: 20px;
  }
  #c5-b .grid-row-7 {
    grid-column: span 13;
    width: 40%;
    margin-top: -450px;
    margin-left: auto;
  }
}

#c5-c {
  padding: 100px 0px;
}
#c5-c .grid-container-fluid {
  gap: 0;
  grid-template-columns: repeat(5, 1fr);
}
#c5-c .gap {
  grid-column: span 4;
}
#c5-c h2 {
  text-align: center;
  margin-bottom: 40px;
}
#c5-c img {
  width: 100%;
  height: auto;
}
#c5-c .grid-row-1 {
  grid-row: 1/3;
}
#c5-c .grid-row-2 {
  grid-row: 1/3;
}
#c5-c .grid-row-3 {
  grid-row: 1/3;
}
#c5-c .grid-row-4 {
  grid-row: 2/4;
}
#c5-c .grid-row-5 {
  grid-row: 2/4;
}
#c5-c .grid-row-6 {
  grid-row: 1/2;
  grid-column: 4/6;
  padding: 0px 40px;
}
#c5-c .grid-row-6 h2 {
  text-align: left;
  display: inline-block;
  position: relative;
}
#c5-c .grid-row-6 h2::after {
  display: inline-block;
  content: "";
  width: 70px;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 1.4rem;
  margin-left: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#c5-c .grid-row-7 {
  grid-row: 3/4;
  grid-column: 2/3;
  position: relative;
  margin-top: -250px;
  z-index: 1;
  width: 50%;
}
@media screen and (max-width: 768px) {
  #c5-c {
    padding: 100px 40px;
  }
  #c5-c .grid-container-fluid {
    gap: 0 20px;
    grid-template-columns: repeat(3, 1fr);
  }
  #c5-c .grid-row-1 {
    grid-row: 1/3;
    grid-column: 1/3;
  }
  #c5-c .grid-row-2 {
    grid-row: 3/6;
    grid-column: 1/3;
  }
  #c5-c .grid-row-3 {
    grid-row: 1/2;
    grid-column: 3/4;
  }
  #c5-c .grid-row-4 {
    grid-row: 2/3;
    grid-column: 3/4;
  }
  #c5-c .grid-row-5 {
    grid-row: 3/4;
    grid-column: 3/4;
  }
  #c5-c .grid-row-6 {
    grid-row: 6;
    grid-column: 1/4;
    z-index: 1;
    padding: 10px;
    margin-top: -30px;
  }
  #c5-c .grid-row-7 {
    grid-row: 6;
    grid-column: 1/4;
    padding: 10px;
    margin-top: -130px;
    margin-left: auto;
  }
}

/* CSS Document */
/* CSS Document */
#news-a {
  padding: 100px 40px;
}
#news-a .grid-container-12 {
  margin-bottom: 40px;
}
#news-a h2 {
  text-align: center;
  margin-bottom: 40px;
}
#news-a .data {
  font-size: 14px;
}
#news-a .text-1 {
  font-size: 18px;
  margin-bottom: 1rem;
}
#news-a .link a {
  padding-right: 30px;
  text-decoration: none;
  text-align: right;
  color: #000000;
  display: block;
  height: 28px;
  background-image: url(../images/news-a/link.png);
  background-repeat: no-repeat;
  background-position: top 2px right;
  background-size: 26px 26px;
}
#news-a .link a:hover {
  opacity: 0.8;
}
#news-a .img-1 {
  position: relative;
}
#news-a .img-1::after {
  content: url(../images/news-a/label1.png);
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
}
#news-a .img-2 {
  position: relative;
}
#news-a .img-2::after {
  content: url(../images/news-a/label2.png);
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
}
#news-a .img-3 {
  position: relative;
}
#news-a .img-3::after {
  content: url(../images/news-a/label3.png);
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
}
#news-a img {
  width: 100%;
  height: auto;
}
#news-a .btn {
  border: 1px solid #000000;
  border-radius: 0;
  width: 33.3333333333%;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
  text-align: center;
}
#news-a .btn a {
  text-decoration: none;
  color: #000000;
  display: block;
  text-align: center;
}
#news-a .btn a:hover {
  opacity: 0.8;
}
#news-a .btn::after {
  display: block;
  content: " ";
  width: 50px;
  height: calc(3rem + 9px);
  position: absolute;
  z-index: 1;
  background-image: url(../images/news-a/btn.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  top: 0;
  right: 10px;
}
@media screen and (max-width: 768px) {
  #news-a .grid-container-12 {
    grid-template-columns: repeat(1, 1fr);
  }
  #news-a .btn {
    min-width: 100%;
  }
}

#news-b {
  padding: 100px 40px;
}
#news-b .grid-container-12 {
  margin-bottom: 40px;
}
#news-b h2 {
  margin-bottom: 0px;
}
#news-b h3 {
  font-size: 14px;
  margin-bottom: 50px;
}
#news-b .data {
  font-size: 14px;
}
#news-b .text-1 {
  font-size: 18px;
  margin-bottom: 1rem;
}
#news-b .link a {
  padding-right: 30px;
  text-decoration: none;
  text-align: right;
  color: #000000;
  display: block;
  height: 28px;
  background-image: url(../images/news-a/link.png);
  background-repeat: no-repeat;
  background-position: top 2px right;
  background-size: 26px 26px;
}
#news-b .link a:hover {
  opacity: 0.8;
}
#news-b .img-1 {
  position: relative;
}
#news-b .img-1::after {
  content: url(../images/news-a/label1.png);
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
}
#news-b .img-2 {
  position: relative;
}
#news-b .img-2::after {
  content: url(../images/news-a/label2.png);
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
}
#news-b img {
  width: 100%;
  height: auto;
}
#news-b .btn {
  display: block;
  width: 60%;
  padding: 1rem 0;
  position: relative;
}
#news-b .btn a {
  text-decoration: none;
  color: #000000;
  display: block;
  text-align: left;
}
#news-b .btn a:hover {
  opacity: 0.8;
}
#news-b .btn::after {
  display: block;
  content: " ";
  width: 50px;
  height: calc(3rem + 9px);
  position: absolute;
  z-index: 1;
  background-image: url(../images/news-a/btn.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  top: 0;
  right: 10px;
}
@media screen and (max-width: 768px) {
  #news-b .grid-container-12 {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 40px;
  }
  #news-b h3 {
    margin-bottom: 10px;
  }
  #news-b .btn {
    min-width: 100%;
  }
}

#news-c {
  padding: 100px 40px;
}
#news-c .grid-container-12 {
  margin-bottom: 40px;
}
#news-c .grid-row-1 {
  grid-row: 1/2;
  grid-column: 9/13;
}
#news-c h2 {
  text-align: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-top: 5rem;
  position: relative;
}
#news-c h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 100px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: relative;
  top: -115px;
  left: -50px;
}
#news-c .data {
  font-size: 14px;
}
#news-c .text-1 {
  font-size: 18px;
  margin-bottom: 1rem;
}
#news-c .link a {
  text-decoration: none;
  text-align: right;
  color: #000000;
  display: block;
  height: 28px;
  background-image: url(../images/news-c/link.png);
  background-repeat: no-repeat;
  background-position: top 11px right 4rem;
  background-size: 10px 10px;
}
#news-c .link a:hover {
  opacity: 0.8;
}
#news-c .img-1 {
  position: relative;
}
#news-c .img-1::after {
  content: url(../images/news-c/label1.png);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#news-c .img-2 {
  position: relative;
}
#news-c .img-2::after {
  content: url(../images/news-c/label2.png);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#news-c img {
  width: 100%;
  height: auto;
}
#news-c .btn {
  width: 60%;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
  text-align: center;
  display: block;
}
#news-c .btn a {
  text-decoration: none;
  color: #000000;
  display: block;
  text-align: center;
}
#news-c .btn a:hover {
  opacity: 0.8;
}
#news-c .btn::after {
  display: block;
  content: " ";
  width: 50px;
  height: calc(3rem + 9px);
  position: absolute;
  z-index: 1;
  background-image: url(../images/news-c/btn.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  top: 0;
  right: 10px;
}
@media screen and (max-width: 768px) {
  #news-c .grid-container-12 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  #news-c .grid-row-1 {
    grid-row: 1/2;
    grid-column: 12/13;
  }
  #news-c .grid-row-2 {
    grid-row: 1/2;
    grid-column: 1/12;
  }
  #news-c .grid-row-3 {
    grid-row: 2/3;
    grid-column: 1/12;
    margin-bottom: 40px;
  }
  #news-c .grid-row-4 {
    grid-row: 3/4;
    grid-column: 1/12;
  }
  #news-c .grid-row-5 {
    grid-row: 4/5;
    grid-column: 1/12;
    margin-bottom: 40px;
  }
  #news-c .grid-row-6 {
    grid-row: 5/6;
    grid-column: 1/12;
  }
  #news-c h2 {
    font-size: 24px;
    margin-top: 2rem;
  }
  #news-c h3 {
    font-size: 14px;
    top: 4rem;
    left: 0;
  }
  #news-c .btn {
    min-width: 100%;
  }
}

#news-d {
  padding: 100px 40px;
}
#news-d .grid-container-12 {
  margin-bottom: 40px;
}
#news-d .grid-row-1 {
  grid-row: 1/3;
  grid-column: 1/7;
}
#news-d .grid-row-2 {
  grid-row: 1/2;
  grid-column: 7/10;
}
#news-d .grid-row-3 {
  grid-row: 1/2;
  grid-column: 10/13;
}
#news-d .grid-row-4 {
  grid-row: 2/3;
  grid-column: 7/13;
}
#news-d h2 {
  text-align: center;
  margin-bottom: 40px;
}
#news-d h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 100px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: relative;
  top: -115px;
  left: -50px;
}
#news-d .data {
  font-size: 14px;
}
#news-d .text-1 {
  font-size: 18px;
  margin-bottom: 1rem;
}
#news-d .link a {
  text-decoration: none;
  text-align: right;
  color: #000000;
  display: block;
  height: 28px;
  background-image: url(../images/news-c/link.png);
  background-repeat: no-repeat;
  background-position: top 11px right 4rem;
  background-size: 10px 10px;
}
#news-d .link a:hover {
  opacity: 0.8;
}
#news-d .img-1 {
  position: relative;
}
#news-d .img-1::after {
  content: url(../images/news-d/label1.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#news-d .img-2 {
  position: relative;
}
#news-d .img-2::after {
  content: url(../images/news-d/label2.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#news-d .img-3 {
  position: relative;
}
#news-d .img-3::after {
  content: url(../images/news-d/label3.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#news-d img {
  width: 100%;
  height: auto;
}
#news-d .btn {
  border: 1px solid #000000;
  width: 60%;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
  text-align: center;
  display: block;
}
#news-d .btn a {
  text-decoration: none;
  color: #000000;
  display: block;
  text-align: center;
}
#news-d .btn a:hover {
  opacity: 0.8;
}
#news-d .btn::after {
  display: block;
  content: " ";
  width: 50px;
  height: calc(3rem + 9px);
  position: absolute;
  z-index: 1;
  background-image: url(../images/news-d/btn.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  top: 0;
  right: 10px;
}
@media screen and (max-width: 768px) {
  #news-d .grid-container-12 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  #news-d .grid-row-1 {
    grid-row: 1/2;
    grid-column: 1/13;
    margin-bottom: 40px;
  }
  #news-d .grid-row-2 {
    grid-row: 2/3;
    grid-column: 1/13;
    margin-bottom: 40px;
  }
  #news-d .grid-row-3 {
    grid-row: 3/4;
    grid-column: 1/13;
    margin-bottom: 40px;
  }
  #news-d .grid-row-4 {
    grid-row: 4/5;
    grid-column: 1/13;
  }
  #news-d h2 {
    font-size: 24px;
    margin-top: 2rem;
  }
  #news-d h3 {
    font-size: 14px;
    top: 4rem;
    left: 0;
  }
  #news-d .btn {
    min-width: 100%;
  }
}

#news-e {
  padding: 100px 40px;
}
#news-e .grid-container-12 {
  margin-bottom: 40px;
}
#news-e .grid-row-9 {
  grid-column: 4/10;
}
#news-e h2 {
  text-align: center;
  margin-bottom: 40px;
}
#news-e h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 100px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: relative;
  top: -115px;
  left: -50px;
}
#news-e .data {
  font-size: 14px;
}
#news-e .text-1 {
  font-size: 18px;
  margin-bottom: 1rem;
}
#news-e .link a {
  text-decoration: none;
  text-align: right;
  color: #000000;
  display: block;
  height: 28px;
  background-image: url(../images/news-e/link.png);
  background-repeat: no-repeat;
  background-position: top 11px right 4rem;
  background-size: 10px 10px;
}
#news-e .link a:hover {
  opacity: 0.8;
}
#news-e .img-1 {
  position: relative;
}
#news-e .img-1::after {
  content: url(../images/news-e/label1.png);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#news-e .img-2 {
  position: relative;
}
#news-e .img-2::after {
  content: url(../images/news-e/label2.png);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#news-e .img-3 {
  position: relative;
}
#news-e .img-3::after {
  content: url(../images/news-e/label3.png);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#news-e .img-4 {
  position: relative;
}
#news-e .img-4::after {
  content: url(../images/news-e/label4.png);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#news-e img {
  width: 100%;
  height: auto;
}
#news-e .btn {
  border: 1px solid #000000;
  width: 60%;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
  text-align: center;
  display: block;
}
#news-e .btn a {
  text-decoration: none;
  color: #000000;
  display: block;
  text-align: center;
}
#news-e .btn a:hover {
  opacity: 0.8;
}
#news-e .btn::after {
  display: block;
  content: " ";
  width: 50px;
  height: calc(3rem + 9px);
  position: absolute;
  z-index: 1;
  background-image: url(../images/news-e/btn.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  top: 0;
  right: 10px;
}
@media screen and (max-width: 768px) {
  #news-e .grid-container-12 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  #news-e .grid-row-1 {
    grid-row: 1/2;
    grid-column: 1/13;
  }
  #news-e .grid-row-2 {
    grid-row: 2/3;
    grid-column: 1/13;
    margin-bottom: 40px;
  }
  #news-e .grid-row-3 {
    grid-row: 3/4;
    grid-column: 1/13;
  }
  #news-e .grid-row-4 {
    grid-row: 4/5;
    grid-column: 1/13;
    margin-bottom: 40px;
  }
  #news-e .grid-row-5 {
    grid-row: 5/6;
    grid-column: 1/13;
  }
  #news-e .grid-row-6 {
    grid-row: 6/7;
    grid-column: 1/13;
    margin-bottom: 40px;
  }
  #news-e .grid-row-7 {
    grid-row: 7/8;
    grid-column: 1/13;
  }
  #news-e .grid-row-8 {
    grid-row: 9/10;
    grid-column: 1/13;
    margin-bottom: 40px;
  }
  #news-e .grid-row-9 {
    grid-row: 10/10;
    grid-column: 1/13;
  }
  #news-e h2 {
    font-size: 24px;
    margin-top: 2rem;
  }
  #news-e h3 {
    font-size: 14px;
    top: 4rem;
    left: 0;
  }
  #news-e .btn {
    min-width: 100%;
  }
}

#news-f {
  padding: 100px 40px;
}
#news-f .grid-container-12 {
  margin-bottom: 40px;
}
#news-f .grid-row-9 {
  grid-column: 4/10;
}
#news-f h2 {
  text-align: center;
  margin-bottom: 40px;
}
#news-f h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 100px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: relative;
  top: -115px;
  left: -50px;
}
#news-f .data {
  font-size: 14px;
}
#news-f .text-1 {
  font-size: 18px;
  margin-bottom: 1rem;
}
#news-f .link a {
  text-decoration: none;
  text-align: right;
  color: #000000;
  display: block;
  height: 28px;
  background-image: url(../images/news-f/link.png);
  background-repeat: no-repeat;
  background-position: top 11px right 4rem;
  background-size: 10px 10px;
}
#news-f .link a:hover {
  opacity: 0.8;
}
#news-f .img-1 {
  position: relative;
}
#news-f .img-1::after {
  content: url(../images/news-f/label1.png);
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
}
#news-f .img-2 {
  position: relative;
}
#news-f .img-2::after {
  content: url(../images/news-f/label2.png);
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
}
#news-f .img-3 {
  position: relative;
}
#news-f .img-3::after {
  content: url(../images/news-f/label3.png);
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
}
#news-f .img-4 {
  position: relative;
}
#news-f .img-4::after {
  content: url(../images/news-f/label4.png);
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
}
#news-f img {
  width: 100%;
  height: auto;
}
#news-f .btn {
  border: 1px solid #000000;
  width: 60%;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
  text-align: center;
  display: block;
}
#news-f .btn a {
  text-decoration: none;
  color: #000000;
  display: block;
  text-align: center;
}
#news-f .btn a:hover {
  opacity: 0.8;
}
#news-f .btn::after {
  display: block;
  content: " ";
  width: 50px;
  height: calc(3rem + 9px);
  position: absolute;
  z-index: 1;
  background-image: url(../images/news-f/btn.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  top: 0;
  right: 10px;
}
@media screen and (max-width: 768px) {
  #news-f .grid-container-12 {
    gap: 0;
  }
  #news-f .grid-row-1 {
    grid-row: 1/2;
    grid-column: 1/4;
  }
  #news-f .grid-row-2 {
    grid-row: 1/2;
    grid-column: 5/13;
    margin-bottom: 40px;
  }
  #news-f .grid-row-3 {
    grid-row: 2/3;
    grid-column: 1/4;
  }
  #news-f .grid-row-4 {
    grid-row: 2/3;
    grid-column: 5/13;
    margin-bottom: 40px;
  }
  #news-f .grid-row-5 {
    grid-row: 3/4;
    grid-column: 1/4;
  }
  #news-f .grid-row-6 {
    grid-row: 3/4;
    grid-column: 5/13;
    margin-bottom: 40px;
  }
  #news-f .grid-row-7 {
    grid-row: 4/5;
    grid-column: 1/4;
  }
  #news-f .grid-row-8 {
    grid-row: 4/5;
    grid-column: 5/13;
    margin-bottom: 40px;
  }
  #news-f .grid-row-9 {
    grid-row: 5/6;
    grid-column: 1/13;
  }
  #news-f h2 {
    font-size: 24px;
    margin-top: 2rem;
  }
  #news-f h3 {
    font-size: 14px;
    top: 4rem;
    left: 0;
  }
  #news-f .btn {
    min-width: 100%;
  }
}

#news-g {
  padding: 100px 40px;
}
#news-g .grid-container-12 {
  margin-bottom: 40px;
}
#news-g .grid-row-13 {
  grid-column: 4/10;
}
#news-g h2 {
  text-align: center;
  margin-bottom: 40px;
}
#news-g h3 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 100px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: relative;
  top: -115px;
  left: -50px;
}
#news-g .date {
  font-size: 11.2px;
  margin-bottom: 6px;
}
#news-g .text-1 {
  font-size: 14.4px;
  margin-bottom: 1rem;
}
#news-g .link a {
  font-size: 11.2px;
  text-decoration: none;
  text-align: right;
  color: #000000;
  display: block;
  height: 28px;
  background-image: url(../images/news-f/link.png);
  background-repeat: no-repeat;
  background-position: top 5px right 3rem;
  background-size: 10px 10px;
}
#news-g .link a:hover {
  opacity: 0.8;
}
#news-g .img-1 {
  position: relative;
}
#news-g .img-1::after {
  content: url(../images/news-f/label1.png);
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
}
#news-g .img-2 {
  position: relative;
}
#news-g .img-2::after {
  content: url(../images/news-f/label2.png);
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
}
#news-g .img-3 {
  position: relative;
}
#news-g .img-3::after {
  content: url(../images/news-f/label3.png);
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
}
#news-g .img-4 {
  position: relative;
}
#news-g .img-4::after {
  content: url(../images/news-f/label4.png);
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 1;
}
#news-g img {
  width: 100%;
  height: auto;
}
#news-g .btn {
  border: 1px solid #000000;
  width: 60%;
  margin: 0 auto;
  padding: 1rem;
  position: relative;
  text-align: center;
  display: block;
}
#news-g .btn a {
  text-decoration: none;
  color: #000000;
  display: block;
  text-align: center;
}
#news-g .btn a:hover {
  opacity: 0.8;
}
#news-g .btn::after {
  display: block;
  content: " ";
  width: 50px;
  height: calc(3rem + 9px);
  position: absolute;
  z-index: 1;
  background-image: url(../images/news-f/btn.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  top: 0;
  right: 10px;
}
@media screen and (max-width: 768px) {
  #news-g .grid-container-12 {
    gap: 0;
  }
  #news-g .grid-row-1 {
    grid-row: 1/2;
    grid-column: 1/4;
  }
  #news-g .grid-row-2 {
    grid-row: 1/2;
    grid-column: 5/13;
    margin-bottom: 0;
  }
  #news-g .grid-row-3 {
    grid-row: 2/3;
    grid-column: 1/4;
  }
  #news-g .grid-row-4 {
    grid-row: 2/3;
    grid-column: 5/13;
    margin-bottom: 0;
  }
  #news-g .grid-row-5 {
    grid-row: 3/4;
    grid-column: 1/4;
  }
  #news-g .grid-row-6 {
    grid-row: 3/4;
    grid-column: 5/13;
    margin-bottom: 0;
  }
  #news-g .grid-row-7 {
    grid-row: 4/5;
    grid-column: 1/4;
  }
  #news-g .grid-row-8 {
    grid-row: 4/5;
    grid-column: 5/13;
    margin-bottom: 0;
  }
  #news-g .grid-row-9 {
    grid-row: 5/6;
    grid-column: 1/4;
  }
  #news-g .grid-row-10 {
    grid-row: 5/6;
    grid-column: 5/13;
    margin-bottom: 0;
  }
  #news-g .grid-row-11 {
    grid-row: 6/7;
    grid-column: 1/4;
  }
  #news-g .grid-row-12 {
    grid-row: 6/7;
    grid-column: 5/13;
    margin-bottom: 40px;
  }
  #news-g h2 {
    font-size: 24px;
    margin-top: 2rem;
  }
  #news-g h3 {
    font-size: 14px;
    top: 4rem;
    left: 0;
  }
  #news-g .btn {
    min-width: 100%;
  }
}

#news-h {
  padding: 100px 40px;
}
#news-h h2 {
  margin-bottom: 40px;
}
#news-h .grid-item {
  padding: 2rem 0;
  border-bottom: 1px solid #cccccc;
}
#news-h .grid-item:nth-child(1) {
  border-top: 1px solid #cccccc;
}
#news-h .grid-row-1 {
  width: 100%;
}
#news-h .date {
  display: inline-block;
  width: 10%;
}
#news-h .text-1 {
  display: inline-block;
  width: 86%;
}
#news-h .text-1 a {
  text-decoration: none;
  color: #000000;
}
#news-h .link {
  display: inline-block;
  width: 3%;
}
#news-h .btn {
  border: 1px solid #000000;
  width: 60%;
  margin: 40px auto 0;
  padding: 1rem;
  position: relative;
  text-align: center;
  display: block;
}
#news-h .btn a {
  text-decoration: none;
  color: #000000;
  display: block;
  text-align: center;
}
#news-h .btn a:hover {
  opacity: 0.8;
}
#news-h .btn::after {
  display: block;
  content: " ";
  width: 50px;
  height: calc(3rem + 9px);
  position: absolute;
  z-index: 1;
  background-image: url(../images/news-f/btn.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  top: 0;
  right: 10px;
}
@media screen and (max-width: 768px) {
  #news-h .date {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
  #news-h .text-1 {
    display: inline-block;
    width: 90%;
    line-height: 1.5;
  }
  #news-h .text-1 a {
    text-decoration: none;
    color: #000000;
  }
  #news-h .link {
    display: inline-block;
    width: 5%;
    text-align: right;
  }
}

#news-i {
  padding: 100px 40px;
}
#news-i h2 {
  margin-bottom: 40px;
}
#news-i .grid-item {
  padding: 2rem 0;
  border-bottom: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#news-i .grid-item:nth-child(1) {
  border-top: 1px solid #cccccc;
}
#news-i .grid-row-1 {
  width: 100%;
}
#news-i .icon_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
}
#news-i .icon {
  display: inline-block;
  width: 50px;
  margin-right: 10px;
}
#news-i .date {
  display: inline-block;
  width: calc(100% - 60px);
}
#news-i .text-1 {
  display: inline-block;
  width: 66.6666666667%;
}
#news-i .text-1 a {
  text-decoration: none;
  color: #000000;
}
#news-i .link {
  display: inline-block;
  width: 8.3333333333%;
}
#news-i .btn {
  border: 1px solid #000000;
  width: 60%;
  margin: 40px auto 0;
  padding: 1rem;
  position: relative;
  text-align: center;
  display: block;
}
#news-i .btn a {
  text-decoration: none;
  color: #000000;
  display: block;
  text-align: center;
}
#news-i .btn a:hover {
  opacity: 0.8;
}
#news-i .btn::after {
  display: block;
  content: " ";
  width: 50px;
  height: calc(3rem + 9px);
  position: absolute;
  z-index: 1;
  background-image: url(../images/news-f/btn.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  top: 0;
  right: 10px;
}
@media screen and (max-width: 1150px) {
  #news-i .grid-item {
    display: block;
  }
  #news-i .icon_block {
    width: 100%;
    margin-bottom: 20px;
  }
  #news-i .text-1 {
    width: 100%;
    margin-bottom: 1rem;
    line-height: 2;
  }
  #news-i .link {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #news-i h2 {
    font-size: 24px;
  }
  #news-i .btn {
    width: 100%;
  }
}

/* CSS Document */
/* CSS Document */
.ul-a {
  padding: 0;
}
.ul-a li {
  display: inline-block;
  width: auto;
  padding-right: 4rem;
  position: relative;
}
.ul-a li::after {
  display: inline-block;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 20px;
  right: 1rem;
}
.ul-a li a {
  text-decoration: none;
  color: #000000;
  display: block;
  text-align: center;
}
i .ul-a li a:hover {
  opacity: 0.8;
}
.ul-a li a span {
  display: block;
  font-size: 0.5rem;
  text-align: center;
}

.ul-b {
  padding: 0;
}
.ul-b li a {
  text-decoration: none;
  color: #000000;
  display: block;
  margin-bottom: 1rem;
}
.ul-b li a:hover {
  opacity: 0.8;
}
.ul-b li a span {
  font-size: 0.5rem;
  margin-left: 0.5rem;
}

.ul-c {
  padding: 0;
}
.ul-c li {
  display: inline-block;
  padding-left: 20px;
}
.ul-c li a {
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0px 0px 10px #000000;
}
.ul-c li a:hover {
  opacity: 0.8;
}
.ul-c li a span {
  font-size: 0.5rem;
  display: block;
}
.ul-c-2 li a {
  color: #000000;
  text-shadow: none;
}

.ul-d {
  padding: 0;
}
.ul-d li {
  display: inline-block;
  width: 6rem;
  border-right: 1px solid #cccccc;
  text-align: center;
  padding: 0 10px;
}
.ul-d li a {
  text-decoration: none;
  color: #000000;
}
.ul-d li a:hover {
  opacity: 0.8;
}
.ul-d li a span {
  display: block;
  text-align: center;
}
.ul-d li a span.li-icon {
  margin-bottom: 0.5rem;
}
.ul-d li a span.li-icon img {
  width: 100%;
  height: auto;
}
.ul-d li a span.li-title {
  font-size: 1rem;
}
.ul-d li a span.li-subtitle {
  font-size: 0.5rem;
}

.ul-sns-a {
  padding: 0;
}
.ul-sns-a li {
  display: inline-block;
  margin: 0 4px;
}
.ul-sns-a li img {
  width: 40px;
  height: auto;
}

.ul-sns-b {
  padding: 0;
}
.ul-sns-b li {
  margin-bottom: 10px;
}
.ul-sns-b li img {
  width: 30px;
  height: auto;
}

.hamburgermenu.hamburger-a .hamburger-inner {
  width: 100px;
  height: 100px;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../images/common/background.png);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 110;
}
.hamburgermenu.hamburger-a .hamburger-inner .hamburger {
  width: 30px;
  height: 18px;
}
.hamburgermenu.hamburger-a .hamburger-inner .hamburger span {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #000000;
  margin-bottom: 6px;
}
.hamburgermenu.hamburger-a .hamburger-inner .hamburger span:first-child {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.hamburgermenu.hamburger-a .hamburger-inner .hamburger span:nth-child(2) {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.hamburgermenu.hamburger-a .hamburger-inner .hamburger span:nth-child(3) {
  margin-bottom: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.hamburgermenu.hamburger-a .hamburger-inner .hamburger.active span {
  display: block;
  width: 40px;
  background-color: #000000;
}
.hamburgermenu.hamburger-a .hamburger-inner .hamburger.active span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: relative;
  top: 8px;
  left: -4px;
}
.hamburgermenu.hamburger-a .hamburger-inner .hamburger.active span:nth-child(2) {
  display: none;
  position: relative;
  right: 100px;
}
.hamburgermenu.hamburger-a .hamburger-inner .hamburger.active span:nth-child(3) {
  margin-bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: 0px;
  left: -4px;
}
.hamburgermenu.hamburger-a .hamburger-nav {
  display: none;
  width: 100%;
  height: 100vh;
  background-image: url(../images/common/background.png);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.hamburgermenu.hamburger-a .hamburger-nav.active {
  display: grid;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tel-a {
  font-size: 24px;
  font-weight: bold;
}
.tel-a span {
  font-size: 0.5rem;
}
.tel-a a {
  text-decoration: none;
  color: #000000;
}
.tel-a a:hover {
  opacity: 0.8;
}

#footer-a {
  padding: 60px 0;
  background-color: #cccccc;
  position: relative;
}
#footer-a .gap {
  grid-column: span 2;
}
#footer-a .ul-a {
  padding: 0;
  display: inline-block;
}
#footer-a .ul-a li {
  display: inline-block;
  width: auto;
  padding-right: 2rem;
  position: relative;
}
#footer-a .ul-a li::after {
  display: none;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 20px;
  right: 1rem;
}
#footer-a .ul-a li a {
  text-decoration: none;
  color: #000000;
  display: block;
  text-align: center;
}
#footer-a .ul-a li a:hover {
  opacity: 0.8;
}
#footer-a .ul-a li a span {
  display: block;
  font-size: 0.5rem;
  text-align: center;
}
#footer-a #totop {
  position: absolute;
  top: -40px;
  right: calc((100% - 1160px) / 2);
}
#footer-a #totop a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #footer-a {
    padding: 40px;
  }
  #footer-a .grid-container-12 {
    gap: 0;
  }
  #footer-a .grid-row-1 {
    grid-column: span 5;
  }
  #footer-a .grid-row-2 {
    grid-column: span 12;
  }
  #footer-a .grid-row-3 {
    grid-column: span 12;
  }
  #footer-a .ul-a li {
    display: block;
    margin-bottom: 0.5rem;
  }
  #footer-a .ul-a li a {
    text-align: left;
  }
  #footer-a .ul-a li a span {
    text-align: left;
  }
  #footer-a #totop {
    position: absolute;
    width: 40px;
    height: auto;
    top: -20px;
    right: 20px;
  }
  #footer-a #totop img {
    width: 100%;
    height: auto;
  }
}

#footer-b {
  padding: 60px 0;
  background-color: #cccccc;
  position: relative;
}
#footer-b .grid-row-1 {
  max-width: 300px;
  margin: 0 auto 40px;
}
#footer-b .grid-row-2 {
  margin: 0 auto 40px;
}
#footer-b .grid-row-3 {
  margin: 0 auto;
}
#footer-b .ul-a {
  padding: 0;
  display: inline-block;
}
#footer-b .ul-a li {
  display: inline-block;
  width: auto;
  padding-right: 2rem;
  position: relative;
}
#footer-b .ul-a li::after {
  display: none;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 20px;
  right: 1rem;
}
#footer-b .ul-a li a {
  text-decoration: none;
  color: #000000;
  display: block;
  text-align: center;
}
#footer-b .ul-a li a:hover {
  opacity: 0.8;
}
#footer-b .ul-a li a span {
  display: block;
  font-size: 0.5rem;
  text-align: center;
}
#footer-b #totop {
  position: absolute;
  top: -40px;
  right: calc((100% - 1160px) / 2);
}
#footer-b #totop a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #footer-b {
    padding: 40px;
  }
  #footer-b .grid-row-1 {
    grid-column: span 12;
  }
  #footer-b .grid-row-2 {
    grid-column: span 1;
    width: 100%;
  }
  #footer-b .grid-row-3 {
    grid-column: span 12;
  }
  #footer-b .ul-a {
    width: 100%;
  }
  #footer-b .ul-a .nav-1 {
    width: 100%;
  }
  #footer-b .ul-a li {
    display: block;
    margin-bottom: 0.5rem;
    padding-right: 0;
  }
  #footer-b .ul-a li a {
    text-align: center;
    display: block;
    width: 100%;
  }
  #footer-b .ul-a li a span {
    text-align: center;
  }
  #footer-b #totop {
    position: absolute;
    width: 40px;
    height: auto;
    top: -20px;
    right: 20px;
  }
  #footer-b #totop img {
    width: 100%;
    height: auto;
  }
}

#footer-c {
  padding: 60px 0;
  background-color: #cccccc;
  position: relative;
  background-image: url(../images/common/background.png);
}
#footer-c .grid-row-1 {
  margin-bottom: 20px;
}
#footer-c .grid-row-2 {
  grid-row: 2/3;
}
#footer-c .grid-row-3 {
  grid-row: 2/3;
}
#footer-c .ul-a {
  padding: 0;
  display: inline-block;
}
#footer-c .ul-a li {
  display: inline-block;
  width: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  border-right: 1px solid #000000;
}
#footer-c .ul-a li::after {
  display: none;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 20px;
  right: 1rem;
}
#footer-c .ul-a li a {
  text-decoration: none;
  color: #000000;
  display: block;
  text-align: center;
}
#footer-c .ul-a li a:hover {
  opacity: 0.8;
}
#footer-c .ul-a li a span {
  display: block;
  font-size: 0.5rem;
  text-align: center;
}
#footer-c #totop {
  position: absolute;
  bottom: 60px;
  right: calc((100% - 1160px) / 2);
}
#footer-c #totop a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #footer-c {
    padding: 40px;
  }
  #footer-c .grid-row-1 {
    grid-column: span 12;
    text-align: center;
  }
  #footer-c .grid-row-2 {
    grid-column: span 12;
    width: 100%;
  }
  #footer-c .grid-row-3 {
    grid-row: 3/4;
    grid-column: span 12;
  }
  #footer-c .ul-a {
    display: none;
  }
  #footer-c .ul-a li {
    display: inline-block;
    margin-bottom: 0.5rem;
    padding-right: 2rem;
  }
  #footer-c .ul-a li a {
    text-align: center;
  }
  #footer-c .ul-a li a span {
    text-align: center;
  }
  #footer-c .ul-sns-a {
    margin: 0 auto;
  }
  #footer-c .ul-sns-a img {
    width: 25px;
    height: auto;
  }
  #footer-c #totop {
    position: absolute;
    width: 40px;
    height: auto;
    bottom: 40px;
    right: 20px;
  }
  #footer-c #totop img {
    width: 100%;
    height: auto;
  }
}

#footer-d {
  padding: 60px 0;
  background-color: #cccccc;
  position: relative;
}
#footer-d .grid-row-1 {
  margin-bottom: 20px;
}
#footer-d .grid-row-1 img {
  max-width: 300px;
}
#footer-d .nav-2 {
  margin-bottom: 2rem;
}
#footer-d .nav-2 img {
  width: 30px;
  height: auto;
}
#footer-d .ul-a {
  padding: 0;
  display: inline-block;
}
#footer-d .ul-a li {
  display: inline-block;
  width: auto;
  padding-right: 1rem;
  padding-left: 1rem;
  position: relative;
  border-right: 1px solid #000000;
}
#footer-d .ul-a li::after {
  display: none;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 20px;
  right: 1rem;
}
#footer-d .ul-a li a {
  text-decoration: none;
  color: #000000;
  display: block;
  text-align: center;
}
#footer-d .ul-a li a:hover {
  opacity: 0.8;
}
#footer-d .ul-a li a span {
  display: block;
  font-size: 0.5rem;
  text-align: center;
}
#footer-d .tel-a {
  margin-bottom: 20px;
}
#footer-d .tel-a a {
  font-size: 36px;
}
#footer-d .tel-a p {
  margin-bottom: 0;
  line-height: 1rem;
  font-size: 0.8rem;
}
#footer-d .footer-shopinfo table {
  width: 100%;
  margin-bottom: 2rem;
}
#footer-d .footer-shopinfo table tr td {
  padding: 0.5rem 0.5rem 0.5rem 0;
  min-width: 6rem;
}
#footer-d #totop {
  position: absolute;
  top: -40px;
  right: calc((100% - 1160px) / 2);
}
#footer-d #totop a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  #footer-d {
    padding: 40px;
  }
  #footer-d .grid-container-12 {
    gap: 0;
  }
  #footer-d .grid-row-1 {
    grid-column: span 12;
  }
  #footer-d .grid-row-2 {
    grid-column: span 12;
    width: 100%;
  }
  #footer-d .grid-row-3 {
    grid-row: 3/4;
    grid-column: span 12;
  }
  #footer-d .ul-a li {
    display: inline-block;
    margin-bottom: 0.5rem;
    padding-right: 2rem;
  }
  #footer-d .ul-a li a {
    text-align: center;
  }
  #footer-d .ul-a li a span {
    text-align: center;
  }
  #footer-d .ul-sns-a {
    margin: 0 auto;
  }
  #footer-d .ul-sns-a img {
    width: 25px;
    height: auto;
  }
  #footer-d .tel-a {
    margin-bottom: 20px;
  }
  #footer-d .tel-a a {
    font-size: 26px;
  }
  #footer-d .tel-a a span {
    display: block;
  }
  #footer-d .tel-a p {
    margin-bottom: 10px;
  }
  #footer-d #totop {
    position: absolute;
    width: 40px;
    height: auto;
    bottom: 40px;
    right: 20px;
  }
  #footer-d #totop img {
    width: 100%;
    height: auto;
  }
}

#footer-e {
  padding: 60px 0;
  background-color: #cccccc;
  position: relative;
}
#footer-e .grid-row-1 {
  margin-bottom: 20px;
}
#footer-e .grid-row-1 img {
  max-width: 300px;
}
#footer-e .nav-2 {
  margin-bottom: 2rem;
}
#footer-e .nav-2 img {
  width: 30px;
  height: auto;
}
#footer-e .ul-a {
  padding: 0;
  display: inline-block;
  margin-left: -1rem;
}
#footer-e .ul-a li {
  display: inline-block;
  width: auto;
  padding-right: 2rem;
  padding-left: 1rem;
  position: relative;
}
#footer-e .ul-a li::after {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 20px;
  right: -1rem;
}
#footer-e .ul-a li a {
  text-decoration: none;
  color: #000000;
  display: block;
  text-align: center;
}
#footer-e .ul-a li a:hover {
  opacity: 0.8;
}
#footer-e .ul-a li a span {
  display: block;
  font-size: 0.5rem;
  text-align: center;
}
#footer-e .tel-a {
  margin-bottom: 20px;
}
#footer-e .tel-a a {
  font-size: 36px;
}
#footer-e .tel-a p {
  margin-bottom: 0;
  line-height: 1rem;
  font-size: 0.8rem;
}
#footer-e .footer-shopinfo table {
  width: 100%;
  margin-bottom: 2rem;
}
#footer-e .footer-shopinfo table tr td {
  padding: 0.5rem 0.5rem 0.5rem 0;
  min-width: 6rem;
}
#footer-e #totop {
  position: absolute;
  top: -40px;
  right: calc((100% - 1160px) / 2);
}
#footer-e #totop a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  #footer-e {
    padding: 40px;
  }
  #footer-e .grid-container-12 {
    gap: 0;
  }
  #footer-e .grid-row-1 {
    grid-column: span 12;
  }
  #footer-e .grid-row-2 {
    grid-column: span 12;
    width: 100%;
    margin-bottom: 2rem;
  }
  #footer-e .grid-row-3 {
    grid-row: 3/4;
    grid-column: span 12;
  }
  #footer-e .grid-row-4 {
    grid-row: 4/5;
    grid-column: span 12;
  }
  #footer-e .ul-a {
    margin-left: -1rem;
  }
  #footer-e .ul-a li {
    display: inline-block;
    margin-bottom: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  #footer-e .ul-a li::after {
    -webkit-transform: rotate(-55deg);
            transform: rotate(-55deg);
    width: 30px;
  }
  #footer-e .ul-a li a {
    text-align: center;
  }
  #footer-e .ul-a li a span {
    text-align: center;
  }
  #footer-e .ul-sns-a {
    margin: 0 auto;
  }
  #footer-e .ul-sns-a img {
    width: 25px;
    height: auto;
  }
  #footer-e .tel-a {
    margin-bottom: 20px;
  }
  #footer-e .tel-a a {
    font-size: 26px;
  }
  #footer-e .tel-a a span {
    display: block;
  }
  #footer-e .tel-a p {
    margin-bottom: 10px;
  }
  #footer-e #totop {
    position: absolute;
    width: 40px;
    height: auto;
    bottom: 40px;
    right: 20px;
  }
  #footer-e #totop img {
    width: 100%;
    height: auto;
  }
}

#footer-f {
  padding: 100px 0 0;
  background-color: #cccccc;
  position: relative;
}
#footer-f .grid-wrapper {
  background-color: #333333;
  padding: 2rem 0 1rem;
}
#footer-f .grid-row-1 {
  margin-bottom: 20px;
  text-align: center;
}
#footer-f .grid-row-1 img {
  max-width: 300px;
}
#footer-f .grid-row-2 {
  margin-bottom: 20px;
}
#footer-f .tel-a {
  text-align: center;
}
#footer-f .tel-a p {
  text-align: center;
}
#footer-f .footer-shopinfo {
  width: 50%;
  margin: 0 auto 100px;
}
#footer-f .nav-2 {
  margin-bottom: 2rem;
}
#footer-f .nav-2 img {
  width: 30px;
  height: auto;
}
#footer-f .ul-a {
  padding: 0;
  display: inline-block;
  margin-left: -1rem;
}
#footer-f .ul-a li {
  display: inline-block;
  width: auto;
  padding-right: 2rem;
  padding-left: 1rem;
  position: relative;
}
#footer-f .ul-a li::after {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #cccccc;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  position: absolute;
  top: 20px;
  right: -1rem;
}
#footer-f .ul-a li a {
  text-decoration: none;
  color: #cccccc;
  display: block;
  text-align: center;
}
#footer-f .ul-a li a:hover {
  opacity: 0.8;
}
#footer-f .ul-a li a span {
  display: block;
  font-size: 0.5rem;
  text-align: center;
}
#footer-f .tel-a {
  margin-bottom: 20px;
}
#footer-f .tel-a a {
  font-size: 36px;
}
#footer-f .tel-a p {
  margin-bottom: 0;
  line-height: 1rem;
  font-size: 0.8rem;
}
#footer-f .footer-shopinfo table {
  width: 100%;
  margin-bottom: 2rem;
}
#footer-f .footer-shopinfo table tr td {
  padding: 0.5rem 0.5rem 0.5rem 0;
  min-width: 6rem;
}
#footer-f #totop {
  position: absolute;
  top: -40px;
  right: calc((100% - 1160px) / 2);
}
#footer-f #totop a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  #footer-f {
    padding: 40px;
  }
  #footer-f .grid-container-12 {
    gap: 0;
  }
  #footer-f .grid-row-1 {
    grid-column: span 12;
  }
  #footer-f .grid-row-2 {
    grid-column: span 12;
    width: 100%;
    margin-bottom: 2rem;
  }
  #footer-f .grid-row-3 {
    grid-row: 3/4;
    grid-column: span 12;
  }
  #footer-f .grid-row-4 {
    grid-row: 4/5;
    grid-column: span 12;
  }
  #footer-f .ul-a {
    margin-left: -1rem;
  }
  #footer-f .ul-a li {
    display: inline-block;
    margin-bottom: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  #footer-f .ul-a li::after {
    -webkit-transform: rotate(-55deg);
            transform: rotate(-55deg);
    width: 30px;
  }
  #footer-f .ul-a li a {
    text-align: center;
  }
  #footer-f .ul-a li a span {
    text-align: center;
  }
  #footer-f .ul-sns-a {
    margin: 0 auto;
  }
  #footer-f .ul-sns-a img {
    width: 25px;
    height: auto;
  }
  #footer-f .tel-a {
    margin-bottom: 20px;
  }
  #footer-f .tel-a a {
    font-size: 26px;
  }
  #footer-f .tel-a a span {
    display: block;
  }
  #footer-f .tel-a p {
    margin-bottom: 10px;
  }
  #footer-f #totop {
    position: absolute;
    width: 40px;
    height: auto;
    bottom: 40px;
    right: 20px;
  }
  #footer-f #totop img {
    width: 100%;
    height: auto;
  }
}

#footer-g {
  padding: 100px 0;
  background-color: #cccccc;
  position: relative;
}
#footer-g .grid-row-1 {
  margin-bottom: 20px;
}
#footer-g .grid-row-1 img {
  max-width: 300px;
}
#footer-g .grid-row-2 {
  margin-bottom: 20px;
  display: block;
  -ms-flex-item-align: end;
      align-self: end;
  justify-self: end;
}
#footer-g .footer-shopinfo {
  width: 100%;
}
#footer-g .nav-2 {
  margin-bottom: 2rem;
}
#footer-g .nav-2 img {
  width: 30px;
  height: auto;
}
#footer-g .ul-a {
  padding: 0;
  display: inline-block;
  margin-left: -1rem;
}
#footer-g .ul-a li {
  display: inline-block;
  width: auto;
  padding-right: 2rem;
  padding-left: 1rem;
  position: relative;
}
#footer-g .ul-a li::after {
  display: block;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #cccccc;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  position: absolute;
  top: 20px;
  right: -1rem;
}
#footer-g .ul-a li a {
  text-decoration: none;
  color: #cccccc;
  display: block;
  text-align: center;
}
#footer-g .ul-a li a:hover {
  opacity: 0.8;
}
#footer-g .ul-a li a span {
  display: block;
  font-size: 0.5rem;
  text-align: center;
}
#footer-g .tel-a {
  margin-bottom: 20px;
}
#footer-g .tel-a a {
  font-size: 36px;
}
#footer-g .tel-a p {
  margin-bottom: 0;
  line-height: 1rem;
  font-size: 0.8rem;
}
#footer-g .footer-shopinfo table {
  width: 100%;
  margin-bottom: 2rem;
}
#footer-g .footer-shopinfo table tr td {
  padding: 0.4rem 0.5rem 0.4rem 0;
  min-width: 4rem;
}
#footer-g #totop {
  position: absolute;
  top: -40px;
  right: calc((100% - 1160px) / 2);
}
#footer-g #totop a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1200px) {
  #footer-g {
    padding: 40px;
  }
  #footer-g .grid-container-12 {
    gap: 0;
  }
  #footer-g .grid-row-1 {
    grid-column: span 12;
  }
  #footer-g .grid-row-2 {
    grid-column: span 12;
    width: 100%;
    margin-bottom: 2rem;
  }
  #footer-g .grid-row-3 {
    grid-row: 3/4;
    grid-column: span 12;
  }
  #footer-g .grid-row-4 {
    grid-row: 4/5;
    grid-column: span 12;
  }
  #footer-g .ul-a {
    margin-left: -1rem;
  }
  #footer-g .ul-a li {
    display: inline-block;
    margin-bottom: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  #footer-g .ul-a li::after {
    -webkit-transform: rotate(-55deg);
            transform: rotate(-55deg);
    width: 30px;
  }
  #footer-g .ul-a li a {
    text-align: center;
  }
  #footer-g .ul-a li a span {
    text-align: center;
  }
  #footer-g .ul-sns-a {
    margin: 0 auto;
  }
  #footer-g .ul-sns-a img {
    width: 25px;
    height: auto;
  }
  #footer-g .tel-a {
    margin-bottom: 20px;
  }
  #footer-g .tel-a a {
    font-size: 26px;
  }
  #footer-g .tel-a a span {
    display: block;
  }
  #footer-g .tel-a p {
    margin-bottom: 10px;
  }
  #footer-g #totop {
    position: absolute;
    width: 40px;
    height: auto;
    bottom: 40px;
    right: 20px;
  }
  #footer-g #totop img {
    width: 100%;
    height: auto;
  }
}

/* CSS Document */
/* CSS Document */
.loading-img {
  background-color: #000000;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
}
.loading-img.anime1 {
  opacity: 0;
}
.loading-img.anime2 {
  display: none;
}

.loader1,
.loader1:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader1 {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load1 1.1s infinite linear;
  animation: load1 1.1s infinite linear;
}

@-webkit-keyframes load1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loader2,
.loader2:before,
.loader2:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load2 1.8s infinite ease-in-out;
  animation: load2 1.8s infinite ease-in-out;
}

.loader2 {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader2:before,
.loader2:after {
  content: "";
  position: absolute;
  top: 0;
}

.loader2:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader2:after {
  left: 3.5em;
}

@-webkit-keyframes load2 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load2 {
  0%, 80%, 100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
            box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
            box-shadow: 0 2.5em 0 0;
  }
}
/* CSS Document */
/* CSS Document */
#firstview-d {
  width: 100%;
  overflow-x: hidden;
  background-image: url(../images/common/2.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#firstview-d .inner-1 {
  width: 100%;
  height: 120px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#firstview-d .inner-1 .tel-a {
  margin-right: 20px;
}
#firstview-d .inner-1 .ul-sns-a {
  margin-left: auto;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #000000;
  height: 36px;
}
#firstview-d .inner-1 .ul-sns-a li {
  width: 30px;
}
#firstview-d .inner-1 .ul-sns-a li img {
  width: 100%;
  height: auto;
}
#firstview-d .inner-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: calc(100vh - 360px);
  padding: 40px;
}
#firstview-d .inner-2 .header-logo img {
  width: 100%;
}
#firstview-d .inner-3 {
  width: 100%;
  height: 240px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#firstview-d .inner-3 .nav1 .ul-c li {
  position: relative;
  margin-right: 15px;
}
#firstview-d .inner-3 .nav1 .ul-c li::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #9b9b9b;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  top: -30px;
}
#firstview-d .icon {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
#firstview-d .hamburger-a {
  display: none;
}
#firstview-d .map a {
  display: block;
  text-decoration: none;
  height: 36px;
  color: #000000;
  font-size: 24px;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #000000;
}
@media screen and (max-width: 1120px) {
  #firstview-d .inner-1,
  #firstview-d .inner-3 {
    display: none;
  }
  #firstview-d .hamburger-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #firstview-d .hamburger-a .hamburger-inner {
    left: auto;
    right: 0 !important;
    width: 60px;
    height: 60px;
  }
  #firstview-d .icon {
    bottom: 200px;
  }
}
@media screen and (max-width: 768px) {
  #firstview-d .header-logo {
    padding: 0 40px;
  }
  #firstview-d .header-logo img {
    width: 100%;
    max-width: 400px;
  }
  #firstview-d .icon {
    width: 25%;
    right: 20px;
  }
  #firstview-d .icon img {
    width: 100%;
    height: auto;
  }
}

/* CSS Document */
/* CSS Document */
#firstview-h #vegas {
  height: 100vh;
  width: 100%;
}
#firstview-h .grid-container-12 .grid-item-4 {
  background-image: url(../images/common/background.png);
  padding: 40px 40px;
  min-height: 45vh;
}
#firstview-h .grid-container-12 .grid-item-4 .ul-sns-a {
  text-align: center;
}
#firstview-h .grid-container-12 .grid-item-4 .ul-sns-a li {
  width: 24px;
}
#firstview-h .grid-container-12 .grid-item-4 .ul-sns-a li img {
  width: 100%;
  height: auto;
}
#firstview-h .grid-container-12 .grid-item-4 .tel-a {
  margin-bottom: 20px;
  text-align: center;
}
#firstview-h .grid-container-12 .grid-item-4 .tel-a span {
  display: block;
  text-align: center;
  font-size: 14px;
}
#firstview-h .grid-container-12 .grid-item-4 .tel-a a span {
  display: inline-block;
}
#firstview-h .grid-container-12 .grid-item-8 {
  text-align: right;
  padding: 60px 0 60px 0;
}
#firstview-h .grid-container-12 .grid-item-8 .nav2 {
  display: inline-block;
  margin-left: auto;
}
#firstview-h .header-logo {
  margin-bottom: 60px;
}
#firstview-h .header-logo img {
  width: 100%;
}
#firstview-h .icon {
  position: fixed;
  top: 50%;
  right: 0;
}
#firstview-h .hamburger-a {
  display: none;
}
@media screen and (max-width: 1190px) {
  #firstview-h .header-logo {
    margin-bottom: 0px;
  }
  #firstview-h .nav2 {
    padding-right: 60px;
  }
}
@media screen and (max-width: 1000px) {
  #firstview-h .grid-container-12 .grid-item-4 {
    padding: 14px;
  }
  #firstview-h .grid-item-4 .tel-a,
  #firstview-h .grid-item-4 .ul-sns-a {
    display: none;
  }
  #firstview-h .grid-item-8 {
    display: none;
  }
  #firstview-h .hamburger-a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #firstview-h .hamburger-a .hamburger-inner {
    left: auto;
    right: 0;
  }
  #firstview-h .hamburger-a .ul-c {
    margin-bottom: 40px;
  }
  #firstview-h .hamburger-a .ul-sns-a {
    text-align: center;
  }
  #firstview-h .hamburger-a .ul-sns-a li {
    width: 24px;
  }
  #firstview-h .hamburger-a .ul-sns-a li img {
    width: 100%;
    height: auto;
  }
  #firstview-h .hamburger-a .tel-a {
    display: block;
    text-align: center;
  }
  #firstview-h .hamburger-a .tel-a span {
    font-size: 14px;
  }
  #firstview-h .icon {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #firstview-h .grid-container-12 {
    grid-template-columns: repeat(2, 1fr);
  }
  #firstview-h .grid-container-12 .grid-item-4 {
    min-height: auto;
  }
}/*# sourceMappingURL=main.css.map */