html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------------*/



/*アコーディオン*/
/* 必須 */
.accordion-content {
  display: none;
}


.accordion-header {
  background-color: #b21b0b;
  padding: 12px 45px 10px 45px;
  margin: 20px 0 0;
  transition: background .3s ease;
  cursor: pointer;
  position: relative;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 27px;
}

.accordion-header::before,
.accordion-header::after {
  position: absolute;
  content: '';
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 12px;
  height: 2px;
  margin: auto;
  background: #fff;
}

.accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}

.accordion-header.active::after {
  transform: rotate(0deg);
}

.accordion-content {
  padding: 12px 20px 10px;
  color: #b21b0b;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 25px;
}

.accordion-header span,
.accordion-content span {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

.accordion {
  padding-bottom: 10px;
  width: 100%;
  margin: 0 auto;
  max-width: 850px;
}

p.accordion-line {
  font-size: 30px;
  padding: 20px;
  border-bottom: solid 2px #b21b0b;
  margin-bottom: 15px;
  margin-top: 50px;
}

ul.accordion-list li {
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
}

/* hover */
.accordion-header:hover {
  opacity: 0.7;
}




#menu {
  width: 960px;
  margin: 0 auto;
  background: #200807;
  position: relative;
  z-index: 10;
  text-align: center;
}

#back {
  width: 960px;
  margin: 10px auto 0 auto;
  padding-bottom: 0;
  text-align: center;
}

/*--------------------------*/
#to_top {
  clear: both;
  padding: 20px 50px 20px 50px;
  text-align: right;
}

.LyFoot {
  margin-top: 0 !important;
}

.backtotop a {
  background-color: transparent !important;
  padding: 0 !important;
}

.logo {
  text-align: center;
  padding: 10px 0;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3), 0px 3px 15px 0px rgba(0, 0, 0, 0.08), 0px 5px 28px 0px rgba(0, 0, 0, 0.06);
  z-index: 100;
  display: block;
  position: relative;
}

header .mv {
  margin: 0 auto;
  max-width: 1500px;
}

header .mv img {
  width: 100%;
  height: auto;
}

.intro {
  padding: 60px 0;
}

.intro__inner {
  width: 927px;
  margin: 0 auto 40px;
  text-align: center;
}

.intro .intro_txt {
  margin-bottom: 40px;
}

.intro .intro_img {
  margin-bottom: 50px;
}

.intro .intro_cp {
  margin-bottom: 50px;
}

.intro .nav_tit {
  margin-bottom: 30px;
}

.intro nav h2 {
  margin-bottom: 20px;
}

.intro nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

#kakigoori h2 {
  text-align: center;
  padding-bottom: 30px !important;
}

#kakigoori nav {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  max-width: 1500px;
  padding: 80px 0;
}

#kakigoori nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

#kakigoori nav ul li {
  width: 227px;
}

#kakigoori nav ul li img {
  width: 100%;
}

#kakigoori nav .flavor_recipe {
  margin-top: 30px;
}

.content {
  padding: 30px 0;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

.content__box {
  width: 1000px;
  margin: 30px auto;
  text-align: center;
  padding: 0 0 70px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 20px;
}

.content__box__inner {
  margin: 0 auto;
  max-width: 750px;
  border-bottom: solid 1px #444444;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.content__box__inner h3 {
  margin-bottom: 40px;
}

.content__box__inner h4 {
  margin-top: 50px;
  margin-bottom: 40px;
}

.content__box__inner+.content__box__inner {
  margin-top: 50px;
}

.content__box__inner picture {
  margin-bottom: 30px;
  display: block;
}

.content__box__inner picture+.content__box__inner picture {
  margin-top: 30px;
}

.content__box__inner p img {
  width: 100%;
}

.content__box__inner .no-img {
  display: none;
}

.content__box__inner-item-box {
  display: grid;
  width: 550px;
  margin: 0 auto;
}

.content__box__inner-item {
  display: grid;
  gap: 20px;
  grid-template-rows: subgrid;
  grid-row: span 3;
  align-items: end;
  /*ont-family: auto;*/
}

.content__box__inner-item .item-img-txt {
  justify-self: flex-start;
}

.content__box__inner-item .cp.nl a {
  pointer-events: none;
}

.content__box__inner-item.col-01 {
  grid-template-rows: none;
  gap: 0px;
}

.content__box__inner-item.col-01 .item-img {
  margin-left: 0px;
  align-self: center;
  align-content: center;
  grid-area: 1/1/3/2;
}

.content__box__inner-item.col-01 .item-img-txt {
  grid-area: 1/2/2/3;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.content__box__inner-item.col-01 .cp {
      text-align: left;
  grid-area: 2/2/3/3;
  margin-right: auto;
}
p.tsuikaText {
    font-size: 15px;
}

.content__box__inner-item.col-01 .cp img {
      width: 260px;
}

.content__box .coupon {
  margin: 70px 0 60px;
}

.content#sec2 {
  background-color: #efefef;
}

.content#sec3 {
  background-color: #fff;
}

.content#sec6 {
  background-color: #c5daf0;
}

.content#sec7 {
  background-color: #ffe70057;
}

.recipe {
  background-color: #fffcf1;
}

.recipe h2 {
  margin-bottom: 50px;
}

.recipe h3 {
  margin-bottom: 40px;
}

.recipe .recipe-box {
  margin-bottom: 40px;
}

.recipe .recipe_img {
  margin-bottom: 50px;
}

.recipe .recipe_img img {
  filter: drop-shadow(1px 3px 5px rgba(0, 0, 0, 0.3));
}

.recipe .recipe_detail {
  width: 861px;
  margin: 0 auto 100px;
  border-radius: 30px;
  background-color: #fff;
}

.recipe .recipe_detail .recipe_slide {
  display: none;
}

.recipe .recipe_detail .materials {
  margin-top: 50px;
  margin-bottom: 50px;
}

.recipe .recipe_detail .make {
  padding-bottom: 60px;
}

.recipe .recipe_detail .slide_d {
  cursor: pointer;
}

.recipe .recipe_detail .slide_d:hover {
  opacity: 0.7;
}

.movie {
  width: 100%;
  margin-top: 50px;
  aspect-ratio: 16/9;
}

.movie iframe {
  width: 100%;
  height: 100%;
}

.okaimono-app {
  width: 960px;
  margin: 65px auto 55px;
}

.other {
  width: 926px;
  margin: 0 auto 0;
}

.other .cm-box h2 {
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
}

.other .cm-box .cm01 {
  margin-bottom: 80px;
}

.other .cm-box .cm02 {
  padding-bottom: 40px;
}

.other .cm-box .cm02 picture {
  width: 100%;
}

.other .calpis-notice {
  padding-top: 40px;
  border-top: 1px solid gray;
}

.other .calpis-notice02 {
  border-top: none;
}

.other .calpis-notice ul {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
  gap: 30px;
}

.footer-notice {
  width: 860px;
  margin: 55px auto;
}

/*# sourceMappingURL=style.css.map */




/*追加*/
.worryimg {
  width: 90%;
  margin: 0 auto;
  padding: 70px 0;
}

p.cp-text.cp-txt-center.fs22.fs18-sp.fc-white {
  font-size: 22px;
  padding-bottom: 30px;
}

p.cp-text.cp-txt-center.fs20.fs16-sp.fc-white.mt30 {
  font-size: 20px;
  line-height: 1.5;
  padding-top: 25px;
  padding-bottom: 30px;
}




/* section-rice */
.section-rice {
  background-image:
    url(../images/rice_bg_01.jpg),
    url(../images/rice_bg_02.jpg);
  background-repeat:
    no-repeat,
    repeat;
  background-size:
    auto,
    auto;
  background-position:
    top center,
    center;
}

ul.rice_block.mt60.mt40_sp {
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.rice_block li {
  display: flex;
  margin: 0 auto;
  max-width: 1500px;
  justify-content: center;
}

.rice_block li+li {
  margin-top: 40px;
}

.rice_block-img {
  width: 50%;
}

.rice_block-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rice_block-txt {
  background-color: #ffffff;
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
}

.rice_block-txt>div {
  z-index: 1;
}

.rice_block-txt .title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  padding-left: 50px;
}

.rice_block-txt .title::first-letter {
  font-size: 230%;
}

.rice_block li:nth-child(even) {
  flex-direction: row-reverse;
}

.rice_block li:nth-child(even) .rice_block-txt::before {
  left: 0;
  transform: scaleX(-1);
}

p.fs18.fs16-sp.mt30.mt20_sp {
  font-size: 18px;
  line-height: initial;
  padding-left: 50px;
  margin-top: 30px;
}

section#sec2 {
  text-align: justify;
}

span.fc-red {
  color: #CF1B2B;
}

.sec3area {
  margin: 0 auto;
  max-width: 1500px;
  justify-content: center;
  width: 90%;
  margin-top: 50px;
}

.how_block-tag.ff-dancing {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #bbb250;
  font-size: 30px;
  text-align: justify;
  margin-top: 50px;
  padding-bottom: 30px;
}

h2.cp-txt-center {
  font-size: 40px;
  letter-spacing: 5px;
}

ul.how_block.mt40.mt40_sp {
  display: flex;
}

.how_block-img img {
  width: 100%;
}

li.how_box {
  margin: 50px;
}

ul.secret_block.mt40.mt40_sp li {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  padding-bottom: 50px;
}

h3.ff-serif.fw-semibold.fs30.fs24-sp {
  font-size: 30px;
}

.secret_block-txt {
  text-align: justify;
}

p.fs18.fs16-sp.mt30.mt20_sp.yummybox {
  padding-left: 0px;
  padding-right: 50px;
}

.yummybox2 {
  padding-left: 50px;
}

p.fs14.fs12-sp.note {
  text-align: end;
  padding-top: 10px;
}

h2.cp-txt-center span {
  display: block;
  font-size: 35px;
  padding-bottom: 50px;
  color: #cf1b2c;
  letter-spacing: 4px;
}

.gohanbox {
  text-align: justify;
  line-height: 1.5;
  font-size: 18px;
}


.coupon_area {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px 0;
}

.coupon_btn {
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 30px;
}


.aeon_sample {
  margin: 0 auto;
  max-width: 1500px;
  text-align: center;
  padding: 50px 0;
  width: 90%;
}

.aeon_sample img {
  width: auto !important;
}

.aeon_bg {
  background-color: #b21b0b;
}

.aeon_sampletxt {
  font-size: 1.8rem;
  letter-spacing: 4px;
  line-height: 2.2rem;
  padding: 30px 0;
  color: #fff;
}




.sec07 {
  background: #f5e5f2;
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
  border-radius: 5px;
  padding: 20px 0;
  margin-bottom: 30px;
  margin-top: 50px;
}


h2.cp-txt-center.fc-white.mt20 {
  font-size: 40px;
  letter-spacing: 5px;
  padding: 10px 0 !important;
}

p.sample_txt {
  font-family: "Noto Sans JP", sans-serif;
}

p.sample_txt span {
  display: block;
  font-size: 15px;
}

ul.sampleBox li {
  text-align: start;
}

ul.sampleBox {
  margin: 0 auto;
  width: 100%;
  display: inline-block;
  max-width: 750px;
  padding-top: 20px;
  line-height: 20px;
  font-size: 15px;
}

ul.sampleBox li span {
  color: #be163e;
}

.cp_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec07.sec08 {
  background: #f6e3e1;
  margin-top: 30px;
  margin-bottom: 10px;
}

.gohanbox.gohanbox_cp {
  margin-left: 30px;
}

p.sample_txt.sample_txtCP span {
  font-size: 25px;
}


/*追従バナー*/
.fixed_btn {
  position: fixed;
  bottom: 10px;
  right: 20px;
  background: none;
  border: none;
  top: 10px;
  height: 100px;
  z-index: 100;
}