@charset "utf-8";
/* CSS Document */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm */
/* ============================================ */
p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
/* Headings */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration) */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img, embed, object, iframe {
  vertical-align: bottom;
}
/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
  cursor: default;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}
/**
 * Remove padding
 */
option {
  padding: 0;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px; /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */ ::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}
/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td, th {
  vertical-align: top;
  padding: 0;
}
th {
  text-align: left;
  font-weight: bold;
}
/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/*リセットここまで*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
}
body {
  text-align: left;
  font-family: 'Noto Sans JP', "Helvetica Neue", Helvetica, Arial, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.8;
  background: #fff;
  color: #333;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
h1, h2, h3, h4 {
  font-family: 'Yusei Magic', sans-serif;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  max-width: 1000px;
  margin: 0 auto;
  width: 96%;
}
a:hover img {
  opacity: .8;
}
.clear {
  clear: both;
  overflow: hidden;
}
p {
  margin-bottom: 1.5em;
}
/*ヘッダー*/
header {
  position: relative;
  z-index: 100;
}
.pgroup {
  width: 120px;
  position: fixed;
  left: 1%;
  top: 14px;
  z-index: 1;
}
/*ヘッダーナビ*/
#header-nav {
  display: none;
}
.header-nav {
  background: rgba(255, 255, 255, .9);
  width: 285px;
  position: fixed;
  right: 10px;
  top: 80px;
  padding: 20px 10px;
  box-sizing: border-box;
  border-radius: 14px;
	z-index: 1;
}
.header-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-nav li {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 11px 0 4px;
  font-family: 'Yusei Magic', sans-serif;
}
.header-nav li .triangle, .header-nav li .triangle:before, .header-nav li .triangle:after {
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.header-nav li:nth-of-type(5) .triangle,.header-nav li .triangle{
  background-color: #FFECBC;
}
 .header-nav li:nth-of-type(6) .triangle,.header-nav li:nth-of-type(3) .triangle  {
  background-color: #FFD1CA;
}
.header-nav li:nth-of-type(2) .triangle, .header-nav li:nth-of-type(4) .triangle {
  background-color: #C4F5FF;
}
.header-nav li a {
  display: inline-block;
  padding: 6px;
  color: #000;
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
  position: relative;
}
.header-nav li a:hover {
  opacity: 0.8;
}
.menu .onigiri {
  width: 20px;
  height: 20px;
  background-size: 100% auto;
  margin: 5px 2px 0;
}
/*ヘッダーメニューPC閲覧時*/
@media (min-width: 768px) {
  /* #header-nav {
    display: block!important;
  }
  .header-nav {
    max-width: 1200px;
    margin: 0 auto;
    padding:0 10px;
    box-sizing: border-box;
  }
  .header-nav ul:after {
    display: block;
    clear: both;
    content: '';
  }
  .header-nav li {
    display: inline-block;
    width: auto;
  }
  .header-nav li a {
    font-size: 1.1em;
    padding: 5px 10px;
  }
	*/
  #navbutton {
    /* display: none;*/
  }
}
/*ハンバーガー*/
.menu-trigger > .triangle, .menu-trigger > .triangle:before, .menu-trigger > .triangle:after {
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.menu-trigger > .triangle {
  background-color: #FFFF8D;
  border-radius: 0 30% 0 30%;
  top: -26px;
  left: -5px;
}
#navbutton {
  position: fixed;
  right: 30px;
  top: 35px;
  z-index: 1;
}
.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 35px;
  height: 29px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #23282d;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 13px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  top: 6px;
}
.menu-trigger.active span:nth-of-type(3) {
  bottom: -7px;
}
.menu-trigger span:nth-of-type(1) {
  animation: menu-bar01 .75s forwards;
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(20px) rotate(45deg);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
.menu-trigger span:nth-of-type(3) {
  animation: menu-bar02 .75s forwards;
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-20px) rotate(-45deg);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
.menu-trigger.active span:nth-of-type(1) {
  animation: active-menu-bar01 .75s forwards;
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(20px) rotate(0);
  }
  100% {
    transform: translateY(20px) rotate(45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  animation: active-menu-bar03 .75s forwards;
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-20px) rotate(0);
  }
  100% {
    transform: translateY(-20px) rotate(-45deg);
  }
}
@media (max-width: 767px) {
  #navbutton {
    right: 20px;
    top: 20px;
  }
  .menu-trigger {
    width: 25px;
    height: 22px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 9px;
  }
  .menu-trigger.active span:nth-of-type(3) {
    bottom: -14px;
  }
  .menu-trigger > .triangle {
    top: -16px;
    left: -3px;
  }
  .menu-trigger > .triangle, .menu-trigger > .triangle:before, .menu-trigger > .triangle:after {
    width: 30px;
    height: 30px;
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(78px) rotate(0);
  }
  100% {
    transform: translateY(7px) rotate(45deg);
  }
}
/*フッター*/
footer {
  background: #e7fbff;
  padding: 2rem 0 0;
}
footer #links {
  padding: 40px 0;
}
footer #links h2 {
  margin-bottom: 0;
}
footer #links h2 .triangle {
  background-color: #C4F5FF;
}
.copyright {
  background: #FFE9AF;
  color: #333;
  text-align: center;
  padding: 2rem 0.5rem;
}
/*三角*/
.triangle {
  position: relative;
  background-color: orange;
  text-align: left;
}
.triangle:before, .triangle:after {
  content: '';
  position: absolute;
  background-color: inherit;
}
.triangle, .triangle:before, .triangle:after {
  width: 10em;
  height: 10em;
  border-top-right-radius: 30%;
}
.triangle {
  transform: rotate(-60deg) skewX(-30deg) scale(1, .866);
}
.triangle:before {
  transform: rotate(-135deg) skewX(-45deg) scale(1.414, .707) translate(0, -50%);
}
.triangle:after {
  transform: rotate(135deg) skewY(-45deg) scale(.707, 1.414) translate(50%);
}
/*ライブラリー*/
.ofi {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
/*snsシャアボタン*/
.sns {
  position: fixed;
  left: 1%;
  bottom: 1%;
  z-index: 1;
}
.sns li {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
/*TOPへもどる*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
  width: 50px;
  height: 50px;
}
#page-top a {
  transition: all 0.3s;
}
/*　上に上がる動き　*/
#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
/*TOP*/
/*flex*/
.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flex > * {
    flex: 1;
  }
  .flex > flex-heaf {
    width: 50%;
    gap: 10px;
  }
  .flex > .flex-3 {
    flex: 0 1 32%;
    max-width: 32%;
  }
  .flex > .flex-3:not(:nth-of-type(3n)) {
    margin-right: 2%;
  }
  .fl-l {
    float: left;
  }
  .fl-r {
    float: right;
  }
}
@media (max-width: 767px) {
  figure {
    margin: 0 auto 1rem;
    text-align: center;
  }
}
h1 {
  font-size: 4.3rem;
  position: relative;
  text-align: center;
  display: table;
  margin: 2% auto 0;
  line-height: 1.3;
  z-index: 1;
  text-shadow: 4px 4px 0 #FFF, -4px -4px 0 #FFF, -4px 4px 0 #FFF, 4px -4px 0 #FFF, 0px 4px 0 #FFF, 0 -4px 0 #FFF, -4px 0 0 #FFF, 4px 0 0 #FFF;
}
h1:before {
  content: "";
  width: 144px;
  height: 160px;
  background: url(../img/h1_onigiri.png) no-repeat;
  position: absolute;
  left: -20px;
  top: -20px;
  z-index: -1;
  background-size: 100% auto;
}
h1 span {
    display: inline-block;
}
h1 .big {
  font-size: 6.7rem;
}
h2 {
  font-size: 3.2rem;
  position: relative;
  text-align: center;
  margin-bottom: 5%;
  z-index: 0;
}
h2 .triangle, h2 .triangle:before, h2 .triangle:after {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  border-top-right-radius: 30px;
}
h2 .triangle {
  background-color: #FFF;
  border-radius: 0 30px 0 30px;
  top: -26px;
  left: -5px;
}
h3 {
  font-size: 2.4rem;
  position: relative;
  z-index: 0;
  line-height: 1.2;
  margin: 1.2rem 0 1rem;
}
h3 .triangle, h3 .triangle:before, h3 .triangle:after {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: -1;
  border-top-right-radius: 10px;
}
h3 .triangle {
  background-color: #C4F5FF;
  border-radius: 0 10px 0 10px;
  top: -2px;
  left: -5px;
  bottom: auto;
}
.onigiri {
  display: inline-block;
  width: 46px;
  height: 36px;
  background: url(../img/onigiri.png) no-repeat center /cover;
  vertical-align: top;
  margin: 10px 2px 0;
  text-indent: -9999px;
}
.mainimage {
  text-align: center;
  max-width: 96%;
  margin: -4.3em auto 30px;
}
.mainimage-sub {
  width: 800px;
  max-width: 96%;
  margin: 20px auto;
  background: #ffffe8;
  border-radius: 20px;
  clear: both;
  padding: 2%;
  overflow: hidden;
  text-align: left;
}
.mainimage-sub.bg02 {
    background: #FFF6F5;
}
.mainimage-sub figure {
  flex: 0 1 25%;
	margin-left: 0!important;
	max-width:25%;
}
.mainimage-sub p {
    flex: 0 1 74%;
    margin-left: 1%;
    margin-bottom: 0;
    text-align: center;
	max-width: 74%;
	font-size: 15px;
}
.slick-slide img{
	margin: 0 auto;
}
.onigiri01 {
  padding: 100px 0 180px;
  position: relative;
  z-index: auto;
  overflow: hidden;
  background: linear-gradient(to left, #FFECBC 80%, transparent 80%);
}
.onigiri01:after {
  content: "";
  background: url(../img/bg-onigiri-mini.png);
  background-size: 80px;
  position: absolute;
  left: -100%;
  right: 0;
  top: 0;
  bottom: 0;
  width: 200%;
  height: 200%;
  z-index: -2;
  transform: rotate(-20deg) translate3d(0, 0, 0);
}
.onigiri01 .inner-box {
  background: rgba(255, 255, 255, .5);
  border-radius: 30px;
  box-sizing: border-box;
  padding: 3.5% 4% 2.5%;
  margin-top: 5%;
  clear: both;
}
.onigiri01 .inner-box figure {
  float: right;
  margin: 0 0 1rem 1.5rem;
}
.onigiri01 h3 .triangle, .onigiri01 h3 .triangle:before, .onigiri01 h3 .triangle:after {
  width: 60px;
  height: 60px;
  border-top-right-radius: 30px;
}
.onigiri01 h3 .triangle {
  left: -10px;
  top: -44px;
  background-color: #FFFF8D;
  border-radius: 0 30px 0 30px;
}
.onigiri01 .onigiri-link {
  display: table;
  margin: 0 0 0 auto;
}
@media (min-width: 768px) {


  .onigiri01 .con1 div.flex_img{
    margin-right: 3%;
    flex: 0 1 45%;
  }
  .onigiri01 .con1 > div {
    flex: 0 1 50%;
  }
}
.onigiri02 {
  padding: 80px 0 180px;
  background: #FFD1CA;
  position: relative;
}
.onigiri02::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 0 0 140px 100vw;
  /*transparentで余分な線を消す*/
  border-color: transparent transparent #FFD1CA transparent;
}
.onigiri02 .container {
  position: relative;
}
.onigiri02 .onigiri-link {
  position: absolute;
  right: 0;
  bottom: 30px;
}
.onigiri02 .inner-box {
  background: rgba(255, 255, 255, .5);
  border-radius: 30px;
  box-sizing: border-box;
  padding: 3.5% 4% 0.5%;
}
.onigiri02 .clear1 {
  clear: both;
}
.onigiri02 .flex.flex-reverse {
  margin-top: 5%;
}
.onigiri02 .fl-l, .onigiri02 .fl-r {
  margin-bottom: 4%;
}
.onigiri02 .sub {
  font-size: 12px;
  margin: 2rem 0;
}
@media (min-width: 768px) {
  .onigiri02 .con1 .inner-box {
    width: 50%;
  }
  .onigiri02 .con1 .fl-l {
    width: 47%;
  }
  .onigiri02 .con2 .inner-box {
    width: 50%;
  }
  .onigiri02 .con2 .fl-r {
    width: 47%;
	  
  }
  .onigiri02 .con3 .inner-box {
    width: 50%;
    padding: 5.5% 7% 1%;
  }
  .onigiri02 .con3 .fl-l {
    width: 47%;
	  
    margin-top: -5%;
  }
  .onigiri02 .con3 .fl-r {
    width: 47%;
  }
  .onigiri02 .con3 .fl-r .inner-box {
    width: 100%;
    margin: 0;
  }
  .flex.flex-reverse figure {
    margin-left: 3%;
  }
	footer #links h2 {
    flex: 1;
}
	#links ul.onigiri-link {
    flex: 2;
		margin-right: 10px;
}
	#links figure {
    flex: 1;
}
}
@media (min-width: 768px) and (max-width: 1260px) {
	h1 {
  max-width: 77%;
}
  .onigiri02 .con1 .fl-l {
    width: 48%;
    margin-left: 0;
  }
  .onigiri02 .con2 .fl-r {
    width: 48%;
    margin-right: 0;
  }
  .onigiri02 .con3 .fl-l {
    width: 56%;
    margin-left: 0;
  }
  .onigiri02 .onigiri-link {
   bottom: -5%;
  }
}
.onigiri-link li {
  position: relative;
  padding: 4px 0 0px 50px;
  margin-bottom: 5px;
}
.onigiri-link li a:hover {
  text-decoration: underline;
  opacity: .8;
}
.onigiri-link li:before {
  content: "";
  width: 43px;
  height: 32px;
  background: url(../img/onigiri-mini.png) no-repeat center/100% auto;
  position: absolute;
  left: 0;
  top: 0;
}
.onigiri-link li a {
  display: inline-block;
  padding-right: 21px;
  position: relative;
  text-decoration: underline;
  background: url(../img/blank.png) no-repeat right 0 bottom 5px;
}
.onigiri-link li a:hover {
  text-decoration: none;
}
.onigiri03 {
  padding: 80px 0 100px;
  background: #C4F5FF;
  position: relative;
}
.onigiri03::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /*ここで三角形のサイズを決める。必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 140px 0 0 100vw;
  /*transparentで余分な線を消す*/
  border-color: transparent transparent transparent #C4F5FF;
}
.onigiri03 .container {
  background: rgba(255, 255, 255, .8);
  padding: 3%;
  border-radius: 14px;
  max-width: calc(1000px + 6%);
}
.onigiri03 h2 .triangle {
  background-color: #C4F5FF;
}
.onigiri03 .onigiri-link {
  display: table;
  margin: -15px 0 1.5em auto;
}
.onigiri04 {
  padding: 100px 0;
  position: relative;
  z-index: auto;
  overflow: hidden;
  background: linear-gradient(to right, #Fff 60%, transparent 60%);
}
.onigiri04:after {
  content: "";
  background: url(../img/bg-onigiri-mini.png);
  background-size: 80px;
  position: absolute;
  right: -100%;
  left: 0;
  top: -100%;
  bottom: 0;
  width: 200%;
  height: 200%;
  z-index: -2;
  transform: rotate(-20deg) translate3d(0, 0, 0);
}
.onigiri04:before {
  content: "";
  width: 488px;
  height: 434px;
  position: absolute;
  left: 10%;
  bottom: 10%;
  background: url(../img/bg-onigiri.png) no-repeat;
  background: url(../img/bg-onigiri.png) no-repeat center / 100% auto;
  max-width: 30%;
}
.onigiri04 .container {
  position: relative;
  z-index: 0;
}
.onigiri04 h2 .triangle {
  background-color: #FFECBC;
}
.onigiri04 figcaption {
  text-align: right;
  font-size: 12px;
}
.onigiri05 {
  padding: 100px 0;
  background: #FFD1CA url(../img/bg-onigiri-line.png) repeat-x left 0 bottom 30px;
  background-size: 70px auto;
}
.onigiri05 .container {
  max-width: 94%;
  width: 1680px;
}
.onigiri05 p {
  text-align: center;
  margin-bottom: 3%;
}
.onigiri05 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.onigiri05 ul li {
  max-width: 320px;
  height: 200px;
  flex: 0 1 19%;
  margin-bottom: 1.25%;
}
.onigiri05 ul li:not(:nth-of-type(5n)) {
  margin-right: 1.25%;
}
.onigiri05 ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.onigiri05 ul li img.ofi {
  width: 100%;
  height: 100%;
}
@media (max-width: 1042px) {
		.mainimage-sub figure,
	.mainimage-sub p{
	max-width:100%;
}
  h1 {
    font-size: 3rem;
    padding: 0 0 0 30px;
  }
  h1 .big {
    font-size: 5rem;
    display: block;
  }
  .mainimage-sub p {
    margin-left: 3%;
    font-size: 15px;
  }
  .onigiri03 h3 {
    font-size: 2.5vw;
  }
  .onigiri05 ul li {
    height: 130px;
  }
  .onigiri-link li {
    padding: 4px 0 0px 30px;
  }
  .onigiri-link li:before {
    width: 30px;
  }
}
.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
	.pc{
		display: none;
	}
	.pgroup {
    position: relative;
}
  h1 {
    max-width: 100%;
    padding: 0;
  }
  h1 .big {
    font-size: 4rem;
  }
  .onigiri01 .inner-box figure {
    max-width: 30%;
  }
  .onigiri05 ul li:not(:nth-of-type(5n)), .onigiri05 ul li {
    max-width: 320px;
    height: 80px;
    flex: 0 1 32%;
    margin-bottom: 2%;
    margin-right: 0;
  }
  .onigiri05 ul li:not(:nth-of-type(3n)) {
    margin-right: 2%;
  }
  h2 {
    font-size: 2.6rem;
    line-height: 1.3;
  }
  h3 {
    font-size: 2.2rem;
  }
  h2 .triangle {
    border-radius: 0 20px 0 20px;
  }
  h2 .triangle, h2 .triangle:before, h2 .triangle:after {
    width: 40px;
    height: 40px;
    border-top-right-radius: 20px;
  }
  .onigiri-link li {
    padding: 3px 0 0px 36px;
  }
  .onigiri-link li:before {
    width: 33px;
  }
  .onigiri {
    width: 36px;
    height: 28px;
    margin: 0 2px 0;
  }
  .onigiri01 {
    padding: 60px 0 80px;
  }
  .onigiri01:after {
    width: 300%;
  }
  .onigiri02 {
    padding: 20px 0 50px;
  }
  .onigiri02 .onigiri-link {
    position: relative;
    margin-top: 2rem;
	  bottom:0;
  }
  .onigiri02::before {
    border-width: 0 0 40px 100vw;
  }
  .onigiri03 {
    padding: 40px 0 60px;
  }
  .onigiri03::before {
    border-width: 40px 0 0 100vw;
  }
  .onigiri03 h3 {
    font-size: 2.2rem;
  }
  .onigiri04 {
    padding: 60px 0;
    background: linear-gradient(to right, #Fff 80%, transparent 80%);
  }
	.onigiri04:before {
    bottom: 0;
    max-width: 35%;
    background-position: left 90%;
}
  .onigiri05 {
    padding: 60px 0 80px;
  }
	
  .copyright {
    padding-bottom: 50px;
  }
	#links figure {
    max-width: 350px;
}
}


/*20220310追記*/
.onigiri_tft {
    background: #C4F5FF;
    padding: 3% 0;
}
.onigiri_tft .container {
    width: 800px;
    max-width: 96%;
	background: #fff;
    border-radius: 20px;
	padding: 1% 3%;
}
.onigiri_tft figure {
    flex: 0 1 150px;
    margin:14px 30px;
}
.onigiri_tft p {
    margin-top: 24px;
}
.onigiri_tft .flex > div{
}
.onigiri_tft .flex > ul{
    margin:14px 30px;
	    flex: 0 1 15%;
    margin-left: 15px;
	text-align: center;
}


/*20220824*/
.tal{
	text-align: left!important;
}
.slick-arrow {
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
	text-indent: -9999px;
	top: -20px;
}
.slick-prev {
  border-bottom: 16px solid transparent;
  border-left: 0;
  border-right: 16px solid #FFFF8D;
  border-top: 16px solid transparent;
  left: -25px;
}
.slick-next {
  border-bottom: 16px solid transparent;
  border-left: 16px solid #FFFF8D;
  border-right: 0;
  border-top: 16px solid transparent;
  right: -25px;
}
.slick-slider button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}
.thumbnail {
    width: 850px;
    margin: 10px auto 0;
}
.thumbnail ul.slick-dots li {
	display: inline-block;
	margin: 0 10px;
}
.thumbnail ul.slick-dots li button {
    width: 20px;
    height: 20px;
    background: #ddd;
    border-radius: 50%;
    text-indent: -9999px;
}
.thumbnail ul.slick-dots li.slick-active button {
    background: #FFECBC;
}
.onigiri06 {
    padding: 80px 0 160px;
    background: #C4F5FF;
    position: relative;
}
.onigiri06 .container {
    background: rgba(255, 255, 255, .8);
    padding: 3%;
    border-radius: 14px;
    max-width: calc(1000px + 6%);
}
.movie{
	width:100%;
	position:relative;
	padding-bottom:56.25%;
}
.onigiri01 .movie{
	margin-top:5%;
}
@media (min-width: 768px){
.onigiri06 .con1 .fl-r {
    width: 46%;
    margin-left: -10%;
}
	.onigiri06 .con1 .inner-box {
    width: 50%;
}
}

@media (max-width: 767px){
.thumbnail {
    width: 90%;
	}
	.mainimage-sub {
    margin-bottom: 0;
}
}

/*2023追記*/
ul.side {
    position: fixed;
    right: 0;
    bottom: 60px;
}
ul.side li:nth-of-type(1){
right: -45px;
    position: relative;
}
ul.side li:nth-of-type(2){
	position: relative;
	right: -13px;
}
ul.side li:nth-of-type(3){
	position: relative;
	right: -60px;
}
ul.side li img {
    filter: drop-shadow(2px 2px 4px #999);
}

.mainimage-sub.mainimage-sub2 p {
    margin: 0 auto;
    max-width: 80%;
}
.mainimage-sub.bg03{
	background: #D6E4DB;
}
.onigiri02 .inner-box{
	margin-bottom: 40px;
}
	.onigiri2023 .fl-l, .onigiri2023 .fl-r {
    margin-bottom: 4%;
}
 ul.ankr-list{
	flex: inherit;
	text-align: center;
    padding-top: 50px;
	z-index: 1;
    background: #FFD1CA;
    margin: 0 auto;
        padding: 20px 20px 10px;
	display: table;
	    font-family: 'Yusei Magic', sans-serif;
	     min-width: 540px;
}
ul.ankr-list li {
    max-width: inherit;
    height: inherit;
    flex: inherit;
	display: inline-block;
	position: relative;
    z-index: 1;
	margin: 0 20px 10px;
}
.ankr {
    margin-top: -100px;
    padding-top: 100px;
}
.ankr-list .triangle {
    background-color: #fff;
    border-radius: 0 10px 0 10px;
    top: -2px;
    left: -5px;
    bottom: auto;
}
.ankr-list .triangle, .ankr-list .triangle:before, .ankr-list .triangle:after {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
    margin: auto;
    z-index: -1;
    border-top-right-radius: 10px;
}
.re-btn {
    margin-bottom: 80px;
	    font-family: 'Yusei Magic', sans-serif;
}
.onigiri.onigiri-re {
    transform: rotate(-85deg);
    width: 30px;
    background-size: 100% auto;
    margin-top: -5px;
}
.archive-bg {
    padding: 100px 0 30px;
	background: #FFD1CA;

}
.archive-bg .re-btn {
    margin-bottom: 20px!important;
}
.container.container_nobg {
    background: none;
    padding: 0;
    border-radius: 0;
    max-width: 1000px;
}
.mainimage-ar {
    text-align: center;
}
h3.archive_h3 .triangle {
    background-color: #fff;
}
.archive .mainimage-sub p{
	max-width: 100%;
}
span.line {
    background: linear-gradient(0deg, rgb(255, 209, 202) 30%, transparent 30%);
}
@media (min-width: 768px){
	.onigiri2023 .fl-l, .onigiri2023 .fl-r {
    width: 49%;
}
.onigiri2023 .fl-l{
	margin-right: 2%;
}
	.archive .mainimage-ar {
    flex: 0 1 60%;
    margin-right: 2%;
}
	.archive .mainimage-sub.flex{
		display: block;
	}
	.archive .mainimage-sub figure {
    flex: 0 1 100%;
    max-width: 100%;
    margin-top: 10px;
}
}
@media (min-width: 768px) and (max-width: 1260px){
.archive .onigiri02 .con3 .fl-l {
    width: 42%;
}
	.archive .onigiri02 .onigiri-link {
    bottom: -11%;
}
}
@media (max-width: 767px){
	.side{
		display: none;
	}
	.onigiri05 ul.ankr-list li {
    margin: 0 6px 10px;
}
	.re-btn {
    margin-bottom: 40px;
}
	 ul.ankr-list li{
		 height: inherit!important;
	}
	 ul.ankr-list{
		 min-width: inherit;
	}
	.archive-bg {
    padding: 30px 0 10px;
	}
	}

/*双日弁当ページ*/
.bento .onigiri04:before {
    bottom: auto;
}
span.line {
    background: linear-gradient(transparent 60%, #FFFF8D 60%);
}
.bento p.p01{
	font-weight: bold;
	font-size: 120%;
}
.bento p.p03{
	font-weight: bold;
}
.bento .box-text {
    text-align: right;
}
.bento .box-text_wrap {
    background: RGBA(255,255,141,.5);
    box-sizing: border-box;
    padding: 20px 40px 1px;
    display: inline-block;
    margin: 0 10px 20px;
    text-align: left;
}
.bento figcaption {
    background: #FFD1CA;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
    display: inline-block;
    border-radius: 40px;
    line-height: 1.4;
    font-weight: bold;
    position: absolute;
}
.bento2022{
	margin-top:80px;
}
.bento figcaption:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #FFD1CA;
}
.bento figcaption.cap01 {
    right: 0;
    top: -20px;
}
.bento figcaption.cap02 {
    right: 120px;
    top: -60px;
}
.bento figcaption.cap02:before{
	left:50px;
}
.bento figcaption.cap02:after{
    content: "";
    background: url(../img/bento_img2022_nikubeji.png);
    width: 150px;
    height: 161px;
    position: absolute;
    left: 80%;
    top: 110%;
}
.bento figcaption.cap03 {
     left: 314px;
    top: -60px;
}
.bento figcaption.cap03:before{
	right:50px;
	left:auto;
}
.bento figcaption.cap03:after{
    content: "";
    background: url(../img/bento_img2022_marin.png);
    width: 150px;
    height: 188px;
    position: absolute;
    right: 130%;
    top: 30%;}
.bento figcaption.cap04 {
    right: 50%;
    margin: auto;
    bottom: -30px;
}
.bento figcaption.cap04:before {
  top: auto;
	bottom:100%;
  left: 50%;
  border: 15px solid transparent;
  border-bottom: 15px solid #FFD1CA;
}
.bento figcaption.cap06 {
    left: 42%;
    top: -10px;
}
.bento figcaption.cap06:before {
    left: 30%;
}
.bento figcaption.cap05 {
    left: 0;
	top: 16px;
}
.bento figcaption.cap05:before {
    left: auto;
    right: 40px;
}
.bento figcaption.cap06:after{
    content: "";
    background: url(../img/bento_img2023_goto.jpg) no-repeat center /100% auto;
    width: 250px;
    height: 170px;
    position: absolute;
    right: -80%;
    top: 20px;
    transform: rotate(15deg);
}
.bento figcaption.cap07 {
    bottom: 0;
    left: 50%;
}
.bento figcaption.cap07:before {
    border-top: none;
    border-bottom: 15px solid #FFD1CA;
    top: auto;
    bottom: 100%;
}
@media (max-width: 1000px){
.bento figcaption.cap02 {
    right: 0;
}
.bento figcaption.cap03 {
    left: 0;
}
	.bento figcaption.cap02:after {
    left: 50%;
	}
	.bento figcaption.cap03:after {
    right: auto;
    top: 120%;
    left: 0;
}
	.bento figcaption.cap06{
		left:auto;
		right: 0;
	}
	.bento figcaption.cap06:after {
    width: 160px;
    right: 0;
    top: 80px;
}
}
@media (max-width: 767px){
.bento .box-text_wrap {
    padding: 20px 20px 1px;
	}
	.bento figcaption.cap02 {
    top: -400px;
}
	.bento figcaption.cap03 {
    top: -270px;
}
	.bento2022 {
    margin-top: 420px;
}
	.bento2023 {
    margin-top: 190px;
}
	.bento figcaption.cap05 {
    margin-top: -170px;
    max-width: 220px;
}
.bento figcaption.cap05:before {
    left: 60px;
    right: auto;
}
	.bento figcaption.cap06:after {
    right: -20px;
    top: -140px;
}
}
/*20240926追加*/
.onigiri-link.link_inner li a {
    background: none;
}
figure.family1 {
    margin-top: 20px;
}
@media (min-width: 768px){
.mainimage-sub.mainimage-sub2024 {
    position: relative;
    overflow: visible;
    /*padding-left: 270px;*/
}
figure.family1 {
    position: absolute;
    width: 500px;
    left: -210px;
    z-index: 2;
    max-width: 100%;
    border: 24px solid #fdecbb;
    border-radius: 20px;
    bottom: -36px;
}
figure.family2 {
    position: absolute;
    right: -220px;
    bottom: -36px;
    border: 24px solid #fdecbb;
    border-radius: 20px;
    max-width: 280px;
}
}
@media (max-width: 767px){
.mainimage {
    margin: -1.3em auto 30px;
}
}
/*20241016追記*/
.bento figure.bento2024 {
    margin: 120px auto 100px;
}
.bento figcaption.cap08 {
    left: 90px;
    top: -70px;
}
.bento figcaption.cap09 {
    left: 340px;
    top: -100px;
}
.bento figcaption.cap10 {
    right: 230px;
    top: -100px;
}
.bento figcaption.cap11 {
    right: 160px;
    bottom: -80px;
    top: auto;
}
.bento figure.bento2025 {
    margin: 120px auto 100px;
}
.bento figcaption.cap12 {
    left:19%;
    top: -100px;
}
.bento figcaption.cap13 {
     right: 27%;
    top: -100px;
}
.bento figcaption.cap11:before {
    border-top: none;
    border-bottom: 15px solid #FFD1CA;
    top: auto;
    bottom: 100%;
}
.bento .box-text2024{
text-align: left;
    margin-left: 13%;
        margin-top: -120px;
}
.bento span.bento2024_bg {
    position: absolute;
    right: -160px;
    top: -160px;
    transform: rotate(-9deg);
}
.bento span.bento2025_bg {
    position: absolute;
    left: -137px;
    top: 90px;
    transform: rotate(5deg);
    z-index: -1;
}
span.color-yellow {
    color: #FFFF8D;
}
.bento img.sirowaku {
    border: 5px solid #fff;
    box-shadow: 0 0 12px #999;
}
@media (max-width: 1000px) and (min-width: 768px){
.bento figcaption.cap08 {
    left: 5%;
}
	.bento figcaption.cap09 {
    left: 38%;
	}
	.bento figcaption.cap10 {
    left: 70%;
		right: auto;
}
	.bento span.bento2024_bg {
    max-width: 35vw;
    right: 0;
    top: -200px;
}
}
@media (max-width:767px){
	.bento figure.bento2024 {
    margin: 210px auto 280px;
}
	.bento figcaption.cap08 {
    left: 0;
    top: -110px;
    max-width: 160px;
}
	.bento figcaption.cap09 {
    left: 18%;
    top: -210px;
    max-width: 240px;
}
	.bento figcaption.cap10 {
    top: -100px;
    right: 0;
    max-width: 190px;
}
.bento figcaption.cap11 {
    right: 0;
    bottom: -80px;
    top: auto;
    max-width: 180px;
}
	.bento .box-text2024 {
    text-align: right;
	}
	.bento span.bento2024_bg {
    right: auto;
    bottom: -200px;
    top: auto;
    max-width: 300px;
    left: 0;
}
	.bento figcaption.cap12 {
    left: 0;
    top: -70px;
}
	.bento figcaption.cap13 {
    right: 0;
    top: -148px;
}
	.bento figure.bento2025 {
    margin: 150px auto 100px;
}
}

/*2025*/
.flex-award {
    max-width: 170px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.flex-award img{
	width: auto;
	height: 100%;
}
section.onigiri03.onigiri2024:before {
    display: none;
}
@media (min-width: 768px) {
	    figure.family1 {
        position: relative;
        left: 0;
			        bottom: 0;
	}
    figure.family2 {
        position: absolute;
        right: 0;
        bottom: 0;
        border: 24px solid #fdecbb;
        border-radius: 20px;
        max-width: 280px;
    }
	p.award-p01 {
    min-height: 57px;
}
	    .mainimage-sub2025 figure.family1 {
        position: absolute;
        width: 150px;
        left: -90px;
        z-index: 2;
        max-width: 100%;
        border: 24px solid #fdecbb;
        border-radius: 20px;
        bottom: 34px;
    }
	    .mainimage-sub2025  figure.family2 {
        position: absolute;
        right: -110px;
        bottom: 30px;
        border: 24px solid #fdecbb;
        border-radius: 20px;
        max-width: 350px;
    }
}
.mb10{margin-bottom:10px;}
.mt20{margin-top:20px;}
.mainimage-sub2024.mainimage-sub {
    padding: 20px 50px;
	width: 880px;
	position: relative;
	overflow: visible;
	margin-bottom: 40px;
		
}
.mainimage-sub2025.mainimage-sub {
    padding: 50px 260px 50px 80px;
	width: 880px;
	position: relative;
	overflow: visible;
	margin-bottom: 40px;
		
}
.mainimage-sub.mainimage-sub2 p {
    max-width: 100%;
}
.mainimage-sub2025  figure.family2 figcaption {
    position: absolute;
    left: auto;
    right: auto;
    margin: auto;
    text-align: center;
    width: 100%;
    bottom: -24px;
}
@media (max-width:767px){
	.mainimage-sub {
    padding: 30px 30px;
	}
	 .mainimage-sub2025 figure.family2 {
    position: relative;
}
	    .mainimage-sub2025.mainimage-sub {
        padding: 30px 30px;
    }
}