@charset "UTF-8";
/* =======================================
【BASE】
========================================== */
.h_tel a {
  color: #fbfbfb;
}
.h_tel .num span {
  padding-left: 0.9em;
  background: url(../img/tel.svg) no-repeat left bottom 4px/0.67em;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: rgba(255, 248, 242, 0.7);
  padding-bottom: 15px;
}

.header01 {
  display: flex;
  justify-content: space-between;
  color: #fbfbfb;
}

.header01 .nav01 {
  display: flex;
}
.header01 .nav01 ul {
  display: flex;
}
.header01 .nav01 > ul:nth-child(1) {
  padding-top: 10px;
}
.header01 .nav01 > ul:nth-child(1) li:not(:last-child) {
  margin-right: 20px;
}
.header01 .nav01 > ul:nth-child(1) .btn01.cart a {
  padding-right: 16px !important;
  padding-left: 4em !important;
  background: url(../img/cart.svg) no-repeat left 1.2em bottom 13px/1.7em,
    #101010;
}
.header01 .nav01 > ul:nth-child(1) .btn01.youtube a {
  padding-right: 16px !important;
  padding-left: 4em !important;
  background: url(../img/youtube.svg) no-repeat left 1.2em bottom 15px/1.7em,
    #101010;
}

.header02 {
  display: flex;
  justify-content: space-between;
}

.header02 .logo {
  width: 13.57em;
  padding-top: 3px;
}

.header02 > div {
  display: flex;
}

.header02 > div > .tel {
  padding-right: 30px;
}

.header02 > div > .tel a {
  width: 218px;
  padding-top: 4px;
  display: block;
}

.header02 > div > .con_line {
  position: relative;
  padding-left: 32px;
}

.header02 > div > .con_line:before {
  content: "";
  width: 1px;
  height: calc(100% - 7px);
  background: #e8e3d6;
  position: absolute;
  left: -5px;
  top: 2px;
}

.header02 > div > .con_line > ul {
  display: flex;
  font-weight: 600;
}

.header02 > div > .con_line > ul li:nth-child(1) {
  background: url(../img/icon_mail.svg) no-repeat center left 0/1.3em;
}

.header02 > div > .con_line a {
  color: #232220;
  padding-left: 1.6em;
  line-height: 100%;
}

.header02 > div > .con_line > ul li:nth-child(2) {
  background: url(../img/icon_line.svg) no-repeat center left 0/1.3em;
  margin-left: 27px;
}

.header_nav {
  background: linear-gradient(90deg, #ff5500, #ea8b00);
  margin-top: 21px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.0901960784);
}
.header_nav .nav {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  position: relative;
  z-index: 9;
}
.header_nav .nav > li {
  list-style: none;
  width: 14.2857142857%;
  position: relative;
}
.header_nav .nav li a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.5411764706);
  box-sizing: border-box;
  padding: 11px 0 13px;
}
.header_nav .nav li ul {
  width: calc(100% + 40px);
  display: none;
  margin-left: -20px;
  position: absolute;
  z-index: 999;
  background: #fff;
}
.header_nav .nav li ul li a {
  border-top: 1px solid #eee;
  color: #6a2600;
}
.header_nav .content {
  width: 750px;
  height: 200px;
  background: #eee;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  box-sizing: border-box;
}
.header_nav .nav li a:nth-child(1) {
  border-left: 1px solid rgba(255, 255, 255, 0.5411764706);
}

/* =======================================
	【common】左がロゴ＋右側がその他
========================================== */
header .inner_1400 {
  width: 96.5%;
}

.headerArea {
  display: flex;
  justify-content: space-between;
}

.mainTitle1 img {
  display: inline-block;
}

h1.logo a img {
  width: 14em;
}

.header02 {
  display: flex;
}
.header02 .nav01 {
  margin-right: 17px;
  margin-top: 13px;
}
.header02 .nav01 > ul {
  width: 100%;
}

header .h_tel a,
header .h_entry a,
header .h_btn a {
  display: inline-block;
  width: 100%;
}
header .tel_icon {
  padding-left: 3em;
  background: url(../img/tel.svg) no-repeat left center/2em;
}
header .h_tel {
  margin-right: 16px;
  margin-top: 2px;
}
header .h_btn a {
  border-radius: 50px;
  border: 1px solid #353750;
  display: inline-block;
  padding: 10px 44px;
  background: url(../img/arrow_n.png) no-repeat right 1em center/1em, #faf9fe;
}
header .h_btn a p {
  padding-right: 10px;
}
header .h_entry a {
  border-radius: 50px;
  display: inline-block;
  padding: 10px 39px;
  background: url(../img/arrow_w.png) no-repeat right 1em center/1em, #00a68e;
}
header .h_entry a p {
  padding-right: 5px;
}

.header_nav {
  background: none;
  box-shadow: none;
  justify-content: flex-end;
}
.header_nav .nav {
  max-width: 1200px;
  width: 100%;
  justify-content: flex-end;
}
.header_nav .nav li a {
  display: block;
  text-align: center;
  color: #333;
  text-decoration: none;
  border-right: 1px solid rgba(255, 255, 255, 0.5411764706);
  box-sizing: border-box;
  padding: 11px 0 13px;
}
.header_nav .nav > li {
  list-style: none;
  width: auto;
  position: relative;
}

/* ---------------------------------------------------------------------------
  ★ハンバーガーメニュー
--------------------------------------------------------------------------- */
/* アコーディオンメニュー */
.accordion-list:not(:first-child) {
  margin-top: 10px;
}

.accordion-title {
  cursor: pointer;
  padding: 10px 20px;
  position: relative;
  color: #fefefe;
}

.accordion-title:after {
  position: relative;
  display: block;
  content: "";
  right: -12px;
  top: 1em;
  width: 1.3em;
  height: 1.5em;
  transform: rotate(-90deg);
  transition: all 0.4s ease-in-out;
  background: url(../img/arrow03.svg) no-repeat center left/100%;
}

.accordion-title.open:after {
  transform: rotate(90deg);
}

.global-nav img {
  width: 50%;
  margin: 20px auto;
}

.global-nav .sp_btnArea {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

.global-nav .btn01 {
  width: 100%;
  text-align: center;
}

.global-nav .btn01.line {
  background: url(../img/arrow02_w.svg) no-repeat center right 1em/1.2em,
    linear-gradient(90deg, #ff5500, #ea8b00);
  color: #fff;
}

.global-nav {
  position: fixed;
  right: -320px;
  /* これで隠れる */
  top: 0;
  height: 100vh;
  color: #fefefe;
  transition: all 0.6s;
  z-index: 999;
  overflow-y: auto;
  background: #ccf0da;
}

.global-nav .accordion-container {
  width: 300px;
  margin: 0 auto;
  background: #ccf0da;
  padding: 0 6%;
}

.global-nav .accordion-container.con02 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.global-nav .accordion-container .accordion-title02 {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #00a68e;
  padding: 0.8em 0.8em 0.8em 0.8em;
  font-weight: normal;
  color: #353750;
  cursor: pointer;
  display: block;
  font-weight: bold;
  background: #ccf0da;
  display: block;
  background-size: 16px;
}

.global-nav .accordion-container .accordion-title02:nth-of-type(2),
.global-nav .accordion-container .accordion-title02:nth-of-type(5) {
  border-bottom: 1px solid #1d5e4c;
}

.global-nav .accordion-container .accordion-title02:nth-of-type(3),
.global-nav .accordion-container .accordion-title02:nth-of-type(6) {
  border-bottom: 1px solid #51d58a;
}

.accordion-title {
  padding: 0 !important;
  width: 3em;
  height: 3.5em;
  position: absolute;
  top: 0;
  right: 0;
}

.global-nav .accordion-container .accordion-content li {
  padding: 0.3em 0.3em 0.3em 4.25em;
  border-bottom: none;
}

.global-nav .accordion-container .accordion-content li a {
  color: #fefefe;
}

.global-nav .btn01 a {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.global-nav .center a {
  color: #3c3c3c;
}

.global-nav .navArea {
  position: relative;
  z-index: 0;
}
.global-nav .navArea::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 2%;
  bottom: -8%;
  background: url(../img/home04_tape2.png) no-repeat center/100%;
  width: 12em;
  height: 4em;
  z-index: 1;
  transform: rotate(9deg);
}
.global-nav .navArea::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 2.5%;
  top: -16px;
  background: url(../img/home04_tape.png) no-repeat center/100%;
  width: 11em;
  height: 3em;
  z-index: 1;
  transform: rotate(-172deg);
}
.global-nav .accordion-container .accordion-title02:nth-of-type(2) span::before,
.global-nav
  .accordion-container
  .accordion-title02:nth-of-type(6)
  span::before {
  width: 104.5%;
  height: 92%;
  left: -3.5%;
}
.global-nav
  .accordion-container
  .accordion-title02:nth-of-type(6)
  span::before {
  height: 32%;
}
.global-nav .accordion-container .accordion-title02:nth-of-type(3) span::after,
.global-nav .accordion-container .accordion-title02:nth-of-type(7) span::after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: -35%;
  right: -2em;
  background: url(../img/home03_hirameki.png) no-repeat center/100%;
  width: 1.75em;
  height: 3em;
  z-index: 0;
}
.global-nav .accordion-container .accordion-title02:nth-of-type(3) span::before,
.global-nav
  .accordion-container
  .accordion-title02:nth-of-type(7)
  span::before {
  height: 8px;
}
.global-nav
  .accordion-container
  .accordion-title02:nth-of-type(3)
  span::before {
  background: #00a68e;
}
.global-nav .accordion-container .accordion-title02:nth-of-type(5) .txt {
  -webkit-text-stroke: 2px #353750;
  text-stroke: 2px #353750;
  color: #fff;
  paint-order: stroke;
  position: relative;
  z-index: 0;
}
.global-nav
  .accordion-container
  .accordion-title02:nth-of-type(6)
  span::before {
  width: 110.5%;
  left: -5.5%;
}
.global-nav .accordion-container .accordion-title02:nth-of-type(7) span::after {
  content: "";
  position: absolute;
  display: inline-block;
  left: -26.5%;
  top: -19%;
  background: url(../img/home07_illust02.svg) no-repeat center/100%;
  width: 2.7em;
  height: 2em;
}
.global-nav .accordion-container .accordion-title02:nth-of-type(9) span {
  color: #fff;
  paint-order: stroke;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #353750;
}
.global-nav
  .accordion-container
  .accordion-title02:nth-of-type(9)
  span::before {
  height: 8px;
}
.global-nav
  .accordion-container
  .accordion-title02:nth-of-type(10)
  span::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0%;
  bottom: 10%;
  background: #51d58a;
  width: 98%;
  height: 8px;
  z-index: -1;
}
.global-nav
  .accordion-container
  .accordion-title02:nth-of-type(8)
  .marker_g2
  span::before {
  height: 8px;
}
.accordion-content li {
  padding: 5px 20px;
  border-bottom: 1px solid #949292;
}

.hamburger {
  position: relative;
  width: 58px;
  height: 56px;
  cursor: pointer;
  z-index: 100;
}

.hamburger__line {
  position: absolute;
  left: 9px;
  width: 36px;
  height: 6px;
  background-color: #353750;
  transition: all 0.6s;
  border-radius: 50em;
}

.hamburger__line--1 {
  top: 15px;
}

.hamburger__line--2 {
  top: 27px;
}

.hamburger__line--3 {
  top: 39px;
}

.hamburger__menu {
  top: 45px;
  right: 14px;
}

.hamburger__circle,
.hamburger__circle2,
.hamburger__menu {
  position: absolute;
}

.hamburger__circle {
  background: #353750;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  top: 11px;
  left: 9px;
  z-index: 3;
}

.hamburger__circle2 {
  background: #fff8f2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  /* top: 15px; */
  top: 10px;
  left: 8px;
  z-index: 2;
}

.black-bg01 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}

.nav-open .black-bg01 {
  opacity: 0.8;
  visibility: visible;
}

.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}

.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}

.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}

.accordion-box {
  position: relative;
}

.accordion-close {
  display: none;
  padding-left: 0.8em;
  padding-bottom: 0.8em;
  padding-top: 0.3em;
  border-bottom: 1px solid #dde4e1;
}

.nav li:nth-child(1) a {
  border-left: none !important;
}

.accordion-close li a {
  padding: 6px 0 0px;
  font-weight: 500;
  color: #0a0a0a;
  font-weight: bold;
} /*# sourceMappingURL=header.css.map */
