@charset "UTF-8";

/*
Theme Name: maggy
Theme URI: https://lbi.jp/
Author: Roseau Pensant
Author URI: https://lbi.jp/
Description: This is our original theme.
Version: 1.0
*/
/*====================================================================
*    common all
/*==================================================================*/
@font-face {
  font-family: "UniversalSans-0-10-20-11111211121-450";
  src: url("fonts/UniversalSans-0-10-20-11111211121-450.eot");
  src: url("fonts/UniversalSans-0-10-20-11111211121-450.eot?#iefix") format("embedded-opentype"), url("fonts/UniversalSans-0-10-20-11111211121-450.woff") format("woff"), url("fonts/UniversalSans-0-10-20-11111211121-450.otf") format("truetype");
  font-style: normal;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

p {
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #bfbfbf;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* form clear */
  -webkit-appearance: none !important;
}

/* ----- Clearfix ----- */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*====================================================================
*    mixin
/*==================================================================*/
/*====================================================================
*    Responsive
/*==================================================================*/
.pc_contents {
  display: block !important;
}

@media (max-width: 768px) {
  .pc_contents {
    display: none !important;
  }
}

.sp_contents {
  display: none !important;
}

@media (max-width: 768px) {
  .sp_contents {
    display: block !important;
  }
}

.pc_inline {
  display: inline !important;
}

@media (max-width: 768px) {
  .pc_inline {
    display: none !important;
  }
}

.sp_inline {
  display: none !important;
}

@media (max-width: 768px) {
  .sp_inline {
    display: inline !important;
  }
}

.pc_flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (max-width: 768px) {
  .pc_flex {
    display: none !important;
  }
}

.sp_flex {
  display: none !important;
}

@media (max-width: 768px) {
  .sp_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/* ----- Clearfix ----- */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*====================================================================
*    All
/*==================================================================*/
::-moz-selection {
  background: #cccccc;
}

::selection {
  background: #cccccc;
}

::-moz-selection {
  background: #cccccc;
}

body {
  width: 100%;
  margin: 0 auto;
  font-family: neue-haas-unica, dnp-shuei-gothic-kin-std, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #222;
  font-size: 16px;
  line-height: 35.2px;
  letter-spacing: 0.05em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  font-weight: 400;
}

@media (max-width: 768px) {
  body {
    font-size: 13px;
    line-height: 22.1px;
  }
}

body a {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: block;
  text-decoration: none;
  color: #222;
}

body a:hover {
  opacity: 0.8;
}

body img {
  width: 100%;
  display: block;
}

body video {
  width: 100%;
  display: block;
}

body iframe {
  width: 100%;
  display: block;
}

.splitBottom {
  overflow: hidden;
}

.splitBottom_txt {
  display: inline-block;
  -webkit-transform: translateY(150%);
  -ms-transform: translateY(150%);
  transform: translateY(150%);
  line-height: 1;
}

.splitBottom.on .splitBottom_txt {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.8s cubic-bezier(0.04, 0.6, 0.76, 1.04) 0s;
  -o-transition: all 0.8s cubic-bezier(0.04, 0.6, 0.76, 1.04) 0s;
  transition: all 0.8s cubic-bezier(0.04, 0.6, 0.76, 1.04) 0s;
}

/*====================================================================
*    HEADER
/*==================================================================*/
header {
  position: relative;
  /* MENU OPEN */
}

header::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  visibility: hidden;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background: none;
  -webkit-transition: all 0.4s cubic-bezier(0.04, 0.6, 0.76, 1.04) 0.2s;
  -o-transition: all 0.4s cubic-bezier(0.04, 0.6, 0.76, 1.04) 0.2s;
  transition: all 0.4s cubic-bezier(0.04, 0.6, 0.76, 1.04) 0.2s;
}

header .headerBox h1 {
  width: 124px;
  position: fixed;
  z-index: 999;
  top: 35px;
  left: 40px;
}

@media (max-width: 768px) {
  header .headerBox h1 {
    width: 82.5px;
    top: 20px;
    left: 20px;
  }
}

header .headerBox .btn_menu {
  width: 30px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  background: none;
  position: fixed;
  z-index: 1002;
  top: 30px;
  right: 30px;
}

@media (max-width: 768px) {
  header .headerBox .btn_menu {
    top: 27.5px;
    right: 20px;
  }
}

header .headerBox .btn_menu .bar {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #131D29;
  margin: 0 0 6px 0;
}

@media (max-width: 768px) {
  header .headerBox .btn_menu .bar {
    height: 1.5px;
    margin: 0 0 7.5px 0;
  }
}

header .headerBox .btn_menu .bar.bar02 {
  margin-bottom: 0;
}

header .headerBox .btn_menu.on .bar01 {
  -webkit-animation: lineBtn 0.4s cubic-bezier(0.1, 0.35, 0.8, 0.96) 0s both;
  animation: lineBtn 0.4s cubic-bezier(0.1, 0.35, 0.8, 0.96) 0s both;
}

header .headerBox .btn_menu.on .bar02 {
  -webkit-animation: lineBtn 0.4s cubic-bezier(0.1, 0.35, 0.8, 0.96) 0.2s both;
  animation: lineBtn 0.4s cubic-bezier(0.1, 0.35, 0.8, 0.96) 0.2s both;
}

header .headerBox .btn_menu:hover .bar01 {
  -webkit-animation: button 0.4s cubic-bezier(0.1, 0.35, 0.8, 0.96) 0s both;
  animation: button 0.4s cubic-bezier(0.1, 0.35, 0.8, 0.96) 0s both;
}

header .headerBox .btn_menu:hover .bar02 {
  -webkit-animation: button 0.4s cubic-bezier(0.1, 0.35, 0.8, 0.96) 0.2s both;
  animation: button 0.4s cubic-bezier(0.1, 0.35, 0.8, 0.96) 0.2s both;
}

header .header_inner {
  width: 360px;
  background: #fff;
  z-index: 1001;
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  -webkit-transition: all 0.4s cubic-bezier(0.1, 0.35, 0.8, 0.96) 0s;
  -o-transition: all 0.4s cubic-bezier(0.1, 0.35, 0.8, 0.96) 0s;
  transition: all 0.4s cubic-bezier(0.1, 0.35, 0.8, 0.96) 0s;
  -webkit-transform: translateX(360px);
  -ms-transform: translateX(360px);
  transform: translateX(360px);
}

@media (max-width: 768px) {
  header .header_inner {
    width: 88%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
}

header .header_inner--box {
  margin: 40px;
  position: relative;
  border-bottom: 2px solid #131D29;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  header .header_inner--box {
    margin: 57px 40px 0 45px;
    padding-bottom: 23px;
  }
}

header .header_inner--box .headerMenu {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  header .header_inner--box .headerMenu {
    margin-bottom: 5px;
  }
}

header .header_inner--box .headerMenu a {
  display: inline-block;
  position: relative;
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #131D29;
}

@media (max-width: 768px) {
  header .header_inner--box .headerMenu a {
    font-size: 25px;
  }
}

header .header_inner--box .headerMenu.home {
  margin-bottom: 20px;
}

header .header_inner--box .headerMenu.home a {
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 768px) {
  header .header_inner--box .headerMenu.home a {
    font-size: 15px;
  }
}

header .header_inner--box .headerMenu.sns {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  header .header_inner--box .headerMenu.sns {
    margin-bottom: 10px;
  }
}

header .header_inner--box .headerMenu.sns.sns_insta {
  margin-top: 20px;
}

header .header_inner--box .headerMenu.sns a {
  font-size: 14px;
  font-weight: 400;
}

@media (max-width: 768px) {
  header .header_inner--box .headerMenu.sns a {
    font-size: 15px;
  }
}

header .header_inner--copy {
  position: absolute;
  bottom: 30px;
  right: 40px;
}

@media (max-width: 768px) {
  header .header_inner--copy {
    bottom: 20px;
  }
}

header .header_inner--copy p {
  color: #CCCCCC;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "UniversalSans-0-10-20-11111211121-450";
}

@media (max-width: 768px) {
  header .header_inner--copy p {
    font-size: 11px;
  }
}

header.active::after {
  background: #cccccc;
  visibility: visible;
  -webkit-transition: all 0.3s cubic-bezier(0.04, 0.6, 0.76, 1.04) 0.2s;
  -o-transition: all 0.3s cubic-bezier(0.04, 0.6, 0.76, 1.04) 0.2s;
  transition: all 0.3s cubic-bezier(0.04, 0.6, 0.76, 1.04) 0.2s;
}

header.open .btn_menu .bar.bar01 {
  width: 100%;
  -webkit-animation: rotate .3s ease-in .1s forwards;
  animation: rotate .3s ease-in .1s forwards;
}

header.open .btn_menu .bar.bar02 {
  width: 100%;
  -webkit-animation: rotate2 .3s ease-in .1s forwards;
  animation: rotate2 .3s ease-in .1s forwards;
}

@media (max-width: 768px) {
  header.open .btn_menu .bar.bar02 {
    -webkit-animation: rotate2sp .3s ease-in .1s forwards;
    animation: rotate2sp .3s ease-in .1s forwards;
  }
}

header.open .header_inner {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@-webkit-keyframes lineBtn {
  0% {
    width: 30px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    width: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  51% {
    width: 0;
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }

  100% {
    width: 30px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes lineBtn {
  0% {
    width: 30px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    width: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  51% {
    width: 0;
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }

  100% {
    width: 30px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes button {
  0% {
    width: 30px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    width: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  51% {
    width: 0;
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }

  100% {
    width: 30px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes button {
  0% {
    width: 30px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  50% {
    width: 0;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  51% {
    width: 0;
    -webkit-transform: translateX(-1px);
    transform: translateX(-1px);
  }

  100% {
    width: 30px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
  }

  100% {
    -webkit-transform: rotate(45deg) translate3d(6px, 3px, 0);
    transform: rotate(45deg) translate3d(6px, 3px, 0);
    margin: 0;
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
  }

  100% {
    -webkit-transform: rotate(45deg) translate3d(6px, 3px, 0);
    transform: rotate(45deg) translate3d(6px, 3px, 0);
    margin: 0;
  }
}

@-webkit-keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
  }

  100% {
    -webkit-transform: rotate(-45deg) translate3d(-1px, 4px, 0);
    transform: rotate(-45deg) translate3d(-1px, 4px, 0);
  }
}

@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
  }

  100% {
    -webkit-transform: rotate(-45deg) translate3d(-1px, 4px, 0);
    transform: rotate(-45deg) translate3d(-1px, 4px, 0);
  }
}

@-webkit-keyframes rotate2sp {
  0% {
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
  }

  100% {
    -webkit-transform: rotate(-45deg) translate3d(-2px, 5px, 0);
    transform: rotate(-45deg) translate3d(-2px, 5px, 0);
  }
}

@keyframes rotate2sp {
  0% {
    -webkit-transform: rotate(0deg) translateY(0);
    transform: rotate(0deg) translateY(0);
  }

  100% {
    -webkit-transform: rotate(-45deg) translate3d(-2px, 5px, 0);
    transform: rotate(-45deg) translate3d(-2px, 5px, 0);
  }
}

@-webkit-keyframes headInner {
  0% {
    width: 0;
    right: 0;
    left: 100%;
  }

  100% {
    width: 100%;
    left: 0;
    right: 0;
  }
}

@keyframes headInner {
  0% {
    width: 0;
    right: 0;
    left: 100%;
  }

  100% {
    width: 100%;
    left: 0;
    right: 0;
  }
}

@-webkit-keyframes headInnerClose {
  0% {
    width: 100%;
    left: 0;
    right: 0;
  }

  100% {
    width: 0;
    left: 100%;
    right: 0;
  }
}

@keyframes headInnerClose {
  0% {
    width: 100%;
    left: 0;
    right: 0;
  }

  100% {
    width: 0;
    left: 100%;
    right: 0;
  }
}

/*====================================================================
*    COMMON
/*==================================================================*/
.main {
  overflow-y: auto;
  overflow-x: hidden;
}

.main.open {
  overflow-y: hidden;
  overflow-x: hidden;
}

/*====================================================================
*    TOP
/*==================================================================*/
#top .heroArea {
  width: 100%;
  height: 100vh;
  /* 変数をサポートしていないブラウザのフォールバック */
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
}

#top .heroArea_main {
  height: 100%;
  opacity: 0;
}

@media (max-width: 768px) {
  #top .heroArea_main {
    width: 100%;
  }
}

#top .heroArea_main img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

#top .heroArea_sns {
  position: absolute;
  bottom: 30px;
  left: 40px;
  flex-wrap: wrap;
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  #top .heroArea_sns {
    bottom: 20px;
    left: 20px;
  }
}

#top .heroArea_sns--list {
  margin-right: 30px;
  margin-top: 10px;
}

@media (max-width: 768px) {
  #top .heroArea_sns--list {
    margin-right: 21px;
  }
}

#top .heroArea_sns--list a {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "UniversalSans-0-10-20-11111211121-450";
}

@media (max-width: 768px) {
  #top .heroArea_sns--list a {
    font-size: 11px;
    letter-spacing: 0.1em;
  }
}

#top .heroArea_news {
  background-color: #fff;
  width: 400px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}

@media (max-width: 768px) {
  #top .heroArea_news {
    width: 100%;
  }
}

#top .heroArea_news::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 105px;
  height: 100%;
  background-color: #fff;
  z-index: 3;
}

@media (max-width: 768px) {
  #top .heroArea_news::after {
    width: 95px;
  }
}

#top .heroArea_news--list {
  padding: 23px 105px 0 25px;
  margin-bottom: 23px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

@media (max-width: 768px) {
  #top .heroArea_news--list {
    width: 375px;
    padding: 20px 95px 0 20px;
    margin-bottom: 20px;
  }
}

#top .heroArea_news--list a {
  outline: none;
}

#top .heroArea_news--list .date {
  font-size: 11px;
  color: #AFAFAF;
  line-height: 1;
  letter-spacing: 0.02em;
  margin-bottom: 5px;
  font-weight: 300;
}

@media (max-width: 768px) {
  #top .heroArea_news--list .date {
    font-size: 10px;
  }
}

#top .heroArea_news--list .cts {
  font-size: 12px;
  height: 38.4px;
  line-height: 1.6;
  font-weight: 500;
  position: relative;
}

@media (max-width: 768px) {
  #top .heroArea_news--list .cts {
    height: 39.12px;
    line-height: 1.63;
  }
}

#top .heroArea_news--list .cts::before,
#top .heroArea_news--list .cts::after {
  background: #fff;
  position: absolute;
}

#top .heroArea_news--list .cts::before {
  content: "...";
  top: 19.2px;
  right: 2px;
}

#top .heroArea_news--list .cts::after {
  content: "";
  height: 100%;
  width: 100%;
}

#top .heroArea_news .slick-list {
  height: auto;
}

#top .heroArea_news .slick-list::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 60px;
  background-color: #243952;
  z-index: 4;
}

@media (max-width: 768px) {
  #top .heroArea_news .slick-list::before {
    width: 6px;
    height: 45px;
  }
}

#top .heroArea_news .slick-list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 100%;
  background-color: #fff;
  z-index: 3;
}

@media (max-width: 768px) {
  #top .heroArea_news .slick-list::after {
    width: 20px;
  }
}

#top .heroArea_news .slick-slider .slick-track,
#top .heroArea_news .slick-slider .slick-list {
  height: auto;
  max-width: 100%;
}

#top .heroArea_news .slide-arrow {
  position: absolute;
  bottom: 10px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border: 1px solid #243952;
  border-radius: 50%;
  z-index: 4;
}

@media (max-width: 768px) {
  #top .heroArea_news .slide-arrow {
    width: 30px;
    height: 30px;
  }
}

#top .heroArea_news .slide-arrow.prev-arrow {
  right: 50px;
}

@media (max-width: 768px) {
  #top .heroArea_news .slide-arrow.prev-arrow {
    right: 45px;
  }
}

#top .heroArea_news .slide-arrow.prev-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(images/common/slick_arrow_l_b.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 5px;
  height: 9.5px;
}

#top .heroArea_news .slide-arrow.prev-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  margin: auto;
  background-image: url(images/common/slick_arrow_l_w.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 5px;
  height: 9.5px;
}

#top .heroArea_news .slide-arrow.next-arrow {
  right: 20px;
}

@media (max-width: 768px) {
  #top .heroArea_news .slide-arrow.next-arrow {
    right: 10px;
  }
}

#top .heroArea_news .slide-arrow.next-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(images/common/slick_arrow_r_b.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 5px;
  height: 9.5px;
}

#top .heroArea_news .slide-arrow.next-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  bottom: 0;
  margin: auto;
  background-image: url(images/common/slick_arrow_r_w.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 5px;
  height: 9.5px;
}

#top .heroArea_news .slide-arrow:hover {
  background-color: #243952;
}

#top .heroArea_news .slide-arrow:hover.prev-arrow::before {
  -webkit-transition: all 1s ease .0s;
  -o-transition: all 1s ease .0s;
  transition: all 1s ease .0s;
  left: -20px;
}

#top .heroArea_news .slide-arrow:hover.prev-arrow::after {
  -webkit-transition: all 1s ease .0s;
  -o-transition: all 1s ease .0s;
  transition: all 1s ease .0s;
  right: 0;
  left: 0;
}

#top .heroArea_news .slide-arrow:hover.next-arrow::before {
  -webkit-transition: all 1s ease .0s;
  -o-transition: all 1s ease .0s;
  transition: all 1s ease .0s;
  right: -20px;
}

#top .heroArea_news .slide-arrow:hover.next-arrow::after {
  -webkit-transition: all 1s ease .0s;
  -o-transition: all 1s ease .0s;
  transition: all 1s ease .0s;
  right: 0;
  left: 0;
}

#top .heroArea.on .heroArea_main {
  opacity: 1;
  -webkit-transition: all 2.3s ease .0s;
  -o-transition: all 2.3s ease .0s;
  transition: all 2.3s ease .0s;
}

/*====================================================================
*    白 ver.
/*==================================================================*/
.txtWhite header .headerBox h1 svg path {
  fill: #fff !important;
}

.txtWhite header .headerBox .btn_menu .bar {
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  background-color: #fff;
}

.txtWhite header.active .btn_menu .bar {
  background-color: #131D29;
  -webkit-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.txtWhite #top .heroArea_sns--list a {
  color: #fff;
}

/*====================================================================
*    PROFILE
/*==================================================================*/
#profile {
  width: 1000px;
  margin: 9% auto 0;
}

@media (max-width: 1100px) {
  #profile {
    width: 90.91%;
  }
}

@media (max-width: 768px) {
  #profile {
    width: 89.33%;
    padding-top: 72px;
    margin: auto;
  }
}

#profile .profileWrap {
  position: relative;
}

#profile .profileArea {
  width: 882px;
  margin-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1100px) {
  #profile .profileArea {
    width: 88.2%;
  }
}

@media (max-width: 768px) {
  #profile .profileArea {
    width: 100%;
    margin-left: 0;
    display: block;
  }
}

#profile .profileArea_pic {
  width: 400px;
}

@media (max-width: 1100px) {
  #profile .profileArea_pic {
    width: 45.35%;
  }
}

@media (max-width: 768px) {
  #profile .profileArea_pic {
    width: 100%;
  }
}

#profile .profileArea_txt {
  width: 410px;
  margin-top: 40px;
}

@media (max-width: 1100px) {
  #profile .profileArea_txt {
    width: 44.22%;
  }
}

@media (max-width: 768px) {
  #profile .profileArea_txt {
    width: 97.01%;
    margin: 30px auto 40px;
  }
}

#profile .profileArea_txt p {
  font-size: 13px;
  line-height: 2;
}

@media (max-width: 768px) {
  #profile .profileArea_txt p {
    font-size: 12px;
  }
}

#profile .profileArea_txt .en {
  display: none;
}

#profile .profileArea_txt .active {
  display: block;
}

#profile .profileArea_lang {
  position: absolute;
  bottom: -30px;
  right: 0;
}

@media (max-width: 768px) {
  #profile .profileArea_lang {
    position: inherit;
    bottom: inherit;
    right: inherit;
    text-align: right;
  }
}

#profile .profileArea_lang .langTxt {
  display: inline-block;
  vertical-align: bottom;
  font-size: 10px;
  letter-spacing: 0.02em;
  margin-right: 20px;
  line-height: 1;
  font-weight: 500;
  color: #131D29;
}

@media (max-width: 768px) {
  #profile .profileArea_lang .langTxt {
    margin-right: 15px;
  }
}

#profile .profileArea_lang .langChange {
  display: inline-block;
  vertical-align: bottom;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 500;
  color: #131D29;
}

@media (max-width: 768px) {
  #profile .profileArea_lang .langChange {
    font-size: 15px;
  }
}

#profile .profileArea_lang .langChange span {
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1;
  font-weight: 500;
  color: #CCCCCC;
  cursor: pointer;
}

@media (max-width: 768px) {
  #profile .profileArea_lang .langChange span {
    font-size: 15px;
  }
}

#profile .profileArea_lang .langChange span.active {
  color: #131D29;
}

/*====================================================================
*    PRODUCE
/*==================================================================*/
#produce {
  width: 1000px;
  margin: 0 auto;
  padding-top: 160px;
}

@media (max-width: 1100px) {
  #produce {
    width: 90.91%;
  }
}

@media (max-width: 768px) {
  #produce {
    width: 100%;
    padding-top: 94px;
  }
}

#produce .ttlArea {
  width: 900px;
  margin: 0 auto 30px;
  position: relative;
}

@media (max-width: 1100px) {
  #produce .ttlArea {
    width: 90%;
  }
}

@media (max-width: 768px) {
  #produce .ttlArea {
    width: 86.67%;
    margin-bottom: 25px;
  }
}

#produce .ttlArea_ttl h2 {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #131D29;
  font-size: 30px;
}

@media (max-width: 768px) {
  #produce .ttlArea_ttl h2 {
    font-size: 25px;
  }
}

#produce .produceArea {
  width: 100%;
  position: relative;
  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;
}

#produce .produceArea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #F5F5F5;
}

#produce .produceArea_list {
  width: 500px;
  position: relative;
  padding: 50px 50px 100px 50px;
}

@media (max-width: 1100px) {
  #produce .produceArea_list {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #produce .produceArea_list {
    width: 100%;
    padding: 40px 0 90px;
    border-bottom: 1px solid #F5F5F5;
  }
}

#produce .produceArea_list .produceTtl {
  font-size: 14px;
  color: #131D29;
  font-weight: 700;
  margin: 25px 0 5px;
  line-height: 2;
  text-align: center;
}

@media (max-width: 768px) {
  #produce .produceArea_list .produceTtl {
    font-size: 13px;
    margin: 15px auto 5px;
    width: 89.33%;
    text-align: left;
  }
}

#produce .produceArea_list .produceTxt {
  font-size: 13px;
  margin-bottom: 30px;
  line-height: 2;
  text-align: center;
}

@media (max-width: 768px) {
  #produce .produceArea_list .produceTxt {
    font-size: 12px;
    margin: 0 auto 30px;
    width: 89.33%;
    text-align: left;
  }
}

#produce .produceArea_list .produceBtn {
  width: 290px;
  text-align: center;
  background-color: #131D29;
  font-size: 12px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 13px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2;
  margin: 0 auto;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}

@media (max-width: 768px) {
  #produce .produceArea_list .produceBtn {
    width: 86.67%;
    font-size: 13px;
    padding: 12px 0;
    bottom: 40px;
  }
}

#produce .produceArea_list:nth-child(odd) {
  border-right: 1px solid #F5F5F5;
}

@media (max-width: 768px) {
  #produce .produceArea_list:nth-child(odd) {
    border-right: none;
  }
}

#produce .produceArea_list:nth-child(odd)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 -500%;
  padding: 0 500%;
  height: 1px;
  background-color: #F5F5F5;
}

@media (max-width: 768px) {
  #produce .produceArea_list:nth-child(odd)::after {
    content: none;
  }
}

/*====================================================================
*    GALLERY
/*==================================================================*/
#gallery {
  width: 100%;
  padding: 124px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  #gallery {
    padding-top: 82.5px;
  }
}

#gallery .galleryCat {
  width: 1000px;
  margin: 0 auto 40px;
}

@media (max-width: 1100px) {
  #gallery .galleryCat {
    width: 90.91%;
  }
}

@media (max-width: 768px) {
  #gallery .galleryCat {
    width: 89.33%;
    margin: 0 auto 30px;
  }
}

#gallery .galleryCat p {
  display: inline-block;
  color: #666666;
  font-size: 12px;
  font-family: "UniversalSans-0-10-20-11111211121-450";
  line-height: 1;
  position: relative;
  margin-right: 30px;
  padding-top: 3px;
}

@media (max-width: 768px) {
  #gallery .galleryCat p {
    font-size: 11px;
    margin-right: 15px;
    padding-top: 2px;
  }
}

#gallery .galleryCat p::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20.5px;
  background-image: url(images/common/icn_slash.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20.5px;
  height: 24px;
}

@media (max-width: 768px) {
  #gallery .galleryCat p::after {
    right: -15px;
    background-image: url(images/common/icn_slash_sp.png);
    width: 16px;
    height: 26.5px;
  }
}

#gallery .galleryCat #termListPc {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  margin-bottom: -3px;
}

@media (max-width: 768px) {
  #gallery .galleryCat #termListPc {
    display: none;
  }
}

#gallery .galleryCat #termListPc li {
  display: inline-block;
  margin-right: 20px;
}

#gallery .galleryCat #termListPc li a {
  font-size: 13px;
  font-family: "UniversalSans-0-10-20-11111211121-450";
  line-height: 1;
  color: #131D29;
  padding-bottom: 5px;
  letter-spacing: 0;
}

#gallery .galleryCat #termListPc li a:hover {
  color: #ccc;
  opacity: 1;
}

#gallery .galleryCat #termListPc li a.active {
  border-bottom: 1px solid #131D29;
}

#gallery .galleryCat #termListSp {
  background-color: unset;
  border-radius: 0;
  padding: 10px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
  width: 146px;
  font-size: 16px;
  letter-spacing: 0;
  background-image: url(images/common/icn_arrow_blue.png);
  background-repeat: no-repeat;
  background-position: right 0px top 17px;
  background-size: 9.5px 5px;
  cursor: pointer;
  -moz-appearance: none;
  font-family: "UniversalSans-0-10-20-11111211121-450";
}

@media (max-width: 768px) {
  #gallery .galleryCat #termListSp {
    padding: 20px 0 0 0;
    width: 120px;
    font-size: 13px;
    background-position: right 0px top 26px;
    background-size: 7px 4px;
  }
}

#gallery .galleryCat #termListSp::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}

#gallery .galleryCat #termListSp option {
  font-size: 16px;
  color: #131D29;
}

@media (max-width: 768px) {
  #gallery .galleryCat #termListSp option {
    font-size: 13px;
  }
}

#gallery .galleryArea #galleryPic {
  margin: 0 auto;
  overflow: hidden;
  display: none;
}

@media (min-width: 2401px) {
  #gallery .galleryArea #galleryPic {
    width: 2100px !important;
    max-width: 2100px !important;
  }
}

@media (max-width: 2400px) {
  #gallery .galleryArea #galleryPic {
    width: 1750px !important;
    max-width: 1750px !important;
  }
}

@media (max-width: 2000px) {
  #gallery .galleryArea #galleryPic {
    width: 1400px !important;
    max-width: 1400px !important;
  }
}

@media (max-width: 1600px) {
  #gallery .galleryArea #galleryPic {
    width: 1050px !important;
    max-width: 1050px !important;
  }
}

@media (max-width: 1049px) {
  #gallery .galleryArea #galleryPic {
    width: 680px !important;
    max-width: 680px !important;
  }
}

@media (max-width: 699px) {
  #gallery .galleryArea #galleryPic {
    width: 98% !important;
    max-width: 98% !important;
  }
}

#gallery .galleryArea #galleryPic button {
  cursor: pointer;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}

#gallery .galleryArea #galleryPic .item {
  max-width: 350px;
  width: 350px;
  padding: 0 25px 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  -webkit-transition: 0s !important;
  -o-transition: 0s !important;
  transition: 0s !important;
}

@media (max-width: 1049px) {
  #gallery .galleryArea #galleryPic .item {
    max-width: 340px;
    width: 340px;
    padding: 0 20px 30px;
  }
}

@media (max-width: 699px) {
  #gallery .galleryArea #galleryPic .item {
    max-width: 50%;
    width: 50%;
    padding: 0 10px 20px;
  }
}

#gallery .galleryArea #galleryPic .item:hover {
  opacity: .8;
}

#gallery .galleryArea #galleryPic .item img .item video .item iframe {
  max-width: 100%;
  height: auto;
}

#gallery .galleryArea #galleryPic .item_inner {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  /* 変数をサポートしていないブラウザのフォールバック */
  height: calc(var(--vh, 1vh) * 100);
  background-color: #fff;
  z-index: 9999;
}

#gallery .galleryArea #galleryPic .item_inner--inner {
  height: 100%;
  padding: 60px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  #gallery .galleryArea #galleryPic .item_inner--inner {
    width: 92%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
  }
}

#gallery .galleryArea #galleryPic .item_inner--inner img {
  width: auto;
  margin: auto;
  height: 100%;
  min-height: 100%;
}

@media (max-width: 768px) {
  #gallery .galleryArea #galleryPic .item_inner--inner img {
    width: 100%;
    height: auto;
    min-height: auto;
  }
}

#gallery .galleryArea #galleryPic .item_inner--inner p {
  color: #AAAAAA;
  font-size: 10px;
  line-height: 16px;
  width: 450px;
  margin: 5px auto 0;
}

@media (max-width: 768px) {
  #gallery .galleryArea #galleryPic .item_inner--inner p {
    width: 100%;
    line-height: 15px;
  }
}

#gallery .galleryArea #galleryPic .item_inner--inner.youtubeInner {
  width: 500px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0;
}

@media (max-width: 768px) {
  #gallery .galleryArea #galleryPic .item_inner--inner.youtubeInner {
    width: 92%;
  }
}

#gallery .galleryArea #galleryPic .item_inner--inner.youtubeInner p {
  width: 500px;
}

@media (max-width: 768px) {
  #gallery .galleryArea #galleryPic .item_inner--inner.youtubeInner p {
    width: 100%;
    line-height: 15px;
  }
}

#gallery .galleryArea #galleryPic .item_inner .closeBtn {
  width: 30px;
  position: fixed;
  top: 26px;
  right: 32px;
}

#gallery .galleryArea #galleryPic .item_inner .closeBtn span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #131D29;
}

#gallery .galleryArea #galleryPic .item_inner .closeBtn span.closeBtn01 {
  -webkit-transform: rotate(45deg) translate3d(6px, 3px, 0);
  transform: rotate(45deg) translate3d(6px, 3px, 0);
}

#gallery .galleryArea #galleryPic .item_inner .closeBtn span.closeBtn02 {
  -webkit-transform: rotate(-45deg) translate3d(-2px, 5px, 0);
  transform: rotate(-45deg) translate3d(-2px, 5px, 0);
}

@media (max-width: 768px) {
  #gallery .galleryArea #galleryPic .item_inner .closeBtn span.closeBtn02 {
    -webkit-transform: rotate(-45deg) translate3d(-2px, 5px, 0);
    transform: rotate(-45deg) translate3d(-2px, 5px, 0);
  }
}

#gallery .galleryArea #galleryPic .item_inner .youtube {
  width: 100%;
  height: 250px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%;
}

#gallery .galleryArea #galleryPic .item_inner .youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/*====================================================================
*    MEDIA
/*==================================================================*/
#media {
  width: 900px;
  margin: 0 auto;
  padding-top: 160px;
}

@media (max-width: 1100px) {
  #media {
    width: 81.82%;
  }
}

@media (max-width: 768px) {
  #media {
    width: 86.67%;
    padding-top: 94px;
  }
}

#media .ttlArea {
  margin-bottom: 130px;
  position: relative;
}

@media (max-width: 768px) {
  #media .ttlArea {
    margin-bottom: 80px;
  }
}

#media .ttlArea_ttl {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #media .ttlArea_ttl {
    margin-bottom: 15px;
  }
}

#media .ttlArea_ttl h2 {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #131D29;
  font-size: 30px;
}

@media (max-width: 768px) {
  #media .ttlArea_ttl h2 {
    font-size: 25px;
  }
}

#media .ttlArea_lead p {
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 13px;
}

@media (max-width: 768px) {
  #media .ttlArea_lead p {
    font-size: 12px;
  }
}

#media .mediaArea_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 115px;
}

@media (max-width: 768px) {
  #media .mediaArea_list {
    display: block;
    margin-bottom: 55px;
  }
}

#media .mediaArea_list--ttl {
  width: 170px;
}

@media (max-width: 768px) {
  #media .mediaArea_list--ttl {
    width: 100%;
    margin-bottom: 10px;
  }
}

#media .mediaArea_list--ttl p {
  font-size: 14px;
  font-weight: 700;
  color: #131D29;
  line-height: 26px;
}

@media (max-width: 768px) {
  #media .mediaArea_list--ttl p {
    line-height: 24px;
  }
}

#media .mediaArea_list--txt {
  width: 730px;
}

@media (max-width: 768px) {
  #media .mediaArea_list--txt {
    width: 100%;
  }
}

#media .mediaArea_list--txt p {
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
  font-family: dnp-shuei-gothic-kin-std, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

@media (max-width: 768px) {
  #media .mediaArea_list--txt p {
    font-size: 12px;
  }
}

#media .mediaArea_list:last-child {
  margin-bottom: 0;
}

/*====================================================================
*    NEWS
/*==================================================================*/
#news {
  width: 900px;
  margin: 0 auto;
  padding-top: 160px;
}

@media (max-width: 1100px) {
  #news {
    width: 81.82%;
  }
}

@media (max-width: 768px) {
  #news {
    width: 100%;
    padding-top: 94px;
  }
}

#news .ttlArea {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  #news .ttlArea {
    width: 86.67%;
    margin: 0 auto 48px;
  }
}

#news .ttlArea_ttl h2 {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #131D29;
  font-size: 30px;
}

@media (max-width: 768px) {
  #news .ttlArea_ttl h2 {
    font-size: 25px;
  }
}

#news .newsArea_ttl {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #F5F5F5;
}

@media (max-width: 768px) {
  #news .newsArea_ttl {
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}

#news .newsArea_ttl h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  width: 560px;
  margin: 0 auto 15px;
  color: #131D29;
}

@media (max-width: 768px) {
  #news .newsArea_ttl h3 {
    font-size: 14px;
    line-height: 24px;
    width: 86.67%;
    margin: 0 auto 10px;
  }
}

#news .newsArea_ttl .date {
  font-size: 13px;
  font-weight: 300;
  line-height: 1;
  width: 560px;
  margin: 0 auto;
  text-align: right;
  color: #AFAFAF;
}

@media (max-width: 768px) {
  #news .newsArea_ttl .date {
    width: 86.67%;
    font-size: 12px;
  }
}

#news .newsArea_cts {
  width: 560px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #news .newsArea_cts {
    width: 86.67%;
  }
}

#news .newsArea_cts p {
  font-size: 13px;
  line-height: 2;
}

@media (max-width: 768px) {
  #news .newsArea_cts p {
    font-size: 12px;
  }
}

#news .newsArea_cts a {
  margin-top: 100px;
  background-color: #131D29;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
}

@media (max-width: 768px) {
  #news .newsArea_cts a {
    margin-top: 75px;
    font-size: 12px;
    padding: 13px;
  }
}

/*====================================================================
*    CONTACT
/*==================================================================*/
#contact {
  width: 900px;
  margin: 0 auto;
  padding-top: 160px;
  min-height: 88vh;
}

@media (max-width: 1100px) {
  #contact {
    width: 81.82%;
  }
}

@media (max-width: 768px) {
  #contact {
    width: 86.67%;
    padding-top: 94px;
    min-height: auto;
  }
}

#contact .ttlArea {
  margin-bottom: 100px;
  position: relative;
}

@media (max-width: 768px) {
  #contact .ttlArea {
    margin-bottom: 60px;
  }
}

#contact .ttlArea_ttl {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #contact .ttlArea_ttl {
    margin-bottom: 15px;
  }
}

#contact .ttlArea_ttl h2 {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #131D29;
  font-size: 30px;
}

@media (max-width: 768px) {
  #contact .ttlArea_ttl h2 {
    font-size: 25px;
  }
}

#contact .ttlArea_lead p {
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 13px;
}

@media (max-width: 768px) {
  #contact .ttlArea_lead p {
    font-size: 12px;
  }
}

#contact .ttlArea_thankyou {
  position: absolute;
  top: 164px;
  right: 0;
  width: 355px;
}

@media (max-width: 768px) {
  #contact .ttlArea_thankyou {
    position: inherit;
    top: inherit;
    right: inherit;
    width: 253.5px;
    margin: 25px 0 14px auto;
  }
}

#contact .contactArea {
  width: 100%;
}

#contact .contactArea input[type="submit"],
#contact .contactArea input[type="text"],
#contact .contactArea input[type="email"],
#contact .contactArea input[type="button"],
#contact .contactArea input[type="tel"],
#contact .contactArea input[type="file"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

#contact .contactArea input[type="text"],
#contact .contactArea input[type="email"],
#contact .contactArea input[type="tel"] {
  width: 100%;
  background: #F4F4F4;
  line-height: 1;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  color: #222;
  letter-spacing: 0;
}

@media (max-width: 768px) {

  #contact .contactArea input[type="text"],
  #contact .contactArea input[type="email"],
  #contact .contactArea input[type="tel"] {
    padding: 13.5px 10px;
  }
}

#contact .contactArea input[type="text"].wpcf7-not-valid,
#contact .contactArea input[type="email"].wpcf7-not-valid,
#contact .contactArea input[type="tel"].wpcf7-not-valid {
  background: #fff5f9;
  border: 1px solid #f64594;
}

#contact .contactArea input[type="text"].wpcf7c-conf,
#contact .contactArea input[type="email"].wpcf7c-conf,
#contact .contactArea input[type="tel"].wpcf7c-conf {
  background: none;
  padding: 0;
}

#contact .contactArea input[type="text"].wpcf7c-conf:-webkit-autofill,
#contact .contactArea input[type="email"].wpcf7c-conf:-webkit-autofill,
#contact .contactArea input[type="tel"].wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#contact .contactArea input[type="file"],
#contact .contactArea input#filename {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

#contact .contactArea input[type="file"]::-webkit-input-placeholder,
#contact .contactArea input#filename::-webkit-input-placeholder {
  color: #222;
}

#contact .contactArea input[type="file"]:-ms-input-placeholder,
#contact .contactArea input#filename:-ms-input-placeholder {
  color: #222;
}

#contact .contactArea input[type="file"]::-ms-input-placeholder,
#contact .contactArea input#filename::-ms-input-placeholder {
  color: #222;
}

#contact .contactArea input[type="file"]::placeholder,
#contact .contactArea input#filename::placeholder {
  color: #222;
}

#contact .contactArea #formFilebtn {
  width: 155px;
  height: 46px;
  background: #666666;
  line-height: 46px;
  font-size: 13px;
  color: #fff;
  letter-spacing: 0.05em;
  border-radius: 70px;
  display: inline-block;
  text-align: center;
  position: relative;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

@media (max-width: 768px) {
  #contact .contactArea #formFilebtn {
    width: 135px;
    height: 40px;
    line-height: 40px;
  }
}

#contact .contactArea #formFilebtn:hover {
  opacity: .8;
}

#contact .contactArea .formFileName {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  padding: 0;
}

@media (max-width: 768px) {
  #contact .contactArea .formFileName input {
    width: 170px;
  }
}

#contact .contactArea select {
  background-color: #F4F4F4;
  border-radius: 0;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  outline: none;
  width: 100%;
  font-size: 13px;
  color: #999999;
  letter-spacing: 0;
  background-image: url(images/common/icn_arrow.png);
  background-repeat: no-repeat;
  background-position: right 30px top 20px;
  background-size: 13px 7px;
  cursor: pointer;
  -moz-appearance: none;
}

@media (max-width: 768px) {
  #contact .contactArea select {
    padding: 13.5px 10px;
    background-position: right 10px top 16px;
  }
}

#contact .contactArea select::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}

#contact .contactArea select.wpcf7-not-valid {
  background-color: #fff5f9;
  border: 1px solid #f64594;
}

#contact .contactArea select.wpcf7c-conf {
  background: none;
  padding: 0;
  height: auto;
}

#contact .contactArea select.wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#contact .contactArea select option {
  color: #222;
}

#contact .contactArea textarea {
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  width: 100%;
  background: #F4F4F4;
  height: 300px;
  padding: 15px 10px;
  box-sizing: border-box;
  font-size: 13px;
  color: #222;
  letter-spacing: 0;
}

@media (max-width: 768px) {
  #contact .contactArea textarea {
    height: 250px;
    padding: 13.5px 10px;
  }
}

#contact .contactArea textarea.wpcf7-not-valid {
  background: #fff5f9;
  border: 1px solid #f64594;
}

#contact .contactArea textarea.wpcf7c-conf {
  background: none;
  padding: 0;
  height: auto;
}

#contact .contactArea textarea.wpcf7c-conf:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

#contact .contactArea_box {
  width: 730px;
  margin: 0 0 100px;
}

@media (max-width: 768px) {
  #contact .contactArea_box {
    width: 100%;
    margin: 0 0 75px;
  }
}

#contact .contactArea_box--list {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  #contact .contactArea_box--list {
    display: block;
  }
}

#contact .contactArea_box--list .formTtl {
  font-size: 14px;
  line-height: 1;
  color: #131D29;
  margin-top: 10px;
  width: 170px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #contact .contactArea_box--list .formTtl {
    margin: 0 0 10px;
    width: 100%;
  }
}

#contact .contactArea_box--list .formTtl span {
  color: #E04242;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
}

#contact .contactArea_box--list .formTtl span.note {
  color: #131D29;
  font-size: 11px;
  display: block;
  margin-top: 5px;
}

@media (max-width: 768px) {
  #contact .contactArea_box--list .formTtl span.note {
    display: inline;
    margin-top: 0;
  }
}

#contact .contactArea_box--list .formCts {
  width: 560px;
}

@media (max-width: 768px) {
  #contact .contactArea_box--list .formCts {
    width: 100%;
  }
}

#contact .contactArea_box--list:last-child {
  margin: 75px 0 0;
}

@media (max-width: 768px) {
  #contact .contactArea_box--list:last-child {
    margin: 0;
  }
}

#contact input .contactArea_btn {
  width: 560px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #contact .contactArea_btn {
    width: 100%;
  }
}

#contact .contactArea_btn--list input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #131D29;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  padding: 0;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  cursor: pointer;
}

@media (max-width: 768px) {
  #contact .contactArea_btn--list input {
    height: 50px;
    line-height: 50px;
  }
}

#contact .contactArea_btn--list.backBtn input {
  margin-top: 20px;
  display: block;
  height: auto;
  line-height: 1;
  background: none;
  color: #131D29;
  font-weight: 700;
}

@media (max-width: 768px) {
  #contact .contactArea_btn--list.backBtn input {
    height: auto;
    line-height: 1;
    font-size: 12px;
  }
}

#contact .contactArea_btn--list:hover input {
  opacity: .8;
}

#contact span.wpcf7-not-valid-tip {
  color: #f64594;
  font-size: 13px;
  line-height: 1;
  margin-top: 8px;
}

#contact .wpcf7-validation-errors {
  display: none !important;
}

#contact .wpcf7-form-control-wrap.file-551 {
  opacity: 0;
}

/*====================================================================
*    FOOTER
/*==================================================================*/
footer {
  margin-top: 100px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  footer {
    margin-top: 80px;
  }
}

footer p {
  text-align: center;
  font-family: "UniversalSans-0-10-20-11111211121-450";
  color: #CCCCCC;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 1;
}

/*====================================================================
*    404
/*==================================================================*/
#a404 {
  width: 100%;
  height: 100vh;
  /* 変数をサポートしていないブラウザのフォールバック */
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
}

#a404 .a404Wrap {
  position: absolute;
  bottom: 30px;
  right: 60px;
}

@media (max-width: 768px) {
  #a404 .a404Wrap {
    bottom: 40px;
    right: 50px;
  }
}

#a404 .a404Wrap p {
  text-align: right;
  color: #131D29;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 22px;
}

@media (max-width: 768px) {
  #a404 .a404Wrap p {
    font-size: 12px;
    line-height: 19px;
  }
}

#a404 .a404Wrap p.a404Wrap_ttl {
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "UniversalSans-0-10-20-11111211121-450";
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #a404 .a404Wrap p.a404Wrap_ttl {
    letter-spacing: 0.08em;
  }
}

/*====================================================================
*    Fade
/*==================================================================*/
.fade_in {
  opacity: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fade_in.on {
  -webkit-animation: fade_in 1.5s ease .2s forwards;
  -moz-animation: fade_in 1.5s ease .2s forwards;
  animation: fade_in 1.5s ease .2s forwards;
}

.fade_in.on.fade_in--2 {
  -webkit-animation: fade_in 1.5s ease .3s forwards;
  -moz-animation: fade_in 1.5s ease .3s forwards;
  animation: fade_in 1.5s ease .3s forwards;
}

.fade_in.on.fade_in--3 {
  -webkit-animation: fade_in 1.5s ease .4s forwards;
  -moz-animation: fade_in 1.5s ease .4s forwards;
  animation: fade_in 1.5s ease .4s forwards;
}

.fade_in.on.fade_in--4 {
  -webkit-animation: fade_in 1.5s ease .5s forwards;
  -moz-animation: fade_in 1.5s ease .5s forwards;
  animation: fade_in 1.5s ease .5s forwards;
}

.fade_in.on.fade_in--5 {
  -webkit-animation: fade_in 1.5s ease .6s forwards;
  -moz-animation: fade_in 1.5s ease .6s forwards;
  animation: fade_in 1.5s ease .6s forwards;
}

.fade_in.on.fade_in--6 {
  -webkit-animation: fade_in 1.5s ease .7s forwards;
  -moz-animation: fade_in 1.5s ease .7s forwards;
  animation: fade_in 1.5s ease .7s forwards;
}

.fade_in.on {
  -webkit-animation: fade_in 1.5s ease .2s forwards;
  -moz-animation: fade_in 1.5s ease .2s forwards;
  animation: fade_in 1.5s ease .2s forwards;
}

@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fade_bottom {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.fade_bottom.on {
  -webkit-animation: fade_bottom .5s ease .2s forwards;
  -moz-animation: fade_bottom .5s ease .2s forwards;
  animation: fade_bottom .5s ease .2s forwards;
}

.fade_bottom.on.fade_bottom--2 {
  -webkit-animation: fade_bottom .5s ease .4s forwards;
  -moz-animation: fade_bottom .5s ease .4s forwards;
  animation: fade_bottom .5s ease .4s forwards;
}

.fade_bottom.on.fade_bottom--3 {
  -webkit-animation: fade_bottom .5s ease .6s forwards;
  -moz-animation: fade_bottom .5s ease .6s forwards;
  animation: fade_bottom .5s ease .6s forwards;
}

.fade_bottom.on.fade_bottom--4 {
  -webkit-animation: fade_bottom .5s ease .8s forwards;
  -moz-animation: fade_bottom .5s ease .8s forwards;
  animation: fade_bottom .5s ease .8s forwards;
}

.fade_bottom.on.fade_bottom--5 {
  -webkit-animation: fade_bottom .5s ease 1s forwards;
  -moz-animation: fade_bottom .5s ease 1s forwards;
  animation: fade_bottom .5s ease 1s forwards;
}

.fade_bottom.on.fade_bottom--6 {
  -webkit-animation: fade_bottom .5s ease 1.2s forwards;
  -moz-animation: fade_bottom .5s ease 1.2s forwards;
  animation: fade_bottom .5s ease 1.2s forwards;
}

.fade_bottom.on.fade_bottom--7 {
  -webkit-animation: fade_bottom .5s ease 1.4s forwards;
  -moz-animation: fade_bottom .5s ease 1.4s forwards;
  animation: fade_bottom .5s ease 1.4s forwards;
}

@-webkit-keyframes fade_bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fade_bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fade_out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade_out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

h1 img {
  width: 3.5rem;
}
