@charset "UTF-8";
html {
  scroll-behavior: smooth;
  visibility: hidden;
}

body {
  font-weight: 500;
  font-style: normal;
  width: 100%;
  line-height: 1.4;
  letter-spacing: 0.5px;
  font-size: 12px;
  overflow-x: hidden;
  margin: 0 auto;
  transition: all 1.6s ease 0s;
  /*font-family: "こぶりなゴシック W3 JIS2004", "Koburina Gothic W3 JIS2004";*/
  font-family: 'a-otf-ryumin-pr6n', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', sans-serif;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .pc_none {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .fv {
    margin: 0 auto;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
div#wrapper {
  border-left: none;
  border-right: none;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  #otona_menu {
    display: none;
  }
}
/* ---------------------------------------------------
otona_menu
--------------------------------------------------- */
#otona_menu {
  letter-spacing: 1.5px;
  font-feature-settings: "palt";
}

#otona_menu .eg {
  font-family: garamond-premier-pro, serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 1000px) {
  #otona_menu {
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 999px) {
  #otona_menu {
    font-size: 12px;
    line-height: 18px;
  }
}
#otona_menu a {
  text-decoration: none;
  color: #000;
  display: block;
}

#otona_menu img {
  width: 100%;
  vertical-align: middle;
}

#otona_menu #header {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  #otona_menu #header {
    height: 120px;
    padding: 0 50px;
    position: fixed;
    z-index: 1;
  }
}
@media screen and (min-width: 1000px) {
  #otona_menu #header .online {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 999px) {
  #otona_menu #header .online {
    position: fixed;
    z-index: 1;
    top: 30px;
    left: 30px;
  }
}
#otona_menu #nav-pop {
  transition: height 0.4s linear;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: #fff;
  z-index: 101;
  overflow-y: auto;
}

@media screen and (min-width: 1000px) {
  #otona_menu #nav-pop {
    height: 100vh;
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  #otona_menu #nav-pop .pop-nav {
    width: 80%;
    margin: 100px auto;
  }
}
@media screen and (max-width: 999px) {
  #otona_menu #nav-pop .pop-nav {
    margin: 100px auto;
    width: 90%;
  }
}
#otona_menu #nav-pop .pop-nav .nav_tit {
  text-align: center;
  font-size: 20px;
}

#otona_menu #nav-pop .pop-nav .brands ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (min-width: 1000px) {
  #otona_menu #nav-pop .pop-nav .brands ul {
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0;
  }
}
@media screen and (max-width: 999px) {
  #otona_menu #nav-pop .pop-nav .brands ul {
    justify-content: space-between;
    padding: 30px 0;
  }
}
@media screen and (min-width: 1000px) {
  #otona_menu #nav-pop .pop-nav .brands li {
    width: 14.2857142857%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 999px) {
  #otona_menu #nav-pop .pop-nav .brands li {
    width: calc(50% - 10px);
    padding: 10px 0;
  }
}
#otona_menu #nav-pop .pop-nav .nav_link {
  margin-top: 70px;
}

@media screen and (min-width: 1000px) {
  #otona_menu #nav-pop .pop-nav .nav_link {
    display: flex;
    justify-content: center;
  }
}
#otona_menu #nav-pop .pop-nav .nav_link a {
  border: 1px solid #000;
  padding: 15px 0;
  width: 300px;
  margin: 0 15px;
  text-align: center;
}

@media screen and (max-width: 999px) {
  #otona_menu #nav-pop .pop-nav .nav_link a {
    margin-bottom: 30px;
  }
}
#otona_menu #nav-pop .pop-nav .nav_link a:hover {
  background-color: #ccc;
  border: none;
}

#otona_menu #btn-menu-nav,
#otona_menu #nav-pop .close {
  position: fixed;
  z-index: 99;
  right: 5%;
  top: 55px;
  z-index: 99;
  width: 50px;
  height: 19px;
}

@media screen and (max-width: 999px) {
  #otona_menu #btn-menu-nav,
  #otona_menu #nav-pop .close {
    top: 30px;
    right: 30px;
  }
}
#otona_menu #btn-menu-nav {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

#otona_menu #btn-menu-nav span {
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  transition: all 0.3s ease-out;
  background: #000 !important;
}

#otona_menu #nav-pop .close {
  display: block;
  cursor: pointer;
  transform: translateY(40%);
}

#otona_menu #nav-pop .close span {
  width: 100%;
  height: 1px;
  background: #000;
  display: block;
  transform: rotate(30deg);
}

#otona_menu #nav-pop .close span:last-child {
  transform: rotate(-30deg);
}

h3 {
  color: #4155cf;
  background: #fff;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h3 span {
  font-size: 15px;
}
@media screen and (min-width: 769px) {
  h3 span {
    font-size: 20px;
  }
}

@media screen and (min-width: 769px) {
  h3 {
    line-height: 1.1;
    font-size: 27px !important;
    letter-spacing: 1.6px;
  }
}

@media screen and (max-width: 769px) {
  h3 {
    line-height: 1.1;
    font-size: 27px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 26px;
    margin-left: 0;
  }
}

.Text-Span {
  position: relative;
  display: block;
}

.Text-Span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -17px;
  width: 0%;
  height: 2px;
  background: #4155cf;
  transition: all 0.8s;
}

/* .green::after {
  background: #9ee9d6;
}
.pink::after {
  background: #f5a2e7;
}
.blue::after {
  background: #888ee6;
}
.yellow::after {
  background: #e0f78f;
}
.white::after {
  background: #e7e7e6;
} */
/* .black::after {
  background: #dcc2a7;
} */
.Text-Span.isActive:after {
  width: 100%;
}


/*  */
div#mainArea {
  background: #fdfdf7;
}

@media screen and (min-width: 769px) {
  .container {
    position: relative;
    z-index: 1;
    background: #fff;
    padding-top: 74px;
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  div#mainArea div.img {
    width: 100vw;
    height: 80vh;
    background: url(../images/main_sp.jpg);
    background-size: cover;
    background-position: center center;
    margin: 0 auto 25px;
    position: relative;
    position: fixed;
    z-index: -1;
  }
  .container {
    position: relative;
    z-index: 1;
    background: #fff;
  }
}
div#mainArea div.img::before {
  content: "";
  display: block;
}

div#mainArea p {
  position: absolute;
  color: #4155cf;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}

@media screen and (min-width: 769px) {
  div#mainArea h1 {
    width: 20%;
    position: absolute;
    z-index: 20;
    top: 28%;
    right: 11%;
  }
  .inview_opacity_2 {
    width: 262px;
    position: absolute;
    top: 56%;
    right: 15%;
    position: fixed;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  div#mainArea h1 {
    width: 5%;
    position: absolute;
    top: 10%;
    right: 11%;
  }
  .inview_opacity_2 {
    width: 33%;
    position: absolute;
    right: 22%;
    top: 24%;
    position: fixed;
    z-index: -1;
  }
}
@media screen and (min-width: 769px) {
  .otona__logo {
    position: absolute;
    z-index: 99;
    width: 7%;
    left: 4%;
    bottom: 3%;
    position: fixed;
    z-index: -1;
  }
}
@media screen and (max-width: 768px) {
  .otona__logo {
    width: 15%;
    left: 4%;
    bottom: 15%;
    position: fixed;
    z-index: -1;
  }
}
span.yoko {
  display: block;
  width: 25%;
  height: 1px;
  background-color: #4155cf;
  margin: 70px auto;
}

@media screen and (min-width: 769px) {
  span.yoko {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  span.yoko {
    width: 40%;
  }
}
@media screen and (min-width: 769px) {
  div.menu {
    width: 100%;
    margin: 80px auto 0;
  }
}
@media screen and (max-width: 768px) {
  div.menu {
    margin: 50px auto 0;
  }
}
div.menu ul {
  display: flex;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  div.menu ul {
    width: 80%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  div.menu ul {
    width: 90%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
div.menu ul li {
  position: relative;
  letter-spacing: 2px;
}

@media screen and (min-width: 769px) {
  div.menu ul li {
    font-size: 15px;
    width: 100%;
    text-align: center;
    height: 80px;
    margin-bottom: -7px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  div.menu ul li {
    font-size: 13px;
    width: calc(50% - 2px);
    text-align: center;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto 20px;
  }
}
div.menu ul a {
  position: relative;
  color: #2c2c2c;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: 0.2s all;
}

div.menu ul a:hover {
  transform: translateY(-5px);
}

.arrow {
  display: inline-block;
  vertical-align: middle;
  color: #4155cf;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  margin-top: 10px;
}

/* .arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  right: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #4155cf
  ;
  border-right: 1px solid #4155cf
  ;
  transform: rotate(135deg);
} */
.bg_color {
  width: 100px;
  height: auto;
}

.menu {
  position: relative;
}

div.menu ul li span.list_m {
  display: block;
  color: #EAC95F;
  font-weight: 900;
}

@media screen and (min-width: 769px) {
  div.menu ul li span.list_m {
    font-size: 20px;
    margin-bottom: 6px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  div.menu ul li span.list_m {
    font-size: 17px;
    line-height: 1.5;
  }
}
div.menu ul li span.bold {
  color: #4155cf;
  font-weight: 900;
}

.cate_name {
  color: #a5a4a3;
  font-size: 13px;
}

@media screen and (min-width: 769px) {
  .list_name {
    font-size: 20px;
  }
}
@media screen and (max-width: 769px) {
  .list_name {
    font-size: 15px;
  }
}
div.list {
  width: 100%;
}

@media screen and (min-width: 769px) {
  div.list {
    padding-top: 150px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  div.list {
    margin-bottom: 0;
  }
}
div.list div.img {
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px) {
  div.list div.img {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  div.list div.img {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 769px) {
  div.list div.img div.explain {
    color: #000;
    transform: translateY(-50%);
    padding-right: 5px;
    margin-left: 10%;
    font-family: "a-otf-ryumin-pr6n", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  div.list div.img div.explain {
    position: absolute;
    top: 56%;
    left: 46%;
    transform: translateX(-50%);
    width: 100%;
    padding-left: 46px;
    font-family: "a-otf-ryumin-pr6n", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
}
@media screen and (min-width: 769px) {
  div.list div.img div.explain div.inview_slide02 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  div.list div.img div.explain div.inview_slide02 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
div.list div.img div.explain div.inview_slide02::before {
  content: "";
  display: block;
  background: #4155cf;
}

@media screen and (min-width: 769px) {
  div.list div.img div.explain div.inview_slide02::before {
    width: 54px;
    height: 2px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  div.list div.img div.explain div.inview_slide02::before {
    width: 25px;
    height: 2px;
    margin-bottom: 10px;
  }
}
div.list div.img div.explain p.list_name {
  display: flex;
  align-items: center;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  div.list div.img div.explain p.list_name {
    font-size: 28px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  div.list div.img div.explain p.list_name {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  div.list div.img div.explain p.list_name span.list_sub {
    font-size: 13px;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  div.list div.img div.explain p.list_name span.list_sub {
    font-size: 10px;
    font-weight: 500;
  }
}
div.list div.img div.explain p.list_name span.number {
  font-weight: 900;
}

@media screen and (min-width: 769px) {
  div.list div.img div.explain p.list_name span.number {
    font-size: 16px;
    display: inline-block;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  div.list div.img div.explain p.list_name span.number {
    font-size: 12px;
    display: inline-block;
    margin-right: 2px;
  }
}
@media screen and (min-width: 769px) {
  div.list div.img div.explain p.text {
    font-size: 13px;
    letter-spacing: 2px;
    line-height: 2.3em;
  }
}
@media screen and (max-width: 768px) {
  div.list div.img div.explain p.text {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
div.list ul.category, div.list div.category {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  div.list ul.category, div.list div.category {
    margin-bottom: 35px;
    width: 85%;
  }
}
@media screen and (min-width: 769px) {
  div.list ul.category, div.list div.category {
    /* margin-left: 10%; */
    margin-bottom: 50px;
    width: 1060px;
  }
}
div.list ul.category li, div.list ul.category div, div.list div.category li, div.list div.category div {
  box-sizing: border-box;
  text-align: left;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (min-width: 769px) {
  div.list ul.category li, div.list ul.category div, div.list div.category li, div.list div.category div {
    margin-bottom: 37px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  div.list ul.category li, div.list ul.category div, div.list div.category li, div.list div.category div {
    margin-bottom: 50px;
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  div.list ul.category li, div.list ul.category div, div.list div.category li, div.list div.category div {
    width: 25%;
    padding: 17px;
  }
  div.list ul.category li p,
  div.list ul.category div p,
  div.list div.category li p,
  div.list div.category div p {
    /* width: 1060px; */
    text-align: left;
    font-family: 'a-otf-ryumin-pr6n', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', sans-serif;
  }
}
@media screen and (max-width: 768px) {
  div.list ul.category li, div.list ul.category div, div.list div.category li, div.list div.category div {
    width: calc(50% - 12px);
  }
  div.list ul.category li p,
  div.list ul.category div p,
  div.list div.category li p,
  div.list div.category div p {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  div.list ul.category li:nth-child(odd), div.list ul.category div:nth-child(odd), div.list div.category li:nth-child(odd), div.list div.category div:nth-child(odd) {
    margin-right: 12px;
  }
}
@media screen and (max-width: 768px) {
  div.list ul.category li:nth-child(even), div.list ul.category div:nth-child(even), div.list div.category li:nth-child(even), div.list div.category div:nth-child(even) {
    margin-left: 12px;
  }
}
div.list ul.category li a,
div.list ul.category div a,
div.list div.category li a,
div.list div.category div a {
  color: #a5a4a3;
	  color: #565656;
  text-decoration: none;
}

div.list ul.category li a div, div.list ul.category div a div, div.list div.category li a div, div.list div.category div a div {
  overflow: hidden;
}

div.list ul.category li a img, div.list ul.category div a img, div.list div.category li a img, div.list div.category div a img {
  transition: 1s ease-in-out;
}

@media screen and (min-width: 769px) {
  div.list ul.category li a img, div.list ul.category div a img, div.list div.category li a img, div.list div.category div a img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  div.list ul.category li a img, div.list ul.category div a img, div.list div.category li a img, div.list div.category div a img {
    margin-bottom: 10px;
  }
}
div.list ul.category li a:hover img, div.list ul.category div a:hover img, div.list div.category li a:hover img, div.list div.category div a:hover img {
  opacity: 0.6;
}

div.list ul.category li a p, div.list ul.category div a p, div.list div.category li a p, div.list div.category div a p {
  text-align: center;
  letter-spacing: 1.3px;
  font-size: 0.9em;
  line-height: 1.9;
}

div.list ul.category li a::after, div.list ul.category div a::after, div.list div.category li a::after, div.list div.category div a::after {
  content: "BUY";
  border: 1px solid #565656;
  color: #565656;
  display: block;
  width: 50%;
  margin: 20px auto 0;
  line-height: 1;
  padding: 5px 0;
  transition: 1s;
  text-align: center;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.category p .tt02,
.category p .text-red {
  color: #E41013;
}

div.list a.categorylist {
  font-weight: bold;
  text-align: center;
  color: #fff;
  width: 30%;
  display: block;
  margin: 0 auto;
  background-color: #4155cf;
  border: 1px solid #4155cf;
  padding: 15px 5px;
  text-decoration: none;
  transition: 0.2s all;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  div.list a.categorylist {
    font-size: 13px;
    width: 80%;
  }
}
div.list a.categorylist:hover {
  background-color: #fff;
  color: #4155cf;
}

@media screen and (min-width: 769px) {
  div#list01 div.img::before {
    content: "";
    display: block;
    background-position: center center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  div#list01 div.img::before {
    content: "";
    display: block;
    background-position: center center;
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  div#list02 div.img::before {
    content: "";
    display: block;
    background-position: center center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  div#list02 div.img::before {
    content: "";
    display: block;
    background-position: center center;
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  div#list03 div.img::before {
    content: "";
    display: block;
    background-position: center center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  div#list03 div.img::before {
    content: "";
    display: block;
    background-position: center center;
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  div#list04 div.img::before {
    content: "";
    display: block;
    background-position: center center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  div#list04 div.img::before {
    content: "";
    display: block;
    background-position: center center;
    background-size: cover;
  }
}
div#list04 div.img div.explain {
  color: #000;
}

@media screen and (min-width: 769px) {
  div#list04 div.img div.explain {
    left: 10%;
  }
}
@media screen and (min-width: 769px) {
  div#list04 div.img div.inview_slide02 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  div#list04 div.img div.inview_slide02 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
div#list04 div.img div.inview_slide02::before {
  content: "";
  display: block;
  background: #000000;
}

@media screen and (min-width: 769px) {
  div#list04 div.img div.inview_slide02::before {
    width: 54px;
    height: 2px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  div#list04 div.img div.inview_slide02::before {
    width: 25px;
    height: 2px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  div#list05 div.img::before {
    content: "";
    display: block;
    background-position: center center;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  div#list05 div.img::before {
    content: "";
    display: block;
    background-position: center center;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  div#list05 {
	  margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  div#list05 {
	  margin-bottom: 80px;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}
.staff {
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #999999;
}

@media screen and (min-width: 769px) {
  .staff {
    font-size: 15px;
    margin: 50px auto;
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .staff {
    font-size: 13px;
    margin: 40px auto;
    padding-top: 70px;
  }
}
.staff a {
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: underline;
  padding-top: 10px;
  color: #000000;
}

.staff a:hover {
  color: #999999;
}

.staff a img {
  width: 15px;
  height: auto;
  padding-right: 5px;
}

@media screen and (min-width: 769px) {
  div#footArea div.wrapping {
    width: 980px;
    margin: 150px auto 100px;
    padding: 80px 0;
    border: 1px solid #4155cf;
    text-align: center;
    color: #4155cf;
  }
  .gift_title {
    font-size: 20px;
  }
  div#footArea div.wrapping span {
    font-size: 14px;
    display: block;
    margin-bottom: -20px;
  }
  div#footArea div.wrapping a {
    width: 45%;
    margin: 20px auto 0;
    text-decoration: none;
    color: #ffffff;
    padding: 15px 5px;
    display: block;
    background-color: #4155cf;
  }
  div#footArea div.wrapping a:hover {
    background-color: #b0b0b0;
    transition: 1s;
  }
  .w_img {
    width: 45%;
    margin: 30px auto;
  }
  .gift_text {
    font-size: 14px;
    line-height: 2;
    margin: 50px auto;
  }
  .gift_text2 {
    font-size: 11px !important;
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  div#footArea div.wrapping {
    width: 75%;
    margin: 100px auto 50px;
    padding: 50px 20px;
    border: 1px solid #4155cf;
    text-align: center;
    color: #4155cf;
  }
  .gift_title {
    font-size: 16px;
    color: #4155cf;
  }
  div#footArea div.wrapping span {
    font-size: 14px;
    display: block;
    margin-bottom: -20px;
  }
  .gift_text {
    font-size: 12px;
    text-align: left;
    padding: 10px;
  }
  div#footArea div.wrapping a {
    width: 90%;
    margin: 0 auto;
    text-decoration: none;
    color: #ffffff;
    padding: 15px 5px;
    display: block;
    background-color: #4155cf;
  }
  div#footArea div.wrapping a:hover {
    background-color: #d8d8d8;
  }
  .w_img {
    margin: 18px auto;
    width: 80%;
  }
  .gift_text2 {
    font-size: 11px !important;
    margin: 15px auto !important;
  }
}
@media screen and (min-width: 769px) {
  div#footArea div.link {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  div#footArea div.link {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
div#footArea div.link a {
  border: 1px solid #000;
  text-align: center;
  display: block;
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  div#footArea div.link a {
    font-size: 16px;
    padding: 15px 5px;
    width: 30%;
    margin: 0 auto;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 768px) {
  div#footArea div.link a {
    font-size: 14px;
    padding: 15px 0;
    width: 80%;
    margin: 0 auto;
    letter-spacing: 0.08em;
  }
}
div#footArea div.link a:hover {
  background-color: #4155cf;
  color: #fff;
  transition: 0.2s all;
}

div#footArea div.link a p {
  display: flex;
  align-items: center;
  justify-content: center;
}

div#footArea p.copy {
  text-align: center;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 769px) {
  div#footArea p.copy {
    padding: 150px 0 30px;
    font-size: 10px;
    color: #4155cf;
  }
}
@media screen and (max-width: 768px) {
  div#footArea p.copy {
    padding: 15px 0;
    font-size: 10px;
    color: #4155cf;
  }
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 10px;
}

#page-top a {
  text-decoration: none;
  width: 14px;
  display: block;
  height: auto;
  box-sizing: border-box;
  transition: 1s;
}

#page-top img {
  width: 70%;
}

p#sideTheme {
  position: fixed;
  writing-mode: vertical-rl;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  font-weight: 900;
  opacity: 0;
  transition: 0.5s;
  color: #a5a4a3;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1.4px;
}

.disply {
  display: none;
}

@media screen and (min-width: 769px) {
  p#sideTheme {
    /* height: 333px; */
    height: 400px;
    font-size: 11px;
    left: 2%;
  }
}
@media screen and (max-width: 768px) {
  p#sideTheme {
    height: 100%;
    font-size: 14px;
    left: 1px;
  }
}
/* archive
--------------------------------------*/
.line {
  display: block;
  width: 900px;
  margin: auto;
  padding-bottom: 100px;
  border-bottom: 1px solid #000;
}

.archive p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}

.list_archive {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}

.list_archive img {
  width: 100%;
}

.list_archive a {
  text-decoration: none;
  color: #000;
}

.list_archive .pick01 {
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  padding: 0 5px;
  width: 30%;
  margin: 0 auto;
}

.list_archive .pick01 a {
  text-decoration: none;
  color: #000;
}

.list_archive .pick01 p {
  padding: 0 10px;
  font-size: 11px;
  margin: 15px auto;
}

@media screen and (min-width: 970px) {
  .archive {
    width: 80%;
    margin: 50px auto 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 970px) {
  .archive {
    width: 100%;
    margin: 20px auto 0px auto;
    font-size: 11px;
  }
  .archive p {
    font-size: 20px;
    text-align: center;
    margin-bottom: 0px;
  }
  .list_archive {
    display: block;
    width: 70%;
    margin: 16px auto;
  }
  .list_archive .pick01 {
    padding: 0 5px;
    width: 80%;
    margin: 0 auto 30px;
  }
  .list_archive .pick01 p {
    padding: 0;
    margin: 10px auto;
  }
}
/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-name: fuwatAnime;
  visibility: visible !important;
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes title01a {
  0% {
    opacity: 0;
    transform: translateX(20%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes title01b {
  0% {
    opacity: 0;
    transform: translateX(-20%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes title02a {
  0% {
    opacity: 0;
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes title02b {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.opacity {
  animation: opacity 2s ease-in alternate forwards;
}

.inview_opacity {
  opacity: 0;
}

.inview_opacity_wait {
  opacity: 0;
}

.slide01 {
  animation: title01a 0.8s ease-in alternate forwards;
}

.slide02 {
  animation: title02b 0.8s ease-in alternate 0.5s forwards;
}

.inview_slide01, .inview_slide02 {
  opacity: 0;
}

.delay-01s {
  animation-delay: 1s;
  animation-duration: 1s;
}

.delay-015s {
  animation-delay: 1.8s;
  animation-duration: 1s;
}

.delay-02s {
  animation-delay: 2s;
  animation-duration: 1s;
}

.delay-025s {
  animation-delay: 2.5s;
  animation-duration: 1s;
}

.delay-035s {
  animation-delay: 3.5s;
  animation-duration: 1s;
}

.top_btn a {
  display: inline-block;
  font-size: 14px;
  border: 1px solid #a5a4a3;
  padding: 20px 10px 20px;
  width: 35%;
  margin: 100px auto 50px;
  transition: 0.2s all;
  color: #a5a4a3;
  text-decoration: none;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.top_btn a:hover {
  background: #ccc;
  color: #fff;
}

@media screen and (max-width: 970px) {
  .top_btn a {
    margin-top: 100px;
    width: 70%;
  }
}
.top_btn {
  text-align: center;
}

.read {
  text-align: left;
  padding: 80px 10% 80px;
  width: 100%;
  font-size: 13px;
  line-height: 2.3;
  background: #fdfdf7;
  color: #000000;
 font-family: 'a-otf-ryumin-pr6n', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', sans-serif;
}
@media screen and (min-width: 769px) {
  .read {
    padding: 80px 20% 80px;
    line-height: 2.8;
    font-size: 14px;
    text-align: center;
    letter-spacing: 1.5px;
  }
}

nav ul {
  display: flex;
  margin: 40px 3% 0px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  nav ul {
    flex-wrap: nowrap;
    margin: 80px 23% 0px;
  }
}

nav p.summerlist{
	width: 80%;
	margin: 50px auto 20px;
	text-align: center;
	font-size: 20px;
	  font-family: "a-otf-ryumin-pr6n", sans-serif;
}
nav ul li {
  margin: 0 5% 40px;
  text-align: center;
  width: 40%;

}

nav ul li span.list_m{
  margin: 0 2% 40px;
  text-align: center;
  width: 40%;
	color: #a59b4e;
  font-size: 12px;
  font-weight: bold;
}



nav ul li div p {
  margin: -10px auto 15px;
  font-size: 16px;
  color: #4155cf;
  font-family: "a-otf-ryumin-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.7;
  white-space: nowrap;
}
nav ul li div p span {
  font-size: 12px;
}
nav ul li div img {
  width: 20px;
}
nav ul li div .mt43 {
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  nav ul .bo:before {
    content: url(../images/bo_2.svg);
    display: inline-block;
    background-size: contain;
    left: -7vw;
    margin-top: -25px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(0.55);
  }
}

.border {
  width: 0.6px;
  margin: 12px 10px 40px;
}
@media screen and (min-width: 769px) {
  .border {
    margin: 25px 15px 37px;
  }
}

.border2 {
  width: 0.8px;
  margin: -8px 10px 37px;
}
@media screen and (min-width: 769px) {
  .border2 {
    margin: 25px 15px 37px;
  }
}



@media screen and (min-width: 769px) {
  div.menu {
    padding-top: 70px;
    padding-bottom: 100px; } }

@media screen and (max-width: 768px) {
  div.menu {
    padding-top: 30px;
    padding-bottom: 60px; } }

div.menu ul {
  display: flex;
  line-height: 1.0; }
  @media screen and (min-width: 769px) {
    div.menu ul {
      width: 60%;
      margin: 0 auto;
      align-items: center;
      justify-content: center; } }
  @media screen and (max-width: 768px) {
    div.menu ul {
      width: 90%;
      margin: 0 auto;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; } }
  div.menu ul li {
    position: relative;
    letter-spacing: 2px; }
    @media screen and (min-width: 769px) {
      div.menu ul li {
        font-size: 20px;
        width: calc(100% / 4);
        text-align: center;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center; } }
    @media screen and (max-width: 768px) {
      div.menu ul li {
        font-size: 16px;
        width: calc((100% - 2px) / 3);
        text-align: center;
        height: 85px;
        display: flex;
        align-items: center;
        justify-content: center; } }
    div.menu ul li a {
      color: #2c2c2c;
      display: inline-block;
      text-align: center;
      text-decoration: none; }
      

div.menu ul li span.list_m {
      display: block;
      color: #c34b05;
      font-weight: 900; }

      @media screen and (min-width: 769px) {
        div.menu ul li span.list_m {
          font-size: 13px;
          margin-bottom: 6px; } }
      @media screen and (max-width: 768px) {
        div.menu ul li span.list_m {
          font-size: 11px;
          margin-bottom: 5px; } }

    div.menu ul li span.bold {
      color: #c34b05;
      font-weight: 900; }
/*# sourceMappingURL=style.css.map */