@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  line-height: 1.6;
  color: #675339;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #675339;
  text-decoration: underline;
}

a:hover {
  color: #675339;
  text-decoration: none;
}

.opacity:hover {
  opacity: 0.7;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.pc_960 {
  display: block;
}

.sp_960 {
  display: none;
}

img.pc {
  display: inline;
}

img.sp {
  display: none;
}

table.pc {
  display: table;
}

table.sp {
  display: none;
}

.mab25 {
  margin-bottom: 25px;
}

.contents {
  max-width: 1000px;
  margin: 0 auto;
}

.contents-l {
  max-width: 1200px;
  margin: 0 auto;
}

.cmn-bg {
  padding: 25px 0 70px;
}

.cmn-box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 95px;
  background: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

.process {
  z-index: 1;
  position: relative;
  margin-top: -30px;
  padding-top: 30px;
  background: url(../img/common/orange_bg001.png) repeat-x;
}

.process .cmn-bg {
  background: url(../img/common/orange_bg002.png);
}

.process .cmn-box {
  border: 8px solid #ff7e00;
}

.history {
  z-index: 1;
  position: relative;
  margin-top: -30px;
  padding-top: 30px;
  background: url(../img/common/pink_bg001.png) repeat-x;
}

.history .cmn-bg {
  background: url(../img/common/pink_bg002.png);
}

.history .cmn-box {
  border: 8px solid #ff6a7f;
}

.outline {
  z-index: 1;
  position: relative;
  margin-top: -30px;
  padding-top: 30px;
  background: url(../img/common/yellow_bg001.png) repeat-x;
}

.outline .cmn-bg {
  background: url(../img/common/yellow_bg002.png);
}

.outline .cmn-box {
  border: 8px solid #edc903;
}

.mori {
  z-index: 1;
  position: relative;
  margin-top: -30px;
  padding-top: 30px;
  background: url(../img/common/blue_bg001.png) repeat-x;
}

.mori .cmn-bg {
  background: url(../img/common/blue_bg002.png);
}

.mori .cmn-box {
  border: 8px solid #2dcbff;
}

.download {
  z-index: 1;
  position: relative;
  margin-top: -30px;
  padding-top: 30px;
  background: url(../img/common/purple_bg001.png) repeat-x;
}

.download .cmn-bg {
  background: url(../img/common/purple_bg002.png);
}

.download .cmn-box {
  border: 8px solid #ac68cf;
}

.zukan {
  z-index: 1;
  position: relative;
  margin-top: -30px;
  padding-top: 30px;
  background: url(../img/common/green_bg001.png) repeat-x;
}

.zukan .cmn-bg {
  background: url(../img/common/green_bg002.png);
}

.zukan .cmn-box {
  border: 8px solid #30CB93;
}

/* ----------------------------------------------------
		ヘッダー
---------------------------------------------------- */
.header {
  border-top: 10px solid #7ab04f;
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 400;
    width: 100%;
    background-color: #fff;
  }
}
.header .header-in {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .header .header-in {
    justify-content: space-between;
    padding: 2.6075619296%;
  }
}
.header .header-logo {
  width: 17.5625%;
  margin-top: 30px;
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  .header .header-logo {
    width: 50%;
    margin: 0;
  }
}
.header .gnav {
  width: 60%;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .header .gnav {
    display: none;
  }
}
.header .gnav ul {
  display: flex;
  background: url(../img/common/gnav_i001.png) no-repeat left top;
}
.header .gnav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16.25%;
  background: url(../img/common/gnav_i001.png) no-repeat right top;
}
.header .btn-header {
  width: 12.5%;
}
@media screen and (max-width: 767px) {
  .header .btn-header {
    display: none;
  }
}

.header-fixed {
  display: none;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
  background: #fff;
  border-top: 8px solid #7ab04f;
}

.header-fixed .header-logo {
  float: left;
  margin-top: 15px;
  margin-left: 10px;
}
@media screen and (max-width: 1340px) {
  .header-fixed .header-logo {
    width: 22%;
    margin-top: 5px;
  }
}

.header-fixed .gnav {
  float: right;
}
@media screen and (max-width: 1340px) {
  .header-fixed .gnav {
    width: 76%;
  }
}
.header-fixed .gnav ul {
  display: flex;
  justify-content: flex-end;
}
.header-fixed .gnav li {
  background: url(../img/common/gnav_i001_2.png) no-repeat left center;
}
@media screen and (max-width: 1340px) {
  .header-fixed .gnav li:nth-child(1) {
    width: 18.64%;
  }
}
@media screen and (max-width: 1340px) {
  .header-fixed .gnav li:nth-child(2) {
    width: 18.39%;
  }
}
@media screen and (max-width: 1340px) {
  .header-fixed .gnav li:nth-child(3) {
    width: 14.64%;
  }
}
@media screen and (max-width: 1340px) {
  .header-fixed .gnav li:nth-child(4) {
    width: 17.38%;
  }
}
@media screen and (max-width: 1340px) {
  .header-fixed .gnav li:nth-child(5) {
    width: 15.64%;
  }
}
@media screen and (max-width: 1340px) {
  .header-fixed .gnav li:nth-child(6) {
    width: 15.64%;
  }
}

.js-scrolled .header-fixed {
  display: block;
}

/* ----------------------------------------------------
		フッター
---------------------------------------------------- */
.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10000;
}

.footer {
  z-index: 99;
  position: relative;
  padding-top: 30px;
  background: url(../img/common/footer_bg001.png) repeat-x center top;
  color: #fff;
}

.footer .bg {
  background: #7a6851;
}

.footer .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer .box {
  float: left;
  width: 35%;
}

.footer .box .footer-logo {
  margin-bottom: 15px;
}

.footer .box .txt {
  font-size: 0.81rem;
}

.footer .fnav {
  float: left;
  margin-top: 30px;
}

.footer .fnav li {
  margin-bottom: 20px;
}

.footer .fnav li a {
  padding-left: 30px;
  background: url(../img/common/arrow_i001.png) no-repeat left center;
}

.footer .fnav li:last-child {
  margin-bottom: 0;
}

.footer .fnav01 {
  width: 33.33%;
}

.footer .fnav02 {
  width: 31.66%;
}

.footer .copy {
  float: left;
  margin-top: 25px;
  font-size: 0.75rem;
}

.footer .btn-footer {
  float: right;
}

.footer .btn-footer a {
  display: inline-block;
  width: 200px;
  margin-left: 10px;
  padding: 10px 15px;
  background: #fff;
  color: #715e45;
  text-align: center;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.footer .btn-footer span {
  padding-left: 25px;
  background: url(../img/common/arrow_i002.png) no-repeat left center;
}

/* ----------------------------------------------------
		モーダルウインドウ
---------------------------------------------------- */
.modal {
  display: none;
}

#mori .box-modal .inner {
  width: 100%;
  margin: 0 auto;
  border: 3px solid #2dcbff;
}

#mori .ttl-modal {
  padding: 20px 10%;
  background: #2dcbff;
  color: #fff;
  font-size: 1.55rem;
  font-weight: bold;
  text-align: center;
}

#mori .box-modal .box {
  position: relative;
  padding: 40px 5%;
}

#mori .box-modal .photo {
  width: 80%;
  margin: 0 auto 20px;
  text-align: center;
}

#mori .box-modal .icon01 {
  float: right;
  margin-top: 10px;
  margin-right: 10%;
}

#mori .box-modal .fukidashi {
  float: left;
  width: 410px;
  margin-left: 10%;
  padding: 40px 30px;
  background: #fff474;
  border-radius: 45%;
  -webkit-border-radius: 45%;
  -moz-border-radius: 45%;
}

#mori .box-modal .fukidashi .box-fukidashi {
  position: relative;
}

#mori .box-modal .fukidashi .txt-fukidashi {
  position: absolute;
  top: 30%;
  right: -50px;
}

#outline .box-modal .inner {
  width: 100%;
  margin: 0 auto;
  border: 3px solid #edc903;
  background: #fdffeb;
}

#outline .ttl-modal {
  padding: 20px 10%;
  background: #edc903;
  color: #fff;
  font-size: 1.55rem;
  font-weight: bold;
  text-align: center;
}

#outline .box-modal .box {
  position: relative;
  padding: 30px 5%;
}

#outline .ttl-box {
  margin-bottom: 10px;
}

#outline .box-modal .photo img {
  margin-bottom: 15px;
  border: 2px solid #e4e4e4;
}

#outline .box-modal .txt-box {
  width: 46%;
}

#outline .box-modal .txt {
  float: left;
  width: 60%;
  font-size: 1.12rem;
}

#outline .box-modal .img {
  float: right;
  width: 40%;
}

#outline .box-modal .icon01 {
  position: absolute;
  top: 15%;
  right: 5%;
  z-index: 1;
}

#outline .box-modal .icon02 {
  position: absolute;
  right: 20%;
}

#outline .box-modal .icon02 img {
  width: 100%;
  height: auto;
}

#outline .box-modal .fukidashi {
  width: 330px;
  position: absolute;
  top: 15%;
  right: 20%;
  padding: 60px 30px;
  background: #a3f3ff;
  border-radius: 45%;
  -webkit-border-radius: 45%;
  -moz-border-radius: 45%;
}

#outline .box-modal .fukidashi .box-fukidashi {
  position: relative;
}

#outline .box-modal .fukidashi .txt-fukidashi {
  position: absolute;
  top: 5%;
  right: -50px;
}

#outline .outline01 .icon02 {
  width: 13%;
  top: 55%;
}

#outline .outline02 .icon02 {
  width: 20%;
  top: 60%;
}

#outline .outline03 .icon02 {
  width: 20%;
  top: 50%;
}

#outline .outline03 .txt {
  width: 75%;
}

#outline .outline03 .img {
  width: 25%;
}

#outline .outline04 .icon02 {
  width: 13%;
  top: 55%;
}

#outline .outline05 .icon02 {
  width: 15%;
  top: 45%;
}

#outline .outline05 .txt-box {
  width: 100%;
  margin-top: 10%;
}

#outline .outline05 .txt {
  width: 80%;
}

#outline .outline05 .img {
  width: 20%;
}

#outline .outline06 .icon02 {
  width: 20%;
  top: 55%;
}

#outline .outline06 .txt {
  width: 75%;
}

#outline .outline06 .img {
  width: 25%;
}

#outline .outline07 .icon02 {
  width: 25%;
  top: 45%;
  right: 15%;
}

/* ----------------------------------------------------
		メインタイトル
---------------------------------------------------- */
.ttl-main {
  padding: 30px 0;
  background: url(../img/common/ttl_bg001.gif) no-repeat center top;
  background-size: cover;
}

.ttl-main .ttl-img {
  text-align: center;
}

#outline .ttl-main {
  padding: 25px 0;
}

/* ----------------------------------------------------
		バナー
---------------------------------------------------- */
.banner {
  z-index: 1;
  position: relative;
  margin-top: -30px;
  padding-top: 80px;
  padding-bottom: 50px;
  background: url(../img/common/white_bg001.png) repeat-x;
}

.banner ul {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}

.banner ul li {
  display: inline-block;
  width: 30%;
  margin-right: 5%;
}

.banner ul li:last-child {
  margin-right: 0 !important;
}

.banner._l ul {
  display: flex;
  max-width: 1200px;
}
.banner._l ul li {
  display: block;
  width: 23.6666666667%;
  margin-right: 1.75%;
}
.banner._l ul li img {
  width: 100%;
}

.banner-dl ul {
  display: flex;
}
.banner-dl ul li {
  width: 24%;
  margin-right: 1.3%;
}
.banner-dl ul li:last-child {
  margin-right: 0;
}

/* ----------------------------------------------------
		バナー
---------------------------------------------------- */
@keyframes zoom {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.is-animate-zoom {
  animation: zoom 2s infinite;
}

@keyframes left {
  0% {
    transform: translate(0%, 0%);
  }
  30% {
    transform: translate(-2%, 0%) rotate(-5deg);
  }
  70% {
    transform: translate(2%, 0%) rotate(5deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
.is-animate-left {
  animation: left 2s infinite;
}

@keyframes right {
  0% {
    transform: translate(0%, 0%);
  }
  30% {
    transform: translate(2%, 0%) rotate(5deg);
  }
  70% {
    transform: translate(-2%, 0%) rotate(-5deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(0deg);
  }
}
.is-animate-right {
  animation: right 2s infinite;
}

@keyframes up {
  0% {
    margin-top: 0;
  }
  30% {
    margin-top: -10px;
  }
  70% {
    margin-top: 10px;
  }
  100% {
    margin-top: 0;
  }
}
.is-animate-up {
  animation: up 2s infinite;
}

/* ----------------------------------------------------
		HOME
---------------------------------------------------- */
#home .footer {
  margin-top: -1em;
}

#home .topBg2 {
  background: url(../img/common/orange_bg001.png) repeat-x;
}

#home .topImg {
  z-index: 0;
  position: relative;
  background: url("../img/home/main_ph001.jpg") no-repeat center top;
  background-size: 100% auto;
}

#home .topImg .inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 44.375%;
}

#home .topImg .inner2 {
  width: 100%;
}

#home .topImg .icon {
  position: absolute;
}

#home .topImg .icon01 {
  top: 40.42%;
  left: 29.75%;
}

#home .topImg .icon02 {
  top: 26.61%;
  left: 63.62%;
}

#home .topImg .icon03 {
  top: 64.36%;
  left: 57.5%;
}
@media screen and (max-width: 767px) {
  #home .topImg .icon03 {
    top: 56.36%;
  }
}

#home .topImg .icon04 {
  top: 12.5%;
  left: 85.8333333333%;
}
@media screen and (max-width: 1600px) {
  #home .topImg .icon04 {
    left: 85.8333333333%;
    width: 5.75%;
  }
}

#home .topImg .icon05 {
  top: 75%;
  left: 87.5%;
}
@media screen and (max-width: 1600px) {
  #home .topImg .icon05 {
    left: 87.5%;
    width: 10.25%;
  }
}
@media screen and (max-width: 767px) {
  #home .topImg .icon05 {
    top: 62.5%;
  }
}

#home .topImg .bt {
  position: absolute;
}

#home .topImg .bt01 {
  top: 11.83%;
  left: 15.87%;
}

#home .topImg .bt02 {
  top: 35.35%;
  left: 21.06%;
}

#home .topImg .bt03 {
  top: 13.23%;
  left: 55.75%;
}

#home .topImg .bt04 {
  top: 46.47%;
  left: 60.31%;
}
@media screen and (max-width: 767px) {
  #home .topImg .bt04 {
    top: 38.47%;
    left: 66.31% !important;
  }
}

#home .topImg .bt05 {
  top: 62.5%;
  left: 71.6666666667%;
}
@media screen and (max-width: 1600px) {
  #home .topImg .bt05 {
    left: 75%;
  }
}
@media screen and (max-width: 767px) {
  #home .topImg .bt05 {
    top: 55.8333333333%;
  }
}

#home .topImg .bt06 {
  top: 5%;
  left: 74.1666666667%;
}
@media screen and (max-width: 1600px) {
  #home .topImg .bt06 {
    left: 73.3333333333%;
  }
}

#home .iconbox {
  position: absolute;
  top: -5%;
  left: 0;
  right: 0;
  width: 100%;
}

#home .iconbox .inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

#home .iconbox .icon01 {
  position: absolute;
  top: 0;
  left: 2.08%;
  width: 21.58%;
}

#home .iconbox .icon02 {
  position: absolute;
  top: 15px;
  left: 23%;
  width: 17%;
}

#home .iconbox .icon03 {
  position: absolute;
  top: 0;
  right: 3.33%;
  width: 22.83%;
}

#home .iconbox .icon04 {
  position: absolute;
  top: -80px;
  right: 25.25%;
  width: 29%;
}

#home .cmn-bg {
  padding: 80px 0 100px;
}

#home .cmn-box {
  max-width: 1000px;
  padding: 70px;
}

#home .cmn-box .img {
  width: 40.69%;
}

#home .cmn-box .lead {
  width: 53.6%;
}

#home .cmn-box .lead dl {
  margin: 20px 0;
}

#home .cmn-box .lead dt {
  margin-bottom: 15px;
}

#home .cmn-box .lead dd {
  font-size: 1.25rem;
}

#home .cmn-boxL .img {
  float: left;
}

#home .cmn-boxL .lead {
  float: right;
}

#home .cmn-boxR .img {
  float: right;
}

#home .cmn-boxR .lead {
  float: left;
}

#home .process .cmn-bg {
  padding: 15% 0 0;
}

#home .process .cmn-block {
  padding-bottom: 0;
}

#home .outline .cmn-box .img {
  margin-top: -40px;
}

#home .mori .cmn-box .lead dl {
  margin: 45px 0 20px;
}

#home .news {
  z-index: 1;
  position: relative;
  margin-top: -30px;
  padding-top: 60px;
  padding-bottom: 100px;
  background: url(../img/common/white_bg001.png) repeat-x;
}

#home .news .icon {
  margin-bottom: 10px;
  text-align: center;
}

#home .news .ttl-news {
  margin-bottom: 5px;
  text-align: center;
}

#home .news .ttl-sub-news {
  margin-bottom: 50px;
  font-size: 0.87rem;
  text-align: center;
}

#home .news ul li {
  border-top: 2px dashed #cbbfaf;
}

#home .news ul li a {
  display: block;
  padding: 30px 35px;
  background: url(../img/common/arrow_i003.png) no-repeat left center;
  text-decoration: none;
}

#home .news ul li a dd {
  color: #7ab04f;
  text-decoration: underline;
}

#home .news ul li a:hover dd {
  text-decoration: none;
}

#home .news ul li dt {
  display: inline-block;
  width: 23%;
}

#home .news ul li dd {
  display: inline-block;
}

.home-contents._con01 {
  z-index: 1;
  position: relative;
  margin-top: -30px;
  padding-top: 30px;
  background: url(../img/common/pink_bg001.png) repeat-x;
}
.home-contents._con01 .home-main {
  background: url(../img/common/pink_bg002.png);
}
.home-contents._con02 {
  z-index: 1;
  position: relative;
  margin-top: -30px;
  padding-top: 30px;
  background: url(../img/common/green_bg001.png) repeat-x;
}
.home-contents._con02 .home-main {
  background: url(../img/common/green_bg002.png);
}
.home-contents._con03 {
  z-index: 1;
  position: relative;
  margin-top: -30px;
  padding-top: 30px;
  background: url(../img/common/yellow_bg001.png) repeat-x;
}
.home-contents._con03 .home-main {
  background: url(../img/common/yellow_bg002.png);
}
.home-contents .home-main {
  padding: 60px 0 90px;
}
@media screen and (max-width: 767px) {
  .home-contents .home-main {
    padding: 30px 0 60px;
  }
}
.home-contents .home-flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 2.3333333333%;
}
@media screen and (max-width: 767px) {
  .home-contents .home-flex {
    grid-template-columns: 1fr;
  }
}
.home-contents .home-box {
  padding: 40px 35px;
  border: 6px solid #000;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .home-contents .home-box {
    padding: 20px;
  }
}
.home-contents .home-box._box01 {
  border-color: #ff7e00;
}
.home-contents .home-box._box02 {
  border-color: #edc903;
}
.home-contents .home-box._box03 {
  border-color: #ff6a7f;
}
.home-contents .home-box._box04 {
  border-color: #34cdff;
}
.home-contents .home-box._box05 {
  border-color: #32cb93;
}
.home-contents .home-box._box06 {
  border-color: #ac68cf;
}
.home-contents .home-box .home-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .home-contents .home-box .home-item {
    align-items: flex-start;
  }
}
.home-contents .home-box .home-item {
  gap: 20px 2.5597269625%;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .home-contents .home-box .home-item {
    flex-direction: column;
  }
}
.home-contents .home-box .home-item figure {
  width: 31.7406143345%;
}
@media screen and (max-width: 767px) {
  .home-contents .home-box .home-item figure {
    width: 85%;
    text-align: center;
    margin: 0 auto;
  }
  .home-contents .home-box .home-item figure img {
    width: 100%;
  }
}
.home-contents .home-box .home-item dl {
  flex: 1;
}
.home-contents .home-box .home-item dl dd {
  margin-top: 15px;
  font-size: 1.125rem;
  color: #675339;
}
@media screen and (max-width: 1080px) {
  .home-contents .home-box .home-item dl dd br {
    display: none;
  }
}
.home-contents .home-box .home-btn {
  text-align: center;
}

/* ----------------------------------------------------
		ノリタケの森へ行ってみよう！
---------------------------------------------------- */
#mori .map {
  position: relative;
}

#mori .map .ttl-map {
  position: absolute;
  top: 4.5%;
  right: 3%;
  width: 30.2%;
}

#mori .chara {
  position: absolute;
  bottom: -7%;
  right: 1%;
  width: 38.22%;
}

#mori .check {
  position: absolute;
  width: 12.4%;
}

#mori .check a {
  display: inline-block;
  width: 54.03%;
  margin: 22.65% 0 0 22.98%;
}

#mori .check a.js-hover {
  width: 100%;
  margin: 0;
}

#mori .check01 {
  top: 21%;
  left: 5.5%;
}

#mori .check02 {
  top: 7%;
  left: 13%;
}

#mori .check03 {
  top: 9%;
  left: 24.5%;
}

#mori .check04 {
  top: 46%;
  left: 23.5%;
}

#mori .check05 {
  top: 19%;
  left: 37%;
}

#mori .check06 {
  top: 41%;
  right: 40%;
}

#mori .check07 {
  top: 31%;
  right: 30.5%;
}

#mori .check08 {
  top: 22%;
  right: 20.5%;
}

#mori .check09 {
  top: 39%;
  right: 11.5%;
}

#mori .check10 {
  top: 40.76%;
  right: 19.6%;
}

#mori .cmn-box {
  padding: 60px 95px 110px;
}

#mori .mori-top {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  #mori .mori-top {
    margin-bottom: 60px;
  }
}
#mori .mori-top .mori-top-heading {
  margin-bottom: 30px;
}
#mori .mori-top .mori-top-lead {
  margin-bottom: 20px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
}
#mori .mori-top .mori-top-box {
  display: flex;
  gap: 30px 3%;
}
@media screen and (max-width: 767px) {
  #mori .mori-top .mori-top-box {
    flex-direction: column;
  }
}
#mori .mori-top .mori-top-box figure {
  width: 50%;
}
@media screen and (max-width: 767px) {
  #mori .mori-top .mori-top-box figure {
    width: 100%;
  }
}
#mori .mori-top .mori-top-box p {
  flex: 1;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
}
#mori .mori-box .mori-box-heading {
  margin-bottom: 30px;
}
#mori .mori-box .mori-box-subheading {
  margin-bottom: 40px;
  padding: 15px 30px;
  background-color: #29cdff;
  font-size: 1.375rem;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  line-height: 1;
}
#mori .mori-box._box01 {
  margin-block: 140px;
}
@media screen and (max-width: 767px) {
  #mori .mori-box._box01 {
    margin-block: 60px;
  }
}
#mori .mori-box._box01 .mori-box-lead, #mori .mori-box._box01 ul {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
}
#mori .mori-box._box01 .mori-box-lead, #mori .mori-box._box01 .mori-box-btn {
  margin-bottom: 40px;
}
#mori .mori-box._box01 ul {
  display: flex;
  gap: 30px 8%;
}
@media screen and (max-width: 767px) {
  #mori .mori-box._box01 ul {
    flex-direction: column;
  }
}
#mori .mori-box._box01 ul li {
  width: 28%;
}
@media screen and (max-width: 767px) {
  #mori .mori-box._box01 ul li {
    width: 100%;
  }
}
#mori .mori-box._box01 ul li img {
  width: 100%;
}
#mori .mori-box._box01 ul li p {
  margin-top: 10px;
  text-align: center;
}
#mori .mori-box._box02 {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  #mori .mori-box._box02 {
    margin-bottom: 60px;
  }
}
#mori .mori-box._box02 .mori-box-lead, #mori .mori-box._box02 .mori-box-txt, #mori .mori-box._box02 ul {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
}
#mori .mori-box._box02 .mori-box-lead {
  margin-bottom: 25px;
}
#mori .mori-box._box02 .mori-box-txt {
  margin-bottom: 40px;
}
#mori .mori-box._box02 ul {
  padding-inline: 40px;
}
@media screen and (max-width: 767px) {
  #mori .mori-box._box02 ul {
    padding-inline: 0;
  }
}
#mori .mori-box._box02 ul li {
  margin-bottom: 0.2em;
}
#mori .mori-box._box02 ul li::before {
  content: "●";
  margin-right: 0.5em;
  color: #2BCCFF;
}
#mori .mori-box._box03 {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  #mori .mori-box._box03 {
    margin-bottom: 60px;
  }
}
#mori .mori-box._box03 .mori-box-main {
  display: flex;
  justify-content: space-between;
  gap: 30px 2%;
}
@media screen and (max-width: 767px) {
  #mori .mori-box._box03 .mori-box-main {
    flex-direction: column;
  }
}
#mori .mori-box._box03 .mori-box-main figure {
  width: 28%;
}
@media screen and (max-width: 767px) {
  #mori .mori-box._box03 .mori-box-main figure {
    width: auto;
    margin: 0 auto;
  }
}
#mori .mori-box._box03 .mori-box-main .mori-box-item {
  flex: 1;
}
#mori .mori-box._box03 .mori-box-main .mori-box-item p {
  margin-bottom: 25px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
}
#mori .mori-box._box03 .mori-box-main .mori-box-item dl dt {
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #2BCCFF;
}
#mori .mori-box._box03 .mori-box-main .mori-box-item dl dd {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
}
#mori .mori-box._box04 {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  #mori .mori-box._box04 {
    margin-bottom: 60px;
  }
}
#mori .mori-box._box04 .mori-box-main .mori-box-item p {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
}
#mori .mori-link {
  padding: 60px 150px;
  border: 6px solid #2BCCFF;
}
@media screen and (max-width: 960px) {
  #mori .mori-link {
    padding-inline: 60px;
  }
}
@media screen and (max-width: 767px) {
  #mori .mori-link {
    padding: 30px;
  }
}
#mori .mori-link p {
  margin-top: 20px;
  text-align: center;
}

/* ----------------------------------------------------
		ノリタケの森　生き物図鑑
---------------------------------------------------- */
#zukan .w100 {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #zukan .cmn-bg {
    padding-top: 0;
  }
}
#zukan .cmn-box {
  padding: 100px 60px 60px;
}
@media screen and (max-width: 767px) {
  #zukan .cmn-box {
    padding: 5%;
  }
}
@media screen and (max-width: 767px) {
  #zukan .zukan {
    margin-top: 0;
    padding-top: 0;
  }
}
#zukan .zukan .zukan-ttl {
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #zukan .zukan .zukan-ttl {
    margin-bottom: 30px;
  }
}
#zukan .zukan .zukan-heading {
  margin-bottom: 40px;
  padding: 15px 30px;
  background-color: #30CB93;
  font-size: 1.375rem;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #zukan .zukan .zukan-heading {
    padding-top: 25px;
  }
}
#zukan .zukan .zukan-back {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  #zukan .zukan .zukan-back {
    padding-inline: 3%;
  }
}
#zukan .zukan .zukan-nav {
  width: 100%;
  max-width: 1200px;
  margin: 60px auto;
}
#zukan .zukan .zukan-nav .box-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px;
}
#zukan .zukan .zukan-nav._navseason .box-list {
  gap: 13px 1.3%;
}
@media screen and (max-width: 767px) {
  #zukan .zukan .zukan-nav._navseason .box-list {
    gap: 30px 4%;
  }
}
#zukan .zukan .zukan-nav._navseason .box-list li {
  width: 24%;
}
@media screen and (max-width: 767px) {
  #zukan .zukan .zukan-nav._navseason .box-list li {
    width: 48%;
  }
}
#zukan .zukan .zukan-nav._navtype .box-list {
  gap: 13px 5%;
}
@media screen and (max-width: 767px) {
  #zukan .zukan .zukan-nav._navtype .box-list {
    gap: 30px 4%;
  }
}
#zukan .zukan .zukan-nav._navtype .box-list li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #zukan .zukan .zukan-nav._navtype .box-list li {
    width: 48%;
  }
}
#zukan .zukan .zukan-nav .cmn-box {
  padding: 60px;
}
@media screen and (max-width: 767px) {
  #zukan .zukan .zukan-nav .cmn-box {
    padding: 5%;
  }
}
#zukan .zukan .zukan-nav .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px 11.0701107011%;
}
@media screen and (max-width: 767px) {
  #zukan .zukan .zukan-nav .nav-link {
    flex-direction: column;
  }
}
#zukan .zukan .zukan-nav .nav-link li {
  width: 40.5904059041%;
}
@media screen and (max-width: 767px) {
  #zukan .zukan .zukan-nav .nav-link li {
    width: 100%;
  }
}
#zukan .zukan ._tabmenutop {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#zukan .zukan ._tabmenutop li {
  cursor: pointer;
}
#zukan .zukan ._tabmenutop li.active img, #zukan .zukan ._tabmenutop li:hover img {
  display: none;
}
#zukan .zukan ._tabmenutop li.active img._act, #zukan .zukan ._tabmenutop li:hover img._act {
  display: block;
}
#zukan .zukan ._tabmenutop li ._act {
  display: none;
}
#zukan .zukan ._tabmenumain {
  display: flex;
  justify-content: center;
  -moz-column-gap: 1.25%;
       column-gap: 1.25%;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#zukan .zukan ._tabmenumain li {
  width: 21.6666666667%;
  cursor: pointer;
}
#zukan .zukan ._tabmenumain li.active img, #zukan .zukan ._tabmenumain li:hover img {
  display: none;
}
#zukan .zukan ._tabmenumain li.active img._act, #zukan .zukan ._tabmenumain li:hover img._act {
  display: block;
}
#zukan .zukan ._tabmenumain li ._act {
  display: none;
}
#zukan .zukan .tab {
  display: none;
}
#zukan .zukan .tab.active {
  display: block;
}
#zukan .zukan .tab-switch {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  #zukan .zukan .tab-switch {
    margin-right: 0;
  }
}
#zukan .zukan .tab-switch dt {
  font-weight: 700;
  text-align: right;
}
#zukan .zukan .tab-switch dd {
  width: 250px;
}
@media screen and (max-width: 767px) {
  #zukan .zukan .tab-switch dd {
    width: 50%;
  }
}
#zukan .zukan .tab-switch dd ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#zukan .zukan .tab-switch dd ul li {
  width: 120px;
}
#zukan .zukan .tab-switch dd ul li.active img, #zukan .zukan .tab-switch dd ul li:hover img {
  display: none;
}
#zukan .zukan .tab-switch dd ul li.active img._act, #zukan .zukan .tab-switch dd ul li:hover img._act {
  display: block;
}
#zukan .zukan .tab-switch dd ul li ._act {
  display: none;
}
#zukan .zukan .tab-accordion {
  margin-bottom: 60px;
}
#zukan .zukan .tab-accordion:last-child {
  margin-bottom: 0;
}
#zukan .zukan .tab-accordion .acc-box {
  padding: 40px;
  background-color: #E8FFF6;
}
@media screen and (max-width: 767px) {
  #zukan .zukan .tab-accordion .acc-box {
    padding: 40px 20px;
  }
}
#zukan .zukan .tab-accordion .acc-box .acc-list figure img {
  border: 4px solid #32CB93;
  border-radius: 26px;
}
#zukan .zukan .tab-accordion .acc-box .acc-list .acc-name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #675339;
}
#zukan .zukan .tab-accordion .acc-box .acc-list .acc-btn {
  display: block;
  border: none;
  background: none;
  cursor: pointer;
}
#zukan .zukan .tab-accordion .acc-box .acc-list._tile {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 2%;
}
@media screen and (max-width: 767px) {
  #zukan .zukan .tab-accordion .acc-box .acc-list._tile {
    gap: 30px 8%;
  }
}
#zukan .zukan .tab-accordion .acc-box .acc-list._tile li {
  width: 32%;
}
@media screen and (max-width: 767px) {
  #zukan .zukan .tab-accordion .acc-box .acc-list._tile li {
    width: 46%;
  }
}
#zukan .zukan .tab-accordion .acc-box .acc-list._tile li .acc-name {
  margin-block: 15px;
  text-align: center;
}
#zukan .zukan .tab-accordion .acc-box .acc-list._tile li .acc-txt {
  display: none;
}
#zukan .zukan .tab-accordion .acc-box .acc-list._tile li .acc-btn {
  margin: 0 auto;
}
#zukan .zukan .tab-accordion .acc-box .acc-list._list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px 35px;
  padding-block: 40px;
  border-bottom: 2px solid #32CB93;
}
@media screen and (max-width: 767px) {
  #zukan .zukan .tab-accordion .acc-box .acc-list._list li {
    flex-direction: column;
  }
}
#zukan .zukan .tab-accordion .acc-box .acc-list._list li:first-child {
  padding-top: 0;
}
#zukan .zukan .tab-accordion .acc-box .acc-list._list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#zukan .zukan .tab-accordion .acc-box .acc-list._list li figure {
  width: 32%;
}
@media screen and (max-width: 767px) {
  #zukan .zukan .tab-accordion .acc-box .acc-list._list li figure {
    width: 100%;
  }
}
#zukan .zukan .tab-accordion .acc-box .acc-list._list li .acc-list-box {
  flex: 1;
}
#zukan .zukan .tab-accordion .acc-box .acc-list._list li .acc-list-box .acc-txt {
  margin-block: 15px;
  font-weight: 400;
}
#zukan .zukan .tab-accordion .acc-box .acc-list._list li .acc-list-box .acc-btn {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  #zukan .zukan .tab-accordion .acc-box .acc-list._list li .acc-list-box .acc-btn {
    margin: 0 auto;
  }
}
#zukan ._idx .cmn-box {
  padding-bottom: 90px;
}
#zukan ._idx .zukan-box .box-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px;
}
#zukan ._idx .zukan-box .box-list li p {
  width: 100%;
  max-width: 200px;
  margin: 16px auto 0;
  text-align: center;
}
#zukan ._idx .zukan-box._box01 .box-list {
  gap: 13px 1.3%;
}
@media screen and (max-width: 767px) {
  #zukan ._idx .zukan-box._box01 .box-list {
    gap: 30px 4%;
  }
}
#zukan ._idx .zukan-box._box01 .box-list li {
  width: 24%;
}
@media screen and (max-width: 767px) {
  #zukan ._idx .zukan-box._box01 .box-list li {
    width: 48%;
  }
}
#zukan ._idx .zukan-box._box02 .box-list {
  gap: 13px 5%;
}
@media screen and (max-width: 767px) {
  #zukan ._idx .zukan-box._box02 .box-list {
    gap: 30px 4%;
  }
}
#zukan ._idx .zukan-box._box02 .box-list li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #zukan ._idx .zukan-box._box02 .box-list li {
    width: 48%;
  }
}
#zukan ._idx .zukan-map .map-heading {
  margin-bottom: 45px;
  text-align: center;
}
#zukan ._idx .zukan-map .map-fig {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#zukan ._season .season-ttl {
  margin-bottom: 55px;
  text-align: center;
}
#zukan ._season .season-nav {
  display: flex;
  justify-content: center;
  -moz-column-gap: 0.7380073801%;
       column-gap: 0.7380073801%;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #zukan ._season .season-nav {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
}
#zukan ._season .season-nav li {
  width: 23.9852398524%;
}
@media screen and (max-width: 767px) {
  #zukan ._season .season-nav li {
    width: 33%;
  }
}
#zukan ._season ._tabmenutop {
  -moz-column-gap: 1.25%;
       column-gap: 1.25%;
}
@media screen and (max-width: 767px) {
  #zukan ._season ._tabmenutop {
    -moz-column-gap: 0.583090379%;
         column-gap: 0.583090379%;
  }
}
#zukan ._season ._tabmenutop li {
  width: 21.6666666667%;
}
@media screen and (max-width: 767px) {
  #zukan ._season ._tabmenutop li {
    width: 20.4081632653%;
  }
}
#zukan ._season .tab-accordion {
  margin-bottom: 60px;
}
#zukan ._season .tab-accordion:last-child {
  margin-bottom: 0;
}
#zukan ._season .tab-accordion .acc-heading {
  padding: 20px 40px 15px;
  background: #30CB93 url("../img/zukan/ico_toggle_o.svg") no-repeat right 40px center;
  background-size: 48px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #zukan ._season .tab-accordion .acc-heading {
    padding: 25px 20px 10px;
    background-position: right 20px center;
    background-size: 28px auto;
  }
}
#zukan ._season .tab-accordion .acc-heading.active {
  background-image: url("../img/zukan/ico_toggle_c.svg");
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
#zukan ._season .tab-accordion .acc-box {
  display: none;
}
#zukan ._type .type-ttl {
  margin-bottom: 55px;
  text-align: center;
}
#zukan ._type ._tabmenutop {
  -moz-column-gap: 2.5%;
       column-gap: 2.5%;
}
@media screen and (max-width: 767px) {
  #zukan ._type ._tabmenutop {
    -moz-column-gap: 1.4577259475%;
         column-gap: 1.4577259475%;
  }
}
#zukan ._type ._tabmenutop li {
  width: 28.3333333333%;
}
@media screen and (max-width: 767px) {
  #zukan ._type ._tabmenutop li {
    width: 27.6967930029%;
  }
}
#zukan ._type .c-morebtn {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 40px auto 0;
  cursor: pointer;
}
#zukan.js-modalmapopen {
  overflow: hidden;
}
#zukan .modalmap-sec {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
#zukan .modalmap-sec .modal-in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 20px;
}
#zukan .modalmap-sec .modal-con {
  position: relative;
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
}
#zukan .modalmap-sec .modal-box {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#zukan .modalmap-sec .modal-top {
  position: relative;
  padding: 18px 50px;
  background-color: #30CB93;
}
#zukan .modalmap-sec .modal-top .modal-name {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
#zukan .modalmap-sec .modal-top .modal-map-close {
  z-index: 99;
  position: absolute;
  top: 50%;
  right: 0;
  width: 48px;
  margin-top: -24px;
  margin-right: 12px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #zukan .modalmap-sec .modal-top .modal-map-close {
    width: 2em;
    margin-top: -1em;
  }
}
#zukan .modalmap-sec .modal-map {
  padding: 20px;
  background-color: #fff;
}
#zukan .modalmap-sec .modal-map .modal-map-close {
  display: block;
  width: 100%;
  max-width: 140px;
  margin: 10px auto 0;
  padding: 0;
  border: none;
  background: none;
  text-align: center;
  cursor: pointer;
}
#zukan.js-modalopen {
  overflow: hidden;
}
#zukan .modal-sec {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
#zukan .modal-sec .modal-in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 20px;
}
#zukan .modal-sec .modal-con {
  position: relative;
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
}
#zukan .modal-sec .swiper-btn {
  z-index: 99;
  position: absolute;
  top: 50%;
  width: 60px;
  margin-top: -2.1897810219%;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #zukan .modal-sec .swiper-btn {
    width: 2rem;
  }
}
#zukan .modal-sec .swiper-btn._prev {
  left: 0;
}
#zukan .modal-sec .swiper-btn._next {
  right: 0;
}
#zukan .modal-sec .modal-box {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#zukan .modal-sec .modal-swiper > .swiper-wrapper > .swiper-slide {
  border: 6px solid #32CB93;
  background-color: #fff;
  border-radius: 8px;
}
#zukan .modal-sec .modal-top {
  position: relative;
  padding: 18px 50px;
  background-color: #30CB93;
}
#zukan .modal-sec .modal-top .modal-name {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
#zukan .modal-sec .modal-top .modal-close {
  z-index: 99;
  position: absolute;
  top: 50%;
  right: 0;
  width: 48px;
  margin-top: -24px;
  margin-right: 12px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #zukan .modal-sec .modal-top .modal-close {
    width: 2em;
    margin-top: -1em;
  }
}
#zukan .modal-sec .modal-wrap .modal-main {
  padding: 15px 60px 120px;
}
@media screen and (max-width: 767px) {
  #zukan .modal-sec .modal-wrap .modal-main {
    padding: 15px 30px 30px;
  }
}
#zukan .modal-sec .modal-wrap .modal-main .modal-main-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #zukan .modal-sec .modal-wrap .modal-main .modal-main-top {
    flex-direction: column;
  }
}
#zukan .modal-sec .modal-wrap .modal-main .modal-main-top .modal-category {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#zukan .modal-sec .modal-wrap .modal-main .modal-main-top .modal-category p {
  width: 60px;
}
@media screen and (max-width: 767px) {
  #zukan .modal-sec .modal-wrap .modal-main .modal-main-top .modal-category p {
    width: 30px;
  }
}
#zukan .modal-sec .modal-wrap .modal-main .modal-main-top .modal-tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#zukan .modal-sec .modal-wrap .modal-main .modal-main-top .modal-tag p {
  font-weight: 700;
  color: #FF7D00;
}
#zukan .modal-sec .modal-wrap .modal-main .modal-main-con {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px 2.7777777778%;
}
@media screen and (max-width: 960px) {
  #zukan .modal-sec .modal-wrap .modal-main .modal-main-con {
    flex-direction: column;
  }
}
#zukan .modal-sec .modal-wrap .modal-main .modal-main-con .modal-check {
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  margin-left: 26.8518518519%;
  margin-top: 36.5740740741%;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  #zukan .modal-sec .modal-wrap .modal-main .modal-main-con .modal-check {
    position: static;
    margin: 0 auto;
    transform: translateX(0);
  }
}
#zukan .modal-sec .modal-wrap .modal-main .modal-main-con .modal-check.active .modal-check-in {
  background-image: url("../img/zukan/ico_arrow_t.svg");
}
#zukan .modal-sec .modal-wrap .modal-main .modal-main-con .modal-check.active .modal-check-in dl dd::after {
  content: "マップをとじる";
}
#zukan .modal-sec .modal-wrap .modal-main .modal-main-con .modal-check .modal-check-in {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #32CB93 url("../img/zukan/ico_arrow.svg") no-repeat bottom 15px center;
  background-size: 36px auto;
  border-radius: 50%;
}
#zukan .modal-sec .modal-wrap .modal-main .modal-main-con .modal-check .modal-check-in::after {
  content: "";
  display: block;
  padding-top: 100%;
}
#zukan .modal-sec .modal-wrap .modal-main .modal-main-con .modal-check .modal-check-in dl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 40px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
#zukan .modal-sec .modal-wrap .modal-main .modal-main-con .modal-check .modal-check-in dl dt {
  font-size: 1.375rem;
}
#zukan .modal-sec .modal-wrap .modal-main .modal-main-con .modal-check .modal-check-in dl dd::after {
  content: "マップを見る";
}
#zukan .modal-sec .modal-wrap .modal-main .modal-main-con .modal-fig {
  position: relative;
  width: 53.7037037037%;
}
@media screen and (max-width: 960px) {
  #zukan .modal-sec .modal-wrap .modal-main .modal-main-con .modal-fig {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  #zukan .modal-sec .modal-wrap .modal-main .modal-main-con .modal-fig {
    width: 100%;
  }
}
#zukan .modal-sec .modal-wrap .modal-main .modal-main-con .modal-fig .slide-btn {
  z-index: 999;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 0;
  padding: 0;
  cursor: pointer;
  border: none;
  background: none;
  line-height: 1;
}
#zukan .modal-sec .modal-wrap .modal-main .modal-main-con .modal-fig .slide-btn._figprev {
  left: 0;
  margin-left: 18px;
}
#zukan .modal-sec .modal-wrap .modal-main .modal-main-con .modal-fig .slide-btn._fignext {
  right: 0;
  margin-right: 18px;
}
#zukan .modal-sec .modal-wrap .modal-main .modal-main-con .modal-fig .modal-fig-swiper {
  overflow: hidden;
}
#zukan .modal-sec .modal-wrap .modal-main .modal-main-con .modal-fig figure img {
  border-radius: 24px;
}
#zukan .modal-sec .modal-wrap .modal-main .modal-main-con .modal-main-box {
  flex: 1;
}
@media screen and (max-width: 960px) {
  #zukan .modal-sec .modal-wrap .modal-main .modal-main-con .modal-main-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  #zukan .modal-sec .modal-wrap .modal-main .modal-main-con .modal-main-box {
    grid-template-columns: 1fr;
  }
}
#zukan .modal-sec .modal-wrap .modal-main .modal-main-con .modal-main-box .modal-txt {
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 2;
}
#zukan .modal-sec .modal-wrap .modal-main .modal-main-con .modal-main-box .modal-item {
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #32CB93;
}
#zukan .modal-sec .modal-wrap .modal-main .modal-main-con .modal-main-box .modal-item tr {
  border-bottom: 1px solid #32CB93;
}
#zukan .modal-sec .modal-wrap .modal-main .modal-main-con .modal-main-box .modal-item tr th {
  width: 6em;
  padding: 10px 15px;
  color: #32CB93;
  text-align: left;
  font-weight: 700;
}
#zukan .modal-sec .modal-wrap .modal-main .modal-main-con .modal-main-box .modal-item tr td {
  padding: 10px 15px;
  font-weight: 700;
}
#zukan .modal-sec .modal-wrap .modal-main .modal-main-con .modal-main-box .modal-area {
  display: flex;
  border: 2px solid #32CB93;
}
#zukan .modal-sec .modal-wrap .modal-main .modal-main-con .modal-main-box .modal-area dt {
  width: 8em;
  padding: 5px;
  background-color: #32CB93;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
#zukan .modal-sec .modal-wrap .modal-main .modal-main-con .modal-main-box .modal-area dd {
  flex: 1;
  padding: 5px;
  text-align: center;
  font-weight: 700;
}
#zukan .modal-sec .modal-wrap .modal-map {
  display: none;
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #zukan .modal-sec .modal-wrap .modal-map {
    padding-bottom: 30px;
  }
}
#zukan .modal-sec .modal-wrap .modal-map .modal-map-in {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  aspect-ratio: 100/65;
}
@media screen and (max-width: 767px) {
  #zukan .modal-sec .modal-wrap .modal-map .modal-map-in {
    aspect-ratio: 1/1;
  }
}
#zukan .modal-sec .modal-wrap .modal-map .modal-map-fig {
  position: relative;
  width: 100%;
  aspect-ratio: 100/65;
}
@media screen and (max-width: 767px) {
  #zukan .modal-sec .modal-wrap .modal-map .modal-map-fig {
    aspect-ratio: 1/1;
  }
}
#zukan .modal-sec .modal-wrap .modal-map .modal-map-icon {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
}
#zukan .modal-sec .modal-wrap .modal-map .modal-map-icon._p01 {
  width: 12.6%;
  margin-top: 2.3%;
  margin-left: 15.3%;
}
#zukan .modal-sec .modal-wrap .modal-map .modal-map-icon._p02 {
  width: 12.6%;
  margin-top: 16.1%;
  margin-left: 19.3%;
}
#zukan .modal-sec .modal-wrap .modal-map .modal-map-icon._p03 {
  width: 9.3%;
  margin-top: 29%;
  margin-left: 20.6%;
}
#zukan .modal-sec .modal-wrap .modal-map .modal-map-icon._p04 {
  width: 9%;
  margin-top: 35.1%;
  margin-left: 18.1%;
}
#zukan .modal-sec .modal-wrap .modal-map .modal-map-icon._p05 {
  width: 9.3%;
  margin-top: 31.1%;
  margin-left: 30.5%;
}
#zukan .modal-sec .modal-wrap .modal-map .modal-map-icon._p06 {
  width: 12.6%;
  margin-top: 12.4%;
  margin-left: 34.8%;
}
#zukan .modal-sec .modal-wrap .modal-map .modal-map-icon._p07 {
  width: 9.2%;
  margin-top: 25.4%;
  margin-left: 43%;
}
#zukan .modal-sec .modal-wrap .modal-map .modal-map-icon._p08 {
  width: 12.5%;
  margin-top: 41.6%;
  margin-left: 37.3%;
}
#zukan .modal-sec .modal-wrap .modal-map .modal-map-icon._p09 {
  width: 12.4%;
  margin-top: 29%;
  margin-left: 52.5%;
}
#zukan .modal-sec .modal-wrap .modal-map .modal-map-icon._p10 {
  width: 9%;
  margin-top: 42.6%;
  margin-left: 52.1%;
}
#zukan .modal-sec .modal-wrap .modal-map .modal-map-icon._p11 {
  width: 9.2%;
  margin-top: 14.5%;
  margin-left: 68.1%;
}
#zukan .modal-sec .modal-wrap .modal-map .modal-map-icon._p12 {
  width: 9.2%;
  margin-top: 20.7%;
  margin-left: 68.1%;
}
#zukan .modal-sec .modal-wrap .modal-map .modal-map-icon._p13 {
  width: 9.2%;
  margin-top: 26.4%;
  margin-left: 68.1%;
}
#zukan .modal-sec .modal-wrap .modal-map .modal-map-icon._p14 {
  width: 9%;
  margin-top: 22.9%;
  margin-left: 76.3%;
}
#zukan .modal-sec .modal-wrap .modal-map .modal-map-icon._p15 {
  width: 9%;
  margin-top: 19.2%;
  margin-left: 83%;
}
#zukan .modal-sec .modal-wrap .modal-map .modal-map-close {
  display: block;
  width: 100%;
  max-width: 140px;
  margin: 10px auto 0;
  padding: 0;
  border: none;
  background: none;
  text-align: center;
  cursor: pointer;
}

/* ----------------------------------------------------
		ノリタケってなにをしているの？
---------------------------------------------------- */
#outline .map {
  position: relative;
}

#outline .map .ttl-map {
  position: absolute;
  top: 4.5%;
  right: 3%;
  width: 30.2%;
}

#outline .map .lead {
  position: absolute;
  top: 13.5%;
  right: 3%;
  width: 38%;
  font-size: 0.87rem;
  font-weight: bold;
}

#outline .popup {
  position: absolute;
  width: 8.7%;
}

#outline .pop01 {
  top: 28%;
  left: 8%;
}

#outline .pop02 {
  top: 58%;
  left: 10%;
}

#outline .pop03 {
  top: 64%;
  left: 27%;
}

#outline .pop04 {
  top: 48%;
  left: 35%;
}

#outline .pop05 {
  top: 55%;
  right: 22%;
}

#outline .pop06 {
  top: 44%;
  right: 13%;
}

#outline .pop07 {
  top: 55%;
  right: 1%;
}

#outline .cmn-box {
  padding: 60px 95px 110px;
}

/* ----------------------------------------------------
		ノリタケボーンチャイナができるまで
---------------------------------------------------- */
#process .lnav {
  margin-bottom: 150px;
  font-size: 0;
}

#process .lnav li {
  display: inline-block;
  margin-right: 0.2%;
  vertical-align: middle;
}

#process .lnav li:last-child {
  margin-right: 0;
}

#process .lnav li:nth-child(odd) {
  width: 7%;
}

#process .lnav li:nth-child(even) {
  width: 1%;
}

#process .arrow {
  margin: 40px 0 75px;
  text-align: center;
}

#process .box-process {
  position: relative;
}

#process .box-process .btn-dl {
  position: absolute;
  top: -54px;
  right: 0;
  width: 370px;
  padding: 10px 0;
  text-align: center;
}

#process .box-process .btn-dl a {
  display: block;
}

#process .box-process .inner-process {
  padding: 35px 0;
}

#process .box-process .contents-process {
  width: 90%;
  margin: 0 auto;
}

#process .box-process .lead {
  float: left;
  width: 58.33%;
}

#process .box-process .lead .ttl-box-01 {
  margin-bottom: 15px;
}

#process .box-process .lead .ttl-box-01 .ttl-lead p {
  margin-top: 10px;
  font-size: 1.12rem;
}

#process .box-process .lead .ttl-box-02 {
  margin-bottom: 25px;
}

#process .box-process .lead .ttl-box-02 .ttl-lead p {
  margin-top: 20px;
  font-size: 1.12rem;
}

#process .box-process .lead .fukidashi {
  position: relative;
}

#process .box-process .lead .fukidashi .icon01 {
  z-index: 1;
  position: absolute;
  top: 0;
  left: -20px;
}

#process .box-process .lead .fukidashi .icon02 {
  float: right;
  width: 20.57%;
}

#process .box-process .lead .fukidashi .box-fukidashi {
  float: left;
  position: relative;
  width: 70.47%;
  padding: 60px 35px;
  line-height: 1.8;
  border-radius: 45%;
  -webkit-border-radius: 45%;
  -moz-border-radius: 45%;
}

#process .box-process .lead .fukidashi .txt-fukidashi {
  position: absolute;
  top: 60%;
  right: -25px;
}

#process .box-process .lead .fukidashi .box-fukidashi .txt {
  float: left;
  width: 60%;
}

#process .box-process .lead .fukidashi .box-fukidashi .txt-w {
  color: #fff;
}

#process .box-process .lead .fukidashi .box-fukidashi .photo {
  float: right;
  width: 40%;
}

#process .box-process .lead .fukidashi .box-fukidashi .photo-v {
  margin-top: 15px;
  text-align: center;
}

#process .box-process .movie {
  float: right;
  width: 38.88%;
}

#process .box-process .movie .photo {
  margin-bottom: 20px;
}

#process .box-process .movie .photo img {
  border: 5px solid #fff;
  border-radius: 15px;
}

#process .box-process .movie .btn-movie {
  margin-top: 10px;
  text-align: center;
}

#process .box-process .img-photo {
  float: right;
  margin-top: 100px;
  width: 38.88%;
}

#process .box-process .img-photo img {
  border: 5px solid #fff;
  border-radius: 15px;
}

#process01 .inner-process {
  border: 7px solid #fff33f;
  background: #fffccb;
}

#process01 .btn-dl {
  background: #fff33f;
}

#process01 .lead .fukidashi .box-fukidashi {
  background: #fff33f;
}

#process01 .lead .fukidashi .icon02 {
  margin-top: 20%;
}

#process01 .lead .fukidashi .icon01 {
  top: 20px !important;
}

#process #process01 .movie .photo img {
  border-color: #fff33f;
}

#process02 .inner-process {
  border: 7px solid #ffe234;
  background: #fff9d7;
}

#process02 .btn-dl {
  background: #ffe234;
}

#process02 .lead .fukidashi .box-fukidashi {
  background: #ffed2f;
}

#process02 .lead .fukidashi .icon02 {
  margin-top: 20%;
}

#process02 .lead .fukidashi .icon01 {
  top: 20px !important;
}

#process #process02 .movie .photo img {
  border-color: #ffe234;
}

#process03 .inner-process {
  border: 7px solid #ffd128;
  background: #fffccb;
}

#process03 .btn-dl {
  background: #ffd128;
}

#process03 .lead .fukidashi .box-fukidashi {
  background: #ffd128;
}

#process03 .lead .fukidashi .icon02 {
  margin-top: 10%;
}

#process #process03 .movie .photo img {
  border-color: #ffd128;
}

#process04 .inner-process {
  border: 7px solid #ffc01d;
  background: #fff9d7;
}

#process04 .btn-dl {
  background: #ffc01d;
}

#process04 .lead .fukidashi .box-fukidashi {
  background: #ffc01d;
}

#process04 .lead .fukidashi .icon02 {
  margin-top: 10%;
}

#process #process04 .movie .photo img {
  border-color: #ffc01d;
}

#process05 .inner-process {
  border: 7px solid #ffaf11;
  background: #fffccb;
}

#process05 .btn-dl {
  background: #ffaf11;
}

#process05 .lead .fukidashi .box-fukidashi {
  background: #ffaf11;
}

#process05 .lead .fukidashi .icon02 {
  margin-top: 10%;
}

#process #process05 .movie .photo img {
  border-color: #ffaf11;
}

#process06 .inner-process {
  border: 7px solid #ff9e06;
  background: #fffccb;
}

#process06 .btn-dl {
  background: #ff9e06;
}

#process06 .lead .fukidashi .box-fukidashi {
  background: #ff9e06;
}

#process06 .lead .fukidashi .icon02 {
  margin-top: 10%;
}

#process #process06 .movie .photo img {
  border-color: #ff9e06;
}

#process07 .inner-process {
  border: 7px solid #ff8106;
  background: #fff9d7;
}

#process07 .btn-dl {
  background: #ff8106;
}

#process07 .lead .fukidashi .box-fukidashi {
  background: #ff8106;
}

#process07 .lead .fukidashi .icon02 {
  margin-top: 10%;
}

#process #process07 .movie .photo img {
  border-color: #ff8106;
}

#process08 .inner-process {
  border: 7px solid #e1b400;
  background: #fffccb;
}

#process08 .btn-dl {
  background: #e1b400;
}

#process08 .lead .fukidashi .box-fukidashi {
  background: #e1b400;
}

#process08 .lead .fukidashi .icon02 {
  margin-top: 10%;
}

#process #process08 .movie .photo img {
  border-color: #e1b400;
}

#process09 .inner-process {
  border: 7px solid #a0d400;
  background: #fff9d7;
}

#process09 .btn-dl {
  background: #a0d400;
}

#process09 .lead .fukidashi .box-fukidashi {
  background: #a0d400;
}

#process09 .lead .fukidashi .box-fukidashi {
  padding: 45px 25px 45px 50px !important;
  background: #a0d400;
}

#process09 .lead .fukidashi .txt-fukidashi {
  right: -23px !important;
}

#process09 .lead .fukidashi .box-fukidashi .txt {
  width: 68% !important;
}

#process09 .lead .fukidashi .box-fukidashi .photo {
  width: 30% !important;
  padding-top: 20px;
}

#process09 .lead .fukidashi .icon02 {
  margin-top: 10%;
}

#process #process09 .movie .photo img {
  border-color: #a0d400;
}

#process #process09 .img-photo img {
  border-color: #a0d400;
}

#process10 .inner-process {
  border: 7px solid #7fb709;
  background: #fffccb;
}

#process10 .btn-dl {
  background: #7fb709;
}

#process10 .lead .fukidashi .box-fukidashi {
  background: #7fb709;
}

#process10 .lead .fukidashi .icon02 {
  margin-top: 10%;
}

#process #process10 .movie .photo img {
  border-color: #7fb709;
}

#process11 .inner-process {
  border: 7px solid #57b709;
  background: #fffccb;
}

#process11 .btn-dl {
  background: #57b709;
}

#process11 .lead .fukidashi .box-fukidashi {
  background: #57b709;
}

#process11 .lead .fukidashi .icon02 {
  margin-top: 10%;
}

#process #process11 .movie .photo img {
  border-color: #57b709;
}

#process12 .inner-process {
  border: 7px solid #2eb709;
  background: #fffccb;
}

#process12 .btn-dl {
  background: #2eb709;
}

#process12 .lead .fukidashi .box-fukidashi {
  background: #2eb709;
}

#process12 .lead .fukidashi .icon02 {
  margin-top: 15%;
}

#process12 .lead .fukidashi .icon01 {
  top: 10px !important;
}

#process #process12 .movie .photo img {
  border-color: #2eb709;
}

#process .img-process {
  margin-top: 30px;
  text-align: center;
}

#process .btn-movieall {
  margin-top: 30px;
  text-align: right;
}

#process #cboxContent {
  margin-top: 0;
  background: #ff7e00;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

#process #cboxLoadedContent {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

/* ----------------------------------------------------
		ノリタケものがたり
---------------------------------------------------- */
#history .lnav {
  margin-bottom: 100px;
  font-size: 0;
}

#history .lnav li {
  display: inline-block;
  margin-right: 1.8%;
  vertical-align: middle;
}

#history .lnav li:last-child {
  margin-right: 0;
}

#history .lnav li:nth-child(odd) {
  width: 16%;
}

#history .lnav li:nth-child(even) {
  width: 1%;
}

#history .icon-history {
  margin-bottom: 40px;
}

#history .icon-history li {
  margin-bottom: 7px;
}

#history .icon-history li:first-child {
  margin-left: 1%;
}

#history .icon-history li:last-child {
  text-align: right;
}

#history .btn-history {
  text-align: center;
}

#history .box-history {
  padding-bottom: 115px;
  background: url(../img/history/line_bg001.png) repeat-y left 1.2% top;
}

#history .box-history .circle {
  float: left;
  width: 5%;
  margin-left: 1%;
}

#history .box-history .inner-history {
  float: right;
  width: 90%;
  margin-top: -20px;
  background: #ffeff2;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

#history .box-history .contents-history {
  width: 90.55%;
  margin: 0 auto;
  padding: 30px 0 55px;
}

#history .box-history .ttl-box {
  padding: 20px 25px;
  font-size: 1.62rem;
  font-weight: bold;
  color: #fff;
}

#history .box-history .ttl-box span {
  margin-right: 10px;
  font-size: 1rem;
}

#history .lead {
  float: left;
  width: 59.5%;
}

#history .lead .txt {
  margin-bottom: 20px;
  font-size: 1.12rem;
  line-height: 2;
}

#history .fukidashi {
  margin-bottom: 20px;
}

#history .fukidashi .icon-r {
  float: right;
  width: 23.7%;
  text-align: right;
}

#history .fukidashi .icon-l {
  float: left;
  width: 23.7%;
}

#history .fukidashi-l {
  float: left;
  position: relative;
  width: 72%;
  padding: 25px;
  background: #FFF;
  border: solid 3px #ff90a2;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#history .fukidashi-l:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}

#history .fukidashi-l:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #ff90a2;
  z-index: 1;
}

#history .fukidashi-r {
  float: right;
  position: relative;
  width: 72%;
  margin-top: 30px;
  padding: 25px;
  background: #FFF;
  border: solid 3px #ff90a2;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#history .fukidashi-r:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

#history .fukidashi-r:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #ff90a2;
  z-index: 1;
}

#history .box-history .photo {
  float: right;
  width: 36.8%;
}

#history .box-history .photo img {
  margin-bottom: 5px;
}

#history .box-history .photo figcaption {
  font-size: 0.75rem;
}

#history .box-history .photo .column01 {
  margin-bottom: 8px;
}

#history .box-history .photo .column01-01 {
  text-align: right;
}

#history .box-history .photo .column02 li {
  display: inline-block;
  width: 34.66%;
  margin-right: 3.33%;
  vertical-align: top;
}

#history .box-history .point {
  margin-top: 10px;
}

#history .box-history .point dt {
  margin-bottom: 5px;
}

#history .box-history .point dd {
  padding: 25px 30px;
  background: #ffc8d2;
  line-height: 2;
}

#history01 .inner-history {
  border: 7px solid #ff8095;
}

#history01 .ttl-box {
  background: #ff8095;
}

#history01 .left {
  float: left;
  width: 75%;
}

#history01 .right {
  float: right;
  width: 22%;
}

#history02 .inner-history {
  border: 7px solid #ed4c74;
}

#history02 .ttl-box {
  background: #ed4c74;
}

#history02 .fukidashi .icon-r {
  margin-top: 15px;
}

#history03 .inner-history {
  border: 7px solid #b67abc;
}

#history03 .ttl-box {
  background: #b67abc;
}

#history03 .fukidashi01 {
  margin-top: -10%;
  margin-bottom: 0;
}

#history03 .fukidashi01 .icon-l {
  width: 16%;
  margin-right: 1%;
}

#history03 .fukidashi01 .icon-r {
  width: 11%;
  margin-top: -5%;
  margin-right: 38%;
}

#history03 .fukidashi01 .fukidashi-l {
  width: 30%;
}

#history03 .fukidashi02 .icon-r {
  width: 15%;
}

#history03 .fukidashi02 .fukidashi-l {
  width: 40%;
  margin-top: 5%;
  margin-left: 45%;
}

#history03 .fukidashi03 .icon-l {
  width: 15%;
}

#history03 .fukidashi03 .fukidashi-r {
  width: 50%;
  margin-top: 0;
  margin-right: 32%;
}

#history04 .inner-history {
  border: 7px solid #dc61c1;
}

#history04 .ttl-box {
  background: #dc61c1;
}

#history04 .fukidashi01 {
  margin-top: -10%;
  margin-bottom: 0;
}

#history04 .fukidashi01 .icon-l {
  width: 16%;
  margin-right: 1%;
}

#history04 .fukidashi01 .icon-r {
  width: 11%;
  margin-top: -10%;
  margin-right: 38%;
}

#history04 .fukidashi01 .fukidashi-l {
  width: 30%;
}

#history04 .fukidashi02 .icon-r {
  width: 15%;
}

#history04 .fukidashi02 .fukidashi-l {
  width: 45%;
  margin-top: 5%;
  margin-left: 40%;
}

#history04 .fukidashi03 .icon-l {
  width: 15%;
}

#history04 .fukidashi03 .fukidashi-r {
  width: 50%;
  margin-top: 0;
  margin-right: 32%;
}

#history05 {
  margin-bottom: 90px;
  padding-bottom: 0px !important;
}

#history05 .inner-history {
  border: 7px solid #ff77c4;
}

#history05 .ttl-box {
  background: #ff77c4;
}

#history05 .txt {
  margin-bottom: 60px;
}

/* ----------------------------------------------------
		イラスト＆教材ダウンロード
---------------------------------------------------- */
#download .cmn-box {
  padding: 60px 50px 150px;
}
@media screen and (max-width: 767px) {
  #download .cmn-box {
    padding: 5% 3%;
  }
}
#download .dl-heading {
  margin-bottom: 40px;
  text-align: center;
}
#download .dl-subheading {
  margin-bottom: 40px;
  padding: 10px 30px;
  background-color: #ac68cf;
  font-size: 1.375rem;
  color: #fff;
  border-radius: 10px;
}
#download .dl-terms {
  margin-bottom: 50px;
}
#download .dl-terms .terms-heading {
  margin-bottom: 25px;
  text-align: center;
}
#download .dl-terms .terms-con {
  height: 320px;
  padding: 30px 25px;
  border: 6px solid #ac68cf;
  overflow-y: scroll;
}
#download .dl-terms .terms-con dl {
  margin-bottom: 35px;
}
#download .dl-terms .terms-con dl:last-child {
  margin-bottom: 0;
}
#download .dl-terms .terms-con dl dt {
  margin-bottom: 15px;
  font-size: 1.125rem;
}
#download .dl-terms .terms-con dl dd {
  line-height: 2;
}
#download .dl-lnav {
  max-width: 1038px;
  margin: 0 auto 100px;
}
#download .dl-lnav .w100 {
  width: 100%;
}
#download .dl-lnav ul {
  display: flex;
}
@media screen and (max-width: 767px) {
  #download .dl-lnav ul {
    flex-wrap: wrap;
  }
}
#download .dl-lnav ul li {
  width: 24.08477842%;
  margin-right: 1.2524084778%;
}
@media screen and (max-width: 767px) {
  #download .dl-lnav ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  #download .dl-lnav ul li:nth-child(2n) {
    margin-right: 0;
  }
}
#download .dl-lnav ul li:last-child {
  margin-right: 0;
}
#download .dl-list {
  display: flex;
  flex-wrap: wrap;
}
#download .dl-list li {
  position: relative;
  width: 22.7272727273%;
  margin-right: 3%;
  margin-bottom: 2.7272727273%;
  padding: 20px;
  background-color: #f9ecff;
  border: 6px solid #ac68cf;
}
@media screen and (max-width: 960px) {
  #download .dl-list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  #download .dl-list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  #download .dl-list li {
    width: 100%;
    margin-right: 0;
  }
}
#download .dl-list li:nth-child(4n) {
  margin-right: 0;
}
#download .dl-list li .list-num {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  font-size: 2rem;
  color: #fff;
  background-color: #ac68cf;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  #download .dl-list li .list-num {
    width: 40px;
    height: 40px;
    font-size: 1.375rem;
  }
}
#download .dl-list li .list-fig {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
}
#download .dl-list li .list-fig figcaption {
  margin-top: 20px;
}
#download .dl-list li .list-btn {
  text-align: center;
}
#download .dl-illust {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  #download .dl-illust {
    margin-bottom: 100px;
  }
}
#download .dl-illust .dl-character {
  margin-bottom: 220px;
}
@media screen and (max-width: 767px) {
  #download .dl-illust .dl-character {
    margin-bottom: 100px;
  }
}
#download .dl-illust .dl-character .character-btn {
  margin-top: 40px;
  text-align: center;
}
#download .dl-illust .dl-plate {
  margin-bottom: 105px;
}
@media screen and (max-width: 767px) {
  #download .dl-illust .dl-plate {
    margin-bottom: 100px;
  }
}
#download .dl-illust .dl-plate .dl-list li {
  padding: 50px 20px 20px;
}
@media screen and (max-width: 767px) {
  #download .dl-illust .dl-plate .dl-list li {
    padding: 20px;
  }
}
#download .dl-illust .dl-make {
  margin-bottom: 105px;
}
@media screen and (max-width: 767px) {
  #download .dl-illust .dl-make {
    margin-bottom: 100px;
  }
}
#download .dl-illust .dl-make .dl-list li {
  padding: 50px 20px 20px;
}
@media screen and (max-width: 767px) {
  #download .dl-illust .dl-make .dl-list li {
    padding: 20px;
  }
}
#download .dl-materials {
  margin-bottom: 150px;
}
#download .dl-materials .materials-list {
  display: flex;
  flex-wrap: wrap;
}
#download .dl-materials .materials-list li {
  position: relative;
  width: 31.3636363636%;
  margin-right: 2.7272727273%;
  margin-bottom: 2.7272727273%;
  padding: 20px;
  background-color: #f9ecff;
  border: 6px solid #ac68cf;
}
@media screen and (max-width: 960px) {
  #download .dl-materials .materials-list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  #download .dl-materials .materials-list li:nth-child(2n) {
    margin-right: 0;
  }
  #download .dl-materials .materials-list li:nth-child(3), #download .dl-materials .materials-list li:nth-child(9) {
    margin-right: 4% !important;
  }
}
@media screen and (max-width: 767px) {
  #download .dl-materials .materials-list li {
    width: 100%;
    margin-right: 0;
  }
  #download .dl-materials .materials-list li:nth-child(3), #download .dl-materials .materials-list li:nth-child(9) {
    margin-right: 0 !important;
  }
}
#download .dl-materials .materials-list li:nth-child(3n) {
  margin-right: 0;
}
#download .dl-materials .materials-list li .list-fig {
  text-align: center;
  margin-bottom: 10px;
}
#download .dl-materials .materials-list li .list-btn {
  text-align: center;
}
#download .dl-materials .materials-btn {
  margin-top: 40px;
  text-align: center;
}
#download .dl-pamphlet li {
  margin-bottom: 35px;
  padding-left: 50px;
  background: url("../img/download/arrow_i001.png") no-repeat left 20px top 0.7em;
  font-size: 1.25rem;
}
#download .dl-pamphlet li:last-child {
  margin-bottom: 0;
}
#download .dl-pamphlet li a {
  display: flex;
  align-items: center;
}
#download .dl-pamphlet li .ico::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat !important;
  background-size: contain;
  margin-left: 30px;
}
#download .dl-pamphlet li .ico.ico-pdf::before {
  width: 29px;
  height: 36px;
  background: url("../img/download/pdf_i001.png");
}
#download .dl-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
}
#download .dl-modal .dl-modal-in {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow-y: auto;
}
#download .dl-modal .dl-modal-con {
  width: 100%;
  max-width: 816px;
  margin: auto;
  padding: 5px;
  border-radius: 30px;
  background-color: #fff;
}
#download .dl-modal .dl-modal-box {
  position: relative;
  padding-bottom: 80px;
  border: 3px solid #ac68cf;
  border-radius: 25px;
  background-color: #fffdf0;
  overflow: hidden;
}
#download .dl-modal .dl-modal-close {
  position: absolute;
  top: 20px;
  right: 18px;
  cursor: pointer;
}
#download .dl-modal .dl-modal-ttl {
  padding: 20px 10px;
  background-color: #ac68cf;
  color: #fff;
  font-size: 1.75rem;
  text-align: center;
}
#download .dl-modal .dl-modal-img {
  position: relative;
  margin: 30px 0;
  padding-top: 75%;
}
#download .dl-modal .dl-modal-img figure {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
#download .dl-modal .dl-modal-img img {
  max-height: 100%;
}
#download .dl-modal .dl-modal-btn {
  text-align: center;
}
#download.js-dlmodalopen {
  overflow: hidden;
}

/* ====================================================================================================
   1600px以下のメディアクエリ
==================================================================================================== */
@media screen and (max-width: 1600px) {
  #home .topImg {
    background-size: auto 100%;
  }
  #home .topImg .inner {
    padding-top: 0;
  }
  #home .topImg .inner2 {
    position: relative;
    padding-top: 59.16%;
  }
  #home .topImg .icon01 {
    left: 23%;
    width: 6.33%;
  }
  #home .topImg .icon02 {
    left: 68.16%;
    width: 5.33%;
  }
  #home .topImg .icon03 {
    left: 60.33%;
    width: 7.75%;
  }
  #home .topImg .bt {
    width: 12.33%;
  }
  #home .topImg .bt01 {
    left: 4.5%;
  }
  #home .topImg .bt02 {
    left: 11.41%;
  }
  #home .topImg .bt03 {
    left: 57.66%;
  }
  #home .topImg .bt04 {
    left: 65.08%;
  }
  .pagetop {
    display: none;
  }
}
/* ====================================================================================================
   1060px以下のメディアクエリ
==================================================================================================== */
@media screen and (max-width: 1060px) {
  #history03 .fukidashi01 {
    margin-top: 0;
  }
  #history03 .fukidashi01 .icon-r {
    margin-top: 0;
  }
  #history04 .fukidashi01 {
    margin-top: 0;
  }
  #history04 .fukidashi01 .icon-r {
    margin-top: 0;
  }
}
/* ====================================================================================================
   1020px以下のメディアクエリ
==================================================================================================== */
@media screen and (max-width: 1020px) {
  #outline .box-modal .icon01 {
    width: 10%;
    right: 3%;
  }
  #outline .box-modal .icon02 {
    width: 15%;
  }
  #outline .box-modal .fukidashi {
    right: 15%;
    padding: 60px 10px;
  }
  #outline .box-modal .fukidashi .txt-fukidashi {
    right: -30px;
  }
}
/* ====================================================================================================
   960px以下のメディアクエリ
==================================================================================================== */
@media screen and (max-width: 960px) {
  .pc_960 {
    display: none;
  }
  .sp_960 {
    display: block;
  }
  /* ----------------------------------------------------
  		モーダルウインドウ
  ---------------------------------------------------- */
  #cboxClose {
    top: 25px !important;
    right: 25px !important;
    background-size: cover;
    width: 42px !important;
    height: 42px !important;
  }
  .modal {
    display: none;
  }
  #mori .ttl-modal {
    padding: 3% 10%;
  }
  #mori .box-modal .box {
    padding: 3% 5%;
  }
  #mori .ttl-box {
    margin-bottom: 3%;
  }
  #mori .box-modal .icon01 {
    width: 30%;
    margin-top: 10px;
    margin-right: 0;
  }
  #mori .box-modal .fukidashi {
    width: 50% !important;
    margin-left: 5%;
    padding: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
  #mori .box-modal .fukidashi .box-fukidashi {
    position: relative;
  }
  #mori .box-modal .sp-fukidashi-l {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  #mori .box-modal .sp-fukidashi-l:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -50px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #fff474;
  }
  #mori .box-modal .txt-fukidashi {
    display: none;
  }
  #outline .ttl-modal {
    padding: 3% 10%;
  }
  #outline .box-modal .box {
    padding: 3% 5%;
  }
  #outline .ttl-box {
    margin-bottom: 3%;
  }
  #outline .box-modal .photo img {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 3%;
  }
  #outline .box-modal .txt-box {
    width: 100%;
    margin: 3% 0;
  }
  #outline .box-modal .txt {
    width: 60%;
  }
  #outline .box-modal .img {
    width: 40%;
  }
  #outline .box-modal .icon01 {
    float: left;
    width: 20%;
    position: static;
  }
  #outline .box-modal .fukidashi {
    float: right;
    width: 70% !important;
    position: static;
    padding: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
  }
  #outline .box-modal .fukidashi .box-fukidashi {
    position: relative;
  }
  #outline .box-modal .sp-fukidashi-l {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  #outline .box-modal .sp-fukidashi-l:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -50px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-right: 15px solid #a3f3ff;
  }
  #outline .box-modal .txt-fukidashi {
    display: none;
  }
  #outline .box-modal .icon02 {
    display: none;
  }
  #outline .outline03 .txt {
    width: 85%;
  }
  #outline .outline03 .img {
    width: 15%;
  }
  #outline .outline06 .txt {
    width: 85%;
  }
  #outline .outline06 .img {
    width: 15%;
  }
  /* ----------------------------------------------------
  		ノリタケってなにをしているの？
  ---------------------------------------------------- */
  #outline .map .lead {
    right: 1%;
    width: 80%;
    font-size: 0.8rem;
  }
}
/* ====================================================================================================
   900px以下のメディアクエリ
==================================================================================================== */
@media screen and (max-width: 900px) {
  /* ----------------------------------------------------
  		ノリタケボーンチャイナができるまで
  ---------------------------------------------------- */
  #process .cmn-box {
    padding: 5% 3%;
  }
  #process .lnav {
    margin-bottom: 10%;
  }
  #process .arrow {
    margin: 10% 0 15%;
  }
  #process .box-process .inner-process {
    padding: 5% 0;
  }
  #process .box-process .lead {
    float: none;
    width: 100%;
  }
  #process .box-process .lead .ttl-box-01 .ttl-lead {
    float: none;
    width: 100%;
  }
  #process .box-process .lead .ttl-box-01 .ttl-lead p {
    font-size: 1rem;
  }
  #process .box-process .lead .ttl-box-02 .ttl-lead p {
    font-size: 1rem;
  }
  #process .box-process .movie {
    float: none;
    width: 100%;
    max-width: 350px;
    margin: 10% auto 0;
  }
  #process .box-process .img-photo {
    float: none;
    margin-top: 10%;
    width: 100%;
  }
  #process .box-process .img-photo img {
    width: 100%;
    height: auto;
  }
  /* ----------------------------------------------------
  		ノリタケものがたり
  ---------------------------------------------------- */
  #history .cmn-box {
    padding: 5% 3%;
  }
  #history .lnav {
    margin-bottom: 10%;
  }
}
/* ====================================================================================================
   767px以下のメディアクエリ
==================================================================================================== */
@media screen and (max-width: 767px) {
  html {
    font-size: 3.12vw !important;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  img.pc {
    display: none;
  }
  img.sp {
    display: inline;
  }
  table.pc {
    display: none;
  }
  table.sp {
    display: table;
  }
  .mab25 {
    margin-bottom: 5%;
  }
  .contents {
    width: 94.78%;
  }
  .contents-l {
    width: 94.78%;
  }
  .cmn-box {
    width: 94.78%;
    padding: 5%;
  }
  .cmn-bg {
    padding: 3% 0 15%;
  }
  .ttl-sp {
    padding-top: 18%;
    padding-bottom: 10%;
  }
  .ttl-sp img {
    width: 100%;
    max-width: initial;
  }
  /* ----------------------------------------------------
  		ヘッダー
  ---------------------------------------------------- */
  .js-scrolled .header-fixed {
    display: none;
  }
  /* ----------------------------------------------------
  		SPメニュー
  ---------------------------------------------------- */
  .header-menu {
    position: relative !important;
    width: 13%;
    margin: 0 0 0 auto;
    padding-top: 13%;
    background-color: #7ab04f;
    border-radius: 15px;
  }
  .header-menu p {
    position: absolute;
    width: 54%;
    padding-top: 54%;
    top: 23%;
    left: 23%;
  }
  .header-menu span {
    position: absolute;
    display: inline-block;
    transition: all 0.4s;
    left: 0;
    width: 100%;
    height: 10%;
    background-color: #fff;
    border-radius: 4px;
  }
  .header-menu span:nth-of-type(1) {
    top: 0;
  }
  .header-menu span:nth-of-type(2) {
    top: 50%;
    margin-top: -5%;
  }
  .header-menu span:nth-of-type(3) {
    bottom: 0;
  }
  .gnavopened {
    overflow: hidden;
  }
  .gnavopened .header {
    background: none;
  }
  .gnavopened .header-logo {
    display: none;
  }
  .gnavopened .header-menu {
    background-color: #fff;
  }
  .gnavopened .header-menu span {
    background-color: #7ab04f;
  }
  .nav-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #7ab04f;
    overflow: auto;
  }
  .nav-menu a {
    text-decoration: none;
  }
  .nav-menu-content {
    padding: 4.68%;
  }
  .nav-menu-content p {
    width: 50%;
  }
  .nav-menu ul {
    padding: 9.31% 0;
  }
  .nav-menu ul li {
    margin-bottom: 4.82%;
    text-align: center;
  }
  .btn-close {
    border: 1px solid #f00;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 300;
    width: 100%;
    padding: 15px;
    background: #fff;
    text-align: center;
  }
  .btn-close img {
    width: 20%;
  }
  .gnavopened .nav-menu {
    display: block;
  }
  /* ----------------------------------------------------
  		フッター
  ---------------------------------------------------- */
  .pagetop {
    width: 20%;
  }
  .footer .inner {
    width: 94.78%;
    padding-bottom: 3%;
  }
  .footer .box {
    float: none;
    width: 100%;
  }
  .footer .box .footer-logo {
    margin-bottom: 5%;
    text-align: center;
  }
  .footer .box .txt {
    font-size: 1rem;
  }
  .footer .copy {
    float: none;
    margin-top: 0;
    text-align: center;
  }
  /* ----------------------------------------------------
  		メインタイトル
  ---------------------------------------------------- */
  .ttl-main {
    padding: 10% 0 15%;
  }
  .ttl-main .ttl-img {
    width: 94.78%;
    margin: 0 auto;
  }
  #outline .ttl-main {
    padding: 10% 0 15%;
  }
  /* ----------------------------------------------------
  		バナー
  ---------------------------------------------------- */
  .banner {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  .banner ul {
    width: 94.78%;
  }
  /* ----------------------------------------------------
  		モーダルウインドウ
  ---------------------------------------------------- */
  #cboxClose {
    top: 10px !important;
    right: 10px !important;
  }
  /* ----------------------------------------------------
  		HOME
  ---------------------------------------------------- */
  #home .topBg {
    padding-top: 18%;
  }
  #home .topImg {
    z-index: 0;
    position: relative;
  }
  #home .topImg .img img {
    width: 100%;
    height: auto;
  }
  #home .iconbox {
    top: -4%;
  }
  #home .iconbox .inner {
    max-width: 94.78%;
  }
  #home .iconbox .icon04 {
    top: -20px;
  }
  #home .cmn-bg {
    padding: 4% 0 15%;
  }
  #home .cmn-box {
    width: 94.78%;
    padding: 5%;
  }
  #home .cmn-box .img {
    width: 100%;
    text-align: center;
  }
  #home .cmn-box .lead {
    width: 100%;
  }
  #home .cmn-boxL .img {
    float: none;
  }
  #home .cmn-boxL .lead {
    float: none;
  }
  #home .cmn-boxR .img {
    float: none;
  }
  #home .cmn-boxR .lead {
    float: none;
  }
  #home .cmn-box .btn-box {
    text-align: center;
  }
  #home .process .cmn-bg {
    padding: 10% 0 15%;
  }
  #home .outline .cmn-box .img {
    margin-top: 0;
  }
  #home .news {
    padding-top: 10%;
    padding-bottom: 10%;
  }
  #home .news .icon {
    width: 15%;
    margin: 0 auto 10px;
  }
  #home .news .ttl-news {
    width: 80%;
    margin: 0 auto 5px;
  }
  #home .news .ttl-sub-news {
    margin-bottom: 5%;
  }
  #home .news ul li a {
    display: block;
    padding: 3% 3% 3% 10%;
  }
  #home .news ul li dt {
    display: block;
    width: 100%;
  }
  #home .news ul li dd {
    display: block;
  }
  /* ----------------------------------------------------
  		ノリタケの森へ行ってみよう！
  ---------------------------------------------------- */
  #mori .mori {
    margin-top: 0;
    padding-top: 0;
  }
  #mori .mori .cmn-bg {
    padding-top: 0;
  }
  #mori .cmn-box {
    padding: 5%;
  }
  /* ----------------------------------------------------
  		ノリタケってなにをしているの？
  ---------------------------------------------------- */
  #outline .outline {
    margin-top: 0;
    padding-top: 0;
  }
  #outline .outline .cmn-bg {
    padding-top: 0;
  }
  #outline .map .lead {
    top: 14%;
    right: 0.5%;
    width: 80%;
    font-size: 0.55rem;
  }
  #outline .cmn-box {
    padding: 5%;
  }
  /* ----------------------------------------------------
  		ノリタケボーンチャイナができるまで
  ---------------------------------------------------- */
  #process .process {
    margin-top: 0;
    padding-top: 0;
  }
  #process .process .cmn-bg {
    padding-top: 0;
  }
  #process .lnav li {
    margin-right: 2.5%;
    margin-bottom: 2%;
  }
  #process .lnav li:nth-child(12) {
    margin-right: 0;
  }
  #process .lnav li:nth-child(odd) {
    width: 11%;
  }
  #process .arrow {
    margin: 10% 0;
  }
  #process .box-process .lead .fukidashi .icon01 {
    width: 13%;
    top: 0;
    left: 10px;
    margin-top: -5%;
  }
  #process .box-process .lead .fukidashi .box-fukidashi {
    float: none;
    width: 100%;
    padding: 60px 20px !important;
  }
  #process .btn-movieall {
    text-align: center;
  }
  /* ----------------------------------------------------
  		ノリタケものがたり
  ---------------------------------------------------- */
  #history .history {
    margin-top: 0;
    padding-top: 0;
  }
  #history .history .cmn-bg {
    padding-top: 0;
  }
  #history .lnav {
    text-align: center;
  }
  #history .lnav li {
    float: none;
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 2%;
    padding-bottom: 4%;
    background: url("../img/common/lnav_i002.png") no-repeat center bottom;
  }
  #history .lnav li:nth-child(odd) {
    width: 100%;
  }
  #history .lnav li:nth-child(even) {
    display: none;
  }
  #history .lnav li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    background: none;
  }
  #history .icon-history li:first-child {
    margin-left: 0;
  }
  #history .box-history {
    padding-bottom: 15%;
    background: none;
  }
  #history .box-history .inner-history {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  #history .box-history .ttl-box {
    padding: 10px;
    font-size: 1.2rem;
  }
  #history .box-history .ttl-box span {
    margin-right: 5px;
    font-size: 0.85rem;
  }
  #history .lead {
    float: none;
    width: 100%;
  }
  #history .fukidashi .icon-r {
    width: 20%;
  }
  #history .fukidashi .icon-l {
    width: 20%;
  }
  #history .fukidashi-l {
    padding: 10px;
  }
  #history .fukidashi-r {
    padding: 10px;
  }
  #history .box-history .photo {
    float: none;
    width: 100%;
  }
  #history .box-history .photo img {
    width: 100%;
    height: auto;
  }
  #history .box-history .photo .column01-01 {
    text-align: center;
  }
  #history .box-history .point dd {
    padding: 10px;
  }
  #history03 .fukidashi01 {
    margin-top: 0;
    margin-bottom: 0;
  }
  #history03 .fukidashi01 .icon-l {
    width: 25%;
    margin-right: 1%;
  }
  #history03 .fukidashi01 .icon-r {
    width: 18%;
    margin-top: 0;
    margin-right: 0;
  }
  #history03 .fukidashi01 .fukidashi-l {
    width: 50%;
  }
  #history03 .fukidashi02 .icon-r {
    width: 20%;
  }
  #history03 .fukidashi02 .fukidashi-l {
    width: 70%;
    margin-top: 8%;
    margin-left: 0;
  }
  #history03 .fukidashi03 .icon-l {
    width: 20%;
    margin-top: 5%;
  }
  #history03 .fukidashi03 .fukidashi-r {
    width: 70%;
    margin-top: 0;
    margin-right: 0;
  }
  #history04 .fukidashi01 {
    margin-top: 0;
    margin-bottom: 0;
  }
  #history04 .fukidashi01 .icon-l {
    width: 25%;
    margin-right: 1%;
  }
  #history04 .fukidashi01 .icon-r {
    width: 18%;
    margin-top: 10%;
    margin-right: 0;
  }
  #history04 .fukidashi01 .fukidashi-l {
    width: 50%;
  }
  #history04 .fukidashi02 .icon-r {
    width: 20%;
  }
  #history04 .fukidashi02 .fukidashi-l {
    width: 70%;
    margin-top: 8%;
    margin-left: 0;
  }
  #history04 .fukidashi03 .icon-l {
    width: 20%;
    margin-top: 10%;
  }
  #history04 .fukidashi03 .fukidashi-r {
    width: 70%;
    margin-top: 0;
    margin-right: 0;
  }
  #history05 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #history05 .txt {
    margin-bottom: 20px;
  }
}
/* ====================================================================================================
   460px以下のメディアクエリ
==================================================================================================== */
@media screen and (max-width: 640px) {
  /* ----------------------------------------------------
  		ノリタケってなにをしているの？
  ---------------------------------------------------- */ /*
#outline .map .lead { top: 14%; right: 0.5%; width: 80%; font-size: 0.4rem; }

*/
}
_::-webkit-full-page-media, _:future, :root .ruby-in {
  margin-top: -0.5em;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  ::i-block-chrome, .ruby-in {
    margin-top: -0.5em;
  }
}
@-moz-document url-prefix() {
  rt {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=base.css.map */