@charset "utf-8";
@font-face {
  font-family: 'Noto Sans Japanese';
  src: url('assets/font/NotoSansCJKjp-Thin-Web.eot');
  src: url('assets/font/NotoSansCJKjp-Thin-Web.eot?#iefix') format('embedded-opentype'), url('assets/font/NotoSansCJKjp-Thin-Web.woff') format('woff'), url('assets/font/NotoSansCJKjp-Thin-Web.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Noto Sans Japanese';
  src: url('assets/font/NotoSansCJKjp-Light-Web.eot');
  src: url('assets/font/NotoSansCJKjp-Light-Web.eot?#iefix') format('embedded-opentype'), url('assets/font/NotoSansCJKjp-Light-Web.woff') format('woff'), url('assets/font/NotoSansCJKjp-Light-Web.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Noto Sans Japanese';
  src: url('assets/font/NotoSansCJKjp-Regular-Web.eot');
  src: url('assets/font/NotoSansCJKjp-Regular-Web.eot?#iefix') format('embedded-opentype'), url('assets/font/NotoSansCJKjp-Regular-Web.woff') format('woff'), url('assets/font/NotoSansCJKjp-Regular-Web.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Noto Sans Japanese';
  src: url('assets/font/NotoSansCJKjp-Medium-Web.eot');
  src: url('assets/font/NotoSansCJKjp-Medium-Web.eot?#iefix') format('embedded-opentype'), url('assets/font/NotoSansCJKjp-Medium-Web.woff') format('woff'), url('assets/font/NotoSansCJKjp-Medium-Web.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Noto Sans Japanese';
  src: url('assets/font/NotoSansCJKjp-Bold-Web.eot');
  src: url('assets/font/NotoSansCJKjp-Bold-Web.eot?#iefix') format('embedded-opentype'), url('assets/font/NotoSansCJKjp-Bold-Web.woff') format('woff'), url('assets/font/NotoSansCJKjp-Bold-Web.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

html {
  font-size: 62.5%;
  font-family: 'Roboto', 'Noto Sans Japanese', Verdana, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo;
  line-height: 1.7;
  color: #000;
  height: 100%;
}
body {
  margin: 0;
  height: 100%;
  font-size: 1.4rem;
  font: 1.4rem/1.5 serif;
  font-weight: normal;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  text-rendering: optimizeLegibility;
  font-family: 'Roboto', 'Noto Sans Japanese', Verdana, 'Droid Sans', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo;
}
html, body {
  margin: 0;
  padding: 0;
  width:100%;
  height:100%;
}

body{
  min-width: 1000px;
}

a {
  color: #3366cc;
  text-decoration: none;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;

}
a:hover {
  color: #3366cc;
  text-decoration: underline;
  cursor: pointer;
}
a:hover figure img {
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  transition: all 0.3s ease;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
figure,figcaption {
  /*display: inline-block;
  text-align: center;*/
  margin: 0;
}
header,nav,fotter,
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}


/* =================================================== */
/* header
/* =================================================== */

.header-inner {
  position: absolute;
  height: 100px;
  width: 100%;
  min-width: 1200px;
  z-index: 999;
  border-bottom: #cccccc solid 1px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header-inner .siteneme-block img {
  width: 100%;
  height: auto;
}
body.archive .sitelogo-block,
body.single .sitelogo-block,
body.page .sitelogo-block,
body#error404 .sitelogo-block {
  display: none;
}
.header-inner .siteneme-block {
  position: absolute;
  top: 20px;
  left: 24px;
  width: 143px;
  height: 47px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.header-inner .siteneme-block .catch-txt {
  font-size: 1.1rem;
  line-height: 1;
  margin-bottom: 8px;
}
.header-inner .siteneme-block a {
  display: block;
  width: 138px;
  height: 41px;
}
.header-inner .siteneme-block a:hover,
.header-inner .siteneme-block a:active {
  text-decoration: none;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
} 
.header-inner .logo-box {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/* sublNavi =========== */
header .sublNavi {
  position: absolute;
  top: 0px;
  right: 0px;
  display: -webkit-flex;
  display: flex;
}

header .search-block {
  height: 31px;
  margin-top: 15px;
  margin-right: 10px;
}
/*header .search-block #___gcse_0 {
  height: auto;
}*/
header .search-block .gsc-control-cse {
  /*position: relative;*/
  padding: 0px;
  border: none;
  height: 31px;
}
header .search-block .gsc-control-cse::after {
  content: none;
}
header .search-block table.gsc-search-box td.gsc-input {
  padding-right: 6px;
}
header .search-block .gsc-input .gsc-input-box {
  width: 228px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; 
}
header .search-block .gsc-input .gsc-input-box .gsib_a {
  padding: 3px 9px 2px 9px;
}
/*header .search-block .gsc-input .gsc-input-box input {
  position: relative;
}
header .search-block .gsc-input .gsc-input-box input::before {
  content: "サイト内検索";
  position: absolute;
  display: inline-block;
  color: #666666;
  top: 50%;
  right: 10px;
  margin-top: -12px;
}*/
header .search-block .gsc-search-button-v2 {
  padding: 8px 27px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; 
}

header .sublNavi #header_submenu {
  background-color: #330033;
}
header .sublNavi #header_submenu a {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
header .sublNavi > #header_submenu {
  list-style: none;
  /*letter-spacing: -0.4em;*/
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  padding: 0 10px;
}
header .sublNavi #header_submenu > li {
  /*display: inline-block;
  letter-spacing: 0;*/
  padding: 0 10px;
  border-left: #ffffff solid 1px;
}
header .sublNavi #header_submenu > li:first-child {
  border: none;
}

header #font-size {
  letter-spacing: -0.4em;
}
header #font-size .txt-box {
  display: inline-block;
  letter-spacing: 0;
  color: #ffffff;
  vertical-align: middle;
  font-size: 1.2rem;
  margin-right: 6px;
}
header #font-size div {
  display: inline-block;
  letter-spacing: 0;
}
header #font-size div a {
  display: block;
  width: 44px;
  text-align: center;
  border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
  cursor: pointer;
}
header #font-size div.large {
  margin-left: 6px;
}

/* font-size JS --- */
header #font-size div.large a, #font-size div.middle a {
  color: #ffffff;
  border: #ffffff solid 1px;
  background-color: transparent;
}
header #font-size div.large a:hover, #font-size div.large.current a,
header #font-size div.middle a:hover, #font-size div.middle.current a {
  color: #36003c;
  background-color: #ffffff;
}

/* フォントサイズ変更 各値変更 */

body.fnt-large .header-inner .gmenu-block ul.nav-list > li {
  padding: 0 15px 0 18px !important;
}
body.fnt-large .header-inner .gmenu-block ul.nav-list > li span {
  width: 100%;
}


/* body-color =========== */
/* カラー設定値 */
header .sublNavi .sitecolor-set .i_color-prof::before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-weight: 900;
  content: "\f013";
  margin-right: 5px;
  color: #ffffff; 
}
header .sublNavi #site-color {
  display: inline-block;
  margin-left: 5px;
}
header .sublNavi #site-color li {
  display: block;
  width: 44px;
  text-align: center;
  border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
  cursor: pointer;
}
header .sublNavi #site-color li:last-child {
  margin-right: 0;
}

/* 仮　カラー変更 */
body.a_yellow {
  background-color: #ffff00 !important;
  color: #00008B;
}
body.a_yellow header, body.a_yellow footer, body.a_yellow div, body.a_yellow section, body.a_yellow input {
  background-color: #ffff00 !important;
  opacity: 1;
}
body.a_yellow header:before, body.a_yellow header:after, body.a_yellow footer:before, body.a_yellow footer:after, body.a_yellow div:before, body.a_yellow div:after, body.a_yellow section:before, body.a_yellow section:after, body.a_yellow input:before, body.a_yellow input:after {
  background-color: #ffff00 !important;
  color: #00008B;
}
body.a_yellow h1, body.a_yellow h2, body.a_yellow h3, body.a_yellow h4, body.a_yellow h5, body.a_yellow h6, body.a_yellow p, body.a_yellow span, body.a_yellow i, body.a_yellow em, body.a_yellow ul li, body.a_yellow dl dt, body.a_yellow dl dd, body.a_yellow a, body.a_yellow input, body.a_yellow div {
  color: #00008B !important;
  border-color: #00008B !important;
}
body.a_yellow h1:before, body.a_yellow h1:after, body.a_yellow h2:before, body.a_yellow h2:after, body.a_yellow h3:before, body.a_yellow h3:after, body.a_yellow h4:before, body.a_yellow h4:after, body.a_yellow h5:before, body.a_yellow h5:after, body.a_yellow h6:before, body.a_yellow h6:after, body.a_yellow p:before, body.a_yellow p:after, body.a_yellow span:before, body.a_yellow span:after, body.a_yellow i:before, body.a_yellow i:after, body.a_yellow em:before, body.a_yellow em:after, body.a_yellow ul li:before, body.a_yellow ul li:after, body.a_yellow dl dt:before, body.a_yellow dl dt:after, body.a_yellow dl dd:before, body.a_yellow dl dd:after, body.a_yellow a:before, body.a_yellow a:after, body.a_yellow input:before, body.a_yellow input:after, body.a_yellow div:before, body.a_yellow div:after {
  color: #00008B !important;
  border-color: #00008B !important;
}
body.a_yellow a:hover {
  color: #00008B;
  background-color: transparent;
}
body.a_blue {
  background-color: #00008B !important;
  color: #ffff00;
}
body.a_blue header, body.a_blue footer, body.a_blue div, body.a_blue section, body.a_blue input {
  background-color: #00008B !important;
  opacity: 1;
}
body.a_blue header:before, body.a_blue header:after, body.a_blue footer:before, body.a_blue footer:after, body.a_blue div:before, body.a_blue div:after, body.a_blue section:before, body.a_blue section:after, body.a_blue input:before, body.a_blue input:after {
  background-color: #00008B !important;
  color: #ffff00;
}
body.a_blue h1, body.a_blue h2, body.a_blue h3, body.a_blue h4, body.a_blue h5, body.a_blue h6, body.a_blue p, body.a_blue span, body.a_blue i, body.a_blue em, body.a_blue ul li, body.a_blue dl dt, body.a_blue dl dd, body.a_blue a, body.a_blue input, body.a_blue div, body.a_blue table, body.a_blue thead {
  color: #ffff00 !important;
  border-color: #ffff00 !important;
}
body.a_blue h1:before, body.a_blue h1:after, body.a_blue h2:before, body.a_blue h2:after, body.a_blue h3:before, body.a_blue h3:after, body.a_blue h4:before, body.a_blue h4:after, body.a_blue h5:before, body.a_blue h5:after, body.a_blue h6:before, body.a_blue h6:after, body.a_blue p:before, body.a_blue p:after, body.a_blue span:before, body.a_blue span:after, body.a_blue i:before, body.a_blue i:after, body.a_blue em:before, body.a_blue em:after, body.a_blue ul li:before, body.a_blue ul li:after, body.a_blue dl dt:before, body.a_blue dl dt:after, body.a_blue dl dd:before, body.a_blue dl dd:after, body.a_blue a:before, body.a_blue a:after, body.a_blue input:before, body.a_blue input:after, body.a_blue div:before, body.a_blue div:after, body.a_blue table:before, body.a_blue table:after, body.a_blue thead:before, body.a_blue thead:after {
  color: #ffff00 !important;
  border-color: #ffff00 !important;
}
body.a_blue a {
  background-color: #00008B;
}
body.a_blue a:hover {
  color: #00008B;
  background-color: transparent;
}
body.a_black {
  background-color: #000000 !important;
  color: #ffff00;
}
body.a_black header, body.a_black footer, body.a_black div, body.a_black section, body.a_black input {
  background-color: #000000 !important;
  opacity: 1;
}
body.a_black header:before, body.a_black header:after, body.a_black footer:before, body.a_black footer:after, body.a_black div:before, body.a_black div:after, body.a_black section:before, body.a_black section:after, body.a_black input:before, body.a_black input:after {
  background-color: #000000 !important;
  color: #ffff00;
}
body.a_black h1, body.a_black h2, body.a_black h3, body.a_black h4, body.a_black h5, body.a_black h6, body.a_black p, body.a_black span, body.a_black i, body.a_black em, body.a_black ul li, body.a_black dl dt, body.a_black dl dd, body.a_black a, body.a_black input, body.a_black div {
  color: #ffff00 !important;
  border-color: #ffff00 !important;
}
body.a_black h1:before, body.a_black h1:after, body.a_black h2:before, body.a_black h2:after, body.a_black h3:before, body.a_black h3:after, body.a_black h4:before, body.a_black h4:after, body.a_black h5:before, body.a_black h5:after, body.a_black h6:before, body.a_black h6:after, body.a_black p:before, body.a_black p:after, body.a_black span:before, body.a_black span:after, body.a_black i:before, body.a_black i:after, body.a_black em:before, body.a_black em:after, body.a_black ul li:before, body.a_black ul li:after, body.a_black dl dt:before, body.a_black dl dt:after, body.a_black dl dd:before, body.a_black dl dd:after, body.a_black a:before, body.a_black a:after, body.a_black input:before, body.a_black input:after, body.a_black div:before, body.a_black div:after {
  color: #ffff00 !important;
  border-color: #ffff00 !important;
}
body.a_black a:hover {
  color: #ffff00;
  background-color: transparent;
}
/* -------- */

header .sublNavi #site-color {
  display: inline-block;
  transition: all 0.3s ease;
}
header .sublNavi #site-color ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .sublNavi #site-color li {
  display: block;
  width: 44px;
  text-align: center;
  border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
  cursor: pointer;
  margin: 6px;
  border: #ffffff solid 1px;
}
body .sublNavi #site-color li.default,
body .sublNavi #site-color li.default span {
  color: #000000 !important;
  background-color: #ffffff !important;
}
body .sublNavi #site-color li.a_blue,
body .sublNavi #site-color li.a_blue span {
  color: #ffff00 !important;
  background-color: #00008B !important;
}
body .sublNavi #site-color li.a_yellow,
body .sublNavi #site-color li.a_yellow span {
  color: #00008B !important;
  background-color: #ffff00 !important;
}
body .sublNavi #site-color li.a_black,
body .sublNavi #site-color li.a_black span {
  color: #ffff00 !important;
  background-color: #000000 !important;
}
body.default .sublNavi #site-color li.default,
body .sublNavi #site-color li.current {
  border: #FF0000 solid 1px !important;
}


/* Langguage =========== */
header .languageNavi {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 300px;
  background-color: #ffffff;
  padding: 10px;
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
  z-index: 1000;
}
header .languageNavi .ttl-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 10px;
  text-align: left;
}
header .languageNavi .ttl-box .i_lang-prof {
  font-weight: 600;
  font-size: 1.6rem;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
header .languageNavi .ttl-box .i_lang-prof::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  content: "\f0ac";
  margin-right: 5px;
}
header .languageNavi .ttl-box span.btn-close {
  display: inline-block;
  padding: 3px 15px;
  background-color: #330033;
  border: #330033 solid 1px;
  font-size: 1.4rem;
  text-align: right;
  border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
}
header .languageNavi .ttl-box span.btn-close:hover {
  border: #330033 solid 1px;
  color: #330033;
  background-color: #ffffff;
}
header .languageNavi ul {
  list-style: none;
  margin-top: 10px;
}
header .languageNavi li {
  margin-bottom: 5px;
}
header .languageNavi li a {
  display: block;
  border: #666 solid 1px;
  padding: 8px 15px;
  text-align: center;
  text-decoration: none;
}
header .languageNavi li a:hover {
  background-color: #330033;
  color: #ffffff;
}

header .sublNavi .langguage-set .i_lang-prof {
  color: #ffffff;
  cursor: pointer;
}
header .sublNavi .langguage-set .i_lang-prof:before{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  content: "\f0ac";
  margin-right: 5px;
  color: #ffffff;
}


/* globalNavi =========== */
header .globalNavi {
  position: absolute;
  bottom: 8px;
  right: 10px;
  width : -webkit-calc(100% - 200px) ;
  width : calc(100% - 200px) ;
}
.header-inner .gmenu-block ul.nav-list {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  /*-webkit-flex-direction: column;
  flex-direction: column;*/
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: 2;
}

#dropdown-js .nav-item_sub {
  display: none;
}
.header-inner .gmenu-block ul.nav-list > li {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0px;
  padding: 0 20px 0 23px;
  background-image: url("assets/image/common/img_hd_shikiri.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left center;
}
@media screen and (min-width: 1281px) {
  .header-inner .gmenu-block ul.nav-list > li {
    padding: 0 30px 0 33px;
  }
}
.header-inner .gmenu-block ul.nav-list > li > a {
  width: 100%;
}
.header-inner .gmenu-block li:first-child {
  margin-left: 0;
}
.header-inner .gmenu-block li a {
  display: block;
  color: #000000;
  margin: 0px;
  line-height: 30px;
  height: 30px;
}
.header-inner .gmenu-block a:hover,
.header-inner .gmenu-block a:active {
  text-decoration: none;
  color: #71197b;
}
.header-inner .gmenu-block li.nav-item > a:hover span,
.header-inner .gmenu-block li.nav-item > a:active span {
  border-bottom: #71197b solid 2px;
  padding-bottom: 3px;
}
.header-inner .gmenu-block li.current-menu-item > a span {
  color: #71197b;
  border-bottom: #71197b solid 2px;
  padding-bottom: 3px;
}
.header-inner li.emergency {
  background: none !important;
  padding: 0 !important;
}
.header-inner li.emergency a {
  border: #cc0033 solid 2px;
  height: 36px;
  line-height: 36px;
  color: #cc0033;
  width: 100%;
  padding: 0 30px;
}
.header-inner li.emergency a:hover {
  background-color: #cc0033;
  color: #ffffff;
  border: #cc0033 solid 2px;
}
.header-inner li.emergency a:hover span {
  border: none;
}
.header-inner .gmenu-block li.emergency > a:hover span,
.header-inner .gmenu-block li.emergency  > a:active span {
  border: none;
}
.header-inner li.emergency.current-menu-item a {
  border: #cc0033 solid 2px;
  background-color: #cc0033;
  color: #ffffff;
  padding: 0 30px;
}
.header-inner .gmenu-block li.emergency.current-menu-item a span {
  color: #ffffff;
  border-bottom: none;
  padding-bottom: 0;
}


/* Chile sub navi */
/* サブナビゲーション */
@media screen and (min-width: 481px) {
  .globalNavi .nav-list {
    position: relative;
  }
  .globalNavi ul {
    list-style: none;
  }
  .globalNavi .nav-item_sub {
    background: #ffffff;
    position: absolute;
    top: 35px;
    left: 0;
    padding: 9px 0 0 15px;
    margin: 0 calc(100% - 100vw + 10px);
    width: 100vw;
    min-height: 400px;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    will-change: transform; 
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: hidden;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .globalNavi .nav-item_sub .ttl-box {
    border-top: #ccc solid 1px;
    position: relative;
    width: 20%;
    color: #ffffff;
    font-size: 1.8rem;
    text-align: center;
    background-color: #330033;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .globalNavi .nav-item_sub .ttl-box .in-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
  }
  .globalNavi .nav-item_sub .inner {
    border-top: #ccc solid 1px;
    padding: 20px;
    width: 80%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .globalNavi .nav-item_sub .inner .parent-page-link {
    margin-bottom: 20px;
    display: inline-block;
  }
  .globalNavi .nav-item_sub .inner .parent-page-link a {
    color: #ffffff;
    padding: 15px 70px 15px 25px;
    line-height: 1;
    height: auto;
    background-color: #8d78b2;
    background-image: url("assets/image/common/icon_arrow_typ-b_whi.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right 10px center;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
  }
  .globalNavi .nav-item_sub .inner .parent-page-link a:hover {
    background-color: #71197B;
  }
  .globalNavi .nav-item_sub .inner ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 1em;
  }
  .globalNavi .nav-item_sub .inner li {
    border: #cccccc solid 1px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 0;
    margin: 0;
    height: auto;
    overflow: hidden;
  }
  .globalNavi .nav-item_sub .inner li a {
    text-align: center;
    min-width: 180px;
    padding: 15px 30px 15px 15px;
    line-height: 1;
    height: auto;
    background-color: #ffffff;
    background-image: url("assets/image/common/icon_arrow-m-pup.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right 10px center;
  }
  .globalNavi .nav-item_sub .inner li a:hover {
    color: #ffffff;
    background-color: #8d78b2;
    background-image: url("assets/image/common/icon_arrow-m-whi.png");
  }
  .globalNavi .dorp-megamenu:hover .nav-item_sub {
    opacity: 1;
    visibility: visible;
    box-shadow:0px 2px 0px 0px #cccccc;
    box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.1);
  }
}

/* SP時：ハンバーガーメニューボタン */
.global-nav-icon {
  display: none;
}


/* home Header */
body#top header .siteneme-block,
body#top header .globalNavi {
  display: none;
}
body#top header .header-inner {
  border: none;
}
body#top .sitelogo-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 237px;
  height: 231px;
}
body#top header .header-inner {
  height: auto;
}

/* Header smaller */
body#top header.smaller .sitelogo-block {
  display: none;
}

#top header.smaller .siteneme-block,
#top header.smaller .globalNavi {
  display: block;
}
header.smaller .header-inner {
  position: fixed;
  height: 55px !important;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}
header.smaller .header-inner .siteneme-block {
  top: 10px;
  width: 120px;
  height: 34px;
}
header.smaller .siteneme-block .logo-box {
  width: 120px;
  height: auto;
}
header.smaller .siteneme-block .catch-txt {
  display: none;
}
header.smaller .siteneme-block .gmenu-block {
  top: 20px;
}
/*header.smaller .header-inner .gmenu-block a {
  display: block;
  color: #333333;
}
header.smaller .header-inner .gmenu-block a:hover,
header.smaller .header-inner .gmenu-block a:active {
  text-decoration: none;
  color: #d63234;
}
header.smaller .header-inner .gmenu-block li.is-active a {
  border-bottom: #cc0000 dotted 2px;
}*/
header.smaller .header-inner .sublNavi {
  display: none;
}


/* =================================================== */
/* footer
/* =================================================== */

footer {
  width: 100%;
  min-width: 1000px;
}
/*footer .inner-block {
  padding-top: 40px;
}*/
footer .visual-block {
  position: relative;
  height: 209px;
  background-image: url("assets/image/common/img_ft_landscape.jpg");
  background-repeat: repeat-x;
  background-size: auto;
  background-position: center bottom;
}
footer .visual-block .illust-box {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  background-image: url("assets/image/common/img_ft_illust.png");
  background-repeat: no-repeat;
  width: 685px;
  height: 91px;
  speak : none;
}
footer .relatedlinks-block {
  background-color: #f2edf9;
}
footer .relatedlinks-block .ttl-box {
  width: 100%;
  border-bottom: #cccccc solid 1px;
  padding: 10px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
footer .relatedlinks-block .banner-box {
  list-style: none;
  padding: 20px;
  display: block;
  /*display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 1.3%;*/
  list-style: none;
}
footer .relatedlinks-block .banner-box li {
  display: block;
  width: 220px !important;
  float: none;
}
footer .relatedlinks-block .banner-box a:hover {
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
footer .advertising-block {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
}
footer .advertising-block .ttl-box {
  border: #cccccc solid 1px;
  padding: 20px;
  text-align: center;
  flex-basis: 150px;
}
footer .advertising-block .ttl-box h2 {
  font-size: 1.6rem;
  font-weight: 400;
  color: #36003c;
  margin-bottom: 10px;
}
footer .advertising-block .ttl-box a {
  font-size: 1.2rem;
}
footer .advertising-block .banner-box {
  padding-left: 20px;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*flex-wrap: wrap;
  row-gap: 20px;*/
  column-gap: 10px;
  list-style: none;
}
footer .advertising-block .banner-box li {
  display: block;
  width: 164px;
}
footer .advertising-block .banner-box li.blank-banner a {
  position: relative;
  display: block;
  width: 164px;
  height: 70px;
  text-align: center;
  border: #ccc solid 2px;
  background-color: #eee;
  font-size: 1.6rem;
  font-weight: 500;
}
footer .advertising-block .banner-box li.blank-banner a span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
footer .advertising-block .banner-box a:hover {
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

footer .ftContents-block {
  background-color: #36003c;
  background-image: url("assets/image/common/img_ft_nami.png") ,url("assets/image/common/img_ft_bgimg.jpg");
  background-repeat: repeat-x, no-repeat;
  background-size: auto, cover;
  background-position: center top, center bottom;
  padding: 50px 10px 30px;
}

footer .footer-navi {
  
}
footer .footer-navi ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
footer .footer-navi li {
  text-align: center;
}
footer .footer-navi li::after {
  content: "｜";
  color: #ffffff;
}
footer .footer-navi li:last-child::after {
  content: normal;
}
footer .footer-navi li a {
  color: #ffffff;
  padding: 0 20px;
}
footer .adress-block {
  border-top: #ffffff solid 1px;
  padding-top: 30px;
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
}
footer .adress-block a.logo-box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  color: #ffffff;
}
footer .adress-block a.logo-box:hover {
  text-decoration: none;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
footer .adress-block .logo-box img {
  width: 58px;
  height: 41px;
}
footer .adress-block .logo-box .name-box {
  padding-left: 8px;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
}
footer .adress-block .logo-box .eng-name {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}

footer .adress-block .info-block {
  color: #ffffff;
  margin-left: 20px;
  font-size: 1.5rem;
}
footer .adress-block .info-block .hours-box {
  margin-bottom: 10px;
}
footer .adress-block .info-block .hours-box span {
  font-size: 1.3rem;
  display: inline-block;
  padding: 2px 15px;
  margin-right: 10px;
  border: #ffffff solid 1px;
}
footer .adress-block .info-block address {
  display: inline-block;
  font-style: normal;
  margin-right: 20px;
}
footer .adress-block .info-block .tel-box {
  display: inline-block;
  margin-right: 8px;
}
footer .adress-block .info-block .tel-box::after {
  content: "／";
  color: #ffffff;
}
footer .adress-block .info-block .fax-box {
  display: inline-block;
}
.allrights-reserved {
  color: #ffffff;
  font-size: 1.3rem;
  letter-spacing: 1px;
  margin-top: 32px;
  text-align: center;
}


/* =================================================== */
/* 共通
/* =================================================== */

/*clearfix =========== */
.clearfix::after {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	content: ".";
}
.clearfix {
	_display: inline-table;
	zoom: 1;
}

/*.iframe-w-100pr .wp-block-embed__wrapper iframe {
  width: 100% !important;
  height: auto !important;
}*/
.iframe-w-100pr .wp-block-embed__wrapper {
  position: relative;
  width:100%; /* 横幅は100%にしておく(ここを変えたい場合は実装コード2の方法を確認してください) */
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; /* 高さを指定(16:9) */
}

/* YouTube埋め込み用のiframe */
.iframe-w-100pr .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.max-500px {
  max-width: 500px;
}
.max-800px {
  max-width: 800px;
}
.max-1000px {
  max-width: 1000px;
}
.max-1200px {
  max-width: 1200px;
}

/* Button set =========== */
.button-set {
  margin: 0 auto 0;
  width: calc(100% - 20px);
}
.button-set a {
  display: inline-block;
  width: 100%;
  font-size: 2.0rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  padding: 20px 10px;
  border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 20px center;
  box-shadow: 0px 0px 6px 4px rgba(0,0,0,0.1);
}
.button-set.size-m a {
  font-size: 1.5rem;
  font-weight: 400;
  padding: 10px 10px;
  background-position: right 20px center;
  box-shadow: 0px 0px 6px 4px rgba(0,0,0,0.1);
}
.button-set a:hover {
  text-decoration: none;
}

/*PDF File*/
.button-set.pdf-file a {
  border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
  border: #333333 solid 1px;
  background-color: #ffffff;
  color: #333333;
  box-shadow: none;
  background-image: url("assets/image/common/icon_arrow_dl2_red.png");
  background-position: right 6px center;
}
.button-set.pdf-file a:hover {
  text-decoration: none;
  background-color: #ffcac7;
}

/*type-1*/
.button-set.type-1 a {
  color: #71197b;
  border: #b88cbd solid 2px;
  background-image: url("assets/image/common/icon_arrow-l-pup.png");
  background-color:  #ffffff;
}
.button-set.type-1 a:hover {
  color: #ffffff;
  border: #8d78b2 solid 2px;
  background-color: #8d78b2;
  background-image: url("assets/image/common/icon_arrow-l-whi.png");
}

/*type-2*/
.button-set.type-2 a {
  color: #ffffff;
  border: #32a4c5 solid 2px;
  background-image: url("assets/image/common/icon_arrow-l-whi.png");
  background-color:  #32a4c5;
}
.button-set.type-2 a:hover {
  color: #32a4c5;
  border: #32a4c5 solid 2px;
  background-color: #ffffff;
  background-image: url("assets/image/common/icon_arrow-l-blu.png");
}

/*type-3*/
.button-set.type-3 a {
  color: #ffffff;
  border: #333333 solid 2px;
  background-image: url("assets/image/common/icon_arrow-m-whi.png");
  background-color:  #333333;
}
.button-set.type-3 a:hover {
  color: #333333;
  border: #333333 solid 2px;
  background-color: #ffffff;
  background-image: url("assets/image/common/icon_arrow-m-blk.png");
}

/*type-4*/
.button-set.type-4 a {
  color: #ffffff;
  border: #9d7ec8 solid 2px;
  background-image: url("assets/image/common/icon_arrow-l-whi.png");
  background-color:  #9d7ec8;
}
.button-set.type-4 a:hover {
  color: #9d7ec8;
  border: #9d7ec8 solid 2px;
  background-color: #ffffff;
  background-image: url("assets/image/common/icon_arrow-l-pup.png");
}

/*type-5*/
.button-set.type-5 a {
  color: #ffffff;
  border: #f38529 solid 2px;
  background-image: url("assets/image/common/icon_arrow-l-whi.png");
  background-color:  #f38529;
}
.button-set.type-5 a:hover {
  color: #f38529;
  border: #f38529 solid 2px;
  background-color: #ffffff;
  background-image: url("assets/image/common/icon_arrow-l-org.png");
}

/*type-6*/
.button-set.type-6 a {
  color: #ffffff;
  border: #8dc045 solid 2px;
  background-image: url("assets/image/common/icon_arrow-l-whi.png");
  background-color:  #8dc045;
}
.button-set.type-6 a:hover {
  color: #8dc045;
  border: #8dc045 solid 2px;
  background-color: #ffffff;
  background-image: url("assets/image/common/icon_arrow-l-gre.png");
}

/*type-7*/
.button-set.type-7 a {
  color: #ffffff;
  border: #667fd6 solid 2px;
  background-image: url("assets/image/common/icon_arrow-l-whi.png");
  background-color:  #667fd6;
}
.button-set.type-7 a:hover {
  color: #667fd6;
  border: #667fd6 solid 2px;
  background-color: #ffffff;
  background-image: url("assets/image/common/icon_arrow-l-gre.png");
}
/*type-8*/
.button-set.type-8 a {
  font-size: 1.8rem;
  color: #ffffff;
  border: #71197b solid 2px;
  /*background-image: url("assets/image/common/icon_arrow-l-whi.png");*/
  background-color:  #71197b;
  border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
}
.button-set.type-8 a:hover {
  color: #71197b;
  border: #71197b solid 2px;
  background-color: #ffffff;
  /*background-image: url("assets/image/common/icon_arrow-l-pup.png");*/
}


/* responsive view =========== */
  .pc-br-off {
    display: inline-block !important;
  }
  .pc-br-on {
    display: block !important;
  }

  .pc-mode-view-tb {
    display: table !important;
  }
  .smp-mode-view-tb {
    display: none !important;
  }

/* style =========== */

.br-pc { display:block; }
.br-sp { display:none; }

/* table =========== */

.table-set {
	border-collapse: separate;
	width: 100%;
}
.table-set th,
.table-set td {
	text-align: left;
	font-size: 1.5rem;
  background: #fff;
}
.table-set th {
	font-weight: 400;
}
.table-set td {
	
}

table.type-1 {
  border-collapse: separate;
  border-spacing: 20px;
}
table.type-1 th {
	border-bottom: #d42628 solid 1px;
	width: 25%;
  font-weight: 500;
  padding: 20px;
}
table.type-1 td {
	border-bottom: #ccc solid 1px;
  padding: 20px;
}

table.type-2 {
  border-collapse: separate;
  border-bottom: #d42628 dotted 1px;
}
table.type-2 th {
  background-color: #d42628;
  font-size: 2.0rem;
  font-weight: 500;
  color: #ffffff;
  padding: 10px 10px;
}
table.type-2 td {
  font-size: 1.4rem;
  padding: 5px 10px;
}
table.type-2 tr:nth-child(even) > td {
  background-color: #fff0f0;
}

table.type-3 {
  border-collapse: separate;
}

table.type-3 thead th {
  background-color: #eaeaea;
	width: 25%;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 6px 10px;
  text-align: center;
  border-left: #ffffff solid 1px;
}
table.type-3 thead th:first-child {
  color: #d42628;
  background-color: #fff0f0;
  border-left: none;
}
table.type-3 tbody td {
  font-size: 1.4rem;
  padding: 8px 12px;
  border-bottom: #cccccc solid 1px;
  border-left: #cccccc dotted 1px;
}
table.type-3 tbody th:first-child {
  border-left: none;
  border-bottom: #d42628 solid 1px;
  color: #d42628;
}


/*FORM =========== */

.page-contact_finish #contact form{
	margin-bottom: 200px;
}

.required {
	font-size: 1.1rem;
	padding: 1px 3px;
	margin-left: 10px;
	color: #ffffff;
	background-color: #d42628;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.chuTxt {
	font-size: 1.2rem;
	font-weight: normal;
	color: #666666;
}

.kakuninBlock {
	margin: 20px 0;
}

.kakuninBlock .ttlTxt {
	font-weight: bold;
	font-size: 1.6rem;
	border-bottom: #239edc dashed 1px;
	line-height: 2.2;
}

.page-entryconfirm .kakuninBlock,
.page-entryfinish .kakuninBlock{
	display: none;
}

#contact form .error {
	display: block;
	padding: 2px 8px;
	margin-left: 10px;
	margin-top: 5px;
	color: #ffffff;
	background-color: #d42628;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}
.mw_wp_form .error{
	display: inline-block !important;
}

#contact form td {
	font-weight: normal;
}

#contact form td label{
	margin-right: 20px;
}


/*form set*/
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

/*Footer Inquiry-block --------*/
.ftInquiry-block {
  width: calc(100% - 100px);
  max-width: 1000px;
  margin: 100px auto 40px;
  background-color: #ffffff;
  border: #71197b solid 1px;
}
.ftInquiry-block .ttl-box {
  display: block;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  padding: 10px;
  background-color: #f4eaff;
}
.ftInquiry-block .inner-block {
  display: flex;
  column-gap: 20px;
  padding: 20px;
  background-image: url("assets/image/common/ilust_contact.png");
  background-repeat: no-repeat;
  background-size: 112px 119px;
  background-position: bottom right 60px;
}
.ftInquiry-block .inq-name {
  display: block;
  flex-basis: 300px;
  flex-shrink: 0;
  border: #cccccc solid 1px;
}
.ftInquiry-block .inq-name span {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
.ftInquiry-block .rt-block {
  flex-basis: auto;
  padding-right: 150px;
}
.ftInquiry-block .rt-block .inq-tel {
  font-size: 2.4rem;
  font-weight: 600;
}
.ftInquiry-block .rt-block .inq-tel .tel-box {
  font-size: 3.6rem;
}
.ftInquiry-block .rt-block .inq-adr {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.ftInquiry-block .rt-block .inq-url {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.ftInquiry-block .rt-block .inq-url a[target="_blank"]::after {
  font-family: "Font Awesome 5 Free";
  content: "\f08e";
  display: inline-block;
  font-size: 1rem;
  font-weight: 900;
  margin-top: -12px;
  padding: 0 3px;
}


/*Debug情報 --------*/
.my_debug {
  display: block;
}
header.smaller .my_debug {
  display: none;
}



/* =================================================== */
/* FRONT-PAGE(TOP) body#top, body.home
/* =================================================== */

body#top .mainVisual-block {
  position: relative;
  height: 800px;
  background-color: #fff;
  overflow: hidden;
}
body#top .yuni-txt {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
body#top .btn-yunimono {
  position: absolute;
  bottom: 185px;
  right: 30px;
}
body#top .btn-yunimono:hover {
  /*filter:alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;*/
  animation: vibration 1.2s linear infinite;
}
body#top .ani-scroll {
  position: absolute;
  bottom: 180px;;
  left: 15px;
}
.slider-js slider-js {
  position: absolute;
  display: block;
}
.slider-js .slid-box {
  display: block;
  width: 100%;
  height: 800px;
  height: calc(100vh - 80px) ;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.slider-js .slid-box.tp {
  background-position: top center;
}
.slider-js .slid-box.bt {
  background-position: bottom center;
}
body#top .mainVisual-block .ctl-buttons {
  position: absolute;
  top: 56px;
  right: 10px;
  width: 90px;
  height: 30px;
  background-color: #ffffff;
  border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
  box-shadow: 0px 0px 10px 10px rgba(0,0,0,0.1);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
body#top .mainVisual-block .ctl-buttons .button {
  width: 43px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: auto 14px;
  background-position: center;
  cursor: pointer;
}
body#top .mainVisual-block .ctl-buttons .button.js-play {
  background-image: url("assets/image/common/icon_play-off.png");
  border-right: #ccc dotted 1px;
}

body#top .mainVisual-block .ctl-buttons .button.js-play.i-on {
  background-image: url("assets/image/common/icon_play-on.png");
}
body#top .mainVisual-block .ctl-buttons .button.js-stop {
  background-image: url("assets/image/common/icon_stop-off.png");
}

body#top .mainVisual-block .ctl-buttons .button.js-stop.i-on {
  background-image: url("assets/image/common/icon_stop-on.png");
}

/*main menu*/
body#top .mainMenu-block {
  position: absolute;
  bottom: 5px;
  left: 50%;
  width: 85%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
body#top .mainMenu-block .menu-list {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
body#top .mainMenu-block .menu-list li {
  display: block;
  width: calc((100% - 18px * 3) / 4);
  margin-top: auto;
  background-color: #ffffff;
  border-radius: 10px 10px 0 0 / 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
  box-shadow: 0px -3px 5px 4px rgba(0,0,0,0.2);
  overflow: hidden;
}
body#top .mainMenu-block .menu-list a {
  display: block;
  color: #000000;
  font-size: 2.0rem;
  font-weight: 500;
  text-align: center;
  height: 170px;
  width: 100%;
  padding: 10px;
  background-repeat: no-repeat;
  background-position: bottom 20px center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
body#top .mainMenu-block .menu-list a:hover {
  text-decoration: none;
  height: 190px;
  background-position: bottom 40px center;
}
body#top .landscape-block {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 83px;
  background-image: url("assets/image/home/img_illust-mountain.png");
  background-repeat: repeat-x;
  background-size: auto;
  background-position: center top;
  -webkit-animation: bgroop1 60s linear infinite;
  animation: bgroop1 60s linear infinite;
}
body#top .landscape-block .inner-block {
  position: relative;
  width: 100%;
  height: 83px;
  background-image: url("assets/image/home/img_mask-white.png");
  background-repeat: repeat-x;
  background-size: auto;
  background-position: center bottom;
  -webkit-animation: bgroop2 60s linear infinite;
  animation: bgroop2 30s linear infinite;
}
body#top .landscape-block .inner-block .obj-cow {
  position: absolute;
  left: 5%;
  bottom: 0;
  animation: r-turn 0.5s linear infinite alternate;
}
body#top .landscape-block .inner-block .obj-sheep {
  position: absolute;
  left: 13%;
  bottom: 0;
  animation: r-turn 0.5s linear infinite alternate;
}
body#top .landscape-block .inner-block .obj-fox {
  position: absolute;
  right: 30%;
  bottom: 0;
}
body#top .landscape-block .inner-block .obj-campingcar {
  position: absolute;
  right: 5%;
  bottom: 0;
  animation: d-turn 0.5s linear infinite alternate;
}

@media screen and (min-width:1281px) {
  body#top .mainVisual-block {
    height: 700px;
  }
  body#top .yuni-txt {
    top: 10%;
  }
}
@media screen and (min-width:1441px) {
  body#top .mainVisual-block {
    height: 800px;
    height: calc(100vh - 80px) ;
  }
  body#top .yuni-txt {
    top: 15%;
  }
  body#top .btn-yunimono {
    bottom: 240px;
  }
  body#top .mainMenu-block .menu-list a {
    font-size: 2.2rem;
    height: 180px;
    /*padding: 10px;*/
    background-position: bottom 20px center;
  }
  body#top .mainMenu-block .menu-list a:hover {
    height: 200px;
    background-position: bottom 40px center;
  }
}

body#top .contens-block {
  padding: 50px 0;
}

/*banner001 =========== */
body#top .banner-block.banner001-js .bnnr-box,
body#top .banner-block.banner001-js .bnnr-box img {
  width: 320px !important;
}

/*emergencyInfo-block =========== */
body#top .emergencyInfo-block {
  padding: 0 60px;
}
body#top .emergencyInfo-block .inner-block {
  margin: 40px auto 0;
  width: 100%;
  max-width: 1200px;
  border: #cc0000 solid 6px;
  padding: 4px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
body#top .emergencyInfo-block .ttl-box {
  position: relative;
  display: block;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  background-color: #cc0000;
  flex-basis: 15%;
}
body#top .emergencyInfo-block .ttl-box span {
  display: block;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
body#top .emergencyInfo-block .archive-list {
  margin-left: 20px;
  flex-basis: calc(85% - 20px);
}
body#top .emergencyInfo-block ul {
  list-style: none;
  padding: 0.4rem 0;
}
body#top .emergencyInfo-block .archive-list li {
  display: block;
}
body#top .emergencyInfo-block .archive-list .date-box {
  white-space: nowrap;
  font-weight: 500;
}
body#top .emergencyInfo-block .archive-list .subject-box {
  /*margin-left: 40px;*/
}
body#top .emergencyInfo-block .archive-list li a {
  font-size: 1.8rem;
  color: #cc0000;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: all .3s 0s ease;
  padding: 1.0rem 2.6rem 1.0rem;
  background-image: url("assets/image/common/icon_arrow_typ-d_gry.png");
  background-repeat: no-repeat;
  background-size: 7px 10px;
  background-position: left center;
}
body#top .emergencyInfo-block .archive-list li a:hover {
  color: #3366cc;
  background-color: #f7f5f9;
  background-position: left 10px center;
}
body#top .emergencyInfo-block .archive-list li a:hover .subject-box {
  text-decoration: underline;
}
body#top .emergencyInfo-block .archive-list .date-box {
  font-size: 1.4rem;
  line-height: 1;
}


/*cate-lifeceen-block =========== */
body#top .cateLifescene-block .inner-block {
  margin-top: 50px;
  padding: 40px 60px 80px;
  background-image: url("assets/image/home/img_bg-lifescene.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
body#top .cateLifescene-block .ttl-box {
  display: block;
  width: 480px;
  margin: 0 auto 40px;
}
body#top .cateLifescene-block .cate-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 15px;
  list-style: none;
  /*justify-content: space-between;*/
}
body#top .cateLifescene-block .cate-list li {
  flex-basis: calc(12.5% - 13.2px);
  display: flex;
  flex-direction: column;
}
body#top .cateLifescene-block .cate-list a {
  position: relative;
  display: block;
  color: #000000;
  width: 100%;
  height: 120px;
  background-color: #ffffff;
  border: #d6a9dc solid 1px;
  border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center top 15px;
  box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.1);
}
body#top .cateLifescene-block .cate-list a:hover {
  animation: scaleup 0.5s ease alternate forwards;
}
body#top .cateLifescene-block .cate-list span {
  position: absolute;
  display: block;
  text-align: center;
  top: 68px;
  line-height: 1.3;
  width: 100%;
  padding: 0 5px;
}
body#top .cateLifescene-block .button-set.type-1 {
  margin-top: -30px;
  width: 360px;
}
@media screen and (min-width: 1441px) {
  body#top .cateLifescene-block .inner-block {
    padding: 40px 100px 100px;
  }
}


/*topics-area =========== */
body#top .topics-wrap {
  position: relative;
	display: flex;
	/*align-items: center;*/
  margin-top: 100px;
  height: 700px;
  overflow: hidden;
}
/*topics-block */
body#top .topics-block {
  position: relative;
  flex-basis: 50%;
  height: 600px;
	box-sizing: border-box;
  background-color: #ffffff;
  box-shadow: 2px 3px 15px 8px rgba(0,0,0,0.1);
  background-image: url("assets/image/home/img_bg-newstopics.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right top;
	z-index: 2;
}
body#top .topics-block .ttl-box {
  display: inline-block;
  width: 420px;
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  font-size: 3.0rem;
  font-weight: 600;
}
body#top .topics-block .ttl-box span::before{
	content: "";
	display: inline-block;
	width: 97px;
	height: 97px;
	background-image: url("assets/image/home/icon_newstopics.png");
	background-size: 100% auto;
	margin-right: 15px;
	margin-top: -4px;
	vertical-align: middle;
}
body#top .topics-block .inner-block {
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
body#top .topics-block figure .img-box {
  position: relative;
  width: 460px;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
  border: #ccc solid 1px;
}
body#top .topics-block figure .img-box img {
  position: absolute;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@supports ( object-fit: cover ) {
  body#top .topics-block figure .img-box img {
    position: static;
    height: 100%;
    width: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    -ms-transform: none;
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}
body#top .topics-block a figcaption {
  color: #000000;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 15px;
  width: 460px;
  text-align: center;
}
body#top .topics-block a .txt-box {
  color: #000000;
  display: block;
  margin-top: 10px;
  width: 460px;
  text-align: left;
  line-height: 1.8;
}
body#top .topics-block a:hover figcaption,
body#top .topics-block a:hover .txt-box {
  color: #3366cc;
  text-decoration: underline;
}
@media screen and (min-width: 1441px) {
  body#top .topics-block {
    background-position: center top;
  }
}
body#top .topics-block .button-set.type-1 {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  width: 340px;
}

/*social-block */
body#top .social-block {
	position: absolute;
	top: 0;
	right: 0;
  width: 60%;
	display: grid;
	height: 640px;
	margin: 0;
	place-items: center center;
}
body#top .social-block .inner-block {
  margin-top: 100px;
  width: 100%;
  height: 590px;
  background: url("assets/image/home/img_bg-socialblock.png");
}
body#top .social-block .hd-block {
  position: relative;
  left: 60%;
  transform: translateX(-60%);
  -webkit- transform: translateX(-60%);
  z-index: 10 !important;
  width: 500px;
  margin-top: -100px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
body#top .social-block .hd-block .txt-box {
  z-index: 4;
}
body#top .social-block .hd-block .obj-yuniteam {
  width: 216px;
  animation: r-turn 0.5s linear infinite alternate;
  z-index: 2;
}
body#top .social-block iframe {
  margin-top: -4px;
  width: 600px;
  position: absolute;
  left: 60%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  z-index: 10 !important;
}
@media screen and (min-width: 1441px) {
  body#top .topics-block {
    transform: translateX(-60%);
    -webkit- transform: translateX(-60%);
  }
}

/*whatsnew-block =========== */
body#top .whatsnew-wrap {
  margin-top: 80px;
}
body#top .whatsnew-wrap .bg-obj {
  background-image: url("assets/image/home/img_bg-whatsnew.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 700px;
}
body#top .whatsnew-block {
  width : calc(100% - 80px) ;
  max-width: 1600px;
  margin: -320px auto 0;
  z-index: 5;
}
body#top .whatsnew-block .inner-block {
  background-color: #e2f0f4;
  border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
  padding: 30px 0;
}
body#top .whatsnew-block .ttl-box {
  display: block;
  text-align: center;
  font-size: 4.0rem;
}
body#top .whatsnew-block .news-list {
  display: block;
  margin-top: 25px;
  margin: 25px 60px;
  list-style: none;
  border-top: #cccccc solid 1px;
}
body#top .whatsnew-block .news-list li {
  display: block;
  border-bottom: #cccccc solid 1px;
}
body#top .whatsnew-block .news-list .date-box {
  white-space: nowrap;
  font-weight: 500;
}
body#top .whatsnew-block .news-list .subject-box {
  margin-left: 40px;
}
body#top .whatsnew-block .news-list li a {
  color: #000000;
  text-decoration: none;
  display: flex;
  transition: all .3s 0s ease;
  padding: 1.3rem 2.6rem 1.3rem;
}
body#top .whatsnew-block .news-list li a:hover {
  color: #3366cc;
  background-color: #c3e8f2;
}
body#top .whatsnew-block .news-list li a:hover .subject-box {
  text-decoration: underline;
}
body#top .whatsnew-block .button-set.type-2 {
  margin-top: -30px;
  width: 360px;
}

/*yuniInfo-wrap =========== */
body#top .yuniInfo-wrap {
  margin: 100px 0 60px;
  border-top: #cccccc solid 1px;
  border-bottom: #cccccc solid 1px;
}
body#top .yuniInfo-wrap .yuniInfo-inbox {
  max-width: 1680px;
  margin: 0 auto;
  padding: 40px 40px 60px;
  display: -webkit-flex;
  display: flex;
  /*column-gap: 30px;*/
  gap: 0 30px;
}
/*yuniInfo-block*/
body#top .yuniInfo-block {
  flex-basis: auto;
}
body#top .yuniInfo-block .ttl-box {
  font-size: 3.2rem;
  font-weight: 500;
  padding-bottom: 3px;
  border-bottom: #bf7fc6 solid 1px;
  margin-bottom: 20px;
}
body#top .yuniInfo-block .ttl-box span::before{
	content: "";
	display: inline-block;
	width: 48px;
	height: 33px;
	background-image: url("assets/image/common/img_yuni-logomark.png");
	background-size: 100% auto;
	margin-right: 15px;
	margin-top: -4px;
	vertical-align: middle;
}
body#top .yuniInfo-block .con-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 10px;
  list-style: none;
}
body#top .yuniInfo-block .con-list li {
  flex-basis: calc(33.33% - 7px);
  display: flex;
  flex-direction: column;
  min-height: 80px;
}
body#top .yuniInfo-block .con-list a {
  display: block;
  height: 100%;
  min-height: 100%;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000000;
  background-color: #f4eaff;
  background-image: url("assets/image/common/icon_arrow_typ-b_lpup.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 10px center;
  border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
  padding: 8px 16px;
  box-shadow: 0px 2px 0px 0px #dad9d9;
}
body#top .yuniInfo-block .con-list a span {
  display: inline-block;
  padding-right: 28px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
body#top .yuniInfo-block .con-list a:hover {
  text-decoration: none;
  background-color: #ecddfd;
  background-image: url("assets/image/common/icon_arrow_typ-b_pup.png");
}
body#top .yuniInfo-block .con-list li:nth-child(-n+3) {
  margin-bottom: 9px;
  min-height: 110px;
}
body#top .yuniInfo-block .con-list li:nth-child(-n+3) a {
  display: -webkit-flex;
  display: flex;
  gap: 0 10px;
  /*-webkit-justify-content: flex-start;
  justify-content: flex-start;*/
  align-items: center;
}
body#top .yuniInfo-block .con-list li:nth-child(-n+3) span {
  position: static;
  transform: none;
  -webkit- transform: none;
  font-size: 1.6rem;
  font-weight: 500;
}
body#top .yuniInfo-block .con-list li:nth-child(-n+3) .img-box {
  width: 80px;
  height: 80px;
  display: inline-block;
  background-repeat: no-repeat;
	background-size: 80px 80px;
  background-position: center center;
}
body#top .yuniInfo-block .con-list li:nth-child(1) .img-box {
	background-image: url("assets/image/media/img_chosei.jpg");
}
body#top .yuniInfo-block .con-list li:nth-child(2) .img-box {
	background-image: url("assets/image/media/img_yunigaiyou.jpg");
}
body#top .yuniInfo-block .con-list li:nth-child(3) .img-box {
	background-image: url("assets/image/media/img_yunigikai.jpg");
}

/*kouhouYuni-block*/
body#top .kouhouYuni-block {
  -webkit-flex-basis: 300px;
  flex-basis: 300px;
  flex-shrink: 0;
}
body#top .kouhouYuni-block .in-body {
  width: 300px;
  height: 420px;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0px 0px 6px 4px rgba(0,0,0,0.1);
}
body#top .kouhouYuni-block .ttl-box {
  position: relative;
  height: 60px;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 10px 10px;
  text-align: center;
  color: #ffffff;
  background-color: #71197b;
  border-radius: 10px 10px 0 0 / 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0 / 10px 10px 0 0;
}
body#top .kouhouYuni-block .ttl-box span {
  position: absolute;
  top: -10px;
  left: 20px;
  display: block;
}
body#top .kouhouYuni-block .ttl-box span::before {
	content: "";
	display: inline-block;
	width: 56px;
	height: 87px;
	background-image: url("assets/image/home/icon_pen.png");
	background-size: 100% auto;
	margin-right: 30px;
	vertical-align: middle;
}
body#top .kouhouYuni-block .inner-block {
  /*position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);*/
  margin: 30px 15px 0;
  /*width: 180px;
  height: auto;*/
}
body#top .kouhouYuni-block figure img {
  display: block;
  border: #cccccc solid 1px;
  margin: 0 auto;
  width: 180px;
  height: auto;
}
body#top .kouhouYuni-block figcaption {
  margin-top: 10px;
  font-size: 1.8rem;
  text-align: center;
}
body#top .kouhouYuni-block .button-block {
  text-align: center;
  margin-top: -20px;
}
body#top .kouhouYuni-block .button-set.type-3 {
  width: 200px;
  margin-bottom: 10px;
}





/* =================================================== */
/* SECOND Parnt & Child
/* =================================================== */
main {
  display: block;
  padding-top: 100px;
}
#top main {
  padding-top: 0px;
}

.layout-2column {
  padding: 0 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.layout-2column .content-area {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 50px;
}

/*mainVisual default*/
body.page .mainVisual-block .visual-box,
body.post-type-archive .mainVisual-block .visual-box,
body.single .mainVisual-block .visual-box {
  background-image: url("assets/image/common/page-visual.jpg");
}
/*body.page-ijyu-teijyu .mainVisual-block .pageTtl-block,
body.post-type-archive-ijyu-teijyu .mainVisual-block .pageTtl-block,
body.post-type-archive-ijyu-teijyu-child .mainVisual-block .pageTtl-block,
body.single-ijyu-teijyu .mainVisual-block .pageTtl-block {
  background-image: url("assets/image/ijyu-teijyu/img_page-title.jpg");
}*/

/* ------------------------
　Side Navi 
---------------------------*/
.layout-2column .sideNavi-area {
  flex-shrink: 0;
  -webkit-flex-basis: 270px;
  flex-basis: 270px;
  box-sizing: border-box;
}
@media screen and (min-width: 1281px) {
  .layout-2column .sideNavi-area {
    -webkit-flex-basis: 320px;
    flex-basis: 320px;
  }
}
body.archive.post-type-archive-newstopics .sideNavi-area {
  padding: 35px 0 0;
}
.sideNavi-area .container {
  background-color: #ffffff;
  box-shadow: 0px 2px 7px 4px rgba(51,51,51,0.1);
}
.sideNavi-area .snaviTtl-block {
  width: 100%;
  box-shadow:0px 2px 0px 0px #c086ca;
}
.sideNavi-area .snaviTtl-block h4 a {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 16px 10px 16px 10px;
  text-align: center;
  color: #000000;
  background-color: #e2daf0;
  background-image: url("assets/image/common/icon_arrow_typ-c_lpup.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left 10px center;
  transition: all 0.3s ease;
}
.sideNavi-area .snaviTtl-block h4 a:hover {
  background-image: url("assets/image/common/icon_arrow_typ-c_whi2.png");
  text-decoration: none;
}
.sideNavi-area .link-lv1-list {
  list-style: none;
  margin-top: 2px;
}
.sideNavi-area .link-lv1-list li {
  border-left: #e2daf0 solid 1px;
  border-right: #e2daf0 solid 1px;
  border-bottom: #cccccc dotted 1px;
}
.sideNavi-area .link-lv1-list li:last-child {
  border-bottom: #e2daf0 solid 1px;
}
.sideNavi-area .link-lv1-list li a {
  display: block;
  color: #000000;
  padding: 15px 15px;
  background-image: url("assets/image/common/icon_arrow-m-lpup.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 10px center;
}
.sideNavi-area .link-lv1-list li.cate-box a {
  font-weight: 500;
  background-color: #e2daf0;
  border-bottom: #c086ca solid 1px;
}
.sideNavi-area .link-lv1-list li a:hover,
.sideNavi-area .link-lv1-list li a.is-active {
  text-decoration: none;
  background-color: #f7f3ff;
  background-position: right 5px center;
}

/*article list */
.sideNavi-area .sidebar-article {
	margin-top:30px;
  padding: 15px 10px;
  background-color: #ffffff;
  border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.sideNavi-area .sidebar-article h4 {
	font-size:1.6rem;
  padding: 3px 0 5px;
  border-bottom: 2px solid #c086ca;
}
.sideNavi-area .sidebar-article ul {
  list-style: none;
  padding: 0;
  margin: 0;
 }
.sideNavi-area .sidebar-article .post-item {
  box-sizing: border-box;
  width: 100%;
  display: table;
  border-bottom: 1px solid #e2daf0;
}
.sideNavi-area .sidebar-article a {
  display: block;
  color: #333333;
  padding: 10px 5px;
}
.sideNavi-area .sidebar-article a:hover {
  text-decoration: none;
  background-color: #f7f3ff;
}
.sideNavi-area .sidebar-article .date-box {
  display: block;
	font-size: 1.3rem;
}
.sideNavi-area .sidebar-article .subject-box {
  display: block;
	font-size: 1.4rem;
}


/*Best read Widget */
.sideNavi-area .bestRead-widget {
  margin: 30px 0 0;
  background-color: #ffffff;
}
.sideNavi-area .bestRead-widget .inner-block {
  padding: 5px;
  border: #e2daf0 solid 2px;
  text-align: left;
}
.sideNavi-area .bestRead-widget .ttl-box {
  color: #b15cbb;
  font-size: 1.6rem;
  font-weight: 400;
  margin: 5px 5px 15px;
}
.sideNavi-area .bestRead-widget .ttl-box::before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 22px;
	background-image: url("assets/image/common/icon_bookmark.png");
	background-size: 100% auto;
	margin-right: 5px;
	margin-top: -5px;
	vertical-align: middle;
}
.sideNavi-area .bestRead-widget .best-list.btn {
  display: inline-block;
  margin: 0 5px 10px;
}
.sideNavi-area .bestRead-widget .best-list.btn a {
  display: block;
  font-size: 1.3rem;
  color: #000000;
  background-color: #e2daf0;
  padding: 4px 20px 4px 25px;
  border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
  background-image: url("assets/image/common/icon_arrow_typ-a_blk.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left 15px center;
}
.sideNavi-area .bestRead-widget .best-list.btn a:hover {
  color: #ffffff;
  background-color: #8d78b2;
  background-image: url("assets/image/common/icon_arrow_typ-a_whi.png");
  text-decoration: none;
}


/*Tmp Title css */
h2.cateTtl-block {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: center;
  font-size: 2.8rem;
  font-weight: 500;
  width: 100%;
  padding: 8px 15px;
  margin-bottom: 30px;
  border: #e3d2e6 solid 1px;
  box-shadow:0px 2px 0px 0px #c086ca;
  background: rgb(255,255,255);
  background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(226,218,240,1) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(226,218,240,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(226,218,240,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e2daf0',GradientType=1 );
}
h2.cateTtl-block .i-circle {
 -webkit-flex-basis: 30px;
  flex-basis: 30px;
  width: 30px;
  height: 30px;
  border: #c086ca solid 6px;
  border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
  /*vertical-align: middle;
  margin-top: -0.5rem;*/
  margin-right: 10px;
}
h2.cateTtl-block span {
  display: inline-block;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.contens-block .h2Ttl-box {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 20px;
}


.pankuzu-list {
  border-bottom: #cccccc solid 1px;
  padding: 10px 20px;
}
.pankuzu-list .breadcrumbs {
  font-size: 1.3rem;
}
.pankuzu-list .breadcrumbs a {
  color: #000000;
}
.pankuzu-list .breadcrumbs a:hover {
  color: #71197b;
}
body.page .mainVisual-block,
body.archive .mainVisual-block,
body.single .mainVisual-block {
  height: 275px;
  position: relative;
}
body.page .mainVisual-block .visual-box,
body.archive .mainVisual-block .visual-box,
body.single .mainVisual-block .visual-box {
  position: absolute;
  height: 257px;
  width: 100%;
  background-color: #cccccc;
  /*background-image: url("../img/common/icon_dummy.png");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.mainVisual-block .pageTtl-block {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #ffffff;
  border-top-right-radius:36px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center bottom 18px;
  width: 500px;
  height: 137px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.mainVisual-block .pageTtl-block .ttl-box {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 2.6rem;
  margin-top: auto;
  width: 100%;
}
.mainVisual-block .pageTtl-block .v_line_fix {
  /*margin-left: 50%;
  left: 50%;
  transform: translateX(-50%);*/
  width: 1px;
  height: 40px;
  background-color: #bf7fc6;
  margin: 0 auto;
}

body.page .contens-block,
body.archive .contens-block,
body.single .contens-block{
  margin-top: 60px;
  min-width: 1200px;
}
body.archive.post-type-archive-kurashi .contens-block,
body.archive.post-type-archive-chosei .contens-block,
body.archive.post-type-archive-newstopics .contens-block,
body.single .contens-block,
body.category .contens-block {
  background-color: #f8f2e9;
}
body.archive.post-type-archive-kurashi .contens-block .inner-block,
body.archive.post-type-archive-chosei .contens-block .inner-block {
  padding: 35px 50px 45px;
}
body.archive.post-type-archive-newstopics .contens-block .inner-block {
  padding: 35px 0px 45px;
}

/*body.archive .contens-block,*/
body.category .contens-block,
body.single .contens-block {
  padding: 45px 50px;
}


/*Tppics block =========== */
body.archive .topics-block {
  margin: 60px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
body.archive .topics-block .title-block {
  position: relative;
  background-color: #f7f5f9;
  flex-basis: 30%;
  min-width: 340px;
  height: 200px;
  border-top-right-radius:6px;
  border-bottom-right-radius:6px;
  box-shadow: 10px 10px 10px 3px rgba(65,12,159,0.1);
  text-align: center;
}
body.archive .topics-block .title-block .inner-block {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  width: 80%;
  padding-left: 100px;
  background-image: url("assets/image/common/icon_topics-bird.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left center;
}
body.archive .topics-block .title-block .ttl-box {
  font-size: 2.0rem;
  font-weight: 400;
}
body.archive .topics-block .btn-more {
  margin-top: 30px;
}
body.archive .topics-block .btn-more a {
  display: inline-block;
  width: 80%;
  font-size: 1.2rem;
  color: #000000;
  border: #000000 solid 1px;
  line-height: 1;
  padding: 8px;
  border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
  background-image: url("assets/image/common/icon_arrow-m-blk.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 15px center;
}
body.archive .topics-block .btn-more a:hover {
  color: #ffffff;
  border: #8d78b2 solid 1px;
  background-color: #8d78b2;
  text-decoration: none;
  background-image: url("assets/image/common/icon_arrow-m-whi.png");
}
body.archive .topics-block .topics-list {
  display: block;
  margin-top: 25px;
  margin-left: 30px;
  flex-basis: 70%;
  list-style: none;
  border-top: #cccccc solid 1px;
}
body.archive .topics-block .topics-list li {
  display: block;
  border-bottom: #cccccc solid 1px;
}
body.archive .topics-block .topics-list li.nodata {
  font-size: 1.6rem;
  padding: 1.3rem 2.6rem 1.3rem;
}
body.archive .topics-block .topics-list .date-box {
  white-space: nowrap;
  font-weight: 500;
}
body.archive .topics-block .topics-list .subject-box {
  margin-left: 40px;
}
body.archive .topics-block .topics-list li a {
  color: #000000;
  text-decoration: none;
  display: flex;
  transition: all .3s 0s ease;
  padding: 1.3rem 2.6rem 1.3rem;
}
body.archive .topics-block .topics-list li a:hover {
  color: #3366cc;
  background-color: #f7f5f9;
}
body.archive .topics-block .topics-list li a:hover .subject-box {
  text-decoration: underline;
}


/*Best read block =========== */
body.archive .bestRead-block {
  margin: 60px 50px 0;
}
body.archive .bestRead-block .inner-block {
  margin: 0 auto;
  padding: 15px;
  max-width: 1400px;
  border: #e2daf0 solid 4px;
  text-align: center;
}
body.archive .bestRead-block .ttl-box {
  color: #b15cbb;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 20px;
}
body.archive .bestRead-block .ttl-box::before {
	content: "";
	display: inline-block;
	width: 37px;
	height: 29px;
	background-image: url("assets/image/common/icon_bookmark.png");
	background-size: 100% auto;
	margin-right: 5px;
	margin-top: -5px;
	vertical-align: middle;
}
body.archive .bestRead-block .best-list.btn {
  display: inline-block;
  margin: 0 5px 10px;
}
body.archive .bestRead-block .best-list.btn a {
  display: block;
  color: #000000;
  background-color: #e2daf0;
  padding: 8px 30px 8px 35px;
  border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
  background-image: url("assets/image/common/icon_arrow_typ-a_blk.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left 15px center;
}
body.archive .bestRead-block .best-list.btn a:hover {
  color: #ffffff;
  background-color: #8d78b2;
  background-image: url("assets/image/common/icon_arrow_typ-a_whi.png");
  text-decoration: none;
}


/*Index block =========== */
body.archive .pageContens-list {
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  row-gap: 20px;
  column-gap: 1.3%;
  list-style: none;
}
body.archive .pageContens-list::after {
  display: block;
  content:"";
  flex-basis: 32%;
}
body.archive .pageContens-list li {
  flex-basis: 32%;
  background-color: #ffffff;
  border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
  overflow: hidden;
}
body.archive .pageContens-list li article {
  display: flex;
  flex-direction: column;
  height: 170px;
}
@media screen and (min-width: 1441px) {
  body.archive .pageContens-list li {
    flex-basis: 24%;
  }
}
body.archive .pageContens-list .ttl-box {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  padding: 15px 10px 10px;
  border-bottom: #8d78b2 dashed 1px;
}
body.archive .pageContens-list .txt-box {
  display: block;
  padding: 10px 30px;
}
body.archive .pageContens-list a.btn.more {
  width: 70%;
  text-align: center;
  margin: auto auto 15px;
  display: block;
  color: #ffffff;
  background-color: #8d78b2;
  padding: 8px 30px 8px 35px;
  border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
  background-image: url("assets/image/common/icon_arrow-l-whi.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 15px center;
}
body.archive .pageContens-list a.btn.more:hover {
  background-color: #71197B;
  text-decoration: none;
}

body.single .pageContens-lv2-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 2%;
  list-style: none;
  /*justify-content: space-between;*/
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
body.single .pageContens-lv2-list li {
  flex-basis: 49%;
}
@media screen and (min-width: 1281px) {
  body.single .pageContens-lv2-list li {
    flex-basis: 32%;
  }
}
body.single .pageContens-lv2-list a {
  display: block;
  font-size: 1.8rem;
  color: #000000;
  padding: 25px 60px 25px 15px;
  background-color: #ffffff;
  border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
  box-shadow:0px 1px 0px 0px #cccccc;
  background-image: url("assets/image/common/icon_arrow_typ-b_lpup.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 15px center;
}
body.single .pageContens-lv2-list a:hover {
  text-decoration: none;
  /*background-color: #e2daf0;*/
  background-color: #f7f3ff;
  background-image: url("assets/image/common/icon_arrow_typ-b_pup.png");
}
body.single .pageContens-lv2-list .i-file::before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 34px;
	background-image: url("assets/image/common/icon_file.png");
	background-size: 100% auto;
	margin-right: 10px;
	margin-top: -4px;
	vertical-align: middle;
}

/*thumbnail var*/

body#kanko-asobu .pageContens-lv2-list li {
  flex-basis: 32%;
}
@media screen and (min-width: 1281px) {
  body#kanko-asobu .pageContens-lv2-list li {
    flex-basis: 23%;
  }
}
body#kanko-asobu .pageContens-lv2-list li a {
  background-image: none;
  padding: 15px;
}
body#kanko-asobu .pageContens-lv2-list li .img-box {
  width: 100%;
  height: 100%;
  padding-top: 70%;
  background-image: url("assets/image/common/noimage.png");
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  border: #000000 solid 1px;
  position: relative;
  display: block;
  overflow: hidden;
}
body#kanko-asobu .pageContens-lv2-list li .img-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: #ffffff solid 5px;
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
}
body#kanko-asobu .pageContens-lv2-list a:hover .img-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: #ffffff solid 0px;
}
body#kanko-asobu .pageContens-lv2-list .i-file::before {
	content: normal;
	/*display: inline-block;
	width: 26px;
	height: 34px;
	background-image: url("assets/image/common/icon_file.png");
	background-size: 100% auto;
	margin-right: 10px;
	margin-top: -4px;
	vertical-align: middle;*/
}
body#kanko-asobu .pageContens-lv2-list li .ttl-box {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  padding-top: 6px;
}
body#kanko-asobu .pageContens-lv2-list li .txt-box {
  display: block;
  font-size: 1.3rem;
  text-align: center;
  padding: 6px 0;
  text-align: left;
}




/* =================================================== */
/* Kurashi-PAGE
/* =================================================== */
body.post-type-archive-kurashi .mainVisual-block .visual-box,
body.post-type-archive-kurashi-child .mainVisual-block .visual-box,
body.single-kurashi .mainVisual-block .visual-box {
  background-image: url("assets/image/kurashi/page-visual.jpg");
}
body.post-type-archive-kurashi .mainVisual-block .pageTtl-block,
body.post-type-archive-kurashi-child .mainVisual-block .pageTtl-block,
body.single-kurashi .mainVisual-block .pageTtl-block {
  background-image: url("assets/image/kurashi/img_page-title.jpg");
}


/* =================================================== */
/* Chosei/* 
=================================================== */
body.post-type-archive-chosei .mainVisual-block .visual-box,
body.post-type-archive-chosei-child .mainVisual-block .visual-box,
body.single-chosei .mainVisual-block .visual-box {
  background-image: url("assets/image/chosei/page-visual.jpg");
}
body.post-type-archive-chosei .mainVisual-block .pageTtl-block,
body.post-type-archive-chosei-child .mainVisual-block .pageTtl-block,
body.single-chosei .mainVisual-block .pageTtl-block {
  background-image: url("assets/image/chosei/img_page-title.jpg");
}


/*広報ゆに =========== */
#kohoyuni-index .edit-block,
#gikaidayori-index .edit-block {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px 20px;
}
#kohoyuni-index .edit-block .backno-box,
#gikaidayori-index .edit-block .backno-box {
  flex-basis: calc((100% - 60px)/4) ;
  margin: 0;
}
#kohoyuni-index .edit-block .backno-box a:hover,
#gikaidayori-index .edit-block .backno-box a:hover {
  text-decoration: none;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#kohoyuni-index .edit-block .backno-box .img-box,
#gikaidayori-index .edit-block .backno-box .img-box {
  margin: 15px auto 0;
  width: 150px;
}
#kohoyuni-index h3,
#gikaidayori-index h3 {
  flex-basis: 100%;
}
#kohoyuni-index h4,
#gikaidayori-index h4 {
  font-size: 1.6rem;
}
#kohoyuni-index h3.ttl-year,
#gikaidayori-index h3.ttl-year {
  background-color: transparent;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  border-bottom: #333 solid 2px;
  padding: 0 0 5px;
  flex-basis: 100%;
}
#kohoyuni-index .wp-block-media-text__content,
#gikaidayori-index .wp-block-media-text__content {
  margin-top: 0px;
}

#kohoyuni-index .wp-block-flexible-table-block-table,
#gikaidayori-index .wp-block-flexible-table-block-table {
  margin: 10px auto 40px;
}



/* =================================================== */
/* Kanko/* 
=================================================== */
body.post-type-archive-kanko .mainVisual-block .visual-box,
body.post-type-archive-kanko-child .mainVisual-block .visual-box,
body.single-kanko .mainVisual-block .visual-box {
  background-image: url("assets/image/kanko/page-visual_240605.jpg");
}
body.post-type-archive-kanko .mainVisual-block .pageTtl-block,
body.post-type-archive-kanko-child .mainVisual-block .pageTtl-block,
body.single-kanko .mainVisual-block .pageTtl-block {
  background-image: url("assets/image/kanko/img_page-title.jpg");
}

body.post-type-archive-kanko main {
  overflow: hidden;
}

body.post-type-archive-kanko .intor-block {
  margin-top: 80px;
  position: relative;
  height: 530px;
}
body.post-type-archive-kanko .intor-block .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 500px;
  background-image: url("assets/image/kanko/img_intro.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 8px 8px 15px 10px rgba(0,0,0,0.1);
}
body.post-type-archive-kanko .intor-block .ttl-set {
  position: absolute;
  top: 50px;
  right: 0;
  width: 60%;
}
body.post-type-archive-kanko .intor-block .ttl-set .h2Ttl-box {
  display: inline-block;
  font-size: 3.6rem;
  font-weight: 400;
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', 'YuMincho', serif;
}
body.post-type-archive-kanko .intor-block .ttl-set .h2Ttl-box:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -60px;
  display: inline-block;
  width: 150px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000000;
}
body.post-type-archive-kanko .intor-block .contens-box {
  position: absolute;
  top: 220px;
  right: 0;
  width: 36%;
}
body.post-type-archive-kanko .intor-block .txt-box {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', 'YuMincho', serif;
  line-height: 1.8;
  width: 90%;
  max-width: 600px;
  display: block;
}
body.post-type-archive-kanko .intor-block .button-set {
  margin-top: 30px;
  margin-left: 15px;
  width: 70%;
}
@media screen and (min-width:1441px) {
  body.post-type-archive-kanko .intor-block .img-box {
    height: 520px;
  }
  body.post-type-archive-kanko .intor-block .img-box {
    width: 55%;
  }
  body.post-type-archive-kanko .intor-block .ttl-set {
    width: 55%;
  }
  body.post-type-archive-kanko .intor-block .ttl-set .h2Ttl-box {
    font-size: 4.4rem;
  }
  body.post-type-archive-kanko .intor-block .ttl-set .h2Ttl-box:before {
    left: 30%;
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
  }
  body.post-type-archive-kanko .intor-block .contens-box {
    width: 41%;
  }
  body.post-type-archive-kanko .intor-block .txt-box {
    width: 85%;
    font-size: 1.8rem;
    line-height: 2.0;
  }
}

/*tourism-block　------*/
body.post-type-archive-kanko .tourism-block {
  overflow: hidden;
  padding: 60px 0px 50px;
}
body.post-type-archive-kanko .tourism-block .inner-block {
  position: relative;
  height: 500px;
  margin-left: 110px;
  width : -webkit-calc(100% - 110px) ;
  width : calc(100% - 110px) ;
  background-color: #e8f6fa;
}
body.post-type-archive-kanko .tourism-block .h2Ttl-box {
  position: absolute;
  top: -30px;
  left: 20px;
  display: inline-block;
  font-size: 4.0rem;
  font-weight: 400;
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', 'YuMincho', serif;
}
body.post-type-archive-kanko .tourism-block .h2Ttl-box .icon-cycling::before{
	content: "";
	display: inline-block;
	width: 73px;
	height: 72px;
	background-image: url("assets/image/kanko/icon_kankoasobu.png");
	background-size: 100% auto;
	margin-right: 20px;
	margin-top: -40px;
	vertical-align: middle;
  animation: d-turn 0.5s linear infinite alternate;
}

body.post-type-archive-kanko .tourism-block #sliderJS-bloc {
  position: absolute;
  top: 75px;
  left: 70px;
  width: 100%;
  height: 360px;
}
body.post-type-archive-kanko .tourism-block .slider-block {
  display: -webkit-flex;
  display: flex;
}
body.post-type-archive-kanko .tourism-block .swiper-slide {
  width: 400px !important;
  list-style: none;
}

body.post-type-archive-kanko .tourism-block .swiper-slide a {
  position: relative;
  height: 340px;
  display: block;
  width: 400px;
  color: #333333;
  font-size: 1.8rem;
}
body.post-type-archive-kanko .tourism-block .swiper-slide a:hover figure img {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
  transition: all 0.3s ease;
  transform:scale(1.1,1.1);
}
body.post-type-archive-kanko .tourism-block .swiper-slide a .img-box {
  border: #000000 solid 1px;
  width: 400px;
  height: 280px;
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}
body.post-type-archive-kanko .tourism-block .swiper-slide a .img-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: #ffffff solid 10px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
body.post-type-archive-kanko .tourism-block .swiper-slide a:hover .img-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: #ffffff solid 0px;
}
body.post-type-archive-kanko .tourism-block .swiper-slide figcaption {
  position: absolute;
  display: block;
  margin: -40px auto 0;
  width: 316px;
  background: url("assets/image/kanko/img_kanko_name-box.png") no-repeat top center;
  text-align: center;
  padding: 30px 0 10px;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
body.post-type-archive-kanko .tourism-block .swiper-pagination-horizontal {
  width: auto;
}
body.post-type-archive-kanko .tourism-block .button-set {
  position: absolute;
  bottom: -30px;
  right: 100px;
  width: 100%;
  max-width: 330px;
  z-index: 20;
}

/*gourmand-block　--------*/
body.post-type-archive-kanko .gourmand-block {
  margin-top: 80px;
}
body.post-type-archive-kanko .gourmand-block p,
body.post-type-archive-kanko .gourmand-block h3,
body.post-type-archive-kanko .yunimovie-block p,
body.post-type-archive-kanko .yunimovie-block h3 {
  font-weight: 400;
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', 'YuMincho', serif;
}
body.post-type-archive-kanko .gourmand-block .read-box,
body.post-type-archive-kanko .yunimovie-block .read-box {
  font-size: 1.8rem;
  margin-bottom: 10px;
  text-align: center;
}
body.post-type-archive-kanko .gourmand-block .ttl-box,
body.post-type-archive-kanko .yunimovie-block .ttl-box {
  font-size: 3.6rem;
  text-align: center;
}
body.post-type-archive-kanko .gourmand-block .txt-box {
  font-size: 1.8rem;
  line-height: 1.8;
  width: 70%;
  max-width: 510px;
  display: block;
  margin: 40px auto 0;
  text-align: left;
}
body.post-type-archive-kanko .gourmand-block .button-set {
  margin-top: 50px;
  width: 100%;
  max-width: 330px;
}

/*recommeshop-block　--*/
body.post-type-archive-kanko .recommeshop-block {
  position: relative;
  height: 500px;
  background: url("assets/image/kanko/img_bg-gourmand.png") center;
}
body.post-type-archive-kanko .recommeshop-block .h2Ttl-box {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  display: inline-block;
  font-size: 5.0rem;
  font-weight: 400;
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', 'YuMincho', serif;
}
body.post-type-archive-kanko .recommeshop-block .h2Ttl-box .icon-cycling::before{
	content: "";
	display: inline-block;
	width: 134px;
	height: 73px;
	background-image: url("assets/image/kanko/icon_gourmand.png");
	background-size: 100% auto;
	margin-right: 20px;
  margin-left: 20px;
	margin-top: -20px;
	vertical-align: middle;
  animation: r-turn 0.5s linear infinite alternate;
}
body.post-type-archive-kanko .recommeshop-block .inner-block {
  position: absolute;
  top: 80px;
  left: 50%;
  padding: 0 30px;
  width: 100%;
  max-width: 1300px;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);margin: 0 auto;
}
body.post-type-archive-kanko .recommeshop-block .cont-block {
  width: 60%;
  float: left;
}

body.post-type-archive-kanko .recommeshop-block .cardSlidre-box {
  float: right;
  width: 40%;
  margin-top: 30px;
}
body.post-type-archive-kanko .recommeshop-block .js-swiper-cards {
  width: 502px;
  margin: 0 auto;
}
body.post-type-archive-kanko .recommeshop-block .swiper-container {
  position: relative;
  overflow: hidden;
}
body.post-type-archive-kanko .recommeshop-block .swiper-container.visible {
  overflow: visible;
}
body.post-type-archive-kanko .recommeshop-block .js-swiper-cards {
  padding: 0 50px;
}


/*yunibrand-block　--*/
body.post-type-archive-kanko .yunibrand-block {
  padding: 60px 0;
  background-image: url("assets/image/kanko/img_bg-bussan.jpg");
  background-size: cover;
  background-position: center;
}
body.post-type-archive-kanko .yunibrand-block .inner-block {
  padding: 0 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 1300px;
  margin: 0 auto;
}
body.post-type-archive-kanko .yunibrand-block .cont-block {
  flex-basis: 60%;
}
body.post-type-archive-kanko .yunibrand-block .img-box {
  flex-basis: 40%;
}



/*gourmand-block　--------*/
body.post-type-archive-kanko .yunimovie-block {
  position: relative;
  margin: 180px auto 0;
  width: 90%;
  max-width: 1300px;
  background-color: #edeff5;
  border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
  border: #506ac3 dashed 2px;
}
body.post-type-archive-kanko .yunimovie-block .h2Ttl-box {
  position: absolute;
  top: -85px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 5.0rem;
  font-weight: 400;
  font-family: 'Noto Serif JP', '游明朝体', 'Yu Mincho', 'YuMincho', serif;
  z-index: 5;
}
body.post-type-archive-kanko .yunimovie-block .h2Ttl-box .icon-videoman::before{
	content: "";
	display: inline-block;
	width: 62px;
	height: 130px;
	background-image: url("assets/image/kanko/icon_videoman.png");
	background-size: 100% auto;
	margin-right: 20px;
	margin-top: -20px;
	vertical-align: middle;
  animation: r-turn 0.5s linear infinite alternate;
}
body.post-type-archive-kanko .yunimovie-block .inner-block {
  padding: 50px 40px 60px;
  display: -webkit-flex;
  display: flex;
  gap: 0 50px;
}
body.post-type-archive-kanko .yunimovie-block .youtube-box {
  flex-basis: 55%;
}
body.post-type-archive-kanko .yunimovie-block .youtube-box iframe {
  width: 560px;
  height: 315px;
}
body.post-type-archive-kanko .yunimovie-block .cont-block {
  flex-basis: 45%;
}
body.post-type-archive-kanko .yunimovie-block .txt-box {
  font-size: 1.8rem;
  line-height: 1.8;
  display: block;
  margin: 40px auto 0;
  text-align: left;
}
body.post-type-archive-kanko .yunimovie-block .button-set {
  position: absolute;
  bottom: -30px;
  width: 100%;
  max-width: 330px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
  z-index: 5;
}


/*gourmand-block　--------*/
body.post-type-archive-kanko .pamphlet-block {
  margin-top: 80px;
  padding: 90px 30px;
  background-image: url("assets/image/kanko/img_yunimap.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
body.post-type-archive-kanko .pamphlet-block .inner-block {
  width: 50%;
}
body.post-type-archive-kanko .pamphlet-block .h2Ttl-box {
  font-size: 2.4rem;
  font-weight: 500;
  background-color: #f0f0f0;
  padding: 15px 25px;
  line-height: 1;
  border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
  text-align: center;
}
body.post-type-archive-kanko .pamphlet-block ul {
  list-style: none;
  margin-top: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
body.post-type-archive-kanko .pamphlet-block li {
  display: block;
  text-align: center;
}
body.post-type-archive-kanko .pamphlet-block .item-01 {
  flex-basis: 103px;
}
body.post-type-archive-kanko .pamphlet-block .item-02 {
  flex-basis: 178px;
}
body.post-type-archive-kanko .pamphlet-block .item-03 {
  flex-basis: 163px;
}
body.post-type-archive-kanko .pamphlet-block .button-set {
  margin-top: 20px;
  width: 150px;
}


/* =================================================== */
/* Furusatokifukin-PAGE
/* =================================================== */
body.post-type-archive-furusatokifukin .mainVisual-block .visual-box,
body.post-type-archive-furusatokifukin-child .mainVisual-block .visual-box,
body.single-furusatokifukin .mainVisual-block .visual-box {
  background-image: url("assets/image/furusatokifukin/page-visual.jpg");
}
body.post-type-archive-furusatokifukin .mainVisual-block .pageTtl-block,
body.post-type-archive-furusatokifukin-child .mainVisual-block .pageTtl-block,
body.single-furusatokifukin .mainVisual-block .pageTtl-block {
  background-image: url("assets/image/furusatokifukin/img_page-title.jpg");
}

body.post-type-archive-furusatokifukin .contens-block {
  padding: 0 40px;
}
body.post-type-archive-furusatokifukin .content-area {
  width: 1200px;
  margin: 0 auto;
}
body.post-type-archive-furusatokifukin .sideNavi-area .link-lv1-list li:first-child,
body.single-furusatokifukin .sideNavi-area .link-lv1-list li:first-child {
  display: none;
}

/*caution-----------*/
body.post-type-archive-furusatokifukin .caution-block,
body.single-furusatokifukin .caution-block {
  max-width: 1000px;
  margin: 50px auto;
  padding: 20px;
  border: #ff0000 solid 4px;
  text-align: center;
  color: #ff0000;
}
body.post-type-archive-furusatokifukin .caution-block h3.ttl-box,
body.single-furusatokifukin .caution-block h3.ttl-box {
  font-size: 2.4rem;
  font-weight: 600;
}
body.post-type-archive-furusatokifukin .caution-block h3.ttl-box .icon-caution::before,
body.single-furusatokifukin .caution-block h3.ttl-box .icon-caution::before {
	content: "";
	display: inline-block;
	width: 36px;
	height: 31px;
	background-image: url("assets/image/common/icon_caution-red.png");
	background-size: 100% auto;
	margin-right: 5px;
	margin-top: -4px;
	vertical-align: middle;
}
body.post-type-archive-furusatokifukin .caution-block .txt-box,
body.single-furusatokifukin .caution-block .txt-box {
  margin-top: 20px;
  line-height: 1.8;
}
body.post-type-archive-furusatokifukin .caution-block .site-list,
body.single-furusatokifukin .caution-block .site-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 20px;
  gap: 0 110px;
}
body.post-type-archive-furusatokifukin .caution-block .web-box,
body.single-furusatokifukin .caution-block .web-box {
  font-size: 2.0rem;
  font-weight: 600;
}

body.post-type-archive-furusatokifukin .cateTtl-block,
body.single-furusatokifukin .cateTtl-block {
  display: block;
  padding: 8px 0;
  text-align: center;
  font-size: 4.4rem;
  font-weight: 500;
  color: #71197b;
  border: none;
  box-shadow: none;
  background: none;
}
body.post-type-archive-furusatokifukin .cateTtl-block span,
body.single-furusatokifukin .cateTtl-block span {
  display: inline-block;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  background-color: #ffffff;
  border-bottom: 8px dotted #71197b;
}
body.post-type-archive-furusatokifukin h2.cateTtl-block .i-circle,
body.single-furusatokifukin h2.cateTtl-block .i-circle {
  display: none;
}

body.post-type-archive-furusatokifukin h2.ttl-org,
body.single-furusatokifukin h2.ttl-org {
  display: block;
  position: relative;
  font-size: 3.4rem;
  font-weight: 500;
  color: #36003c;
  background: none;
  padding: 0px 0px 5px;
  border-bottom: none;
  margin-top: 100px;
  /*margin-bottom: 0px;*/
}

body.post-type-archive-furusatokifukin h2.ttl-org::after,
body.single-furusatokifukin h2.ttl-org::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -20px;
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: #cc99ff;
}
body.post-type-archive-furusatokifukin h2.ttl-org::before,
body.single-furusatokifukin h2.ttl-org::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 80px;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
}




/* =================================================== */
/* Ijyu-Teijyu-PAGE
/* =================================================== */
body.page-ijyu-teijyu .mainVisual-block .visual-box,
body.post-type-archive-ijyu-teijyu .mainVisual-block .visual-box,
body.post-type-archive-ijyu-teijyu-child .mainVisual-block .visual-box,
body.single-ijyu-teijyu .mainVisual-block .visual-box {
  background-image: url("assets/image/ijyu-teijyu/page-visual.jpg");
}
body.page-ijyu-teijyu .mainVisual-block .pageTtl-block,
body.post-type-archive-ijyu-teijyu .mainVisual-block .pageTtl-block,
body.post-type-archive-ijyu-teijyu-child .mainVisual-block .pageTtl-block,
body.single-ijyu-teijyu .mainVisual-block .pageTtl-block {
  background-image: url("assets/image/ijyu-teijyu/img_page-title.jpg");
}





/* =================================================== */
/* Newstopics-PAGE
/* =================================================== */
body.post-type-archive-newstopics .mainVisual-block .visual-box,
body.post-type-archive-newstopics-child .mainVisual-block .visual-box,
body.single-newstopics .mainVisual-block .visual-box,
body.tax-newstopics_cat .mainVisual-block .visual-box {
  background-image: url("assets/image/newstopics/page-visual.jpg");
}
body.post-type-archive-newstopics .mainVisual-block .pageTtl-block,
body.post-type-archive-newstopics-child .mainVisual-block .pageTtl-block,
body.single-newstopics .mainVisual-block .pageTtl-block,
body.tax-newstopics_cat .mainVisual-block .pageTtl-block {
  background-image: url("assets/image/newstopics/img_page-title.jpg");
}

body.post-type-archive-newstopics {
  
}
/*TAB group*/
body.post-type-archive-newstopics .tabHead-block {
	display: flex;
	justify-content: flex-start;
  gap: 0 2px;
}
body.post-type-archive-newstopics .tabHead-block div {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
body.post-type-archive-newstopics .tabHead-block div a {
	display: block;
  width: 100%;
  text-align: center;
	background:#c086ca;
	padding:10px 20px;
  font-size: 1.6rem;
  font-weight: 500;
  border-radius: 4px 4px 0 0 / 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0 / 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0 / 4px 4px 0 0;
  color: #ffffff;
}
body.post-type-archive-newstopics .tabHead-block div a:hover {
  background: #71197b;
  color: #ffffff;
  text-decoration: none;
}
body.post-type-archive-newstopics .tabHead-block div.active a {
	background:#ffffff;
  color: #71197b;
}
body.post-type-archive-newstopics .tab-group {
	display: none;
	opacity: 0;
	background: #fff;
	padding:20px 20px;
  border-radius:  0 8px 8px 8px;
  -webkit-border-radius: 0 8px 8px 8px;
  -moz-border-radius: 0 8px 8px 8px;
}
body.post-type-archive-newstopics .tab-group:first-of-type {
  display: block;
}
body.post-type-archive-newstopics .tab-group.is-active {
  display: block;/*表示*/
  animation-name: displayAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

body.post-type-archive-newstopics .tab-group h3.ttl-box {
  margin-top: 0 !important;
}
body.post-type-archive-newstopics .tab-group .inner-block {
  padding: 20px;
  min-height: 500px;
  height: 100%;
}
body.post-type-archive-newstopics .archive-list {
  display: block;
  /*flex-basis: 70%;*/
  list-style: none;
  border-top: #cccccc solid 1px;
}
body.post-type-archive-newstopics .archive-list li {
  display: block;
  border-bottom: #cccccc solid 1px;
}
body.post-type-archive-newstopics .archive-list .img-box {
  flex-basis: 150px;
  height: auto;
}
body.post-type-archive-newstopics .archive-list .date-box {
  white-space: nowrap;
  font-weight: 500;
  flex-basis: 120px;
}
/*body.post-type-archive-newstopics .archive-list .subject-box {
  margin-left: 40px;
}*/
body.post-type-archive-newstopics .archive-list li a {
  color: #000000;
  font-size: 1.6rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0 20px;
  transition: all .3s 0s ease;
  padding: 1.3rem 2.6rem 1.3rem;
}
body.post-type-archive-newstopics .archive-list li a:hover {
  color: #3366cc;
  background-color: #f7f5f9;
}
body.post-type-archive-newstopics .archive-list li a:hover .subject-box {
  text-decoration: underline;
}
body.post-type-archive-newstopics .archive-list li.nodata {
  font-size: 1.6rem;
  padding: 1.3rem 2.6rem 1.3rem;
}

/*記事一覧-----------*/

body.tax-newstopics_cat .article-block a {
  display: block;
  padding: 20px 30px;
  color: #333333;
}
body.tax-newstopics_cat .article-block li a:hover,
body.tax-newstopics_cat .article-block li a.is-active {
  text-decoration: none;
  background-color: #f7f3ff;
}
body.tax-newstopics_cat .article-block li {
  border-bottom: #cccccc solid 1px;
  list-style: none;
}
body.tax-newstopics_cat .article-block li:first-child {
  border-top: #cccccc solid 1px;
}
body.tax-newstopics_cat .article-block li .ttl-box {
  font-size: 2.6rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 10px;
}
body.tax-newstopics_cat .article-block li .date-box {
  font-size: 1.3rem;
  font-weight: 400;
  color: #999999;
  margin-bottom: 20px;
}
body.tax-newstopics_cat .article-block li .txt-box {
  font-size: 1.6rem;
  font-weight: 600;
  color: #000000;
  list-style: 2.0;
}
body.tax-newstopics_cat .article-block li.nodata {
  font-size: 1.6rem;
  padding: 20px 30px;
}


/* =================================================== */
/* furusato-PAGE
/* =================================================== */
body.page-furusato h2 {
  position: relative;
  display: inline-block;
  font-size: 3.4rem;
  font-weight: 600;
  color: #36003c;
}
body.page-furusato h2::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 3px;
  left: 0%;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  bottom: -15px;
  background-color: #cc99ff;
}


/* =================================================== */
/* CONTACT-PAGE
=================================================== */
#contact .layout-2column,
#contact_confirm .layout-2column,
#contact_finish .layout-2column {
  padding: 0 20px;
  display: -webkit-block;
  display: block;
}

.contact-steps {
	 width: 80%;
	 margin:40px auto 20px auto;
}
.contact-steps ul {
  margin: 0 !important;
	padding: 0;
	display: table;
	width: 100%
}
.contact-steps ul li {
	display: table-cell;
	width: 33.33%;
	background-color: #e8e8e8;
	text-align: center;
	vertical-align: middle;
	height: 50px;
	padding-left: 10px;
	position: relative
}
.contact-steps ul li:before {
	position: absolute;
	right: -9px;
	top: 0;
	content: ' ';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 10px;
	border-color: transparent transparent transparent #e8e8e8;
	z-index: 80
}
.contact-steps ul li:after {
	position: absolute;
	right: -10px;
	top: 0;
	content: ' ';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 10px;
	border-color: transparent transparent transparent #ccc;
	z-index: 70
}
.contact-steps ul li.active {
	background-color: #71197B;
	color: #fff;
	font-weight: bold;
}
.contact-steps ul li.active:before {
	border-color: transparent transparent transparent #71197B;
}
.contact-steps ul li.active:after {
	border-color: transparent transparent transparent #71197B;
}
.contact-steps ul li:last-child:after {
	display: none;
}
.contact-steps ul li:last-child:before {
	display: none;
}
@media only screen and (max-width: 929px) {
  .contact-steps,
  .layout-contact #contact form {
    box-sizing: border-box;
    width: 95%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contact .intro-text,
#contact_confirm .intro-text,
#contact_finish .intro-text {
  font-size: 1.6rem;
  line-height: 1.7;
}
#contact .mw_wp_form .error {
  display: block !important;
	margin-top: 5px;
  margin-left: 0;
	font-size: 13px;
  background-color: #FBD4D4;
  color: #ff0000;
  padding: 3px 10px;
  border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#contact form .mb3,
#contact_confirm .mb3,
#contact_finish .mb3 {
	margin-bottom:15px;
}
#contact form input {
	margin:3px 0;
}

#contact form input[type=submit],
#contact_confirm form input[type=submit] {
  display: inline-block;
  width: 300px;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  padding: 17px 10px;
  border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right 20px center;
  box-shadow: 0px 0px 6px 4px rgba(0,0,0,0.1);
  color: #ffffff;
  border: #9d7ec8 solid 2px;
  background-image: url("assets/image/common/icon_arrow-l-whi.png");
  background-color: #9d7ec8;
}
#contact form input[type=submit]:hover,
#contact_confirm form input[type=submit]:hover {
  color: #9d7ec8;
  border: #9d7ec8 solid 2px;
  background-color: #ffffff;
  background-image: url("assets/image/common/icon_arrow-l-pup.png");
}
#contact form input[type=submit].btn-back,
#contact_confirm form input[type=submit].btn-back {
	background-color: #999;
  border: #999 solid 2px;
  background-image: none;
}
#contact form input[type=submit].btn-back:hover,
#contact_confirm form input[type=submit].btn-back:hover {
	color: #9d7ec8;
  border: #9d7ec8 solid 2px;
  background-color: #ffffff;
}
#contact form input[type=button],
#contact_confirm form input[type=button] {
	padding: 0.4rem 1rem;
	background-color: #999;
	color: #fff;
	border: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
/*#contact form input[type=submit] {
	background-color: #e04600;
	color: #fff;
	border: none;
	padding: 1rem 2rem;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
#contact form input[type=submit]:hover {
	opacity:0.6;
	cursor:pointer;
}
#contact form input[type=submit].btn-back {
	background-color: #999
}
#contact form input[type=button] {
	padding: 0.4rem 1rem;
	background-color: #999;
	color: #fff;
	border: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}*/

#contact form .size-ss,
#contact form .size-s,
#contact form .size-m,
#contact form .size-ml,
#contact form .size-l {
	margin:6px 2px;
}
#contact form .size-ss {
	width: 60px;
}
#contact form .size-s {
	width: 100px;
}
#contact form .size-m {
	width: 300px;
}
#contact form .size-ml {
	width: 400px;
}
#contact form .size-l {
	width: 500px;
}
#contact form input[type=checkbox],
#contact form input[type=radio] {
	padding-right:5px;
}

.event-block {
	margin-top:30px;
	margin-bottom: 40px;
}
.event-block .read-box {
	font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.event-block .th-box {
	background: #0058a7;
	color: #ffffff;
	padding: 12px;
}

#contact form input[type=checkbox],
.event-block .mwform-checkbox-field-text{
	padding-left: 5px;
}
.event-block .mwform-checkbox-field label{
	display: block;
	padding:12px;
	border-bottom: #cccccc solid 1px;
}
.event-block .mwform-checkbox-field label:hover,
.event-block .mwform-checkbox-field label:active {
	background: #e6f2fc;
}
.confirm-page .event-block .read-box,
.confirm-page .event-block .mb3,
.confirm-page .contact-privacy,
.finish-page .event-block .read-box,
.finish-page .event-block .mb3,
.finish-page .contact-privacy,
.mw_wp_form_confirm .contact-privacy {
	display:none;
}
.confirm-page #contact form .contact-btns,
.finish-page #contact form .contact-btns,
#contact form .mw_wp_form .contact-btns {
	padding-top:30px;
}
#contact form .mw_wp_form .contact-btns button {
  text-align: center;
  color: #fff;
  /*width: 480px;*/
  padding: 0 20px;
  line-height: 60px;
  height: 60px;
  font-size: 1.6rem;
  background-color: #0d2d46;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.confirm-page .event-block .th-box,
.finish-page .event-block .th-box{
	margin-bottom:15px;
}

#contact form td.con_shiki .mwform-checkbox-field {
	display:block;
	margin-right:20px;
}
#contact form td.con_fc .mwform-checkbox-field {
	display:inline;
	margin-right:20px;
}
#contact form .mwform-radio-field {
	margin-right:20px;
}
#contact form .require {
	background-color: #e04600;
	color: #fff;
	font-size: 1.2rem;
	padding: 0.1rem 0.3rem;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-left: 1rem
}
#contact form .any {
  background-color: #4169e1;
	color: #fff;
	font-size: 1.2rem;
	padding: 0.1rem 0.3rem;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-left: 1rem
}
#contact form .ex {
	font-size: 1.2rem;
	color: #999
}
#contact form table {
	/*width: 80%;
	margin: 0 auto*/
}
#contact form th {
	box-sizing: border-box;
	width: 13em
}
#contact form td {
	box-sizing: border-box
}

@media screen and (max-width: 768px) {
  #contact form {
    width: auto;
    margin: 0 10px;
  }
  #contact form table {
    width: 100%
  }
  #contact form .size-ss {
    width: 15%
  }
  #contact form .size-s {
    width: 30%
  }
  #contact form .size-m {
    width: 50%
  }
  #contact form .size-ml {
    width: 70%
  }
  #contact form .size-l {
    width: 90%
  }
}

#contact form .contact-privacy {
	margin: 3rem auto
}
#contact form .contact-privacy dt {
	font-weight: bold
}
#contact form .contact-privacy dd {
	margin: 0
}

#contact form .contact-btns,
#contact_confirm .contact-btns {
	text-align: center
}
#contact form .contact-btns form,
#contact_confirm .contact-btns form {
	display: inline
}


.alert-error {
	margin-bottom: 2rem
}
.alert-error p {
	font-weight: bold
}
.alert-error ul {
	margin: 0;
	background-color: #fff;
	padding: 1.3rem 0 1.3rem 4rem;
	border: 3px solid #e04600
}

.tbl-primary,
.tbl-primary th,
.tbl-primary td {
  border: none !important;
}
.tbl-primary {
	border-collapse: collapse;
	border-bottom: 1px solid #333 !important;
	background-color: #fff;
	width: 100%
}
.tbl-primary th {
	background-color: #f2edf9;
	border-top: 1px solid #333 !important;
	/*color: #fff;*/
	padding: 0.9rem 1.5rem;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
  width: 278px;
}
/*.tbl-primary th.con_shiki {
	background-color: #f2edf9;
}*/
.tbl-primary td {
	border-top: 1px solid #333 !important;
	padding: 0.9rem 1.5rem
}
/*.tbl-primary thead th {
	text-align: center;
	background-color: #f2edf9
}
.tbl-primary caption {
	font-size: 1.8rem;
	text-align: left;
	font-weight: bold;
	margin-bottom: 1rem;
	padding-left: 1rem;
	border-left: 4px solid #e04600;
	line-height: 1.2
}*/

@media screen and (max-width: 768px) {
  .tbl-primary th {
    padding: 0.5rem;
    white-space: normal;
  }
  .tbl-primary td {
    padding: 0.5rem
  }
}

.intro-hero{
margin-bottom: 30px;
text-align: center;
}
.intro-detail{
margin-bottom: 20px;
}
.sabu{
	max-width: 40%;
  padding: 0 0 10px 40px;
  float: right;
}
.sabu2{
	max-width: 40%;
  padding: 0 40px 10px 0;
  float: left;
}
.intro-crs{
	text-align: center;
}
.intabyu{
    font-size: 1.3rem;
    font-weight: 400;
}
.vision{
	text-align: center;
	font-size: 20px;
	color:#00479D;
}
.vislon_text{
	padding: 20px 0 20px 0;
}



/* =================================================== */
/* SITEMAP-PAGE
/* =================================================== */

#sitemap .edit-block li > *,
#sitemap .edit-block li {
  padding: 0 !important;
  margin: 0 !important;
}

#sitemap .layout-2column {
  padding: 0 20px;
  display: -webkit-block;
  display: block;
}
#sitemap .sideNavi-area {
  display: none;
}


#sitemap .sitemap-blcok #menu-sitemap-block {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  /*flex-direction: column;*/
  flex-wrap: wrap;
  gap: 40px 10px;
}

#sitemap .sitemap-blcok ul#menu-sitemap-block > li {
  display: block;
  flex-basis : -webkit-calc(100% - 30px)/4 ;
  flex-basis : calc((100% - 30px)/4);
}
#sitemap .sitemap-blcok ul#menu-sitemap-block > li::after {
  display: block;
  content:"";
  width : -webkit-100%;
  width : 100%;
}
#sitemap .sitemap-blcok ul#menu-sitemap-block > li > a {
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  color: #ab55b5;
  padding: 6px 45px 4px 15px !important;
  border: #cc99ff solid 1px;
  width: 100%;
  background: url("assets/image/common/icon_arrow_typ-b_lpup.png") no-repeat center right 10px;
  background-size: 20px auto;
}
#sitemap .sitemap-blcok ul#menu-sitemap-block > li > a:hover {
  background:#ecddfd url("assets/image/common/icon_arrow_typ-b_pup.png") no-repeat center right 10px;
  background-size: 20px auto;
}
#sitemap .sitemap-blcok .sub-menu {
  margin-top: 15px !important;
}
#sitemap .sitemap-blcok .sub-menu > li {
  list-style: none;
}
#sitemap .sitemap-blcok .sub-menu > li a {
  display: block;
  padding: 5px 10px 5px 35px !important;
  background: url("assets/image/common/icon_arrow-m-lpup.png") no-repeat center left 10px;
}
#sitemap .sitemap-blcok .sub-menu > li a:hover {
  background: #f7f3ff url("assets/image/common/icon_arrow-m-lpup.png") no-repeat center left 15px;
}
#sitemap .sitemap-blcok #menu-sitemap-block a {
  text-decoration: none;
  color: #000000;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#sitemap .sitemap-blcok ul#menu-sitemap-block li.menu-item-home {
  flex-basis: 100%;
}
#sitemap .sitemap-blcok ul#menu-sitemap-block > li.menu-item-home > a {
  width: calc(50% - 20px) ;
}








/* =================================================== */
/* 404-PAGE
/* =================================================== */
body#error404 .contens-block {
  padding: 60px 10px;
}
body#error404 .inner-block {
  max-width: 800px;
  margin: 0px auto;
  text-align: center;
} 
body#error404 .contens-block h1.ttl-box {
  font-size: 12.0rem;
  color: #9d7ec8;
  line-height: 1;
  margin-bottom: 5px;
}
body#error404 .contens-block .read-txt {
  font-size: 2.6rem;
  font-weight: 500;
}
body#error404 .contens-block .txt-box {
  display: block;
  margin-top: 20px;
  line-height: 2.0;
  font-size: 1.6rem;
}
body#error404 .contens-block .button.button-set {
  max-width: 400px;
  margin: 50px auto 0;
}
body#error404 #sitemap {
  max-width: 1200px;
  margin: 60px auto 0;
}

/* =================================================== */
/* 記事・固定ページ　スタイル
/* =================================================== */

/*.edit-block {
  padding-bottom: 80px;
}*/

.edit-block figure + * {
  margin-top: 50px;
}
.edit-block .topics-block + * {
  margin-top: 50px;
}

.edit-block .wp-block-buttons + * {
  margin-top: 50px;
}


/*Title ===========
　※WPビジュアルディターでh1は使えないように設定している*/

.edit-block h1,
.edit-block h2,
.edit-block h3 {
  font-size: 2.2rem;
  font-weight: 500;
  color: #ab55b5;
  background-color: #f4eaff;
  padding: 7px 10px 5px;
  border-bottom: #c086ca solid 1px;
  margin-top: 50px;
  margin-bottom: 0px;
}

.edit-block h4 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #ab55b5;
  padding-bottom: 4px;
  border-bottom: #cc99ff solid 1px;
}

.edit-block h5 {
  font-size: 1.8rem;
  font-weight: 600;
  border-bottom: #cc99ff dashed 1px;
}
.edit-block h5::before {
  font-family: "Font Awesome 5 Free";
  content: "\f58e";
  display: inline-block;
  font-weight: 900;
  color: #ab55b5;
  margin-top: -12px;
  padding-right: 6px;
}
.edit-block h6 {
  font-size: 1.6rem;
  border-left: #cc99ff solid 4px;
  padding-left: 5px;
}

.edit-block h1 + *,
.edit-block h2 + *,
.edit-block h3 + *,
.edit-block h4 + *,
.edit-block h5 + *,
.edit-block h6 + * {
  margin-top: 30px;
}
.edit-block h1 + h1,
.edit-block h1 + h2,
.edit-block h1 + h3,
.edit-block h1 + h4,
.edit-block h1 + h5,
.edit-block h1 + h6 {
  margin-top: 50px;
}

.edit-block h2 + h1,
.edit-block h2 + h2,
.edit-block h2 + h3,
.edit-block h2 + h4,
.edit-block h2 + h5,
.edit-block h2 + h6 {
  margin-top: 50px;
}

.edit-block h3 + h1,
.edit-block h3 + h2,
.edit-block h3 + h3,
.edit-block h3 + h4,
.edit-block h3 + h5,
.edit-block h3 + h6,
.edit-block h4 + h1,
.edit-block h4 + h2,
.edit-block h4 + h3,
.edit-block h4 + h4,
.edit-block h4 + h5,
.edit-block h4 + h6 {
  margin-top: 40px;
}

.edit-block h5 + h1,
.edit-block h5 + h2,
.edit-block h5 + h3,
.edit-block h5 + h4,
.edit-block h5 + h5,
.edit-block h5 + h6,
.edit-block h6 + h1,
.edit-block h6 + h2,
.edit-block h6 + h3,
.edit-block h6 + h4,
.edit-block h6 + h5,
.edit-block h6 + h6 {
  margin-top: 30px;
}



/*list =========== */

.edit-block ul,
.edit-block ol {
  margin-left: 30px;
  font-size: 1.5rem;
  line-height: 1.6;
}

.edit-block li {
  margin-bottom: 10px;
}
.edit-block li:last-child {
  margin-bottom: 0;
}
.edit-block li > * {
  margin-top: 10px;
  margin-bottom: 15px;
  /*font-size: 1.3rem;*/
  line-height: 1.5;
}
.edit-block ul + *,
.edit-block ol + *,
.edit-block p + * {
  margin-top: 30px;
}
.edit-block ul + h1,
.edit-block ul + h2,
.edit-block ul + h3,
.edit-block ul + h4,
.edit-block ul + h5,
.edit-block ul + h6 {
  margin-top: 50px;
}
.edit-block ol + h1,
.edit-block ol + h2,
.edit-block ol + h3,
.edit-block ol + h4,
.edit-block ol + h5,
.edit-block ol + h6 {
  margin-top: 50px;
}

/*text =========== */

.edit-block p {
  font-size: 1.6rem;
  line-height: 1.8;
}

.edit-block p + table {
  margin-top: 30px;
  margin-bottom: 0px;
}

.edit-block p + h1,
.edit-block p + h2,
.edit-block p + h3,
.edit-block p + h4,
.edit-block p + h5,
.edit-block p + h6 {
  margin-top: 50px;
}

/*div =========== */

.edit-block div.wp-block-media-text + * {
  margin-top: 50px;
}


/*anker =========== */
.edit-block a {
  font-size: 1.5rem;
}
.edit-block a[target="_blank"]::after {
  font-family: "Font Awesome 5 Free";
  content: "\f08e";
  display: inline-block;
  font-size: 1rem;
  font-weight: 900;
  margin-top: -12px;
  padding: 0 3px;
}
.edit-block a.imglink[target="_blank"]:after{
	content: "";
	margin: 0;
  padding: 0;
}

.edit-block a[href*=".pdf"] ~ a {
  display: inline-block;
  padding-top: 15px;
}
.edit-block a[href*=".docx"] ~ a,
.edit-block a[href*=".doc"] ~ a{
  display: inline-block;
  padding-top: 15px;
}
.edit-block a[href*=".xlsx"] ~ a {
  display: inline-block;
  padding-top: 15px;
}

/*table =========== */

.edit-block table {
  /*table-layout: fixed;*/
  width: 100%;
  min-width: 320px;
  border-collapse: collapse;
  border-spacing: 0px;
}

.edit-block .wp-block-flexible-table-block-table figcaption,
.edit-block table caption {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  display: block;
  margin-bottom: 5px;
}

.edit-block .wp-block-flexible-table-block-table table + figcaption,
.edit-block table + figcaption {
  text-align: left;
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  margin: 8px 0 0;
}

.edit-block thead th {
  text-align: center;
}
.edit-block .is-style-stripes tbody tr:nth-child(2n+1) td {
  background-color: #f6f3fb !important;
}
.edit-block .wp-block-flexible-table-block-table > table tbody tr th {
  background-color: #f6f3fb !important;
}
/*.edit-block table tbody th:first-child {
  background-color: #f7f3ff !important;
}*/
.edit-block .is-style-stripes tbody td:first-child {
  background-color: transparent;
}
.edit-block table thead th {
  background-color: #e7dcf8 !important;
}


/*.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table.is-style-stripes tr:nth-child(2n+1) td {
  background-color: #f0f0f1;
}*/
.edit-block table th, .edit-block table td {
  padding: 8px 6px;
  word-break: break-all;
  font-size: 1.5rem;
  border: #333333 solid 1px;
  /*text-align: left;*/
}

.edit-block table + * {
  margin-top: 30px;
  margin-bottom: 0px;
}

.edit-block table + h1,
.edit-block table + h2,
.edit-block table + h3,
.edit-block table + h4,
.edit-block table + h5,
.edit-block table + h6 {
  margin-top: 50px;
}

/*div =========== */
.edit-block div.wp-block-file + h1,
.edit-block div.wp-block-file + h2,
.edit-block div.wp-block-file + h3,
.edit-block div.wp-block-file + h4,
.edit-block div.wp-block-file + h5,
.edit-block div.wp-block-file + h6 {
  margin-top: 50px;
}
.edit-block div.wp-block-file + .wp-block-flexible-table-block-table {
  margin-top: 50px;
}

/*icon =========== */
a.i-file[href*=".pdf"]:before,
.wp-block-file a:first-child[href$=".pdf"]:before,
.edit-block .wp-block-flexible-table-block-table table a[href*=".pdf"]:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 24px;
	margin-right: 6px;
	background-image: url(assets/image/common/icon_file-pdf.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px auto;
}
a.i-file[href*=".docx"]:before,
a.i-file[href*=".doc"]:before,
.wp-block-file a:first-child[href*=".docx"]::before,
.wp-block-file a:first-child[href*=".doc"]::before,
.edit-block .wp-block-flexible-table-block-table table a[href*=".docx"]:before,
.edit-block .wp-block-flexible-table-block-table table a[href*=".doc"]:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 24px;
	margin-right: 6px;
	background-image: url(assets/image/common/icon_file-word.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px auto;
}
a.i-file[href*=".xlsx"]:before,
a.i-file[href*=".xls"]:before,
.wp-block-file a:first-child[href*=".xlsx"]::before,
.edit-block .wp-block-flexible-table-block-table table a[href*=".xlsx"]:before,
.wp-block-file a:first-child[href*=".xls"]::before,
.edit-block .wp-block-flexible-table-block-table table a[href*=".xls"]:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 24px;
	margin-right: 6px;
	background-image: url(assets/image/common/icon_file-excel.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 18px auto;
}

.wp-block-file a:first-child[href$=".pdf"]::after,
.wp-block-file a:first-child[href*=".docx"]::after,
.wp-block-file a:first-child[href*=".doc"]::after,
.wp-block-file a:first-child[href*=".xlsx"]::after,
.wp-block-file a:first-child[href*=".xls"]::after {
  content: normal;
}

.wp-block-file .wp-block-file__button {
  background:#8d78b2 !important;
  border-radius:4em !important;
  font-size:1.3rem !important;
  padding:.8em 1.3em !important;
  line-height: 1;
}

.wp-block-file a.wp-block-file__button::after {
  content: "";
  display: inline-block;
	width: 12px;
	height: 13px;
	background-image: url("assets/image/common/icon_arrow_dl_whi.png");
	background-size: 100% auto;
	margin-left: 5px;
	margin-top: -2px;
	vertical-align: middle;
}
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover {
  background:#71197B !important;
}

/*.edit-block figcaption {
  margin-top: 15px;
}*/

/* Youtube =========== */
.edit-block .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  width:100%; /* 横幅は100%にしておく(ここを変えたい場合は実装コード2の方法を確認してください) */
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; /* 高さを指定(16:9) */
}

/* YouTube埋め込み用のiframe */
.edit-block .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*topics list =========== */

.edit-block .topics-block .topics-list {
  display: block;
  margin: 25px 20px 0;
  list-style: none;
  border-top: #cccccc solid 1px;
}
.edit-block .topics-block .topics-list li {
  display: block;
  border-bottom: #cccccc solid 1px;
  padding: 0;
  margin: 0;
}
.edit-block .topics-block .topics-list li a {
  color: #000000;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  transition: all .3s 0s ease;
  padding: 1.3rem 2.6rem 1.3rem 6rem;
  margin: 0;
  background-image: url("assets/image/common/icon_arrow-l-pup.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left 20px center;
}
.edit-block .topics-block .topics-list li a:hover {
  color: #3366cc;
  background-color: #f7f5f9;
}
.edit-block .topics-block .topics-list li a:hover .subject-box {
  text-decoration: underline;
}
.edit-block .topics-block .topics-list .subject-box {
  font-size: 1.8rem;
}
.edit-block .topics-block .topics-list .date-box {
  white-space: nowrap;
  font-weight: 400;
  margin-left: auto;
  /*flex-basis: 15%;*/
}



/* =================================================== */
/* Javascript
/* =================================================== */
/*Slick-js =========== */
/*.banner-block.slick-js > li:not(:first-child) {
  display: none;
}*/
.slick-track:before,
.slick-track:after {
  display: block !important;
  content: normal !important;
}
.banner-block.slick-js .bnnr-box {
  float: none;
  text-align: center;
}
.banner-block.slick-js .slick-track {
  float: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  gap: 20px;
}
.banner-block.slick-js .slide-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 100;
	cursor: pointer;
}
.banner-block.slick-js .slide-arrow {
  z-index: 10;
  width: auto;
  height: auto;
  font-size: 40px;
}
.banner-block.slick-js .prev-arrow::before {
  position: relative;
  content: "\f0a8";
  font-family: FontAwesome;
  opacity: 0.3;
}
.banner-block.slick-js .next-arrow::before {
  position: relative;
  content: "\f0a9";
  font-family: FontAwesome;
  opacity: 0.4;
}
.banner-block.slick-js .prev-arrow {
  left: 10px;
  display: inline-block;
}
.banner-block.slick-js .next-arrow {
  right: 10px;
  display: inline-block;
}
.banner-block.slick-js .prev-arrow:hover:before {
  animation: arrow_prev .5s ease-out forwards;
}
@keyframes arrow_prev {
  0% {
    right: 0px;
  }
  50% {
    right: 5px;
  }
  100% {
    right: 0;
  }
}
.banner-block.slick-js .next-arrow:hover:before {
  animation: arrow_next .5s ease-out forwards;
}
@keyframes arrow_next {
  0% {
    left: 0px;
  }
  50% {
    left: 5px;
  }
  100% {
    left: 0;
  }
}

/*banner001 =========== */
.banner-block.banner001-js {
  padding: 0 50px;
  /*margin: 0 auto;*/
  overflow: hidden;
}
.banner-block.banner001-js .bnnr-box a:hover {
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}



/*page top =========== */
#page_top{
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 50px;
  background: #71197b;
  opacity: 0.6;
  border-radius: 50%;
}

/* Font Awesome */
#page_top::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  /*width: 30px;
  height: 30px;*/
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  text-align: center;
}

/* =================================================== */
/* プラグイン
/* =================================================== */

.wp_social_bookmarking_light {
  margin-top: 80px !important;
}




/* =================================================== */
/* CSSアニメーション
/* =================================================== */

.slide-bottom {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.3s 0s ease-out;
}

/*view scroll anime*/
.showJS {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 0.8s 0s ease-out;
}
.showJS.moveXl {
  opacity: 0;
  transform: translate(-50px, 0);
  transition: all 1.3s 0s ease-out;
}
.showJS.moveXr {
  opacity: 0;
  transform: translate(50px, 0);
  transition: all 1.3s 0s ease-out;
}
.delayMv {
  transition-delay: 0.8s !important;
}


.fade {
  animation: fadeIn 2.0s ease 0s 1 normal;
}
@keyframes fadeIn { 
  0% {
    opacity: 0;
  } 
  100% {
    opacity: 1;
  } 
}
.fade-y {
  animation: fadeInY 2.0s ease 0s 1 normal;
}
@keyframes fadeInY { 
  0% {
    opacity: 0;
    transform: translateY(20px);
  } 
  100% {
    opacity: 1;
    transform: translateY(0);
  } 
}


.down-move{
  /*animation: scroll　2s ease 0s 9999 infinite;*/
  animation: scroll 3.5s infinite;
  /*transform: rotate(-45deg);*/
}
/*@keyframes downMv { 
  0% {
    transform: translateY(-10px);
  } 
  100% {
    transform: translateY(0);
  } 
}*/
@keyframes scroll {
  0% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, 30px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

.poyoyon-vew {
  animation: poyoyon3 2.5s normal;
  opacity: 1;
}
@keyframes poyoyon3 {
  0% {
    opacity: 0;
    transform: skew(0deg, 0deg);
  }
  5% {
    transform: skew(5deg, 5deg);
  }
  10% {
    transform: skew(-4deg, -4deg);
  }
  15% {
    transform: skew(3deg, 3deg);
  }
  20% {
    transform: skew(-2deg, -2deg);
  }
  25% {
    transform: skew(1deg, 1deg);
  }
  30% {
    transform: skew(-0.6deg, -0.6deg);
  }
  35% {
    transform: skew(0.3deg, 0.3deg);
    opacity: 1;
  }
}


@keyframes d-turn { 
  0% {
    transform: translateY(0px);
  } 
  100% {
    transform: translateY(-3px);
  } 
}
@keyframes r-turn {
	0%   { transform: rotate(-3deg); }
	100% { transform: rotate(3deg); }
}

@-webkit-keyframes bgroop1 {
    from {
        background-position: 0 bottom;
    }
    to {
        background-position: -2318px bottom;
    }
}
@keyframes bgroop1 {
    from {
        background-position: 0 bottom;
    }
    to {
        background-position: -2318px bottom;
    }
}
@-webkit-keyframes bgroop2 {
    from {
        background-position: 0 bottom;
    }
    to {
        background-position: -2318px bottom;
    }
}
@keyframes bgroop2 {
    from {
        background-position: 0 bottom;
    }
    to {
        background-position: -2318px bottom;
    }
}

@-webkit-keyframes vibration {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
@keyframes vibration {
    0% {transform: scale(1) translate(0px, 0px) rotateZ(0deg)}
    25% {transform: scale(1.1) translate(2px, 2px) rotateZ(1.5deg)}
    50% {transform: scale(1) translate(0px, 2px) rotateZ(0deg)}
    75% {transform: scale(1.1) translate(2px, 0px) rotateZ(-1.5deg)}
    100% {transform: scale(1) translate(0px, 0px) rotateZ(0deg)}
}
@keyframes scaleup {
    0% {transform: scale(1) translate(0px, 0px) }
    100% {transform: scale(1.1) translate(0px, 0px) }
}

.puyon {
  animation: puyon 1.0s linear 0s 1;
}
@keyframes puyon {
  0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
  40%  { transform: scale(0.95, 1.2) translate(0%, -10%); }
  50%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
  60%  { transform: scale(0.95, 1.05) translate(0%, -3%); }
  70%  { transform: scale(1.05, 0.95) translate(0%, 3%); }
  80%  { transform: scale(1.0, 1.0) translate(0%, 0%); }
  100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
}
