@charset "UTF-8";
html,
body {
  padding: 0;
  margin: 0;
  font-family: "fot-klee-pro", sans-serif;
  overflow-x: hidden;
  position: relative;
  background-image: url(../images/istockphoto-1250557933-612x612.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

html #wpadminbar {
  display: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  display: block;
  letter-spacing: 1px;
  -webkit-transition: .1s;
  transition: .1s;
}

p {
  margin: 0;
  letter-spacing: 1px;
  color: #4D4D4D;
  font-family: serif;
}

.sp {
  display: none !important;
}

.main_content {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.contact_sec {
  padding-top: 120px;
  padding-bottom: 100px;
}

.contact_sec h2 {
  font-size: 40px;
  font-weight: bold;
  color: #202020;
  letter-spacing: 3px;
  text-align: center;
  font-family: serif;
  margin-bottom: 50px;
}

.contact_sec .content {
  width: 70%;
  max-width: 1200px;
  margin: 0 auto;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
}

header .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 35px;
  padding-bottom: 35px;
  -webkit-transition: .3s;
  transition: .3s;
}

header .inner .left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 30px;
  color: white;
  font-weight: bold;
}

header .inner .right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

header .inner .right .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .inner .right .nav_list .nav {
  padding: 0 25px;
}

header .inner .right .nav_list .nav a {
  font-size: 15px;
  color: white;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: -7px;
  position: relative;
}

header .inner .right .nav_list .nav a:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: -3%;
  width: 106%;
  height: 2px;
  background: white;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

header .inner .right .nav_list .nav a:hover:after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

header .inner.active {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-transition: .3s;
  transition: .3s;
}

header .inner.active .left {
  color: #202020;
  -webkit-transition: .3s;
  transition: .3s;
}

header .inner.active .right .nav_list .nav a {
  color: #202020;
  -webkit-transition: .3s;
  transition: .3s;
}

header .inner.active .right .nav_list .nav a:after {
  background: #202020;
}

header .inner.active .p-hamburger__line {
  background-color: #202020;
}

header .inner.active .under-button__line {
  background-color: #202020;
}

header .inner.active .p-hamburger[aria-expanded="true"] .p-hamburger__line::before,
header .inner.active .p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
  top: 0;
  background-color: #202020;
}

header .inner.active .p-hamburger[aria-expanded="true"] .under-button__line::before,
header .inner.active .p-hamburger[aria-expanded="true"] .under-button__line::after {
  top: 0;
  background-color: #202020;
}

.more_btn {
  width: 330px;
  margin: 0 auto;
  border-radius: 100px;
  font-size: 18px;
  padding: 20px 0;
  text-align: center;
  color: #202020;
  font-weight: bold;
  border: 1px solid #202020;
  position: relative;
  overflow: hidden;
  outline: none;
  -webkit-transition: ease .2s;
  transition: ease .2s;
}

.more_btn span {
  position: relative;
  z-index: 3;
  color: #202020;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.more_btn:hover span {
  color: white;
  -webkit-transition: ease .3s;
  transition: ease .3s;
}

.more_btn:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.more_btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #202020;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

body .top .sec1 {
  height: 100vh;
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

body .top .sec1 h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 55px;
  color: white;
  font-weight: bold;
  text-shadow: 2px 2px 4px black;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 6px;
  font-family: fantasy;
  white-space: nowrap;
}

body .top .sec2 {
  padding-top: 100px;
  padding-bottom: 200px;
  margin-top: 100vh;
  overflow: hidden;
}

body .top .sec2 .bg1 {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 270px;
}

body .top .sec2 .bg1 img {
  -webkit-transform: rotate(70deg);
          transform: rotate(70deg);
  opacity: 0.6;
}

body .top .sec2 .bg2 {
  position: absolute;
  right: -30px;
  top: 50px;
  width: 300px;
}

body .top .sec2 .bg2 img {
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
  opacity: 0.6;
}

body .top .sec2 h2 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 30px;
  color: #202020;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  letter-spacing: 8px;
  line-height: 1.4;
  font-family: serif;
  margin-bottom: 40px;
}

body .top .sec2 h2 .subtitle {
  font-size: 20px;
  color: #434343;
  display: block;
  margin-left: 5px;
}

body .top .sec2 .text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 18px;
  line-height: 2.5;
  font-family: serif;
  color: #202020;
  margin-bottom: 40px;
}

body .top .sec3 .box {
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body .top .sec3 .box .item {
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 30vw;
}

body .top .sec3 .box .item .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

body .top .sec3 .box .item .title_box {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

body .top .sec3 .box .item .title_box .title {
  font-size: 50px;
  color: white;
  font-weight: bold;
  margin-bottom: 10px;
  text-shadow: 1px 1px 4px #181818;
  letter-spacing: 5px;
}

body .top .sec3 .box .item .title_box .subtitle {
  font-size: 18px;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 4px #181818;
}

body .top .sec3 .box .item:hover .cover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 1;
}

body .top .sec3 .box .item1 {
  width: 100%;
  background-image: url(../images/sec3_img1.jpg);
  height: 35vw;
}

body .top .sec3 .box .item1 .title_box {
  top: 50%;
  right: 10%;
  left: unset;
}

body .top .sec3 .box .item2 {
  background-image: url(../images/sec3_img2.jpg);
}

body .top .sec3 .box .item3 {
  background-image: url(../images/sec3_img3.jpg);
}

body .top .sec3 .box .item4 {
  background-image: url(../images/sec3_img4.jpg);
}

body .top .sec3 .box .item5 {
  background-image: url(../images/sec3_img5.jpg);
}

body .top .sec4 {
  padding-top: 120px;
  padding-bottom: 150px;
}

body .top .sec4 .box {
  width: 70%;
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .top .sec4 .box h2 {
  font-size: 40px;
  font-weight: bold;
  color: #202020;
  letter-spacing: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 20px;
}

body .top .sec4 .box .content {
  width: 72%;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body .top .sec4 .box .content .nav li {
  border-bottom: 1px solid #636363;
  padding: 20px 0;
}

body .top .sec4 .box .content .nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow: hidden;
}

body .top .sec4 .box .content .nav li a .date {
  font-size: 14px;
  color: #464646;
  margin-right: 20px;
  padding-left: 5px;
}

body .top .sec4 .box .content .nav li a .title {
  font-size: 15px;
  font-weight: bold;
  color: #202020;
  font-family: serif;
  letter-spacing: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body .top .sec4 .box .content .nav li:last-child {
  border-bottom: none;
}

body .top .sec5 .box {
  width: 70%;
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .top .sec5 .box h2 {
  font-size: 40px;
  font-weight: bold;
  color: #202020;
  letter-spacing: 2px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

body .top .sec5 .box .content {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body .top .sec5 .box .content a {
  width: 48%;
  margin-bottom: 4%;
  height: 20vw;
  position: relative;
}

body .top .sec5 .box .content a img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body .top .sec5 .box .content .more_btn {
  width: 330px;
  height: auto;
  margin-bottom: 0;
  margin-top: 30px;
}

footer {
  width: 100%;
  background-color: #202020 !important;
  padding-top: 35px;
}

footer .inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 50px;
}

footer .inner .left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 30px;
  color: white;
  font-weight: bold;
}

footer .inner .right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

footer .inner .right .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .inner .right .nav_list .nav {
  padding: 10px 20px;
}

footer .inner .right .nav_list .nav a {
  font-size: 15px;
  color: white;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: -7px;
  position: relative;
}

footer .copyright {
  text-align: center;
  font-size: 12px;
  color: white;
  padding: 10px 0 20px;
}

@media screen and (max-width: 1025px) {
  .contact_sec {
    padding-top: 100px;
  }
  .contact_sec h2 {
    font-size: 35px;
  }
  .contact_sec .content {
    width: 70%;
    max-width: 1200px;
  }
  header .inner {
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  header .inner .right .nav_list .nav {
    padding: 0 20px;
  }
  body .top .sec1 h1 {
    top: 55%;
    font-size: 48px;
  }
  body .top .sec2 {
    padding-top: 80px;
    padding-bottom: 120px;
  }
  body .top .sec2 .bg1 {
    width: 150px;
  }
  body .top .sec2 .bg2 {
    right: -20px;
    top: 30px;
    width: 200px;
  }
  body .top .sec2 h2 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 30px;
    color: #202020;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    letter-spacing: 8px;
    line-height: 1.4;
    font-family: serif;
    margin-bottom: 40px;
  }
  body .top .sec2 h2 .subtitle {
    font-size: 20px;
    color: #434343;
    display: block;
    margin-left: 5px;
  }
  body .top .sec2 .text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 18px;
    line-height: 2.5;
    font-family: serif;
    color: #202020;
    margin-bottom: 40px;
  }
  body .top .sec3 .box .item {
    height: 35vw;
  }
  body .top .sec3 .box .item .title_box .title {
    font-size: 40px;
  }
  body .top .sec3 .box .item1 {
    height: 40vw;
  }
  body .top .sec4 {
    padding-top: 100px;
    padding-bottom: 120px;
  }
  body .top .sec4 .box {
    width: 80%;
  }
  body .top .sec4 .box h2 {
    font-size: 35px;
    padding-top: 15px;
  }
  body .top .sec4 .box .content {
    width: 75%;
    padding-left: 0px;
  }
  body .top .sec4 .box .content .nav li {
    padding: 15px 0;
  }
  body .top .sec4 .box .content .nav li a .date {
    margin-right: 15px;
  }
  body .top .sec5 .box {
    width: 80%;
  }
  body .top .sec5 .box h2 {
    font-size: 35px;
    letter-spacing: 0;
  }
  body .top .sec5 .box .content {
    width: 65%;
  }
  body .top .sec5 .box .content a {
    height: 24vw;
  }
  body .top .sec5 .box .content .more_btn {
    margin-top: 30px;
  }
  footer .inner {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
  }
  footer .inner .right .nav_list .nav {
    margin-left: 20px;
    padding: 10px 15px;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .contact_sec {
    padding-top: 100px;
  }
  .contact_sec h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .contact_sec .content {
    width: 90%;
  }
  .is-drawerActive header .inner .p-hamburger[aria-expanded="true"] .p-hamburger__line::before,
  .is-drawerActive header .inner .p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
    background-color: white !important;
  }
  .is-drawerActive header .inner .p-hamburger[aria-expanded="true"] .under-button__line::before,
  .is-drawerActive header .inner .p-hamburger[aria-expanded="true"] .under-button__line::after {
    background-color: white !important;
  }
  header .inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header .inner .left {
    font-size: 22px;
  }
  header .inner .right {
    display: none;
  }
  header .inner .c-button {
    position: relative;
    display: block;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: unset;
    cursor: pointer;
  }
  header .inner .p-hamburger {
    width: 25px;
    height: 9px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 110;
  }
  header .inner .p-hamburger__line {
    position: absolute;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin: 0;
    width: 25px;
    height: 2px;
    background-color: white;
    -webkit-transition: inherit;
    transition: inherit;
    outline: none;
    z-index: 11;
  }
  header .inner .under-button__line {
    background-color: white;
  }
  header .inner .p-hamburger__line::before,
  header .inner .p-hamburger__line::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    content: "";
    -webkit-transition: inherit;
    transition: inherit;
  }
  header .inner .p-hamburger__line::before {
    top: -9px;
  }
  header .inner .p-hamburger__line::after {
    top: 0px;
  }
  header .inner .p-hamburger[aria-expanded="true"] .p-hamburger__line {
    background-color: transparent;
    top: 80%;
  }
  header .inner .p-hamburger[aria-expanded="true"] .p-hamburger__line::before,
  header .inner .p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
    top: 0;
    background-color: white;
  }
  header .inner .p-hamburger[aria-expanded="true"] .under-button__line::before,
  header .inner .p-hamburger[aria-expanded="true"] .under-button__line::after {
    top: 0;
    background-color: white;
  }
  header .inner .p-hamburger[aria-expanded="true"] .p-hamburger__line::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  header .inner .p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  header .inner *:focus {
    outline: none;
  }
  header .hamburger_menu {
    position: fixed;
    right: -120%;
    top: 0px;
    width: 70%;
    height: 100vh;
    background-color: #202020;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 105;
  }
  header .hamburger_menu .nav_list {
    padding: 15vh 2rem;
    height: 100vh;
  }
  header .hamburger_menu .nav_list li {
    width: 100%;
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px dashed #C0C0C0;
  }
  header .hamburger_menu .nav_list li a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 8px 0;
    font-size: 14px;
    color: white;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
  }
  header .hamburger_menu .nav_list li:last-child {
    border-bottom: none;
  }
  header .active-slide {
    right: 0;
    -webkit-transition: .5s;
    transition: .5s;
  }
  body .top .sec1 {
    height: 550px;
  }
  body .top .sec1 .slide_list {
    height: 100%;
  }
  body .top .sec1 .slide_list .slick-list {
    height: 100%;
  }
  body .top .sec1 .slide_list .slick-list .slick-track {
    height: 100%;
  }
  body .top .sec1 .slide_list .slick-list .slick-track li {
    height: 100%;
  }
  body .top .sec1 .slide_list .slick-list .slick-track li img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body .top .sec1 h1 {
    top: 52%;
    font-size: 8vw;
    letter-spacing: 4px;
  }
  body .top .sec2 {
    padding-top: 70px;
    padding-bottom: 150px;
    margin-top: 550px;
  }
  body .top .sec2 .bg2 {
    right: -20px;
    top: 20px;
    width: 160px;
  }
  body .top .sec2 h2 {
    font-size: 25px;
    letter-spacing: 6px;
    margin-bottom: 30px;
    width: 110px;
    height: 217px;
  }
  body .top .sec2 h2 .subtitle {
    font-size: 18px;
  }
  body .top .sec2 .text {
    width: 90%;
    font-size: 16px;
    line-height: 2.2;
    margin-bottom: 35px;
  }
  body .top .sec3 {
    padding-top: 30px;
  }
  body .top .sec3 .box {
    width: 100%;
    display: block;
  }
  body .top .sec3 .box .item {
    width: 100%;
    height: 60vw;
    border-bottom: 3px solid #202020;
  }
  body .top .sec3 .box .item .title_box {
    left: 50%;
  }
  body .top .sec3 .box .item .title_box .title {
    text-align: center;
    font-size: 35px;
    letter-spacing: 3px;
  }
  body .top .sec3 .box .item:last-child {
    border-bottom: none;
  }
  body .top .sec4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  body .top .sec4 .box {
    width: 90%;
    display: block;
  }
  body .top .sec4 .box h2 {
    font-size: 30px;
    padding-top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  body .top .sec4 .box .content {
    width: 100%;
    margin-top: 10px;
  }
  body .top .sec4 .box .content .nav li {
    padding: 15px 0;
  }
  body .top .sec4 .box .content .nav li a .date {
    margin-right: 10px;
  }
  body .top .sec5 .box {
    width: 90%;
    display: block;
  }
  body .top .sec5 .box h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  body .top .sec5 .box .content {
    width: 100%;
  }
  body .top .sec5 .box .content a {
    height: 43vw;
  }
  body .top .sec5 .box .content .more_btn {
    margin-top: 20px;
  }
  footer .inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    display: block;
  }
  footer .inner .left {
    font-size: 22px;
    letter-spacing: 3px;
  }
  footer .inner .right {
    margin-top: 30px;
  }
  footer .inner .right .nav_list .nav {
    margin-left: 0px;
    padding: 10px 20px 10px 0px;
  }
}

body .about .sec1 {
  background-image: url(../images/about/sec1_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 120vh;
  position: relative;
}

body .about .sec1 .inner {
  position: absolute;
  top: 45%;
  right: 10%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 30%;
}

body .about .sec1 .inner h1 {
  font-size: 60px;
  margin-bottom: 80px;
  letter-spacing: 4px;
  color: white;
  font-family: serif;
  font-weight: bold;
}

body .about .sec1 .inner .title {
  font-size: 25px;
  margin-bottom: 40px;
  color: white;
  white-space: nowrap;
  font-family: serif;
  font-weight: bold;
  letter-spacing: 2px;
}

body .about .sec1 .inner .text {
  font-size: 18px;
  line-height: 2.3;
  color: white;
  font-family: serif;
}

body .about .sec2 {
  padding-top: 80px;
}

body .about .sec2 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}

body .about .sec2 .box .img_box {
  width: 48%;
}

body .about .sec2 .box .text_box {
  width: 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 3%;
  padding-top: 40px;
}

body .about .sec2 .box .text_box .title {
  font-size: 30px;
  font-weight: bold;
  color: #202020;
  margin-bottom: 30px;
}

body .about .sec2 .box .text_box .text {
  font-size: 18px;
  line-height: 2.3;
  color: #202020;
}

body .about .sec2 .box:nth-child(2n) .text_box {
  padding-right: 0px;
  padding-left: 3%;
}

@media screen and (max-width: 768px) {
  body .about .sec1 {
    background-image: url(../images/about/sec1_bg_sp.jpg);
    height: 100vh;
  }
  body .about .sec1 .inner {
    top: 50%;
    right: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
  }
  body .about .sec1 .inner h1 {
    font-size: 50px;
    margin-bottom: 60px;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px #202020;
    text-align: center;
  }
  body .about .sec1 .inner .title {
    font-size: 20px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-shadow: 2px 2px 4px #202020;
    text-align: center;
  }
  body .about .sec1 .inner .text {
    font-size: 16px;
    text-shadow: 2px 2px 4px #202020;
  }
  body .about .sec2 {
    padding-top: 60px;
  }
  body .about .sec2 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 30px;
  }
  body .about .sec2 .box .img_box {
    width: 100%;
  }
  body .about .sec2 .box .text_box {
    width: 90%;
    margin: 0 auto;
    padding-right: 0;
    padding-top: 25px;
  }
  body .about .sec2 .box .text_box .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  body .about .sec2 .box .text_box .text {
    font-size: 16px;
    line-height: 2;
  }
  body .about .sec2 .box:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  body .about .sec2 .box:nth-child(2n) .text_box {
    padding-left: 0;
  }
}

body .gift .sec1 {
  background-image: url(../images/gift/sec1_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  position: relative;
}

body .gift .sec1 .inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 10%;
  bottom: 50px;
}

body .gift .sec1 .inner h1 {
  font-size: 60px;
  color: white;
  text-shadow: 2px 2px 4px #202020;
  letter-spacing: 5px;
  font-weight: bold;
}

body .gift .sec2 {
  width: 90%;
  margin: 0 auto;
  padding-top: 60px;
}

body .gift .sec2 .title {
  font-size: 25px;
  color: #202020;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: bold;
}

body .gift .sec2 .text {
  font-size: 16px;
  color: #202020;
  line-height: 2;
}

body .gift .sec3 {
  padding-top: 60px;
  position: relative;
  padding-bottom: 100px;
}

body .gift .sec3 .text_box {
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 50px 50px 50px;
  background-color: #978db3;
}

body .gift .sec3 .text_box .inner {
  width: 35%;
}

body .gift .sec3 .text_box .inner h2 {
  font-size: 40px;
  color: white;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

body .gift .sec3 .text_box .inner .text {
  font-size: 16px;
  color: white;
  line-height: 2;
  letter-spacing: 1px;
}

body .gift .sec3 .img_box {
  width: 55%;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  body .gift .sec1 {
    height: 400px;
  }
  body .gift .sec1 .inner {
    left: 5%;
    bottom: 30px;
  }
  body .gift .sec1 .inner h1 {
    font-size: 40px;
    letter-spacing: 3px;
  }
  body .gift .sec2 {
    padding-top: 40px;
  }
  body .gift .sec2 .title {
    font-size: 20px;
    text-align: center;
  }
  body .gift .sec3 {
    padding-top: 40px;
    padding-bottom: 0;
  }
  body .gift .sec3 .text_box {
    width: 95%;
    margin: unset;
    padding: 60px 15px 15px 15px;
  }
  body .gift .sec3 .text_box .inner {
    width: 100%;
  }
  body .gift .sec3 .text_box .inner h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  body .gift .sec3 .img_box {
    margin-bottom: -40px;
    width: 95%;
    margin-left: auto;
    position: unset;
    bottom: unset;
    right: unset;
  }
}

body .wedding .sec1 {
  background-image: url(../images/sec3_img2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  position: relative;
}

body .wedding .sec1 .inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 10%;
  bottom: 50px;
}

body .wedding .sec1 .inner h1 {
  font-size: 60px;
  color: white;
  text-shadow: 2px 2px 4px #202020;
  letter-spacing: 5px;
  font-weight: bold;
}

body .wedding .sec2 {
  width: 90%;
  margin: 0 auto;
  padding-top: 60px;
}

body .wedding .sec2 .title {
  font-size: 25px;
  color: #202020;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: bold;
}

body .wedding .sec2 .text {
  font-size: 16px;
  color: #202020;
  line-height: 2;
}

body .wedding .sec3 {
  padding-top: 60px;
  position: relative;
  padding-bottom: 100px;
}

body .wedding .sec3 .text_box {
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 50px 50px 50px;
  background-color: #b38e8d;
}

body .wedding .sec3 .text_box .inner {
  width: 35%;
}

body .wedding .sec3 .text_box .inner h2 {
  font-size: 40px;
  color: white;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

body .wedding .sec3 .text_box .inner .text {
  font-size: 16px;
  color: white;
  line-height: 2;
  letter-spacing: 1px;
}

body .wedding .sec3 .img_box {
  width: 55%;
  position: absolute;
  bottom: 0;
  right: 0;
}

body .wedding .sec4 {
  margin-top: 120px;
}

body .wedding .sec4 .box {
  position: relative;
  width: 100%;
  margin-bottom: 120px;
}

body .wedding .sec4 .box .img_box {
  width: 80%;
  height: 700px;
  position: relative;
}

body .wedding .sec4 .box .img_box:before {
  width: 100%;
  height: 700px;
  content: "";
  display: block;
  background-attachment: fixed;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

body .wedding .sec4 .box .text_box {
  width: 450px;
  position: absolute;
  right: 0;
  bottom: -40px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 50px 70px 50px;
}

body .wedding .sec4 .box .text_box h3 {
  font-size: 35px;
  color: #202020;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 2px;
  text-align: center;
}

body .wedding .sec4 .box .text_box .subtitle {
  font-size: 20px;
  text-align: center;
  color: #202020;
  margin-bottom: 20px;
}

body .wedding .sec4 .box .text_box .text {
  font-size: 16px;
  color: #202020;
  line-height: 2;
  letter-spacing: 2px;
}

body .wedding .sec4 .box1 .img_box:before {
  background-image: url(../images/wedding/table.jpg);
  z-index: 1;
}

body .wedding .sec4 .box2 .text_box {
  left: 0;
  right: unset;
}

body .wedding .sec4 .box2 .img_box {
  margin-left: auto;
}

body .wedding .sec4 .box2 .img_box:before {
  background-image: url(../images/wedding/bouquet.jpg);
  z-index: 2;
}

body .wedding .sec4 .box3 .img_box:before {
  background-image: url(../images/wedding/item.jpg);
  z-index: 3;
}

@media screen and (max-width: 768px) {
  body .wedding .sec1 {
    height: 400px;
  }
  body .wedding .sec1 .inner {
    left: 5%;
    bottom: 30px;
  }
  body .wedding .sec1 .inner h1 {
    font-size: 40px;
    letter-spacing: 3px;
  }
  body .wedding .sec2 {
    padding-top: 40px;
  }
  body .wedding .sec2 .title {
    font-size: 20px;
    text-align: center;
  }
  body .wedding .sec3 {
    padding-top: 40px;
    padding-bottom: 0;
  }
  body .wedding .sec3 .text_box {
    width: 95%;
    margin: unset;
    padding: 60px 15px 15px 15px;
  }
  body .wedding .sec3 .text_box .inner {
    width: 100%;
  }
  body .wedding .sec3 .text_box .inner h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  body .wedding .sec3 .img_box {
    margin-bottom: -40px;
    width: 95%;
    margin-left: auto;
    position: unset;
    bottom: unset;
    right: unset;
  }
  body .wedding .sec4 {
    margin-top: 80px;
  }
  body .wedding .sec4 .box {
    margin-bottom: 100px;
  }
  body .wedding .sec4 .box .img_box {
    width: 100%;
    height: 550px;
  }
  body .wedding .sec4 .box .img_box:before {
    height: 550px;
    background-attachment: unset;
    position: absolute;
  }
  body .wedding .sec4 .box .text_box {
    width: 90%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    margin-top: -120px;
    position: relative;
    right: unset;
    left: unset;
    bottom: unset;
    padding: 20px 15px 40px 15px;
    z-index: 4;
  }
  body .wedding .sec4 .box .text_box h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  body .wedding .sec4 .box .text_box .subtitle {
    margin-bottom: 15px;
  }
  body .wedding .sec4 .box2 .img_box:before {
    background-position: 50% 0;
  }
  body .wedding .sec4 .box3 {
    margin-bottom: 0;
  }
  body .wedding .sec4 .box3 .img_box:before {
    background-image: url(../images/wedding/item.jpg);
  }
}

body .plant .sec1 {
  background-image: url(../images/plant/top.jpg);
}

body .plant .sec3 .text_box {
  background-color: #8db3a0;
}

.gallery .sec1 {
  background-image: url(../images/sec3_img4.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  position: relative;
}

.gallery .sec1 .inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 10%;
  bottom: 50px;
}

.gallery .sec1 .inner h1 {
  font-size: 60px;
  color: white;
  text-shadow: 2px 2px 4px #202020;
  letter-spacing: 5px;
  font-weight: bold;
}

.gallery .sec2 {
  width: 90%;
  margin: 0 auto;
  padding-top: 60px;
}

.gallery .sec2 .title {
  font-size: 25px;
  color: #202020;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-weight: bold;
}

.gallery .sec2 .text {
  font-size: 16px;
  color: #202020;
  line-height: 2;
  letter-spacing: 2px;
  font-weight: bold;
}

.gallery .sec3 {
  width: 90%;
  margin: 0 auto;
  margin-top: 60px;
}

.gallery .sec3 .gallery_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gallery .sec3 .gallery_box .img_box {
  width: 24%;
  position: relative;
  height: 300px;
  margin-bottom: 15px;
}

.gallery .sec3 .gallery_box .img_box img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .gallery .sec1 {
    height: 400px;
  }
  .gallery .sec1 .inner {
    left: 5%;
    bottom: 30px;
  }
  .gallery .sec1 .inner h1 {
    font-size: 40px;
    letter-spacing: 3px;
  }
  .gallery .sec2 {
    padding-top: 40px;
  }
  .gallery .sec2 .title {
    font-size: 20px;
    text-align: center;
  }
  .gallery .sec2 .text {
    font-weight: normal;
  }
  .gallery .sec3 {
    margin-top: 40px;
  }
  .gallery .sec3 .gallery_box .img_box {
    width: 48%;
    height: 170px;
  }
}

.contact .sec1 {
  background-image: url(../images/contact/letter-g13a23a1bc_1920.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  position: relative;
}

.contact .sec1 .inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 10%;
  bottom: 50px;
}

.contact .sec1 .inner h1 {
  font-size: 60px;
  color: white;
  text-shadow: 2px 2px 4px #202020;
  letter-spacing: 5px;
  font-weight: bold;
}

.contact .sec2 {
  width: 90%;
  margin: 0 auto;
  padding-top: 60px;
}

.contact .sec2 .text {
  font-size: 16px;
  color: #202020;
  line-height: 2;
}

.contact .sec2 .content {
  width: 90%;
  margin: 0 auto;
  margin-top: 80px;
}

.contact_form_box {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 120px;
  background-color: #fff;
  padding: 40px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact_form_box .mw_wp_form .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 22px 0;
  border-top: 1px solid #EEECEB;
}

.contact_form_box .mw_wp_form .box .dt {
  width: 180px;
  text-align: center;
  font-size: 15px;
  color: #543F36;
  font-family: "kiwi l";
}

.contact_form_box .mw_wp_form .box .dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  font-family: "kiwi l";
  color: #1F2725;
  box-sizing: border-box;
  margin-left: 13.4%;
}

.contact_form_box .mw_wp_form .box .dd .form1 {
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  border: 1px solid #EEECEB;
  font-size: 15px;
  font-family: "kiwi l";
  padding-left: 17px;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact_form_box .mw_wp_form .box .dd .form2 {
  width: 37.5%;
  height: 40px;
  border: none;
  outline: none;
  border: 1px solid #EEECEB;
  font-size: 15px;
  font-family: "kiwi l";
  padding-left: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact_form_box .mw_wp_form .box .dd .form3 {
  width: 63.5%;
  height: 40px;
  border: none;
  outline: none;
  border: 1px solid #EEECEB;
  font-size: 15px;
  font-family: "kiwi l";
  padding-left: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contact_form_box .mw_wp_form .box .dd select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  /* デフォルトの矢印を無効 */
  background-image: url(../images/index/select_angle.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 10px 8px;
  font-family: "kiwi l";
}

.contact_form_box .mw_wp_form .box .dd select::-ms-expand {
  display: none;
  /* デフォルトの矢印を無効(IE用) */
}

.contact_form_box .mw_wp_form .box .dd .mwform-radio-field {
  display: block;
  margin: 0;
  margin-top: 10px;
}

.contact_form_box .mw_wp_form .box .dd .mwform-radio-field .form1 {
  width: 18px;
  margin: 0;
  height: auto;
}

.contact_form_box .mw_wp_form .box .dd .mwform-radio-field .radio1 {
  margin: 0;
  width: 18px;
}

.contact_form_box .mw_wp_form .box .dd .mwform-radio-field .mwform-radio-field-text {
  font-size: 15px;
  font-family: "kiwi l";
  color: #1F2725;
}

.contact_form_box .mw_wp_form .box .dd .mwform-radio-field:first-child {
  margin-top: 0px;
}

.contact_form_box .mw_wp_form .box .dd .textarea {
  margin-top: 25px;
  width: 100%;
  height: 127px;
  padding: 9px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  resize: none;
  border: none;
  outline: none;
  border: 1px solid #EEECEB;
}

.contact_form_box .mw_wp_form .box:first-child {
  border-top: none;
}

.contact_form_box .mw_wp_form .last_box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact_form_box .mw_wp_form .confirm-btn {
  width: 256px;
  margin: 0 auto;
  margin-top: 96px;
  position: relative;
}

.contact_form_box .mw_wp_form .confirm-btn .submit {
  width: 100%;
  background-color: #EEECEB;
  padding: 17px 0 18px;
  font-size: 20px;
  font-family: "kiwi r";
  color: #A28405;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: .1s;
  transition: .1s;
}

.contact_form_box .mw_wp_form .confirm-btn .angle {
  position: absolute;
  top: 51%;
  left: 60px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 5px;
  color: #A28405;
  cursor: pointer;
  -webkit-transition: .1s;
  transition: .1s;
}

.contact_form_box .mw_wp_form .confirm-btn:hover .submit {
  background-color: #A28405;
  color: white;
  -webkit-transition: .1s;
  transition: .1s;
}

.contact_form_box .mw_wp_form .confirm-btn:hover .angle {
  color: white;
  -webkit-transition: .1s;
  transition: .1s;
}

.contact_form_box .wp-block-table td {
  border: none;
  outline: none;
  padding: 0;
}

.page-template-confirm .contact_form_box .mw_wp_form .box {
  padding: 33px 0;
}

.page-template-confirm .contact_form_box .mw_wp_form .box .dd span {
  margin-top: 13px;
  display: block;
}

.page-template-confirm .contact_form_box .mw_wp_form .box .dd .confirm_none {
  display: none;
}

.page-template-confirm .contact_form_box .mw_wp_form .last_box .dd span {
  margin-top: 30px;
}

.page-template-confirm .contact_form_box .mw_wp_form .confirm-btn .submit {
  background-color: #A28405;
  color: white;
  border: 2px solid #A28405;
}

.page-template-confirm .contact_form_box .mw_wp_form .confirm-btn .angle {
  color: white;
}

.page-template-confirm .contact_form_box .mw_wp_form .confirm-btn:hover .submit {
  background-color: white;
  color: #A28405;
  -webkit-transition: .1s;
  transition: .1s;
}

.page-template-confirm .contact_form_box .mw_wp_form .confirm-btn:hover .angle {
  color: #A28405;
  -webkit-transition: .1s;
  transition: .1s;
}

.page-template-confirm .confirm_br {
  display: block;
}

.page-template-thanks .sub_common_title {
  text-align: center;
  font-size: 20px;
  font-family: "kiwi r";
  color: #543F36;
  line-height: 1.5;
}

.page-template-thanks .popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .contact .sec1 {
    height: 400px;
  }
  .contact .sec1 .inner {
    left: 5%;
    bottom: 30px;
  }
  .contact .sec1 .inner h1 {
    font-size: 40px;
    letter-spacing: 3px;
  }
  .contact .sec2 {
    width: 90%;
    margin: 0 auto;
    padding-top: 60px;
  }
  .contact .sec2 .text {
    font-size: 16px;
    color: #202020;
    line-height: 2;
  }
  .contact .sec2 .content {
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .contact_form_box {
    width: 100%;
    padding: 10px;
  }
  .contact_form_box .mw_wp_form .box {
    padding: 20px 0;
    display: block;
  }
  .contact_form_box .mw_wp_form .box .dt {
    width: 100%;
    text-align: left;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 15px;
    font-size: 16px;
    font-family: "kiwi m";
    letter-spacing: 1px;
  }
  .contact_form_box .mw_wp_form .box .dd {
    padding: 0 15px;
    margin-left: 0%;
  }
  .contact_form_box .mw_wp_form .box .dd .form1 {
    padding-left: 10px;
  }
  .contact_form_box .mw_wp_form .box .dd .form2 {
    width: 86%;
    padding-left: 10px;
  }
  .contact_form_box .mw_wp_form .box .dd .form2:first-child {
    margin-bottom: 15px;
  }
  .contact_form_box .mw_wp_form .box .dd .form3 {
    padding-left: 10px;
    width: 100%;
  }
  .contact_form_box .mw_wp_form .confirm-btn {
    margin-top: 50px;
    width: 240px;
  }
  .contact_form_box .mw_wp_form .confirm-btn .submit {
    padding: 12px 0 13px;
    font-size: 16px;
  }
  .contact_form_box .mw_wp_form .confirm-btn .angle {
    left: 50px;
  }
}

.blog .sec1 {
  background-image: url(../images/gift/sec1_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  position: relative;
}

.blog .sec1 .inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 10%;
  bottom: 50px;
}

.blog .sec1 .inner h1 {
  font-size: 60px;
  color: white;
  text-shadow: 2px 2px 4px #202020;
  letter-spacing: 5px;
  font-weight: bold;
}

.blog .sec2 {
  width: 90%;
  margin: 0 auto;
  padding-top: 60px;
}

.blog .sec2 .text {
  font-size: 16px;
  color: #202020;
  line-height: 2;
}

.blog .sec3 .box {
  width: 70%;
  margin: 0 auto;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog .sec3 .box h2 {
  font-size: 40px;
  font-weight: bold;
  color: #202020;
  letter-spacing: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 20px;
}

.blog .sec3 .box .content {
  width: 72%;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.blog .sec3 .box .content .nav li {
  border-bottom: 1px solid #636363;
  padding: 20px 0;
}

.blog .sec3 .box .content .nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  overflow: hidden;
}

.blog .sec3 .box .content .nav li a .date {
  font-size: 14px;
  color: #464646;
  margin-right: 20px;
  padding-left: 5px;
}

.blog .sec3 .box .content .nav li a .title {
  font-size: 15px;
  font-weight: bold;
  color: #202020;
  font-family: serif;
  letter-spacing: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog .sec3 .box .content .nav li:last-child {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  body .blog .sec1 {
    height: 400px;
  }
  body .blog .sec1 .inner {
    left: 5%;
    bottom: 30px;
  }
  body .blog .sec1 .inner h1 {
    font-size: 40px;
    letter-spacing: 3px;
  }
  body .blog .sec2 {
    padding-top: 40px;
  }
  body .blog .sec2 .title {
    font-size: 20px;
    text-align: center;
  }
  body .blog .sec3 {
    margin-top: 40px;
  }
  body .blog .sec3 .box {
    width: 90%;
    display: block;
  }
  body .blog .sec3 .box h2 {
    font-size: 30px;
    padding-top: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  body .blog .sec3 .box .content {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
  body .blog .sec3 .box .content .nav li {
    padding: 15px 0;
  }
  body .blog .sec3 .box .content .nav li a .date {
    margin-right: 10px;
  }
}

body .single .date {
  padding-top: 240px;
  width: 850px;
  margin: 0 auto;
  margin-bottom: 40px;
  color: #CC0021;
}

body .single h2 {
  width: 850px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.4;
  color: #272727;
  padding-bottom: 44px;
  letter-spacing: 3px;
}

body .single .content_box {
  padding-top: 101px;
  border-top: 1px solid #DDDDDD;
}

body .single .content_box .inner {
  width: 850px;
  margin: 0 auto;
}

body .single .content_box .inner .thumb {
  width: 100%;
  height: 500px;
  position: relative;
  margin-bottom: 55px;
}

body .single .content_box .inner .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

body .single .content_box .inner p {
  font-weight: normal;
  line-height: 2.5;
  color: #272727;
  letter-spacing: 2px;
}

body .single .content_box .inner .pagenation {
  width: 680px;
  margin: 0 auto;
  margin-bottom: 140px;
  margin-top: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .single .content_box .inner .pagenation .arrows {
  width: 65px;
  height: 65px;
  display: block;
}

body .single .content_box .inner .pagenation .arrows a {
  width: 65px;
  height: 65px;
  background-color: #272727;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  border-radius: 40px;
  overflow: hidden;
}

body .single .content_box .inner .pagenation .arrows a img {
  width: 32px;
}

body .single .content_box .inner .pagenation .arrows a .prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

body .single .content_box .inner .pagenation .more_btn {
  width: 300px;
  border: 1px solid #272727;
  padding: 10px 0;
  margin: 0;
}

body .single .content_box .inner .pagenation .more_btn p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #272727;
}

body .single .content_box .inner .pagenation .more_btn:hover p {
  color: white;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1025px) {
  body .single .date {
    padding-top: 200px;
    width: 80%;
    margin-bottom: 30px;
  }
  body .single h2 {
    width: 80%;
    font-size: 22px;
    line-height: 1.5;
    padding-bottom: 40px;
  }
  body .single .content_box {
    padding-top: 80px;
  }
  body .single .content_box .inner {
    width: 80%;
  }
  body .single .content_box .inner .thumb {
    height: 500px;
    margin-bottom: 40px;
  }
  body .single .content_box .inner p {
    line-height: 2.2;
  }
}

@media screen and (max-width: 768px) {
  body .single .date {
    padding-top: 137px;
    width: 92%;
    margin-bottom: 20px;
    color: #1C1C1C;
  }
  body .single h2 {
    width: 92%;
  }
  body .single .content_box {
    padding-top: 0px;
    border: none;
  }
  body .single .content_box .inner {
    width: 92%;
  }
  body .single .content_box .inner .thumb {
    height: 59vw;
  }
  body .single .content_box .inner p {
    line-height: 2.1;
  }
  body .single .content_box .inner .pagenation {
    width: 325px;
    margin-bottom: 130px;
    margin-top: 170px;
  }
  body .single .content_box .inner .pagenation .arrows {
    width: 50px;
    height: 50px;
  }
  body .single .content_box .inner .pagenation .arrows a {
    width: 50px;
    height: 50px;
  }
  body .single .content_box .inner .pagenation .arrows a img {
    width: 22px;
  }
  body .single .content_box .inner .pagenation .more_btn {
    width: 168px;
    padding: 24px 0;
  }
  body .single .content_box .inner .pagenation .more_btn p {
    font-size: 14px;
    line-height: 1;
  }
}
/*# sourceMappingURL=style.css.map */