@charset "utf-8";
body,html {
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 12px;
  line-height: 180%;
  color: #000;
  margin: 0 auto;
}
input,img,iframe,textarea {
  vertical-align: top;
  border: 0;
  max-width: 100%;
}
.clearfix{zoom:1;}
.clearfix:after{
  display:block;
  content:'';
  clear:both;
}
a {
  text-decoration: none;
  color: #000;
  word-break: break-all;
}
a, a:hover ,a img, {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
/*
a:hover img, a:hover {
  opacity: 0.8;
}*/
a:visited {
  text-decoration: none;
}
ul {
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.view_pc {
  display: block;
}
.view_sp {
  display: none;
}
/* フォント
*************************************************** */
h1, h2, h3, h4, h5, h6 {
  text-align: left;
  line-height: 100%;
  font-weight: normal;
}
p {
  text-align: left;
  font-size: 14px;
  line-height: 200%;
}

/* フレーム
*************************************************** */
.container {
  position: relative;
  width: 84%;
  max-width: 1616px;
  margin: 0 0 0 auto;
  overflow: hidden;
}
.section {
  position: relative;
  z-index: 1;
}

/* ヘッダー
*************************************************** */
p.header_top  {
  background: #BABC95;
  padding: 10px 0;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 160%;
  position: fixed;
  z-index: 3;
}
header {
  position: relative;
  z-index: 3;
  width: 100%;
}
/* topページ以外のヘッダー固定解除のコード */
header .container {
  position: absolute;
  margin: 0;
  overflow: visible;
}
.page-template header .container .view_pc,
.page-template-default header .container .view_pc,
.archive header .container .view_pc {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: -40px;
}
/* /topページ以外のヘッダー固定解除のコード */
header .contactBtn {
  position: fixed;
  top: 160px;
  left: 61px;
  font-family: 'Gothic A1', sans-serif;
  font-size: 16px;
  letter-spacing: 0.3em; 
  font-weight: bold;
  z-index: 3;
}
.home header .contactBtn {
  -webkit-animation: contactBtn 3s ease 1s 1 forwards;
  animation: contactBtn 3s ease 1s 1 forwards;
  opacity: 0;
  letter-spacing: 0em;
}
@-webkit-keyframes contactBtn {
  100% {
    letter-spacing: 0.3em;
    opacity: 1;
  }
}
@keyframes contactBtn {
  100% {
    letter-spacing: 0.3em;
    opacity: 1;
  }
}
img.key_line {
  position: absolute;
  left: 7%;
  top: 50%;
  z-index: 5;
}
.home img.key_line {
  position: fixed;
  left: 7%;
  /* top: 50%; */
  z-index: 2;
}
img.logo_first {
  position: absolute;
  right: 78%;
  top: 34%;
  z-index: 5;
}
.home img.logo_first {
  position: fixed;
  top: 33%;
  -webkit-animation: firstImg 3s ease 1s 1 forwards;
  animation: firstImg 3s ease 1s 1 forwards;
  opacity: 0;
}
@-webkit-keyframes firstImg {
  100% {
    opacity: 1;
    top: 34%;
  }
}
@keyframes firstImg {
  100% {
    opacity: 1;
    top: 34%;
  }
}

img.logo_scrap {
  position: absolute;
  left: 23%;
  top: 34%;
  z-index: 5;
}
.home img.logo_scrap {
  position: fixed;
  top: 30%;
  -webkit-animation: scrapImg 3s ease 1s 1 forwards;
  animation: scrapImg 3s ease 1s 1 forwards;
  opacity: 0;
}
@-webkit-keyframes scrapImg {
  100% {
    opacity: 1;
    top: 34%;
  }
}
@keyframes scrapImg {
  100% {
    opacity: 1;
    top: 34%;
  }
}

/* MV
*************************************************** */
img.mv01 {
  -webkit-animation: mvImg 5s ease 1s 1 forwards;
  animation: mvImg 5s ease 1s 1 forwards;
  opacity: 0;
}
@-webkit-keyframes mvImg {
  100% {
    opacity: 1;
  }
}
@keyframes mvImg {
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 1080px) {
  img.logo_first {
    top: 18%;
    right: 81%;
    width: 10%;
  }
  .home img.logo_first {
    top: 17%;
  }
  @-webkit-keyframes firstImg {
    100% {
      opacity: 1;
      top: 18%;
    }
  }
  @keyframes firstImg {
    100% {
      opacity: 1;
      top: 18%;
    }
  }
  img.logo_scrap {
    top: 18%;
    left: 21%;
    width: 12%;
  }
  .home img.logo_scrap {
    top: 14%;
  }
  @-webkit-keyframes scrapImg {
    100% {
      opacity: 1;
      top: 18%;
    }
  }
  @keyframes scrapImg {
    100% {
      opacity: 1;
      top: 18%;
    }
  }
  img.key_line {
    top: 26%;
    width: 35%;
  }
}
@media screen and (max-width: 600px) {
  .page-template .wrapper,
  .page-template-default .wrapper,
  .archive .wrapper {
    padding-top: 0;
  }

  .page-template header .container .view_sp,
  .page-template-default header .container .view_sp,
  .archive header .container .view_sp {
    position: absolute;
    width: 100vw;
    height: 100svh;
  }
  img.logo_first {
    width: auto;
    left: 0;
    right: 0;
    top: 25.5%;
    margin: auto;
  }
  .home img.logo_first {
    top: 22.5%;
  }
  .page-template img.logo_first,
  .page-template-default img.logo_first,
  .archive img.logo_first {
    top: 25.5%;
  }
  @-webkit-keyframes firstImg {
    100% {
      opacity: 1;
      top: 25.5%;
    }
  }
  @keyframes firstImg {
    100% {
      opacity: 1;
      top: 25.5%;
    }
  }
  img.logo_scrap {
    width: auto;
    left: 0;
    right: 0;
    top: 29.5%;
    margin: auto;
  }
  .home img.logo_scrap {
    top: 26.5%;
  }
  .page-template header img.logo_scrap,
  .page-template-default header img.logo_scrap,
  .archive header img.logo_scrap {
    top: 29.5%;
  }
  @-webkit-keyframes scrapImg {
    100% {
      opacity: 1;
      top: 29.5%;
    }
  }
  @keyframes scrapImg {
    100% {
      opacity: 1;
      top: 29.5%;
    }
  }
  img.key_line {
    top: 35.5%;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
  }
  .page-template header img.key_line,
  .page-template-default header img.key_line,
  .archive header img.key_line {
    top:  35.5%;
	 left: 7%;
  }
  .sec03 {
    -webkit-animation: mvUnder 3s ease 1s 1 forwards;
    animation: mvUnder 3s ease 1s 1 forwards;
    opacity: 0;
  }
  @-webkit-keyframes mvUnder {
    100% {
      opacity: 1;
    }
  }
  @keyframes mvUnder {
    100% {
      opacity: 1;
      top: 25.5%;
    }
  }
}


/* section
*************************************************** */
.sec03 {
  z-index: auto;
}
.sec03 p {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: left;
  line-height: 258%;
  max-width: 100%;
  width: 773px;
  height: 214px;
  height: max-content;
  width: max-content;
}
.space {
  height: 109vh;
}
.sec09 {
  width: 100%;
  float: left;
  position: relative;
  z-index: 2;
}
.sec09 img {
  opacity: 0.98;
}
.sec12 {
  width: 50%;
  float: right;
  position: relative;
  z-index: 3;
}
.sec11 {
  width: 50%;
  float: left;
  position: relative;
  z-index: 3;
}
.sec11 img {
  opacity: 0.98;
}


/* ギャラリー
*************************************************** */
.gallery .gallery_img {
  z-index: 2;
  background-color: rgba(255,255,255,0.9);
}
.gallery .gallery_img ul {
  margin-bottom: 1%;
  text-align: left;
}
.gallery .gallery_img li {
  display: inline-block;
  width: 23.9%;
  margin-right: 1%;
  margin: 1% 1% 0 0;
}
.gallery .gallery_img li:nth-child(4n) {
  margin-right: 0;
}
/* ポップアップ */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modalBg {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  padding: 40px 0;
}
.vertical .modalWrapper .modalContents img {
  max-height: 90vh;
  width: auto;
}
.closeModal {
  position: absolute;
  top:50px;
  left: 50px;
  cursor: pointer;
  font-size: 50px;
  color: #fff;
}

/* ドレス
*************************************************** */
.dress .dress_ttl {
  font-family: 'Gothic A1', sans-serif;
  font-weight: 100;
  font-size: 32px;
  letter-spacing: 0.2em;
  text-align: center; 
  margin-top: 130px;
}
.dress .dress_txt {
  z-index: 2;
}
.dress .dress_txt p {
  text-align: center;
  line-height: 258%;
  padding: 60px 0;
  width: 486px;
  height: 930px;
  width: max-content;
  height: max-content;
  margin: 0 auto;
}

.dress .dress_look {
  z-index: 2;
}
/* .dress .dress_look .container {
  width: 68%;
  margin: 0 auto;
}
.dress .dress_look li {
  width: 48%;
  float: left;
  margin-bottom: 136px;
  max-width: 627px;
}
.dress .dress_look li:nth-child(even) {
  float: right;
} */
/** リニューアル版 **/
.dress .container {
  width: 84%;
  margin: 0 0 0 auto;
}
.dress .dress_look_flex {
  display: flex;
  flex-direction: column;
}
.dress .dress_look01 {
  width: 93%;
  margin-left: 0;
  margin-bottom: 140px;
}
.dress .dress_look05 {
  width: 75%;
  margin: 0 auto 140px;
}
.dress .dress_look06 {
  width: 68%;
  margin: 0 0 70px;
}
.dress .dress_look07 {
  width: 68%;
  margin: 0 6% 140px auto;
}
.dress .dress_look08 {
  width: 100%;
  margin: 0 0 140px;
}
.dress .dress_look09 {
  width: 85%;
  margin: 0 auto 200px;
}
/** /リニューアル版 **/
/* プラン
*************************************************** */
.plan p {
  letter-spacing: 0.1em;
}
.plan .plan_nav p {
  margin: 100px auto;
  text-align: center;
}
.plan .plan_nav .img_wrap {
  width: 80%;
  display: flex;
  justify-content: space-between;
  margin: 100px auto;
}
.plan .plan_nav .img_wrap a {
  width: 28%;
}
.plan .plan_content {
  width: 80%;
  margin: 0 auto 200px;
  text-align: center;
}
.plan .plan_img {
  margin: 80px auto 50px;
}
.plan .plan_sec {
  padding-top: 200px;
}
.plan #plan_forest {
  margin-top: -100px;/* ページ内ジャンプの位置調整*/
}
.plan .plan_sec h2 {
  font-family: 'Gothic A1', sans-serif;
  font-weight: 100 !important;
  font-size: 32px;
  letter-spacing: 0.2em;
  text-align: center;
	-webkit-font-smoothing: none;
-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: subpixel-antialiased;
}
.plan .plan_desc {
font-size: 14px;
line-height: 28px;
text-align: center;
margin-bottom: 80px;
}
.plan .plan_btn {
  font-size: 14px;
  letter-spacing: 0.1em;
  margin: 0 auto;
  padding: 20px 40px;
  background: #DDD9CF;
  transition-duration: 0.2s;
}
.plan .plan_btn:hover {
  opacity: 0.6;
}
.plan .plan_detail {
  margin-top: 30px;
  text-align: center;
  font-size: 12px;
}
.plan .sec11, .plan .sec12 {
  margin-top: 200px;
}

/* コンタクト
*************************************************** */
input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
   -webkit-appearance: none;
   border-radius: 0;
}
.contact .inner {
  width: 70%;
  margin: 0 30px 0 auto;
}
.contact_head {
  padding: 232px 0 184px; 
}
.contact_head p {
  margin-top: 64px;
  text-align: center;
}
.contact_form {
  padding: 0 20px 60px 20px;
  background-color: rgba(255,255,255,0.9);
  z-index: 3;
}
.contact_form form input,
.contact_form form select {
  height: 25px;
  background-color: #f7f7f7;
  border: solid 1px #d2d2d2;
  display: block;
}
.contact_form form select {
  font-size: 16px;
  height: 32px;
  background-color: #fff;
  border: solid 1px #707070;
  border-radius: 5px;
  width: 190px;
  vertical-align: middle;
  padding: 3px 4px 2px 4px;
}
.contact_form form textarea {
  width: 100%;
  background-color: #f7f7f7;
}
.contact_form form input {
  background: #F8F8F8;
  height: 35px;
  border: none;
  width: 100%;
}
.contact_form form label {
  float: left;
  width: 38%;
  min-width: 250px;
  font-size: 16px;
  margin: 40px auto;
}
.contact_form form label span.required {
  font-size: 16px;
  margin-right: 16px;
  float: right;
}
.contact_form form p {
  display:block;
  content:'';
  clear:both;
}
.wpcf7-form-control-wrap {
  float: left;
  width: 60%;
  margin: 10px auto 40px;
  display: block;
}
.wpcf7-form-control-wrap.acceptance-842 {
  width: 100%;
  margin-bottom: 10px;
}
.contact_form form .wpcf7-list-item label {
  width: 100%;
}
.contact_form input[type="checkbox"] {
  width: 16px!important;
  height: 16px!important;
  display: inline-block;
  margin-top: 6px;
}
.contact_form form input[type="submit"] {
  width: 366px;
  height: 84px;
  background: #DDD9CF;
  display: block;
  margin: 0 auto;
}
.contact .privacy {
  background: #F8F8F8;
  width: 100%;
  padding: 24px;
  margin: 10% 0;
  box-sizing: border-box;
  height: 378px;
  overflow: scroll;
}
.contact .privacy .privacy_title {
  text-align: center;
  margin-bottom: 40px;
}
.contact .privacy p {
  margin: 24px 0;
  font-size: 13px;
}
.page-id-16 .sec11 {
  display: none;
}
@media screen and (max-width: 1080px) {
  header .contactBtn {
    top: 110px;
    left: 24px;
  }
  .sec03 p {
    width: 80%;
    width: max-content;
  }
  .space {
    height: 61vh;
  }
  .contact .inner {
    width: 97%;
  }
}
@media screen and (max-width: 1024px) {
  .sec03 p {
    width: 82%;
  }
  .space {
    height: 42vh;
  }
  .gallery .gallery_img li {
    width: 23.8%;
  }
}
@media screen and (max-width: 768px) {
  header .contactBtn {
    font-size: 12px;
    left: 16px;
  }
  .gallery .gallery_img li {
    width: 23.5%;
  }
  .sec03 p {
    width: 82%;
    font-size: 10px;
    width: max-content;
  }
}
@media screen and (max-width: 600px) {
  .view_pc {
    display: none;
  }
  .view_sp {
    display: block;
  }
  .container {
    width: 100%;
    margin: 0 auto;
  }
  p {
    font-size: 10px;
  }
  p.header_top {
    padding: 9px 0;
  }
  header {
    height: 80px;
    width: 100%;
    background: #fff;
  }
  .page-template header,
  .page-template-default header,
  .archive header {
    height: 139px;
  }
  header .contactBtn {
    top: 86px;
    left: 3%;
  }
  .mv, .gallery_mv, .dress_mv, .plan_mv,
  .contact_head {
    /* padding-top: 80px; */
  }
  .dress_mv {
    position: static;
    z-index: auto;
  }
  /*
  .page-id-6 img.logo_first {
    top: 18%;
  }
  .page-id-6 img.logo_scrap {
    top: 22%;
  }
  .page-id-6 img.key_line {
    top: 30%;
  }*/
  .dress .container {
    width: 100%;
    margin: 0 auto;
    position: static;
  }
  .dress_mv .dress_top_sp {
    z-index: 2;
    top: 24px;
    width: 92%;
    left: 4%;
  }
  .dress .dress_ttl {
    margin-top: 30px;
  }
  .dress .dress_txt {
    z-index: auto;
  }
  .dress .dress_txt p {
    z-index: 3;
  }
  .space {
    height: 0;
  }
  .sec03 p {
    text-align: center;
  }
  .sec09, .sec10, .sec11, .sec12 {
    width: 100%;
    float: none;
    z-index: 1;
  }
  .sec11 img {
    width: 100%;
  }
  .sec12 {
    width: 100%;
  }
  .sec12 img {
    width: 100%;
  }
  .dress .sec12 {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }
  .gallery .gallery_img ul {
    margin-bottom: 2%;
  }
  .gallery .gallery_img li {
    display: block;
    width: 49%;
    margin: 2% 0% 0;
  }
  .gallery .gallery_img li:nth-child(2n+1) {
    float: left;
  }
  .gallery .gallery_img li:nth-child(2n) {
    float: right;
  }
  .modalWrapper {
    width: 90%;
  }
  .closeModal {
    top: 30px;
    left: 16px;
  }
  .vertical .modalWrapper .modalContents img {
    max-height: 90vh;
    width: auto;
  }
  .dress .dress_look .container {
    width: 100%;
    margin: 0 auto;
  }
  .dress .dress_txt p {
    position: relative;
    text-align: center;
    padding: 40px 0;
    height: auto;
    width: 80%;
    font-size: 14px;
  }
  .dress .dress_look li {
    width: 100%;
    float: none;
    margin-bottom: 64px;
  }
  .dress .dress_look01 {
    width: 100%;
  }
  .dress .dress_look02 {
    width: 100%;
    margin: 50px auto;
  }
  .dress .dress_look05 {
    margin-bottom: 40px;
    width: 100%;
  }
  .dress .dress_look06 {
    width: 80%;
    margin: 0 auto 40px;
  }
  .dress .dress_look07 {
    width: 100%;
    margin: 0 auto 40px;
  }
  .dress .dress_look08 {
    width: 100%;
    margin: 0 auto 40px;
  }
  .dress .dress_look09 {
    width: 100%;
    margin: 0 auto 40px;
  }
  .dress .dress_look10 {
    width: 77%;
    margin: 0 auto 40px;
  }
  .contact .inner {
    width: 100%;
  }
  .contact_head {
    padding: 0px 0 130px;
    z-index: auto;
  }
  .contact_head p {
    margin-top: 32px;
    z-index: 3;
    position: relative;
  }
  .contact_form form label {
    display: block;
    width: 100%;
    min-width: auto;
    font-size: 14px;
    margin: 0px auto 16px;
  }
  .contact_form form label span.required {
    font-size: 14px;
    margin-right: 0;
    margin-left: 16px;
    float: none;
  }
  .contact_form form input {
    width: 100%;
  }
  .contact_form form select {
    margin: 0;
    font-size: 14px;
  }
  .contact_form form textarea {
    width: 100%;
  }
  .contact_form form input[type="submit"] {
    width: 100%;
  }
  .wpcf7-form-control-wrap {
    float: none;
    width: 100%;
  }
  .contact_form form select {
    height: 27px;
  }
  .contact_form input[type="checkbox"] {
    margin-top: 2px;
  }
  .contact .privacy p {
    font-size: 14px;
  }
  .page-id-16 .sec11 {
    float: none;
  }

  /**   plan   **/
  .plan .plan_sec {
    padding-top: 100px;
  }
  .plan .plan_nav p {
    font-size: 14px;
    width: 87%;
    margin: 48px auto;
  }
  .plan .plan_nav .img_wrap {
    flex-wrap: wrap;
    width: 90%;
    margin: 50px auto 0px;
  }
  .plan .plan_nav .img_wrap a {
    width: 46%;
    margin-bottom: 30px;
  }
  .plan .plan_nav .img_wrap a img {
    width: 100%;
  }
  .plan .plan_content {
    width: 100%;
  }
  .plan .plan_img {
    margin: 0;
  }
  .plan #plan_forest {
    margin-top: -20px;
  }
  .plan .plan_desc {
    margin: 30px auto;
    width: 90%;
    line-height: 26px;
  }
  .plan .plan_detail {
    width: 90%;
    margin: 30px auto;
    text-align: left;
  }
  .plan .sec12 {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }
}

/* MENU
*************************************************** */
.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding-top: 40px;
}
/* side menu */
.side-menu {
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-top: 30px;
  background: #BABC95;
  z-index: 4;
  display: none;
  opacity: .96;
}
.side-open .side-menu {
  display: block;
}
.side-menu__ul {
  width: 100%;
  height: 100%;
  display: block;
  overflow: auto;
  text-align: left;
}
.side-menu__ul > li {
  margin: 60px 0;
}
.side-menu__ul > li > a {
  display: block;
  padding: 14px 0 10px 20px;
  color: #fff;
  font-size: 30px;
  margin: 0;
  letter-spacing: 0.2em;
  font-family: 'Gothic A1', sans-serif;
  text-align: center;
}
/* ellipsis btn */
.side-menu-btn {
  position: fixed;
  top: 107px;
  left: 56px;
  width: 39px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  z-index: 4;
}
.home .side-menu-btn {
  -webkit-animation: sideMenu 3s ease 1s 1 forwards;
  animation: sideMenu 3s ease 1s 1 forwards;
  opacity: 0;
}
@-webkit-keyframes sideMenu {
  100% {
    opacity: 1;
  }
}
@keyframes sideMenu {
  100% {
    opacity: 1;
  }
}
.ellipsis-v {
  position: relative;
  display: block;
  cursor: pointer;
  width: 39px;
  height: 22px;
}
.ellipsis-v .point {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 39px;
  height: 4px;
  margin: auto;
  background: #000000;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ellipsis-v .point.top {
  top: 0;
}
.ellipsis-v .point.bot {
  bottom: 0;
}
.side-open .side-menu-btn:hover .top,
.side-open .top {
  width: 30px;
  height: 2px;
  background: #000;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.side-open .side-menu-btn:hover .bot,
.side-open .bot {
  width: 30px;
  height: 2px;
  background: #000;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (max-width: 1080px) {
  .side-menu-btn {
    top: 60px;
    left: 24px;
  }
}
@media screen and (max-width: 768px) {
  .side-menu-btn {
    left: 10px;
  }
}
@media screen and (max-width: 600px) {
  .wrapper {
    padding-top: 58px;
  }
  .side-menu-btn {
    top: 80px;
    right: 16px;
    left: auto;
  }
  .side-menu {
    padding-top: 80px;
  }
  .side-menu__ul > li {
    margin: 40px 0;
  }
}
/* THANKS PAGE
*************************************************** */
.thanks .thanks_txt {
  position: relative;
  background-color: rgba(255,255,255,0.9);
  z-index: 3;
  padding: 20px;
}
.thanks .thankyou {
  font-size: 20px;
  margin-bottom: 16px;
}
.thanks .btn_thanks {
  background: #DDD9CF;
  padding: 31px 111px;
  display: table;
  margin: 138px auto 225px;
  font-size: 18px;
}
.page-id-42 .sec09,
.page-id-42 .sec11 {
  display: none;
}
/* NEWS
*************************************************** */
.page_top .news {
  padding-top: 136px;
  position: relative;
  z-index: 2;
}
.page_top .news ul {
  top: 20px;
  left: 0;
  text-align: left;
  height: 425px;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  position: relative;
}
.page_top .news ul li {
  width: 400px;
  margin: 0 40px 0 0;
  display: inline-block;
  vertical-align: top;
}
.page_top .news article {
  background: #F5F5F5;
  padding: 32px;
  white-space: initial;
}
.news article p {
  font-size: 12px;
}
.news .date {
  text-align: left;
  letter-spacing: 0.1em;
  font-family: 'Gothic A1', sans-serif;
  font-size: 12px;
}
.news .title {
  overflow: hidden;
  text-align: left;
  margin-top: 10px;
  line-height: 145%;
  margin-top: 12px;
  height: 59px;
  line-height: 145%;
  font-size: 14px;
}
img.sec02_bg {
  margin-top: -37%;
}
@media screen and (max-width: 1080px) {
}
@media screen and (max-width: 1024px) {
  .page_top .news {
    padding-top: 80px;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
  .page_top .news ul {
    height: 359px;
  }
  .page_top .news ul li {
    width: 300px;
    margin: 0 0 0 20px;
  }
  .news article {
    padding: 16px;
  }
  img.sec02_bg {
    margin-top: -95%;
  }
}
/* ARCHIVE
*************************************************** */
.archive .news {
  padding-top: 116px;
  max-width: 1616px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.archive .news ul {
  text-align: left;
}
.archive .news ul li {
  width: 30%;
  max-width: 400px;
  margin: 0 2% 42px 0;
  display: inline-block;
  vertical-align: top;
}
.archive .news li:nth-child(3n) {
  margin-right: 0;
}
.archive .news article {
  background: #F5F5F5;
  padding: 32px;
}
@media screen and (max-width: 600px) {
  .archive .news {
    padding-top: 40px;
    background: #fff;
  }
  .archive .news ul {
    text-align: center;
    margin: 40px auto 0;
  }
  .archive .news ul li {
    display: block;
    width: 90%;
    margin: 0 auto 46px;
  }
  .archive .news li:nth-child(3n) {
    margin-right: auto;
  }
}
/* SINGLE
*************************************************** */
.single img.logo_first,
.single img.logo_scrap,
.single img.key_line {
  display: none;
}
.single .single_news {
  margin: 67px 0 100px;
}
.single article {
  background: none;
  width: 74%;
  margin: 0 10% 0 auto;
}
.single article h1 {
  text-align: left;
  line-height: 170%;
  font-size: 18px;
}
.single article img {
  width: 100%;
}
.single .article_text {
  margin: 100px 0;
}
.single .date {
  margin-top: 8px;
}
.single .article_detail {
  margin: 80px 0 0;
}
.single a.btn_more {
  background: #DDD9CF;
  width: 366px;
  text-align: center;
  display: block;
  padding: 31px 0;
  font-size: 18px;
  margin: 0 auto;
}
.pager {
  padding-top: 10px;
  text-align: center;
  margin: 20px 0 50px;
}
.page-numbers.current {
  color: #666;
  background-color: #fff;
  border: 1px solid #DDD9CF;
}
.page-numbers {
  background-color: #DDD9CF;
  color: #666;
  padding: 12px 14px;
  margin: 0 5px 0 0;
  border: 1px solid #DDD9CF;
}
.page-numbers:hover {
  opacity: 0.8;
}
.page-numbers.current:hover {
  opacity: 1;
}
.page-numbers.dots {
  padding: 0;
  background-color: #fff;
  color: #999;
  border: none;
}
.page-numbers.prev, .page-numbers.next {
  display: none;
}
@media screen and (max-width: 1024px) {
  .single article {
    width: 90%;
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 600px) {
  .single .single_news {
    margin: 80px 0 100px;
  }
  .single article {
    background: none;
    width: 90%;
    margin: 0 auto;
  }
  .single .article_text {
    margin: 40px 0;
  }
  .single .article_detail {
    margin: 40px 0;
  }
  .single article h1 {
    font-size: 14px;
  }
  .single article p {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  p.header_top {
    font-size: 11px;
  }
}
.grecaptcha-badge { visibility: hidden; }