@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
html {
  width: 100%;
  height: 100%;
  color: #333333;
  overflow-x: hidden;
  font-weight: 400;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif !important;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
opacity
==================================================== */
/* ====================================================
Base style & container
==================================================== */
* {
  min-height: 0;
  min-width: 0;
}

body {
  line-height: normal;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  font-family: "Zen Maru Gothic", sans-serif;
}
body.open {
  overflow: hidden;
}

a {
  color: #333333;
}
@media (hover: hover) {
  a.rollover, a:hover {
    transition: all 0.2s ease;
  }
  a.rollover:hover, a:hover:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}
@media screen and (hover: hover) and (max-width: 767px) {
  a.rollover, a:hover {
    transition: all 0.2s ease;
    pointer–events: none;
  }
  a.rollover:hover, a:hover:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
@media (hover: hover) {
  a.no-hov.rollover, a.no-hov:hover {
    transition: all 0.2s ease;
  }
  a.no-hov.rollover:hover, a.no-hov:hover:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
a.no-underline {
  text-decoration: none;
}

p {
  line-height: 186%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

figure {
  margin: 0;
}

.inner {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1390px;
}
.inner-860 {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 910px;
}
.inner-1100 {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1150px;
}
.inner-full {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inner-full {
    padding: 0 25px;
  }
}
.inner-small {
  padding: 0 25px;
}
.inner > .inner-1100,
.inner > .inner-860 {
  padding: 0;
}

.index .wrapper {
  background-color: #70c7d1;
}
@media screen and (max-width: 767px) {
  .index .wrapper {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .second .wrapper {
    margin-top: auto;
  }
}
.contact .wrapper {
  background: #ffeb27;
}

.container {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1201px) {
  .tb {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.d-inline_block {
  display: inline-block;
}

.d-none {
  display: none !important;
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/* ====================================================
column layout
==================================================== */
/* column2--layout */
.column2--layout {
  display: flex;
  flex-wrap: wrap;
}

/* column3--layout */
.column3--layout {
  display: flex;
  flex-wrap: wrap;
}

/* column4--layout */
.column4--layout {
  display: flex;
  flex-wrap: wrap;
}

.jc-space-between {
  justify-content: space-between;
}

.jc-center {
  justify-content: center !important;
}

.ai-center {
  align-items: center;
}

/* ====================================================
float layout
==================================================== */
.left {
  float: left;
}

.right {
  float: right;
}

.ofh {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .sp-no-float {
    float: none;
  }
}

/* ====================================================
section
==================================================== */
.sec {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .sec {
    padding-top: 60px;
  }
}

/* ====================================================
Header
==================================================== */
.header .head-nav {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: -5vh;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 21;
  background: rgba(87, 160, 168, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.header .head-nav.active {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.header .head-nav nav ul {
  padding: 0;
  margin: 0;
}
.header .head-nav nav ul li {
  list-style: none;
}
.header .head-nav_gnavi li {
  margin-bottom: 56px;
}
@media screen and (min-width: 768px) {
  .header .head-nav_gnavi li {
    margin-bottom: 80px;
  }
}
.header .head-nav_gnavi li a {
  font-family: "Dosis", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ffeb27;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .header .head-nav_gnavi li a {
    font-size: 25px;
  }
}
.header .head-nav_sns li {
  display: inline-block;
  margin: 30px 12px 0;
}
@media screen and (min-width: 768px) {
  .header .head-nav_sns li {
    margin: 0 20px;
  }
}
.header .head-nav_sns li a {
  font-size: 45px;
  color: #ffeb27;
}
.header .btn-sp {
  display: block;
  width: 51px;
  height: 48px;
  position: fixed;
  top: 21px;
  right: 15px;
  z-index: 22;
  text-align: center;
  background: #70c7d1;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .header .btn-sp {
    width: 79px;
    height: 71px;
    top: 38px;
    right: 38px;
  }
}
@media (hover: hover) {
  .header .btn-sp:hover {
    cursor: pointer;
  }
}
.header .btn-sp span {
  display: block;
  width: 40px;
  height: 7px;
  background: #ffeb27;
  border-radius: 2rem;
  position: absolute;
  left: 6px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .header .btn-sp span {
    width: 57px;
    height: 9px;
    left: 11px;
  }
}
.header .btn-sp span.top {
  top: 8px;
}
@media screen and (min-width: 768px) {
  .header .btn-sp span.top {
    top: 11px;
  }
}
.header .btn-sp span.middle {
  top: 21px;
}
@media screen and (min-width: 768px) {
  .header .btn-sp span.middle {
    top: 31px;
  }
}
.header .btn-sp span.bottom {
  top: 34px;
}
@media screen and (min-width: 768px) {
  .header .btn-sp span.bottom {
    top: 50px;
  }
}
.header .btn-sp.close {
  background: transparent;
}
@media screen and (max-width: 767px) {
  .header .btn-sp.close span {
    left: 7px;
  }
}
.header .btn-sp.close span.top {
  transform: rotate(45deg);
  top: 21px;
}
@media screen and (min-width: 768px) {
  .header .btn-sp.close span.top {
    top: 30px;
  }
}
.header .btn-sp.close span.middle {
  opacity: 0;
}
.header .btn-sp.close span.bottom {
  transform: rotate(-45deg);
  top: 21px;
}
@media screen and (min-width: 768px) {
  .header .btn-sp.close span.bottom {
    top: 30px;
  }
}
.header.is-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
}

/* ====================================================
Footer
==================================================== */
.footer {
  background-color: #70c7d1;
  padding: 40px 20px;
}
.story .footer, .contact .footer {
  background: #ffeb27;
}

.copyright {
  text-align: center;
  font-family: "Dosis", sans-serif;
  font-size: 12px;
  color: #ffeb27;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: 14px;
  }
}
.story .copyright {
  color: #e96081;
  font-size: 12px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .story .copyright {
    font-size: 11px;
  }
}
.contact .copyright {
  color: #e96081;
}

.pagetop {
  /*
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 100;
  @include mq(md-min) {
  	bottom: 40px;
  	right: 40px;
  }
  a {
  	display: block;
  	width: 32px;
  	height: 32px;
  	@include mq(md-min) {
  		width: 64px;
  		height: 64px;
  	}
  	background: url(../images/common/pagetop.svg) no-repeat center center;
  	background-color: #fff;
  	border-radius: 5rem;
  	background-size: cover;
  	@include smooth-transition;
  	&:hover {
  		background: url(../images/common/pagetop_hov.svg) no-repeat center center;
  		background-size: cover;
  	}
  }
  */
}

/* ====================================================
MODULE
==================================================== */
.hook {
  height: 0;
  font-size: 0%;
}

/*パンくずMODULE*/
/*見出しMODULE*/
.page-head .page-ttl {
  text-align: center;
  font-weight: 900;
  font-size: 35px;
  padding-top: 23px;
}
@media screen and (min-width: 768px) {
  .page-head .page-ttl {
    font-size: 90px;
    padding-top: 70px;
  }
}
.page-head .page-ttl.color-black {
  color: #000;
}
.page-head .page-ttl.f-noto {
  font-size: 18px;
  text-align: left;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .page-head .page-ttl.f-noto {
    font-size: 30px;
  }
}
.page-head .sub-ttl {
  text-align: center;
  font-size: 14px;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  .page-head .sub-ttl {
    font-size: 36px;
    line-height: 46px;
  }
}
.page-head .cat-nav {
  text-align: center;
  padding-top: 3px;
}
@media screen and (min-width: 768px) {
  .page-head .cat-nav {
    padding-top: 55px;
  }
}
.page-head .cat-nav ul {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.page-head .cat-nav ul li {
  /*
  @media screen and (max-width: 375px) {
  	&:nth-child(2) {
  		border-right: 0;
  	}
  }
  */
}
@media screen and (min-width: 1201px) {
  .page-head .cat-nav ul li {
    max-width: 20%;
    flex-basis: 20%;
  }
}
@media screen and (max-width: 767px) {
  .page-head .cat-nav ul li {
    margin-top: 20px;
  }
}
.page-head .cat-nav ul li:not(:last-of-type) {
  border-right: 2px solid #000;
}
.page-head .cat-nav ul li a {
  display: block;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
}
@media screen and (max-width: 1200px) {
  .page-head .cat-nav ul li a {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .page-head .cat-nav ul li a {
    font-size: 24px;
  }
}
@media (hover: hover) {
  .page-head .cat-nav ul li a:hover {
    opacity: 1;
  }
}
.page-head .cat-nav ul li a.hover-anime:after {
  right: 0;
  margin: auto;
  color: #a29c94;
}

/* font MODULE */
/*
font-family: 'M PLUS 1p', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Roboto', sans-serif;
*/
.bold {
  font-weight: 700;
}
.bold * {
  font-weight: 700 !important;
}

/*テキストMODULE*/
.txt--center {
  text-align: center;
}

.txt--right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sp-txt--center {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .sp-txt--left {
    text-align: left;
  }
}

/*リンクMODULE*/
.underline {
  text-decoration: underline;
}

.links:hover {
  cursor: pointer;
}

.txt-link {
  color: #ED6D46;
  text-decoration: underline;
}

.hover-anime {
  position: relative;
}
.hover-anime:after {
  content: attr(data-text);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  position: absolute;
  top: 0;
  left: 0;
}
@media (hover: hover) {
  .hover-anime:hover:after {
    webkit-clip-path: inset(0);
    clip-path: inset(0);
  }
}

/*ボタンMODULE*/
.btn {
  display: inline-block;
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: 420px;
  padding: 10.5px 0;
  font-size: 35px;
  font-family: "Dosis", sans-serif;
  font-weight: 800;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  text-align: center;
  border: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 17.5px;
    padding: 5px 0;
    max-width: 210px;
  }
}
.btn-round {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .btn-round {
    border-radius: 10px;
  }
}
@media (hover: hover) {
  .btn-scale:hover {
    opacity: 1 !important;
    transform: scale(1.1);
  }
}
.btn-bg_white {
  background: #fff;
  color: #eab193;
}
.btn-bg_orange {
  background: #eab193;
  color: #fff;
}
.btn-bg_lightblue {
  background: #6caca9;
  color: #fff;
}
.btn-bg_pink {
  background: #e96081;
  border: 4px solid #e96081;
  color: #ffeb27;
}
@media (hover: hover) {
  .btn-bg_pink:hover {
    background: #ffeb27;
    color: #e96081;
  }
}
.btn-more {
  display: block;
  width: 100%;
  max-width: 185px;
  padding: 8px 10px;
  margin: auto;
  text-decoration: none;
  border: 2px solid #000;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  background: #fff;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
@media screen and (min-width: 768px) {
  .btn-more {
    padding: 10px;
    max-width: 300px;
    font-size: 20px;
  }
}
@media (hover: hover) {
  .btn-more:hover {
    color: #fff;
    background: #000;
    opacity: 1 !important;
  }
}
.btn-back {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 768px) {
  .btn-back {
    font-size: 36px;
  }
}
@media (hover: hover) {
  .btn-back:hover {
    opacity: 1 !important;
  }
}
.btn-back:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../images/news/arrow-left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
@media screen and (min-width: 768px) {
  .btn-back:before {
    width: 53px;
    height: 53px;
    margin-right: 15px;
    top: -3px;
  }
}
.btn-back.hover-anime:after {
  top: auto;
  left: auto;
  right: 0;
  color: #a29c94;
}

/*ボックスMODULE*/
/*テーブルMODULE*/
.tbl--border {
  margin-bottom: 40px;
}
@media screen and (min-width: 1201px) {
  .tbl--border {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .tbl--border tr th, .tbl--border tr td {
    border-bottom: 1px solid #CACACA;
  }
}
.tbl--border th, .tbl--border td {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .tbl--border th, .tbl--border td {
    padding: 16px 0;
    display: block;
  }
}
.tbl--border th {
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 1201px) {
  .tbl--border th {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .tbl--border th {
    padding-bottom: 8px;
    border-bottom: 0;
  }
}
.tbl--border th span {
  font-weight: 400;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .tbl--border td {
    padding-top: 0;
    border-bottom: 1px solid #CACACA;
  }
}

/*セレクト MODULE*/
/*モーダルMODULE*/
/* ====================================================
pages
==================================================== */
/* index */
main {
  position: relative;
}

.audio-area {
  position: fixed;
  z-index: 10;
  bottom: 15px;
  left: 15px;
}
@media screen and (min-width: 768px) {
  .audio-area {
    bottom: 40px;
    left: 30px;
  }
}
.audio-area .audio-box {
  background: #ffeb27;
  border: 1px solid #e96081;
  border-radius: 6px;
  padding: 3px 10px 7px;
}
.audio-area .audio-box p {
  text-align: center;
  font-family: "Dosis", sans-serif;
  color: #e96081;
  font-weight: 700;
  font-size: 14px;
}
.audio-area .audio-box button {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: 0;
  background: transparent;
}
@media screen and (max-width: 767px) {
  .audio-area .audio-box button {
    padding: 0 6px;
  }
}

.bg-fixed {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 70vh;
  min-height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .bg-fixed {
    background-attachment: fixed;
    height: 100vh;
    min-height: 100vh;
  }
}

.bg-para {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30vh 0;
}
@media screen and (min-width: 768px) {
  .bg-para {
    background-attachment: fixed;
    padding: 50vh 0;
  }
}
.bg-para[data-image=slide01] {
  background-image: url(../images/index/kv-slide01_sp.jpg);
}
@media screen and (min-width: 768px) {
  .bg-para[data-image=slide01] {
    background-image: url(../images/index/kv-slide01.jpg);
  }
}
.bg-para[data-image=slide02] {
  background-image: url(../images/index/kv-slide02_sp.jpg);
}
@media screen and (min-width: 768px) {
  .bg-para[data-image=slide02] {
    background-image: url(../images/index/kv-slide02.jpg);
  }
}
.bg-para[data-image=slide03] {
  background-image: url(../images/index/kv-slide03_sp.jpg);
}
@media screen and (min-width: 768px) {
  .bg-para[data-image=slide03] {
    background-image: url(../images/index/kv-slide03.jpg);
  }
}
.bg-para[data-image=bg04] {
  background-image: url(../images/index/bg04_sp.jpg);
}
@media screen and (min-width: 768px) {
  .bg-para[data-image=bg04] {
    background-image: url(../images/index/bg04.jpg);
  }
}
.bg-para[data-image=bg05] {
  background-image: url(../images/index/bg05_sp.jpg);
}
@media screen and (min-width: 768px) {
  .bg-para[data-image=bg05] {
    background-image: url(../images/index/bg05.jpg);
  }
}

.index-top {
  background-color: #70c7d1;
}
@media screen and (max-width: 767px) {
  .index-top.bg-fixed {
    height: 100vh;
    min-height: 100vh;
  }
}
.index-top h1 {
  width: 80%;
  margin: 0 auto;
}

.index-kv {
  position: relative;
  padding: 35vh 0;
}
@media screen and (min-width: 768px) {
  .index-kv {
    padding: 50vh 0;
  }
}
.index-kv figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.index-kv figure[data-image=slide01] {
  z-index: 5;
}
.index-kv figure[data-image=slide02] {
  z-index: 4;
}
.index-kv figure[data-image=slide03] {
  z-index: 3;
}

.index-concept {
  color: #e96081;
  background-color: #ffeb27;
  height: 100vh;
  min-height: 1000px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .index-concept.bg-fixed {
    height: 100vh;
    min-height: 100vh;
  }
}
.index-concept h2 {
  font-size: 30.5px;
  font-weight: 800;
  font-family: "Dosis", sans-serif;
  margin-bottom: 32.5px;
}
@media screen and (min-width: 768px) {
  .index-concept h2 {
    font-size: 43px;
    margin-bottom: 80px;
  }
}
.index-concept .concept-txt p {
  font-size: 13.5px;
  font-weight: 900;
  line-height: 22px;
  margin-bottom: 57px;
}
@media screen and (min-width: 768px) {
  .index-concept .concept-txt p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 80px;
  }
}
.index-concept .concept-txt p .f-large {
  font-size: 15.5px;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .index-concept .concept-txt p .f-large {
    font-size: 20px;
  }
}

.index-lovedonuts {
  background-image: url(../images/index/bg02_sp.jpg);
}
@media screen and (min-width: 768px) {
  .index-lovedonuts {
    background-image: url(../images/index/bg02.jpg);
  }
}
@media screen and (max-width: 767px) {
  .index-lovedonuts h2 {
    width: 80%;
    margin: auto;
  }
}

.index-freshbread {
  background-image: url(../images/index/bg03_sp.jpg);
}
@media screen and (min-width: 768px) {
  .index-freshbread {
    background-image: url(../images/index/bg03.jpg);
  }
}
@media screen and (max-width: 767px) {
  .index-freshbread h2 {
    width: 80%;
    margin: auto;
  }
}

.index-onlineshop {
  background-color: #ffeb27;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .index-onlineshop {
    height: 45vh;
    min-height: 45vh;
  }
}
@media screen and (min-width: 768px) {
  .index-onlineshop {
    height: auto;
    min-height: auto;
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1201px) {
  .index-onlineshop {
    padding: 25rem 0;
  }
}
@media screen and (min-width: 768px) {
  .index-onlineshop div.txt--center {
    margin-left: 20px;
  }
}
.index-onlineshop a {
  display: block;
  margin-top: -15px;
}
@media screen and (min-width: 768px) {
  .index-onlineshop a {
    margin-top: -30px;
  }
}

.index-info {
  background-color: #70c7d1;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .index-info {
    padding-top: 130px;
  }
}
.index-info .f-logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .index-info .f-logo {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .index-info .f-logo {
    width: 55%;
    margin: 0 auto;
    padding-bottom: 25px;
  }
}
.index-info .address,
.index-info .time {
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .index-info .address,
  .index-info .time {
    padding-bottom: 30px;
  }
}
.index-info .address p,
.index-info .time p {
  color: #ffeb27;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 21px;
}
@media screen and (min-width: 768px) {
  .index-info .address p,
  .index-info .time p {
    font-size: 1.25rem;
    line-height: 30px;
  }
}
.index-info .gmap,
.index-info .link-contact {
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .index-info .gmap,
  .index-info .link-contact {
    padding-bottom: 50px;
  }
}
.index-info .gmap a,
.index-info .link-contact a {
  color: #ffeb27;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  font-size: 1.0625rem;
  line-height: 22px;
}
@media screen and (min-width: 768px) {
  .index-info .gmap a,
  .index-info .link-contact a {
    font-size: 1.5rem;
    line-height: 30px;
  }
}
.index-info .time {
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .index-info .time {
    padding-bottom: 65px;
  }
}
.index-info .sns {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .index-info .sns {
    padding-bottom: 80px;
  }
}
.index-info .sns li {
  display: inline-block;
  margin: 0 10px;
}
@media screen and (min-width: 768px) {
  .index-info .sns li {
    margin: 0 15px;
  }
}
.index-info .sns li a {
  color: #ffeb27;
  font-size: 45px;
}
@media screen and (max-width: 767px) {
  .index-info .link-contact {
    padding: 20px 0 40px;
  }
}
.index-info .link-contact a {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .index-info .link-contact a {
    font-size: 1.375rem;
  }
}
.index-info .slide li {
  margin: 0 4.5px;
}
@media screen and (min-width: 768px) {
  .index-info .slide li {
    margin: 0 3.5px;
  }
}

.story .wrapper {
  background: #ffeb27;
}
.story .kv-story {
  text-align: center;
  padding: 10px 0 20px;
}
@media screen and (min-width: 768px) {
  .story .kv-story {
    padding: 30px 25px 40px;
  }
}
.story .inner-small {
  text-align: center;
}
.story .inner-small p {
  color: #e96081;
  font-weight: 900;
  font-size: 13.5px;
}
@media screen and (min-width: 768px) {
  .story .inner-small p {
    font-size: 18px;
    line-height: 36px;
  }
}
@media screen and (min-width: 768px) {
  .story-img01 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .story-img01 {
    max-width: 133px;
    margin: auto;
    padding: 25px 0 20px;
  }
}
@media screen and (min-width: 768px) {
  .story-img02 {
    padding: 35px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .story-img02 {
    max-width: 65px;
    margin: auto;
    padding: 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .story-img03 {
    padding: 35px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .story-img03 {
    max-width: 200px;
    margin: auto;
    padding: 25px 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .story-img04 {
    padding: 50px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .story-img04 {
    max-width: 218px;
    margin: auto;
    padding: 25px 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .story-img05 {
    padding: 25px 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .story-img05 {
    max-width: 128px;
    margin: auto;
    padding: 23px 0 0;
  }
}

body.contact {
  background: #ffeb27;
}

.page-contact {
  padding: 100px 0 0;
}
@media screen and (min-width: 768px) {
  .page-contact {
    padding: 120px 0 0;
  }
}
.page-contact h1 {
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .page-contact h1 {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact h1 img {
    max-width: 45%;
  }
}
.page-contact .contact-area {
  max-width: 654px;
  padding: 0 20px;
  margin: auto;
  text-align: center;
  color: #e96081;
}
.page-contact .contact-area h2 {
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .page-contact .contact-area h2 {
    font-size: 26px;
    padding-bottom: 20px;
  }
}
.page-contact .contact-area p {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 900;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-contact .contact-area p {
    font-size: 16px;
    padding-bottom: 40px;
  }
}
.page-contact .contact-area div {
  margin-bottom: 15px;
}

.confirm-area .mw_wp_form_confirm div:not(.txt--center) {
  background: #fff;
  text-align: left;
  padding: 14px 15px;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #e96081;
  border-radius: 16px;
}

.form-control {
  padding: 14px 15px;
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #e96081;
  border-radius: 16px;
}

.btn-submit {
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: #e96081;
  border-radius: 16px;
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  border: 0;
  width: 100%;
  max-width: 110px;
  cursor: pointer;
  margin: 20px auto 0;
  padding: 16px 15px;
}
@media screen and (min-width: 768px) {
  .btn-submit {
    margin: 45px auto 0;
  }
}

.js-anime {
  position: relative;
  opacity: 0;
  bottom: -10px;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.js-anime.is-show {
  opacity: 1;
  bottom: 0;
  visibility: visible;
}

.js-illust_anime {
  position: relative;
  visibility: hidden;
  opacity: 0;
  left: -40px;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.js-illust_anime.on-move {
  visibility: visible;
  opacity: 1;
  left: 0;
}/*# sourceMappingURL=style.css.map */