@charset "UTF-8";
#newss,
#about,
#work {
  margin-top: 100px;
  position: relative;
}

#work {
  margin-top: 100px;
  position: relative;
}

#news:before,
#work:before {
  content: "";
  display: block;
  height: 100px;
  margin-top: -100px;
}

#about:before {
  content: "";
  display: block;
  height: 200px;
  margin-top: -200px;
}

a,
p {
  font-family: "M PLUS 1", sans-serif;
  color: #662d91;
}

a:-webkit-any-link {
  color: #1e1e1e;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.relative-container {
  position: relative;
}

.margin-top50 {
  margin-top: 50px;
}

.margin-top100 {
  margin-top: 100px;
}

.a-button {
  display: block;
}

.z-up {
  z-index: 1;
}

h2 {
  font-family: "Poller One";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.shop-h2 {
  font-family: "M PLUS 1", sans-serif;
  font-weight: bold;
}

h2.top-news {
  color: #662d91;
  margin-bottom: 44px;
}

h2.top-tittle {
  color: #662d91;
  text-align: center;
}

h4 {
  font-family: "M PLUS 1", sans-serif;
  color: #1e1e1e;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn-more-yp {
  text-align: center;
  background: #fcd021;
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn-more-yp a {
  text-decoration: none;
  color: #662d91;
  font-family: "Poller One";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7em;
  padding: 6px 26px;
}

.btn-pw {
  text-align: center;
  background: #662d91;
  width: 140px;
  height: 40px;
  margin: 50px auto 0 auto;
}
.btn-pw a {
  text-decoration: none;
  color: #ffffff;
  font-family: "Poller One";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7em;
}

.btn-py {
  text-align: center;
  background: #662d91;
  position: absolute;
  left: 45%;
}
.btn-py a {
  text-decoration: none;
  color: #fcd021;
  font-family: "Poller One";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7em;
  padding: 6px 26px;
}

.container-top {
  background-color: #662d91;
  height: 600px;
}

.top-logo-circle {
  z-index: 1;
  background-color: #fff;
  width: 540px;
  height: 540px;
  margin: 0 auto;
  top: 26px;
  position: relative;
  border-radius: 9999px;
  border: 10px #fcd021 dotted;
}
.top-logo-circle img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 80%;
}

.tlogo-left,
.tlogo-right {
  z-index: 1;
  position: relative;
  margin-top: 57%;
}
.tlogo-left img,
.tlogo-right img {
  width: 60%;
  background-color: #ffffff;
  border-radius: 9999px;
}
.tlogo-left img:hover,
.tlogo-right img:hover {
  transform: scaleX(1.1) scaleY(1.1);
  transition: 0.8s;
}

.tlogo-right img {
  position: absolute;
  right: 22px;
}

.tlogo-left img {
  position: absolute;
  left: 22px;
}

.top-logo-sm {
  display: none;
}

.topmenu-label {
  z-index: 1;
}

.tmenu-right {
  z-index: 1;
  position: absolute;
  right: 80px;
}

.tmenu-left {
  z-index: 1;
  position: absolute;
  left: 80px;
}

nav.topmenu {
  z-index: 1;
  border-radius: 4px;
  background: #fcd021;
  text-align: center;
  height: 80px;
}
nav.topmenu ul {
  margin: 0;
  padding: 0;
}
nav.topmenu ul li {
  list-style: none;
  display: inline-block;
  width: 18%;
  min-width: 90px;
  margin: 24px 30px;
}
nav.topmenu ul a {
  text-decoration: none;
  color: #662d91;
  font-family: "Poller One";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/*========= ボタンのためのCSS ===============*/
/*ボタン全体の形状*/
.openbtn1 {
  /*はじめは非表示に*/
  display: none;
  position: fixed;
  top: 20px;
  left: 80px;
  z-index: 999;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

/*ボタンのアイコン設定*/
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #662d91;
  width: 50%;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

/*activeクラスが付与された後のボタンのアイコン設定*/
.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.menulogo {
  z-index: 998;
  display: none;
  position: fixed;
  top: 80px;
  left: 80px;
  width: 260px;
}
.menulogo .img-symbol img {
  width: 70%;
}
.menulogo .img-hk {
  margin: 20px 0px 0 0px;
}
.menulogo .img-hk a {
  margin: 0 10px;
}
.menulogo .img-hk a img {
  width: 30%;
}

/*fadeDownクラスが付与された後のボタンの出現アニメーション設定*/
.fadeDown {
  filter: drop-shadow(0 0px 2.6px rgb(255, 255, 255));
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  display: block;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*ボタン全体の形状*/
.openbtn {
  /*はじめは非表示に*/
  display: none;
  /*ボタンの位置*/
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 999;
  /*ボタンの形状*/
  background: #666;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

/*ボタンのアイコン設定*/
.openbtn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

/*activeクラスが付与された後のボタンのアイコン設定*/
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

/*fadeDownクラスが付与された後のボタンの出現アニメーション設定*/
.fadeDown {
  animation-name: fadeDownAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  display: block;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*========= ヘッダーナビゲーションのためのCSS ===============*/
/*==ヘッダーの形状*/
/*.doneクラスがついたヘッダー*/
#header.dnone {
  opacity: 0; /*透過0にして非表示に*/
}

/*メニューボタンをクリックした際に付与されるpanelactiveクラスがついたら*/
#header.dnone.panelactive {
  opacity: 1; /*不透明にして出現*/
}

/*==ヘッダーのテキストナビゲーションの形状*/
#g-navi ul {
  list-style: none;
  display: flex;
  justify-content: center;
}

#g-navi ul li a {
  display: block;
  text-decoration: none;
  color: #666;
  padding: 10px;
}

#g-navi ul li.current a,
#g-navi ul li a:hover {
  color: #fff;
}

/*.doneクラスがついたヘッダーのテキストナビゲーションの形状*/
#header.dnone #g-navi {
  /*固定位置にして最背面に*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  /*高さと幅*/
  width: 100%;
  height: 100vh;
  /*天地中央＆テキスト中央揃え*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /*はじめは透過0に*/
  opacity: 0;
  transition: all 0.4s;
}

/*メニューボタンをクリックした際に付与されるpanelactiveクラスがついたナビゲーションの形状*/
#header.dnone.panelactive #g-navi {
  opacity: 1; /*不透明に*/
  z-index: 101; /*最前面に*/
  background: #eee;
}

#header.dnone.panelactive #g-navi ul {
  display: block; /*flexの横並びをblockにして縦並びに*/
}

/*リストの形状*/
#header #g-navi li a {
  display: none;
}

#header.dnone.panelactive #g-navi li a {
  color: #333;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  transition: all 0.3s;
}

section {
  position: relative;
  z-index: 101;
}

.news-sec {
  position: relative;
}

.listnews {
  display: flex;
  -webkit-box-align: center;
  place-items: center;
  gap: 11px;
  padding: 16px 0px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #1e1e1e;
  font-family: "Poller One";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 70px;
}
.listnews .listnews-date {
  margin-right: 32px;
}
.listnews .listnews-tittle {
  padding: 6px 0 0 0px;
  font-size: 20px;
}
.listnews a:hover {
  background-color: #fcd021;
  color: #662d91;
}

.container-gray {
  background: #f5f5f5;
  height: 100%;
}

.bn-logo {
  display: inline-block;
  text-align: center;
}
.bn-logo img {
  width: 40%;
  padding: 10px 20px;
}

.container-pl {
  background-color: #662d91;
  height: 100%;
  background-image: url(../img/wh-ellipse.png);
  background-repeat: no-repeat;
  background-position: top;
  background-origin: content-box;
  padding: 20px;
}
.container-pl p {
  width: 80%;
  margin: 0 auto;
}

.container-gr {
  background: #d9d9d9;
  height: 100%;
  background-image: url(../img/yr-ellipse.png);
  background-repeat: no-repeat;
  background-position: top;
  background-origin: content-box;
}
.container-gr p {
  margin: 50px auto 40px auto;
  width: 80%;
}

.vector-gr img {
  width: 100%;
}

.vertical-center-2 img {
  width: 100%;
}

.slider {
  width: 90%;
  margin: 10px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 0.5;
}

.slick-current {
  opacity: 1;
}

.slider .slick-arrow {
  width: initial;
  height: initial;
  z-index: 2 !important;
  transform: rotate(90deg);
  top: initial;
  left: initial;
  right: 0;
}

.slider .slick-arrow:before {
  font-size: 50px;
}

.slider .slick-prev {
  top: 0;
}

.slider .slick-next {
  bottom: 0;
}

.work-section {
  padding-top: 100px;
}
.work-section .slider img {
  width: auto;
  height: 300px;
}
.work-section .slider .slick-arrow {
  width: initial;
  height: initial;
  z-index: 2;
  transform: rotate(0deg);
  top: 180px;
  left: 0;
}
.work-section .slider .slick-prev {
  margin-top: 160px;
  margin-right: 360px;
  bottom: 0;
}
.work-section .slider .slick-next {
  margin-top: 160px;
  margin-left: 360px;
  bottom: 0;
}

footer {
  text-align: center;
  background: #662d91;
  color: #fcd021;
}

.display-nxs {
  display: block;
}

.display-bxs {
  display: none;
}

.container-top-karatuki {
  background-color: #1d3e94;
  height: 600px;
}

.karatuki-ci {
  border: 10px #1d3e94 dotted;
}

nav.katratsuki-topmenu {
  background: #fcd021;
}
nav.katratsuki-topmenu ul a {
  color: #1d3e94;
}

h2.karatuki-top-news {
  color: #1d3e94;
}

h2.karatuki-top-tittle {
  color: #1d3e94;
}

.container-bl {
  background-color: #1d3e94;
  height: 100%;
  background-image: url(../img/wh-ellipse.png);
  background-repeat: no-repeat;
  background-position: top;
  background-origin: content-box;
  padding: 20px;
}
.container-bl p {
  width: 80%;
  margin: 0 auto;
}

p.karatuki-p {
  color: #1d3e94;
}

.btn-more-yb {
  z-index: 1;
  text-align: center;
  background: #fcd021;
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn-more-yb a {
  text-decoration: none;
  color: #1d3e94;
  font-family: "Poller One";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7em;
  padding: 6px 26px;
}

.btn-bw {
  z-index: 1;
  text-align: center;
  background: #1d3e94;
  width: 140px;
  height: 40px;
  margin: 50px auto 0 auto;
}
.btn-bw a {
  text-decoration: none;
  color: #ffffff;
  font-family: "Poller One";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7em;
}

.btn-by {
  z-index: 1;
  text-align: center;
  background: #1d3e94;
  position: absolute;
  left: 45%;
}
.btn-by a {
  text-decoration: none;
  color: #fcd021;
  font-family: "Poller One";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7em;
  padding: 6px 26px;
}

.container-top-haihun {
  background-color: #c55cda;
  height: 600px;
}

.haihun-ci {
  border: 10px #c55cda dotted;
}

nav.haihun-topmenu {
  background: #fcd021;
}
nav.haihun-topmenu ul a {
  color: #c55cda;
}

h2.haihun-top-news {
  color: #c55cda;
}

h2.haihun-top-tittle {
  color: #c55cda;
}

.container-pk {
  background-color: #c55cda;
  height: 100%;
  background-image: url(../img/wh-ellipse.png);
  background-repeat: no-repeat;
  background-position: top;
  background-origin: content-box;
  padding: 20px;
}
.container-pk p {
  width: 80%;
  margin: 0 auto;
}

p.haihun-p {
  color: #c55cda;
}

.btn-more-ypk {
  z-index: 1;
  text-align: center;
  background: #fcd021;
  position: absolute;
  right: 0;
  bottom: 0;
}
.btn-more-ypk a {
  text-decoration: none;
  color: #c55cda;
  font-family: "Poller One";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7em;
  padding: 6px 26px;
}

.btn-pkw {
  z-index: 1;
  text-align: center;
  background: #c55cda;
  width: 140px;
  height: 40px;
  margin: 50px auto 0 auto;
}
.btn-pkw a {
  text-decoration: none;
  color: #ffffff;
  font-family: "Poller One";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7em;
}

.btn-pky {
  z-index: 1;
  text-align: center;
  background: #c55cda;
  position: absolute;
  left: 45%;
}
.btn-pky a {
  text-decoration: none;
  color: #fcd021;
  font-family: "Poller One";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7em;
  padding: 6px 26px;
}

.container-ylc {
  z-index: 1;
  background: #ffffff;
  height: 100%;
  background-image: url(../img/yr-ellipse.png);
  background-repeat: no-repeat;
  background-position: top;
  background-origin: content-box;
}
.container-ylc .news-detail h4 {
  color: #662d91;
  text-align: center;
  margin: 50px 0 0 0;
}
.container-ylc .news-detail img {
  width: 100%;
  height: auto;
  margin: 50px auto;
}
.container-ylc .news-detail p {
  margin: 0 auto 50px auto;
  width: 80%;
}
.container-ylc .news-detail .listnews-date {
  font-family: "Poller One";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  text-align: right;
  margin: 0;
}

.news-list {
  margin-bottom: 30px;
  text-align: center;
}
.news-list h2 {
  margin-top: 20px;
}
.news-list h4 {
  color: #662d91;
  text-align: left;
  margin: 60px 0 16px 0;
}
.news-list img {
  width: 70%;
  height: auto;
  margin: 50px auto 0 auto;
}
.news-list .listnews-date {
  text-align: right;
  margin: 0;
}

.container-yl-cd {
  background: #ffffff;
  height: 100%;
  background-image: url(../img/yellow-ellipse.png);
  background-repeat: no-repeat;
  background-position: top;
  background-origin: content-box;
}
.container-yl-cd .about-logo {
  text-align: center;
}
.container-yl-cd .about-logo img {
  width: 80%;
  height: auto;
  margin-top: 80px;
}
.container-yl-cd .news-detail h2 {
  margin-top: 150px;
}
.container-yl-cd .news-detail h4 {
  color: #662d91;
  text-align: center;
  margin: 50px 0 50px 0;
}
.container-yl-cd .news-detail img {
  width: 100%;
  height: auto;
  margin: 50px auto;
}
.container-yl-cd .news-detail p {
  margin: 0 auto 50px auto;
  width: 80%;
}
.container-yl-cd .news-detail .listnews-date {
  font-family: "Poller One";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  text-align: right;
  margin: 0;
}

.container-top-pr {
  height: 100%;
  background-image: url(../img/purple-back.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-origin: content-box;
}
.container-top-pr .p-box {
  margin-top: 100px;
}
.container-top-pr h4 {
  width: 80%;
  margin: 20px auto;
}
.container-top-pr img {
  margin: 20px auto;
  width: 80%;
}
.container-top-pr p {
  width: 80%;
  margin: 20px auto;
}

.container-bottom-yl {
  height: 100%;
  background-image: url(../img/yellow-back.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-origin: content-box;
  background-size: 100%;
}
.container-bottom-yl .p-box {
  margin-bottom: 160px;
}
.container-bottom-yl h4 {
  width: 80%;
  margin: 20px auto;
}
.container-bottom-yl img {
  margin: 20px auto;
  width: 80%;
}
.container-bottom-yl p {
  width: 80%;
  margin: 20px auto;
}
.container-bottom-yl .row-box {
  margin-top: 50px;
}

.row-box {
  margin-top: 50px;
}

.page-top {
  padding: 4px;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  background-color: #fcd021;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.page-top img {
  width: 100%;
  height: auto;
}

.work-index {
  width: 72%;
  overflow-y: scroll;
  height: 50vh;
  display: block;
  margin-top: 20px;
}
.work-index ul li {
  margin: 10px 10px 10px 0;
  font-size: 10px;
  padding: 3px 10px;
  list-style-type: none;
}
.work-index ul li:hover {
  background-color: #eee9f1;
}

.work-index::-webkit-scrollbar {
  width: 15px;
  height: 15px;
  border-radius: 20px;
}

.work-index::-webkit-scrollbar-thumb {
  background-color: #662d91;
  border-radius: 20px;
}

.work-nav {
  z-index: 1;
  margin-top: 50px;
  text-align: center;
}
.work-nav ul li {
  color: #1e1e1e;
  font-weight: bold;
  margin: 0 20px;
  display: inline;
  list-style: none;
  text-decoration: none;
}
.work-nav ul a {
  border-radius: 100px;
  padding: 0 10px;
}
.work-nav ul a:hover {
  color: #ffffff;
}

.work-nav ul li.now_here .listbtn-all {
  color: #ffffff;
  background-color: #662d91;
}

.work-nav ul li.now_here .listbtn-haihunation {
  color: #ffffff;
  background-color: #c55cda;
}

.work-nav ul li.now_here .listbtn-karatuki {
  color: #ffffff;
  background-color: #1d3e94;
}

.work-detail {
  margin: 50px auto;
  padding: 4px 10px;
  text-align: right;
}
.work-detail h2 {
  font-family: "M PLUS 1", sans-serif;
  font-weight: bold;
  margin-top: 0px;
  font-size: 22px;
  color: #662d91;
  text-align: center;
}
.work-detail h4 {
  font-family: "M PLUS 1", sans-serif;
  margin-top: 20px;
  font-size: 16px;
  color: #662d91;
  text-align: center;
}
.work-detail img {
  width: 60%;
  height: auto;
  margin: 0 auto;
}
.work-detail p {
  font-family: "M PLUS 1", sans-serif;
  font-size: 12px;
  margin-top: 20px;
  text-align: left;
  width: 80%;
  margin: 20px auto 0;
}

.parallax-container {
  overflow: hidden;
  position: relative;
  height: 70vh; /* 必要に応じて調整 */
}

.parallax {
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}

.work-top {
  font-family: "M PLUS 1", sans-serif;
}
.work-top h2 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  text-align: center;
  color: #662d91;
  margin-top: 50px;
}
.work-top h4 {
  font-family: "Shippori Mincho B1", serif;
  font-weight: bold;
  text-align: center;
  color: #662d91;
  margin-top: 20px;
}
.work-top img {
  width: 100%;
  height: auto;
}
.work-top p {
  font-family: "M PLUS 1", sans-serif;
  padding: 5px 20px;
}
.work-top .text-tittle {
  padding-right: 5px;
  font-weight: bold;
}
.work-top .text-tittle::before {
  content: "■";
}
.work-top .text-before::before {
  content: "|";
  padding: 0;
}
.work-top .text-topline {
  padding-top: 16px;
  border-top: #662d91 2px solid;
}

.work-basic-info figure {
  margin: 0;
}
.work-basic-info img {
  text-align: left;
  padding: 0px 20px 20px 20px;
  width: 80%;
  height: auto;
}

.vector-container {
  margin-top: -1px;
}

.container-work-description {
  height: 100%;
  background-image: url(../img/purple-back.png), url(../img/yellow-back.png);
  background-size: 100%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: top, bottom;
  background-origin: content-box, content-box;
  color: #662d91;
}
.container-work-description .row {
  padding-bottom: 220px;
}
.container-work-description h4 {
  width: 80%;
  margin: 20px auto;
}
.container-work-description img {
  margin: 20px auto 40px auto;
  display: block;
  width: 80%;
  height: auto;
  max-height: 80vh;
  -o-object-fit: contain;
     object-fit: contain;
}
.container-work-description p {
  line-height: 1.8rem;
  width: 80%;
  margin: 20px auto;
}
.container-work-description a {
  color: #00f;
}

.container-bottom-ylwave {
  height: 100%;
  background-image: url(../img/yellow-back.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-origin: content-box;
  background-size: 100%;
}
.container-bottom-ylwave .row {
  padding-bottom: 220px;
}
.container-bottom-ylwave .p-box {
  margin-bottom: 160px;
}
.container-bottom-ylwave h4 {
  width: 80%;
  margin: 20px auto;
}
.container-bottom-ylwave img {
  margin: 20px auto;
  width: 80%;
}
.container-bottom-ylwave p {
  width: 80%;
  margin: 20px auto;
}

@media screen and (min-width: 1500px) {
  .tlogo-left,
  .tlogo-right {
    margin-top: 27%;
  }
}
@media screen and (max-width: 1000px) {
  .work-index {
    display: none;
  }
  .work-section {
    padding-top: 100px;
  }
  .work-section .slider img {
    width: auto;
    height: 200px;
  }
  .work-section .slider .slick-prev {
    margin-top: 40px;
  }
  .work-section .slider .slick-next {
    margin-top: 40px;
  }
  .container-top {
    height: 500px;
  }
  .container-top-haihun {
    height: 500px;
  }
  .container-top-karatuki {
    height: 500px;
  }
  .top-logo-circle {
    width: 400px;
    height: 400px;
    margin: 0 auto;
    top: 26px;
  }
}
@media screen and (max-width: 767px) {
  .work-top {
    font-family: "M PLUS 1", sans-serif;
  }
  .work-top h2 {
    margin-top: 20px;
    font-size: 20px;
  }
  .work-top h4 {
    font-size: 16px;
  }
  .work-top img {
    width: 100%;
    height: auto;
  }
  .work-top p {
    margin: 12px auto;
    font-size: 12px;
  }
  .gnavi_inner_list {
    font-size: 14px;
  }
  #works-description {
    padding-top: 100px;
  }
  .container-work-description .row {
    padding-bottom: 100px;
  }
  .container-work-description h2 {
    font-size: 16px;
    width: 80%;
    margin: 25px auto;
  }
  .container-work-description h4 {
    width: 80%;
    margin: 20px auto;
  }
  .container-work-description p {
    line-height: 1.5rem;
    font-size: 12px;
    width: 70%;
    margin: 6px auto;
  }
  .container-work-description a {
    color: #00f;
  }
  .container-work-description img {
    margin: 20px auto;
  }
  .container-top {
    height: 700px;
  }
  .container-top-haihun {
    height: 700px;
  }
  .container-top-karatuki {
    height: 700px;
  }
  .display-n767 {
    display: none;
  }
  .top-logo-sm {
    display: block;
    text-align: center;
    margin-top: 50px;
  }
  .top-logo-sm img {
    width: 30%;
    padding: 5px;
    background-color: #ffffff;
    border-radius: 9999px;
    margin: 0 4px;
  }
  .top-logo-sm img:hover {
    transform: scaleX(1.1) scaleY(1.1);
    transition: 0.8s;
  }
  .openbtn1 {
    top: 10px;
    left: 20px;
  }
  .menulogo {
    top: 60px;
    left: 2px;
    width: 170px;
  }
  .menulogo .img-symbol img {
    width: 100%;
  }
  .menulogo .img-hk {
    margin: 5px 0px 0 20px;
  }
  .menulogo .img-hk a {
    margin-left: 0px;
    padding: 10px;
  }
  .menulogo .img-hk a img {
    width: 50%;
    padding: 5px;
  }
  .display-b767 {
    display: block;
  }
  .container-gr p {
    width: 70%;
  }
  .listnews {
    padding: 16px 0px;
    font-size: 16px;
    margin-bottom: 40px;
  }
  .listnews .listnews-date {
    margin-right: 12px;
  }
  .listnews .listnews-tittle {
    padding: 6px 0 0 0px;
    font-size: 16px;
  }
  .btn-more-yp {
    z-index: 1;
  }
  .btn-more-yp a {
    font-size: 16px;
    padding: 6px 26px;
  }
  .btn-pw {
    z-index: 1;
    width: 110px;
    height: 28px;
    margin: 20px auto 0 auto;
  }
  .btn-pw a {
    font-size: 16px;
  }
  .btn-py {
    z-index: 1;
    left: 40%;
  }
  .btn-py a {
    font-size: 16px;
    padding: 6px 26px;
  }
  .btn-more-yb {
    z-index: 1;
  }
  .btn-more-yb a {
    font-size: 16px;
    padding: 6px 26px;
  }
  .btn-bw {
    z-index: 1;
    width: 110px;
    height: 28px;
    margin: 50px auto 0 auto;
  }
  .btn-bw a {
    font-size: 16px;
  }
  .btn-by {
    z-index: 1;
    left: 40%;
  }
  .btn-by a {
    font-size: 16px;
    padding: 6px 26px;
  }
  .btn-more-ypk {
    z-index: 1;
  }
  .btn-more-ypk a {
    font-size: 16px;
    padding: 6px 26px;
  }
  .btn-pkw {
    z-index: 1;
    width: 110px;
    height: 28px;
    margin: 50px auto 0 auto;
  }
  .btn-pkw a {
    font-size: 16px;
  }
  .btn-pky {
    z-index: 1;
    left: 40%;
  }
  .btn-pky a {
    font-size: 16px;
    padding: 6px 26px;
  }
  .work-detail {
    margin: 0px auto 0 auto;
    padding: 10px 10px;
    text-align: center;
  }
  .work-detail h2 {
    font-family: "M PLUS 1", sans-serif;
    font-weight: bold;
    margin-top: 0px;
    font-size: 22px;
  }
  .work-detail h4 {
    font-size: 16px;
  }
  .work-detail img {
    width: 100%;
  }
  .work-detail p {
    font-size: 12px;
    text-align: left;
  }
}
@media screen and (max-width: 540px) {
  .work-top {
    font-family: "M PLUS 1", sans-serif;
  }
  .work-top h2 {
    margin-top: 20px;
    font-size: 18px;
  }
  .work-top h4 {
    font-size: 14px;
  }
  .work-top p {
    margin: 12px auto;
    font-size: 12px;
  }
  .parallax-container {
    height: 10vh;
  }
  .parallax-container #works-header-img {
    display: none;
  }
  #shop-link {
    padding: 0 30px;
  }
  .page-top {
    right: 0px;
    bottom: 0px;
  }
  #works-description {
    padding-top: 50px;
  }
  .container-top {
    height: 540px;
  }
  .container-top-haihun {
    height: 540px;
  }
  .container-top-karatuki {
    height: 540px;
  }
  .slider {
    margin: 0px auto;
  }
  .margin-top50 {
    margin-top: 10px;
  }
  .margin-top100 {
    margin-top: 30px;
  }
  .top-logo-circle {
    width: 320px;
    height: 320px;
    margin: 0 auto;
    top: 26px;
  }
  .top-logo-sm {
    display: block;
    text-align: center;
    margin-top: 50px;
  }
  .top-logo-sm img {
    width: 30%;
    padding: 5px;
  }
  nav.topmenu {
    border-radius: 4px;
    background: #fcd021;
    text-align: center;
    height: 60px;
  }
  nav.topmenu ul {
    margin: 0;
    padding: 0;
  }
  nav.topmenu ul li {
    list-style: none;
    display: inline-block;
    width: 18%;
    min-width: 90px;
    margin: 14px 10px;
  }
  nav.topmenu ul a {
    font-size: 14px;
  }
  h2.top-news {
    margin: 10px 6px;
  }
  .openbtn1 {
    top: 10px;
    left: 20px;
  }
  .display-nxs {
    display: none;
  }
  .display-bxs {
    display: inline;
  }
  .menulogo {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 90px;
    background-color: #ffffff;
  }
  .menulogo .img-hk {
    margin: 6px 0px 0 70px;
  }
  .menulogo .img-hk a {
    margin-left: 0px;
    padding: 6px;
  }
  .menulogo .img-hk a img {
    width: 20%;
    padding: 4px;
  }
  .menulogo .img-hk .display-bxs img {
    width: 33%;
  }
  .btn-pw {
    width: 110px;
    height: 28px;
    margin: 16px auto 50px auto;
  }
  .btn-py {
    left: 34%;
  }
  .btn-more-yp {
    right: 20px;
  }
  .btn-bw {
    width: 110px;
    height: 28px;
    margin: 50px auto 50px auto;
  }
  .btn-by {
    left: 34%;
  }
  .btn-more-yb {
    right: 20px;
  }
  .btn-pkw {
    width: 110px;
    height: 28px;
    margin: 50px auto 50px auto;
  }
  .btn-pky {
    left: 34%;
  }
  .btn-more-ypk {
    right: 20px;
  }
  .container-gray {
    background: #f5f5f5;
    height: 100%;
  }
  .listnews {
    padding: 12px 0px;
    font-size: 12px;
    margin: 10px 10px 30px;
  }
  .listnews .listnews-date {
    margin-right: 6px;
  }
  .listnews .listnews-tittle {
    padding: 6px 0 0 0px;
    font-size: 12px;
  }
  .bn-logo img {
    width: 48%;
    padding: 10px 10px;
  }
  .vector-container {
    margin-top: -1px;
  }
  .container-ylc {
    margin-top: -100px;
  }
  .container-ylc .top-tittle {
    margin-top: 210px;
  }
  .container-yl-cd {
    background: #ffffff;
    height: 80%;
    background-image: url(../img/yellow-ellipse.png);
    background-repeat: no-repeat;
    background-position: top;
    background-origin: content-box;
  }
  .container-yl-cd .about-logo {
    text-align: center;
  }
  .container-yl-cd .about-logo img {
    margin-top: 140px;
  }
  .container-yl-cd .news-detail {
    text-align: center;
  }
  .container-yl-cd .news-detail h2 {
    margin-top: 150px;
  }
  .container-yl-cd .news-detail h4 {
    text-align: left;
    color: #662d91;
    text-align: center;
    margin: 20px 0 20px 0;
  }
  .container-top-pr {
    text-align: center;
  }
  .container-top-pr .p-box {
    margin-top: 0px;
  }
  .container-top-pr h4 {
    text-align: left;
    width: 80%;
    margin: 20px auto;
  }
  .container-top-pr img {
    margin: 20px auto;
    width: 80%;
  }
  .container-top-pr p {
    text-align: left;
    width: 80%;
    margin: 20px auto;
  }
  .container-bottom-yl {
    text-align: center;
  }
  .container-bottom-yl .p-box {
    margin-bottom: 100px;
  }
  .container-bottom-yl h4 {
    text-align: left;
    width: 80%;
    margin: 20px auto;
  }
  .container-bottom-yl img {
    margin: 20px auto;
    width: 80%;
  }
  .container-bottom-yl p {
    text-align: left;
    width: 80%;
    margin: 20px auto;
  }
  .container-bottom-yl .row-box {
    margin-top: 50px;
  }
  .work-section {
    padding-top: 30px;
  }
  .work-section .slider img {
    width: auto;
    height: 200px;
  }
  .work-section .slider .slick-prev {
    margin-right: 300px;
  }
  .work-section .slider .slick-next {
    margin-left: 300px;
  }
  .work-detail {
    text-align: center;
  }
  .work-detail h2 {
    font-size: 18px;
  }
  .work-detail h4 {
    font-size: 14px;
  }
  .work-detail img {
    width: 100%;
  }
  .work-detail p {
    font-size: 10px;
    text-align: left;
  }
}
@media screen and (max-width: 429px) {
  .gnavi_inner_list {
    font-size: 12px;
  }
  .work-section .slider .slick-prev {
    margin-right: 280px;
  }
  .work-section .slider .slick-next {
    margin-left: 280px;
  }
  .menulogo {
    height: 70px;
  }
}/*# sourceMappingURL=style.css.map */