@charset "UTF-8";
/*------------------------------------------------------------
color
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500&display=swap");
/* [ easy transform ]
-------------------------------------------------*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeOutRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
}
@-webkit-keyframes fadeInScale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeInScale {
  from {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes fadeOutScale {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes fadeOutScale {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
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,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  font: inherit;
  font-style: normal;
  font-weight: normal;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
  list-style: none;
  border: 0;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .sp,
  .SP {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .pc,
  .PC {
    display: none !important;
  }
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
body.drawer_open {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.drawer_bg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.5);
}

.c-header {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(188, 159, 78)), color-stop(60%, rgba(188, 159, 78, 0.73)), to(rgba(188, 159, 78, 0)));
  background: linear-gradient(0deg, rgb(188, 159, 78) 0%, rgba(188, 159, 78, 0.73) 60%, rgba(188, 159, 78, 0) 100%);
  padding: 20px 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-header {
    height: 75px;
    padding: 17px 0;
    background: #BC9F4E;
  }
}
.c-header .c-headerWrap {
  max-width: 1126px;
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-header .c-headerWrap {
    width: 100%;
    padding: 0 25px;
  }
}
.c-header__logo {
  width: 231px;
}
.c-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-header__logo {
    width: 190px;
  }
}
.c-header__logo img {
  width: 52px;
}
@media screen and (max-width: 767px) {
  .c-header__logo img {
    width: 38px;
  }
}
.c-header__logo p {
  width: calc(100% - 52px);
  color: #fff;
  padding-left: 8px;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .c-header__logo p {
    width: calc(100% - 38px);
    font-size: 14px;
    line-height: 1.3;
    padding-left: 6px;
  }
}
.c-header__inner {
  width: calc(100% - 281px);
  padding-left: 20px;
  margin-left: auto;
}
.c-header__toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-header__toggle {
    display: block;
    position: fixed;
    z-index: 1001;
    top: 11px;
    right: 18px;
    display: block;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 35px;
    padding: 15px 7px 15px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    border: 0;
    outline: 0;
    background-color: transparent;
  }
}
.c-header__toggle.toggle_active .c-header__toggle__bar {
  background: #BC9F4E;
}
.c-header__toggle.toggle_active .top {
  -webkit-transform: translateY(15px) translateX(0) rotate(45deg);
  transform: translateY(15px) translateX(0) rotate(45deg);
  width: 30px;
}
.c-header__toggle.toggle_active .middle {
  opacity: 0;
}
.c-header__toggle.toggle_active .bottom {
  -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  width: 30px;
  margin-left: 0;
}
.c-header__toggle__bar {
  background-color: #fff;
  display: block;
  width: 100%;
  height: 2px;
  border: 0;
  -webkit-transition: background-color 0.35s ease, transform 0.35s ease;
  -webkit-transition: background-color 0.35s ease, -webkit-transform 0.35s ease;
  transition: background-color 0.35s ease, -webkit-transform 0.35s ease;
  transition: background-color 0.35s ease, transform 0.35s ease;
  transition: background-color 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}
.c-header__toggle__bar + .c-header__toggle__bar {
  margin-top: 9px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  margin-top: 95px;
  padding: 20px 40px;
  text-align: center;
  background: #BC9F4E;
}
@media screen and (max-width: 767px) {
  .c-footer {
    margin-top: 40px;
    padding: 20px;
  }
}
.c-footer__logo {
  max-width: 272px;
  width: 100%;
  margin: 0 auto 14px;
}
@media screen and (max-width: 767px) {
  .c-footer__logo {
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.c-footer__copyright {
  font-size: 10px;
  letter-spacing: 0.05em;
  color: #fff;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
main
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  html.open,
  body.open {
    height: 100%;
    overflow: hidden;
  }
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "Sawarabi Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  letter-spacing: 0;
  height: 100%;
  word-break: break-word;
}

.wrap {
  margin: 0 auto;
  overflow: hidden;
}

.wcm {
  max-width: 944px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.wcm01 {
  max-width: 1166px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}

/*-----------------------------------------------------------
Link
------------------------------------------------------------*/
a {
  color: #0F0F0F;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 767px) {
  a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

/*-----------------------------------------------------------
Input
------------------------------------------------------------*/
input,
select,
textarea,
search {
  -webkit-appearance: none;
  font-size: 16px;
  border-radius: 0;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
  border-color: #BC9F4E;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
nav
------------------------------------------------------------*/
.c-nav {
  width: 100%;
  margin-left: auto;
  margin-right: -28px;
}
@media screen and (max-width: 767px) {
  .c-nav {
    display: none;
    max-width: 100%;
    margin-right: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 80%;
    overflow: auto;
    background-color: #fff;
    z-index: 1000;
    -webkit-transform: none;
    transform: none;
  }
}
.c-nav.is_open {
  display: block;
}
.c-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -20px;
}
@media screen and (max-width: 767px) {
  .c-nav ul {
    display: block;
    margin: 0;
    padding: 100px 20px 20px;
  }
}
.c-nav ul li {
  padding: 0 20px 5px;
  position: relative;
}
@media only screen and (max-width: 880px) {
  .c-nav ul li {
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-nav ul li {
    padding: 0;
    border-bottom: 1px dashed #BC9F4E;
  }
}
.c-nav ul li:last-child {
  padding-right: 0;
}
.c-nav ul li a {
  display: block;
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .c-nav ul li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-nav ul li a {
    color: #BC9F4E;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 40px 12px 0;
  }
}

.c-nav__submenu {
  position: absolute;
  -ms-flex-item-align: 999;
      -ms-grid-row-align: 999;
      align-self: 999;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 180px;
  display: none;
}
@media screen and (max-width: 767px) {
  .c-nav__submenu {
    width: 100%;
    position: unset;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.c-nav__submenu ul {
  border-bottom: none;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
  border-radius: 3px;
  display: block;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-nav__submenu ul {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 0 10px;
  }
}
.c-nav__submenu ul:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  width: 0;
  height: 0;
  margin-top: -2px;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  border-top: 4px solid transparent;
  -webkit-transform: rotate(-90deg) translateX(-50%);
          transform: rotate(-90deg) translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-nav__submenu ul:before {
    display: none;
  }
}
.c-nav__submenu ul li {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-nav__submenu ul li {
    border-bottom: none;
  }
}
.c-nav__submenu ul li a {
  display: block;
  text-align: center;
  font-size: 14px;
  padding: 10px;
  color: #0F0F0F;
}
@media screen and (max-width: 767px) {
  .c-nav__submenu ul li a {
    text-align: left;
  }
}
.c-nav__submenu ul li a:hover {
  color: #fff;
  background: #BC9F4E;
}

.btn-submenu-sp {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 10px;
  top: 12px;
}
.btn-submenu-sp:before {
  content: "";
  position: absolute;
  top: 40%;
  left: 9px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-left: 2px solid #BC9F4E;
  border-top: 2px solid #BC9F4E;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-submenu-sp.active:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 0;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Button
------------------------------------------------------------*/
.c-btn01 {
  padding: 3px 20px 2px 0;
  font-weight: 500;
  color: #BC9F4E;
  letter-spacing: 0.05em;
  cursor: pointer;
  position: relative;
}
.c-btn01:after {
  content: "";
  width: 5px;
  height: 9px;
  background: url("../img/common/arrow-r.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn01:hover:after {
  right: -5px;
}

.c-btn02 {
  display: block;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  border-radius: 27px;
  text-align: center;
  background: #BC9F4E;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 15px 0;
  position: relative;
  border: 1px solid transparent;
}
.c-btn02:after {
  content: "";
  position: absolute;
  right: 38px;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn02:hover {
  background: #fff;
  color: #BC9F4E;
  border-color: #BC9F4E;
}
.c-btn02:hover:after {
  border-color: #BC9F4E;
  right: 30px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Headding
------------------------------------------------------------*/
.c-ttl01 {
  font-family: "hiragino-mincho-pron", sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
}
.c-ttl01__en {
  color: rgba(188, 159, 78, 0.6);
  margin-bottom: 5px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-ttl01__en {
    font-size: 16px;
  }
}
.c-ttl01__ja {
  font-family: "hiragino-mincho-pron", sans-serif;
  font-size: 45px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-ttl01__ja {
    font-size: 27px;
  }
}

.c-ttl02 {
  color: #BC9F4E;
  padding-bottom: 19px;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-ttl02 {
    font-size: 18px;
  }
}
.c-ttl02:after {
  content: "";
  width: 38px;
  height: 1px;
  background: #BC9F4E;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-ttl02:after {
    width: 30px;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
List
------------------------------------------------------------*/
.c-listNews li {
  border-bottom: 1px solid #BC9F4E;
  overflow: hidden;
}
.c-listNews li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-listNews li a {
    padding: 15px 0;
    font-size: 14px;
  }
}
.c-listNews li a:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: rgba(188, 159, 78, 0.2);
  z-index: -1;
}
.c-listNews li a:hover {
  opacity: 1;
}
.c-listNews li a:hover:after {
  left: 0;
}
.c-listNews li a.no-hover {
  pointer-events: none;
}
.c-listNews li span {
  font-weight: bold;
  color: #BC9F4E;
  width: 120px;
  padding-top: 3px;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .c-listNews li span {
    width: 90px;
    padding-top: 0;
  }
}
.c-listNews li p {
  width: calc(100% - 120px);
  padding-left: 58px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 9;
  overflow: hidden;
  width: 100%;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  .c-listNews li p {
    font-size: 16px;
    width: calc(100% - 90px);
    padding-left: 20px;
  }
}

.c-listCate {
  overflow: hidden;
  margin-bottom: 30px;
}
.c-listCate ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: wrap;
          flex-direction: wrap;
  margin: 0 -7px;
}
@media screen and (max-width: 767px) {
  .c-listCate ul {
    display: block;
    margin: 0;
  }
}
.c-listCate ul li {
  width: 33.33%;
  padding: 0 7px;
  margin-top: 14px;
}
@media screen and (max-width: 767px) {
  .c-listCate ul li {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
}
.c-listCate ul li.active a {
  background: #BC9F4E;
  color: #fff;
}
.c-listCate ul li a {
  display: block;
  height: 55px;
  border-radius: 1px;
  border: 1px solid #BC9F4E;
  color: #BC9F4E;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 18px;
  font-weight: 500;
  padding: 12px 5px;
}
@media screen and (max-width: 767px) {
  .c-listCate ul li a {
    height: auto;
    padding: 8px 5px;
    font-size: 16px;
  }
}
.c-listCate ul li a:hover {
  opacity: 1;
  background: #BC9F4E;
  color: #fff;
}

.c-listGallery {
  margin-bottom: 60px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-listGallery {
    margin-bottom: 30px;
  }
}
.c-listGallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .c-listGallery ul {
    display: block;
    margin: 0;
  }
}
.c-listGallery ul li {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-listGallery ul li {
    width: 100%;
    padding: 0;
  }
}
.c-listGallery ul li .js-image {
  border-radius: 5px;
  overflow: hidden;
}
.c-listGallery ul li .js-image:before {
  padding-top: 66%;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-breadcrumb {
  padding: 135px 0 20px;
  margin-bottom: 34px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 80px 0 20px;
    margin-bottom: 30px;
  }
}
.c-breadcrumb #breadcrumbs {
  margin-right: 5px;
  color: #BC9F4E;
  font-size: 12px;
  letter-spacing: 0.05em;
}
.c-breadcrumb #breadcrumbs a {
  color: #BC9F4E;
}

/*------------------------------------------------------------
Paginate
------------------------------------------------------------*/
.article-pager,
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.article-pager li,
.article-pager .page,
.wp-pagenavi li,
.wp-pagenavi .page {
  width: 28px;
  height: 28px;
  margin: 0 8px;
  border: none;
}
@media screen and (max-width: 767px) {
  .article-pager li,
  .article-pager .page,
  .wp-pagenavi li,
  .wp-pagenavi .page {
    width: 18px;
    height: 18px;
  }
}
.article-pager li.active .page-numbers,
.article-pager .page.active .page-numbers,
.wp-pagenavi li.active .page-numbers,
.wp-pagenavi .page.active .page-numbers {
  color: #BC9F4E;
  border-bottom: 1px solid #BC9F4E;
}
.article-pager li:hover .page-numbers,
.article-pager .page:hover .page-numbers,
.wp-pagenavi li:hover .page-numbers,
.wp-pagenavi .page:hover .page-numbers {
  opacity: 1;
  color: #BC9F4E;
}
.article-pager li .page-numbers,
.article-pager .page .page-numbers,
.wp-pagenavi li .page-numbers,
.wp-pagenavi .page .page-numbers {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  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;
}
@media screen and (max-width: 767px) {
  .article-pager li .page-numbers,
  .article-pager .page .page-numbers,
  .wp-pagenavi li .page-numbers,
  .wp-pagenavi .page .page-numbers {
    font-size: 16px;
    white-space: nowrap;
  }
}
.article-pager .prev,
.wp-pagenavi .prev {
  width: 28px;
  height: 28px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .article-pager .prev,
  .wp-pagenavi .prev {
    width: 18px;
    height: 18px;
  }
}
.article-pager .prev:after,
.wp-pagenavi .prev:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-left: 1px solid #BC9F4E;
  border-top: 1px solid #BC9F4E;
  -webkit-transform: rotate(-45deg) translateX(-50%);
  transform: rotate(-45deg) translateX(-50%);
  margin-top: -6px;
}
@media screen and (max-width: 767px) {
  .article-pager .prev:after,
  .wp-pagenavi .prev:after {
    margin-top: -3px;
  }
}
.article-pager .next,
.article-pager .nextpostslink,
.wp-pagenavi .next,
.wp-pagenavi .nextpostslink {
  width: 28px;
  height: 28px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .article-pager .next,
  .article-pager .nextpostslink,
  .wp-pagenavi .next,
  .wp-pagenavi .nextpostslink {
    width: 18px;
    height: 18px;
  }
}
.article-pager .next:after,
.article-pager .nextpostslink:after,
.wp-pagenavi .next:after,
.wp-pagenavi .nextpostslink:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-left: 1px solid #BC9F4E;
  border-top: 1px solid #BC9F4E;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .article-pager .next:after,
  .article-pager .nextpostslink:after,
  .wp-pagenavi .next:after,
  .wp-pagenavi .nextpostslink:after {
    margin-top: -2px;
  }
}
.article-pager .current,
.article-pager .nextpostslink,
.article-pager .previouspostslink,
.wp-pagenavi .current,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  border: none;
}

.wp-pagenavi a {
  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;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.wp-pagenavi span {
  width: 28px;
  display: block;
  height: 28px;
  margin: 0 8px;
  padding: 0 !important;
  border: none;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi span {
    width: 18px;
    height: 18px;
  }
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  font-size: 0;
}
.wp-pagenavi .page {
  margin: 0 8px !important;
}
.wp-pagenavi .page:hover {
  color: #BC9F4E;
}
.wp-pagenavi .current {
  margin: 0 8px !important;
  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: #BC9F4E;
  border-bottom: 1px solid #BC9F4E !important;
}

/*
------------------------------------------------------------*/
.cmspage {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}
.cmspage .alignnone {
  margin: 5px 20px 20px 0;
}
.cmspage .aligncenter,
.cmspage div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.cmspage .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.cmspage .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.cmspage a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.cmspage a img.alignnone {
  margin: 5px 20px 20px 0;
}
.cmspage a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.cmspage a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.cmspage .wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.cmspage .wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.cmspage .wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.cmspage .wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.cmspage .wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.cmspage .wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.cmspage ul,
.cmspage ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.cmspage ul[style*="list-style-type: circle;"] li {
  list-style-type: circle;
}
.cmspage ul[style*="list-style-type: square;"] li {
  list-style-type: square;
}
.cmspage ul li {
  list-style: disc;
}
.cmspage ol[style*="list-style-type: lower-roman;"] li {
  list-style-type: lower-roman;
}
.cmspage ol[style*="list-style-type: lower-alpha;"] li {
  list-style-type: lower-alpha;
}
.cmspage ol[style*="list-style-type: lower-greek;"] li {
  list-style-type: lower-greek;
}
.cmspage ol[style*="list-style-type: upper-alpha;"] li {
  list-style-type: upper-alpha;
}
.cmspage ol[style*="list-style-type: upper-roman;"] li {
  list-style-type: upper-roman;
}
.cmspage ol li {
  list-style-type: decimal;
}
.cmspage p {
  margin-bottom: 1.5em;
  line-height: 2;
}
.cmspage iframe {
  max-width: 100% !important;
}
.cmspage img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
}

.js-image {
  display: block;
  background: #f6f7f2 center no-repeat;
  background-size: cover;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.js-image:before {
  content: " ";
  display: block;
  width: 100%;
  padding-top: 63%;
}
.js-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.js-inview {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-inview.on {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.c-txt-intro {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 34px;
  line-height: 2.125em;
  letter-spacing: 0em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-txt-intro {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 26px;
    line-height: 1.7333333333em;
  }
}

.c-links .wcm {
  max-width: 944px;
}
.c-links .c-ttl01 {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .c-links .c-ttl01 {
    margin-bottom: 30px;
  }
}
.c-links .c-ttl01__ja {
  position: relative;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  .c-links .c-ttl01__ja {
    font-size: 27px;
  }
}
.c-links .c-ttl01__ja:before {
  content: "";
  width: calc(50% - 72px);
  height: 1px;
  background: #BC9F4E;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-links .c-ttl01__ja:before {
    width: calc(50% - 52px);
  }
}
.c-links .c-ttl01__ja:after {
  content: "";
  width: calc(50% - 72px);
  height: 1px;
  background: #BC9F4E;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-links .c-ttl01__ja:after {
    width: calc(50% - 52px);
  }
}
.c-links__wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -20px;
}
@media screen and (max-width: 767px) {
  .c-links__wrap ul {
    display: block;
    margin: 0;
  }
}
.c-links__wrap ul li {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .c-links__wrap ul li {
    padding: 0;
    margin-bottom: 4px;
  }
}
.c-links__wrap ul li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  padding-right: 25px;
  position: relative;
}
.c-links__wrap ul li a::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/common/icon-target.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-pageName {
  text-align: center;
  font-family: "hiragino-mincho-pron", sans-serif;
  margin-bottom: 83px;
}
@media screen and (max-width: 767px) {
  .c-pageName {
    margin-bottom: 40px;
  }
}
.c-pageName__en {
  font-size: 25px;
  color: #BC9F4E;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-pageName__en {
    font-size: 16px;
  }
}
.c-pageName__ja {
  font-size: 60px;
  letter-spacing: 0.05em;
  font-family: "hiragino-mincho-pron", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-pageName__ja {
    font-size: 30px;
  }
}

/*------------------------------------------------------------
Top page
------------------------------------------------------------*/
.p-topVisual {
  min-height: 770px;
  height: 82vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topVisual {
    min-height: 0;
    height: 218px;
    margin-top: 75px;
  }
}
.p-topVisual .c-header {
  position: absolute;
  top: unset;
  left: 0;
  bottom: 0;
  padding: 28px 0 30px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(188, 159, 78)), color-stop(60%, rgba(188, 159, 78, 0.73)), to(rgba(188, 159, 78, 0)));
  background: linear-gradient(0deg, rgb(188, 159, 78) 0%, rgba(188, 159, 78, 0.73) 60%, rgba(188, 159, 78, 0) 100%);
}
@media screen and (max-width: 767px) {
  .p-topVisual .c-header {
    display: none;
  }
}
.p-topVisual .c-header.fixed {
  position: fixed;
  top: 0;
  bottom: unset;
}
@media screen and (max-width: 767px) {
  .p-topVisual .c-header.fixed {
    position: unset;
  }
}
.p-topVisual .c-header.fixed .c-header__inner {
  width: calc(100% - 281px);
  padding-left: 20px;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .p-topVisual .c-header.fixed .c-header__inner {
    width: 100%;
    padding-left: 0;
  }
}
.p-topVisual .c-header.fixed .c-header__inner .c-nav ul {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-topVisual .c-header__inner {
  margin: 0 auto;
  padding-left: 0;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .p-topVisual .c-header__inner {
    width: 100%;
    padding-left: 0;
  }
}
.p-topVisual .c-header__inner .c-nav ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-topVisual .c-header__logo {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-topVisual .c-header__logo {
    display: block;
  }
}
.p-topVisual .c-nav {
  margin: 0 auto;
}
.p-topVisual .c-nav ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .p-topVisual .c-nav ul li a {
    text-align: center;
    font-size: 16px;
  }
}
.p-topVisual__logo {
  max-width: 510px;
  width: 100%;
  position: absolute;
  top: 96px;
  left: 113px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  .p-topVisual__logo {
    left: 40px;
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-topVisual__logo {
    display: none;
  }
}
.p-topVisual__logo img {
  width: 102px;
  margin-top: -4px;
}
@media only screen and (max-width: 1024px) {
  .p-topVisual__logo img {
    width: 88px;
  }
}
.p-topVisual__logo__inner {
  width: calc(100% - 100px);
  color: #fff;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-shadow: 0px 0px 9px rgba(72, 72, 72, 0.56);
}
@media only screen and (max-width: 1024px) {
  .p-topVisual__logo__inner {
    text-shadow: 0px 0px 9px rgba(72, 72, 72, 0.66);
  }
}
.p-topVisual__logo__inner .main-txt {
  font-size: 39px;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
@media only screen and (max-width: 1024px) {
  .p-topVisual__logo__inner .main-txt {
    font-size: 29px;
  }
}
.p-topVisual__logo__inner .sub-txt {
  font-size: 30px;
  text-shadow: 0px 0px 9px rgba(72, 72, 72, 0.66);
}
@media only screen and (max-width: 1024px) {
  .p-topVisual__logo__inner .sub-txt {
    font-size: 20px;
  }
}
.p-topVisual__slide {
  height: 100%;
}
.p-topVisual__slide .js-image {
  height: 100%;
}
.p-topVisual__slide .js-image:before {
  padding-top: 56%;
}
@media screen and (max-width: 1268px) {
  .p-topVisual__slide .js-image:before {
    padding-top: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-topVisual__slide .js-image:before {
    padding-top: 60%;
  }
}
.p-topVisual .u-pc .c-header__logo {
  display: none;
}
.p-topVisual .u-pc .c-header.fixed .c-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  .p-topVisual .u-pc .c-header.fixed .c-header__inner {
    width: calc(100% - 265px);
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-topVisual .u-pc .c-header.fixed .c-header__inner {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .p-topVisual .u-pc .c-header.fixed .c-nav ul li a {
    font-size: 12px;
  }
}

.p-topNews {
  padding: 120px 0 140px;
}
@media screen and (max-width: 767px) {
  .p-topNews {
    padding: 50px 0;
  }
}
.p-topNews .c-ttl01 {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-topNews .c-ttl01 {
    margin-bottom: 15px;
  }
}
.p-topNews__cont {
  max-width: 716px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-topNews__cont {
    max-width: 100%;
  }
}
.p-topNews .c-btn01 {
  display: block;
  width: 124px;
  margin: 15px 0 0 auto;
}

.p-topGallery {
  overflow: hidden;
  padding: 68px 0 75px;
  background: rgba(219, 202, 112, 0.1);
}
@media screen and (max-width: 767px) {
  .p-topGallery {
    padding: 50px 0 30px;
  }
}
.p-topGallery .c-ttl01 {
  margin-bottom: 62px;
}
@media screen and (max-width: 767px) {
  .p-topGallery .c-ttl01 {
    margin-bottom: 20px;
  }
}
.p-topGallery .wcm {
  max-width: 1084px;
  position: relative;
}
.p-topGallery .wcm .swiper-button-prev {
  width: 15px;
  height: 29px;
  background: url("../img/common/prev-slide.svg") no-repeat center;
  background-size: 16px 30px;
  left: 20px;
  margin-top: 0;
  top: unset;
  bottom: 30%;
  z-index: 99;
}
.p-topGallery .wcm .swiper-button-prev:after {
  display: none;
}
.p-topGallery .wcm .swiper-button-next {
  width: 15px;
  height: 29px;
  background: url("../img/common/next-slide.svg") no-repeat center;
  background-size: 16px 30px;
  right: 20px;
  margin-top: 0;
  z-index: 99;
  top: unset;
  bottom: 30%;
}
.p-topGallery .wcm .swiper-button-next:after {
  display: none;
}
.p-topGallery__cont {
  max-width: 904px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 63px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-topGallery__cont {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .p-topGallery__cont {
    width: 80%;
    padding: 20px 0 40px;
  }
}
.p-topGallery__cont .js-image {
  border-radius: 5px;
  overflow: hidden;
}
.p-topGallery__cont .js-image:before {
  padding-top: 67%;
}
.p-topGallery__cont .swiper-pagination {
  bottom: 0;
}
.p-topGallery__cont .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: rgba(188, 159, 78, 0.4);
}
.p-topGallery__cont .swiper-pagination .swiper-pagination-bullet-active {
  background: #BC9F4E;
}

.p-topMessage {
  padding: 167px 0 106px;
  background: url("../img/top/bg-message.png") no-repeat top 38% center;
  background-size: 936px auto;
}
@media screen and (max-width: 767px) {
  .p-topMessage {
    padding: 60px 0 40px;
  }
}
.p-topMessage .c-ttl01 {
  margin-bottom: 54px;
  padding-bottom: 62px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-topMessage .c-ttl01 {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
.p-topMessage .c-ttl01:after {
  content: "";
  width: 45px;
  height: 1px;
  background: rgba(188, 159, 78, 0.5);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-topMessage__cont {
  margin-bottom: 82px;
}
@media screen and (max-width: 767px) {
  .p-topMessage__cont {
    margin-bottom: 30px;
  }
}
.p-topMessage__cont p {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.2;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-topMessage__cont p {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.p-topMessage__cont small {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .p-topMessage__cont small {
    font-size: 13px;
  }
}
.p-topMessage__gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-topMessage__gallery .item {
  width: calc(50% - 12px);
  margin-bottom: 24px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-topMessage__gallery .item {
    width: calc(50% - 6px);
    margin-bottom: 11px;
  }
}
.p-topMessage__gallery .item:nth-child(2n) {
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .p-topMessage__gallery .item:nth-child(2n) {
    margin-left: 6px;
  }
}
.p-topMessage__gallery .item:nth-child(2n+1) {
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .p-topMessage__gallery .item:nth-child(2n+1) {
    margin-right: 6px;
  }
}

/*------------------------------------------------------------
Default 
------------------------------------------------------------*/
.p-default #container {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-default #container {
    margin-bottom: 50px;
  }
}

/*------------------------------------------------------------
About page
------------------------------------------------------------*/
.p-aboutus .c-ttl02 {
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .p-aboutus .c-ttl02 {
    margin-bottom: 18px;
  }
}
.p-aboutus .c-txt-intro {
  font-size: 18px;
  line-height: 2.2;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-aboutus .c-txt-intro {
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 20px;
  }
}
.p-aboutus__cont {
  margin-bottom: 132px;
}
@media screen and (max-width: 767px) {
  .p-aboutus__cont {
    margin-bottom: 75px;
  }
}
.p-aboutus__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-aboutus__box {
    display: block;
    margin-bottom: 20px;
  }
}
.p-aboutus__box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 41px;
}
@media screen and (max-width: 767px) {
  .p-aboutus__box.reverse {
    margin-bottom: 20px;
  }
}
.p-aboutus__box.reverse .p-aboutus__box__desc {
  padding: 0 40px 0 0;
}
@media screen and (max-width: 767px) {
  .p-aboutus__box.reverse .p-aboutus__box__desc {
    padding: 0;
  }
}
.p-aboutus__box__image {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .p-aboutus__box__image {
    width: 100%;
    margin-bottom: 15px;
  }
}
.p-aboutus__box__image .js-image:before {
  padding-top: 59%;
}
.p-aboutus__box__desc {
  width: 51%;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .p-aboutus__box__desc {
    width: 100%;
    padding-left: 0;
  }
}
.p-aboutus__box__desc p + p {
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  .p-aboutus__box__desc p + p {
    margin-top: 20px;
  }
}
.p-aboutus__box__desc.c-txt-intro {
  margin-bottom: 0;
}
.p-aboutus .c-btn02 {
  margin-top: 92px;
}
@media screen and (max-width: 767px) {
  .p-aboutus .c-btn02 {
    margin-top: 50px;
  }
}

/*------------------------------------------------------------
Message page
------------------------------------------------------------*/
.p-message .wcm {
  max-width: 1077px;
}
.p-message .c-pageName {
  margin-bottom: 105px;
}
@media screen and (max-width: 767px) {
  .p-message .c-pageName {
    margin-bottom: 40px;
  }
}
.p-message__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../img/top/bg-message.png") no-repeat center;
  background-size: 718px auto;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-message__cont {
    display: block;
    margin-bottom: 30px;
    background-size: 310px auto;
  }
}
.p-message__cont__image {
  width: 256px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-message__cont__image {
    max-width: 230px;
    width: 100%;
    margin: 0 auto 20px;
  }
}
.p-message__cont__image .js-image {
  height: 295px;
}
@media screen and (max-width: 767px) {
  .p-message__cont__image .js-image {
    height: 260px;
  }
}
.p-message__cont__desc {
  width: calc(100% - 256px);
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .p-message__cont__desc {
    width: 100%;
    padding-left: 0;
  }
}
.p-message__cont__desc p {
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-message__cont__desc p {
    font-size: 15px;
    line-height: 1.9;
  }
}
.p-message__cont__desc p + p {
  margin-top: 39px;
}
@media screen and (max-width: 767px) {
  .p-message__cont__desc p + p {
    margin-top: 20px;
  }
}
.p-message__cont__desc small {
  font-size: 15px;
  letter-spacing: 0.05em;
  display: block;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-message__cont__desc small {
    font-size: 12px;
    margin-top: 20px;
  }
}
.p-message .c-btn02 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-message .c-btn02 {
    margin-bottom: 60px;
  }
}

/*------------------------------------------------------------
Worship page
------------------------------------------------------------*/
.p-worship .c-pageName {
  margin-bottom: 105px;
}
@media screen and (max-width: 767px) {
  .p-worship .c-pageName {
    margin-bottom: 40px;
  }
}
.p-worship__cont .c-ttl02 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-worship__cont .c-ttl02 {
    margin-bottom: 0;
  }
}
.p-worship__cont .c-ttl02:after {
  display: none;
}
.p-worship__list {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-worship__list {
    display: block;
    margin-bottom: 40px;
  }
}
.p-worship__list ul {
  width: calc(50% - 48px);
}
@media screen and (max-width: 767px) {
  .p-worship__list ul {
    width: 100%;
  }
}
.p-worship__list ul:nth-child(2n) {
  margin-left: 48px;
}
@media screen and (max-width: 767px) {
  .p-worship__list ul:nth-child(2n) {
    margin-left: 0;
  }
}
.p-worship__list ul:nth-child(2n+1) {
  margin-right: 48px;
}
@media screen and (max-width: 767px) {
  .p-worship__list ul:nth-child(2n+1) {
    margin-right: 0;
  }
}
.p-worship__list ul li {
  padding: 20px 0;
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #BC9F4E;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-worship__list ul li {
    font-size: 16px;
    display: block;
    padding: 12px 0;
  }
}
.p-worship__list ul li span {
  color: #BC9F4E;
  font-weight: bold;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-worship__list ul li span {
    margin-right: 5px;
  }
}
.p-worship__list__ttl {
  width: calc(100% - 180px);
  padding-right: 5px;
}
@media screen and (max-width: 767px) {
  .p-worship__list__ttl {
    width: 100%;
    font-weight: bold;
    padding: 0;
    margin-bottom: 4px;
  }
}
.p-worship__list__data {
  width: 180px;
}
@media screen and (max-width: 767px) {
  .p-worship__list__data {
    width: 100%;
    padding-left: 24px;
  }
}
.p-worship__image {
  margin-bottom: 68px;
}
@media screen and (max-width: 767px) {
  .p-worship__image {
    margin-bottom: 40px;
  }
}
.p-worship .c-btn02 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-worship .c-btn02 {
    margin-bottom: 60px;
  }
}

/*------------------------------------------------------------
News
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .p-news .c-pageName {
    margin-bottom: 20px;
  }
}
.p-news__cont .c-listNews {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-news__cont .c-listNews {
    margin-bottom: 40px;
  }
}
.p-news .c-btn02 {
  margin: 145px auto 125px;
}
@media screen and (max-width: 767px) {
  .p-news .c-btn02 {
    margin: 70px auto 55px;
  }
}

/* single News*/
.p-sgNews .c-pageName {
  margin-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .p-sgNews .c-pageName {
    margin-bottom: 45px;
  }
}
.p-sgNews__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px 18px;
  margin-bottom: 25px;
  border-bottom: 1px solid #BC9F4E;
}
@media screen and (max-width: 767px) {
  .p-sgNews__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 18px;
    padding: 0 0 10px;
  }
}
.p-sgNews__head .date {
  width: 110px;
  margin-right: 10px;
  color: #BC9F4E;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-sgNews__head .date {
    width: 100px;
  }
}
.p-sgNews__head .cate {
  width: 107px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-sgNews__head .cate {
    width: calc(100% - 120px);
  }
}
.p-sgNews__head .cate span {
  display: block;
  width: 100%;
  line-height: 1;
  padding: 5px 0;
  border: 1px solid #BC9F4E;
  font-size: 18px;
  font-weight: 500;
  color: #BC9F4E;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sgNews__head .cate span {
    font-size: 15px;
    display: inline-block;
    width: auto;
    padding: 2px 15px;
  }
}
.p-sgNews__head .post-title {
  font-size: 28px;
  width: calc(100% - 227px);
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .p-sgNews__head .post-title {
    width: 100%;
    font-size: 20px;
    line-height: 1.625;
    margin-left: 0;
  }
}
.p-sgNews .cmspage {
  padding-bottom: 40px;
  margin-bottom: 45px;
  border-bottom: 1px solid #BC9F4E;
}
@media screen and (max-width: 767px) {
  .p-sgNews .cmspage {
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
}
.p-sgNews .c-btn02 {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-sgNews .c-btn02 {
    margin-bottom: 60px;
  }
}

/*------------------------------------------------------------
Gallery
------------------------------------------------------------*/
.p-gallery .c-pageName {
  margin-bottom: 94px;
}
@media screen and (max-width: 767px) {
  .p-gallery .c-pageName {
    margin-bottom: 40px;
  }
}
.p-gallery .c-listCate {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-gallery .c-listCate {
    margin-bottom: 25px;
  }
}
.p-gallery .c-btn02 {
  margin: 145px auto 125px;
}
@media screen and (max-width: 767px) {
  .p-gallery .c-btn02 {
    margin: 50px auto 55px;
  }
}

.catch-box {
  margin-bottom: 25px;
}
.catch-box p {
  text-align: center;
  margin-top: 8px;
}
.catch-box .js-image:before {
  padding-top: 56.25%;
}

.hide-area {
  display: none;
}

.modaal-container {
  background: #333;
  color: #fff;
  position: relative;
}
.modaal-container .modaal-content-container {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 900px;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modaal-fullscreen .modaal-close {
  background: #333;
}

/*------------------------------------------------------------
Access
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .p-access .c-pageName {
    margin-bottom: 30px;
  }
}
.p-access__cont {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-access__cont {
    margin-bottom: 35px;
  }
}
.p-access__cont table {
  border-collapse: collapse;
}
.p-access__cont table th {
  text-align: left;
  color: #BC9F4E;
  width: 238px;
  font-weight: bold;
  font-size: 18px;
  padding: 22px 30px;
  border-bottom: 1px solid #BC9F4E;
}
@media screen and (max-width: 767px) {
  .p-access__cont table th {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 18px 0 5px;
    font-size: 16px;
  }
}
.p-access__cont table td {
  text-align: left;
  width: calc(100% - 238px);
  font-size: 18px;
  font-weight: 500;
  padding: 22px 0;
  border-bottom: 1px solid #BC9F4E;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .p-access__cont table td {
    width: 100%;
    display: block;
    padding: 0 0 8px;
    font-size: 16px;
    line-height: 1.9;
  }
}
.p-access__cont table td p {
  margin-bottom: 20px;
}
.p-access__cont table td iframe {
  width: 100%;
  height: 288px;
}
@media screen and (max-width: 767px) {
  .p-access__cont table td iframe {
    height: 180px;
  }
}
.p-access .c-btn02 {
  margin-bottom: 125px;
}
@media screen and (max-width: 767px) {
  .p-access .c-btn02 {
    margin-bottom: 60px;
  }
}

/*------------------------------------------------------------
Contact
------------------------------------------------------------*/
.p-contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  padding: 30px 40px;
  border: 1px solid #BC9F4E;
}
@media screen and (max-width: 767px) {
  .p-contact__info {
    display: block;
    margin-bottom: 20px;
    padding: 20px;
  }
}
.p-contact__info .item-box {
  text-align: center;
  width: 50%;
  color: #BC9F4E;
}
@media screen and (max-width: 767px) {
  .p-contact__info .item-box {
    width: 100%;
  }
}
.p-contact__info .item-box:first-child {
  padding-right: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__info .item-box:first-child {
    padding: 0 0 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #BC9F4E;
  }
}
.p-contact__info .item-box:first-child:after {
  content: "";
  width: 16px;
  height: 68px;
  background: url("../img/common/icon-line.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  right: -10px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__info .item-box:first-child:after {
    display: none;
  }
}
.p-contact__info .item-box:last-child {
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-contact__info .item-box:last-child {
    padding-left: 0;
  }
}
.p-contact__info .item-box__head {
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-contact__info .item-box__head {
    margin-bottom: 0;
  }
}
.p-contact__info .item-box__cont {
  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;
  font-family: "hiragino-mincho-pron", sans-serif;
}
.p-contact__info .item-box__cont__icon {
  margin-top: 4px;
}
.p-contact__info .item-box__cont p {
  font-size: 33px;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-contact__info .item-box__cont p {
    font-size: 23px;
  }
}
.p-contact__info .item-box__cont p span {
  font-size: 26px;
  line-height: 1;
  padding: 0 10px 0 5px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-contact__info .item-box__cont p span {
    font-size: 18px;
  }
}
.p-contact__info .item-box__cont p a {
  color: #BC9F4E;
}
.p-contact__form {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    margin-bottom: 70px;
  }
}

.c-form .c-formHead {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-form .c-formHead {
    font-size: 15px;
  }
}
.c-form .c-formNote {
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: 500;
  color: #909090;
}
@media screen and (max-width: 767px) {
  .c-form .c-formNote {
    font-size: 10px;
    margin-bottom: 14px;
  }
}
.c-form .c-formWrap {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 60px 115px 20px;
}
@media screen and (max-width: 767px) {
  .c-form .c-formWrap {
    padding: 25px 20px 10px;
  }
}
.c-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
}
@media screen and (max-width: 767px) {
  .c-form__row {
    display: block;
    margin-bottom: 10px;
  }
}
.c-form__row__title {
  width: 190px;
  padding: 8px 20px 0 0;
  font-weight: bold;
  color: #BC9F4E;
}
@media screen and (max-width: 767px) {
  .c-form__row__title {
    width: 100%;
    margin-bottom: 2px;
  }
}
.c-form__row__data {
  width: calc(100% - 190px);
}
@media screen and (max-width: 767px) {
  .c-form__row__data {
    width: 100%;
  }
}
.c-form__row__data input,
.c-form__row__data textarea {
  width: 100%;
  padding: 12px 5px;
  border-radius: 2px;
  background: rgba(188, 159, 78, 0.2);
}
.c-form__row__data textarea {
  height: 150px;
  resize: none;
}
.c-form__row__data input[type=radio]:checked + .wpcf7-list-item-label:after {
  display: block;
}
.c-form__row__data .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0;
  margin: 0 5px;
  cursor: pointer;
}
.c-form__row__data .wpcf7-radio .wpcf7-list-item {
  margin: 0 30px 0 0;
}
.c-form__row__data .wpcf7-radio .wpcf7-list-item-label {
  padding-left: 22px;
  position: relative;
}
.c-form__row__data .wpcf7-radio .wpcf7-list-item-label:before {
  width: 18px;
  height: 18px;
  background: url("../img/common/input-off.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.c-form__row__data .wpcf7-radio .wpcf7-list-item-label:after {
  width: 18px;
  height: 18px;
  background: url("../img/common/input-on.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.c-form .btn-submit {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-form .btn-submit {
    margin-top: 30px;
  }
}
.c-form .btn-submit .wpcf7-submit {
  display: block;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
  border-radius: 27px;
  text-align: center;
  background: #BC9F4E url("../img/common/arrow-right.svg") no-repeat right 38px center;
  background-size: 10px 10px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 18px 0;
  position: relative;
  border: 1px solid transparent;
  cursor: pointer;
}
.c-form .btn-submit .wpcf7-submit:hover {
  color: #BC9F4E;
  border-color: #BC9F4E;
  background: #fff url("../img/common/arrow-right-over.svg") no-repeat right 38px center;
  background-size: 10px 10px;
}
.c-form .c-form--back {
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-form .c-form--back {
    margin-top: -5px;
    margin-bottom: 10px;
  }
}
.c-form .c-form--back a {
  text-decoration: underline;
}

.containerIndexThx {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .containerIndexThx {
    margin-bottom: 60px;
  }
}
.containerIndexThx h3 {
  font-size: 25px;
  font-family: "hiragino-mincho-pron", sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .containerIndexThx h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.containerIndexThx .c-txt-intro {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .containerIndexThx .c-txt-intro {
    margin-bottom: 40px;
  }
}

/*------------------------------------------------------------
404
------------------------------------------------------------*/
.p-notfound .c-pageName {
  margin: 140px 0 40px;
}
@media screen and (max-width: 767px) {
  .p-notfound .c-pageName {
    margin: 70px 0 20px;
  }
}
.p-notfound .c-pageName__ja {
  font-size: 120px;
}
@media screen and (max-width: 767px) {
  .p-notfound .c-pageName__ja {
    font-size: 50px;
  }
}
.p-notfound .page404 {
  padding-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .p-notfound .page404 {
    padding-bottom: 100px;
  }
}
.p-notfound .txt-404 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .mt-20 {
    margin-top: 10px;
  }
}

.mt-30 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .mt-30 {
    margin-top: 10px;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .mt-40 {
    margin-top: 20px;
  }
}

.mt-50 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .mt-50 {
    margin-top: 30px;
  }
}

.mt-60 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .mt-60 {
    margin-top: 40px;
  }
}

.mt-70 {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .mt-70 {
    margin-top: 50px;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .mt-80 {
    margin-top: 60px;
  }
}

.mt-90 {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .mt-90 {
    margin-top: 70px;
  }
}

.mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .mt-100 {
    margin-top: 80px;
  }
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .mb-20 {
    margin-bottom: 10px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .mb-30 {
    margin-bottom: 10px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mb-40 {
    margin-bottom: 20px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mb-50 {
    margin-bottom: 30px;
  }
}

.mb-60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .mb-60 {
    margin-bottom: 40px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .mb-70 {
    margin-bottom: 50px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .mb-80 {
    margin-bottom: 60px;
  }
}

.mb-90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .mb-90 {
    margin-bottom: 70px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mb-100 {
    margin-bottom: 80px;
  }
}

/*------------------------------------------------------------
text
------------------------------------------------------------*/
.u-text-read {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 32px;
  line-height: 2.1333333333em;
  letter-spacing: 0.1em;
}

.u-text-read-02 {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .u-text-read-02 {
    font-size: 1rem;
  }
}

.u-text-sub {
  font-size: 12px;
}

.u-text-center {
  text-align: center;
}

.u-text-bold {
  font-weight: bold;
}

.u-text-red {
  color: red;
}

.u-text-white {
  color: #ffffff;
}

.u-text-blue {
  color: #0D3780;
}

.u-text-right {
  text-align: right;
}

.u-space-n2 {
  letter-spacing: -0.02em;
}

@media screen and (max-width: 767px) {
  .u-space-n2-sp {
    letter-spacing: -0.02em;
  }
}

@media screen and (max-width: 767px) {
  .u-space-n5-sp {
    letter-spacing: -0.05em;
  }
}

.u-font-sz20 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .u-font-sz20 {
    font-size: 1.2rem;
  }
}

.u-font-sz24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .u-font-sz24 {
    font-size: 1.8rem;
  }
}

.u-font-sz26 {
  font-size: 2.6rem;
}

.u-font-sz28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .u-font-sz28 {
    font-size: 2rem;
  }
}

.u-font-sz30 {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .u-font-sz30 {
    font-size: 2.2rem;
  }
}

.u-lineheight-sz2 {
  line-height: 2;
}

.u-lineheight-sz18 {
  line-height: 1.8;
}

.u-lineheight-sz16 {
  line-height: 1.6;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
display
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-in {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-in {
    display: inline-block;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
align
------------------------------------------------------------*/
/*
------------------------------------------------------------*/