@charset "UTF-8";
.u-only-sp {
  display: block;
}

@media (min-width: 769px) {
  .u-only-sp {
    display: none;
  }
}
.u-only-pc {
  display: none;
}

@media (min-width: 769px) {
  .u-only-pc {
    display: block;
  }
}
.u-only-sp-i {
  display: inline-block;
}

@media (min-width: 769px) {
  .u-only-sp-i {
    display: none;
  }
}
.u-only-pc-i {
  display: none;
}

@media (min-width: 769px) {
  .u-only-pc-i {
    display: inline-block;
  }
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: rgba(0, 0, 0, 0);
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*! ==========================================================================
	 base
========================================================================== */
* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
}

html {
  font-size: 62.5%;
  color: #0a0a0a;
  line-height: 1.6;
  overflow-y: scroll;
}

@media screen and (min-width: 769px) {
  html {
    line-height: 1.75;
  }
}
body {
  position: relative;
  padding: 0;
  font-family: "Lato", YakuHanJP, YakuHanMP, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-print-color-adjust: exact;
  letter-spacing: 0.03em;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}

ol, ul, dl {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style-type: none;
}

dd {
  margin-left: 0;
}

th {
  font-weight: 300;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

cite {
  font-style: normal;
}

figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

figcaption {
  margin-top: 0;
}

picture {
  display: block;
}

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

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
img.zoom {
  transition: transform 0.3s ease-out;
}

img.zoom:hover {
  transform: scale(1.05);
  opacity: 0.85;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  transition: all 0.4s ease-out;
}

a:hover {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

:focus {
  -moz-outline-style: none;
}

::-moz-selection {
  background: rgba(255, 210, 0, 0.5);
}

::selection {
  background: rgba(255, 210, 0, 0.5);
}

::-moz-selection {
  background: rgba(255, 210, 0, 0.5);
}

*:after, *:before {
  box-sizing: border-box;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

.tab {
  display: block;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .tab {
    display: none;
  }
}
@media screen and (min-width: 479px) and (max-width: 768px) {
  .sp {
    display: none;
  }
  .tab {
    display: block;
  }
}
/* ==========================================================================
	 header
========================================================================== */
.header {
  position: fixed;
  z-index: 102;
  width: 100%;
  height: 60px;
  background: #ffe880;
  background: linear-gradient(to right, #ffe880, #ffd200);
}

.header__container {
  height: 60px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/bg_header_sp.png?v=210001);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.header__logo {
  position: absolute;
  z-index: 104;
  top: 12px;
  left: 15px;
}

.header__logo-link {
  display: block;
  width: 250px;
  height: 37px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/logo_header.svg?v=210001);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .header {
    height: 80px;
  }
  .header__container {
    background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/bg_header.png?v=210001);
    height: 80px;
  }
  .header__logo {
    top: 18px;
    left: 40px;
  }
  .header__logo-link {
    width: 320px;
    height: 46px;
  }
}
.header__menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 103;
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/icon_menu.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60px 60px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
}

.header__menu:hover {
  opacity: 1;
}

.header__menu.is-active {
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/icon_close.svg);
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 769px) {
  .header__menu {
    right: 20px;
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
  }
}
.header__navi-container {
  display: none;
  position: fixed;
  top: 0;
  z-index: 101;
  width: 100%;
  height: 100vh;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/bg_nav_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffd200;
  overflow-y: scroll;
}

@media screen and (min-width: 769px) {
  .header__navi-container {
    background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/bg_nav.png);
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .header__pc {
    display: none !important;
  }
  .header__sp {
    padding-top: 60px;
  }
  .header__navi {
    border-top: 1px solid #000;
    padding-top: 25px;
    padding-bottom: 80px;
  }
  .header__navi2-item.has-sns {
    text-align: center;
    padding-bottom: 30px;
  }
  .header__navi-link {
    position: relative;
    padding-top: 20px;
    padding-right: 45px;
    padding-bottom: 20px;
    padding-left: 88px;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .header__navi-link:after {
    position: absolute;
    top: 44%;
    right: 50px;
    content: "";
    display: inline-block;
    width: 11px;
    height: 11px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    transition: 0.4s;
  }
  .header__navi2-sns {
    display: inline-block;
    font-weight: bold;
    margin: 0 6px;
  }
  .header__navi2-sns img {
    width: 26px;
    height: 26px;
  }
  .header__subnavi-list {
    margin-bottom: 11px;
  }
  .header__subnavi-link {
    padding-top: 0.7em;
    padding-right: 45px;
    padding-bottom: 0.7em;
    padding-left: 88px;
    display: block;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 769px) {
  .header__sp {
    display: none !important;
  }
  .header__pc {
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 1080px;
  }
  .header__navi {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .header__navi-list {
    border-left: none;
  }
  .header__navi-list:nth-of-type(1) {
    width: 37%;
  }
  .header__navi-list:nth-of-type(2) {
    width: 35%;
  }
  .header__navi-list:nth-of-type(3) {
    width: 27%;
  }
  .header__navi-item {
    margin-bottom: 45px;
    padding-left: 70px;
  }
  .header__navi-item.single {
    margin-bottom: 70px;
  }
  .header__navi-link {
    position: relative;
    display: block;
    font-size: 1.8rem;
    transition: 0.4s;
    font-weight: bold;
  }
  .header__navi-link:hover {
    opacity: 0.6;
  }
  .header__subnavi-list {
    padding-top: 10px;
  }
  .header__subnavi-item {
    margin-bottom: 13px;
  }
  .header__subnavi-link {
    padding-left: 0;
    display: block;
    font-size: 1.3rem;
    transition: 0.4s;
  }
  .header__subnavi-link:hover {
    opacity: 0.6;
  }
}
@media print {
  .header {
    display: none;
  }
}
.header__navi2-container {
  display: none;
}

@media (min-width: 1000px) {
  .header__navi2-container {
    position: absolute;
    top: 0;
    right: 130px;
    z-index: 103;
    height: 80px;
    width: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.header__navi2-container .header__navi2 .header__navi2-list {
  display: inline-block;
  height: 26px;
}

.header__navi2-container .header__navi2 .header__navi2-list .header__navi2-item {
  display: inline;
  margin-right: 20px;
  height: 26px;
}

.header__navi2-container .header__navi2 .header__navi2-list .header__navi2-item.mr-s {
  margin-right: 6px;
}

.header__navi2-container .header__navi2 .header__navi2-list .header__navi2-item:last-child {
  margin-right: 0;
}

.header__navi2-container .header__navi2 .header__navi2-list .header__navi2-item .header__navi2-link {
  display: inline-block;
  transition: opacity 0.2s linear;
  font-weight: bold;
}

@media (min-width: 769px) {
  .header__navi2-container .header__navi2 .header__navi2-list .header__navi2-item .header__navi2-link:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
.header__navi2-container .header__navi2 .header__navi2-list .header__navi2-item .header__navi2-sns {
  display: inline-block;
  transition: opacity 0.2s linear;
  font-weight: bold;
}

@media (min-width: 769px) {
  .header__navi2-container .header__navi2 .header__navi2-list .header__navi2-item .header__navi2-sns:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
.header__navi2-container .header__navi2 .header__navi2-list .header__navi2-item .header__navi2-sns img {
  width: 26px;
  height: 26px;
}

.header__navi-search {
  padding: 15px 0;
  margin: 0 auto;
  border-top: 1px solid #000;
}

@media (min-width: 769px) {
  .header__navi-search {
    padding: 0 0 20px 0;
    border-top: none;
  }
}
.header__navi-search form {
  margin: 0 auto;
  max-width: 240px;
}

@media screen and (min-width: 769px) {
  .header__navi-search form {
    margin: 0 0 0 auto;
  }
}
/* ヘッダー、フッターアイコン設定 */
.navi-link--jca:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 5px;
  left: 15px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/icon_menu_jca.png);
  background-size: 60px 60px;
}

@media (min-width: 769px) {
  .navi-link--jca:before {
    top: -15px;
    left: -70px;
  }
}
.navi-link--world:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 5px;
  left: 15px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/icon_menu_world.png);
  background-size: 60px 60px;
}

@media (min-width: 769px) {
  .navi-link--world:before {
    top: -15px;
    left: -70px;
  }
}
.navi-link--library:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 5px;
  left: 15px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/icon_menu_library.png);
  background-size: 60px 60px;
}

@media (min-width: 769px) {
  .navi-link--library:before {
    top: -15px;
    left: -70px;
  }
}
.navi-link--attraction:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 5px;
  left: 15px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/icon_menu_attraction.png);
  background-size: 60px 60px;
}

@media (min-width: 769px) {
  .navi-link--attraction:before {
    top: -15px;
    left: -70px;
  }
}
.navi-link--guide:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 5px;
  left: 15px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/icon_menu_guide.png);
  background-size: 60px 60px;
}

@media (min-width: 769px) {
  .navi-link--guide:before {
    top: -15px;
    left: -70px;
  }
}
.navi-link--factory:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 5px;
  left: 15px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/icon_menu_factory.png);
  background-size: 60px 60px;
}

@media (min-width: 769px) {
  .navi-link--factory:before {
    top: -15px;
    left: -70px;
  }
}
.navi-link--basic:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 5px;
  left: 15px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/icon_menu_basic.png);
  background-size: 60px 60px;
}

@media (min-width: 769px) {
  .navi-link--basic:before {
    top: -15px;
    left: -70px;
  }
}
.navi-link--recipe:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 5px;
  left: 15px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/icon_menu_recipe.png);
  background-size: 60px 60px;
}

@media (min-width: 769px) {
  .navi-link--recipe:before {
    top: -15px;
    left: -70px;
  }
}
.navi-link--test:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 5px;
  left: 15px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/icon_menu_test.png);
  background-size: 60px 60px;
}

@media (min-width: 769px) {
  .navi-link--test:before {
    top: -15px;
    left: -70px;
  }
}
/* ==========================================================================
	 main
========================================================================== */
.main {
  position: relative;
  padding-top: 60px;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .main {
    padding-top: 80px;
  }
}
/* ==========================================================================
	 breadcrumb
========================================================================== */
.breadcrumb {
  padding: 6px 35px;
  display: none;
}

.breadcrumb.top {
  display: block;
}

.breadcrumb-nav__item {
  margin-right: 0.2em;
  margin-bottom: 8px;
  display: inline;
  font-size: 1.3rem;
  line-height: 1;
}

.breadcrumb-nav__link {
  transition: 0.4s;
}

.breadcrumb-nav__link:hover {
  opacity: 0.7;
}

.breadcrumb-nav__link:after {
  padding-left: 0.5em;
  content: "＞";
  display: inline-block;
}

@media screen and (min-width: 769px) {
  .breadcrumb {
    margin-right: auto;
    margin-left: auto;
    padding: 6px 40px;
  }
  .breadcrumb-nav__item {
    font-size: 1.4rem;
  }
}
/* ==========================================================================
	 primary__nav
========================================================================== */
.primary__nav {
  margin-top: 80px;
  padding-top: 35px;
  border-top: 1px solid #ffd200;
}

.primary__nav-catch {
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

.primary__nav-list {
  padding-right: 60px;
  padding-left: 60px;
}

.primary__nav-item {
  margin-bottom: 20px;
}

.primary__nav-link {
  display: block;
  transition: 0.4s;
}

.primary__nav-link:hover {
  opacity: 0.7;
}

.primary__picture img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .primary__nav {
    margin-top: 120px;
    padding-top: 45px;
  }
  .primary__nav-catch {
    font-size: 2rem;
  }
  .primary__nav-list {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1020px;
  }
  .primary__nav-item {
    margin-bottom: 0;
    width: 24%;
  }
}
/* ==========================================================================
	 footer
========================================================================== */
.footer {
  position: relative;
  background: #fee46e;
  background: linear-gradient(90deg, rgb(254, 228, 110) 0%, rgb(255, 213, 22) 100%);
  margin-top: 50px;
}

.footer__container {
  position: relative;
}

@media screen and (min-width: 769px) {
  .footer {
    margin-top: 50px;
  }
}
.footer__navi-container {
  position: relative;
  height: auto;
}

.footer__navi-container {
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-right: 15px;
  padding-left: 15px;
  max-width: 900px;
  height: auto;
}

.footer__navi {
  display: block;
  padding-bottom: 40px;
}

@media screen and (min-width: 769px) {
  .footer__navi {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
  }
}
.footer__navi-list {
  display: block;
  padding-bottom: 0;
}

@media screen and (min-width: 769px) {
  .footer__navi-list {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 769px) {
  .footer__navi-list:nth-of-type(1) {
    width: 37%;
  }
}
@media screen and (min-width: 769px) {
  .footer__navi-list:nth-of-type(2) {
    width: 35%;
  }
}
@media screen and (min-width: 769px) {
  .footer__navi-list:nth-of-type(3) {
    width: 27%;
  }
}
.footer__navi-item {
  padding-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .footer__navi-item {
    padding-bottom: 30px;
  }
  .footer__navi-item.single {
    padding-bottom: 50px;
  }
}
.footer__navi-link {
  position: relative;
  display: block;
  font-size: 1.5rem;
  transition: 0.4s;
  font-weight: bold;
  padding: 22px 0 15px 90px;
}

@media screen and (min-width: 769px) {
  .footer__navi-link {
    padding: 0 0 15px 0;
  }
}
.footer__navi-link:hover {
  opacity: 0.6;
}

.footer__subnavi-item {
  margin-bottom: 10px;
}

.footer__subnavi-link {
  display: block;
  font-size: 1.2rem;
  transition: 0.4s;
  padding-left: 90px;
}

@media screen and (min-width: 769px) {
  .footer__subnavi-link {
    padding-left: 0;
  }
}
.footer__subnavi-link:hover {
  opacity: 0.6;
}

.footer__foot {
  background-color: #fff;
  border-top: 2px solid #000;
}

.footer__foot-container {
  padding-top: 25px;
}

.footer__foot-list {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer__foot-item {
  margin-bottom: 8px;
}

.footer__foot-link {
  margin-left: 0.8em;
  padding-right: 0.8em;
  border-right: 1px solid #404040;
  font-size: 1.2rem;
  line-height: 1.5;
  transition: 0.4s;
}

.footer__foot-item:first-of-type .footer__foot-link {
  margin-left: 0;
}

.footer__foot-link:hover {
  opacity: 0.7;
}

.footer__foot-item:last-of-type .footer__foot-link {
  padding-right: 0;
  border-right: none;
}

.footer__foot-item--contact .footer__foot-link:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 11px;
  margin-right: 0.5em;
  vertical-align: -1px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/icon_mail_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer__foot-item--external .footer__foot-link:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 0.5em;
  vertical-align: -1px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/icon_external_gray.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.footer__foot-copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  background-color: #ebebeb;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
}

.footer__cooperator-list {
  margin-bottom: 25px;
}

.footer__cooperator-item {
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.6;
}

@media screen and (min-width: 769px) {
  .footer__foot-container {
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 15px;
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  .footer__foot-list {
    margin-bottom: 20px;
  }
  .footer__foot-item {
    margin-bottom: 0;
  }
  .footer__foot-copyright {
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
    background-color: rgba(0, 0, 0, 0);
    text-align: right;
  }
  .footer__cooperator-list {
    margin-bottom: 0;
  }
  .footer__cooperator-item {
    text-align: left;
  }
}
.footer__pagetop {
  position: fixed;
  z-index: 105;
  right: 10px;
  bottom: 10px;
}

.footer__pagetop-link {
  display: block;
  width: 40px;
  height: 40px;
  opacity: 0.8;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/icon_pagetop.svg);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.footer__pagetop-link:hover {
  opacity: 0.6;
}

@media screen and (min-width: 769px) {
  .footer__pagetop {
    right: 15px;
    bottom: 15px;
  }
  .footer__pagetop-link {
    width: 45px;
    height: 45px;
  }
}
.footer__bg-left {
  position: absolute;
  bottom: 0;
  left: 6%;
  width: 90px;
  height: auto;
}

.footer__bg-right {
  position: absolute;
  bottom: 0;
  right: 10%;
  width: 70px;
  height: auto;
}

@media screen and (min-width: 769px) {
  .footer__bg-left {
    left: 7%;
    width: 163px;
  }
  .footer__bg-right {
    right: 7%;
    width: 126px;
  }
}
@media print {
  .footer {
    display: none;
  }
}
.u-only-sp {
  display: block;
}

@media (min-width: 769px) {
  .u-only-sp {
    display: none;
  }
}
.u-only-pc {
  display: none;
}

@media (min-width: 769px) {
  .u-only-pc {
    display: block;
  }
}
.u-only-sp-i {
  display: inline-block;
}

@media (min-width: 769px) {
  .u-only-sp-i {
    display: none;
  }
}
.u-only-pc-i {
  display: none;
}

@media (min-width: 769px) {
  .u-only-pc-i {
    display: inline-block;
  }
}
.mt-xs {
  margin-top: 15px;
}

@media (min-width: 769px) {
  .mt-xs {
    margin-top: 15px;
  }
}
.mt-s {
  margin-top: 25px;
}

@media (min-width: 769px) {
  .mt-s {
    margin-top: 30px;
  }
}
.mt-m {
  margin-top: 30px;
}

@media (min-width: 769px) {
  .mt-m {
    margin-top: 56px;
  }
}
.mt-l {
  margin-top: 80px;
}

@media (min-width: 769px) {
  .mt-l {
    margin-top: 90px;
  }
}
.mt-10 {
  margin-top: 10px;
}

.search {
  position: relative;
  margin-top: 10px;
}

.search:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.75;
}

.search__container {
  position: relative;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
}

.search__box {
  position: relative;
}

.search__label {
  position: absolute;
  top: -25px;
  left: -30px;
  padding-top: 0.6em;
  padding-right: 1em;
  padding-bottom: 2em;
  padding-left: 1em;
  background-color: #000;
  width: 80px;
  height: 38px;
  font-family: "Averia Serif Libre", cursive;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
}

.search__form {
  position: relative;
  z-index: 1;
}

.search__form input[type=text], .search__form input[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.search__form input[type=text] {
  padding-top: 0.9em;
  padding-right: 0.9em;
  padding-bottom: 0.9em;
  padding-left: 0.9em;
  width: 100%;
  background-color: #fff;
  font-family: "Lato", YakuHanJP, YakuHanMP, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  border: none;
  border-radius: 0;
  outline: none;
  border-radius: 6px;
}

.search__form input[type=submit] {
  position: absolute;
  top: 30%;
  right: 5%;
  width: 20px;
  height: 20px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/img/home/icon_search.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
}

.search__form input::-webkit-input-placeholder {
  color: #999;
}

.search__form input:-moz-placeholder {
  color: #999;
}

.search__form input::-moz-placeholder {
  color: #999;
}

.search__form input:-ms-input-placeholder {
  color: #999;
}

.search__list {
  margin-bottom: -18px;
  margin-right: -1.3em;
  padding-top: 18px;
  display: flex;
  flex-wrap: wrap;
}

.search__item {
  margin-bottom: 18px;
  margin-right: 1.3em;
}

.search__link {
  padding-top: 0.6em;
  padding-right: 1.3em;
  padding-bottom: 0.5em;
  padding-left: 1.3em;
  background-color: #ffd200;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  transition: 0.4s;
}

.search__link:hover {
  opacity: 0.8;
}

@media screen and (min-width: 769px) {
  .search__container {
    padding-top: 20px;
    padding-bottom: 25px;
  }
  .search__box {
    margin-right: auto;
    margin-left: auto;
    max-width: 560px;
  }
  .search__label {
    top: -30px;
    left: -21px;
    padding-top: 0.7em;
    width: 100px;
    height: 50px;
    font-size: 1.3rem;
  }
  .search__form input[type=text] {
    font-size: 1.4rem;
  }
  .search__form input[type=submit] {
    top: 25%;
    right: 3.5%;
    width: 22px;
    height: 22px;
  }
  .search__list {
    margin-bottom: 0;
    padding-top: 15px;
    justify-content: center;
  }
  .search__item {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .link__sns-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
.link__sns {
  border: 1px solid #000;
  background-color: #fff;
  display: inline-block;
  transition: opacity 0.2s linear;
  padding: 6px 10px;
  margin-right: 8px;
  margin-top: 6px;
}

@media (min-width: 769px) {
  .link__sns:hover {
    opacity: 0.6;
    cursor: pointer;
  }
}
@media screen and (min-width: 769px) {
  .link__sns {
    padding: 6px 14px;
    margin-top: 0;
  }
}
.link__sns .link__sns-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.link__sns .sns-icon {
  margin-left: 5px;
  width: 20px;
}

@media screen and (min-width: 769px) {
  .link__sns .sns-icon {
    width: 26px;
  }
}
/* ==========================================================================
	 * cta
========================================================================== */
.cta-banner {
  position: fixed;
  z-index: 101;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 260px;
  width: 100%;
  height: auto;
  box-shadow: 0 0 8px rgba(117, 69, 37, 0.7);
}

.cta-banner-link {
  display: block;
  transition: 0.4s;
}

.cta-banner-link:hover {
  opacity: 0.9;
}

@media screen and (min-width: 769px) {
  .cta-banner {
    max-width: 600px;
  }
}
button {
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.cta-banner-close {
  position: absolute;
  z-index: 102;
  top: -12px;
  right: -12px;
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/icon_close_red.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.cta-banner-close:hover {
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .cta-banner-close {
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}
/* ==========================================================================
	 basic_btn
========================================================================== */
.basic_btn {
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  border: 1px solid #000;
  background-color: #000;
  margin-right: auto;
  margin-left: auto;
  padding: 0.8em 1.6em 0.8em 2em;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  z-index: 1;
  transition: 0.4s;
}
.basic_btn::after {
  content: "";
  background: url(/_config/wp/wp-content/themes/cheese-fun2/asset/common/img/icon_arrow_right_yellow.svg) no-repeat;
  background-size: contain;
  margin-left: 0.5em;
  width: 1em;
  aspect-ratio: 1/1;
  display: inline-block;
  vertical-align: middle;
}
.basic_btn.wh {
  color: #000;
  border-color: #fff;
  background-color: #000;
}
.basic_btn.large {
  font-size: 1.7rem;
}
@media screen and (min-width: 769px) {
  .basic_btn::before {
    content: "";
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.4s;
  }
  .basic_btn:hover {
    color: #000;
  }
  .basic_btn:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .basic_btn.wh::before {
    background-color: #000;
  }
  .basic_btn.wh:hover {
    color: #fff;
  }
}
@media screen and (max-width: 767.9px) {
  .basic_btn {
    font-size: 1.1rem;
  }
}