<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * File: /Applications/MAMP/htdocs/wordpress/wp-content/themes/primary_theme/app/scss/main.scss
 * Project: primary_theme
 * File Created: Wednesday, 19th June 2019 11:02:02 am
 * Author: Christian Marquez (silvamarquez245@gmail.com)
 * -----
 * Last Modified: Thursday, 20th June 2019 9:24:19 am
 * Modified By: Christian Marquez
 * -----
 */
/* SASS Utilities*/
@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&amp;display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400i,600i&amp;display=swap");
/* Modules, Components*/

.mt40 {
  margin-top: 40px;
}

.header:before {
  content: "";
  background: #3eb1d7;
  display: block;
  position: absolute;
  width: 100%;
  height: 7px;
  left: 0;
  top: 0;
  z-index: 10;
}

.header .inner-container {
  align-items: center;
  padding: 2rem 0 1rem;
}

.header .logo {
  max-width: 100%;
  width: 280px;
}

.header .nav {
  margin-right: 6.3%;
  display: none;
}

@media (min-width: 992px) {
  .header .nav {
    display: block;
  }
}

.header .nav.open {
  position: absolute;
  right: 0;
  background: #fff;
  bottom: -160px;
  z-index: 1;
  width: 187px;
  margin-right: 0;
  display: block;
  padding: 1rem 0;
  -webkit-box-shadow: -3px 5px 6px -5px #acacac;
  box-shadow: -3px 5px 6px -5px #acacac;
}

.header .nav.open ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header .nav.open li {
  width: 100%;
}

.header .nav.open li:not(:first-child) {
  margin-top: 1rem;
}

.header .nav.open li:not(:last-child) {
  border-bottom: 1px solid #eaeaea;
}

.header .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .nav li {
  text-align: center;
  white-space: nowrap;
  margin: 10px;
}

.header .nav a:hover,
.header .nav .current_page_item a {
  color: #9168b0;
}

.header .nav a {
  font-weight: 600;
  color: #221815;
}

.header .info {
  display: none;
}

@media (min-width: 769px) {
  .header .info {
    display: block;
    /*width: 404px;*/
  }
}

.header .info-wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .info .address {
  /*width: 260px;*/
}

@media (min-width: 992px) {
  .header .info .address {
    /*width: 65%;*/
  }
}

.header .info .address span {
  display: block;
}

.header .info .contact__num {
  color: #9168b0;
  font-size: 1.8rem;
}

.footer {
  clear: both;
  /*===================
		CONTACT
	====================*/
}

.footer .contact__content {
  background: url(../images/bkg02.png);
  background-size: cover;
  width: 100%;
  color: #393939;
  padding: 7rem 0;
}

.footer .contact__content .title {
  font-size: 4.8rem;
  text-transform: uppercase;
  padding-top: 3rem;
  font-weight: 400;
}

.footer .contact__content .title:before {
  content: "";
  background-color: #393939;
  width: 60px;
  height: 4px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.footer .contact__content a {
  color: #393939;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-top: 4.5rem;
  display: inline-block;
}

.footer span.f_contact_btn {
  display: flex;
  align-items: center;
}

.footer .contact__content p {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 1rem;
}

.footer .contact__content i {
  font-size: 23px;
  margin-left: 7px;
}

.footer .scroll-top {
  border-bottom: 5px solid #b5b5b5;
  padding: 0.6rem 0 0rem;
}

.footer .scroll-top a {
  color: #9168b0;
  font-size: 4.8rem;
}

.footer__top {
  padding-top: 4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 769px) {
  .footer__top {
    padding-top: 4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer__top .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  max-width: 350px;
}

.footer__top .info {
  margin-top: 1.5rem;
}

@media (min-width: 769px) {
  .footer__top .info {
    margin-top: 0;
  }
}

.footer__top .info p {
  font-weight: 600;
}

.footer__top .info .address {
  margin-top: 0.5rem;
}

.footer__top .info .contact__num {
  font-size: 1.8rem;
  margin-top: 2.9rem;
}

.footer__top .map {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 1.5rem;
}

@media (min-width: 769px) {
  .footer__top .map {
    margin-top: 0;
  }
}

.footer__top .map a {
  color: #9168b0;
}

.footer__top .map p {
  margin-top: 1rem;
}

.footer__top .map i {
  display: block;
  font-size: 36px;
  background-color: #9168b0;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  line-height: 60px;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}

.footer__bottom {
  margin-top: 3.5rem !important;
}

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

@media (min-width: 769px) {
  .footer__bottom .link {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.footer__bottom .item:not(:last-child) {
  margin-right: 15px;
}

.footer__bottom .item a {
  color: #221815;
  text-decoration: underline;
}

.copyright {
  margin-top: 30px;
  text-align: center;
  background: #3eb1d7;
  padding: 15px 5px;
  font-size: 14px;
}

/* Layouts*/
/*################
    GENERAL
################*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  position: relative;
  font-size: 1.6rem;
  padding: 0;
  margin: 0;
  background: #fff;
  /* font-family: "Open Sans", sans-serif; */
  color: #393939;
  letter-spacing: 0.2em;
  font-weight: 300;
  line-height: 25px;
  font-family: "Helvetica", "Hiragino Kaku Gothic ProN", "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Sans", Meiryo, Arial, sans-serif;
}

canvas {
  width: 100%;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  background-color: #ffffff;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

.sec-body p:not(:first-child) {
  margin-top: 1rem;
}

h1,
h2,
h3,
h4 {
  margin: 0;
}

h1 {
  line-height: 35px;
  text-align: center;
}

a {
  color: #393939;
}

a,
a:hover {
  text-decoration-color: blue;
  outline: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: blue;
}

a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  color: #551b8c;
}

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

.relative {
  position: relative;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.head_flex {
  display: flex;
  justify-content: space-between;
}

/*################
  CONTAINER
################*/
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.inner-container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

@media (min-width: 1080px) {
  .inner-container {
    padding: 0;
  }
}

.sec {
  margin-top: 7rem;
}

/*################
  Section Title
################*/
.sec-title {
  font-size: 3rem;
  font-weight: 400;
  padding-bottom: 1rem;
  margin: 30px 0;
}

.sec-title:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 50px;
  background-color: #9168b0;
  bottom: -5px;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.sec-gray {
  background-color: #f4f4f4;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1rem 0.5rem;
}

/*################
  Buttons/Link
################*/
.btn {
  margin-top: 5rem;
}

.btn-black {
  font-size: 1.5rem;
  font-weight: 600;
  background-color: #916aae;
  padding: 1rem 7rem 1rem 3.5rem;
  display: inline-block;
  color: #fff;
}

.btn-black:before {
  content: "";
  background: url("../images/arrow-right.png") no-repeat center/contain;
  display: block;
  position: absolute;
  width: 35px;
  height: 8px;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-readmore {
  text-transform: uppercase;
  font-weight: bold;
  color: #333333;
  padding-bottom: 1rem;
}

.btn-readmore:before {
  content: "";
  background-color: #9168b0;
  display: block;
  position: absolute;
  width: 48px;
  height: 5px;
  bottom: 0;
  right: 0;
}

/*################
   BURGER MENU
################*/
.burger-menu {
  position: absolute !important;
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  right: 15px;
}

@media (min-width: 992px) {
  .burger-menu {
    display: none;
  }
}

.burger-menu div {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #333;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.burger-menu div:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.burger-menu div:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.burger-menu div:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.burger-menu.open div:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 5px;
}

.burger-menu.open div:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.burger-menu.open div:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 22px;
  left: 5px;
}

/*################
   BANNER INNER
################*/
.banner-inner__title {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}

.banner-inner__title span {
  font-size: 3rem;
  font-weight: 400;
  padding-bottom: 1.5rem;
}

.banner-inner__title span:before {
  content: "";
  background-color: #9168b0;
  display: block;
  position: absolute;
  width: 40px;
  height: 3px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.banner-inner__image canvas {
  height: 180px;
}

@media (min-width: 769px) {
  .banner-inner__image canvas {
    height: initial;
  }
}

.breadcrumbs-wrapper {
  background-color: #f4f4f4;
  padding: 1rem 0;
}

#breadcrumbs {
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
}

#breadcrumbs a {
  color: #333;
}

/* Pages, custom/unique page styles*/
.home {

}

.home .banner .slick-arrow {
  display: none !important;
}

.home .banner__carousel {
  font-size: 0;
}

.home .products__desc {
  background-color: #fff;
  padding: 3rem 0 0;
  background-image: url(../images/topbg.webp);
  margin-top: 30px;
}

@media (min-width: 769px) {
  .home .products__desc {
    /* margin-top: -25px; */
    padding: 4.5rem 4rem;
  }
}

.home .products__body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 769px) {
  .home .products__body {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.home .products__image {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.home .products .sec-body {
  padding-left: 5rem;
}

@media (min-width: 769px) {
  .home .products .sec-body {
    width: 70%;
    margin-right: 3.5%;
  }
}

.home .products .sec-body:before {
  content: "";
  position: absolute;
  background-color: #9168b0;
  height: 4px;
  width: 30px;
  top: 21px;
  left: 0;
}

/* .home .products p {
  line-height: 3;
  font-size: 2rem;
} */
.home .products p {
  font-size: 16px;
  line-height: 1.8;
  max-width: 1000px;
  margin: 2rem auto 1rem;
}
.home .products h4 {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .home .products h4 {
    font-size: 16px;
  }
}


.home .products p a{
  display: inline-block;
}

.home .products__intro {
  margin-top: 4.5rem;
}

.home .products__list {
  margin: 4.5rem auto 0;
  flex-wrap: wrap;
}

@media (min-width: 769px) {
  .home .products__list {
    max-width: unset;
    margin: 4.5rem 0 0;
  }
}

.home .products__item:not(:first-child) {
  margin-top: 1rem;
}

.home .notice {
  border-top: 1px solid #bbbbbb;
  margin-top: 8.5rem;
  padding-top: 7.2rem;
}

.home .notice__link {
  text-align: center;
}

@media (min-width: 769px) {
  .home .notice__link {
    text-align: initial;
  }
}

@media (min-width: 769px) {
  .home .notice__link h2 {
    text-align: left;
    font-weight: 500;
    font-size: 2.4rem;
    padding-top: 1.5rem;
    margin-right: 32px;
  }
}

.home .notice__link a {
  font-size: 9.7px;
}

.home .notice__link a i {
  color: #9168b0;
}

.view-list {
  text-align: right;
  margin-top: 15px;
}

.view-list a {
  color: #393939;
}

@media (min-width: 769px) {
  .home .notice__link .view-list {
    position: absolute;
    bottom: 12px;
  }
}

.home .notice__wrapper {
  max-width: 500px;
  margin: 0 auto;
}

@media (min-width: 769px) {
  .home .notice__wrapper {
    max-width: 100%;
    margin: initial;
    display: flex;
  }
}

.home .notice__wrapper:after,
.home .notice__wrapper:before {
  display: table;
  content: " ";
  clear: both;
}

.home .notice__view {
  width: 100%;
}

@media (min-width: 769px) {
  .home .notice__view {
    width: 51%;
    margin-right: 3.7%;
    position: relative;
  }
}

.home .notice__pieces {
  margin-top: 2rem;
}

@media (min-width: 769px) {
  .home .notice__pieces {
    width: 45.3%;
    float: left;
    position: relative;
    margin-top: 0;
  }
}

.home .notice__item {
  border-bottom: 1px solid #bbbb;
  padding-bottom: 1rem;
}

.home .notice__item:not(:first-child) {
  margin-top: 1rem;
}

.home .notice__piece {
  font-size: 3rem;
  background-color: #916aae;
  color: #fff;
  padding: 2rem;
}

.home .notice__piece:not(:first-child) {
  margin-top: 1rem;
}

.home .menu-pages {
  margin-top: 8rem;
  /*padding: 7.5rem 0;*/
  background: #fafafa;
}

.home .menu-pages__item {
  margin-top: 50px;
  padding-bottom: 80px;
}

.home .menu-pages__item:before {
  content: "";
  background: url("../images/bg-blue.jpg") no-repeat center/cover;
  display: block;
  position: absolute;
  width: 100%;
  height: 259px;
  top: 38%;
}

@media (min-width: 769px) {
  .home .menu-pages__item:nth-child(odd) .image {
    padding-right: 19.58%;
  }
}

@media (min-width: 769px) {
  .home .menu-pages__item:nth-child(even) .image {
    padding-left: 19.58%;
  }
}

.home .menu-pages__item:nth-child(even) .menu-pages__content {
  left: 0;
}

.home .menu-pages__content {
  margin-top: 2rem;
}

@media (min-width: 769px) {
  .home .menu-pages__content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 540px;
    margin-top: 0;
  }
}

.home .menu-pages__content .count {
  font-size: 12.1rem;
  font-family: "Open Sans", sans-serif;
  color: #9168b0;
  text-shadow: 7px 3px 0px #cccccc;
  position: absolute;
  top: -85px;
  right: 20px;
}

.home .menu-pages__content .title {
  font-size: 2.4rem;
  font-weight: 400;
}

.home .menu-pages__content .desc {
  font-weight: bold;
  margin-top: 2rem;
}

.home .menu-pages__content-wrap {
  background-color: #fff;
  padding: 4rem 5rem;
  -webkit-box-shadow: 0px 6px 12px -6px #6d6d6d;
  box-shadow: 0px 6px 12px -6px #6d6d6d;
}

@media (min-width: 769px) {
  .home .menu-pages__content-wrap {
    -webkit-box-shadow: 6px -7px 6px -7px #f7f7f7;
    box-shadow: 6px -7px 6px -7px #f7f7f7;
  }
}

.home .menu-pages .btn {
  text-align: right;
}

.products-list {
  margin-bottom: 10rem;
}

.products-list__wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 5rem auto 0;
}

@media (min-width: 769px) {
  .products-list__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 5rem 0 0;
  }
}

.products-list__item {
  margin-top: 2rem;
}

@media (min-width: 769px) {
  .products-list__item {
    width: 30.22%;
    margin-top: 0;
  }
}

@media (min-width: 769px) {
  .products-list__item:not(:nth-child(3n + 3)) {
    margin-right: 4.63%;
  }
}

@media (min-width: 769px) {
  .products-list__item:not(:nth-child(-n + 3)) {
    margin-top: 4rem;
  }
}

.products-list__title {
  font-size: 2rem;
  font-weight: 400;
  margin: 1rem 0;
}

.products-list__body {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 1.3;
}

.products-list .sec-gray {
  margin-top: 5rem;
}

.shop__list {
  width: 100%;
  margin: 5rem auto 10rem;
}

@media (min-width: 992px) {
  .shop__list {
    margin: 5rem 0 10rem;
    max-width: unset;
  }
}

.shop__content {
  margin-top: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 992px) {
  .shop__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.shop__image {
  padding: 0 1.5rem;
}

@media (min-width: 992px) {
  .shop__image {
    width: 50%;
  }
}

.shop__info {
  padding: 0 1.5rem;
  margin-top: 2rem;
}

@media (min-width: 992px) {
  .shop__info {
    width: 50%;
    margin-top: 0;
  }
}

.shop__info-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shop__info-item:not(:first-child) {
  margin-top: 0.7rem;
}

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

.shop__item:not(:first-child) {
  margin-top: 6rem;
}

.shop__item label {
  width: 25.93%;
  margin-right: 5.56%;
  background: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  padding: 1rem 0;
}

.shop__handling {
  margin-top: 2.9rem;
}

.shop__handling span {
  color: #e8453c;
}

.shop__handling h2 {
  font-size: 2.4rem;
  font-weight: 400;
  background: #3f4863;
  color: #fff;
  text-align: center;
}

.shop__handling .list {
  border: 2px solid #3f4863;
  padding: 15px 20px;
}

.shop__handling .list &gt; ul {
  -webkit-columns: 2;
  columns: 2;
}

.shop__handling li {
  position: relative;
  padding-left: 1rem;
  font-weight: 600;
}

.shop__handling li ul li {
  padding-left: 0;
}

.shop__handling li ul li:before {
  content: initial;
}

.shop__handling li:before {
  position: absolute;
  content: "";
  background: black;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  left: 0;
  top: 8px;
}

.shop__map {
  margin-top: 2rem;
  padding: 0 1.5rem;
}

.shop__map iframe {
  width: 100%;
  height: 306px;
}

table.table-type01 {
  width: 100%;
  border-spacing: 0;
  margin: 30px 0;
  border-collapse: collapse;
}

table.table-type01 tr {
  border: 1px solid #dadada;
}

table.table-type01 th {
  background: #9168b0;
  color: #fff;
  padding: 13px 0px;
  width: 18%;
  border-right: 1px solid #dadada;
}

table.table-type01 td {
  padding: 15px 20px;
}

table.table-type02 {
  width: 45%;
  border-spacing: 0;
  border-collapse: collapse;
}

table.table-type02 tr {
  border-bottom: 1px solid #221815;
}

table.table-type02 th {
  padding: 13px 0px;
  width: 25%;
  text-align: left;
}

table.table-type02 td {
  padding: 15px 0;
}

.button_type1 {
  color: #9168b0;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 80px;
  max-width: 250px;
  margin: 1rem auto;
  text-transform: uppercase;
  border: 2px solid currentColor;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  font-weight: bold;
}
.button_type1 span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #9168b0;
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.button_type1:hover {
  color: #fff;
}
.button_type1:hover span {
  width: 225%;
  height: 562.5px;
}
.button_type1:active {
  background-color: #fff;
}

.button_type1 i {
  margin-left: 10px;
}

.text_box {
  margin-bottom: 30px;
}

.red {
  color: #da1010;
}

.txt-form {
  margin-top: 30px;
}

.input-text input[type="text"] {
  height: 36px;
  padding: 0 0.5em;
}

.input-textarea textarea,
.input-text input[type="text"] {
  border: 1px solid #c3c3c3;
  width: 80%;
}

.enter input[type="submit"],
.back input[type="submit"] {
  background: #916aae;
  color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  border: none;
}

.input-submit {
  text-align: center;
  margin-bottom: 30px;
}

@media (max-width: 480px) {
  table.table-type01 th {
    width: 27%;
  }
  table.table-type02 {
    width: 100%;
  }
  .input-textarea textarea,
  .input-text input[type="text"] {
    width: 100%;
  }
  .home .notice__piece .txt {
    font-size: 19px;
  }
  .home .notice__view {
    display: block;
  }
  .company .text_box {
    display: block !important;
  }
  .company .text_box div:first-child {
    width: 100% !important;
  }
}

.privacy_policy,
.sitemap,
.news_list {
  margin-top: 40px;
  margin-bottom: 40px;
}

.privacy_policy h2 {
  margin-bottom: 20px;
  border-left: 4px solid #9168b0;
  padding-left: 10px;
}

.privacy_policy dt {
  margin-top: 35px;
  font-weight: bold;
}

.privacy_policy dd {
  margin: 10px 0;
}

.sitemap ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none !important;
  display: flex;
  align-items: center;
}

.sitemap ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: bold;
  color: #916aae;
  padding-right: 10px;
  font-size: 20px;
}

.news_list li {
  padding: 15px 0;
  border-bottom: 1px dashed #333;
}

.news_list span.time {
  margin-right: 20px;
  display: block;
}

.news_detail ul.news_button {
  text-align: center;
  margin-top: 60px;
}

.news_detail {
  margin-top: 60px;
  margin-bottom: 60px;
}

.news_detail ul.news_button li {
  background: #916aae;
  width: 130px;
  text-align: center;
  display: inline-block;
  margin: 0 5px;
}

.news_detail ul.news_button li a {
  color: #fff;
  padding: 7px 0;
  font-size: 15px;
  display: block;
}

.news_detail h2 {
  margin-bottom: 20px;
}

.company {
  margin-top: 50px;
}

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

.company .text_box div:first-child {
  width: 70%;
}

.company h3 {
  color: #916aae;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 30px;
}

.company .founder {
  text-align: right;
}

.company .detail {
  margin-top: 50px;
  margin-bottom: 50px;
}

.icon1 {
  color: #916aae;
  font-size: 19px;
  margin-left: 7px;
}
.company .text_box canvas {
  width: 250px;
  height: 250px;
}
@media (max-width: 768px) {
  .company .text_box div:first-child {
    width: 63%;
  }
}
@media (max-width: 480px) {
  .company .text_box canvas {
    width: 100%;
    height: 250px;
  }
}

.recruit {
  margin-top: 50px;
  margin-bottom: 50px;
}

table.table_type1 {
  width: 100%;
  background: url(../images/bkg07.png) no-repeat top/cover;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #eee;
}

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

table.table_type1 tr {
  border-bottom: 1px solid #eee;
}

table.table_type1 tr:last-child {
  border-bottom: none;
}

table.table_type1 th {
  background: #3f4863;
  color: #fff;
  padding: 25px 5px;
}

table.table_type1 td {
  padding: 25px;
}

table.table_type1 td span.text1 {
  font-weight: bold;
  margin-top: 10px;
  display: block;
}

table.table_type1 td span.bold {
  font-weight: bold;
}

table.table_type1 td a {
  font-weight: bold;
}

table.table_type1 td i.map {
  font-size: 20px;
  vertical-align: middle;
  margin-left: 5px;
  color: #9168b0;
}

table.table_type1 td i.tel {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
  color: #9168b0;
}

/* -----------------------------------------霑ｽ蜉�CSS---------------------------------------------- */

.products__item {
  margin: 10px;
}

.products__image img {
  width: 800px;
  max-width: 100%;
}

.notification {
  background: #E8443D;
  color: white;
  border-radius: 80px;
  margin-top: 30px;
}

.notification p {
  line-height: 2 !important;
  padding: 20px 50px;
}

.products__item a {
  position: relative;
  display: block;
}

.white__flame {
  width: 280px;
  height: 150px;
  position: absolute;
  border: 2px solid white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.movie-kind {
  display: block;
  text-align: center;
  padding-top: 55px;
  font-size: 20px;
  color: white;
  margin-left: 64px;
}

.products__item:nth-child(6) .movie-kind {
  padding-top: 26px;
}

.fa-file-video {
  position: absolute;
  top: 45px;
  left: 37px;
  color: #fff;
  z-index: -3;
}

.simple__btn {
  background: white;
  color: black;
  border: 1px solid black;
  padding: 14px 34px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .notification {
    border-radius: 30px;
  }
  .notification p {
    padding: 20px 20px;
  }
}

.society-info {
  background: url("../images/footer1.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: 80px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-bottom: 50px;
}

.info__text {
  text-align: center;
  padding-top: 70px;
  overflow: hidden;
}

.info__text--top {
  display: block;
  font-size: 26px;
  position: relative;
}

/* .info__text--top::before {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  background: black;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
} */
.info__text--middle {
  display: block;
  font-size: 18px;
  margin-top: 20px;
}
.info__text--btm {
  display: block;
  font-size: 22px;
  padding-top: 20px;
  margin-right: -25px;
}

.flex__container {
  display: flex;
  flex-wrap: wrap;
}

.entry-content {
  margin-top: 50px;
}

.main__content {
  width: 70%;
}

.left__side-bar {
  width: 260px;
  margin-right: 30px;
}

.left__side-bar .menu &gt; li {
  background: #fff;
  border: 1px solid #ccc;
  border-left: 20px solid cornflowerblue;
  margin-bottom: 10px;
  position: relative;
}
.left__side-bar .menu &gt; li.bnr{
  border: none;
  margin-top: 30px;
}
.left__side-bar .menu &gt; li &gt; a {
  padding: 10px;
  display: block;
}

.left__side-bar .menu &gt; li.videoslink {
  padding-left: 30px;
  position: relative;
}

.left__side-bar .menu &gt; li.videoslink::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("../images/video-logo.png") no-repeat;
  background-size: contain;
  left: 10px;
  top: 5px;
}

/* .left__side-bar .menu &gt; li:nth-child(8)::before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("../images/video-logo.png") no-repeat;
  background-size: contain;
  left: 10px;
  top: 15px;
} */

.left__side-bar h3 {
  display: none;
}

@media (max-width: 996px) {
  .main__content {
    width: 100%;
  }
  .flex__container {
    flex-wrap: wrap;
    flex-flow: column-reverse;
  }
  .left__side-bar {
    margin: 50px auto 0;
  }
}

td {
  border: 1px solid #ccc;
}

/* .cf-link {
  margin-bottom: 50px;
} */

.cf-txt {
  margin: 5px 0;
}
.cf-txt p:not(:last-of-type){
  margin-bottom: 10px;
}

.archive-ttl {
  margin-bottom: 30px;
}

.syoroku-year {
  border: 1px solid #cccc;
  padding: 5px;
  padding-left: 40px;
  position: relative;
}

.shoroku-ul {
  margin-bottom: 30px;
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 30px;
  padding-top: 10px;
}

.syoroku-year::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/list-icon.png) no-repeat;
  background-size: contain;
  left: 10px;
}

.syoroku-list {
  border-bottom: none !important;
  padding: 0 !important;
  margin: 10px;
  position: relative;
}

.pdf-img {
  width: 20px;
  display: inline-block;
  position: absolute;
  left: 20px;
}

.syoroku-ttl {
  padding-left: 30px;
  font-weight: bold;
  color: #3584bb;
}

/* 繝上Φ繝舌�繧ｬ繝ｼ繝｡繝九Η繝ｼ */
.menu-btn {
  top: 10px;
  right: 30px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  position: absolute;
  display: none;
}

@media (max-width: 990px) {
  .menu-btn {
    display: flex;
  }
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: black;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(
    255,
    255,
    255,
    0
  ); /*繝｡繝九Η繝ｼ繧ｪ繝ｼ繝励Φ譎ゅ�逵溘ｓ荳ｭ縺ｮ邱壹ｒ騾乗�縺ｫ縺吶ｋ*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: #3eb1d7;
}
.menu-content ul {
  padding: 100px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
  text-align: center;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 20px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; /*left縺ｮ蛟､繧貞､画峩縺励※繝｡繝九Η繝ｼ繧堤判髱｢螟悶∈*/
  z-index: 80;
  background-color: #3eb1d7;
  transition: all 0.5s; /*繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ險ｭ螳�*/
}

#menu-btn-check:checked ~ .menu-content {
  left: 0; /*繝｡繝九Η繝ｼ繧堤判髱｢蜀�∈*/
}
h3 {
padding: 1rem 1rem;
border: 1px solid #000;
margin: 2rem 0rem 2rem;
max-width: 70%;
font-size: 15px;
}

.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #000;
    background: #FDF6E4;/*閭梧勹濶ｲ*/
}
.box3 p {
    margin: 0; 
    padding: 0;
}

@media (max-width:768px) {
  .home .products p {
    /* line-height: 3; */
    font-size: 1.4rem;
  }
  .sec-title {
    font-size: 2.3rem;
    font-weight: 400;
    padding-bottom: 1rem;
  }
  .info__text {
    text-align: center;
    padding-top: 42px;
    overflow: hidden;
  }
  .society-info {
    background: url("../images/footer1.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 80px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
  }
  .banner-inner__title span {
    font-size: 2rem;
    font-weight: 400;
    padding-bottom: 1.5rem;
  }
  /* .cf-link {
    position: relative;
  }
  .cf-link::before {
    content: "";
    display: inline-block;
    padding-top: 200px;
  }
  .cf-link iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  } */
  .cf-ttl h2 {
    font-size: 1.4rem;
  }

  .info__text--top {
    display: block;
    font-size: 20px;
    position: relative;
  }
  .info__text--btm {
    display: block;
    font-size: 20px;
    padding-top: 20px;
    margin-right: -25px;
  }
}
@media screen and (max-width: 767px) {
  .copyright {
    padding: 15px 15px;
  }
}


.left__side-bar li.keys::after{
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: url("../images/key-icon.png") no-repeat;
  background-size: contain;
  right: 10px;
  top: 5px;
}

/* 繝代た繧ｳ繝ｳ縺ｧ隕九◆縺ｨ縺阪�"pc"縺ｮclass縺後▽縺�◆逕ｻ蜒上′陦ｨ遉ｺ縺輔ｌ繧� */
.pc { display: block !important; }
.sp { display: none !important; }

/* 繧ｹ繝槭�繝医ヵ繧ｩ繝ｳ縺ｧ隕九◆縺ｨ縺阪�"sp"縺ｮclass縺後▽縺�◆逕ｻ蜒上′陦ｨ遉ｺ縺輔ｌ繧� */
@media only screen and (max-width: 750px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
}

.form_link{
  color: #fff;
  text-align: center;
}

a.anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}

.cf-ttl {
  font-size: 2.2rem;
  margin-bottom: 26px;
  padding: 1rem 2rem;
  border-top: 6px double #000;
  border-bottom: 6px double #000;
}

.cf-box {
  margin-bottom: 90px;
}
.cf-link iframe{
  aspect-ratio: 16/9;
  object-fit: contain;
  height: auto;
  width: 100%;
}

.box-free2 a {
  color: #fff;
  display: inline-block;
  background: #26001b;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  transition: 0.2s;
  border-radius: 50px;
  padding: 18px 70px 18px 60px;
  border: 1px solid #26001b;
  position: relative;
}

table, th, td {
  border-collapse: collapse;
  border: 1px solid #ccc;
  line-height: 1.5;
}

table.type06 th {
  width: 150px;
  padding: 10px;
  font-weight: bold;
  vertical-align: top;
  background: #3f3f3f;
  color: #ffffff;
}
table.type06 td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
}

tr:nth-child(even) {
  background: #d9d9d9;
}

/* 繧ｵ繧､繝医�繝�� */
.sitemap-section {
  padding-bottom: 6%;
}

.sitemap-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}
.sitemap-inner {
max-width: 800px;
margin: 0 auto;
padding-top: 20px;
}
.sitemaplist33 {
  display:-webkit-box;
      display:-ms-flexbox;
      display:flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .sitemaplist33 li {
    width: 50%;
    list-style: none;
    }
    @media screen and (max-width: 767px) {
      .sitemaplist33 li {
        width: 100%;
        list-style: none;
        }
    }

.sitemaplist33 li a{
display: block;
border: 1px solid;
margin: 10px;
padding: 10px 20px;
position: relative;
border-color: #65c1df;
}
.sitemaplist33 li a:hover{
  display: block;
  border: 1px solid;
  margin: 10px;
  padding: 10px 20px;
  position: relative;
  background: #65c1df;
  color: #fff;
  font-weight: bold;
}
.sitemaplist33 li a::after {
content: "&gt;";
display: block;
position: absolute;
right: 20px;
font-size: 20px;
top: 8px;
color: #65c1df;
}
.sitemaplist33 li a:hover::after {
  content: "&gt;";
  display: block;
  position: absolute;
  right: 20px;
  font-size: 20px;
  top: 8px;
  color: #fff;
}
.layout-h33 {
  padding: 0px 0px;
  max-width: 1080px;
  margin: auto;
}
/* 繧ｵ繧､繝医�繝��E */




/************************************
  add 20240226
************************************/
.addflex1{
  display: flex;
  flex-wrap: wrap;
}
.addflex2{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.addflex3{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.addmorebtn1,
.addmorebtn2{
  margin: 3rem 1rem;
  text-align: center;
}
.addmorebtn1 a,
.addmorebtn2 a{
  background: #3EB1D7;
  border: 1px solid #000;
  box-shadow: 2px 2px #000;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  min-width: 300px;
  padding: 1rem 2rem;
  text-decoration: none;
  transition: .5s;
}
.addmorebtn2 a{
  background: #003fb4;
}
.addmorebtn1 a:hover,
.addmorebtn2 a:hover{
  background: #fff;
  color: #000;
}
.addmorebtn1.comeson a,
.addmorebtn2.comeson a{
  background: #727272;
  color: #000;
  cursor:  not-allowed;
  pointer-events: none;
}
.dpsp{
  display: none !important;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .top_addmorebtn1gr {
    margin-top: 2rem;
    padding-bottom: 30px;
  }
  .top_addmorebtn1gr .addmorebtn1{
    margin: 1rem;
  }
  .addmorebtn1 a,
  .addmorebtn2 a{
    min-width: 260px;
  }
  .dpsp{
    display: block !important;
  }
}

.m30{
  margin-bottom: 30px;
  font-size: 18px;
}
.endcontent{
  color: red;
}


/************************************
  add 20240628 貍秘｡檎匱陦ｨ繝壹�繧ｸ
************************************/
.endaigr_box input[type="radio"] {
  display: none;
}
.endaigr_box .tab_area{
  margin-bottom: 3rem;
}
.endaigr_box .tab_area .ftab{
  background: #ccc;
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  width: 150px;
}
.endaigr_box.sympgr_box .tab_area .ftab{
  width: 30%;
}
.endaigr_box .tab_area .ftab label{
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: .3rem 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
.endaigr_box .tab_panel{
  display: none;
}
.endaigr_box .tab_area .ftab:hover,
.endaigr_box #endaitab1:checked ~ .tab_area .endaiftab1,
.endaigr_box #endaitab2:checked ~ .tab_area .endaiftab2,
.endaigr_box #endaitab3:checked ~ .tab_area .endaiftab3{
  background: #003fb4;
  color: #fff;
}

.endaigr_box #endaitab1:checked ~ .panel_area #endaipanel1,
.endaigr_box #endaitab2:checked ~ .panel_area #endaipanel2,
.endaigr_box #endaitab3:checked ~ .panel_area #endaipanel3{
  display:block;
}


.sympmainttl{
  margin: 2rem 0 4rem;
}
.sympmainttl .ttl{
  border-left: 10px solid #6495ed;
  border-bottom: 1px solid #6495ed;
  padding: 1rem 0 1rem 2rem;
  position: relative;
}
.sympmainttl .subttl{
  background: #e1ecff;
  border-bottom: 2px solid #6495ed;
  padding: 1.5rem 1rem;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 2rem 0;
}

@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .endaigr_box .tab_area .ftab{
    margin: 1rem auto;
    width: 180px;
  }
  .endaigr_box.sympgr_box .tab_area .ftab {
    width: 80%;
  }
}

.mt10{
  margin-top: 10px;
}
.mt20{
  margin-top: 20px;
}</pre></body></html>