@charset "UTF-8";
/*
**  ===================================================================
**  foundation CSS ※サイト全体に共通のスタイル
**  ===================================================================
*/
ul, h2, h3, h4, h5, p, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h2, h3, h4 {
  line-height: 0;
}

/*
**  ===================================================================
**  各種設定：var,reset,base-font,break-point
**  ===================================================================
*/
/*
**  ===================================================================
**  Blocks
**  ===================================================================
*/
/*
**  ===================================================================
**  button CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
/*
**  ===================================================================
**  media CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
/*
**  ===================================================================
**  panel CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
/*
**  ===================================================================
**  JavaScript CSS 「js-」
**  ===================================================================
*/
/*
**  ===================================================================
**  utility CSS ※prefix「u-」
**  ===================================================================
*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.u-mt10 {
  margin-top: 10%;
}

.u-mb10 {
  margin-bottom: 10%;
}

.u-mr10 {
  margin-right: 10%;
}

.u-ml10 {
  margin-left: 10%;
}

.u-mt20 {
  margin-top: 20%;
}

.u-mb20 {
  margin-bottom: 20%;
}

.u-mr20 {
  margin-right: 20%;
}

.u-ml20 {
  margin-left: 20%;
}

.u-mt30 {
  margin-top: 30%;
}

.u-mb30 {
  margin-bottom: 30%;
}

.u-mr30 {
  margin-right: 30%;
}

.u-ml30 {
  margin-left: 30%;
}

.u-mt40 {
  margin-top: 40%;
}

.u-mb40 {
  margin-bottom: 40%;
}

.u-mr40 {
  margin-right: 40%;
}

.u-ml40 {
  margin-left: 40%;
}

.u-mt50 {
  margin-top: 50%;
}

.u-mb50 {
  margin-bottom: 50%;
}

.u-mr50 {
  margin-right: 50%;
}

.u-ml50 {
  margin-left: 50%;
}

.u-mt60 {
  margin-top: 60%;
}

.u-mb60 {
  margin-bottom: 60%;
}

.u-mr60 {
  margin-right: 60%;
}

.u-ml60 {
  margin-left: 60%;
}

.u-mt70 {
  margin-top: 70%;
}

.u-mb70 {
  margin-bottom: 70%;
}

.u-mr70 {
  margin-right: 70%;
}

.u-ml70 {
  margin-left: 70%;
}

.u-mt80 {
  margin-top: 80%;
}

.u-mb80 {
  margin-bottom: 80%;
}

.u-mr80 {
  margin-right: 80%;
}

.u-ml80 {
  margin-left: 80%;
}

.u-mt90 {
  margin-top: 90%;
}

.u-mb90 {
  margin-bottom: 90%;
}

.u-mr90 {
  margin-right: 90%;
}

.u-ml90 {
  margin-left: 90%;
}

.u-mt100 {
  margin-top: 100%;
}

.u-mb100 {
  margin-bottom: 100%;
}

.u-mr100 {
  margin-right: 100%;
}

.u-ml100 {
  margin-left: 100%;
}

.u-pt10 {
  padding-top: 10%;
}

.u-pb10 {
  padding-bottom: 10%;
}

.u-pr10 {
  padding-right: 10%;
}

.u-pl10 {
  padding-left: 10%;
}

.u-pt20 {
  padding-top: 20%;
}

.u-pb20 {
  padding-bottom: 20%;
}

.u-pr20 {
  padding-right: 20%;
}

.u-pl20 {
  padding-left: 20%;
}

.u-pt30 {
  padding-top: 30%;
}

.u-pb30 {
  padding-bottom: 30%;
}

.u-pr30 {
  padding-right: 30%;
}

.u-pl30 {
  padding-left: 30%;
}

.u-pt40 {
  padding-top: 40%;
}

.u-pb40 {
  padding-bottom: 40%;
}

.u-pr40 {
  padding-right: 40%;
}

.u-pl40 {
  padding-left: 40%;
}

.u-pt50 {
  padding-top: 50%;
}

.u-pb50 {
  padding-bottom: 50%;
}

.u-pr50 {
  padding-right: 50%;
}

.u-pl50 {
  padding-left: 50%;
}

.u-pt60 {
  padding-top: 60%;
}

.u-pb60 {
  padding-bottom: 60%;
}

.u-pr60 {
  padding-right: 60%;
}

.u-pl60 {
  padding-left: 60%;
}

.u-pt70 {
  padding-top: 70%;
}

.u-pb70 {
  padding-bottom: 70%;
}

.u-pr70 {
  padding-right: 70%;
}

.u-pl70 {
  padding-left: 70%;
}

.u-pt80 {
  padding-top: 80%;
}

.u-pb80 {
  padding-bottom: 80%;
}

.u-pr80 {
  padding-right: 80%;
}

.u-pl80 {
  padding-left: 80%;
}

.u-pt90 {
  padding-top: 90%;
}

.u-pb90 {
  padding-bottom: 90%;
}

.u-pr90 {
  padding-right: 90%;
}

.u-pl90 {
  padding-left: 90%;
}

.u-pt100 {
  padding-top: 100%;
}

.u-pb100 {
  padding-bottom: 100%;
}

.u-pr100 {
  padding-right: 100%;
}

.u-pl100 {
  padding-left: 100%;
}

/*
**  ===================================================================
**  site-layout CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
#kccpArea {
  margin: 0;
  text-align: center;
  font-size: 90%;
  font-family: 'Noto Sans Japanese';
  background: url(../img/bg_article.png);
}

#kccpArea img {
  width: 100%;
  vertical-align: top;
  margin: 0;
}

#kccpArea img.w60 {
  width: 60%;
}

#kccpArea img.w70 {
  width: 70%;
}

#kccpArea img.w80 {
  width: 80%;
}

#kccpArea img.w95 {
  width: 95%;
}

#kccpArea .btn {
  line-height: 0;
  text-align: center;
}

#kccpArea .btn--A {
  margin: 4% 0;
}

#kccpArea .btn--B {
  margin-bottom: 4%;
}

#kccpArea .btn--C {
  margin: 8% 0 4%;
}

#kccpArea .btn--D {
  margin: 4% 0;
  padding: 0 6%;
}

#kccpArea .btn--E {
  margin-bottom: 1%;
}

#kccpArea .bnr {
  padding: 8% 4% 0;
  background: #FFFFFF;
}

#kccpArea .bnr__item {
  margin-top: 4%;
}

#kccpArea .bnr__item:first-child {
  margin-top: 0;
}

#kccpArea .PJ-layout {
  margin-top: 4%;
}

#kccpArea .PJ-layout .section {
  margin: 0 2% 4%;
}

#kccpArea .PJ-layout .section__body {
  background: #FFFFFF;
  padding: 3px 0 1px;
}

#kccpArea .PJ-layout .section__content {
  margin: 0 2px 2px;
  background: #5886b6;
  padding: 4%;
  box-shadow: 0 0 7px #324b65 inset;
}

#kccpArea .PJ-layout .section__content.pblarge {
  padding-bottom: 8%;
}

#kccpArea .PJ-layout .heading--A {
  line-height: 0;
}

#kccpArea .PJ-layout .heading--B {
  position: absolute;
  top: -6%;
  padding: 0 10%;
}

#kccpArea .PJ-layout .heading--C {
  margin: 10% 0 4%;
}

#kccpArea .PJ-layout .heading img {
  max-width: 100%;
  height: auto;
}

#kccpArea .PJ-layout .txt {
  margin-bottom: 4%;
}

#kccpArea .PJ-layout .txt--A {
  text-align: center;
  line-height: 0;
}

#kccpArea .PJ-layout .txt--B {
  background: #2e78b0;
  color: #FFFFFF;
  padding: 2%;
  text-align: left;
}

#kccpArea .PJ-layout .txt--C {
  margin-bottom: 0;
  text-align: center;
  line-height: 0;
}

#kccpArea .PJ-layout .txt--D {
  margin-bottom: 6%;
  padding: 0 24%;
  text-align: center;
  line-height: 0;
}

#kccpArea .PJ-layout .txt--E {
  margin-bottom: 10px;
  line-height: 0;
}

#kccpArea .PJ-layout .txt--F {
  margin-bottom: 0;
  line-height: 0;
}

#kccpArea .PJ-layout .txt--G {
  margin-bottom: 0;
  color: #FFFFFF;
}

#kccpArea .PJ-layout .txt--H {
  font-size: 75%;
  margin-bottom: 0;
  text-align: center;
  font-weight: 200;
}

#kccpArea .PJ-layout .txt--H a {
  color: #fff100;
  text-decoration: underline;
}

#kccpArea .PJ-layout .txt--I {
  color: #e60012;
  background: #FFFFFF;
  text-align: center;
  padding: 2%;
  font-size: 75%;
  margin-bottom: 8%;
}

#kccpArea .PJ-layout .txt--J {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0;
}

#kccpArea .PJ-layout .txt--K {
  color: #FFFFFF;
  font-size: 70%;
}

#kccpArea .PJ-layout .txt--L {
  font-size: 110%;
  color: #e60012;
  margin-bottom: 2%;
  text-align: center;
  font-weight: 500;
}

#kccpArea .PJ-layout .txt--M {
  color: #e60012;
  margin-bottom: 0;
  text-align: center;
  font-size: 70%;
}

#kccpArea .PJ-layout .txt--N {
  font-size: 110%;
  color: #FFFFFF;
  margin-bottom: 2%;
  text-align: center;
  font-weight: 500;
}

#kccpArea .PJ-layout .img {
  text-align: center;
}

#kccpArea .PJ-layout .img--A {
  margin-bottom: 8%;
}

#kccpArea .PJ-layout .img--B {
  margin-bottom: 10px;
}

#kccpArea .PJ-layout .img--C {
  margin-bottom: 4%;
  padding: 0 4%;
}

#kccpArea .PJ-layout .img--D {
  margin-bottom: 0;
}

#kccpArea .PJ-layout .img.left {
  text-align: left;
}

#kccpArea .PJ-layout .img.right {
  text-align: right;
}

#kccpArea .PJ-layout .box--A {
  background: #FFFFFF;
  margin-top: 16%;
  padding: 12% 2% 4%;
  position: relative;
}

#kccpArea .PJ-layout .box--B {
  padding: 4%;
}

#kccpArea .PJ-layout .box--C {
  padding: 0 10%;
}

#kccpArea .PJ-layout .box--D {
  margin-bottom: 4%;
  text-align: left;
}

#kccpArea .PJ-layout .list--A {
  margin-bottom: 6%;
}

#kccpArea .PJ-layout .list--A .list__item {
  position: relative;
  letter-spacing: -.4em;
  text-align: left;
}

#kccpArea .PJ-layout .list--A .list__item:first-child:before {
  content: none;
}

#kccpArea .PJ-layout .list--A .list__item:first-child img {
  padding-top: 0;
}

#kccpArea .PJ-layout .list--A .list__item img, #kccpArea .PJ-layout .list--A .list__item span {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}

#kccpArea .PJ-layout .list--A .list__item img {
  width: 30%;
  margin-right: 4%;
  padding-top: 6%;
  background: url(../img/arrow.png) center 9% no-repeat;
  background-size: 25px;
}

#kccpArea .PJ-layout .list--A .list__item span {
  width: 66%;
  color: #FFFFFF;
  margin-bottom: -6%;
  font-size: 90%;
}

#kccpArea .PJ-layout .list--B {
  letter-spacing: -.4em;
  border-bottom: 1px solid #FFFFFF;
  overflow: hidden;
}

#kccpArea .PJ-layout .list--B.bb-none {
  border-bottom: 0;
  margin-bottom: 4%;
}

#kccpArea .PJ-layout .list--B.bb-none .list__item {
  padding-top: 4%;
  width: 48%;
}

#kccpArea .PJ-layout .list--B.bb-none .list__item:before {
  left: -3%;
}

#kccpArea .PJ-layout .list--B .list__item {
  width: 31%;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-left: 3%;
  position: relative;
  padding-bottom: 2%;
}

#kccpArea .PJ-layout .list--B .list__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: -7%;
  height: 200%;
  width: 1px;
  background: #FFFFFF;
  overflow: hidden;
}

#kccpArea .PJ-layout .list--B .list__item:first-child {
  margin-left: 0;
}

#kccpArea .PJ-layout .list--B .list__item:first-child:before {
  content: none;
}

#kccpArea .PJ-layout .list--C {
  text-align: left;
}

#kccpArea .PJ-layout .list--C .list__item {
  list-style: disc inside;
  color: #FFFFFF;
  margin-bottom: 1%;
  font-weight: 200;
  font-size: 85%;
}

#kccpArea .PJ-layout .list--C .list__item.large {
  font-size: 100%;
}

#kccpArea .PJ-layout .list--D {
  margin-bottom: 6%;
}

#kccpArea .PJ-layout .list--D .list__item {
  background: #FFFFFF;
  padding: 2%;
  text-align: left;
}

#kccpArea .PJ-layout .list--D .list__item:nth-child(even) {
  background: #ededed;
}

#kccpArea .PJ-layout .caution {
  color: #FFFFFF;
  text-align: left;
}

#kccpArea .PJ-layout .caution.wide {
  padding: 0 4%;
}

#kccpArea .PJ-layout .caution.black {
  color: #000;
}

#kccpArea .PJ-layout .caution__item {
  margin-bottom: 1%;
  font-size: 70%;
  font-weight: 200;
}

/*
**  ===================================================================
**  site-header CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
#kccpArea .PJ-header {
  background: #FFFFFF;
  text-align: center;
  line-height: 0;
  padding-bottom: 1%;
}

#kccpArea .PJ-header__coming {
  background: #e60012;
}

#kccpArea .PJ-header__coming img {
  width: 15%;
}

#kccpArea .mainvisual {
  position: relative;
  line-height: 0;
}

#kccpArea .mainvisual__riceball {
  width: 25%;
  position: absolute;
  right: 0;
  bottom: 0;
}

/*
**  ===================================================================
**  site-footer CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.inquiry {
  margin: 4% 2%;
}

.PJ-footer {
  background: #25b1ec;
  text-align: center;
  color: #FFFFFF;
  font-size: 80%;
  padding: 2% 0;
}

/*
**  ===================================================================
**  site-navigation CSS ※block { } block__element { } block_modifier { }（key_value）
**  ===================================================================
*/
.nav {
  background-position: center top;
  background-repeat: no-repeat;
  background-image: url(../img/bg_nav.png);
  background-size: cover;
  text-align: center;
  padding: 4%;
  margin-bottom: 4%;
}

.nav--top {
  background-image: url(../img/bg_nav_top.png);
}

.nav__heading {
  margin-bottom: 4%;
}

.nav-list__item {
  line-height: 0;
}

.nav-list__item:not(:last-child) {
  margin-bottom: 2%;
}
