@charset "UTF-8";
/*------------------------------------------------------------
color
------------------------------------------------------------*/
/*------------------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
/*------------------------------------------------------------
	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%;
  background: #F7F7F7;
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", 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%;
}

a {
  -webkit-tap-highlight-color: transparent;
  margin: 0;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.3s cubic-bezier(0.4, 0.4, 0, 1);
  -webkit-backface-visibility: hidden;
}

* {
  -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;
}

/*------------------------------------------------------------
Header
------------------------------------------------------------*/
.home .l-header {
  display: none;
}
.home .l-header.fixed {
  display: block;
}

@media screen and (min-width: 1200px) {
  .lang-en .l-header--menu--item > a:hover span.menu-txt1 {
    opacity: 1;
  }
  .lang-en .l-header--menu--item > a:hover span.menu-txt2 {
    opacity: 0;
  }
}

.l-header {
  background: #F7F7F7;
  position: sticky;
  top: 0;
  z-index: 99;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
}
@media screen and (max-width: 1200px) {
  .l-header {
    height: 60px;
    padding: 8px 10px;
  }
}
.l-header.fixed {
  padding-right: 40px;
  background: rgba(247, 247, 247, 0.75);
}
@media screen and (max-width: 1200px) {
  .l-header.fixed {
    padding-right: 10px;
    background: #F7F7F7;
  }
}
.l-header--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .l-header--main {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.l-header--logo {
  margin: 10px 40px;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1200px) {
  .l-header--logo {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .l-header--logo img {
    width: 115px;
  }
}
.l-header--logo a {
  display: block;
}
.l-header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .l-header__links {
    padding: 80px 40px 0;
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    background: #F9F9F9;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header__links.open {
    opacity: 1;
    pointer-events: auto;
  }
}
.l-header--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .l-header--menu {
    display: block;
  }
}
.l-header--menu--item {
  position: relative;
  margin-right: 44px;
}
@media screen and (max-width: 1200px) {
  .l-header--menu--item {
    margin: 0;
  }
  .l-header--menu--item:last-child > a {
    border-bottom: none;
  }
  .l-header--menu--item.current > a {
    color: #00008D;
  }
  .l-header--menu--item.current > a:after {
    color: #00008D;
  }
}
.l-header--menu--item > a {
  display: block;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .l-header--menu--item > a {
    padding: 24px 0;
    border-bottom: 1px solid #ccc;
  }
  .l-header--menu--item > a:after {
    content: "→";
    font-size: 14px;
    font-weight: 400;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 1.5;
    color: #222;
    position: absolute;
    right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .l-header--menu--item > a:hover span.menu-txt1 {
    opacity: 0;
  }
  .l-header--menu--item > a:hover span.menu-txt2 {
    opacity: 1;
  }
}
.l-header--menu--item > a span {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header--menu--item > a span.menu-txt1 {
  font-size: 16px;
  color: #222;
  letter-spacing: 0.05em;
  line-height: 16px;
}
@media screen and (max-width: 1200px) {
  .l-header--menu--item > a span.menu-txt1 {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .l-header--menu--item > a span.menu-txt1 {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
  }
}
.l-header--menu--item > a span.menu-txt2 {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  color: #6F757C;
  text-decoration: underline;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
}
.l-header--frame {
  display: none;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: calc(99% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 33px;
}
.l-header--submenu {
  background: #fff;
  padding: 40px;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header--submenu a {
  color: #222;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.l-header--submenu a small {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.l-header--submenu > li {
  margin-right: 60px;
}
.l-header--submenu > li:last-child {
  margin-right: 0;
}
.l-header--submenu > li > a {
  font-size: 16px;
  font-weight: 500;
  color: #00008D;
  border-bottom: 1px solid #ccc;
  padding: 0 20px 5px 5px;
  margin-bottom: 10px;
}
.l-header--submenu > li > a small {
  font-size: 13px;
  margin-left: 10px;
  color: #222;
}
.l-header--submenu ol li a {
  font-size: 14px;
  padding: 8px 20px 8px 5px;
  position: relative;
}
.l-header--submenu ol li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 0;
  top: calc(50% - 3px);
}
.l-header--submenu ol li a small {
  font-size: 12px;
  margin-left: 5px;
}
.l-header--language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .l-header--language {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-header--language li.current a {
  color: #00008D;
}
.l-header--language li.current a:after {
  opacity: 1;
}
.l-header--language li a {
  display: block;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  color: #1E1E1E;
  padding: 0 23px 24px;
  border-bottom: 2px solid #969AA0;
}
@media screen and (max-width: 1200px) {
  .l-header--language li a {
    padding: 0 10px 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .l-header--language li a {
    border-bottom: none;
    padding: 16px;
  }
}
.l-header--language li a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #00008D;
  position: absolute;
  left: 0;
  bottom: -2px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1200px) {
  .l-header--language li a:after {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .l-header--language li a:hover {
    color: #00008D;
  }
  .l-header--language li a:hover:after {
    opacity: 1;
  }
}

@media screen and (min-width: 1200px) {
  .post-type-archive-menu .l-header--menu--item.has_child {
    position: relative;
  }
  .post-type-archive-menu .l-header--menu--item.has_child:after {
    content: "";
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #00008D;
    border-right: 1px solid #00008D;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: -10px;
    bottom: calc(50% - 3px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .post-type-archive-menu .l-header--menu--item.has_child:hover:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    bottom: calc(50% - 5px);
  }
  .post-type-archive-menu .l-header--menu--item.has_child:hover .l-header--frame {
    pointer-events: auto;
    opacity: 1;
  }
  .post-type-archive-menu .l-header--menu--item.has_child.submenu-closed .l-header--frame {
    opacity: 0 !important;
    pointer-events: none !important;
  }
  .post-type-archive-menu .l-header--menu--item.has_child.submenu-closed:after {
    -webkit-transform: rotate(45deg) !important;
            transform: rotate(45deg) !important;
    bottom: calc(50% - 3px) !important;
  }
  .post-type-archive-menu .l-header--menu--item.has_child a span {
    color: #00008D;
  }
  .post-type-archive-menu .l-header--menu--item.has_child a span.menu-txt1 {
    opacity: 1 !important;
  }
  .post-type-archive-menu .l-header--menu--item.has_child a span.menu-txt2 {
    display: none;
  }
  .post-type-archive-menu .l-header--frame {
    display: block;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1200px) {
  .post-type-archive-menu .l-header--frame {
    display: none;
  }
}
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Footer
------------------------------------------------------------*/
.l-footer {
  background: url("../img/common/footer_bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 100px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 32px 0;
  }
}
.l-footer--logo {
  display: inline-block;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer--logo {
    margin-bottom: 25px;
  }
}
.l-footer--logo a {
  display: inline-block;
  padding: 14px 0;
}
@media screen and (max-width: 767px) {
  .l-footer--logo a {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer--logo img {
    width: 200px;
  }
}
.l-footer--menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer--menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.l-footer--menu li {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer--menu li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .l-footer--menu li:last-child {
    margin-bottom: 0;
  }
}
.l-footer--menu li:last-child {
  margin-right: 0;
}
.l-footer--menu li a {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}
.l-footer--socials {
  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;
  margin-bottom: 40px;
}
.l-footer--socials li {
  margin-right: 40px;
}
.l-footer--socials li:last-child {
  margin-right: 0;
}
.l-footer--copy {
  font-size: 10px;
  color: #fff;
  margin-bottom: 40px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
main
------------------------------------------------------------*/
body {
  width: 100%;
  margin: 0;
  padding: 0;
  word-break: break-word;
}

.l-main {
  max-width: 1238px;
  margin: 0 auto;
  padding: 0 20px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
nav
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
.menu-aside {
  width: 328px;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
@media screen and (max-width: 1810px) {
  .menu-aside {
    width: 220px;
  }
}
@media screen and (max-width: 1600px) {
  .menu-aside {
    background: rgba(255, 255, 255, 0.5);
  }
}
@media screen and (max-width: 1200px) {
  .menu-aside {
    display: none;
  }
}
.menu-aside.is-fixed {
  position: fixed;
  right: 0;
  top: 100px;
}

.category-item--parent {
  position: relative;
  display: block;
  font-family: "Lora", serif;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #222;
  padding: 29px 24px;
  border-bottom: 1px solid #C8CDD4;
  background: #E7EFFA;
}
@media screen and (max-width: 1810px) {
  .category-item--parent {
    padding: 25px 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 1600px) {
  .category-item--parent {
    background: rgba(231, 239, 250, 0.5);
  }
}
.category-item--parent:after {
  content: "↓";
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4286;
  position: absolute;
  top: calc(50% - 10px);
  right: 24px;
}
@media screen and (max-width: 1810px) {
  .category-item--parent:after {
    right: 10px;
  }
}
.category-item--parent small {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4286;
  margin-left: 8px;
}

.subcategory-list {
  display: none;
}

.subcategory-item a {
  display: block;
  font-family: "Lora", serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #222;
  padding: 12px 24px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1810px) {
  .subcategory-item a {
    padding: 12px 20px;
    font-size: 14px;
  }
}
.subcategory-item a small {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
}
@media screen and (max-width: 1810px) {
  .subcategory-item a small {
    font-size: 12px;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Button
------------------------------------------------------------*/
.btn-menu {
  width: 44px;
  height: 42px;
  position: relative;
  display: none;
}
@media screen and (max-width: 1200px) {
  .btn-menu {
    display: block;
  }
}
.btn-menu span {
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #00008D;
  position: absolute;
  left: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-menu span:nth-child(1) {
  top: 12px;
}
.btn-menu span:nth-child(2) {
  top: 20px;
}
.btn-menu span:nth-child(3) {
  top: 28px;
}
.btn-menu.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 20px;
}
.btn-menu.open span:nth-child(2) {
  opacity: 0;
}
.btn-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 20px;
}

.btn-more {
  text-align: right;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .btn-more {
    margin-top: 25px;
    text-align: left;
  }
}
.btn-more a {
  color: #00008D;
  display: inline-block;
  position: relative;
  padding-bottom: 32px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-more a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #222;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 1200px) {
  .btn-more a:hover {
    color: #222;
  }
  .btn-more a:hover:after {
    width: 92px;
    background: #00008D;
  }
  .btn-more a:hover .btn-more--text:after {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
  }
}
.btn-more--text {
  text-align: left;
  display: inline-block;
  width: 77px;
  font-size: 16px;
  font-family: "Lora", serif;
  font-style: normal;
  font-weight: 500;
  position: relative;
}
.btn-more--text:after {
  content: "→";
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-top {
  cursor: pointer;
  display: inline-block;
  width: 64px;
  height: 42px;
  border-bottom: 1px solid #fff;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-top:hover {
  opacity: 0.5;
}
.btn-top:hover .btn-top--arrow {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.btn-top--arrow {
  display: inline-block;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.4;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
heading
------------------------------------------------------------*/
.c-title1 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.65;
  color: #6F757C;
}
@media screen and (max-width: 767px) {
  .c-title1 {
    line-height: 1.4;
  }
}
.c-title1 span {
  font-family: "Lora", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -0.02em;
  color: #00008D;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-title1 span {
    font-size: 32px;
    line-height: 1.2;
  }
}
.c-title1 small {
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin: 10px 0 20px;
  color: #222;
}
@media screen and (max-width: 767px) {
  .c-title1 small {
    margin: 10px 0 16px;
  }
}

.c-title2 span {
  font-family: "Lora", serif;
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #00008D;
  display: block;
}
.c-title2 small {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #222;
  margin-top: 16px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
time
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.u-flex {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.u-flex-row-reverse-pc {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .u-flex-row-reverse-sp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.u-flex-col-reverse-pc {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media screen and (max-width: 767px) {
  .u-flex-col-reverse-sp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.u-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.u-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.u-wrap {
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.u-right {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .u-reverseSP {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

/*------------------------------------------------------------
Banner
------------------------------------------------------------*/
.c-mv {
  width: 100%;
  height: 50vh;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-mv {
    height: 250px;
  }
}
.c-mv:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.1);
}
.c-mv.menu {
  background: url("../img/menu/mv.jpg") center center no-repeat;
  background-size: cover;
}
.c-mv.about {
  background: url("../img/about/mv.jpg") center center no-repeat;
  background-size: cover;
}
.c-mv.news {
  background: url("../img/news/mv.jpg") center center no-repeat;
  background-size: cover;
}
.c-mv.store {
  background: url("../img/store/mv.jpg") center center no-repeat;
  background-size: cover;
}
.c-mv--main {
  z-index: 2;
  position: absolute;
  top: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-mv--title {
  text-align: center;
  white-space: nowrap;
}
.c-mv--title span {
  display: block;
  font-family: "Lora", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 100px;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-mv--title span {
    font-size: 48px;
    line-height: 0.9375;
    text-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.6);
  }
}
.c-mv--title small {
  display: inline-block;
  background: #00008D;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  padding: 3px 10px;
  min-width: 140px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .c-mv--title small {
    font-size: 14px;
    min-width: 105px;
    margin-top: 10px;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Box
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
breacrumb
------------------------------------------------------------*/
.c-breadcrumb {
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 20px;
  }
}
.c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-breadcrumb ul li {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  color: #222;
}
.c-breadcrumb ul li a {
  display: inline-block;
  color: #6F757C;
  margin-right: 20px;
  position: relative;
}
.c-breadcrumb ul li a:after {
  content: ">";
  position: absolute;
  right: -15px;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Pagenavi
------------------------------------------------------------*/
.c-pagenavi {
  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;
  margin-top: 40px;
}
.c-pagenavi a,
.c-pagenavi span {
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 15px;
  color: #000;
  text-align: center;
  margin-right: 20px;
  border: 1px solid #fff;
}
.c-pagenavi a.current,
.c-pagenavi span.current {
  background: #fff;
  border-color: #fff;
}
.c-pagenavi a:last-child,
.c-pagenavi span:last-child {
  margin-right: 0;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Animation
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.post_content {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-wrap: break-word;
}
.post_content ul,
.post_content ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
.post_content ul[style*="list-style-type: circle;"] li {
  list-style-type: circle;
}
.post_content ul[style*="list-style-type: square;"] li {
  list-style-type: square;
}
.post_content ul li {
  list-style: disc;
}
.post_content ol[style*="list-style-type: lower-roman;"] li {
  list-style-type: lower-roman;
}
.post_content ol[style*="list-style-type: lower-alpha;"] li {
  list-style-type: lower-alpha;
}
.post_content ol[style*="list-style-type: lower-greek;"] li {
  list-style-type: lower-greek;
}
.post_content ol[style*="list-style-type: upper-alpha;"] li {
  list-style-type: upper-alpha;
}
.post_content ol[style*="list-style-type: upper-roman;"] li {
  list-style-type: upper-roman;
}
.post_content ol li {
  list-style-type: decimal;
}
.post_content iframe {
  max-width: 100% !important;
}
.post_content img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  width: auto;
  margin-bottom: 77px;
}
@media screen and (max-width: 767px) {
  .post_content img {
    margin-bottom: 24px;
  }
}
.post_content em {
  font-style: italic;
}
.post_content strong {
  font-weight: bold !important;
}
.post_content h1 {
  display: block;
  font-size: 2em;
  -webkit-margin-before: 0.67em;
          margin-block-start: 0.67em;
  -webkit-margin-after: 0.67em;
          margin-block-end: 0.67em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.post_content h2 {
  display: block;
  font-size: 1.5em;
  -webkit-margin-before: 0.83em;
          margin-block-start: 0.83em;
  -webkit-margin-after: 0.83em;
          margin-block-end: 0.83em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.post_content h3 {
  display: block;
  font-size: 1.17em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.post_content h4 {
  display: block;
  -webkit-margin-before: 1.33em;
          margin-block-start: 1.33em;
  -webkit-margin-after: 1.33em;
          margin-block-end: 1.33em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.post_content h5 {
  display: block;
  font-size: 0.83em;
  -webkit-margin-before: 1.67em;
          margin-block-start: 1.67em;
  -webkit-margin-after: 1.67em;
          margin-block-end: 1.67em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.post_content h6 {
  display: block;
  font-size: 0.67em;
  -webkit-margin-before: 2.33em;
          margin-block-start: 2.33em;
  -webkit-margin-after: 2.33em;
          margin-block-end: 2.33em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}
.post_content pre {
  display: block;
  white-space: pre;
  margin: 1em 0px;
}
.post_content blockquote {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 40px;
          margin-inline-start: 40px;
  -webkit-margin-end: 40px;
          margin-inline-end: 40px;
}
.post_content p {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

/*------------------------------------------------------------
Top
------------------------------------------------------------*/
.top-mv {
  position: relative;
}
.top-mv--slide img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .top-mv--slide img {
    height: 100vh;
  }
}
.top-mv--logo {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .top-mv--logo {
    width: 320px;
  }
}

.top-about {
  overflow: hidden;
  padding: 100px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .top-about {
    padding: 60px 0 80px;
  }
}
.top-about--note {
  font-size: 20px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.65;
  color: #6F757C;
  margin-top: 20px;
}
.top-about__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 1700px) {
  .top-about__head {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .top-about__head {
    display: block;
  }
}
.top-about--rt {
  width: 875px;
  max-width: calc(100% - 220px);
}
@media screen and (max-width: 767px) {
  .top-about--rt {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}
.top-about--title {
  font-size: 22px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.82;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .top-about--title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
.top-about--gallery {
  position: relative;
}
@media screen and (max-width: 1700px) {
  .top-about--gallery {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .top-about--gallery {
    width: 100%;
  }
}
.top-about--bot {
  position: relative;
}
.top-about--bot span {
  position: absolute;
}
.top-about--img {
  position: relative;
  z-index: 1;
  text-align: center;
}
.top-about--img img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top-about--img img {
    width: 90%;
    height: 180px;
  }
}
.top-about--img1 {
  right: 0;
  top: -55px;
}
@media screen and (max-width: 1700px) {
  .top-about--img1 {
    max-width: 26.6%;
  }
}
@media screen and (max-width: 767px) {
  .top-about--img1 {
    max-width: unset;
    width: 105px;
    left: -20px;
    right: auto;
    top: auto;
    bottom: -75px;
  }
}
.top-about--img2 {
  left: 42px;
  bottom: -42px;
}
@media screen and (max-width: 1700px) {
  .top-about--img2 {
    max-width: 18.6%;
    left: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .top-about--img2 {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-about--img2 {
    max-width: unset;
    width: 90px;
    left: auto;
    bottom: auto;
    right: -20px;
    top: -78px;
  }
}
.top-about--flower1 {
  left: -273px;
  top: 65px;
  z-index: 2;
}
@media screen and (max-width: 1700px) {
  .top-about--flower1 {
    max-width: 20%;
    left: -15%;
    top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-about--flower1 {
    max-width: unset;
    width: 130px;
    left: -65px;
    top: 17px;
  }
}
.top-about--flower2 {
  right: -66px;
  bottom: -39px;
}
@media screen and (max-width: 1700px) {
  .top-about--flower2 {
    max-width: 18%;
    right: -5%;
    bottom: -8%;
  }
}
@media screen and (max-width: 767px) {
  .top-about--flower2 {
    max-width: unset;
    width: 110px;
    right: -20px;
    top: 135px;
    bottom: auto;
  }
}

.top-news {
  position: relative;
  background: url("../img/top/news_bg.png") center center no-repeat;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 60px 0;
  }
}
.top-news--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-news--main {
    display: block;
  }
}
.top-news--lf {
  position: relative;
}
.top-news--img {
  margin-left: 51px;
}
@media screen and (max-width: 767px) {
  .top-news--img {
    width: 80px;
    margin-left: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.top-news--rt {
  width: calc(100% - 171px);
  max-width: 927px;
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .top-news--rt {
    width: 100%;
    max-width: 100%;
    margin-top: 35px;
  }
}
.top-news--post--item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
  padding: 15px 103px 15px 0;
  border-bottom: 1px solid #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-news--post--item a {
    display: block;
    padding: 15px 32px 15px 0;
  }
}
.top-news--post--item a.has_link:after {
  content: "";
  width: 15px;
  height: 8px;
  background: url("../img/icon/right.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  right: 55px;
  top: calc(50% - 4px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .top-news--post--item a.has_link:after {
    right: 0;
    top: auto;
    bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .top-news--post--item a.has_link:hover:after {
    right: 40px;
  }
}
.top-news--post--item__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-news--post--item--date {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .top-news--post--item--date {
    font-size: 14px;
  }
}
.top-news--post--item--cat {
  width: 133px;
  height: 32px;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  background: #fff;
  vertical-align: middle;
  padding: 8px 0;
  margin: 0 32px;
}
@media screen and (max-width: 767px) {
  .top-news--post--item--cat {
    width: 91px;
    height: 24px;
    padding: 6px 0;
    margin: 0 15px;
  }
}
.top-news--post--item--title {
  font-size: 14px;
  line-height: 1.71;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .top-news--post--item--title {
    font-size: 13px;
    line-height: 1.54;
  }
}
@media screen and (max-width: 767px) {
  .top-news .btn-more {
    text-align: right;
  }
}

.top-menu {
  background: #fff;
  padding: 100px 0 90px;
}
@media screen and (max-width: 767px) {
  .top-menu {
    padding: 60px 0;
  }
}
.top-menu--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-menu--main {
    display: block;
  }
}
.top-menu--rt {
  width: calc(100% - 280px);
  max-width: 872px;
}
@media screen and (max-width: 767px) {
  .top-menu--rt {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
  }
}
.top-menu--list {
  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;
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .top-menu--list {
    margin-top: 40px;
    display: block;
  }
}
.top-menu--box {
  display: block;
  width: 49.6%;
  max-width: 432px;
  margin-top: 50px;
  color: #222;
}
@media screen and (max-width: 767px) {
  .top-menu--box {
    width: 100%;
    margin: 40px auto;
  }
}
.top-menu--box:nth-child(1) {
  margin-top: 0;
}
.top-menu--box:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .top-menu--box:nth-child(2) {
    margin-top: 20px;
  }
}
.top-menu--box--title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 600px;
  font-size: 24px;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: #00008D;
  margin: 16px 0;
}
@media screen and (max-width: 767px) {
  .top-menu--box--title {
    font-size: 18px;
  }
}
.top-menu--box--title small {
  font-size: 16px;
  color: #222;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .top-menu--box--title small {
    font-size: 12px;
  }
}
.top-menu--box--txt {
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.9666;
}
@media screen and (max-width: 767px) {
  .top-menu--box--txt {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0;
  }
}
.top-menu--box--txt:after {
  content: "→";
  color: #00008D;
  display: inline-block;
  margin-left: 5px;
}

.top-gallery {
  position: relative;
  width: 100%;
  height: 599px;
  top: -50px;
  margin-bottom: -50px;
}
@media screen and (max-width: 767px) {
  .top-gallery {
    height: 300px;
    top: -20px;
    margin-bottom: -20px;
  }
}
.top-gallery__bg {
  width: 100%;
  height: 499px;
  background: url("../img/top/slider_bg.jpg") center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .top-gallery__bg {
    height: 260px;
    top: 20px;
  }
}
.top-gallery__viewport {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 599px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-gallery__viewport {
    height: 300px;
  }
}
.top-gallery__images {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
  gap: 0 45px;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .top-gallery__images {
    gap: 0 15px;
  }
}
.top-gallery__images__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 0 45px;
}
@media screen and (max-width: 767px) {
  .top-gallery__images__container {
    gap: 0 15px;
  }
}
.top-gallery__images__container.cloneA, .top-gallery__images__container.cloneB {
  pointer-events: none;
}
.top-gallery__images__container.cloneB {
  position: absolute;
  left: -45px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
@media screen and (max-width: 767px) {
  .top-gallery__images__container.cloneB {
    left: -15px;
  }
}
.top-gallery__images__thumb {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  width: 300px;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .top-gallery__images__thumb {
    width: 115px;
    height: 165px;
  }
}
.top-gallery__images__thumb:before {
  content: "";
  width: 312px;
  height: 58px;
  background: url("../img/top/gallery_img_before.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: -6px;
  top: -6px;
}
@media screen and (max-width: 767px) {
  .top-gallery__images__thumb:before {
    width: 115px;
    height: 21px;
    left: 0;
    top: -2px;
  }
}
.top-gallery__images__thumb:after {
  content: "";
  width: 312px;
  height: 58px;
  background: url("../img/top/gallery_img_after.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: -6px;
  bottom: -6px;
}
@media screen and (max-width: 767px) {
  .top-gallery__images__thumb:after {
    width: 115px;
    height: 21px;
    left: 0;
    bottom: -2px;
  }
}
.top-gallery__images__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.top-store {
  padding: 50px 0 100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .top-store {
    padding: 80px 0 120px;
    position: relative;
  }
}
.top-store .l-main {
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-store .l-main {
    position: static;
  }
}
.top-store--main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .top-store--main {
    display: block;
  }
}
.top-store--lf {
  width: 280px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-store--lf {
    margin-bottom: 40px;
  }
}
.top-store--rt {
  max-width: calc(100% - 280px);
  padding-bottom: 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top-store--rt {
    width: 100%;
    max-width: 100%;
    padding-bottom: 0;
  }
}
.top-store--rt--icon01 {
  position: absolute;
  right: -215px;
  top: 44px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .top-store--rt--icon01 {
    width: 130px;
    right: -50px;
    top: 10px;
  }
}
.top-store--rt--icon02 {
  position: absolute;
  left: -153px;
  bottom: 174px;
}
@media screen and (max-width: 767px) {
  .top-store--rt--icon02 {
    width: 110px;
    right: auto;
    left: -50px;
    bottom: 40px;
  }
}
.top-store--img {
  position: relative;
  z-index: 1;
}
.top-store--img2 {
  position: absolute;
  left: -320px;
  top: 100px;
}
@media screen and (max-width: 767px) {
  .top-store--img2 {
    position: static;
    width: 100%;
    margin-bottom: 10px;
  }
}
.top-store--img3 {
  position: absolute;
  bottom: 0;
  right: -269px;
}
@media screen and (max-width: 767px) {
  .top-store--img3 {
    width: 130px;
    right: 0;
    bottom: 30px;
    right: 0;
  }
}

.home .top-reservation--footer {
  display: none;
}

.top-reservation {
  padding: 100px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .top-reservation {
    padding: 60px 0;
  }
}
.top-reservation--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-reservation--main {
    display: block;
  }
}
.top-reservation .c-title1 {
  text-align: center;
}
.top-reservation--rt {
  width: 870px;
  max-width: calc(100% - 226px);
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .top-reservation--rt {
    width: 100%;
    max-width: 100%;
    padding-top: 40px;
  }
}
.top-reservation--check {
  display: block;
  background: #00008D;
  -webkit-box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 7px 7px 5px 0px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
  padding: 78px 0;
}
@media screen and (max-width: 767px) {
  .top-reservation--check {
    border-radius: 5px;
    padding: 20px 0;
  }
}
@media screen and (min-width: 1200px) {
  .top-reservation--check:hover {
    opacity: 0.7;
  }
}
.top-reservation--link {
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.33;
}
@media screen and (max-width: 767px) {
  .top-reservation--link {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.25;
    margin-bottom: 10px;
  }
}
.top-reservation--link:after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../img/icon/target.png") center center no-repeat;
  background-size: contain;
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .top-reservation--link:after {
    width: 14px;
    height: 14px;
  }
}
.top-reservation--text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 2.286;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .top-reservation--text {
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.4;
  }
}

.top-access {
  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) {
  .top-access {
    display: block;
  }
}
.top-access--maps {
  max-width: calc(100% - 763px);
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
@media screen and (max-width: 767px) {
  .top-access--maps {
    max-width: calc(100% - 710px);
  }
}
@media screen and (max-width: 767px) {
  .top-access--maps {
    max-width: 100%;
  }
}
.top-access--maps iframe {
  width: 797px;
  max-width: 100%;
  height: 800px;
}
@media screen and (max-width: 767px) {
  .top-access--maps iframe {
    width: 100%;
    height: 260px;
  }
}
.top-access--main {
  max-width: 654px;
  margin-left: 109px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .top-access--main {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top-access--main {
    margin-left: 0;
    max-width: 100%;
    padding: 40px 20px 100px;
  }
}
.top-access--table {
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .top-access--table {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top-access--table > tbody {
    display: block;
  }
}
.top-access--table > tbody > tr {
  border-bottom: 1px solid #969AA0;
}
@media screen and (max-width: 767px) {
  .top-access--table > tbody > tr {
    display: block;
    padding: 20px 0;
  }
}
.top-access--table > tbody > tr:last-child {
  border-bottom: none;
}
.top-access--table > tbody > tr > th {
  font-size: 16px;
  font-weight: 400;
  padding: 20px 0;
  white-space: nowrap;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top-access--table > tbody > tr > th {
    display: block;
    font-size: 14px;
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
  }
}
.top-access--table > tbody > tr > td {
  font-size: 16px;
  line-height: 1.75;
  padding: 20px 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .top-access--table > tbody > tr > td {
    padding: 0;
  }
}
.top-access--table > tbody > tr > td ol {
  padding-left: 25px;
}
.top-access--table > tbody > tr > td ol li {
  list-style-type: disc;
}
.top-access--table > tbody > tr > td small {
  display: block;
  font-size: 12px;
  line-height: 2.333;
  padding-left: 12px;
  position: relative;
}
.top-access--table > tbody > tr > td small:before {
  content: "※";
  position: absolute;
  left: 0;
}
.top-access--table > tbody > tr td {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .top-access--table > tbody > tr td {
    font-size: 14px;
    line-height: 1.8;
  }
}
.top-access--table > tbody > tr td small {
  display: block;
  font-size: 12px;
  line-height: 2.333;
  padding-left: 12px;
  position: relative;
}
.top-access--table > tbody > tr td small:before {
  content: "※";
  position: absolute;
  left: 0;
}
.top-access--table > tbody > tr td span {
  font-size: 13px;
}
.top-access--img {
  position: absolute;
  right: 0;
  bottom: -140px;
}
@media screen and (max-width: 767px) {
  .top-access--img {
    width: 80px;
    right: 20px;
    bottom: 24px;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Menu
------------------------------------------------------------*/
.menu-cat {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #E7EFFA;
}
@media screen and (max-width: 1200px) {
  .menu-cat {
    top: 60px;
    position: sticky;
    overflow: hidden;
  }
}
.menu-cat--list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-cat--list a {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #222;
}
.menu-cat--list a small {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.menu-cat--list > li {
  margin-right: 60px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .menu-cat--list > li {
    margin-right: 0;
    width: 25%;
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .menu-cat--list > li.has_child:after {
    content: "";
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #222;
    border-right: 1px solid #222;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: -10px;
    bottom: calc(50% - 3px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1200px) {
  .menu-cat--list > li:hover:after {
    border-color: #00008D;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    bottom: calc(50% - 5px);
  }
  .menu-cat--list > li:hover > a {
    color: #00008D;
  }
  .menu-cat--list > li:hover ol {
    opacity: 1;
    pointer-events: auto;
  }
}
.menu-cat--list > li:last-child {
  margin-right: 0;
}
.menu-cat--list > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 20px 0;
}
@media screen and (max-width: 1200px) {
  .menu-cat--list > li > a {
    font-size: 14px;
    padding: 18px 0;
  }
}
.menu-cat--list ol {
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  position: absolute;
  top: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  padding: 20px;
}
.menu-cat--list ol li a {
  padding: 8px 30px 8px 0;
  font-size: 14px;
  position: relative;
}
.menu-cat--list ol li a:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0;
  top: calc(50% - 3px);
}
.menu-cat--list ol li a small {
  font-size: 12px;
  margin-left: 10px;
}

.menu-head {
  text-align: center;
  padding: 137px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .menu-head {
    padding: 56px 0;
  }
}
.menu-head--main {
  max-width: 810px;
  margin: 0 auto;
  padding: 0 20px;
}
.menu-head--title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #00008D;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .menu-head--title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.menu-new {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .menu-new {
    padding: 48px 0;
  }
}
.menu-new--main {
  padding-left: calc(50% - 600px);
}
@media screen and (max-width: 1200px) {
  .menu-new--main {
    padding-left: 20px;
  }
}
.menu-new .c-title1 {
  margin-bottom: 40px;
}
.menu-new__slider {
  width: 100%;
  overflow: hidden;
}
.menu-new__slider .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.menu-new__slider .swiper-slide {
  width: 437px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .menu-new__slider .swiper-slide {
    width: 213px;
  }
}
.menu-new__slider .swiper-slide__img img {
  width: 100%;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .menu-new__slider .swiper-slide__img img {
    height: 186px;
  }
}
.menu-new__slider .swiper-slide--title {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: center;
  border: 1px solid #C8CDD4;
  background: #fff;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .menu-new__slider .swiper-slide--title {
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 0;
    margin-top: 10px;
  }
}
.menu-new__navigation {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .menu-new__navigation {
    margin-top: 24px;
  }
}
.menu-new__navigation button {
  cursor: pointer;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #00008D;
  display: inline-block;
  width: 167px;
  border: 1px solid #00008D;
  border-radius: 200px;
  background: #fff;
  font-size: 24px;
  line-height: 1;
  padding: 9px;
}
@media screen and (max-width: 767px) {
  .menu-new__navigation button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 14px;
  }
}
.menu-new__navigation button.swiper-button-disabled {
  -webkit-filter: grayscale(0.5);
          filter: grayscale(0.5);
  pointer-events: none;
}
.menu-new__navigation button.menu-new__prev {
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .menu-new__navigation button.menu-new__prev {
    margin-right: 15px;
  }
}

.menu-page {
  position: relative;
}

.menu-sec:nth-child(2n+1) {
  background: #fff;
}
.menu-sec .l-main {
  position: relative;
  padding: 100px 20px;
}
@media screen and (max-width: 767px) {
  .menu-sec .l-main {
    padding: 50px 20px;
  }
}
.menu-sec--note {
  font-size: 14px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0.05em;
  position: absolute;
  top: 40px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .menu-sec--note {
    font-size: 12px;
    position: static;
    margin-bottom: 40px;
  }
}
.menu-sec .c-title1 {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .menu-sec .c-title1 {
    margin-bottom: 40px;
  }
}
.menu-sec--cat {
  margin-bottom: 56px;
}
.menu-sec--cat:last-child {
  margin-bottom: 0;
}
.menu-sec--cat--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu-sec--cat--navigation {
  display: none;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .menu-sec--cat--navigation {
    display: block;
    margin-top: 24px;
  }
}
.menu-sec--cat--navigation button {
  cursor: pointer;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #00008D;
  display: inline-block;
  width: 167px;
  border: 1px solid #00008D;
  border-radius: 200px;
  background: #fff;
  font-size: 24px;
  line-height: 1;
  padding: 9px;
}
@media screen and (max-width: 767px) {
  .menu-sec--cat--navigation button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 14px;
  }
}
.menu-sec--cat--navigation button.swiper-button-disabled {
  -webkit-filter: grayscale(0.5);
          filter: grayscale(0.5);
  pointer-events: none;
}
.menu-sec--cat--navigation button.menu-sec--cat--prev {
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .menu-sec--cat--navigation button.menu-sec--cat--prev {
    margin-right: 15px;
  }
}

.menu-sec--cat--large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .menu-sec--cat--large {
    display: block;
  }
}

.menu-sec--cat--slider {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .menu-sec--cat--slider {
    margin-top: 30px;
  }
}
.menu-sec--cat--slider .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .menu-sec--cat--slider .swiper-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.menu-sec--cat--slider .swiper-slide {
  width: 32.17%;
  height: unset;
  margin-top: 40px;
  margin-right: 1.745%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .menu-sec--cat--slider .swiper-slide {
    width: 213px;
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.menu-sec--cat--slider .swiper-slide:nth-child(3n) {
  margin-right: 0;
}

.menu-item {
  width: 100%;
}
.menu-item--head {
  font-size: 32px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .menu-item--head {
    font-size: 20px;
    line-height: 1.8;
  }
}
.menu-item--img img {
  width: 100%;
  height: 258px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .menu-item--img img {
    height: 140px;
  }
}
.menu-item__cont {
  border: 1 solid #C8CDD4;
  padding: 20px 24px;
}
@media screen and (max-width: 767px) {
  .menu-item__cont {
    padding: 20px 15px;
  }
}
.menu-item--title {
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .menu-item--title {
    font-size: 16px;
  }
}
.menu-item--txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .menu-item--txt {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.menu-item--price {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.menu-item.large {
  width: 45.42%;
  margin-right: 9.16%;
  margin-top: 40px;
  background: none;
}
@media screen and (max-width: 767px) {
  .menu-item.large {
    width: 100%;
    margin-right: 0;
  }
}
.menu-item.large:nth-child(2n) {
  margin-right: 0;
}
.menu-item.large .menu-item--img img {
  width: 100%;
  height: 362px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .menu-item.large .menu-item--img img {
    height: 257px;
  }
}
.menu-item.large .menu-item__cont {
  background: none;
  border: 0;
  padding: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .menu-item.large .menu-item__cont {
    padding: 20px 0 0;
  }
}
.menu-item.large .menu-item--title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  color: #00008D;
}
@media screen and (max-width: 767px) {
  .menu-item.large .menu-item--title {
    font-size: 20px;
  }
}
.menu-item.large .menu-item--txt {
  font-size: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .menu-item.large .menu-item--txt {
    font-size: 14px;
  }
}
.menu-item.large .menu-item--price {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .menu-item.large .menu-item--price {
    font-size: 16px;
  }
}

.menu-item.drink {
  width: 32.17%;
  margin-top: 30px;
  margin-right: 1.745%;
  background: none;
  border-bottom: 1px solid #6F757C;
}
@media screen and (max-width: 767px) {
  .menu-item.drink {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
}
.menu-item.drink:nth-child(3n) {
  margin-right: 0;
}

.lity-content {
  width: 80%;
  margin: auto;
  -webkit-box-shadow: 0 0 4px black;
  box-shadow: 0 0 4px black;
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
About us
------------------------------------------------------------*/
.about-head {
  padding: 100px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .about-head {
    padding: 56px 0;
  }
  .about-head .c-title1 {
    font-size: 18px;
    line-height: 1.5;
  }
}

.about-sec01 {
  overflow: hidden;
  background: #fff;
}
.about-sec01--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 60px 0;
}
.about-sec01--img1 img {
  width: 100%;
  height: 640px;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-sec01--img2 {
  width: 35%;
}
@media screen and (max-width: 1200px) {
  .about-sec01--img2 {
    width: 100%;
    margin-top: 30px;
  }
}
.about-sec01--txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  width: 60%;
}
@media screen and (max-width: 1200px) {
  .about-sec01--txt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-sec01--txt {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.about-sec02 {
  padding: 100px 0 80px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about-sec02 {
    padding: 48px 0;
  }
}
.about-sec02 .l-main {
  position: relative;
}
.about-sec02--img {
  position: absolute;
  right: calc(100% + 47px);
  top: -50px;
}
@media screen and (max-width: 767px) {
  .about-sec02--img {
    right: auto;
    left: 30px;
    top: 50px;
  }
}
.about-sec02--img img {
  max-width: unset;
}
@media screen and (max-width: 767px) {
  .about-sec02--img img {
    width: 80px;
  }
}
.about-sec02--main {
  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;
}
.about-sec02--title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #00008D;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .about-sec02--title {
    margin-bottom: 30px;
  }
}
.about-sec02--box {
  width: 263px;
  margin: 20px 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-sec02--box {
    width: 100%;
    margin: 16px 0;
  }
}
.about-sec02--box--img img {
  max-width: unset;
  width: 263px;
  height: 263px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .about-sec02--box--img img {
    width: 180px;
    height: 180px;
    position: relative;
  }
}
.about-sec02--box--title {
  margin: 40px 0;
}
@media screen and (max-width: 767px) {
  .about-sec02--box--title {
    margin: 20px 0;
  }
}
.about-sec02--box--title span {
  display: inline-block;
  font-size: 20px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding: 0 15px 8px;
  border-bottom: 1px solid #00008D;
}
@media screen and (max-width: 767px) {
  .about-sec02--box--title span {
    font-size: 18px;
    letter-spacing: 0;
    min-width: 200px;
  }
}
.about-sec02--box--txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .about-sec02--box--txt {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.about-sec03 {
  background: #fff;
  padding: 100px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .about-sec03 {
    padding: 56px 0;
  }
}
.about-sec03 .c-title1 {
  margin-bottom: 56px;
}
.about-sec03--main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .about-sec03--main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-sec03--img {
  position: relative;
}
.about-sec03--img1 {
  position: relative;
  left: -40px;
  margin-bottom: 14px;
}
@media screen and (max-width: 767px) {
  .about-sec03--img1 {
    position: relative;
    left: 0;
    z-index: 1;
  }
}
.about-sec03--img1 img {
  width: 436px;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: unset;
}
@media screen and (max-width: 767px) {
  .about-sec03--img1 img {
    width: 100%;
    height: 240px;
  }
}
.about-sec03--img2 {
  margin-left: 40px;
}
@media screen and (max-width: 767px) {
  .about-sec03--img2 {
    margin-left: 0;
  }
}
.about-sec03--img2 img {
  width: 436px;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: unset;
}
@media screen and (max-width: 767px) {
  .about-sec03--img2 img {
    width: 100%;
    height: 240px;
  }
}
.about-sec03--flower1 {
  position: absolute;
  left: 1007px;
  top: -140px;
  width: 307px;
}
@media screen and (max-width: 767px) {
  .about-sec03--flower1 {
    width: 130px;
    top: 17px;
    left: -78px;
  }
}
.about-sec03--flower2 {
  position: absolute;
  right: calc(100% - 100px);
  bottom: -50px;
  width: 210px;
}
@media screen and (max-width: 767px) {
  .about-sec03--flower2 {
    width: 110px;
    right: 0;
    bottom: -25px;
  }
}
.about-sec03--cont {
  background: #fff;
  padding: 24px 40px;
  width: calc(100% - 550px);
}
@media screen and (max-width: 767px) {
  .about-sec03--cont {
    width: 100%;
    padding: 40px 24px;
    margin-top: 70px;
  }
}
.about-sec03--cont--title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .about-sec03--cont--title {
    font-size: 24px;
  }
}
.about-sec03--cont--title small {
  display: block;
  font-size: 16px;
  color: #00008D;
}
@media screen and (max-width: 767px) {
  .about-sec03--cont--title small {
    font-size: 14px;
  }
}
.about-sec03--cont--txt {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .about-sec03--cont--txt {
    font-size: 14px;
    letter-spacing: 0;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
News
------------------------------------------------------------*/
.news-sec {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .news-sec {
    padding: 60px 0;
  }
}
.news-sec .top-news--post--item a {
  padding: 34px 40px 34px 0;
}
@media screen and (max-width: 767px) {
  .news-sec .top-news--post--item a {
    padding: 15px 32px 15px 0;
  }
}
.news-sec .top-news--post--item a:after {
  right: 10px;
}
@media screen and (min-width: 1200px) {
  .news-sec .top-news--post--item a:hover:after {
    right: 0;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
Store
------------------------------------------------------------*/
.store-banner img {
  width: 100%;
  max-width: unset;
  height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .store-banner img {
    height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .store-banner img {
    height: 200px;
  }
}

.store-sec01 {
  padding: 100px 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .store-sec01 {
    padding: 60px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .store-sec01 {
    padding: 40px 0;
  }
}
.store-sec01--img {
  width: 436px;
}
@media screen and (max-width: 1200px) {
  .store-sec01--img {
    width: 100%;
    margin-top: 20px;
  }
  .store-sec01--img img {
    width: 64%;
    max-width: 436px;
  }
}
.store-sec01__cont {
  width: calc(100% - 436px);
  text-align: center;
  padding: 0 20px;
}
@media screen and (max-width: 1200px) {
  .store-sec01__cont {
    width: 100%;
    text-align: left;
  }
}

.store-sec02 {
  padding: 100px 0;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .store-sec02 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .store-sec02 {
    padding: 40px 0;
  }
}
.store-sec02 .l-main {
  max-width: 1274px;
}
.store-sec02--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .store-sec02__cont {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .store-sec02--img {
    width: 100%;
    text-align: right;
    margin-top: 20px;
  }
  .store-sec02--img img {
    width: 59.7%;
    max-width: 320px;
  }
}

.store-sec03 {
  padding: 100px 0;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .store-sec03 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .store-sec03 {
    padding: 40px 0;
  }
}
.store-sec03--img {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 40px;
}
@media screen and (max-width: 1200px) {
  .store-sec03--img {
    position: static;
    margin-top: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .store-sec03--img1 {
    display: block;
    width: 100%;
  }
  .store-sec03--img1 img {
    width: 50.7%;
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .store-sec03--img1 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .store-sec03--img2 {
    display: block;
    width: 100%;
  }
  .store-sec03--img2 img {
    width: 40.56%;
    max-width: 192px;
  }
}
.store-sec03__cont {
  position: relative;
  z-index: 1;
  min-height: 400px;
  padding-left: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  .store-sec03__cont {
    min-height: unset;
    padding: 0 20px;
  }
}

.store-box {
  display: inline-block;
  text-align: left;
  max-width: 764px;
}
@media screen and (max-width: 1200px) {
  .store-box {
    max-width: 100%;
  }
}
.store-box--ttl {
  font-family: "Lora", serif;
  font-style: normal;
  font-size: 72px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #00008D;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .store-box--ttl {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
.store-box--catch {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .store-box--catch {
    font-size: 18px;
  }
}
.store-box--txt {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .store-box--txt {
    font-size: 14px;
  }
}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
margin
------------------------------------------------------------*/
.u-mg--0 {
  margin: 0;
}

.u-mg--auto {
  margin: auto;
}

.u-mgTop--auto {
  margin-top: auto;
}

.u-mgLeft--auto {
  margin-left: auto;
}

.u-mgRight--auto {
  margin-right: auto;
}

.u-mgBottom--auto {
  margin-bottom: auto;
}

.u-mgTop--0 {
  margin-top: 0px;
}

.u-mgTop--5 {
  margin-top: 5px;
}

.u-mgTop--10 {
  margin-top: 10px;
}

.u-mgTop--15 {
  margin-top: 15px;
}

.u-mgTop--20 {
  margin-top: 20px;
}

.u-mgTop--25 {
  margin-top: 25px;
}

.u-mgTop--30 {
  margin-top: 30px;
}

.u-mgTop--35 {
  margin-top: 35px;
}

.u-mgTop--40 {
  margin-top: 40px;
}

.u-mgTop--45 {
  margin-top: 45px;
}

.u-mgTop--50 {
  margin-top: 50px;
}

.u-mgTop--55 {
  margin-top: 55px;
}

.u-mgTop--60 {
  margin-top: 60px;
}

.u-mgTop--65 {
  margin-top: 65px;
}

.u-mgTop--70 {
  margin-top: 70px;
}

.u-mgTop--75 {
  margin-top: 75px;
}

.u-mgTop--80 {
  margin-top: 80px;
}

.u-mgTop--85 {
  margin-top: 85px;
}

.u-mgTop--90 {
  margin-top: 90px;
}

.u-mgTop--95 {
  margin-top: 95px;
}

.u-mgTop--100 {
  margin-top: 100px;
}

.u-mgLeft--0 {
  margin-left: 0px;
}

.u-mgLeft--5 {
  margin-left: 5px;
}

.u-mgLeft--10 {
  margin-left: 10px;
}

.u-mgLeft--15 {
  margin-left: 15px;
}

.u-mgLeft--20 {
  margin-left: 20px;
}

.u-mgLeft--25 {
  margin-left: 25px;
}

.u-mgLeft--30 {
  margin-left: 30px;
}

.u-mgLeft--35 {
  margin-left: 35px;
}

.u-mgLeft--40 {
  margin-left: 40px;
}

.u-mgLeft--45 {
  margin-left: 45px;
}

.u-mgLeft--50 {
  margin-left: 50px;
}

.u-mgLeft--55 {
  margin-left: 55px;
}

.u-mgLeft--60 {
  margin-left: 60px;
}

.u-mgLeft--65 {
  margin-left: 65px;
}

.u-mgLeft--70 {
  margin-left: 70px;
}

.u-mgLeft--75 {
  margin-left: 75px;
}

.u-mgLeft--80 {
  margin-left: 80px;
}

.u-mgLeft--85 {
  margin-left: 85px;
}

.u-mgLeft--90 {
  margin-left: 90px;
}

.u-mgLeft--95 {
  margin-left: 95px;
}

.u-mgLeft--100 {
  margin-left: 100px;
}

.u-mgRight--0 {
  margin-right: 0px;
}

.u-mgRight--5 {
  margin-right: 5px;
}

.u-mgRight--10 {
  margin-right: 10px;
}

.u-mgRight--15 {
  margin-right: 15px;
}

.u-mgRight--20 {
  margin-right: 20px;
}

.u-mgRight--25 {
  margin-right: 25px;
}

.u-mgRight--30 {
  margin-right: 30px;
}

.u-mgRight--35 {
  margin-right: 35px;
}

.u-mgRight--40 {
  margin-right: 40px;
}

.u-mgRight--45 {
  margin-right: 45px;
}

.u-mgRight--50 {
  margin-right: 50px;
}

.u-mgRight--55 {
  margin-right: 55px;
}

.u-mgRight--60 {
  margin-right: 60px;
}

.u-mgRight--65 {
  margin-right: 65px;
}

.u-mgRight--70 {
  margin-right: 70px;
}

.u-mgRight--75 {
  margin-right: 75px;
}

.u-mgRight--80 {
  margin-right: 80px;
}

.u-mgRight--85 {
  margin-right: 85px;
}

.u-mgRight--90 {
  margin-right: 90px;
}

.u-mgRight--95 {
  margin-right: 95px;
}

.u-mgRight--100 {
  margin-right: 100px;
}

.u-mgBottom--0 {
  margin-bottom: 0px;
}

.u-mgBottom--5 {
  margin-bottom: 5px;
}

.u-mgBottom--10 {
  margin-bottom: 10px;
}

.u-mgBottom--15 {
  margin-bottom: 15px;
}

.u-mgBottom--20 {
  margin-bottom: 20px;
}

.u-mgBottom--25 {
  margin-bottom: 25px;
}

.u-mgBottom--30 {
  margin-bottom: 30px;
}

.u-mgBottom--35 {
  margin-bottom: 35px;
}

.u-mgBottom--40 {
  margin-bottom: 40px;
}

.u-mgBottom--45 {
  margin-bottom: 45px;
}

.u-mgBottom--50 {
  margin-bottom: 50px;
}

.u-mgBottom--55 {
  margin-bottom: 55px;
}

.u-mgBottom--60 {
  margin-bottom: 60px;
}

.u-mgBottom--65 {
  margin-bottom: 65px;
}

.u-mgBottom--70 {
  margin-bottom: 70px;
}

.u-mgBottom--75 {
  margin-bottom: 75px;
}

.u-mgBottom--80 {
  margin-bottom: 80px;
}

.u-mgBottom--85 {
  margin-bottom: 85px;
}

.u-mgBottom--90 {
  margin-bottom: 90px;
}

.u-mgBottom--95 {
  margin-bottom: 95px;
}

.u-mgBottom--100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .u-sp-mg--0 {
    margin: 0;
  }
  .u-sp-mgTop--0 {
    margin-top: 0px;
  }
  .u-sp-mgTop--5 {
    margin-top: 5px;
  }
  .u-sp-mgTop--10 {
    margin-top: 10px;
  }
  .u-sp-mgTop--15 {
    margin-top: 15px;
  }
  .u-sp-mgTop--20 {
    margin-top: 20px;
  }
  .u-sp-mgTop--25 {
    margin-top: 25px;
  }
  .u-sp-mgTop--30 {
    margin-top: 30px;
  }
  .u-sp-mgTop--35 {
    margin-top: 35px;
  }
  .u-sp-mgTop--40 {
    margin-top: 40px;
  }
  .u-sp-mgTop--45 {
    margin-top: 45px;
  }
  .u-sp-mgTop--50 {
    margin-top: 50px;
  }
  .u-sp-mgTop--55 {
    margin-top: 55px;
  }
  .u-sp-mgTop--60 {
    margin-top: 60px;
  }
  .u-sp-mgTop--65 {
    margin-top: 65px;
  }
  .u-sp-mgTop--70 {
    margin-top: 70px;
  }
  .u-sp-mgTop--75 {
    margin-top: 75px;
  }
  .u-sp-mgTop--80 {
    margin-top: 80px;
  }
  .u-sp-mgTop--85 {
    margin-top: 85px;
  }
  .u-sp-mgTop--90 {
    margin-top: 90px;
  }
  .u-sp-mgTop--95 {
    margin-top: 95px;
  }
  .u-sp-mgTop--100 {
    margin-top: 100px;
  }
  .u-sp-mgLeft--0 {
    margin-left: 0px;
  }
  .u-sp-mgLeft--5 {
    margin-left: 5px;
  }
  .u-sp-mgLeft--10 {
    margin-left: 10px;
  }
  .u-sp-mgLeft--15 {
    margin-left: 15px;
  }
  .u-sp-mgLeft--20 {
    margin-left: 20px;
  }
  .u-sp-mgLeft--25 {
    margin-left: 25px;
  }
  .u-sp-mgLeft--30 {
    margin-left: 30px;
  }
  .u-sp-mgLeft--35 {
    margin-left: 35px;
  }
  .u-sp-mgLeft--40 {
    margin-left: 40px;
  }
  .u-sp-mgLeft--45 {
    margin-left: 45px;
  }
  .u-sp-mgLeft--50 {
    margin-left: 50px;
  }
  .u-sp-mgLeft--55 {
    margin-left: 55px;
  }
  .u-sp-mgLeft--60 {
    margin-left: 60px;
  }
  .u-sp-mgLeft--65 {
    margin-left: 65px;
  }
  .u-sp-mgLeft--70 {
    margin-left: 70px;
  }
  .u-sp-mgLeft--75 {
    margin-left: 75px;
  }
  .u-sp-mgLeft--80 {
    margin-left: 80px;
  }
  .u-sp-mgLeft--85 {
    margin-left: 85px;
  }
  .u-sp-mgLeft--90 {
    margin-left: 90px;
  }
  .u-sp-mgLeft--95 {
    margin-left: 95px;
  }
  .u-sp-mgLeft--100 {
    margin-left: 100px;
  }
  .u-sp-mgRight--0 {
    margin-right: 0px;
  }
  .u-sp-mgRight--5 {
    margin-right: 5px;
  }
  .u-sp-mgRight--10 {
    margin-right: 10px;
  }
  .u-sp-mgRight--15 {
    margin-right: 15px;
  }
  .u-sp-mgRight--20 {
    margin-right: 20px;
  }
  .u-sp-mgRight--25 {
    margin-right: 25px;
  }
  .u-sp-mgRight--30 {
    margin-right: 30px;
  }
  .u-sp-mgRight--35 {
    margin-right: 35px;
  }
  .u-sp-mgRight--40 {
    margin-right: 40px;
  }
  .u-sp-mgRight--45 {
    margin-right: 45px;
  }
  .u-sp-mgRight--50 {
    margin-right: 50px;
  }
  .u-sp-mgRight--55 {
    margin-right: 55px;
  }
  .u-sp-mgRight--60 {
    margin-right: 60px;
  }
  .u-sp-mgRight--65 {
    margin-right: 65px;
  }
  .u-sp-mgRight--70 {
    margin-right: 70px;
  }
  .u-sp-mgRight--75 {
    margin-right: 75px;
  }
  .u-sp-mgRight--80 {
    margin-right: 80px;
  }
  .u-sp-mgRight--85 {
    margin-right: 85px;
  }
  .u-sp-mgRight--90 {
    margin-right: 90px;
  }
  .u-sp-mgRight--95 {
    margin-right: 95px;
  }
  .u-sp-mgRight--100 {
    margin-right: 100px;
  }
  .u-sp-mgBottom--0 {
    margin-bottom: 0px;
  }
  .u-sp-mgBottom--5 {
    margin-bottom: 5px;
  }
  .u-sp-mgBottom--10 {
    margin-bottom: 10px;
  }
  .u-sp-mgBottom--15 {
    margin-bottom: 15px;
  }
  .u-sp-mgBottom--20 {
    margin-bottom: 20px;
  }
  .u-sp-mgBottom--25 {
    margin-bottom: 25px;
  }
  .u-sp-mgBottom--30 {
    margin-bottom: 30px;
  }
  .u-sp-mgBottom--35 {
    margin-bottom: 35px;
  }
  .u-sp-mgBottom--40 {
    margin-bottom: 40px;
  }
  .u-sp-mgBottom--45 {
    margin-bottom: 45px;
  }
  .u-sp-mgBottom--50 {
    margin-bottom: 50px;
  }
  .u-sp-mgBottom--55 {
    margin-bottom: 55px;
  }
  .u-sp-mgBottom--60 {
    margin-bottom: 60px;
  }
  .u-sp-mgBottom--65 {
    margin-bottom: 65px;
  }
  .u-sp-mgBottom--70 {
    margin-bottom: 70px;
  }
  .u-sp-mgBottom--75 {
    margin-bottom: 75px;
  }
  .u-sp-mgBottom--80 {
    margin-bottom: 80px;
  }
  .u-sp-mgBottom--85 {
    margin-bottom: 85px;
  }
  .u-sp-mgBottom--90 {
    margin-bottom: 90px;
  }
  .u-sp-mgBottom--95 {
    margin-bottom: 95px;
  }
  .u-sp-mgBottom--100 {
    margin-bottom: 100px;
  }
}
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
b {
  font-weight: bold;
}

.u-text-read01 {
  font-size: 18px;
  font-weight: 400;
  line-height: 2.222;
}
@media screen and (max-width: 767px) {
  .u-text-read01 {
    font-size: 14px;
    line-height: 1.8;
  }
}

.u-text-read02 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .u-text-read02 {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.u-text-note01 {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #D52D2D;
  background: #FFDDDD;
  line-height: 1.43;
  padding: 7px 0;
}

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

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

.u-text-underline {
  text-decoration: underline;
}

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

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

.u-text-blue {
  color: #00008D;
}

.u-text-black {
  color: #000000;
}

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

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

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

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

.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
------------------------------------------------------------*/
/*
------------------------------------------------------------*/