@charset "UTF-8";
/*---------------------------
tablet PCを表示
----------------------------*/
@media (min-width: 768px) {
  body {
    min-width: 1240px;
  }
}
/*---------------------------
wrap
----------------------------*/
#wrap {
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
}
@media only screen and (min-width: 641px) and (max-width: 768px) {
  #wrap {
    /*tablet*/
    overflow: hidden;
  }
}
@media screen and (max-width: 640px) {
  #wrap {
    /*sp*/
    overflow: hidden;
  }
}

/*---------------------------
header
----------------------------*/
header {
  margin: 0px;
  padding: 0;
  text-align: left;
}
header .inner {
  max-width: 100%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
@media screen and (max-width: 767px) {
  header .inner {
    flex-wrap: wrap;
  }
}
header .inner .logo {
  width: 30%;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  header .inner .logo {
    width: 67%;
    padding: 1.5rem 0.5rem;
  }
}
header .inner .logo img {
  width: 100%;
  height: auto;
  margin: auto;
}
@media screen and (max-width: 767px) {
  header .inner .logo img {
    width: 100%;
  }
}
header .inner .menu {
  width: 70%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  header .inner .menu {
    width: 33%;
    padding-top: 0.3rem;
  }
}
@media screen and (max-width: 767px) {
  header .inner .menu nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background: #fff;
    width: 100%;
    height: auto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
    display: none;
    padding-top: 18vw;
    background-image: url(../img/common/logo.svg);
    background-position: 1.0rem 1.0rem;
    background-repeat: no-repeat;
    background-size: 60% auto;
  }
}
header .inner .menu nav ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
header .inner .menu nav ul li {
  height: 6.5vw;
}
@media screen and (max-width: 767px) {
  header .inner .menu nav ul li {
    height: auto;
    width: 100%;
  }
}
header .inner .menu nav ul li a {
  width: 8vw;
  height: 100%;
  padding: 2.0rem 0;
  font-size: 1.0vw;
  text-decoration: none;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
@media screen and (max-width: 767px) {
  header .inner .menu nav ul li a {
    width: 100%;
    color: #000;
    font-size: 1.2rem;
    padding: 1.2rem 0;
    border-bottom: 1px solid #ccc;
  }
}
header .inner .menu nav ul li a:hover {
  background: #eee;
}
header .inner .menu nav ul li:first-child {
  width: 10vw;
}
@media screen and (max-width: 767px) {
  header .inner .menu nav ul li:first-child {
    width: 100%;
  }
  header .inner .menu nav ul li:first-child a {
    border-top: 1px solid #ccc;
  }
}
header .inner .menu nav ul li:last-child {
  padding-top: 0;
}
header .inner .menu nav ul li:last-child a {
  width: 8vw;
  height: 100%;
  background: #00009B;
  color: #fff;
}
@media screen and (max-width: 767px) {
  header .inner .menu nav ul li:last-child a {
    width: 100%;
  }
}
header .inner .menu .sp_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  header .inner .menu .sp_btn {
    display: block;
    top: 4px;
    right: 4px;
    z-index: 1001;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  header .inner .menu .sp_btn .entry {
    display: block;
    background-image: url(../img/common/sp_nav_entry.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 15vw;
    height: 15vw;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
  }
  header .inner .menu .sp_btn .entry a {
    display: block;
    width: 100%;
    height: 100%;
  }
  header .inner .menu .sp_btn .sp_nav {
    display: block;
    background-image: url(../img/common/sp_menu.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 15vw;
    height: 15vw;
    text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
    margin-left: 5px;
    position: fixed;
    z-index: 1001;
    top: 5px;
    right: 5px;
  }
}

/*---------------------------
footer
---------------------------*/
footer {
  background: #DBDBDB;
  padding: 3.0rem 0;
}
@media screen and (max-width: 767px) {
  footer {
    display: none;
  }
}
footer .inner {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  text-align: left;
  margin-bottom: 5.0rem;
}
footer .inner .fnav {
  width: 65%;
}
footer .inner .fnav .logo {
  width: 100%;
  margin-bottom: 2.0rem;
}
footer .inner .fnav .logo span {
  width: 45%;
  display: block;
  background: #fff;
  padding: 1.0rem 2.0rem;
}
footer .inner .fnav > ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  list-style: none;
}
footer .inner .fnav > ul > li {
  width: 19%;
}
footer .inner .fnav > ul > li > a {
  display: block;
  border: 1px solid #828282;
  padding: 0.3rem;
  color: #828282;
  font-size: 0.8rem;
  text-align: center;
  text-decoration: none;
}
footer .inner .fnav > ul > li > a:hover {
  background: #828282;
  color: #fff;
}
footer .inner .fnav > ul > li ul {
  list-style: none;
  padding-top: 0.3rem;
}
footer .inner .fnav > ul > li ul li a {
  display: block;
  padding: 0.2rem 0;
  color: #828282;
  text-decoration: none;
  font-size: 0.8rem;
}
footer .inner .fnav > ul > li ul li a:hover {
  background: #828282;
  color: #fff;
}
footer .inner .shop {
  width: 28%;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
footer .inner .shop .col {
  width: 48%;
  margin-bottom: 8px;
}
footer .cr {
  color: #828282;
  font-size: 0.8rem;
}

/*----------------------
main
------------------------*/
main {
  width: 100%;
  display: block;
}

/*----------------------
aside
------------------------*/
aside {
  background: url(../img/common/matome_bg.png);
  padding: 4.0rem 0;
}
@media screen and (max-width: 767px) {
  aside {
    padding: 2.0rem 1.0rem 6.5rem 1.0rem;
  }
}
aside .inner {
  max-width: 1000px;
  color: #1B1464;
}
aside .inner p {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 4.0rem;
  font-family: 'Noto Serif JP', serif;
}
@media screen and (max-width: 767px) {
  aside .inner p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 0;
  }
}
aside .inner p br {
  display: none;
}
@media screen and (max-width: 767px) {
  aside .inner p br {
    display: block;
  }
}
aside .inner .cr {
  display: none;
}
@media screen and (max-width: 767px) {
  aside .inner .cr {
    display: block;
    padding: 1.0rem 0;
    font-size: 0.4rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  aside .inner .row {
    display: none;
  }
}
aside .inner .row .col {
  width: 48%;
  background: #fff;
  padding: 2.0rem 1.0rem;
  border: 1px solid #ccc;
  position: relative;
}
aside .inner .row .col img {
  margin-bottom: 1.0rem;
  width: 22%;
  height: auto;
}
aside .inner .row .col .txt span {
  display: block;
}
aside .inner .row .col .txt span:nth-of-type(1) {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.0rem;
}
aside .inner .row .col a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
aside .inner .row .col:hover {
  background: #eee;
}

/*---------------------------
common
-----------------------------*/
* .inner {
  max-width: 1200px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  * .inner {
    max-width: 90%;
  }
}

* {
  box-sizing: border-box;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.content_title {
  width: 100%;
  background: url(../img/common/title_bg.png) no-repeat;
  background-size: cover;
  text-align: left;
}
.content_title .inner {
  padding: 60px 0px;
}
@media screen and (max-width: 640px) {
  .content_title .inner {
    /*sp*/
    padding: 30px 0px;
  }
}
.content_title .inner h2 {
  color: #fff;
  font-size: 1.6em;
  letter-spacing: 10px;
  text-shadow: 0 0 6px #7E8AC6;
}
@media screen and (max-width: 640px) {
  .content_title .inner h2 {
    /*sp*/
    font-size: 1.3em;
    text-align: center;
  }
}

h2.bar {
  background-image: url(../img/common/title_bar.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: auto;
  margin-bottom: 4.0rem;
  text-align: left;
  font-size: 3.0rem;
  font-weight: bolder;
  font-family: 'Noto Serif JP';
}
@media screen and (max-width: 767px) {
  h2.bar {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom: 1.0rem;
  }
}
h2.bar p {
  display: block;
  width: auto;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  h2.bar p {
    margin-bottom: 0.3rem;
  }
}
h2.bar span {
  font-size: 14px;
  font-weight: bold;
  color: #00009B;
  display: inline-block;
  background: #fff;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  h2.bar span {
    font-size: 10px;
  }
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  display: block;
  background-image: url(../img/common/pagetop_bg.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1004;
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 50px;
    height: 50px;
    bottom: 17vh;
    right: 4vw;
  }
}

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

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

/*-----------------
floating menu
------------------*/
.floating {
  display: none;
}
@media screen and (max-width: 767px) {
  .floating {
    width: 100%;
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #00009D;
    padding: 0.7rem 0.7rem;
    z-index: 1002;
  }
  .floating ul {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .floating ul li {
    width: 32.5%;
    list-style: none;
  }
  .floating ul li a {
    display: block;
    background-image: url(../img/common/floating_bg.png);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    padding: 0.5rem 1.0rem;
  }
  .floating ul li a img {
    width: 85%;
    height: auto;
  }
}

/*-----------------
タブ切り替え
------------------*/
.tab {
  margin: 5px 0px;
}
.tab li:nth-of-type(1).current {
  background-color: #7BA613;
  color: #fff;
}
.tab li:nth-of-type(1).current .selecting {
  display: block !important;
}
.tab li:nth-of-type(2).current {
  background-color: #FAA32D;
  color: #fff;
}
.tab li:nth-of-type(2).current .selecting {
  display: block !important;
}

.tab-contents {
  display: none;
}

.current {
  display: block;
}
