@charset "UTF-8";
@-webkit-keyframes slideinX1 {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideinX1 {
  0% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes slideinX2 {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideinX2 {
  0% {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes blurfade {
  0% {
    opacity: 0;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes blurfade {
  0% {
    opacity: 0;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
summary,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  counter-reset: followupnum;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 800px) {
  body,
  html {
    width: 100%;
    height: 100%;
    min-width: 1040px;
    margin: 0 !important;
  }
}

@media screen and (max-width: 799px) {
  body,
  html {
    width: 100%;
    height: 100%;
    margin: 0 !important;
  }
}

body {
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  background: #f5f2ea;
  word-break: break-all;
  line-height: 1.8;
}

@media screen and (max-width: 799px) {
  body {
    line-height: 1.8;
  }
}

ul {
  list-style: none;
}

em {
  font-weight: bold;
}

a {
  color: #1a1a1a;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

sub,
sup {
  font-size: 10px;
}

.bold {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 800px) {
  a[href*="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}

#wpadminbar {
  display: none !important;
}

@media screen and (min-width: 800px) {
  .l-header--azukimuseum__gnavi__menu {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    left: 0;
    top: 20%;
    border-radius: 0 10px 10px 0;
    width: 55px;
    z-index: 1000;
    padding: 5px 0;
  }
  .l-header--azukimuseum__gnavi__menu ul li a {
    display: block;
    padding: 10px 0;
    text-align: center;
  }
  .l-header--azukimuseum__gnavi__menu ul li a span {
    display: none;
  }
}

@media screen and (max-width: 799px) {
  .l-header--azukimuseum {
    height: 60px;
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  .l-header--azukimuseum > div > a {
    position: absolute;
    left: 5px;
    top: 8px;
  }
  .l-header--azukimuseum__gnavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .l-header--azukimuseum__gnavi > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 108px;
    padding-right: 50px;
  }
  .l-header--azukimuseum__gnavi > ul > li {
    padding: 5px;
  }
  .l-header--azukimuseum__gnavi .menubtn {
    width: 50px;
    height: 55px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1100;
    cursor: pointer;
  }
  .l-header--azukimuseum__gnavi .menubtn:before {
    color: #7d001a;
    content: 'メニュー';
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 10px;
    width: 100%;
    text-align: center;
  }
  .l-header--azukimuseum__gnavi .menubtn > span {
    position: absolute;
    width: 32px;
    height: 2px;
    left: 0;
    background: #7d001a;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 20%;
  }
  .l-header--azukimuseum__gnavi .menubtn > span:first-of-type {
    top: 12px;
  }
  .l-header--azukimuseum__gnavi .menubtn > span:nth-of-type(2) {
    top: 18.5px;
  }
  .l-header--azukimuseum__gnavi .menubtn > span:nth-of-type(3) {
    top: 25.5px;
  }
  .l-header--azukimuseum__gnavi .menubtn.active {
    color: #fff;
  }
  .l-header--azukimuseum__gnavi .menubtn.active:before {
    color: #fff;
  }
  .l-header--azukimuseum__gnavi .menubtn.active > span {
    background: #fff;
  }
  .l-header--azukimuseum__gnavi .menubtn.active > span:first-of-type {
    -webkit-transform: translateY(6.5px) rotate(-45deg);
    -ms-transform: translateY(6.5px) rotate(-45deg);
    transform: translateY(6.5px) rotate(-45deg);
    height: 3px;
  }
  .l-header--azukimuseum__gnavi .menubtn.active > span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header--azukimuseum__gnavi .menubtn.active > span:nth-of-type(3) {
    -webkit-transform: translateY(-6.5px) rotate(45deg);
    -ms-transform: translateY(-6.5px) rotate(45deg);
    transform: translateY(-6.5px) rotate(45deg);
    height: 3px;
  }
  .l-header--azukimuseum__gnavi__menu {
    overflow-y: auto;
    display: none;
    background: #7d001a;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
  }
  .l-header--azukimuseum__gnavi__menu ul {
    padding-top: 50px;
  }
  .l-header--azukimuseum__gnavi__menu ul li a {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #fff;
    color: #fff;
  }
  .l-header--azukimuseum__gnavi__menu ul li:last-child a {
    color: #333;
    text-align: center;
    border: none;
    background: #fff;
  }
}

.l-header--default {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #7d001a;
  padding: 0 40px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 799px) {
  .l-header--default {
    padding: 0 5px;
  }
}

.l-header--default > div {
  max-width: 1000px;
  margin: 0 auto;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 799px) {
  .l-header--default > div {
    height: 60px;
  }
}

.l-header--default__logo {
  text-align: center;
  padding: 30px 0;
  width: 177px;
  -ms-flex-preferred-size: 177px;
  flex-basis: 177px;
}

.l-header--default__logo img {
  width: 177px;
  height: 48px;
}

@media screen and (max-width: 799px) {
  .l-header--default__logo {
    width: 130px;
    -ms-flex-preferred-size: 130px;
    flex-basis: 130px;
  }
  .l-header--default__logo img {
    width: 130px;
    height: auto;
  }
}

.l-header--default__gnavi {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.l-header--default__gnavi__menu {
  display: block !important;
  position: relative !important;
}

.l-header--default__gnavi__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
}

.l-header--default__gnavi__menu ul li {
  width: 40px;
}

.l-header--default__gnavi__menu ul li + li {
  margin-left: 20px;
}

@media screen and (max-width: 799px) {
  .l-header--default__gnavi__menu ul li {
    width: auto;
  }
  .l-header--default__gnavi__menu ul li + li {
    margin-left: 10px;
  }
}

.l-header--default__gnavi__menu ul li a {
  display: block;
}

.l-header--default__gnavi__menu ul li a:hover {
  opacity: 0.7;
}

.l-header--default__gnavi__menu ul li a span img {
  width: auto;
  height: 50px;
}

@media screen and (max-width: 799px) {
  .l-header--default__gnavi__menu ul li a span img {
    height: 45px;
  }
}

@-webkit-keyframes azukimuseum_azuki {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  to {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}

@keyframes azukimuseum_azuki {
  0% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  to {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
}

.l-footer {
  background: #7d001a;
}

.l-footer__azukimuseum {
  background: #7d001a;
  padding-bottom: 50px;
}

@media screen and (max-width: 799px) {
  .l-footer__azukimuseum {
    padding: 10px;
    height: 64px;
  }
}

.l-footer__azukimuseum__in {
  border-top: 2px solid #ccc;
  padding: 30px 0 90px;
  background: #fff;
  position: relative;
}

@media screen and (max-width: 799px) {
  .l-footer__azukimuseum__in {
    padding: 0;
    border: none;
    background: none;
  }
}

.l-footer__azukimuseum__in > a {
  position: absolute;
  right: 20px;
  bottom: -30px;
  z-index: 10;
}

.l-footer__azukimuseum__in .-object4 {
  position: absolute;
  right: 0;
  bottom: -30px;
}

.l-footer__azukimuseum__in > div {
  width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

@media screen and (max-width: 799px) {
  .l-footer__azukimuseum__in > div {
    width: 100%;
    height: 44px;
  }
}

.l-footer__azukimuseum__in__logo {
  width: 281px;
  text-align: center;
}

.l-footer__azukimuseum__in__logo > div + div {
  margin-top: 20px;
}

@media screen and (max-width: 799px) {
  .l-footer__azukimuseum__in__logo {
    width: 149px;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .l-footer__azukimuseum__in__logo > div + div {
    margin: 0;
  }
}

.l-footer__azukimuseum__in__sitemap {
  width: 600px;
}

.l-footer__azukimuseum__in__sitemap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-footer__azukimuseum__in__sitemap ul li {
  width: calc(100% / 3);
  margin-bottom: 20px;
}

.l-footer__azukimuseum__in__sitemap ul li a {
  color: #7d001a;
  font-weight: 500;
}

.l-footer__azukimuseum__in__sitemap ul li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 799px) {
  .l-footer__azukimuseum__in__sitemap {
    width: calc(100% - 155px);
  }
  .l-footer__azukimuseum__in__sitemap ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .l-footer__azukimuseum__in__sitemap ul li {
    margin: 0 !important;
  }
  .l-footer__azukimuseum__in__sitemap ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 44px;
    border: 1px solid #fff;
    padding: 0;
    justify-content: center;
    align-items: center;
    line-height: 130%;
    color: #fff;
  }
  .l-footer__azukimuseum__in__sitemap ul li a br {
    line-height: 130%;
  }
  .l-footer__azukimuseum__in__sitemap ul li a img {
    width: auto;
    height: 30px;
  }
}

.l-footer__azukimuseum__in__object {
  position: absolute;
  left: 0;
  bottom: -95px;
  width: 100%;
}

.l-footer__azukimuseum__in__object > img {
  position: absolute;
  bottom: 0;
}

.l-footer__azukimuseum__in__object > img.-object2 {
  left: 211px;
  bottom: -15px;
  z-index: 10;
  -webkit-animation: azukimuseum_azuki 2s ease infinite alternate;
  animation: azukimuseum_azuki 2s ease infinite alternate;
}

.l-footer__azukimuseum__in__object > img.-object3 {
  left: 269px;
  bottom: -20px;
}

.l-footer__azukimuseum__in__object > img.-object5 {
  left: 457px;
}

.l-footer__sitemap {
  padding: 20px 0;
  width: 830px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 799px) {
  .l-footer__sitemap {
    width: 100%;
    padding: 10px;
  }
}

.l-footer__sitemap a {
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 20px;
}

.l-footer__sitemap a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 800px) {
  .l-footer__sitemap a:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 15px;
    height: 15px;
    content: '';
    background: url("../img/arrow1.svg") no-repeat center;
    background-size: 15px;
  }
}

@media screen and (max-width: 799px) {
  .l-footer__sitemap a {
    width: 50px;
    height: 44px;
    border: 1px solid #fff;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 130%;
  }
  .l-footer__sitemap a br {
    line-height: 130%;
  }
  .l-footer__sitemap a img {
    width: auto;
    height: 30px;
  }
}

.l-footer__sitemap > div a {
  font-size: 16px;
}

.l-footer__sitemap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 520px;
}

.l-footer__sitemap > ul li {
  width: calc(100% / 3);
}

@media screen and (max-width: 799px) {
  .l-footer__sitemap > ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .l-footer__sitemap > ul li {
    margin-left: 20px;
    width: 50px;
  }
}

.l-wrapper {
  width: 100%;
  min-height: 100%;
  position: relative;
}

.l-main {
  position: relative;
  padding: 65px 0 100px;
}

@media screen and (max-width: 799px) {
  .l-main {
    padding: 60px 0 0;
    position: relative;
  }
}

.l-section__basic {
  max-width: 1000px;
  padding: 80px 20px;
  margin-left: auto;
  margin-right: auto;
}

.l-section__basic.-w100p {
  max-width: 100%;
  padding: 100px 0;
}

@media screen and (max-width: 799px) {
  .l-section__basic {
    padding: 30px 20px !important;
  }
}

.l-lower-sec {
  padding: 90px 0;
}

@media screen and (max-width: 799px) {
  .l-lower-sec {
    padding: 0;
  }
}

.c-headline--lowerh1 {
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #23275d;
  line-height: 1.4;
  text-align: center;
}

.c-headline--lowerh1 strong {
  font-style: italic;
  font-size: 46px;
  display: block;
  text-align: center;
}

@media screen and (max-width: 799px) {
  .c-headline--lowerh1 {
    height: 140px;
  }
  .c-headline--lowerh1 strong {
    font-size: 30px;
  }
}

.c-headline--1 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
  color: #23275d;
  line-height: 1.2;
  margin-bottom: 50px;
}

.c-headline--1:after {
  content: '';
  width: 50px;
  height: 5px;
  background: #23275d;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.c-headline--1 span {
  font-size: 46px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

@media screen and (max-width: 799px) {
  .c-headline--1 {
    font-size: 13px;
  }
  .c-headline--1:after {
    height: 3px;
  }
  .c-headline--1 span {
    font-size: 23px;
  }
}

.c-headline--2 {
  background: #202659;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-size: 27px;
  font-weight: bold;
  padding: 10px 0;
}

@media screen and (max-width: 799px) {
  .c-headline--2 {
    font-size: 20px;
  }
}

.c-headline--3 {
  border-top: 1px solid #202659;
  border-bottom: 1px solid #202659;
  color: #202659;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  padding: 15px 0;
}

.c-contact-box1__table {
  margin: 20px 0 30px;
  border: 3px solid #779cdf;
}

.c-contact-box1__table table {
  width: 100%;
}

.c-contact-box1__table table th {
  width: 220px;
  text-align: left;
}

@media screen and (max-width: 799px) {
  .c-contact-box1__table table td,
  .c-contact-box1__table table th {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .c-contact-box1__table table td .c-col--2 > *,
  .c-contact-box1__table table th .c-col--2 > * {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .c-contact-box1__table table td .c-col--2 > :first-child,
  .c-contact-box1__table table th .c-col--2 > :first-child {
    margin-bottom: 10px;
  }
}

.c-col--2 > * {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.c-box--main {
  height: 545px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 799px) {
  .c-box--main {
    height: 240px;
  }
}

.c-box--info li {
  margin-bottom: 30px;
}

.c-box--info li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 1px solid #ffdc50;
}

.c-box--info li a .thumb {
  background-size: cover;
  background-position: center;
  width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  text-align: center;
}

.c-box--info li a .content {
  width: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  background: url("../img/blogbg.jpg") no-repeat bottom;
  background-size: cover;
}

.c-box--info li a .content > div {
  height: 100%;
  padding: 20px;
  background: rgba(255, 220, 80, 0.6);
}

.c-box--info li a .content h3 {
  font-size: 15px;
  font-weight: bold;
}

.c-box--info li a .content p + p {
  margin-top: 10px;
}

@media screen and (max-width: 799px) {
  .c-box--info li {
    margin-bottom: 15px;
  }
  .c-box--info li a {
    display: block;
  }
  .c-box--info li a > * {
    width: 100% !important;
  }
  .c-box--info li a .thumb {
    height: calc(100vw / 2);
    position: relative;
  }
  .c-box--info li a .thumb img {
    width: 240px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .c-box--info li a .content > div {
    padding: 10px;
  }
  .c-box--info li a .content > div p {
    font-size: 13px;
  }
}

.c-list--check > li {
  margin-left: 20px;
  position: relative;
  list-style-image: url("../img/check-icon.svg");
}

.c-list--num > li {
  list-style: decimal outside;
  margin-left: 20px;
}

.c-list--disc > li {
  list-style: disc outside;
  margin-left: 20px;
}

.c-list--latin > li {
  list-style: lower-latin outside;
  margin-left: 20px;
}

.c-list--col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-list--col2 > * {
  width: calc(100% / 2);
  padding: 15px;
}

@media screen and (max-width: 799px) {
  .c-list--col2 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-list--col2 > * {
    width: calc(calc(100% / 2) - 5px);
    padding: 5px;
  }
}

.c-list--col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-list--col3 > * {
  width: calc(100% / 3);
  padding: 15px;
}

@media screen and (max-width: 799px) {
  .c-list--col3 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-list--col3 > * {
    width: calc(calc(100% / 2) - 5px);
    padding: 5px;
  }
}

.c-list--col4 > * {
  width: calc(25% - 10px);
  margin-bottom: 10px;
}

.c-list--pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.c-list--pagelink li a {
  background: #202659;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  color: #fff;
  padding: 15px 0;
}

.c-list--pagelink li a > svg {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 10px;
  height: auto;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  fill: #fff;
}

.c-list--pagelink li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 799px) {
  .c-list--pagelink li a {
    font-size: 13px;
    padding-right: 10px;
  }
  .c-list--pagelink li a > svg {
    right: 10px;
  }
}

.c-list--pagelink.-col2 {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.c-list--pagelink.-col2 > li {
  width: 350px;
}

@media screen and (max-width: 799px) {
  .c-list--pagelink.-col2 > li {
    width: 48%;
  }
}

.c-list--pagelink.-col3 {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-list--pagelink.-col3 > li {
  width: 300px;
}

@media screen and (max-width: 799px) {
  .c-list--pagelink.-col3 > li {
    width: 48%;
    margin-bottom: 5px;
  }
}

.c-list--pagelink.-col4 > li {
  width: 230px;
}

@media screen and (max-width: 799px) {
  .c-list--pagelink.-col4 {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c-list--pagelink.-col4 > li {
    width: calc(calc(100% / 2) - 5px);
    margin: 0 0 5px;
  }
}

.c-list--pagenavi {
  padding: 40px 0;
}

.c-list--pagenavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-list--pagenavi ul li {
  padding: 0 20px;
  min-width: 180px;
  margin-bottom: 20px;
}

.c-list--pagenavi ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #232f5f;
  font-weight: bold;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  background: #fff;
}

.c-list--pagenavi ul li a:before {
  content: '';
  background: #232f5f;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  top: 0;
  left: 0;
  height: 0;
  width: 100%;
}

.c-list--pagenavi ul li a:after {
  content: '';
  position: absolute;
  -webkit-transition: all 0;
  -o-transition: all 0;
  transition: all 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: #232f5f transparent transparent transparent;
  z-index: -1;
}

.c-list--pagenavi ul li a:hover:before {
  height: 100%;
}

.c-list--pagenavi ul li a:hover > span {
  color: #fff;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-list--pagenavi ul li a:hover:after {
  bottom: -14px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media screen and (max-width: 799px) {
  .c-list--pagenavi {
    padding: 20px;
  }
  .c-list--pagenavi ul li {
    width: 50%;
    padding: 0 10px;
    min-width: unset;
  }
}

.c-table--basic {
  width: 100%;
}

.c-table--basic > tbody > tr > td,
.c-table--basic > tbody > tr > th,
.c-table--basic > tr > td,
.c-table--basic > tr > th {
  padding: 20px;
  border-top: 1px solid #23275d;
  border-bottom: 1px solid #23275d;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 799px) {
  .c-table--basic > tbody > tr > td,
  .c-table--basic > tbody > tr > th,
  .c-table--basic > tr > td,
  .c-table--basic > tr > th {
    padding: 5px;
    display: block;
    width: 100%;
    margin-top: -1px;
  }
}

.c-table--basic > tbody > tr > th,
.c-table--basic > tr > th {
  background: #efefef;
  font-weight: bold;
  color: #23275d;
}

.c-table--basic.-th-nobg th {
  background: none;
  border-right: 1px solid #23275d;
  padding: 20px 20px 20px 0;
}

@media screen and (max-width: 799px) {
  .c-table--basic.-th-nobg th {
    padding: 5px;
    border-right: none;
  }
}

.c-table--basic span.require {
  display: inline-block;
  float: right;
}

.c-table--border {
  width: 100%;
}

.c-table--border > tbody > tr > td,
.c-table--border > tbody > tr > th,
.c-table--border > tr > td,
.c-table--border > tr > th {
  padding: 20px;
  border: 1px solid #3f4688;
  vertical-align: middle;
}

@media screen and (max-width: 799px) {
  .c-table--border > tbody > tr > td,
  .c-table--border > tbody > tr > th,
  .c-table--border > tr > td,
  .c-table--border > tr > th {
    padding: 5px;
  }
}

.c-table--border > tbody > tr > th,
.c-table--border > tr > th {
  background: #202659;
  color: #fff;
}

.c-table--border .require {
  float: right;
  background: #ee8a1e;
  display: inline-block;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
  border-radius: 5px;
  padding: 0 5px;
}

.c-table--color {
  width: 100%;
  border: 2px solid #779cdf;
}

.c-table--color > tbody > tr > td,
.c-table--color > tbody > tr > th,
.c-table--color > tr > td,
.c-table--color > tr > th {
  border: 1px solid #ccc;
  padding: 20px;
  vertical-align: middle;
}

@media screen and (max-width: 799px) {
  .c-table--color > tbody > tr > td,
  .c-table--color > tbody > tr > th,
  .c-table--color > tr > td,
  .c-table--color > tr > th {
    padding: 5px;
  }
}

.c-table--color > tbody > tr > th,
.c-table--color > tr > th {
  background: #dcebff;
  text-align: left;
  vertical-align: middle;
  font-weight: bold;
}

.c-btn--1 {
  display: block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  position: relative;
}

@media screen and (min-width: 800px) {
  .c-btn--1:after {
    width: 0;
    height: 2px;
    background: #b98c32;
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }
  .c-btn--1:hover {
    color: #b98c32;
  }
  .c-btn--1:hover:after {
    width: 100%;
  }
}

@media screen and (max-width: 799px) {
  .c-btn--1 {
    width: 100%;
    border: 1px solid #000;
    padding: 10px 24px 10px 5px;
    text-align: center;
  }
  .c-btn--1:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 15px;
    margin: auto 0;
    background: url("../img/c-btn--1--arrow.svg") no-repeat center;
    background-size: contain;
  }
}

.c-btn--2 {
  color: #965a00;
  font-weight: 800;
  font-family: "Noto Serif JP", sans-serif !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #965a00;
  padding: 5px 60px 5px 40px;
  background: #fff;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 20px;
  position: relative;
}

.c-btn--2:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 22px;
  margin: auto 0;
  background: url("../img/c-btn--2--arrow.svg") no-repeat center;
  background-size: contain;
}

.c-btn--2.-border-pink {
  color: #eb7089;
  border: 1px solid #eb7089;
}

.c-btn--2.-br {
  background: #c7a04d;
  color: #fff;
  border: 1px solid #c7a04d;
}

.c-btn--2.-br:after {
  background-image: url("../img/c-btn--1--arrow--wh.svg");
}

.c-btn--2.-azuki {
  background: #be808c;
  color: #fff;
  border: 1px solid #be808c;
}

.c-btn--2.-azuki:after {
  background-image: url("../img/c-btn--1--arrow--wh.svg");
}

.c-btn--2.-enzi {
  border: 1px solid #7d001a;
  color: #7d001a;
}

.c-btn--2.-enzi:after {
  background-image: url("../img/c-btn--2--arrow--enzi.svg");
}

@media screen and (max-width: 799px) {
  .c-btn--2 {
    font-size: 16px;
    padding: 5px 30px 5px 10px;
  }
  .c-btn--2:after {
    width: 20px;
    height: 15px;
  }
}

.c-btn--2:hover {
  opacity: 0.7;
}

/*add 20221125*/
.c-btn--3{
  background:#218dce;
  max-width:300px;
  width:100%;
  display:block;
  margin:0 auto;
  color:#fff;
  text-align:center;
  padding:15px 10px;
  border-radius:30px;
  font-size:1.2em;
}

.c-pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  padding: 10px;
  z-index: 1000;
}

.c-breadcrumbs {
  padding: 10px 20px;
}

.c-breadcrumbs * {
  font-size: 11px;
}

.c-breadcrumbs > div {
  max-width: calc(960px + 40px);
  margin: 0 auto;
}

.wp-pagenavi {
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  margin: 0 5px;
  background: #be808c;
  padding: 5px 10px;
  border: none;
  color: #fff;
}

.wp-pagenavi .current {
  background: #7d001a;
  color: #fff;
}

@media screen and (max-width: 799px) {
  .wp-pagenavi a.larger,
  .wp-pagenavi a.smaller,
  .wp-pagenavi span.extend {
    display: none;
  }
}

input[type=submit] {
  -webkit-appearance: none;
}

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

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

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

input::placeholder {
  color: #999;
}

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

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

button,
input {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

input[type=email],
input[type=text],
textarea {
  padding: 2px 5px;
  width: 100%;
  border: 1px solid #ccc;
  font-size: 15px;
}

input[type=checkbox],
input[type=radio] {
  margin-right: 5px;
  vertical-align: middle;
}

label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

.c-input--col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-input--col2 input[type=text] {
  width: calc(100% - 5px);
}

.c-input--col2 input[type=text] + input[type=text] {
  margin-left: 10px;
}

span.wpcf7-list-item {
  margin: 0 1em 0 0;
}

.p-postal-code {
  width: 130px !important;
}

.inp--w70 {
  width: 70px !important;
}

.inp--w100 {
  width: 200px !important;
}

.p-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-tel > span {
  position: relative;
  white-space: nowrap;
}

.p-tel > span + span:before {
  content: '-';
  padding: 0 5px;
}

.p-tel > span input {
  max-width: 120px;
}

@media screen and (max-width: 799px) {
  .p-tel > span input {
    max-width: 73px;
  }
}

.p-home__mainimg .c-box--main {
  background-image: url("../img/home/home-mainbg.jpg");
  background-position: center bottom;
}

.p-home__mainimg .c-box--main > div {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 60px;
  font-size: 30px;
  color: #fff;
  text-shadow: 0 0 10px #4d2e24, 0 0 10px #4d2e24, 0 0 10px #4d2e24;
  font-weight: 500;
}

.p-home__mainimg .c-box--main > div > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

@media screen and (max-width: 799px) {
  .p-home__mainimg .c-box--main > div {
    padding: 30px 30px 0;
    font-size: 20px;
  }
  .p-home__mainimg .c-box--main > div > p {
    text-align: left;
  }
}

.p-home__mainimg .c-box--main img {
  width: 500px;
  height: auto;
}

@media screen and (max-width: 799px) {
  .p-home__mainimg .c-box--main img {
    width: 60%;
  }
}

.p-home__sec1__news {
  width: 653px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 799px) {
  .p-home__sec1__news {
    width: 100%;
    margin: 0 auto 30px;
  }
}

.p-home__sec1__news > h2 {
  border-bottom: 2px solid #dcb973;
}

.p-home__sec1__news > ul {
  background: #fff;
  height: 170px;
  overflow-y: scroll;
  padding: 5px 15px;
}

.p-home__sec1__news > ul > li {
  padding: 7px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-home__sec1__news > ul > li + li {
  border-top: 2px dotted #dcb973;
}

.p-home__sec1__news > ul > li .date {
  width: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  padding: 0 10px;
}

@media screen and (max-width: 799px) {
  .p-home__sec1__news > ul > li .date {
    width: 115px;
    -ms-flex-preferred-size: 115px;
    flex-basis: 115px;
    padding: 0 10px 0 0;
  }
}

.p-home__sec1__news > ul > li .cat {
  width: 80px;
  padding: 0 7px;
}

.p-home__sec1__news > ul > li .cat span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  border: 1px solid #dcb973;
  border-radius: 5px;
  color: #dcb973;
  font-size: 10px;
  line-height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.p-home__sec1__news > ul > li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 799px) {
  .p-home__sec1__news > ul > li .cat {
    display: inline-block;
    padding: 0;
    margin-bottom: 3px;
    width: 100%;
  }
  .p-home__sec1__news > ul > li .cat span {
    display: inline-block;
    padding: 5px;
    height: auto;
  }
  .p-home__sec1__news > ul > li .cat span br {
    display: none;
  }
}

.p-home__sec1__news > ul > li .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-home__sec1__news > ul > li .title a:hover {
  text-decoration: underline;
}

.p-home__box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1000px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 799px) {
  .p-home__box1 {
    width: 100%;
    height: 350px;
    display: block;
    position: relative;
    margin: 0;
  }
}

.p-home__box1__bg {
  width: 610px;
  height: 380px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 799px) {
  .p-home__box1__bg {
    width: 100%;
    height: 350px;
  }
}

.p-home__box1__bg.-bg1 {
  background-image: url("../img/home/sec2-bg.jpg");
}

.p-home__box1__bg.-bg2 {
  background-image: url("../img/home/sec3-bg.jpg");
}

.p-home__box1__bg.-bg3 {
  background-image: url("../img/home/sec4-bg.jpg");
}

.p-home__box1__bg.-bg4 {
  /* background-image: url("../img/home/sec5-bg.jpg"); */
}
.p-home__box1__bg.-bg5 {
	background-color:#ccc;
	background-image: url("../img/home/sec6-bg.jpg");
}
.p-home__box1__cont {
  width: 390px;
  position: relative;
}

@media screen and (max-width: 799px) {
  .p-home__box1__cont {
    width: calc(100vw - 40px);
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    height: 330px;
    margin: auto 0;
  }
}

.p-home__box1__cont > div {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 270px;
  height: 330px;
  background: rgba(255, 255, 255, 0.85);
  overflow: hidden;
  padding-top: 60px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 799px) {
  .p-home__box1__cont > div {
    width: 240px;
    height: 310px;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0;
  }
  .p-home__box1__cont > div > div {
    width: 100%;
    padding-bottom: 20px;
  }
}

.p-home__box1__cont > div:before {
  content: '';
  position: absolute;
  width: 180px;
  height: 180px;
  position: absolute;
  top: -10px;
}

.p-home__box1__cont > div.-cont1:before {
  right: -10px;
  background-image: url("../img/home/sec2-bgicon.svg");
}

.p-home__box1__cont > div.-cont2:before {
  right: -10px;
  background-image: url("../img/home/sec3-bgicon.svg");
}

.p-home__box1__cont > div.-cont3:before {
  right: -10px;
  background-image: url("../img/home/sec4-bgicon.svg");
}

.p-home__box1__cont > div.-cont4:before {
  right: -10px;
  background-image: url("../img/home/sec5-bgicon.svg");
}

.p-home__box1__cont > div.-left {
  left: 0;
  opacity: 0;
}

.p-home__box1__cont > div.-left ul {
  margin-left: 30px;
}

@media screen and (max-width: 799px) {
  .p-home__box1__cont > div.-left {
    left: initial;
    right: -20px;
  }
}

.p-home__box1__cont > div.-right {
  right: 0;
  opacity: 0;
}

.p-home__box1__cont > div.-right ul {
  margin-left: 60px;
}

@media screen and (max-width: 799px) {
  .p-home__box1__cont > div.-right {
    right: initial;
    left: -20px;
  }
}

.p-home__box1__cont > div h2 {
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 799px) {
  .p-home__box1__cont > div h2 {
    font-size: 22px;
  }
}

.p-home__box1__cont > div ul {
  font-size: 16px;
}

.p-home__box1__cont > div ul > li + li {
  margin-top: 20px;
}

.p-home__box1__cont > div ul > li a {
  font-weight: 800;
  line-height: 140%;
}

.p-home__box1__cont > div ul > li a span.u-font--ss {
  margin-left: 1em;
}

@media screen and (max-width: 799px) {
  .p-home__box1__cont > div ul {
    margin: 0 !important;
    padding: 0 20px !important;
  }
  .p-home__box1__cont > div ul li + li {
    margin: 10px 0 0;
  }
}

.p-home__box1__cont.started > .-left {
  z-index: 10;
  left: -45px;
  opacity: 1;
}

.p-home__box1__cont.started > .-right {
  z-index: 10;
  right: -45px;
  opacity: 1;
}

@media screen and (max-width: 799px) {
  .p-home__box1__cont.started > .-left {
    left: initial;
    right: 0;
  }
  .p-home__box1__cont.started > .-right {
    right: initial;
    left: 0;
  }
}

.p-products--warm__mainimg .c-box--main > .img > img {
  left: -200px;
  bottom: -20px;
}

@media screen and (max-width: 799px) {
  .p-products--warm__mainimg .c-box--main > .img > img {
    left: 0;
    width: 370px;
    height: auto;
  }
}

.p-products--warm__mainimg .c-box--main p {
  width: 820px;
  margin: 0 auto;
}

.p-products--warm__sec1 p {
  font-size: 16px;
}

.p-products--warm__sec1 .bg1 {
  background: rgba(125, 0, 26, 0.6);
  color: #fff;
  padding: 5px 10px;
}

.p-products--warm__sec1 .bg2 {
  background: #dcb973;
  color: #fff;
  padding: 5px 10px;
}

.p-products--warm__sec1 > div {
  position: relative;
}

.p-products--warm__sec1 > div:before {
  content: '';
  width: 250px;
  height: 250px;
  background: url("../img/products/sec1-bg.svg") no-repeat center;
  background-size: cover;
  top: -20px;
  left: 50px;
  position: absolute;
}

@media screen and (max-width: 799px) {
  .p-products--warm__sec1 > div:before {
    width: 150px;
    height: 150px;
    left: 0;
  }
}

.p-products--warm__sec1 > div > * {
  width: 660px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 799px) {
  .p-products--warm__sec1 > div > * {
    width: 100%;
  }
}

.p-products--warm__sec1__box1 h2 span,
.p-products--warm__sec1__box2 h2 span {
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  color: #965a00;
  margin-bottom: 20px;
  border-bottom: 2px solid #965a00;
}

.p-products--warm__sec1__box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.p-products--warm__sec1__box1 > div:first-child {
  width: 340px;
  position: relative;
}

.p-products--warm__sec1__box1 > div:first-child img {
  position: absolute;
  left: 310px;
  top: -20px;
}

.p-products--warm__sec1__box1 > div:first-child dl {
  margin: 10px 0;
}

.p-products--warm__sec1__box1 > div:first-child dl dd,
.p-products--warm__sec1__box1 > div:first-child dl dt {
  font-size: 16px;
  padding: 5px 10px;
  color: #fff;
}

.p-products--warm__sec1__box1 > div + div {
  width: 195px;
  text-align: right;
}

.p-products--warm__sec1__box1 > div + div img + img {
  margin-top: 10px;
}

@media screen and (max-width: 799px) {
  .p-products--warm__sec1__box1 {
    display: block;
  }
  .p-products--warm__sec1__box1 > div {
    width: 100% !important;
  }
  .p-products--warm__sec1__box1 > div:first-child img {
    position: relative;
    float: right;
    left: 0;
    top: 0;
    width: 110px;
    height: auto;
  }
  .p-products--warm__sec1__box1 > div + div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-products--warm__sec1__box1 > div + div img {
    width: calc(50% - 20px);
    margin: 10px !important;
  }
}

.p-products--warm__sec1__box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.p-products--warm__sec1__box2 .bg2 {
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
}

.p-products--warm__sec1__box2 > div:first-child {
  width: 475px;
  -ms-flex-preferred-size: 475px;
  flex-basis: 475px;
  position: relative;
}

.p-products--warm__sec1__box2 > div:first-child dl {
  margin: 10px 0;
}

.p-products--warm__sec1__box2 > div:first-child dl dd,
.p-products--warm__sec1__box2 > div:first-child dl dt {
  font-size: 16px;
  padding: 5px 10px;
  color: #fff;
}

.p-products--warm__sec1__box2 > div + div {
  width: 182px;
  -ms-flex-preferred-size: 182px;
  flex-basis: 182px;
  position: relative;
}

.p-products--warm__sec1__box2 > div + div img:first-child {
  position: absolute;
  left: -170px;
  top: -30px;
}

@media screen and (max-width: 799px) {
  .p-products--warm__sec1__box2 {
    display: block;
  }
  .p-products--warm__sec1__box2 > div {
    width: 100% !important;
  }
  .p-products--warm__sec1__box2 > div + div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-products--warm__sec1__box2 > div + div img {
    position: relative !important;
    width: calc(50% - 20px);
    left: unset !important;
    top: unset !important;
    margin: 10px !important;
  }
}

.p-products--warm__sec1__box3,
.p-products--warm__sec1__box4 {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #965a00;
  position: relative;
}

.p-products--warm__sec1__box3 > div > div + div,
.p-products--warm__sec1__box4 > div > div + div {
  margin-top: 60px;
}

.p-products--warm__sec1__box3 h2,
.p-products--warm__sec1__box4 h2 {
  margin-bottom: 10px;
}

.p-products--warm__sec1__box3 h2 span,
.p-products--warm__sec1__box4 h2 span {
  display: inline-block;
  padding: 0 10px;
  border: 1px solid #965a00;
  font-size: 20px;
  font-weight: 500;
  color: #965a00;
}

.p-products--warm__sec1__box3 img,
.p-products--warm__sec1__box4 img {
  position: absolute;
  right: 0;
  top: 60px;
}

.p-products--warm__sec1__box3 .bg2,
.p-products--warm__sec1__box4 .bg2 {
  font-size: 14px;
  margin-top: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 799px) {
  .p-products--warm__sec1__box3,
  .p-products--warm__sec1__box4 {
    margin-top: 40px;
    padding-top: 40px;
  }
  .p-products--warm__sec1__box3 > div > div + div,
  .p-products--warm__sec1__box4 > div > div + div {
    margin-top: 20px;
  }
  .p-products--warm__sec1__box3 img,
  .p-products--warm__sec1__box4 img {
    position: relative;
    top: 0;
    float: right;
    width: 120px;
    height: auto;
  }
}

.p-products--warm__sec1__box4 img {
  top: inherit;
  bottom: 0;
}

.p-products--lemon-ice__mainimg .c-box--main > .img > img {
  left: -140px;
  bottom: 30px;
}

@media screen and (max-width: 799px) {
  .p-products--lemon-ice__mainimg .c-box--main > .img > img {
    left: 0;
    bottom: 0;
    width: 370px;
    height: auto;
  }
}

.p-products--gozasoro-ramen__mainimg {
  background: #282828 !important;
}

.p-products--gozasoro-ramen__mainimg .c-box--main > .img > img {
  left: -50px;
  bottom: -50px;
}

@media screen and (max-width: 799px) {
  .p-products--gozasoro-ramen__mainimg .c-box--main > .img {
    background: #282828 !important;
    height: 220px !important;
    position: relative;
  }
  .p-products--gozasoro-ramen__mainimg .c-box--main > .img > img {
    left: 0;
    bottom: -20px;
    width: auto;
    height: 200px;
  }
}

.p-products--gozasoro-ramen__mainimg .c-box--main .catch {
  color: #beaa00 !important;
}

.p-products--gozasoro-ramen__sec1__box1 {
  position: relative;
  margin-bottom: 120px;
}

@media screen and (max-width: 799px) {
  .p-products--gozasoro-ramen__sec1__box1 {
    margin-bottom: 60px;
    padding-left: 100px;
  }
}

.p-products--gozasoro-ramen__sec1__box1 .link {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 799px) {
  .p-products--gozasoro-ramen__sec1__box1 .link {
    left: 0;
    right: unset;
  }
}

.p-products--gozasoro-ramen__sec1__box1 h2 span {
  display: inline-block;
  font-size: 26px;
  font-weight: 800;
  color: #965a00;
  border-bottom: 2px solid #965a00;
  width: 230px;
}

@media screen and (max-width: 799px) {
  .p-products--gozasoro-ramen__sec1__box1 h2 span {
    font-size: 20px;
    width: 100%;
  }
}

.p-products--gozasoro-ramen__sec1__box1 ul {
  margin-bottom: 40px;
}

.p-products--gozasoro-ramen__sec1__box1 ul li {
  margin-top: 30px;
  font-size: 22px;
}

.p-products--gozasoro-ramen__sec1__box1 ul li span {
  font-size: 18px;
}

@media screen and (max-width: 799px) {
  .p-products--gozasoro-ramen__sec1__box1 ul {
    margin-bottom: 20px;
  }
  .p-products--gozasoro-ramen__sec1__box1 ul li {
    margin-top: 15px;
    font-size: 18px;
  }
  .p-products--gozasoro-ramen__sec1__box1 ul li span {
    font-size: 15px;
  }
}

.p-products--gozasoro-ramen__sec1__box1 .link li {
  margin: 0;
}

.p-products--gozasoro-ramen__sec1__box1 div {
  text-align: center;
  margin-bottom: 10px;
}

.p-products--gozasoro-ramen__sec1__box1 div img {
  position: absolute;
  left: 240px;
  top: -30px;
}

.p-products--gozasoro-ramen__sec1__box1 div img + img {
  right: 30px;
  bottom: 0;
  left: inherit;
  top: inherit;
}

@media screen and (max-width: 799px) {
  .p-products--gozasoro-ramen__sec1__box1 div img {
    position: relative;
    left: 0;
    top: 0;
    right: 0 !important;
    width: 46%;
    height: auto;
  }
}

.p-products--gozasoro-ramen__sec1__box1 p {
  font-size: 16px;
}

@media screen and (max-width: 799px) {
  .p-products--gozasoro-ramen__sec1__box1 p {
    font-size: 13px;
  }
}

.p-products--gozasoro-ramen__sec1__box2 > p {
  margin-bottom: 100px;
  position: relative;
  background: #dcb973;
  font-size: 20px;
  padding: 10px 30px;
  color: #fff;
}

.p-products--gozasoro-ramen__sec1__box2 > p:after {
  position: absolute;
  content: '';
  right: 30px;
  top: -70px;
  background: url("../img/products/gozasoro-ramen/photo3.png") no-repeat;
  background-size: contain;
  width: 268px;
  height: 193px;
}

@media screen and (max-width: 799px) {
  .p-products--gozasoro-ramen__sec1__box2 > p {
    margin-bottom: 40px;
    font-size: 18px;
    padding: 10px 180px 10px 10px;
  }
  .p-products--gozasoro-ramen__sec1__box2 > p:after {
    right: 5px;
    top: -35px;
    width: 170px;
    height: 120px;
  }
}

.p-products--gozasoro-ramen__sec1__box2 dl + dl {
  margin-top: 30px;
}

.p-products--gozasoro-ramen__sec1__box2 dl dt {
  font-size: 20px;
  font-weight: 500;
}

.p-products--gozasoro-ramen__sec1__box2 dl dd {
  font-size: 18px;
}

.p-products--azuki-soft__mainimg .c-box--main > .img > img {
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 799px) {
  .p-products--azuki-soft__mainimg .c-box--main > .img > img {
    left: 0;
    width: auto;
    height: 200px;
  }
}

.p-products--azuki-soft__sec1 .title > * {
  width: 100%;
}

.p-products--azuki-soft__sec1 .desc-soft {
  width: 100%;
}

.p-products--azuki-soft__sec1 .desc-soft h3 {
  font-size: 20px;
  color: #000;
  border: none;
  margin: 0;
  padding: 0;
}

.p-products--azuki-soft__sec1 .desc-soft p {
  font-size: 18px;
}

.p-products--warabimoti__mainimg .c-box--main > .img > img {
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 799px) {
  .p-products--warabimoti__mainimg .c-box--main > .img > img {
    left: 0;
    width: auto;
    height: 200px;
  }
}

.p-products--akaan-ice__mainimg .c-box--main > .img > img,
.p-products--anko-ice__mainimg .c-box--main > .img > img,
.p-products--kasiwamoti__mainimg .c-box--main > .img > img,
.p-products--maccha-ice__mainimg .c-box--main > .img > img,
.p-products--nikuman__mainimg .c-box--main > .img > img,
.p-products--siroan-ice__mainimg .c-box--main > .img > img,
.p-products--yomogimoti__mainimg .c-box--main > .img > img {
  left: -140px;
  bottom: 30px;
}

@media screen and (max-width: 799px) {
  .p-products--akaan-ice__mainimg .c-box--main > .img > img,
  .p-products--anko-ice__mainimg .c-box--main > .img > img,
  .p-products--kasiwamoti__mainimg .c-box--main > .img > img,
  .p-products--maccha-ice__mainimg .c-box--main > .img > img,
  .p-products--nikuman__mainimg .c-box--main > .img > img,
  .p-products--siroan-ice__mainimg .c-box--main > .img > img,
  .p-products--yomogimoti__mainimg .c-box--main > .img > img {
    left: 0;
    bottom: 0;
    width: 370px;
    height: auto;
  }
}

.p-products--hare-tubuan__mainimg .c-box--main > .img > img {
  left: -140px;
  bottom: 30px;
}

@media screen and (max-width: 799px) {
  .p-products--hare-tubuan__mainimg .c-box--main > .img > img {
    left: 0;
    bottom: 0;
    width: 370px;
    height: auto;
  }
}

.p-products--tubuan-fukuro__mainimg .c-box--main > .img > img {
  left: -140px;
  bottom: 30px;
}

@media screen and (max-width: 799px) {
  .p-products--tubuan-fukuro__mainimg .c-box--main > .img > img {
    left: 0;
    bottom: 0;
    width: 370px;
    height: auto;
  }
}

.p-products--akaan__mainimg .c-box--main > .img > img {
  left: -200px;
  bottom: -20px;
}

@media screen and (max-width: 799px) {
  .p-products--akaan__mainimg .c-box--main > .img > img {
    left: 0;
    width: 370px;
    height: auto;
  }
}

.p-products--siroan__mainimg .c-box--main > .img > img {
  left: -200px;
  bottom: -20px;
}

@media screen and (max-width: 799px) {
  .p-products--siroan__mainimg .c-box--main > .img > img {
    left: 0;
    width: 370px;
    height: auto;
  }
}

.p-products--lower__mainimg {
  background: url("../img/bg1.jpg");
  overflow: hidden;
}

@media screen and (max-width: 799px) {
  .p-products--lower__mainimg {
    background: none;
  }
}

.p-products--lower__mainimg .c-box--main {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 799px) {
  .p-products--lower__mainimg .c-box--main {
    height: auto;
    display: block;
  }
}

.p-products--lower__mainimg .c-box--main > .img > img {
  position: absolute;
}

@media screen and (max-width: 799px) {
  .p-products--lower__mainimg .c-box--main > .img {
    background: url("../img/bg1.jpg");
    height: 200px;
    text-align: center;
    overflow: hidden;
  }
  .p-products--lower__mainimg .c-box--main > .img > img {
    position: relative;
  }
}

.p-products--lower__mainimg .c-box--main > .title {
  width: 460px;
  position: relative;
  z-index: 100;
}

.p-products--lower__mainimg .c-box--main > .title .catch {
  font-size: 27px;
  font-weight: 800;
  color: #aa7d59;
  margin-bottom: 10px;
  letter-spacing: 0.2em;
  padding: 0 30px;
}

.p-products--lower__mainimg .c-box--main > .title .catch > span {
  display: block;
}

.p-products--lower__mainimg .c-box--main > .title .catch > span + span {
  text-align: right;
}

.p-products--lower__mainimg .c-box--main > .title .desc {
  background: rgba(255, 255, 255, 0.75);
  padding: 20px 40px;
}

.p-products--lower__mainimg .c-box--main > .title .desc h1 {
  font-size: 27px;
  font-weight: 800;
}

.p-products--lower__mainimg .c-box--main > .title .desc p {
  font-size: 12px;
}

.p-products--lower__mainimg .c-box--main > .title .photo {
  padding: 10px 40px 30px;
  position: relative;
}

.p-products--lower__mainimg .c-box--main > .title .photo > div {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  padding: 10px 30px;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  font-size: 12px;
}

.p-products--lower__mainimg .c-box--main > .title .photo > div span {
  color: #c7a04d;
  font-size: 18px;
}

@media screen and (max-width: 799px) {
  .p-products--lower__mainimg .c-box--main > .title {
    padding: 20px;
    width: 100%;
  }
  .p-products--lower__mainimg .c-box--main > .title .catch {
    font-size: 20px;
    letter-spacing: 0;
    padding: 0;
  }
  .p-products--lower__mainimg .c-box--main > .title .catch > span {
    text-align: center !important;
    padding-left: 0 !important;
  }
  .p-products--lower__mainimg .c-box--main > .title .desc {
    padding: 20px;
  }
  .p-products--lower__mainimg .c-box--main > .title .desc h1 {
    font-size: 20px;
  }
  .p-products--lower__mainimg .c-box--main > .title .photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    width: 100%;
    background: rgba(255, 255, 255, 0.75);
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 20px;
  }
  .p-products--lower__mainimg .c-box--main > .title .photo > div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px 0 0;
    position: relative;
    text-align: left;
    background: none;
  }
  .p-products--lower__mainimg .c-box--main > .title .photo > img {
    width: 150px;
    height: auto;
  }
}

.p-products--lower__list .l-section__basic {
  width: 660px;
  padding-top: 0;
}

.p-products--lower__list .l-section__basic ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-products--lower__list .l-section__basic ul li {
  width: 33.3333%;
  padding: 0.5px;
}

.p-products--lower__list .l-section__basic ul li > a {
  display: block;
  background: #e6d79d;
}

.p-products--lower__list .l-section__basic ul li:nth-child(2n) > a {
  background: #e2cec7;
}

@media screen and (max-width: 799px) {
  .p-products--lower__list .l-section__basic {
    width: 100%;
  }
  .p-products--lower__list .l-section__basic ul li {
    width: 50%;
  }
  .p-products--lower__list .l-section__basic ul li:nth-child(2n) > a {
    background: #e6d79d;
  }
  .p-products--lower__list .l-section__basic ul li:nth-child(2) > a,
  .p-products--lower__list .l-section__basic ul li:nth-child(3) > a,
  .p-products--lower__list .l-section__basic ul li:nth-child(6) > a,
  .p-products--lower__list .l-section__basic ul li:nth-child(7) > a,
  .p-products--lower__list .l-section__basic ul li:nth-child(10) > a,
  .p-products--lower__list .l-section__basic ul li:nth-child(11) > a,
  .p-products--lower__list .l-section__basic ul li:nth-child(14) > a {
    background: #e2cec7;
  }
}

.p-products--lower__sec1 .l-section__basic {
  width: 660px;
}

@media screen and (max-width: 799px) {
  .p-products--lower__sec1 .l-section__basic {
    width: 100%;
  }
}

.p-products--lower__sec1__box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.p-products--lower__sec1__box1 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-products--lower__sec1__box1 .title h2 {
  font-size: 22px;
  font-weight: bold;
  margin-right: 40px;
}

.p-products--lower__sec1__box1 .title .price {
  font-weight: bold;
}

.p-products--lower__sec1__box1 .title .price strong {
  font-size: 21px;
}

.p-products--lower__sec1__box1 .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-products--lower__sec1__box1 .link li + li {
  margin-left: 20px;
}

@media screen and (max-width: 799px) {
  .p-products--lower__sec1__box1 {
    display: block;
    position: relative;
  }
  .p-products--lower__sec1__box1 .title {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-products--lower__sec1__box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 90px;
}

@media screen and (max-width: 799px) {
  .p-products--lower__sec1__box2 {
    padding-left: 100px;
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
}

.p-products--lower__sec1__box2 h3 {
  font-weight: 800;
  border-bottom: 1px solid #965a00;
  margin-bottom: 10px;
  color: #965a00;
  font-size: 16px;
}

@media screen and (max-width: 799px) {
  .p-products--lower__sec1__box2 h3 {
    font-size: 14px;
  }
  .p-products--lower__sec1__box2 .link {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
  }
  .p-products--lower__sec1__box2 .link li + li {
    margin-top: 20px;
  }
}

.p-products--lower__sec1__box2 .desc1 {
  width: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
}

.p-products--lower__sec1__box2 .desc1 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.p-products--lower__sec1__box2 .desc1 > div dl {
  width: 180px;
}

.p-products--lower__sec1__box2 .desc1 > div dl dt {
  background: #dcb973;
  color: #fff;
  text-align: center;
  font-size: 15px;
}

.p-products--lower__sec1__box2 .desc1 > div dl dd {
  font-size: 16px;
  margin-top: 5px;
}

.p-products--lower__sec1__box2 .desc1 > div dl + dl {
  width: 120px;
}

@media screen and (max-width: 799px) {
  .p-products--lower__sec1__box2 .desc1 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .p-products--lower__sec1__box2 .desc1 > div {
    margin-bottom: 10px;
    display: block;
  }
  .p-products--lower__sec1__box2 .desc1 > div dl {
    width: 100% !important;
  }
  .p-products--lower__sec1__box2 .desc1 > div dl + dl {
    margin-top: 10px;
  }
  .p-products--lower__sec1__box2 .desc1 > div dl dt {
    width: 100%;
  }
  .p-products--lower__sec1__box2 .desc1 > div dl dd {
    font-size: 14px;
    margin: 0;
  }
}

.p-products--lower__sec1__box2 .desc2 {
  width: 260px;
  -ms-flex-preferred-size: 260px;
  flex-basis: 260px;
}

.p-products--lower__sec1__box2 .desc2 > div p {
  font-size: 16px;
}

.p-products--lower__sec1__box2 .desc2 > div.tbl p {
  position: relative;
  margin-bottom: 5px;
}

.p-products--lower__sec1__box2 .desc2 > div.tbl p:before {
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-top: 1px dotted #000;
  margin: auto;
  content: '';
}

.p-products--lower__sec1__box2 .desc2 > div.tbl p > span {
  background: #f5f2ea;
  position: relative;
  z-index: 10;
  padding: 0 5px 0 0;
  float: left;
  display: inline-block;
}

.p-products--lower__sec1__box2 .desc2 > div.tbl p > span + span {
  padding: 0 0 0 5px;
  float: right;
}

.p-products--lower__sec1__box2 .desc2 > div + div {
  margin-top: 30px;
}

@media screen and (max-width: 799px) {
  .p-products--lower__sec1__box2 .desc2 {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 30px;
  }
  .p-products--lower__sec1__box2 .desc2 > div p {
    font-size: 14px;
  }
}

.p-products--top__mainimg .c-box--main {
  background-image: url("../img/products/products-top-mainbg.jpg");
  background-position: center bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-products--top__mainimg .c-box--main > p {
  width: 100%;
  font-size: 34px;
  color: #fff;
  text-shadow: 0 0 10px #4d2e24, 0 0 10px #4d2e24, 0 0 10px #4d2e24;
  font-weight: 500;
}

@media screen and (max-width: 799px) {
  .p-products--top__mainimg .c-box--main > p {
    font-size: 20px;
  }
}

.p-products--top__sec1 > div {
  position: relative;
}

.p-products--top__sec1 > div:before {
  content: '';
  width: 250px;
  height: 250px;
  background: url("../img/products/sec1-bg.svg") no-repeat center;
  background-size: cover;
  top: -20px;
  left: 50px;
  position: absolute;
}

@media screen and (max-width: 799px) {
  .p-products--top__sec1 > div:before {
    width: 150px;
    height: 150px;
    left: 0;
  }
}

.p-products--top__sec1 > div > div {
  width: 660px;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  .p-products--top__sec1 > div > div {
    width: 100%;
  }
}

.p-products--top__sec1 h2 {
  font-size: 27px;
  font-weight: 500;
}

.p-products--top__sec1 p {
  font-size: 16px;
  line-height: 250%;
}

@media screen and (max-width: 799px) {
  .p-products--top__sec1 p {
    line-height: inherit;
  }
}

@media screen and (max-width: 799px) {
  .p-products--top__sec2 > div > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }
}

.p-products--top__sec2 > div > ul > li {
  background: url("../img/products/sec2-list-bg.jpg") repeat-x center;
}

.p-products--top__sec2 > div > ul > li + li {
  margin-top: 20px;
}

@media screen and (max-width: 799px) {
  .p-products--top__sec2 > div > ul > li {
    margin: 0 0 1px !important;
    width: calc(50% - 0.5px);
    background-size: cover;
    position: relative;
  }
  .p-products--top__sec2 > div > ul > li + li {
    margin-top: 1px;
  }
}

.p-products--top__sec2 > div > ul > li > a {
  display: block;
  position: relative;
}

.p-products--top__sec2 > div > ul > li > a:hover:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: url("../img/products/sec2-btn-hover.png");
  width: 152px;
  height: 265px;
  z-index: 100;
}

@media screen and (max-width: 799px) {
  .p-products--top__sec2 > div > ul > li > a {
    padding-bottom: 23px;
  }
  .p-products--top__sec2 > div > ul > li > a:hover:after {
    display: none;
  }
}

.p-products--top__sec2 > div > ul > li > a > div {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  .p-products--top__sec2 > div > ul > li > a > div {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    min-height: 23px;
    background: #7d001a !important;
    color: #fff !important;
    padding: 2px 8px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-products--top__sec2 > div > ul > li > a > div:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 15px;
    margin: auto 0;
    background: url("../img/c-btn--1--arrow--wh.svg") no-repeat center;
    background-size: contain;
  }
}

.p-products--top__sec2 > div > ul > li > a > div > div {
  width: 660px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 265px;
}

@media screen and (max-width: 799px) {
  .p-products--top__sec2 > div > ul > li > a > div > div {
    width: 100% !important;
    height: auto;
  }
  .p-products--top__sec2 > div > ul > li > a > div > div > div {
    width: 100%;
  }
}

.p-products--top__sec2 > div > ul > li > a > div h2 {
  font-size: 27px;
  font-weight: bold;
  line-height: 120%;
}

.p-products--top__sec2 > div > ul > li > a > div h2 strong {
  color: #ba0007;
  font-weight: bold;
  font-size: 15px;
}

.p-products--top__sec2 > div > ul > li > a > div h2 span {
  font-size: 20px;
}

.p-products--top__sec2 > div > ul > li > a > div h2 span > span {
  font-size: 15px;
}

@media screen and (max-width: 799px) {
  .p-products--top__sec2 > div > ul > li > a > div h2 {
    font-family: "Noto Serif JP", sans-serif !important;
    font-size: 3vw !important;
    margin: 0 !important;
    display: inline-block !important;
  }
  .p-products--top__sec2 > div > ul > li > a > div h2.pc {
    display: none !important;
  }
  .p-products--top__sec2 > div > ul > li > a > div h2 br,
  .p-products--top__sec2 > div > ul > li > a > div h2 span,
  .p-products--top__sec2 > div > ul > li > a > div h2 strong {
    display: none;
  }
}

.p-products--top__sec2 > div > ul > li > a > div .price {
  line-height: 180%;
  margin-top: 10px;
}

@media screen and (max-width: 799px) {
  .p-products--top__sec2 > div > ul > li > a > div .price {
    display: none;
    margin: 0 !important;
    line-height: 130% !important;
  }
  .p-products--top__sec2 > div > ul > li > a > div .price * {
    font-size: 13px !important;
    margin: 0 !important;
  }
  .p-products--top__sec2 > div > ul > li > a > div .price span {
    font-size: 10px !important;
  }
}

.p-products--top__sec2 > div > ul > li > a > div .price strong {
  font-size: 27px;
  font-weight: bold;
}

.p-products--top__sec2 > div > ul > li > a > div .price span {
  font-size: 15px;
  font-weight: bold;
}

.p-products--top__sec2 > div > ul > li > a > div .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

@media screen and (max-width: 799px) {
  .p-products--top__sec2 > div > ul > li > a > div .link-list {
    display: none;
  }
}

.p-products--top__sec2 > div > ul > li > a > div .link-list li + li {
  margin-left: 10px;
}

@media screen and (max-width: 799px) {
  .p-products--top__sec2 > div > ul > li > a > div .saledate {
    display: none;
    font-size: 10px !important;
    color: #fff;
    line-height: 120%;
  }
}

.p-products--top__sec2 > div > ul > li.p-akaan > a > div {
  background: url("../img/products/akaan-img.png") no-repeat left center;
}

.p-products--top__sec2 > div > ul > li.p-siroan > a > div {
  background: url("../img/products/siroan-img.png") no-repeat right center;
}

.p-products--top__sec2 > div > ul > li.p-siroan > a > div > div {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-products--top__sec2 > div > ul > li.p-tubuan-fukuro > a > div {
  background: url("../img/products/tubuan-fukuro-img.png") no-repeat left center;
}

/* 晴つぶあんはここで設定 */
.p-products--top__sec2 > div > ul > li.p-hare-tubuan > a > div {
  background: url("../img/products/hare-tubuan-img-autumn.png") no-repeat right center;
}

.p-products--top__sec2 > div > ul > li.p-hare-tubuan > a > div > div {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 799px) {
  .p-products--top__sec2 > div > ul > li.p-hare-tubuan > a > div > div .price {
    display: inline-block;
  }
  .p-products--top__sec2 > div > ul > li.p-hare-tubuan > a > div > div .saledate {
    display: block;
  }
}

.p-products--top__sec2 > div > ul > li.p-kasiwamoti > a > div {
  background: url("../img/products/kasiwamoti-img.png") no-repeat 50px center;
}

.p-products--top__sec2 > div > ul > li.p-yomogimoti > a > div {
  background: url("../img/products/yomogimoti-img.png") no-repeat right center;
}

.p-products--top__sec2 > div > ul > li.p-yomogimoti > a > div > div {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-products--top__sec2 > div > ul > li.p-warabimoti > a > div {
  background: url("../img/products/warabimoti-img.png") no-repeat left center;
}

.p-products--top__sec2 > div > ul > li.p-anko-ice > a > div {
  background: url("../img/products/anko-ice-img.png") no-repeat 550px center;
}

.p-products--top__sec2 > div > ul > li.p-anko-ice > a > div > div {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-products--top__sec2 > div > ul > li.p-maccha-ice > a > div {
  background: url("../img/products/maccha-ice-img.png") no-repeat 150px center;
}

.p-products--top__sec2 > div > ul > li.p-akaan-ice > a > div {
  background: url("../img/products/akaan-ice-img.png") no-repeat right center;
}

.p-products--top__sec2 > div > ul > li.p-akaan-ice > a > div > div {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-products--top__sec2 > div > ul > li.p-siroan-ice > a > div {
  background: url("../img/products/siroan-ice-img.png") no-repeat left center;
}

.p-products--top__sec2 > div > ul > li.p-lemon-ice > a > div {
  background: url("../img/products/lemon-ice-img.png") no-repeat right center;
}

.p-products--top__sec2 > div > ul > li.p-lemon-ice > a > div > div {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-products--top__sec2 > div > ul > li.p-azuki-soft > a > div {
  background: url("../img/products/azuki-soft-img.png") no-repeat right center;
}

.p-products--top__sec2 > div > ul > li.p-azuki-soft > a > div > div {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-products--top__sec2 > div > ul > li.p-nikuman > a > div {
  background: url("../img/products/nikuman-img.png") no-repeat left center;
}

.p-products--top__sec2 > div > ul > li.p-nikuman > a > div .link-list {
  margin-left: 60px;
}

.p-products--top__sec2 > div > ul > li.p-nikuman_new > a > div {
  background: url("../img/products/nikuman-img_new.png") no-repeat left center;
}

.p-products--top__sec2 > div > ul > li.p-nikuman_new > a > div .link-list {
  margin-left: 60px;
}

.p-products--top__sec2 > div > ul > li.p-gozasoro-ramen {
  background: #282828;
}

.p-products--top__sec2 > div > ul > li.p-gozasoro-ramen > a:hover:after {
  background: url("../img/products/sec2-btn-hover2.png");
  height: 350px;
}

.p-products--top__sec2 > div > ul > li.p-gozasoro-ramen > a > div {
  background: url("../img/products/gozasoro-ramen-img.png") no-repeat right center;
}

.p-products--top__sec2 > div > ul > li.p-gozasoro-ramen > a > div > div {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (min-width: 800px) {
  .p-products--top__sec2 > div > ul > li.p-gozasoro-ramen > a > div > div {
    height: 350px;
    width: 700px;
  }
}

.p-products--top__sec2 > div > ul > li.p-gozasoro-ramen > a > div > div h2 {
  color: #beaa00;
  font-size: 15px;
  margin-bottom: 10px;
}

@media screen and (max-width: 799px) {
  .p-products--top__sec2 > div > ul > li.p-gozasoro-ramen > a > div > div h2 {
    color: #fff;
  }
}

.p-products--top__sec2 > div > ul > li.p-gozasoro-ramen > a > div > div .p-gozasoro-ramen__list {
  font-size: 26px;
  list-style: disc;
  color: #fff;
  line-height: 140%;
  font-weight: bold;
  margin-left: 25px;
}

.p-products--top__sec2 > div > ul > li.p-gozasoro-ramen > a > div > div .p-gozasoro-ramen__list span {
  font-size: 15px;
}

@media screen and (max-width: 799px) {
  .p-products--top__sec2 > div > ul > li.p-gozasoro-ramen > a > div > div .p-gozasoro-ramen__list {
    display: none;
  }
}

.p-shop--item__mainimg {
  height: 280px;
  background: url("../img/bg1.jpg");
}

.p-shop--item__mainimg > div {
  width: 1000px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: left center;
  background-repeat: no-repeat;
}

.p-shop--item__mainimg > div > p {
  width: 380px;
  font-size: 36px;
  font-weight: 500;
  color: #965a00;
  line-height: 100%;
  text-align: center;
}

.p-shop--item__mainimg > div > p > span {
  display: inline-block;
  padding-left: 40px;
  font-size: 22px;
}

@media screen and (max-width: 799px) {
  .p-shop--item__mainimg {
    height: 200px;
  }
  .p-shop--item__mainimg > div {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-position: center;
    background-size: auto 200px !important;
  }
  .p-shop--item__mainimg > div p {
    width: 100%;
    font-size: 24px;
    text-shadow: 0 0 10px #4d2e24, 0 0 10px #4d2e24, 0 0 10px #4d2e24;
    color: #fff;
  }
  .p-shop--item__mainimg > div p br {
    display: none;
  }
  .p-shop--item__mainimg > div p span {
    font-size: 24px;
    padding-left: 20px;
  }
}

.p-shop--item__mainimg.-gozasoro > div {
  background-image: url("../img/products/akaan/img.png");
  background-size: 600px auto;
}

.p-shop--item__mainimg.-tubuan > div {
  background-image: url("../img/products/tubuan-fukuro/img.png");
  background-size: 600px auto;
}

.p-shop--item__mainimg.-tantan > div {
  background-image: url("../img/products/gozasoro-ramen/img.png");
  background-size: 600px auto;
}

.p-shop--item__mainimg.-gyoza > div {
  background-image: url("../img/products/gozasoro-ramen/gyoza.png");
  background-size: 600px auto;
}

.p-shop--item__mainimg.-shumai > div {
  background-image: url("../img/products/gozasoro-ramen/shumai.png");
  background-size: 600px auto;
}

.p-shop--item__mainimg.-haretubuan > div {
  background-image: url("../img/products/hare-tubuan/img-autumn.png");
  background-size: 600px auto;
}

.p-shop--item__mainimg.-nikuman > div {
  background-image: url("../img/products/nikuman/img_new.png");
  background-size: 600px auto;
}

.p-shop--item__mainimg.-ice > div {
  background-image: url("../img/shop/icemainbg.png");
  background-size: 600px auto;
}

.p-shop--item__mainimg.-lemonice > div {
  background-image: url("../img/products/lemon-ice-img.png");
  background-size: 600px auto;
}

.p-shop--item__mainimg.-kasiwamoti > div {
  background-image: url("../img/products/kasiwamoti/img.png");
  background-size: 600px auto;
}

.p-shop--item__mainimg.-yomogimoti > div {
  background-image: url("../img/products/yomogimoti/img.png");
  background-size: 600px auto;
}

.p-shop--item__mainimg.-warabimoti > div {
  background-image: url("../img/products/warabimoti/img.png");
  background-size: 600px auto;
}

.p-shop .shop-add {
  width: 660px;
  margin: 0 auto;
}

.p-shop .shop-add > div {
  margin-bottom: 80px;
}

.p-shop .shop-add > div h3 {
  font-size: 31px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #c7a04d;
}

.p-shop .shop-add > div dl {
  border-bottom: 1px solid #965a00;
  padding-bottom: 5px;
}

.p-shop .shop-add > div dl + dl {
  margin-bottom: 10px;
}

.p-shop .shop-add > div dl dt {
  color: #c7a04d;
  font-weight: 500;
  font-size: 23px;
  position: relative;
}

.p-shop .shop-add > div dl dt a {
  background: #7d001a;
  display: inline-block;
  border-radius: 5px;
  padding: 10px;
  font-size: 17px;
  color: #fff;
  position: absolute;
  right: 20px;
  top: 10px;
}

.p-shop .shop-add > div dl dd,
.p-shop .shop-add > div dl p a {
  color: #965a00;
}

@media screen and (max-width: 799px) {
  .p-shop .shop-add {
    width: 100%;
    padding: 0 20px;
  }
  .p-shop .shop-add > div {
    margin-bottom: 40px;
  }
  .p-shop .shop-add > div h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .p-shop .shop-add > div dt {
    font-size: 18px;
  }
}

.p-shop .shop-map {
  background: url("../img/shop/mapbg.png") no-repeat center;
  background-size: cover;
  padding: 30px 0;
}

.p-shop .shop-map > div {
  width: 700px;
  margin: 0 auto;
  position: relative;
}

.p-shop .shop-map > div h3 {
  position: absolute;
  left: 20px;
  top: 0;
  font-size: 29px;
  font-weight: 500;
  font-weight: bold;
  color: #965a00;
}

.p-shop .shop-map > div #shop-map path,
.p-shop .shop-map > div #shop-map rect {
  cursor: pointer;
  position: relative;
}

.p-shop .shop-map > div #shop-map .st5 {
  display: none;
}

.p-shop .shop-map > div #shop-map .st3 {
  fill-opacity: 0;
}

.p-shop .shop-map > div #shop-map .st4 {
  fill: #000;
}

.p-shop .shop-map > div #shop-map .st2 {
  fill-opacity: 0;
}

@media screen and (max-width: 799px) {
  .p-shop .shop-map {
    display: none;
  }
}

.p-shop .shop-search {
  width: 660px;
  margin: 0 auto;
  padding: 70px 0;
}

.p-shop .shop-search h3 {
  font-size: 29px;
  font-weight: 500;
  color: #965a00;
  margin-bottom: 20px;
}

.p-shop .shop-search label {
  font-size: 17px;
  color: #946134;
}

.p-shop .shop-search .-add {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-shop .shop-search .-add label {
  width: calc(100% / 6);
  padding: 5px 0;
}

.p-shop .shop-search .-item {
  padding-top: 15px;
  border-top: 2px solid #c7a04d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.p-shop .shop-search .-item h4 {
  font-size: 21px;
  color: #c7a04d;
  font-weight: 500;
}

.p-shop .shop-search .-item > div {
  width: 45%;
  padding: 10px 0;
}

.p-shop .shop-search .-item > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-shop .shop-search .-item > div > div > label {
  width: 50%;
}

.p-shop .shop-search .-item > div + div {
  width: 55%;
  padding-left: 20px;
  border-left: 2px dashed #c7a04d;
}

.p-shop .shop-search .-item > div + div label {
  width: 33%;
}

.p-shop .shop-search button {
  cursor: pointer;
  width: 230px;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.2em;
  background: #c7a04d;
}

@media screen and (max-width: 799px) {
  .p-shop .shop-search {
    width: 100%;
    padding: 0 20px;
  }
  .p-shop .shop-search h3 {
    background: #c7a04d;
    color: #fff;
    text-align: center;
    font-size: 18px;
  }
  .p-shop .shop-search .-add {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .p-shop .shop-search .-add label {
    width: calc(100% / 3);
  }
  .p-shop .shop-search .-item {
    padding-top: 10px;
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: none !important;
  }
  .p-shop .shop-search .-item h4 {
    font-size: 18px;
    border-bottom: 1px solid #c7a04d;
    margin-bottom: 5px;
  }
  .p-shop .shop-search .-item > div {
    width: 100% !important;
    padding: 0;
    border-left: none !important;
  }
  .p-shop .shop-search .-item > div + div {
    margin-top: 10px;
  }
  .p-shop .shop-search .-item > div > div > label {
    width: 100% !important;
  }
  .p-shop .shop-search button {
    width: 100%;
    font-size: 20px;
    margin-bottom: 30px;
    border-radius: 0;
  }
}

.p-shop--top__mainimg .c-box--main {
  background-image: url("../img/shop/mainbg.png");
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-shop--top__mainimg .c-box--main > p {
  width: 100%;
  font-size: 34px;
  color: #fff;
  text-shadow: 0 0 10px #4d2e24, 0 0 10px #4d2e24, 0 0 10px #4d2e24;
  font-weight: 500;
}

@media screen and (max-width: 799px) {
  .p-shop--top__mainimg .c-box--main > p {
    font-size: 20px;
  }
}

.p-shop--top__sec1 > .l-section__basic {
  position: relative;
}

.p-shop--top__sec1 > .l-section__basic:before {
  content: '';
  width: 250px;
  height: 250px;
  background: url("../img/shop/sec1-icon.svg") no-repeat center;
  background-size: cover;
  top: -20px;
  left: 50px;
  position: absolute;
}

@media screen and (max-width: 799px) {
  .p-shop--top__sec1 > .l-section__basic:before {
    width: 150px;
    height: 150px;
    left: 0;
  }
}

.p-shop--top__sec1 > .l-section__basic > .-text {
  width: 660px;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  .p-shop--top__sec1 > .l-section__basic > .-text {
    width: 100%;
  }
}

.p-shop--top__sec1 > .l-section__basic > .-text h2 {
  font-size: 27px;
  font-weight: 500;
}

@media screen and (max-width: 799px) {
  .p-shop--top__sec1 > .l-section__basic > .-text h2 {
    font-size: 22px;
  }
}

.p-shop--top__sec1 > .l-section__basic > .-text > p {
  font-size: 16px;
  line-height: 250%;
}

@media screen and (max-width: 799px) {
  .p-breed-improvement #cboxLoadedContent {
    font-family: "Noto Serif JP", sans-serif !important;
  }
  .p-breed-improvement #cboxLoadedContent > div {
    padding: 20px;
  }
  .p-breed-improvement #cboxLoadedContent > div .mekuri {
    display: none;
  }
  .p-breed-improvement #cboxLoadedContent > div > div {
    text-align: center;
  }
  .p-breed-improvement #cboxLoadedContent > div > div img {
    display: block;
    margin: auto auto 10px;
    float: none;
  }
  .p-breed-improvement #cboxLoadedContent > div h4 {
    color: #965a00;
    text-align: left;
    border-bottom: 1px solid #965a00;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .p-breed-improvement #cboxLoadedContent > div p {
    text-align: left;
  }
}

@media screen and (max-width: 799px) {
  .p-tradition #cboxLoadedContent {
    font-family: "Noto Serif JP", sans-serif !important;
  }
  .p-tradition #cboxLoadedContent > div {
    padding: 20px;
  }
  .p-tradition #cboxLoadedContent > div .mekuri {
    display: none;
  }
  .p-tradition #cboxLoadedContent > div h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .p-tradition #cboxLoadedContent > div p {
    margin-top: 10px;
  }
}

.p-tradition__breed .c-box--main {
  background-position: center bottom;
  background-image: url("../img/tradition/breed/mainbg.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-tradition__breed .c-box--main > p {
  width: 100%;
  font-size: 34px;
  color: #fff;
  text-shadow: 0 0 10px #4d2e24, 0 0 10px #4d2e24, 0 0 10px #4d2e24;
  font-weight: 500;
}

@media screen and (max-width: 799px) {
  .p-tradition__breed .c-box--main p {
    font-size: 20px;
  }
}

.p-tradition__breed > .l-section__basic > .-w {
  width: 660px;
  margin: 0 auto;
}

.p-tradition__breed > .l-section__basic > .-w + .-w {
  margin-top: 60px;
}

@media screen and (max-width: 799px) {
  .p-tradition__breed > .l-section__basic > .-w {
    width: 100%;
  }
}

.p-tradition__breed > .l-section__basic > .-w > h2 {
  font-size: 27px;
  font-weight: 500;
}

@media screen and (max-width: 799px) {
  .p-tradition__breed > .l-section__basic > .-w > h2 {
    font-size: 22px;
  }
}

.p-tradition__breed > .l-section__basic > .-w > p {
  font-size: 16px;
  line-height: 250%;
}

@media screen and (max-width: 799px) {
  .p-tradition__breed > .l-section__basic > .-w > p {
    line-height: inherit;
  }
}

.p-tradition__breed .p-tradition__content__menu {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 790px;
  margin-left: auto;
  margin-right: auto;
}

.p-tradition__breed .p-tradition__content__menu li {
  margin-top: 10px;
}

.p-tradition__breed .p-tradition__content__menu li span {
  padding: 6px 10px 8px;
}

@media screen and (max-width: 799px) {
  .p-tradition__breed .p-tradition__content__menu {
    width: 100%;
  }
}

.p-tradition__breed .p-tradition__content__box {
  background-image: url("../img/tradition/breed/bg2.png");
}

.p-tradition__breed .p-tradition__content__box h4 {
  color: #965a00;
  text-align: left;
  border-bottom: 1px solid #965a00;
  padding-bottom: 10px;
}

.p-tradition__breed .p-tradition__content__box > div > div > div > div > div {
  width: 270px;
}

.p-tradition__breed .p-tradition__content__box > div > div > div > div > p {
  width: 390px;
}

.p-tradition__breed .p-tradition__content__box #js-tradition3-8 p {
  width: 100%;
}

.p-tradition__breed .p-tradition__content__box #js-tradition3-8 p img {
  width: 269px;
  height: auto;
  margin-right: 20px;
}

.p-tradition__breed__box1 {
  background: url("../img/tradition/breed/bg.png") no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  -webkit-box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.2);
  padding: 40px 60px;
  margin-top: 60px;
}

@media screen and (max-width: 799px) {
  .p-tradition__breed__box1 {
    background: #fff;
    padding: 20px 15px;
    margin-top: 30px;
  }
}

.p-tradition__breed__box1 h3 {
  font-size: 27px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}

.p-tradition__breed__box1 h3 span {
  display: inline-block;
  border-bottom: 2px solid #7d001a;
}

@media screen and (max-width: 799px) {
  .p-tradition__breed__box1 h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.p-tradition__breed__box1 > .-in1 {
  margin-bottom: 40px;
}

.p-tradition__breed__box1 > .-in1 > div {
  width: 240px;
}

.p-tradition__breed__box1 > .-in1 > div:nth-child(2) {
  width: 37px;
  padding-top: 40px;
}

.p-tradition__breed__box1 > .-in1 > div > div {
  text-align: center;
  margin-bottom: 20px;
}

.p-tradition__breed__box1 > .-in1 > div dl {
  display: table;
}

.p-tradition__breed__box1 > .-in1 > div dl + dl {
  margin-top: 30px;
}

.p-tradition__breed__box1 > .-in1 > div dl dt {
  width: 70px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  color: #fff;
}

.p-tradition__breed__box1 > .-in1 > div dl dt.bg1 {
  background: rgba(125, 0, 26, 0.6);
}

.p-tradition__breed__box1 > .-in1 > div dl dt.bg2 {
  background: rgba(150, 90, 0, 0.6);
}

.p-tradition__breed__box1 > .-in1 > div dl dd {
  display: table-cell;
  padding: 5px 0 5px 10px;
  font-size: 14px;
}

@media screen and (max-width: 799px) {
  .p-tradition__breed__box1 > .-in1 {
    margin-bottom: 20px;
  }
  .p-tradition__breed__box1 > .-in1 > div {
    width: calc(calc(50% - 13px) - 5px);
  }
  .p-tradition__breed__box1 > .-in1 > div:nth-child(2) {
    width: 26px;
  }
  .p-tradition__breed__box1 > .-in1 > div dl {
    display: block;
  }
  .p-tradition__breed__box1 > .-in1 > div dl > * {
    display: block !important;
    width: 100% !important;
  }
  .p-tradition__breed__box1 > .-in1 > div dl dd {
    padding: 5px 0 0;
    font-size: 13px;
  }
}

.p-tradition__breed__box1 > .-in2 {
  margin: 10px 0 20px;
}

.p-tradition__breed__box1 > .-in2 > .u-ta--center {
  margin-bottom: 10px;
}

.p-tradition__breed__box1 > .-in2 .u-flex {
  width: 440px;
  margin: 0 auto;
}

.p-tradition__breed__box1 > .-in2 .u-flex > dl {
  width: 200px;
}

.p-tradition__breed__box1 > .-in2 .u-flex > dl dt {
  padding: 5px 10px;
  color: #fff;
}

.p-tradition__breed__box1 > .-in2 .u-flex > dl dt.bg1 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(125, 0, 26, 0.6)), to(rgba(255, 255, 255, 0.6)));
  background: -webkit-linear-gradient(left, rgba(125, 0, 26, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
  background: -o-linear-gradient(left, rgba(125, 0, 26, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
  background: linear-gradient(to right, rgba(125, 0, 26, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.p-tradition__breed__box1 > .-in2 .u-flex > dl dt.bg2 {
  background: -webkit-gradient(linear, left top, right top, from(rgba(150, 90, 0, 0.6)), to(rgba(255, 255, 255, 0.6)));
  background: -webkit-linear-gradient(left, rgba(150, 90, 0, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
  background: -o-linear-gradient(left, rgba(150, 90, 0, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
  background: linear-gradient(to right, rgba(150, 90, 0, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
}

.p-tradition__breed__box1 > .-in2 .u-flex > dl dd {
  font-size: 14px;
  padding: 5px 0;
}

@media screen and (max-width: 799px) {
  .p-tradition__breed__box1 > .-in2 .u-flex {
    width: 100%;
  }
  .p-tradition__breed__box1 > .-in2 .u-flex > dl {
    width: calc(50% - 10px);
  }
  .p-tradition__breed__box1 > .-in2 .u-flex > dl dd {
    font-size: 13px;
  }
}

.p-tradition__breed__box1 > .-in3 {
  font-size: 12px;
}

@media screen and (max-width: 799px) {
  .p-tradition__content {
    padding: 20px;
  }
}

.p-tradition__content > h3 {
  color: #965a00;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 799px) {
  .p-tradition__content > h3 {
    margin-bottom: 20px;
  }
}

.p-tradition__content__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.p-tradition__content__menu li {
  cursor: pointer;
  padding: 0 5px;
}

.p-tradition__content__menu li + li {
  border-left: 2px solid #c7a04d;
}

.p-tradition__content__menu li > span {
  color: #c7a04d;
  display: block;
  padding: 6px 30px 8px;
  font-size: 17px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 100%;
}

.p-tradition__content__menu li:hover > span {
  background: #fff;
}

@media screen and (max-width: 799px) {
  .p-tradition__content__menu {
    display: block;
    margin-top: 20px;
  }
  .p-tradition__content__menu li {
    padding: 0;
    border: 1px solid #c7a04d !important;
  }
  .p-tradition__content__menu li + li {
    margin-top: 5px;
  }
  .p-tradition__content__menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-tradition__content__menu li a img {
    width: 100px;
    height: auto;
  }
  .p-tradition__content__menu li a span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: #c7a04d;
  }
}

.p-tradition__content__box {
  background: url("../img/tradition/sec1-bg.png") no-repeat center;
  background-size: cover;
  height: 591px;
  position: relative;
}

@media screen and (max-width: 799px) {
  .p-tradition__content__box {
    display: none;
  }
}

.p-tradition__content__box > div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 790px;
  height: 470px;
  overflow: hidden;
}

.p-tradition__content__box > div > div {
  width: 790px;
  height: 470px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/tradition/contentbg.svg") no-repeat left top;
  background-size: 100%;
}

.p-tradition__content__box > div > div > div {
  opacity: 0;
}

.p-tradition__content__box > div > div .mekuri {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 64px;
  height: 169px;
  cursor: pointer;
}

.p-tradition__content__box > div > div.open {
  overflow: hidden;
  z-index: 10;
}

.p-tradition__content__box > div > div.open > div {
  -webkit-transition: opacity 1s 0.1s;
  -o-transition: opacity 1s 0.1s;
  transition: opacity 1s 0.1s;
  opacity: 1;
}

.p-tradition__content__box > div > div.close {
  -webkit-transition: top 1.2s, left 0.6s;
  -o-transition: top 1.2s, left 0.6s;
  transition: top 1.2s, left 0.6s;
  top: -470px;
  left: -790px;
  overflow: hidden;
  z-index: 100;
}

.p-tradition__content__box > div > div > div {
  width: 790px;
  height: 470px;
  padding: 30px 50px 0;
}

.p-tradition__content__box > div > div > div h4 {
  text-align: center;
  font-size: 27px;
  line-height: 100%;
  margin-bottom: 30px;
}

.p-tradition__content__box > div > div > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-tradition__content__box > div > div > div > div > div {
  width: 400px;
}

.p-tradition__content__box > div > div > div > div > p {
  width: 270px;
  font-size: 16px;
  line-height: 180%;
}

.p-tradition__sec {
  overflow: hidden;
  margin-bottom: 80px;
}

@media screen and (max-width: 799px) {
  .p-tradition__sec {
    margin-bottom: 0;
  }
}

.p-tradition__sec .c-box--main {
  background-position: center bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-tradition__sec .c-box--main > p {
  width: 100%;
  font-size: 34px;
  color: #fff;
  text-shadow: 0 0 10px #4d2e24, 0 0 10px #4d2e24, 0 0 10px #4d2e24;
  font-weight: 500;
}

@media screen and (max-width: 799px) {
  .p-tradition__sec .c-box--main p {
    font-size: 20px;
  }
}

.p-tradition__sec > .l-section__basic {
  position: relative;
}

.p-tradition__sec > .l-section__basic:before {
  content: '';
  width: 250px;
  height: 250px;
  background-size: cover;
  top: -20px;
  left: 50px;
  position: absolute;
}

@media screen and (max-width: 799px) {
  .p-tradition__sec > .l-section__basic:before {
    width: 150px;
    height: 150px;
    left: 0;
  }
}

.p-tradition__sec > .l-section__basic > div {
  width: 660px;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  .p-tradition__sec > .l-section__basic > div {
    width: 100%;
  }
}

.p-tradition__sec h2 {
  font-size: 27px;
  font-weight: 500;
}

@media screen and (max-width: 799px) {
  .p-tradition__sec h2 {
    font-size: 22px;
  }
}

.p-tradition__sec p {
  font-size: 16px;
  line-height: 250%;
}

@media screen and (max-width: 799px) {
  .p-tradition__sec p {
    line-height: inherit;
  }
}

.p-tradition__sec1 .c-box--main {
  background-image: url("../img/tradition/mainbg.png");
}

@media screen and (max-width: 799px) {
  .p-tradition__sec1 .c-box--main {
    background-image: url("../img/tradition/mainbgsp.png");
  }
}

.p-tradition__sec1 > .l-section__basic:before {
  background: url("../img/tradition/sec1-icon.svg") no-repeat center;
}

.p-tradition__sec2 .c-box--main {
  background-image: url("../img/tradition/mainbg2.png");
}

.p-tradition__sec2 > .l-section__basic:before {
  background: url("../img/tradition/sec2-icon.svg") no-repeat center;
}

.p-tradition__sec2 .p-tradition__content__box {
  background-image: url("../img/tradition/sec2-bg.png");
}

.p-tradition__sec2 .p-tradition__content__box > div > div > div > div > div {
  width: 350px;
}

.p-tradition__sec2 .p-tradition__content__box > div > div > div > div > p {
  width: 310px;
}

.p-tradition__sec3 {
  margin-bottom: 0;
}

.p-tradition__sec3 .c-box--main {
  background-image: url("../img/tradition/mainbg3.png");
}

.p-factory.p-seian #cboxLoadedContent {
  padding: 20px;
}

.p-factory.p-seian #cboxLoadedContent img {
  display: block;
  margin: 0 auto 10px;
}

.p-factory--seian__sec1 .c-box--main {
  background-image: url("../img/factory/seian/mainbg.png");
  background-position: center bottom;
}

.p-factory--seian__sec1 > .l-section__basic {
  position: relative;
}

.p-factory--seian__sec1 > .l-section__basic > div {
  width: 660px;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  .p-factory--seian__sec1 > .l-section__basic > div {
    width: 100%;
  }
}

.p-factory--seian__sec1 > .l-section__basic > div h2 {
  font-size: 27px;
  font-weight: 500;
}

@media screen and (max-width: 799px) {
  .p-factory--seian__sec1 > .l-section__basic > div h2 {
    font-size: 22px;
  }
}

.p-factory--seian__sec1 > .l-section__basic > div > p {
  font-size: 16px;
  line-height: 250%;
  margin-bottom: 80px;
}

@media screen and (max-width: 799px) {
  .p-factory--seian__sec1 > .l-section__basic > div > p {
    line-height: inherit;
    margin-bottom: 40px;
  }
}

.p-factory--seian__sec1 > .l-section__basic > div .-box1 {
  background: #fff;
  margin-bottom: 80px;
  padding: 20px;
  position: relative;
  left: -20px;
  width: calc(100% + 40px);
}

.p-factory--seian__sec1 > .l-section__basic > div .-box1 svg {
  position: relative;
  z-index: 10;
  width: 100%;
}

.p-factory--seian__sec1 > .l-section__basic > div .-box1 #rendousvg .rendoubg {
  fill: #7d001a;
  fill-opacity: 1;
}

.p-factory--seian__sec1 > .l-section__basic > div .-box1 #rendousvg .rendoutxt path {
  fill: #fff;
}

.p-factory--seian__sec1 > .l-section__basic > div .-box1 table {
  margin-top: 30px;
  width: 100%;
}

.p-factory--seian__sec1 > .l-section__basic > div .-box1 table td,
.p-factory--seian__sec1 > .l-section__basic > div .-box1 table th {
  padding: 5px 10px;
  width: 30%;
  border: 1px solid #7d001a;
  color: #7d001a;
}

.p-factory--seian__sec1 > .l-section__basic > div .-box1 table th {
  background: #e5ccd1;
  width: 20%;
}

@media screen and (max-width: 799px) {
  .p-factory--seian__sec1 > .l-section__basic > div .-box1 {
    margin-bottom: 30px;
    padding: 10px;
    left: 0;
    width: 100%;
  }
}

.p-factory--seian__sec1 > .l-section__basic > div .-box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-factory--seian__sec1 > .l-section__basic > div .-box2 > div:first-child {
  width: 314px;
}

.p-factory--seian__sec1 > .l-section__basic > div .-box2 > div:first-child svg {
  position: relative;
  width: 100%;
  height: 704px !important;
  z-index: 10;
}

.p-factory--seian__sec1 > .l-section__basic > div .-box2 > div:first-child svg g {
  cursor: pointer;
}

.p-factory--seian__sec1 > .l-section__basic > div .-box2 > div:first-child svg .rendoubg {
  fill: #7d001a;
  fill-opacity: 1;
}

.p-factory--seian__sec1 > .l-section__basic > div .-box2 > div:first-child svg .rendoutxt path {
  fill: #fff;
}

@media screen and (max-width: 799px) {
  .p-factory--seian__sec1 > .l-section__basic > div .-box2 > div:first-child svg {
    height: auto !important;
  }
}

@media screen and (max-width: 799px) {
  .p-factory--seian__sec1 > .l-section__basic > div .-box2 > div:first-child {
    width: 100%;
  }
}

.p-factory--seian__sec1 > .l-section__basic > div .-box2 > div + div {
  width: 308px;
  padding-top: 85px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.p-factory--seian__sec1 > .l-section__basic > div .-box2 > div + div > div {
  display: none;
}

.p-factory--seian__sec1 > .l-section__basic > div .-box2 > div + div > .on {
  display: block;
}

.p-factory--seian__sec1 > .l-section__basic > div .-box2 > div + div > div {
  background: #fff;
  padding: 20px;
}

.p-factory--seian__sec1 > .l-section__basic > div .-box2 > div + div > div p {
  font-size: 16px;
  margin-top: 5px;
}

@media screen and (max-width: 799px) {
  .p-factory--seian__sec1 > .l-section__basic > div .-box2 > div + div {
    display: none;
  }
  .p-factory--seian__sec1 > .l-section__basic > div .-box2 > div + div > div {
    display: block !important;
  }
}

.p-factory--seian__sec1 > .l-section__basic > div .-linkbox {
  margin: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-factory--seian__sec1 > .l-section__basic > div .-linkbox > div {
  width: 300px;
  margin-bottom: 20px;
}

.p-factory--seian__sec1 > .l-section__basic > div .-linkbox > div a {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.p-factory--seian__sec1 > .l-section__basic > div .-linkbox.-col1 {
  margin: 30px 0 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 799px) {
  .p-factory--seian__sec1 > .l-section__basic > div .-linkbox {
    margin: 20px 0 10px;
    display: block;
  }
  .p-factory--seian__sec1 > .l-section__basic > div .-linkbox.-col1 {
    margin: 0 0 20px;
  }
  .p-factory--seian__sec1 > .l-section__basic > div .-linkbox > div {
    width: 100%;
    margin-bottom: 10px;
  }
}

.p-factory.p-kengaku .l-main {
  padding-bottom: 645px;
}

.p-factory.p-kengaku .l-main:after {
  width: 100%;
  height: 545px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../img/factory/kengaku/ftbg.png?20230410") no-repeat center;
  background-size: cover;
  content: '';
}

@media screen and (max-width: 799px) {
  .p-factory.p-kengaku .l-main {
    padding-bottom: 240px;
  }
  .p-factory.p-kengaku .l-main:after {
    height: 240px;
  }
}

.p-factory--kengaku__sec1 .c-box--main {
  background-image: url("../img/factory/kengaku/mainbg.png?20230410");
  background-position: center bottom;
}

.p-factory--kengaku__sec1 > .l-section__basic {
  position: relative;
}

.p-factory--kengaku__sec1 > .l-section__basic > div {
  width: 660px;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  .p-factory--kengaku__sec1 > .l-section__basic > div {
    width: 100%;
  }
}

.p-factory--kengaku__sec1 > .l-section__basic > div h2 {
  font-size: 27px;
  font-weight: 500;
}

@media screen and (max-width: 799px) {
  .p-factory--kengaku__sec1 > .l-section__basic > div h2 {
    font-size: 22px;
  }
}

.p-factory--kengaku__sec1 > .l-section__basic > div > p {
  font-size: 16px;
  line-height: 250%;
  margin-bottom: 80px;
}

@media screen and (max-width: 799px) {
  .p-factory--kengaku__sec1 > .l-section__basic > div > p {
    line-height: inherit;
    margin-bottom: 40px;
  }
}

.p-factory--kengaku__sec1 > .l-section__basic > div .-box1 {
  background: #fff;
  margin-bottom: 80px;
  padding: 20px;
  position: relative;
  left: -20px;
  width: calc(100% + 40px);
}

.p-factory--kengaku__sec1 > .l-section__basic > div .-box1 table {
  border: 2px solid #c7a04d;
}

.p-factory--kengaku__sec1 > .l-section__basic > div .-box1 table td,
.p-factory--kengaku__sec1 > .l-section__basic > div .-box1 table th {
  padding: 5px 10px;
  vertical-align: top;
  border: 2px solid #c7a04d;
}

.p-factory--kengaku__sec1 > .l-section__basic > div .-box1 table th {
  background: #eee2ca;
  color: #965a00;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  height: 92px;
  vertical-align: middle;
  line-height: 130%;
}

.p-factory--kengaku__sec1 > .l-section__basic > div .-box1 table th span {
  display: block;
  text-align: center;
}

.p-factory--kengaku__sec1 > .l-section__basic > div .-box1 table th > span {
  font-size: 18px;
}

.p-factory--kengaku__sec1 > .l-section__basic > div .-box1 table th > span > span {
  font-size: 13px;
}

.p-factory--kengaku__sec1 > .l-section__basic > div .-box1 table td {
  padding: 10px;
}

.p-factory--kengaku__sec1 > .l-section__basic > div .-box1 table td dt span {
  font-size: 17px !important;
}

.p-factory--kengaku__sec1 > .l-section__basic > div .-box1 dl dt span {
  display: inline-block;
  color: #c7a04d;
  border: 1px solid #c7a04d;
  font-size: 21px;
  padding: 0 10px;
}

@media screen and (max-width: 799px) {
  .p-factory--kengaku__sec1 > .l-section__basic > div .-box1 dl dt span {
    font-size: 16px;
    padding: 0 5px;
  }
}

.p-factory--kengaku__sec1 > .l-section__basic > div .-box1 .-in1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.p-factory--kengaku__sec1 > .l-section__basic > div .-box1 .-in1 img {
  position: absolute;
  right: 50px;
  top: -20px;
}

@media screen and (max-width: 799px) {
  .p-factory--kengaku__sec1 > .l-section__basic > div .-box1 .-in1 {
    display: block;
    margin-bottom: 20px;
  }
  .p-factory--kengaku__sec1 > .l-section__basic > div .-box1 .-in1 img {
    position: relative;
    display: block;
    margin: 20px auto 0;
    top: 0;
    right: 0;
  }
}

.p-factory--kengaku__sec1 > .l-section__basic > div .-box1 .-in1 dl {
  font-size: 21px;
}

.p-factory--kengaku__sec1 > .l-section__basic > div .-box1 .-in1 dl + dl {
  margin: 0 0 0 20px;
}

.p-factory--kengaku__sec1 > .l-section__basic > div .-box1 .-in1 dl dt {
  text-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-factory--kengaku__sec1 > .l-section__basic > div .-box1 .-in1 dl dt span {
  width: 100%;
}

.p-factory--kengaku__sec1 > .l-section__basic > div .-box1 .-in1 dl dd {
  padding-left: 20px;
}

@media screen and (max-width: 799px) {
  .p-factory--kengaku__sec1 > .l-section__basic > div .-box1 .-in1 dl {
    font-size: 16px;
  }
  .p-factory--kengaku__sec1 > .l-section__basic > div .-box1 .-in1 dl + dl {
    margin-left: 0;
  }
  .p-factory--kengaku__sec1 > .l-section__basic > div .-box1 .-in1 dl dt {
    width: 90px;
  }
  .p-factory--kengaku__sec1 > .l-section__basic > div .-box1 .-in1 dl dd {
    padding-left: 10px;
  }
}

.p-factory--kengaku__sec1 > .l-section__basic > div .-box1 .-in2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-factory--kengaku__sec1 > .l-section__basic > div .-box1 .-in2 dt {
  margin-bottom: 10px;
}

.p-factory--kengaku__sec1 > .l-section__basic > div .-box1 .-in2 dd + dd {
  padding: 20px 0 15px;
}

.p-factory--kengaku__sec1 > .l-section__basic > div .-box1 .-in2 > table {
  width: 300px;
}

.p-factory--kengaku__sec1 > .l-section__basic > div .-box1 .-in2 > table + table {
  width: 340px;
}

.p-factory--kengaku__sec1 > .l-section__basic > div .-box1 .-in2 .c-btn--2 {
  font-size: 17px;
  width: 100%;
}

@media screen and (max-width: 799px) {
  .p-factory--kengaku__sec1 > .l-section__basic > div .-box1 .-in2 {
    display: block;
    margin-top: 20px;
  }
}

@media screen and (max-width: 799px) {
  .p-factory--kengaku__sec1 > .l-section__basic > div .-box1 {
    margin-bottom: 30px;
    padding: 20px;
  }
  .p-factory--kengaku__sec1 > .l-section__basic > div .-box1 > h3 {
    font-size: 18px;
  }
  .p-factory--kengaku__sec1 > .l-section__basic > div .-box1 > p {
    margin-bottom: 20px;
  }
  .p-factory--kengaku__sec1 > .l-section__basic > div .-box1 table {
    width: 100% !important;
    font-size: 14px;
  }
  .p-factory--kengaku__sec1 > .l-section__basic > div .-box1 table + table {
    margin-top: 10px;
  }
  .p-factory--kengaku__sec1 > .l-section__basic > div .-box1 table td,
  .p-factory--kengaku__sec1 > .l-section__basic > div .-box1 table th {
    padding: 10px;
  }
  .p-factory--kengaku__sec1 > .l-section__basic > div .-box1 table th {
    font-size: 18px;
  }
}

.p-factory--kengaku__sec1 > .l-section__basic > div .-linkbox {
  margin: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-factory--kengaku__sec1 > .l-section__basic > div .-linkbox > div {
  width: 300px;
  margin-bottom: 20px;
}

.p-factory--kengaku__sec1 > .l-section__basic > div .-linkbox > div a {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 799px) {
  .p-factory--kengaku__sec1 > .l-section__basic > div .-linkbox {
    margin: 20px 0 30px;
    display: block;
  }
  .p-factory--kengaku__sec1 > .l-section__basic > div .-linkbox > div {
    width: 100%;
    margin-bottom: 10px;
  }
}

.p-factory--sgaiyo__sec1 .c-box--main {
  background-image: url("../img/factory/sgaiyo/mainbg.png");
  background-position: center bottom;
}

.p-factory--sgaiyo__sec1 > .l-section__basic {
  position: relative;
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div {
  width: 660px;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  .p-factory--sgaiyo__sec1 > .l-section__basic > div {
    width: 100%;
  }
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div h2 {
  font-size: 27px;
  font-weight: 500;
}

@media screen and (max-width: 799px) {
  .p-factory--sgaiyo__sec1 > .l-section__basic > div h2 {
    font-size: 22px;
  }
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div > p {
  font-size: 16px;
  line-height: 250%;
  margin-bottom: 80px;
}

@media screen and (max-width: 799px) {
  .p-factory--sgaiyo__sec1 > .l-section__basic > div > p {
    line-height: inherit;
    margin-bottom: 40px;
  }
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div .-pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
  width: calc(100% + 40px);
  position: relative;
  left: -20px;
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div .-pagelink li {
  cursor: pointer;
  padding: 0 5px;
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div .-pagelink li + li {
  border-left: 2px solid #c7a04d;
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div .-pagelink li > a {
  color: #c7a04d;
  display: block;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 100%;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div .-pagelink li:hover > a {
  background: #fff;
}

@media screen and (max-width: 799px) {
  .p-factory--sgaiyo__sec1 > .l-section__basic > div .-pagelink {
    display: block;
    margin-top: 20px;
    width: 100%;
    left: 0;
  }
  .p-factory--sgaiyo__sec1 > .l-section__basic > div .-pagelink li {
    padding: 0;
    border: 1px solid #c7a04d !important;
  }
  .p-factory--sgaiyo__sec1 > .l-section__basic > div .-pagelink li + li {
    margin-top: 5px;
  }
  .p-factory--sgaiyo__sec1 > .l-section__basic > div .-pagelink li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-factory--sgaiyo__sec1 > .l-section__basic > div .-pagelink li a span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: #c7a04d;
  }
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div .-box {
  background: #fff;
  margin-bottom: 80px;
  padding: 20px;
  position: relative;
  left: -20px;
  width: calc(100% + 40px);
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div .-box > h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  background: #c7a04d;
  padding: 10px;
  color: #fff;
  line-height: 100%;
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div .-box > p {
  margin-bottom: 30px;
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div .-box table {
  margin: 0 auto;
  width: calc(100% - 40px);
  border: 2px solid #c7a04d;
  font-size: 16px;
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div .-box table td,
.p-factory--sgaiyo__sec1 > .l-section__basic > div .-box table th {
  padding: 5px 10px;
  vertical-align: top;
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div .-box table th {
  background: #eee2ca;
  color: #965a00;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  border: 2px solid #c7a04d;
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div .-box table td {
  border-bottom: 2px dotted #c7a04d;
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div .-box table td:first-child {
  width: 130px;
  color: #965a00;
  font-weight: bold;
  border-right: 2px solid #c7a04d;
}

@media screen and (max-width: 799px) {
  .p-factory--sgaiyo__sec1 > .l-section__basic > div .-box {
    margin-bottom: 30px;
    padding: 20px;
  }
  .p-factory--sgaiyo__sec1 > .l-section__basic > div .-box > h3 {
    font-size: 18px;
  }
  .p-factory--sgaiyo__sec1 > .l-section__basic > div .-box > p {
    margin-bottom: 20px;
  }
  .p-factory--sgaiyo__sec1 > .l-section__basic > div .-box table {
    width: 100%;
    font-size: 14px;
  }
  .p-factory--sgaiyo__sec1 > .l-section__basic > div .-box table td,
  .p-factory--sgaiyo__sec1 > .l-section__basic > div .-box table th {
    padding: 5px;
  }
  .p-factory--sgaiyo__sec1 > .l-section__basic > div .-box table th {
    font-size: 18px;
  }
  .p-factory--sgaiyo__sec1 > .l-section__basic > div .-box table td:first-child {
    width: 110px;
  }
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div .-box.-box1 p {
  padding: 0 10px 10px;
  font-size: 18px;
  margin-bottom: 20px;
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div .-box.-box1 p img {
  margin: 20px;
}

@media screen and (max-width: 799px) {
  .p-factory--sgaiyo__sec1 > .l-section__basic > div .-box.-box1 p {
    font-size: 16px;
    padding: 0;
  }
  .p-factory--sgaiyo__sec1 > .l-section__basic > div .-box.-box1 p img {
    float: none;
    display: block;
    margin: 0 auto 10px;
  }
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div .-box.-box2 h3 span > span {
  font-size: 14px;
  display: inline-block;
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div .-box.-box2 h3 span > span:first-child {
  margin-right: 10px;
}

@media screen and (max-width: 799px) {
  .p-factory--sgaiyo__sec1 > .l-section__basic > div .-box.-box2 h3 span > span {
    font-size: 12px;
    margin: 0 !important;
  }
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div .-box.-box2 dl + dl {
  margin-top: 30px;
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div .-box.-box2 dl dt {
  font-size: 23px;
  color: #965a00;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div .-box.-box2 dl dt span {
  font-size: 12px;
  line-height: 100%;
  padding-left: 5px;
}

@media screen and (max-width: 799px) {
  .p-factory--sgaiyo__sec1 > .l-section__basic > div .-box.-box2 dl dt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .p-factory--sgaiyo__sec1 > .l-section__basic > div .-box.-box2 dl dt span {
    padding: 0;
    width: 100%;
  }
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div .-box.-box2 dl dd {
  font-size: 16px;
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div .-box.-box2 dl dd p.u-c--azuki {
  font-size: 12px;
  margin-top: 5px;
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div .-box.-box4 h4 {
  font-size: 25px;
  color: #965a00;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 10px;
  border-bottom: 1px solid #965a00;
  margin-bottom: 20px;
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div .-box.-box4 h4 span {
  font-size: 12px;
  line-height: 100%;
  padding-left: 5px;
}

@media screen and (max-width: 799px) {
  .p-factory--sgaiyo__sec1 > .l-section__basic > div .-box.-box4 h4 {
    font-size: 17px;
    padding: 0 0 5px;
  }
  .p-factory--sgaiyo__sec1 > .l-section__basic > div .-box.-box4 h4 span {
    width: 100%;
    padding: 0;
    line-height: 140%;
  }
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div .-linkbox {
  margin: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div .-linkbox > div {
  width: 300px;
  margin-bottom: 20px;
}

.p-factory--sgaiyo__sec1 > .l-section__basic > div .-linkbox > div a {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 799px) {
  .p-factory--sgaiyo__sec1 > .l-section__basic > div .-linkbox {
    margin: 20px 0 30px;
    display: block;
  }
  .p-factory--sgaiyo__sec1 > .l-section__basic > div .-linkbox > div {
    width: 100%;
    margin-bottom: 10px;
  }
}

.p-factory--faccess__sec1 .c-box--main {
  background-image: url("../img/factory/faccess/mainbg.png");
  background-position: center bottom;
}

.p-factory--faccess__sec1 > .l-section__basic {
  position: relative;
}

.p-factory--faccess__sec1 > .l-section__basic > div {
  width: 660px;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  .p-factory--faccess__sec1 > .l-section__basic > div {
    width: 100%;
  }
}

.p-factory--faccess__sec1 > .l-section__basic > div h2 {
  font-size: 27px;
  font-weight: 500;
}

@media screen and (max-width: 799px) {
  .p-factory--faccess__sec1 > .l-section__basic > div h2 {
    font-size: 22px;
  }
}

.p-factory--faccess__sec1 > .l-section__basic > div .-box1 {
  background: #fff;
  margin-bottom: 80px;
  padding: 30px 90px 50px;
  position: relative;
  left: -20px;
  width: calc(100% + 40px);
}

.p-factory--faccess__sec1 > .l-section__basic > div .-box1 > h3 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
}

.p-factory--faccess__sec1 > .l-section__basic > div .-box1 > p {
  margin-bottom: 30px;
}

.p-factory--faccess__sec1 > .l-section__basic > div .-box1 > div {
  width: 450px;
  margin: 50px auto 0;
}

.p-factory--faccess__sec1 > .l-section__basic > div .-box1 > div dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-factory--faccess__sec1 > .l-section__basic > div .-box1 > div dl + dl {
  margin-top: 20px;
}

.p-factory--faccess__sec1 > .l-section__basic > div .-box1 > div dl dt {
  width: 70px;
  overflow: hidden;
}

.p-factory--faccess__sec1 > .l-section__basic > div .-box1 > div dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 799px) {
  .p-factory--faccess__sec1 > .l-section__basic > div .-box1 {
    margin-bottom: 30px;
    padding: 20px;
  }
  .p-factory--faccess__sec1 > .l-section__basic > div .-box1 > h3 {
    font-size: 24px;
  }
  .p-factory--faccess__sec1 > .l-section__basic > div .-box1 > p {
    margin-bottom: 20px;
  }
  .p-factory--faccess__sec1 > .l-section__basic > div .-box1 > div {
    width: 100%;
    margin: 20px 0 0;
  }
}

.p-factory--faccess__sec1 > .l-section__basic > div .-linkbox {
  margin: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-factory--faccess__sec1 > .l-section__basic > div .-linkbox > div {
  width: 300px;
  margin-bottom: 20px;
}

.p-factory--faccess__sec1 > .l-section__basic > div .-linkbox > div a {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 799px) {
  .p-factory--faccess__sec1 > .l-section__basic > div .-linkbox {
    margin: 20px 0 30px;
    display: block;
  }
  .p-factory--faccess__sec1 > .l-section__basic > div .-linkbox > div {
    width: 100%;
    margin-bottom: 10px;
  }
}

.p-factory--fshop__sec1 .c-box--main {
  background-image: url("../img/factory/fshop/mainbg.png");
  background-position: center bottom;
}

.p-factory--fshop__sec1 > .l-section__basic {
  position: relative;
}

.p-factory--fshop__sec1 > .l-section__basic > div {
  width: 660px;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  .p-factory--fshop__sec1 > .l-section__basic > div {
    width: 100%;
  }
}

.p-factory--fshop__sec1 > .l-section__basic > div h2 {
  font-size: 27px;
  font-weight: 500;
}

@media screen and (max-width: 799px) {
  .p-factory--fshop__sec1 > .l-section__basic > div h2 {
    font-size: 22px;
  }
}

.p-factory--fshop__sec1 > .l-section__basic > div > p {
  font-size: 16px;
  line-height: 250%;
  margin-bottom: 40px;
}

@media screen and (max-width: 799px) {
  .p-factory--fshop__sec1 > .l-section__basic > div > p {
    line-height: inherit;
    margin-bottom: 20px;
  }
}

.p-factory--fshop__sec1 > .l-section__basic > div dl.u-flex {
  font-size: 21px;
}

.p-factory--fshop__sec1 > .l-section__basic > div dl.u-flex + dl {
  margin-top: 20px;
}

.p-factory--fshop__sec1 > .l-section__basic > div dl.u-flex dt {
  width: 120px;
  text-align: center;
}

.p-factory--fshop__sec1 > .l-section__basic > div dl.u-flex dt span {
  width: 100%;
}

.p-factory--fshop__sec1 > .l-section__basic > div dl.u-flex dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 20px;
}

@media screen and (max-width: 799px) {
  .p-factory--fshop__sec1 > .l-section__basic > div dl.u-flex {
    font-size: 16px;
  }
  .p-factory--fshop__sec1 > .l-section__basic > div dl.u-flex + dl {
    margin-top: 10px;
  }
  .p-factory--fshop__sec1 > .l-section__basic > div dl.u-flex dt {
    width: 90px;
  }
  .p-factory--fshop__sec1 > .l-section__basic > div dl.u-flex dd {
    padding-left: 10px;
  }
}

.p-factory--fshop__sec1 > .l-section__basic > div dl dt span {
  display: inline-block;
  color: #c7a04d;
  border: 1px solid #c7a04d;
  font-size: 21px;
  padding: 0 10px;
}

@media screen and (max-width: 799px) {
  .p-factory--fshop__sec1 > .l-section__basic > div dl dt span {
    font-size: 16px;
    padding: 0 5px;
  }
}

.p-factory--fshop__sec1 > .l-section__basic .-box1,
.p-factory--fshop__sec1 > .l-section__basic .-box3 {
  background: #fff;
  padding: 20px;
  position: relative;
  left: -20px;
  width: calc(100% + 40px);
}

.p-factory--fshop__sec1 > .l-section__basic .-box2 {
  margin: 70px auto;
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.p-factory--fshop__sec1 > .l-section__basic .-box2 .u-c--brown--1 {
  font-size: 16px;
  font-weight: bold;
}

.p-factory--fshop__sec1 > .l-section__basic .-box2 h3 {
  font-size: 24px;
  font-weight: bold;
}

.p-factory--fshop__sec1 > .l-section__basic .-box2 h3 strong {
  font-size: 16px;
}

.p-factory--fshop__sec1 > .l-section__basic .-box2 .price {
  font-weight: bold;
  font-size: 20px;
}

.p-factory--fshop__sec1 > .l-section__basic .-box2 .price strong {
  font-size: 26px;
}

@media screen and (max-width: 799px) {
  .p-factory--fshop__sec1 > .l-section__basic .-box2 {
    width: 100%;
    margin: 10px auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-factory--fshop__sec1 > .l-section__basic .-box2 > div {
    width: 100%;
  }
  .p-factory--fshop__sec1 > .l-section__basic .-box2 > div:first-child {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .p-factory--fshop__sec1 > .l-section__basic .-box2 > div + div {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .p-factory--fshop__sec1 > .l-section__basic .-box2 * {
    text-align: center;
  }
  .p-factory--fshop__sec1 > .l-section__basic .-box2 h3 {
    font-size: 20px;
  }
  .p-factory--fshop__sec1 > .l-section__basic .-box2 h3 strong {
    font-size: 16px;
  }
  .p-factory--fshop__sec1 > .l-section__basic .-box2 .price {
    font-size: 18px;
  }
  .p-factory--fshop__sec1 > .l-section__basic .-box2 .price strong {
    font-size: 20px;
  }
  .p-factory--fshop__sec1 > .l-section__basic .-box2 img {
    position: relative;
    display: block;
    margin: auto;
  }
}

.p-factory--fshop__sec1 > .l-section__basic .-box3 {
  font-size: 17px;
}

.p-factory--fshop__sec1 > .l-section__basic .-box3 dl + dl {
  margin-top: 60px;
}

.p-factory--fshop__sec1 > .l-section__basic .-box3 dl dt {
  margin-bottom: 20px;
}

.p-factory--fshop__sec1 > .l-section__basic .-box3 dl dd p + p {
  margin-top: 20px;
}

.p-factory--fshop__sec1 > .l-section__basic .-box3 dl dd .-tel {
  font-size: 23px;
}

.p-factory--fshop__sec1 > .l-section__basic .-box3 dl dd .-tel span {
  font-size: 17px;
}

.p-factory--fshop__sec1 > .l-section__basic .-box3 dl dd .u-ta--center {
  margin-top: 20px;
}

.p-factory--fshop__sec1 > .l-section__basic .-box3 dl dd .u-ta--center a {
  font-size: 18px;
}

.p-factory--fshop__sec1 > .l-section__basic .-box3 dl dd + dd {
  margin-top: 30px;
}

.p-factory--fshop__sec1 > .l-section__basic .-linkbox {
  margin: 60px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-factory--fshop__sec1 > .l-section__basic .-linkbox > div {
  width: 300px;
  margin-bottom: 20px;
}

.p-factory--fshop__sec1 > .l-section__basic .-linkbox > div a {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 799px) {
  .p-factory--fshop__sec1 > .l-section__basic .-linkbox {
    margin: 20px 0 30px;
    display: block;
  }
  .p-factory--fshop__sec1 > .l-section__basic .-linkbox > div {
    width: 100%;
    margin-bottom: 10px;
  }
}

.p-factory--top__sec1 .c-box--main {
  background-image: url("../img/factory/mainbg.png");
  background-position: center bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-factory--top__sec1 .c-box--main > p {
  width: 100%;
  font-size: 34px;
  color: #fff;
  text-shadow: 0 0 10px #4d2e24, 0 0 10px #4d2e24, 0 0 10px #4d2e24;
  font-weight: 500;
}

@media screen and (max-width: 799px) {
  .p-factory--top__sec1 .c-box--main p {
    font-size: 20px;
  }
}

.p-factory--top__sec1 > .l-section__basic {
  position: relative;
}

.p-factory--top__sec1 > .l-section__basic:before {
  content: '';
  width: 250px;
  height: 250px;
  background-size: cover;
  top: -20px;
  left: 50px;
  position: absolute;
}

@media screen and (max-width: 799px) {
  .p-factory--top__sec1 > .l-section__basic:before {
    width: 150px;
    height: 150px;
    left: 0;
  }
}

.p-factory--top__sec1 > .l-section__basic > div {
  width: 660px;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  .p-factory--top__sec1 > .l-section__basic > div {
    width: 100%;
  }
}

.p-factory--top__sec1 h2 {
  font-size: 27px;
  font-weight: 500;
}

@media screen and (max-width: 799px) {
  .p-factory--top__sec1 h2 {
    font-size: 22px;
  }
}

.p-factory--top__sec1 p {
  font-size: 16px;
  line-height: 250%;
}

@media screen and (max-width: 799px) {
  .p-factory--top__sec1 p {
    line-height: inherit;
  }
}

.p-factory--top__sec1 > .l-section__basic:before {
  background: url("../img/factory/sec1-icon.svg") no-repeat center;
}

.p-factory--top__sec1 > .l-section__basic .-box1 {
  margin: 30px 0 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-factory--top__sec1 > .l-section__basic .-box1 > div {
  width: 300px;
}

.p-factory--top__sec1 > .l-section__basic .-box1 > div a {
  width: 100%;
}

@media screen and (max-width: 799px) {
  .p-factory--top__sec1 > .l-section__basic .-box1 {
    margin: 20px 0 30px;
    display: block;
  }
  .p-factory--top__sec1 > .l-section__basic .-box1 > div {
    width: 100%;
    margin-bottom: 10px;
  }
}

.p-factory--top__sec1 > .l-section__basic .-box2 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-factory--top__sec1 > .l-section__basic .-box2 > div > div + div {
  width: 390px;
}

@media screen and (max-width: 799px) {
  .p-factory--top__sec1 > .l-section__basic .-box2 > div {
    display: block;
  }
  .p-factory--top__sec1 > .l-section__basic .-box2 > div > div {
    width: 100% !important;
  }
  .p-factory--top__sec1 > .l-section__basic .-box2 > div > div:first-child {
    text-align: center;
    margin-bottom: 10px;
  }
}

.p-factory--top__sec1__content a.ah {
  height: 95px;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 332px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 36px;
  position: relative;
  font-size: 24px;
  text-align: center;
}

.p-factory--top__sec1__content a.ah:after {
  content: '';
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 22px;
  margin: auto 0;
  background: url("../img/c-btn--1--arrow.svg") no-repeat right center;
  background-size: contain;
}

@media screen and (max-width: 799px) {
  .p-factory--top__sec1__content a.ah {
    width: 100% !important;
    border: 1px solid #000;
    padding: 10px 24px 10px 5px;
    text-align: center;
    position: relative !important;
    top: unset !important;
    right: unset !important;
    bottom: unset !important;
    left: unset !important;
    height: auto !important;
    font-size: 16px;
  }
  .p-factory--top__sec1__content a.ah:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    width: 20px;
    height: 15px;
    margin: auto 0;
    background: url("../img/c-btn--1--arrow.svg") no-repeat center;
    background-size: contain;
  }
}

.p-factory--top__sec1__content .-box1 {
  width: 783px;
  height: 308px;
  background: url("../img/factory/sec1-img2.png") no-repeat left;
  position: relative;
  margin: 0 auto 35px;
}

.p-factory--top__sec1__content .-box1 > div {
  height: 95px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 799px) {
  .p-factory--top__sec1__content .-box1 {
    background-size: cover;
    width: 100%;
    padding: 60px 20px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .p-factory--top__sec1__content .-box1 > div {
    width: 240px;
    height: auto;
    position: relative;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
  }
}

.p-factory--top__sec1__content .-box2 {
  width: 783px;
  height: 584px;
  margin: 0 auto 90px;
  position: relative;
  background: url("../img/factory/sec1-img4.png") no-repeat 30px bottom;
}

.p-factory--top__sec1__content .-box2:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 449px;
  height: 256px;
  background: url("../img/factory/sec1-img3.png") no-repeat;
}

.p-factory--top__sec1__content .-box2 a {
  position: absolute;
}

.p-factory--top__sec1__content .-box2 a.-btn1 {
  left: 0;
  top: 40px;
  width: 350px;
}

.p-factory--top__sec1__content .-box2 a.-btn2 {
  right: 30px;
  top: 240px;
  width: 363px;
}

.p-factory--top__sec1__content .-box2 a.-btn3 {
  left: 0;
  bottom: 108px;
  width: 311px;
  height: 58px;
}

.p-factory--top__sec1__content .-box2 a.-btn4 {
  left: 0;
  bottom: 30px;
  width: 311px;
  height: 58px;
}

@media screen and (max-width: 799px) {
  .p-factory--top__sec1__content .-box2 {
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 20px;
    margin: 0 auto 30px;
    height: auto;
  }
  .p-factory--top__sec1__content .-box2:before {
    display: none;
  }
  .p-factory--top__sec1__content .-box2 > div {
    width: 240px;
    height: auto;
    position: relative;
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
  }
  .p-factory--top__sec1__content .-box2 a + a {
    margin-top: 10px;
  }
}

.p-factory--top__sec1__content .-box3 {
  width: 660px;
  margin: 0 auto;
}

.p-factory--top__sec1__content .-box3 > p {
  margin-bottom: 100px;
}

.p-factory--top__sec1__content .-box3 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-factory--top__sec1__content .-box3 > div > div {
  width: 300px;
}

.p-factory--top__sec1__content .-box3 > div > div a {
  width: 100%;
}

@media screen and (max-width: 799px) {
  .p-factory--top__sec1__content .-box3 {
    width: 100%;
    padding: 0 20px 30px;
  }
  .p-factory--top__sec1__content .-box3 > p {
    margin-bottom: 20px;
  }
  .p-factory--top__sec1__content .-box3 > div {
    display: block;
  }
  .p-factory--top__sec1__content .-box3 > div > div {
    width: 100%;
  }
  .p-factory--top__sec1__content .-box3 > div > div + div {
    margin-top: 10px;
  }
}

@media screen and (max-width: 799px) {
  .p-recipe__spmenu {
    width: 110px;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto 30px;
    position: relative;
    right: 0;
    top: 0;
    z-index: 800;
    background: #be808c;
    cursor: pointer;
  }
  .p-recipe__spmenu > span {
    position: absolute;
    width: 27px;
    height: 4px;
    right: 10px;
    background: #fff;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
  }
  .p-recipe__spmenu > span:first-of-type {
    top: 10px;
  }
  .p-recipe__spmenu > span:nth-of-type(2) {
    top: 16.5px;
  }
  .p-recipe__spmenu > span:nth-of-type(3) {
    top: 23.5px;
  }
  .p-recipe__spmenu.is-active > span:first-of-type {
    -webkit-transform: translateY(6.5px) rotate(-45deg);
    -ms-transform: translateY(6.5px) rotate(-45deg);
    transform: translateY(6.5px) rotate(-45deg);
    height: 6px;
  }
  .p-recipe__spmenu.is-active > span:nth-of-type(2) {
    opacity: 0;
  }
  .p-recipe__spmenu.is-active > span:nth-of-type(3) {
    -webkit-transform: translateY(-6.5px) rotate(45deg);
    -ms-transform: translateY(-6.5px) rotate(45deg);
    transform: translateY(-6.5px) rotate(45deg);
    height: 6px;
  }
}

.p-recipe .l-main {
  padding-bottom: 0;
}

.p-recipe__mainimg .c-box--main {
  background-position: center bottom;
  background-image: url("../img/recipe/mainbg.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-recipe__mainimg .c-box--main > p {
  width: 100%;
  font-size: 24px;
  color: #fff;
  text-shadow: 0 0 10px #4d2e24, 0 0 10px #4d2e24, 0 0 10px #4d2e24;
  font-weight: 500;
}

@media screen and (max-width: 799px) {
  .p-recipe__mainimg .c-box--main p {
    font-size: 16px;
  }
}

.p-recipe__single {
  background: url("../img/recipe/bg.png") repeat-y center 100px;
  padding-bottom: 100px;
}

@media screen and (max-width: 799px) {
  .p-recipe__single {
    padding-bottom: 20px;
  }
}

.p-recipe__single__content {
  width: 730px;
  background: rgba(255, 255, 255, 0.7);
  margin: 0 auto 100px;
  padding: 50px 35px 70px;
  position: relative;
}

@media screen and (max-width: 799px) {
  .p-recipe__single__content {
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
  }
}

.p-recipe__single__content .catch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  text-align: center;
  padding: 0 35px;
  font-size: 24px;
  background: url("../img/recipe/catch-bg.svg");
  background-size: 100% 100%;
  color: #333;
  top: 20px;
  left: 25px;
  z-index: 10;
}

@media screen and (max-width: 799px) {
  .p-recipe__single__content .catch {
    font-size: 15px;
    left: 0;
    top: 0;
  }
}

.p-recipe__single__content h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 5px solid #be808c;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  padding: 20px 0;
  color: #7d001a;
  margin-bottom: 30px;
  position: relative;
}

.p-recipe__single__content h2:after {
  width: 100%;
  height: 8px;
  background: url("../img/recipe/line.svg") no-repeat bottom center;
  background-size: 100% 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
}

.p-recipe__single__content h2 img {
  margin-right: 10px;
}

@media screen and (max-width: 799px) {
  .p-recipe__single__content h2 {
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  .p-recipe__single__content h2 img {
    width: 20px;
    height: auto;
  }
}

.p-recipe__single__content h3 {
  font-size: 29px;
  font-weight: bold;
  border-bottom: 5px solid #be808c;
  color: #7d001a;
  margin-bottom: 40px;
}

.p-recipe__single__content h3 span {
  display: inline-block;
  margin-left: 20px;
  font-size: 20px;
  font-weight: normal;
}

@media screen and (max-width: 799px) {
  .p-recipe__single__content h3 {
    font-size: 18px;
    border-bottom: 3px solid #be808c;
    margin-bottom: 10px;
  }
  .p-recipe__single__content h3 span {
    margin-left: 5px;
    font-size: 14px;
  }
}

.p-recipe__single__content .box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}

@media screen and (max-width: 799px) {
  .p-recipe__single__content .box1 {
    margin-bottom: 40px;
    display: block;
    padding: 0 20px;
  }
}

.p-recipe__single__content .box1 > div:first-child {
  width: 394px;
}

@media screen and (max-width: 799px) {
  .p-recipe__single__content .box1 > div:first-child {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}

.p-recipe__single__content .box1 > div:first-child img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.p-recipe__single__content .box1 > div + div {
  width: 243px;
}

.p-recipe__single__content .box1 > div + div table {
  width: 100%;
  color: #7d001a;
  margin-bottom: 20px;
}

.p-recipe__single__content .box1 > div + div table td,
.p-recipe__single__content .box1 > div + div table th {
  border-bottom: 1px solid #be808c;
  padding: 10px 0;
  font-size: 17px;
  vertical-align: middle;
}

.p-recipe__single__content .box1 > div + div table th {
  white-space: nowrap;
  width: 80px;
}

@media screen and (max-width: 799px) {
  .p-recipe__single__content .box1 > div + div {
    width: 100%;
  }
  .p-recipe__single__content .box1 > div + div table {
    margin-bottom: 10px;
  }
  .p-recipe__single__content .box1 > div + div table td,
  .p-recipe__single__content .box1 > div + div table th {
    padding: 5px;
    font-size: 14px;
  }
  .p-recipe__single__content .box1 > div + div table th {
    width: 30px;
  }
}

.p-recipe__single__content .box1 .difficult {
  height: 17px;
}

.p-recipe__single__content .box1 .difficult span {
  opacity: 0.6;
}

.p-recipe__single__content .box1 .difficult--1 span + span {
  opacity: 0.3;
}

.p-recipe__single__content .box1 .difficult--2 span:nth-child(3),
.p-recipe__single__content .box1 .difficult--2 span:nth-child(4),
.p-recipe__single__content .box1 .difficult--2 span:nth-child(5) {
  opacity: 0.3;
}

.p-recipe__single__content .box1 .difficult--3 span:nth-child(4),
.p-recipe__single__content .box1 .difficult--3 span:nth-child(5) {
  opacity: 0.3;
}

.p-recipe__single__content .box1 .difficult--4 span:nth-child(5) {
  opacity: 0.3;
}

.p-recipe__single__content .box2 {
  margin-bottom: 80px;
}

.p-recipe__single__content .box2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-recipe__single__content .box2 ul li {
  width: calc(50% - 30px);
  border-bottom: 1px solid #be808c;
  padding: 10px 0;
  font-size: 17px;
}

.p-recipe__single__content .box2 ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-recipe__single__content .box2 ul li dl dt {
  padding-right: 5px;
}

.p-recipe__single__content .box2 ul li dl dd {
  padding-left: 5px;
}

@media screen and (max-width: 799px) {
  .p-recipe__single__content .box2 {
    margin-bottom: 40px;
  }
  .p-recipe__single__content .box2 ul {
    display: block;
  }
  .p-recipe__single__content .box2 ul li {
    width: 100%;
    padding: 5px 0;
    font-size: 14px;
  }
}

.p-recipe__single__content .box3 {
  margin-bottom: 80px;
}

.p-recipe__single__content .box3 ol {
  counter-reset: howmake;
}

.p-recipe__single__content .box3 ol li {
  font-size: 17px;
  position: relative;
  padding-left: 50px;
}

.p-recipe__single__content .box3 ol li + li {
  margin-top: 40px;
}

.p-recipe__single__content .box3 ol li:before {
  counter-increment: howmake;
  content: counter(howmake);
  font-size: 16px;
  color: #fff;
  background: #be808c;
  width: 39px;
  border-radius: 5px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 799px) {
  .p-recipe__single__content .box3 {
    margin-bottom: 40px;
  }
  .p-recipe__single__content .box3 ol li {
    font-size: 14px;
    padding-left: 30px;
  }
  .p-recipe__single__content .box3 ol li + li {
    margin: 10px 0 0;
  }
  .p-recipe__single__content .box3 ol li:before {
    font-size: 13px;
    width: 24px;
  }
}

.p-recipe__single__content .box4 {
  padding: 0 170px 0 30px;
  position: relative;
}

.p-recipe__single__content .box4:after {
  content: '';
  width: 137px;
  height: 145px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../img/recipe/azuki3.svg");
}

.p-recipe__single__content .box4 dl dt > span {
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  background: #be808c;
  font-size: 20px;
  font-weight: 500;
  border-radius: 5px 5px 0 0;
}

.p-recipe__single__content .box4 dl dd {
  border: 3px solid #be808c;
  border-radius: 0 5px 5px 5px;
  padding: 15px 40px;
  font-size: 17px;
}

@media screen and (max-width: 799px) {
  .p-recipe__single__content .box4 {
    padding: 100px 10px 0;
  }
  .p-recipe__single__content .box4:after {
    left: 120px;
    top: -18px;
    right: unset;
    bottom: unset;
  }
  .p-recipe__single__content .box4 dl dt {
    height: 28px;
  }
  .p-recipe__single__content .box4 dl dt > span {
    height: 28px;
    padding: 0 10px;
    font-size: 16px;
  }
  .p-recipe__single__content .box4 dl dd {
    padding: 10px 20px;
    font-size: 16px;
  }
}

.p-recipe__sec1 {
  background: url("../img/recipe/bg.png") no-repeat center 100px;
  padding-bottom: 100px;
}

.p-recipe__sec1 .l-section__basic {
  width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 799px) {
  .p-recipe__sec1 {
    background-size: 100% auto;
    background-repeat: repeat-y;
    padding-bottom: 50px;
  }
  .p-recipe__sec1 .l-section__basic {
    width: 100%;
  }
}

.p-recipe__sec1__side {
  width: 240px;
}

.p-recipe__sec1__side .pc {
  margin-top: 20px;
}

.p-recipe__sec1__side a {
  display: block;
  padding: 5px 10px;
  margin-bottom: 5px;
  font-size: 17px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.p-recipe__sec1__side a:hover {
  opacity: 0.7;
}

.p-recipe__sec1__side a.btn1 {
  background: #e5ccd1;
}

.p-recipe__sec1__side a.btn2 {
  background: #f4d1c2;
}

.p-recipe__sec1__side ul li a {
  background: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 799px) {
  .p-recipe__sec1__side {
    width: 100%;
    display: none;
    position: relative;
    z-index: 100;
  }
  .p-recipe__sec1__side.is-active {
    display: block;
  }
  .p-recipe__sec1__side.is-active > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  .p-recipe__sec1__side a {
    padding: 2px 10px;
    margin: -1px 0 0;
    border: 1px solid #ccc;
    font-size: 15px;
    text-align: center;
  }
  .p-recipe__sec1__side ul li a {
    background: #f5f2ea;
  }
}

.p-recipe__sec1__list {
  width: 644px;
}

@media screen and (max-width: 799px) {
  .p-recipe__sec1__list {
    width: 100%;
  }
}

.p-recipe__sec1__list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-recipe__sec1__list > ul > li {
  width: 310px;
  background: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
}

@media screen and (max-width: 799px) {
  .p-recipe__sec1__list > ul > li {
    width: calc(50% - 5px);
    margin-bottom: 10px;
  }
}

.p-recipe__sec1__list > ul > li > a {
  display: block;
  padding: 35px 11.5px 12px;
  position: relative;
}

@media screen and (max-width: 799px) {
  .p-recipe__sec1__list > ul > li > a {
    padding: 25px 5px 5px;
  }
}

.p-recipe__sec1__list > ul > li > a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.p-recipe__sec1__list > ul > li > a > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  text-align: center;
  padding: 0 23px;
  font-size: 17px;
  background: url("../img/recipe/catch-bg.svg");
  background-size: 100% 100%;
  color: #333;
  top: -5px;
  left: 0;
}

@media screen and (max-width: 799px) {
  .p-recipe__sec1__list > ul > li > a > span {
    font-size: 12px;
  }
}

.p-recipe__sec1__list > ul > li > a > p {
  text-align: center;
  margin-bottom: 5px;
  font-size: 25px;
  font-weight: 500;
}

@media screen and (max-width: 799px) {
  .p-recipe__sec1__list > ul > li > a > p {
    font-size: 18px;
  }
}

.p-recipe__sec1__list > ul > li > a > div {
  position: relative;
}

.p-recipe__sec1__list > ul > li > a > div > span {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-recipe__sec1__list > ul > li > a > div > span > span {
  background: #fbf4c3;
  margin-left: 10px;
  width: 48px;
  border-radius: 100%;
  height: 48px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 100%;
  font-size: 12px;
}

.p-recipe__sec1__list > ul > li > a > div > span > span > span {
  text-align: center;
  color: #7d001a;
}

.p-recipe__sec1__list > ul > li > a > div > span > span > span > span {
  text-align: center;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

@media screen and (max-width: 799px) {
  .p-recipe__sec1__list > ul > li > a > div > img {
    width: 100%;
    height: auto;
  }
  .p-recipe__sec1__list > ul > li > a > div > span {
    right: 5px;
    bottom: 5px;
  }
  .p-recipe__sec1__list > ul > li > a > div > span > span {
    margin-left: 5px;
    width: 30px;
    height: 30px;
    font-size: 10px;
  }
  .p-recipe__sec1__list > ul > li > a > div > span > span img {
    width: 24px;
    height: auto;
  }
  .p-recipe__sec1__list > ul > li > a > div > span > span > span > span {
    font-size: 12px;
  }
}

.p-azukimuseum {
  background: #fff;
}

.p-azukimuseum #page_top {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.p-azukimuseum .l-main {
  padding-top: 0 !important;
}

.p-azukimuseum--lower__mainimg {
  position: relative;
}

.p-azukimuseum--lower__mainimg:before {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 747px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  z-index: -1;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--lower__mainimg:before {
    height: 100%;
  }
}

.p-azukimuseum--lower__mainimg > div {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-azukimuseum--lower__mainimg h1 {
  text-align: center;
  padding-top: 50px;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--lower__mainimg h1 img {
    width: 300px;
    height: auto;
  }
}

.p-azukimuseum--lower__mainimg.-character:before {
  background-image: url("../img/azukimuseum/character/mainbg.png");
}

.p-azukimuseum--lower__mainimg.-intro:before {
  background-image: url("../img/azukimuseum/character/mainbg.png");
}

.p-azukimuseum--lower__mainimg.-spkikaku:before {
  background-image: url("../img/azukimuseum/spkikaku/mainbg.png");
}

.p-azukimuseum--lower__mainimg.-mrestaurant:before {
  background-image: url("../img/azukimuseum/mrestaurant/mainbg.png");
}

.p-azukimuseum--lower__mainimg.-mshop:before {
  background-image: url("../img/azukimuseum/mshop/mainbg.png");
}

.p-azukimuseum--lower__mainimg.-taiken:before {
  background-image: url("../img/azukimuseum/taiken/mainbg.png");
}

.p-azukimuseum--lower__mainimg.-baseguide:before {
  background-image: url("../img/azukimuseum/baseguide/mainbg.png");
}

.p-azukimuseum--lower__mainimg.-maccess:before {
  background-image: url("../img/azukimuseum/maccess/mainbg.png");
}

.p-azukimuseum--lower__bg {
  width: 706px;
  margin: 0 auto;
  background: url("../img/azukimuseum/lower-bg.png") repeat-y top center;
  -webkit-box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.2);
  padding: 40px 0;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--lower__bg {
    width: 100%;
    padding: 30px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #fff;
  }
}

.p-azukimuseum--maccess__sec1 {
  width: 500px;
  margin: 0 auto;
  font-size: 14px;
}

.p-azukimuseum--maccess__sec1 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 446px;
  margin: 0 auto 60px;
}

.p-azukimuseum--maccess__sec1 h2 span {
  border-bottom: 2px solid #be808c;
  padding-bottom: 10px;
  width: 240px;
  text-align: center;
}

.p-azukimuseum--maccess__sec1 .-box1 > div {
  margin: 30px 0;
}

.p-azukimuseum--maccess__sec1 .-box1 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-azukimuseum--maccess__sec1 .-box1 dl + dl {
  margin-top: 20px;
}

.p-azukimuseum--maccess__sec1 .-box1 dl dt {
  width: 70px;
  overflow: hidden;
}

.p-azukimuseum--maccess__sec1 .-box1 dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--maccess__sec1 {
    width: 100%;
    font-size: 13px;
  }
  .p-azukimuseum--maccess__sec1 h2 {
    margin-bottom: 30px;
    display: block;
    text-align: center;
    width: 100%;
  }
  .p-azukimuseum--maccess__sec1 h2 span {
    border: none;
    padding: 0;
  }
}

.p-azukimuseum--baseguide__sec1 {
  width: 550px;
  margin: 0 auto;
  font-size: 14px;
}

.p-azukimuseum--baseguide__sec1 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 446px;
  margin: 0 auto 60px;
}

.p-azukimuseum--baseguide__sec1 h2 span {
  border-bottom: 2px solid #be808c;
  padding-bottom: 10px;
  width: 240px;
  text-align: center;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--baseguide__sec1 {
    width: 100%;
  }
  .p-azukimuseum--baseguide__sec1 h2 {
    margin-bottom: 30px;
    display: block;
    text-align: center;
    width: 100%;
  }
  .p-azukimuseum--baseguide__sec1 h2 span {
    border: none;
    padding: 0;
  }
}

.p-azukimuseum--baseguide__sec1 .-box1 {
  margin-bottom: 60px;
}

.p-azukimuseum--baseguide__sec1 .-box1 > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-azukimuseum--baseguide__sec1 .-box1 > dl + dl {
  margin-top: 20px;
}

.p-azukimuseum--baseguide__sec1 .-box1 > dl > dt {
  width: 80px;
}

.p-azukimuseum--baseguide__sec1 .-box1 > dl > dt > span {
  width: 70px;
  display: block;
  text-align: center;
}

.p-azukimuseum--baseguide__sec1 .-box1 > dl > dd td,
.p-azukimuseum--baseguide__sec1 .-box1 > dl > dd th {
  border: 1px solid #ccc;
  padding: 5px 10px;
  vertical-align: middle;
}

.p-azukimuseum--baseguide__sec1 .-box1 > dl > dd th {
  color: #7d001a;
  background: #f2e5e8;
}

.p-azukimuseum--baseguide__sec1 .-box1 > dl > dd td a {
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  border-radius: 5px;
  background: #7d001a;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--baseguide__sec1 .-box1 {
    margin-bottom: 30px;
  }
  .p-azukimuseum--baseguide__sec1 .-box1 > dl {
    display: block;
  }
  .p-azukimuseum--baseguide__sec1 .-box1 > dl > dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-azukimuseum--baseguide__sec1 .-box1 > dl > dt > span {
    width: 100%;
  }
  .p-azukimuseum--baseguide__sec1 .-box1 > dl > dd {
    text-align: center;
  }
  .p-azukimuseum--baseguide__sec1 .-box1 > dl > dd th {
    white-space: nowrap;
  }
  .p-azukimuseum--baseguide__sec1 .-box1 > dl > dd td {
    text-align: left;
  }
  .p-azukimuseum--baseguide__sec1 .-box1 > dl > dd td .u-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-azukimuseum--baseguide__sec1 .-box1 > dl > dd td .u-flex > * {
    width: 100%;
  }
}

.p-azukimuseum--baseguide__sec1 .-box2 {
  background: #f2e5e8;
  border-radius: 20px;
  padding: 30px;
}

.p-azukimuseum--baseguide__sec1 .-box2 h3 {
  text-align: center;
  color: #7d001a;
  border-bottom: 2px solid #7d001a;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 10px;
}

.p-azukimuseum--baseguide__sec1 .-box2 > p {
  margin-bottom: 30px;
}

.p-azukimuseum--baseguide__sec1 .-box2 > dl {
  display: table;
  width: 100%;
}

.p-azukimuseum--baseguide__sec1 .-box2 > dl + dl {
  margin-top: 15px;
}

.p-azukimuseum--baseguide__sec1 .-box2 > dl + dl > dd {
  background: #fff !important;
}

.p-azukimuseum--baseguide__sec1 .-box2 > dl > * {
  display: table-cell;
  vertical-align: middle;
}

.p-azukimuseum--baseguide__sec1 .-box2 > dl > dt {
  width: 70px;
  text-align: center;
  padding: 10px 0;
  background: #debfc6;
}

.p-azukimuseum--baseguide__sec1 .-box2 > dl > dd {
  padding: 10px;
  background: #fff url("../img/azukimuseum/baseguide/bus-icon.svg") no-repeat right center !important;
  background-size: 80px 50px !important;
}

.p-azukimuseum--baseguide__sec1 .-box2 > dl > dd dl dt {
  width: 100%;
  background: #f2e4c8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7d001a;
}

.p-azukimuseum--baseguide__sec1 .-box2 > dl > dd dl dt span {
  width: 24px;
  color: #fff;
  text-align: center;
  background: #7d001a;
  margin-right: 10px;
}

.p-azukimuseum--baseguide__sec1 .-box2 > dl > dd dl dd {
  padding: 5px 0 10px 34px;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--baseguide__sec1 .-box2 {
    padding: 20px 10px;
  }
  .p-azukimuseum--baseguide__sec1 .-box2 h3 {
    font-size: 16px;
  }
  .p-azukimuseum--baseguide__sec1 .-box2 > p {
    margin-bottom: 20px;
  }
  .p-azukimuseum--baseguide__sec1 .-box2 > dl {
    display: block;
  }
  .p-azukimuseum--baseguide__sec1 .-box2 > dl > * {
    width: 100%;
    display: block;
  }
  .p-azukimuseum--baseguide__sec1 .-box2 > dl > dt {
    width: 100%;
    padding: 5px 0;
  }
  .p-azukimuseum--baseguide__sec1 .-box2 > dl > dt br {
    display: none;
  }
  .p-azukimuseum--baseguide__sec1 .-box2 > dl > dd {
    padding: 5px;
  }
}

.p-azukimuseum--taiken__sec1 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 446px;
  margin: 0 auto 60px;
}

.p-azukimuseum--taiken__sec1 h2 span {
  border-bottom: 2px solid #be808c;
  padding-bottom: 10px;
  width: 240px;
  text-align: center;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--taiken__sec1 h2 {
    margin-bottom: 30px;
    display: block;
    text-align: center;
    width: 100%;
  }
  .p-azukimuseum--taiken__sec1 h2 span {
    border: none;
    padding: 0;
  }
}

.p-azukimuseum--taiken__sec1 .charabox {
  position: relative;
  width: 680px;
  margin: 0 auto 40px;
}

.p-azukimuseum--taiken__sec1 .charabox p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-azukimuseum--taiken__sec1 .charabox .btn {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-azukimuseum--taiken__sec1 .charabox .btn > img {
  position: absolute;
  left: 0;
  top: -30px;
}

.p-azukimuseum--taiken__sec1 .charabox .btn > a {
  position: absolute;
  right: 30px;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--taiken__sec1 .charabox {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-azukimuseum--taiken__sec1 .charabox .btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-azukimuseum--taiken__sec1 .charabox .btn > * {
    position: relative !important;
    top: unset !important;
    right: unset !important;
  }
}

.p-azukimuseum--taiken__sec1 .-box1 {
  width: 580px;
  margin: 0 auto 60px;
  background: #fff2d9;
  padding: 65px 25px 25px;
  -webkit-box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.2);
  position: relative;
}

.p-azukimuseum--taiken__sec1 .-box1.m12 .-allergies li {
  color: #a5cf74;
}

.p-azukimuseum--taiken__sec1 .-box1.m12 dt > span {
  background: #a5cf74;
}

.p-azukimuseum--taiken__sec1 .-box1.m34 .-allergies li {
  color: #f5bac7;
}

.p-azukimuseum--taiken__sec1 .-box1.m34 dt > span {
  background: #f5bac7;
}

.p-azukimuseum--taiken__sec1 .-box1.m56 .-allergies li {
  color: #a2c3f4;
}

.p-azukimuseum--taiken__sec1 .-box1.m56 dt > span {
  background: #a2c3f4;
}

.p-azukimuseum--taiken__sec1 .-box1.m78 .-allergies li {
  color: #e8d480;
}

.p-azukimuseum--taiken__sec1 .-box1.m78 dt > span {
  background: #e8d480;
}

.p-azukimuseum--taiken__sec1 .-box1.m910 .-allergies li {
  color: #ef89ea;
}

.p-azukimuseum--taiken__sec1 .-box1.m910 dt > span {
  background: #ef89ea;
  color: #fff;
}

.p-azukimuseum--taiken__sec1 .-box1.m1112 .-allergies li {
  color: #ed5f5f;
}

.p-azukimuseum--taiken__sec1 .-box1.m1112 dt > span {
  background: #ed5f5f;
  color: #fff;
}

.p-azukimuseum--taiken__sec1 .-box1 + div {
  margin-top: 40px;
}

.p-azukimuseum--taiken__sec1 .-box1 > .-date {
  position: absolute;
  left: 0;
  top: 20px;
}

.p-azukimuseum--taiken__sec1 .-box1 h3 {
  font-size: 32px;
  font-weight: bold;
  width: 235px;
  margin-bottom: 10px;
}

.p-azukimuseum--taiken__sec1 .-box1 .-allergies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.p-azukimuseum--taiken__sec1 .-box1 .-allergies li {
  background: #fff;
  font-size: 10px;
  padding: 0 5px;
  margin-right: 2px;
  border-radius: 5px;
}

.p-azukimuseum--taiken__sec1 .-box1 .-eyecatch {
  position: absolute;
  right: 0;
  top: 0;
  width: 290px;
  height: 235px;
}

.p-azukimuseum--taiken__sec1 .-box1 .-eyecatch img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--taiken__sec1 .-box1 {
    width: 100%;
    margin: 0 auto 30px;
    padding: 60px 30px 30px;
  }
  .p-azukimuseum--taiken__sec1 .-box1 + div {
    margin-top: 30px;
  }
  .p-azukimuseum--taiken__sec1 .-box1 > .date {
    top: 5px;
  }
  .p-azukimuseum--taiken__sec1 .-box1 h3 {
    font-size: 25px;
    text-align: center;
  }
  .p-azukimuseum--taiken__sec1 .-box1 .-allergies {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-azukimuseum--taiken__sec1 .-box1 .-eyecatch {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 20px;
  }
  .p-azukimuseum--taiken__sec1 .-box1 .-eyecatch img {
    position: relative;
    width: 400px;
    height: auto;
  }
}

.p-azukimuseum--taiken__sec1 .-box1 .-in1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-azukimuseum--taiken__sec1 .-box1 .-in1 > ul {
  font-size: 14px;
  width: 235px;
  margin-top: 90px;
}

.p-azukimuseum--taiken__sec1 .-box1 .-in1 > ul > li {
  margin-bottom: 20px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

.p-azukimuseum--taiken__sec1 .-box1 .-in1 > ul > li > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-azukimuseum--taiken__sec1 .-box1 .-in1 > ul > li > dl dt {
  width: 77px;
  padding-right: 10px;
  text-align: center;
}

.p-azukimuseum--taiken__sec1 .-box1 .-in1 > ul > li > dl dt span {
  display: block;
}

.p-azukimuseum--taiken__sec1 .-box1 .-in1 > ul > li > dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-azukimuseum--taiken__sec1 .-box1 .-in1 > ul:first-child {
  margin-top: 0;
}

.p-azukimuseum--taiken__sec1 .-box1 .-in1 > ul:first-child li:first-child dl {
  display: block !important;
}

.p-azukimuseum--taiken__sec1 .-box1 .-in1 > ul:first-child li:first-child dl dd {
  font-size: 20px;
  font-weight: bold;
  padding-top: 5px;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--taiken__sec1 .-box1 .-in1 {
    display: block;
  }
  .p-azukimuseum--taiken__sec1 .-box1 .-in1 > ul {
    margin: 0 !important;
  }
  .p-azukimuseum--taiken__sec1 .-box1 .-in1 > ul:first-child {
    width: 100%;
  }
  .p-azukimuseum--taiken__sec1 .-box1 .-in1 > ul:first-child li:first-child dl {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .p-azukimuseum--taiken__sec1 .-box1 .-in1 > ul:first-child li:first-child dl dd {
    font-size: 18px;
    font-weight: bold;
    padding-top: 0;
  }
}

.p-azukimuseum--taiken__sec1 .-box2 {
  width: 480px;
  margin: 0 auto;
}

.p-azukimuseum--taiken__sec1 .-box2 h3 {
  border-bottom: 1px solid #7d001a;
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 30px;
}

.p-azukimuseum--taiken__sec1 .-box2 .-tel {
  margin: 30px 0;
  padding: 10px;
}

.p-azukimuseum--taiken__sec1 .-box2 > .u-ta--center {
  margin-bottom: 20px;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--taiken__sec1 .-box2 {
    width: 100%;
  }
  .p-azukimuseum--taiken__sec1 .-box2 > p {
    text-align: center;
  }
  .p-azukimuseum--taiken__sec1 .-box2 .-tel {
    margin: 20px 0;
  }
  .p-azukimuseum--taiken__sec1 .-box2 .-tel a {
    height: 12px;
    display: inline-block;
    line-height: 100%;
  }
  .p-azukimuseum--taiken__sec1 .-box2 .-tel img {
    height: 12px;
    width: auto;
  }
}

.p-azukimuseum--mrestaurant__sec1 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 500px;
  margin: 0 auto 60px;
}

.p-azukimuseum--mrestaurant__sec1 h2 span {
  border-bottom: 2px solid #be808c;
  padding-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--mrestaurant__sec1 h2 {
    margin-bottom: 30px;
    display: block;
    text-align: center;
    width: 100%;
  }
  .p-azukimuseum--mrestaurant__sec1 h2 span {
    border: none;
    padding: 0;
  }
}

.p-azukimuseum--mrestaurant__sec1 > div > .u-ta--center {
  margin-bottom: 80px;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--mrestaurant__sec1 > div > .u-ta--center {
    margin-bottom: 40px;
  }
}

.p-azukimuseum--mrestaurant__sec1 .-box1 {
  width: 560px;
  margin: 0 auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-azukimuseum--mrestaurant__sec1 .-box1.-mshop {
  margin: 0 auto 40px;
}

.p-azukimuseum--mrestaurant__sec1 .-box1 > div:first-child {
  width: 250px;
}

.p-azukimuseum--mrestaurant__sec1 .-box1 > div:first-child > p {
  margin-bottom: 10px;
}

.p-azukimuseum--mrestaurant__sec1 .-box1 > div:first-child > div {
  margin-bottom: 10px;
}

.p-azukimuseum--mrestaurant__sec1 .-box1 > div:first-child > div span {
  display: inline-block;
  border: 1px solid #7d001a;
  padding: 0 10px;
  color: #7d001a;
  border-radius: 5px;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--mrestaurant__sec1 .-box1 {
    width: 100%;
    margin: 0 auto 40px;
  }
  .p-azukimuseum--mrestaurant__sec1 .-box1 > div:first-child {
    width: 100%;
  }
  .p-azukimuseum--mrestaurant__sec1 .-box1 > div:first-child dd {
    text-align: center;
  }
}

.p-azukimuseum--mrestaurant__sec1 .-box2 {
  width: 480px;
  margin: 0 auto;
}

.p-azukimuseum--mrestaurant__sec1 .-box2 h3 {
  border-bottom: 1px solid #7d001a;
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 30px;
}

.p-azukimuseum--mrestaurant__sec1 .-box2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-azukimuseum--mrestaurant__sec1 .-box2 ul li {
  width: 33.3333%;
  border-bottom: 1px solid #ccc;
  padding: 0 5px 40px;
  margin-bottom: 25px;
}

.p-azukimuseum--mrestaurant__sec1 .-box2 ul li p {
  margin-top: 5px;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--mrestaurant__sec1 .-box2 {
    width: 100%;
  }
  .p-azukimuseum--mrestaurant__sec1 .-box2 ul {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
  .p-azukimuseum--mrestaurant__sec1 .-box2 ul li {
    width: 50%;
    padding: 10px;
    margin: 0;
    border-bottom: 1px solid #ccc;
  }
  .p-azukimuseum--mrestaurant__sec1 .-box2 ul li:nth-child(2n) {
    border-left: 1px solid #ccc;
  }
}

.p-azukimuseum--spkikaku__sec1 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 446px;
  margin: 0 auto 60px;
}

.p-azukimuseum--spkikaku__sec1 h2 span {
  border-bottom: 2px solid #be808c;
  padding-bottom: 10px;
  width: 240px;
  text-align: center;
}

.p-azukimuseum--spkikaku__sec1 > div > p {
  width: 460px;
  margin: 50px auto 0;
}

.p-azukimuseum--spkikaku__sec1 .-box1 {
  width: 580px;
  margin: 0 auto;
  background: #fff2d9;
  padding: 70px 50px;
  -webkit-box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 14px rgba(0, 0, 0, 0.2);
  position: relative;
}

.p-azukimuseum--spkikaku__sec1 .-box1 > .-date {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  text-align: center;
  padding: 5px 23px;
  font-size: 17px;
  background: url("../img/azukimuseum/spkikaku/date-ribon.svg") no-repeat;
  background-size: 100% 100%;
  color: #fff;
  top: 10px;
  left: 0;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--spkikaku__sec1 .-box1 > .-date {
    font-size: 12px;
  }
}

.p-azukimuseum--spkikaku__sec1 .-box1 h3 {
  text-align: center;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 20px;
}

.p-azukimuseum--spkikaku__sec1 .-box1 .-in1 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-azukimuseum--spkikaku__sec1 .-box1 .-in1 > div {
  width: 47%;
}

.p-azukimuseum--spkikaku__sec1 .-box1 .-in2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.p-azukimuseum--spkikaku__sec1 .-box1 .-in2.-col2 > * {
  width: calc(50% - 10px);
}

.p-azukimuseum--spkikaku__sec1 .-box1 .-in2.-col3 > * {
  width: calc(33% - 10px);
}

.p-azukimuseum--spkikaku__sec1 .-box1 .-in2 dl dt {
  background: #ef8868;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  font-size: 17px;
}

.p-azukimuseum--spkikaku__sec1 .-box1 .-in2 dl dd {
  font-size: 16px;
}

.p-azukimuseum--spkikaku__sec1 .-box1 table td,
.p-azukimuseum--spkikaku__sec1 .-box1 table th {
  padding: 10px;
  vertical-align: top;
  border: 1px solid #fff2d9;
  font-size: 15px;
}

.p-azukimuseum--spkikaku__sec1 .-box1 table th {
  background: #ef8868;
  color: #fff;
  width: 100px;
}

.p-azukimuseum--spkikaku__sec1 .-box1 table td {
  background: #fff;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--spkikaku__sec1 h2 {
    margin-bottom: 30px;
    display: block;
    text-align: center;
    width: 100%;
  }
  .p-azukimuseum--spkikaku__sec1 h2 span {
    border: none;
    padding: 0;
  }
  .p-azukimuseum--spkikaku__sec1 > div > p {
    width: 100%;
    padding: 30px 20px;
    margin: 0;
  }
  .p-azukimuseum--spkikaku__sec1 .-box1 {
    width: 100%;
    padding: 50px 20px 30px;
  }
  .p-azukimuseum--spkikaku__sec1 .-box1 h3 {
    font-size: 26px;
  }
  .p-azukimuseum--spkikaku__sec1 .-box1 .-in1 {
    margin-bottom: 20px;
    display: block;
  }
  .p-azukimuseum--spkikaku__sec1 .-box1 .-in1 > div {
    width: 100%;
  }
  .p-azukimuseum--spkikaku__sec1 .-box1 .-in1 > div:first-child {
    text-align: center;
    margin-bottom: 10px;
  }
  .p-azukimuseum--spkikaku__sec1 .-box1 .-in2 {
    margin-bottom: 20px;
  }
  .p-azukimuseum--spkikaku__sec1 .-box1 .-in2.-col3 > * {
    width: calc(50% - 10px);
  }
  .p-azukimuseum--spkikaku__sec1 .-box1 .-in2 dl {
    margin-bottom: 10px;
  }
  .p-azukimuseum--spkikaku__sec1 .-box1 .-in2 dl dt {
    font-size: 18px;
  }
  .p-azukimuseum--spkikaku__sec1 .-box1 .-in2 dl dd {
    font-size: 14px;
  }
  .p-azukimuseum--spkikaku__sec1 .u-float--l,
  .p-azukimuseum--spkikaku__sec1 .u-float--r {
    float: none !important;
  }
}

.p-azukimuseum--intro__box1 {
  padding: 0 20px 0 150px;
  position: relative;
  font-size: 14px;
}

.p-azukimuseum--intro__box1 h2 {
  position: absolute;
  left: -20px;
  top: -15px;
}

.p-azukimuseum--intro__box1 .-check {
  position: relative;
}

.p-azukimuseum--intro__box1 .-check .-checkicon {
  position: absolute;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--intro__box1 .-check {
    position: relative !important;
    text-align: center;
    margin: 20px auto 0;
    width: 300px;
  }
  .p-azukimuseum--intro__box1 .-check .-checkicon {
    width: 90px;
    height: auto;
  }
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--intro__box1 {
    padding: 0;
  }
  .p-azukimuseum--intro__box1 h2 {
    position: relative;
    left: 0;
    top: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .p-azukimuseum--intro__box1 h2 img {
    width: 140px;
    height: auto;
  }
}

.p-azukimuseum--intro__sec4 .-in1 {
  margin-bottom: 40px;
}

.p-azukimuseum--intro__sec4 .-in2 {
  position: relative;
}

.p-azukimuseum--intro__sec4 .-in2 .-check {
  position: absolute;
  right: 0;
  bottom: 40px;
}

.p-azukimuseum--intro__sec4 .-in2 .-check .-checkicon {
  position: absolute;
  right: 20px;
  top: -70px;
}

.p-azukimuseum--intro__sec4 .u-ta--center {
  margin-bottom: 40px;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--intro__sec4 .-in1 {
    margin-bottom: 20px;
  }
  .p-azukimuseum--intro__sec4 .-in2 {
    margin-bottom: 30px;
  }
  .p-azukimuseum--intro__sec4 .-in2 .-check {
    position: relative;
    bottom: 0;
    text-align: right;
  }
  .p-azukimuseum--intro__sec4 .-in2 .-check .-checkicon {
    left: 0;
    right: unset;
    top: 0;
  }
  .p-azukimuseum--intro__sec4 .-in2 .-check .-sec4-check {
    width: 210px;
    height: auto;
  }
  .p-azukimuseum--intro__sec4 .u-ta--center {
    margin-bottom: 20px;
  }
}

.p-azukimuseum--intro__sec3 {
  margin-bottom: 60px;
}

.p-azukimuseum--intro__sec3 .-in1 {
  position: relative;
  margin-bottom: 20px;
}

.p-azukimuseum--intro__sec3 .-in1 > img {
  position: absolute;
  right: 40px;
  top: 0;
}

.p-azukimuseum--intro__sec3 .-in2 h3 {
  margin-bottom: 40px;
}

.p-azukimuseum--intro__sec3 .-in2 .-checkicon {
  top: -20px;
  left: 30px;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--intro__sec3 {
    margin-bottom: 30px;
  }
  .p-azukimuseum--intro__sec3 .-in1 > img {
    position: relative;
    display: block;
    margin: 20px auto;
    right: 0;
  }
  .p-azukimuseum--intro__sec3 .-in2 h3 {
    margin-bottom: 20px;
  }
  .p-azukimuseum--intro__sec3 .-in2 .-checkicon {
    top: -10px;
    left: 30px;
  }
}

.p-azukimuseum--intro__sec2 {
  margin-bottom: 60px;
}

.p-azukimuseum--intro__sec2 > .u-ta--center {
  margin-top: 30px;
}

.p-azukimuseum--intro__sec2 .-in1 {
  margin-bottom: 20px;
}

.p-azukimuseum--intro__sec2 .-in2 {
  margin-bottom: 90px;
  position: relative;
}

.p-azukimuseum--intro__sec2 .-in2 .-check {
  position: absolute;
  right: 0;
  top: 0;
}

.p-azukimuseum--intro__sec2 .-in2 .-check .-checkicon {
  left: -40px;
  top: -15px;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--intro__sec2 {
    margin-bottom: 30px;
  }
  .p-azukimuseum--intro__sec2 .-in2 {
    margin-bottom: 20px;
  }
  .p-azukimuseum--intro__sec2 .-in2 h3 {
    margin-bottom: 20px;
  }
  .p-azukimuseum--intro__sec2 .-in2 .-check .-checkicon {
    left: 0;
    top: 10px;
  }
}

.p-azukimuseum--intro__sec1 {
  margin-bottom: 60px;
}

.p-azukimuseum--intro__sec1 .-in1 {
  margin-bottom: 20px;
}

.p-azukimuseum--intro__sec1 .-in2 {
  margin-bottom: 30px;
  position: relative;
}

.p-azukimuseum--intro__sec1 .-check {
  position: absolute;
  right: 0;
  bottom: -30px;
}

.p-azukimuseum--intro__sec1 .-check .-checkicon {
  top: -40px;
  left: 40px;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--intro__sec1 {
    margin-bottom: 30px;
  }
  .p-azukimuseum--intro__sec1 .-check {
    bottom: 0;
  }
  .p-azukimuseum--intro__sec1 .-check .-checkicon {
    top: 0;
    left: 20px;
  }
  .p-azukimuseum--intro__sec1 .-check .-sec1-check {
    position: relative;
    bottom: -10px;
  }
}

.p-azukimuseum--intro__ftlink {
  padding: 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-azukimuseum--intro__ftlink > div {
  width: 267px;
}

.p-azukimuseum--intro__ftlink > div a {
  display: block;
  position: relative;
  padding: 5px 0;
  font-size: 17px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  text-align: center;
}

.p-azukimuseum--intro__ftlink > div a > img {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--intro__ftlink {
    padding: 0;
    display: block;
  }
  .p-azukimuseum--intro__ftlink > div {
    width: 290px;
    margin: 0 auto 15px;
  }
}

.p-azukimuseum--character__sec1 {
  width: 446px;
  margin: 0 auto;
}

.p-azukimuseum--character__sec1 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

.p-azukimuseum--character__sec1 h2 span {
  border-bottom: 2px solid #be808c;
  padding-bottom: 10px;
}

.p-azukimuseum--character__sec1 h2 span img {
  width: 240px;
  height: auto;
}

.p-azukimuseum--character__sec1 p {
  margin: 40px auto 0;
  line-height: 200%;
  width: 400px;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--character__sec1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-azukimuseum--character__sec1 h2 {
    margin-bottom: 30px;
    display: block;
    text-align: center;
  }
  .p-azukimuseum--character__sec1 h2 span {
    border: none;
    padding: 0;
  }
  .p-azukimuseum--character__sec1 .u-ta--center img {
    width: 70%;
  }
  .p-azukimuseum--character__sec1 p {
    width: 100%;
    margin: 20px 0 0;
  }
}

.p-azukimuseum--character__sec2 {
  width: 410px;
  margin: 120px auto 0;
  position: relative;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--character__sec2 {
    width: 100%;
    margin: 0;
  }
}

.p-azukimuseum--character__sec2 h3 {
  position: absolute;
  left: -170px;
  top: -80px;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--character__sec2 h3 {
    top: 0;
    left: 0;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
  }
}

.p-azukimuseum--character__sec2 > div > div h4 {
  border-bottom: 2px solid #be808c;
  margin-bottom: 30px;
}

.p-azukimuseum--character__sec2 > div > div > div > table {
  width: 260px;
}

.p-azukimuseum--character__sec2 > div > div > div > table th {
  padding: 0 0 20px;
  width: 76px;
}

.p-azukimuseum--character__sec2 > div > div > div > table th span {
  display: block;
  background: #f2e4c8;
  text-align: center;
  width: 76px;
}

.p-azukimuseum--character__sec2 > div > div > div > table td {
  padding: 0 0 20px 10px;
}

.p-azukimuseum--character__sec2 > div > div + div {
  margin-top: 60px;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--character__sec2 > div > div h4 {
    text-align: center;
    margin-bottom: 20px;
  }
  .p-azukimuseum--character__sec2 > div > div > div > * {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-azukimuseum--character__sec2 > div > div > div > div {
    text-align: center;
    height: 136px;
  }
  .p-azukimuseum--character__sec2 > div > div > div > table {
    margin: 0 auto;
  }
  .p-azukimuseum--character__sec2 > div > div + div {
    margin-top: 30px;
  }
}

.p-azukimuseum--top__mainimg {
  height: 630px;
  background: url("../img/azukimuseum/mainbg.jpg") no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-azukimuseum--top__mainimg > div h1 {
  text-align: center;
}

.p-azukimuseum--top__mainimg > div h1 img {
  width: 80%;
  height: auto;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--top__mainimg {
    height: 300px;
  }
}

.p-azukimuseum--top__sec1 {
  font-size: 15px;
  padding: 60px 20px;
}

.p-azukimuseum--top__sec1 h2 {
  text-align: center;
  margin-bottom: 20px;
}

.p-azukimuseum--top__sec1 p {
  text-align: center;
  line-height: 200%;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--top__sec1 {
    font-size: 13px;
    padding: 30px 20px;
  }
  .p-azukimuseum--top__sec1 h2 img {
    width: 280px;
    height: auto;
  }
  .p-azukimuseum--top__sec1 p {
    text-align: left;
  }
}

.p-azukimuseum--top__sec2 {
  background: url("../img/azukimuseum/bg1.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  height: 220px;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--top__sec2 {
    background-attachment: unset;
    height: 340px;
  }
}

.p-azukimuseum--top__sec2 > div {
  width: 816px;
  margin: 0 auto;
  height: 220px;
  position: relative;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--top__sec2 > div {
    width: 100%;
    height: 340px;
  }
}

.p-azukimuseum--top__sec2 > div .-box1 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.p-azukimuseum--top__sec2 > div .-box1 img + img {
  position: absolute;
  left: 110px;
  bottom: 110px;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--top__sec2 > div .-box1 {
    width: 290px;
    right: 0;
    margin: 0 auto;
    bottom: unset;
    top: 30px;
  }
  .p-azukimuseum--top__sec2 > div .-box1 img + img {
    bottom: unset;
    top: -20px;
    left: unset;
    right: 0;
  }
}

.p-azukimuseum--top__sec2 > div .-box2 {
  width: 409px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.p-azukimuseum--top__sec2 > div .-box2 > * {
  position: absolute;
}

.p-azukimuseum--top__sec2 > div .-box2 .-img1 {
  left: 0;
  bottom: 27px;
}

.p-azukimuseum--top__sec2 > div .-box2 .-img2 {
  right: 0;
  bottom: 60px;
}

.p-azukimuseum--top__sec2 > div .-box2 .-img3 {
  left: 197px;
  bottom: 0;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--top__sec2 > div .-box2 {
    width: 300px;
    margin: 0 auto;
    left: 0;
    bottom: 10px;
  }
  .p-azukimuseum--top__sec2 > div .-box2 .-img1 {
    width: 150px;
    bottom: 47px;
    height: auto;
  }
  .p-azukimuseum--top__sec2 > div .-box2 .-img2 {
    width: 150px;
    height: auto;
    bottom: 60px;
  }
  .p-azukimuseum--top__sec2 > div .-box2 .-img3 {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 60px;
    height: auto;
  }
}

.p-azukimuseum--top__sec3 {
  font-size: 15px;
  padding: 60px 20px;
}

.p-azukimuseum--top__sec3 h2 {
  text-align: center;
  margin-bottom: 20px;
}

.p-azukimuseum--top__sec3 p {
  text-align: center;
  line-height: 200%;
}

.p-azukimuseum--top__sec3 > div > div {
  margin: 40px 0;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--top__sec3 {
    font-size: 13px;
    padding: 30px 20px;
  }
  .p-azukimuseum--top__sec3 p {
    text-align: left;
  }
  .p-azukimuseum--top__sec3 > div > div {
    margin: 20px 0;
  }
}

.p-azukimuseum--top__sec4 {
  background: url("../img/azukimuseum/bg1.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  height: 380px;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--top__sec4 {
    background-attachment: unset;
    height: 260px;
  }
}

.p-azukimuseum--top__sec4 > div {
  width: 790px;
  height: 380px;
  margin: 0 auto;
  position: relative;
}

.p-azukimuseum--top__sec4 > div h2 {
  padding: 50px 0 0;
  text-align: center;
}

.p-azukimuseum--top__sec4 > div .-box1 {
  position: absolute;
  right: 0;
  top: 40px;
  height: 243px;
  width: 190px;
}

.p-azukimuseum--top__sec4 > div .-box1 > img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.p-azukimuseum--top__sec4 > div .-box1 a {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--top__sec4 > div {
    width: 100%;
    height: 260px;
  }
  .p-azukimuseum--top__sec4 > div h2 {
    padding: 20px 0;
  }
  .p-azukimuseum--top__sec4 > div h2 img {
    width: 300px;
    height: auto;
  }
  .p-azukimuseum--top__sec4 > div .-box1 {
    width: 300px;
    height: auto;
    left: 0;
    margin: 0 auto;
    bottom: 0;
    top: unset;
  }
  .p-azukimuseum--top__sec4 > div .-box1 > img {
    right: unset;
    left: 0;
    width: 140px;
    height: auto;
  }
  .p-azukimuseum--top__sec4 > div .-box1 a {
    top: unset;
    bottom: 15px;
  }
  .p-azukimuseum--top__sec4 > div .-box1 a img {
    width: 160px;
    height: auto;
  }
}

.p-azukimuseum--top__sec5 {
  font-size: 15px;
  padding: 190px 20px 60px;
  position: relative;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--top__sec5 {
    padding: 30px 20px;
    font-size: 13px;
  }
  .p-azukimuseum--top__sec5 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-azukimuseum--top__sec5 > div > * {
    width: 100%;
  }
}

.p-azukimuseum--top__sec5 .-box1 {
  width: 790px;
  position: absolute;
  left: 0;
  right: 0;
  top: -180px;
  margin: 0 auto;
}

.p-azukimuseum--top__sec5 .-box1 a {
  position: absolute;
  top: 0;
  display: inline-block;
}

.p-azukimuseum--top__sec5 .-box1 a + a {
  right: 0;
  top: 70px;
}

.p-azukimuseum--top__sec5 .-box1 a:first-child {
  left: 0;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--top__sec5 .-box1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    position: relative;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-azukimuseum--top__sec5 .-box1 a {
    width: 160px;
    padding: 0 5px;
    position: relative;
    top: 0 !important;
  }
}

.p-azukimuseum--top__sec5 p {
  text-align: center;
  line-height: 200%;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--top__sec5 p {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    text-align: left;
    margin-bottom: 20px;
  }
}

.p-azukimuseum--top__sec6 {
  background: url("../img/azukimuseum/bg2.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  height: 290px;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--top__sec6 {
    background-attachment: unset;
    height: 200px;
  }
}

.p-azukimuseum--top__sec7 {
  font-size: 15px;
  padding: 60px 20px;
  position: relative;
  position: relative;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--top__sec7 {
    padding: 30px 20px;
    font-size: 13px;
  }
  .p-azukimuseum--top__sec7 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.p-azukimuseum--top__sec7 .-box1 {
  width: 790px;
  position: absolute;
  left: 0;
  right: 0;
  top: -330px;
  margin: 0 auto;
}

.p-azukimuseum--top__sec7 .-box1 a {
  position: absolute;
  top: 0;
  display: inline-block;
}

.p-azukimuseum--top__sec7 .-box1 a + a {
  right: 0;
  top: 70px;
}

.p-azukimuseum--top__sec7 .-box1 a:first-child {
  left: 0;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--top__sec7 .-box1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    position: relative;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .p-azukimuseum--top__sec7 .-box1 a {
    width: 160px;
    padding: 0 5px;
    position: relative;
    top: 0 !important;
  }
}

.p-azukimuseum--top__sec7 .-box2 {
  width: 480px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -340px;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--top__sec7 .-box2 {
    width: 160px;
    margin: 0 auto;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    position: relative;
    bottom: 0;
  }
  .p-azukimuseum--top__sec7 .-box2 a {
    display: block;
  }
  .p-azukimuseum--top__sec7 .-box2 a + a {
    margin-top: 10px;
  }
}

.p-azukimuseum--top__sec7 p {
  text-align: center;
  line-height: 200%;
}

@media screen and (max-width: 799px) {
  .p-azukimuseum--top__sec7 p {
    text-align: left;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
  }
}

.p-company .c-box--main {
  background-image: url("../img/company/mainbg.png");
  background-position: center bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-company .c-box--main > p {
  width: 100%;
  font-size: 21px;
  color: #fff;
  text-shadow: 0 0 10px #4d2e24, 0 0 10px #4d2e24, 0 0 10px #4d2e24;
  font-weight: 500;
}

@media screen and (max-width: 799px) {
  .p-company .c-box--main p {
    font-size: 14px;
  }
}

.p-company .l-section__basic {
  position: relative;
}

.p-company .l-section__basic:before {
  content: '';
  width: 322px;
  height: 322px;
  background: url("../img/company/sec1-icon.svg") no-repeat center;
  background-size: cover;
  top: -20px;
  right: 30px;
  position: absolute;
}

@media screen and (max-width: 799px) {
  .p-company .l-section__basic:before {
    width: 180px;
    height: 180px;
  }
}

.p-company .l-section__basic > div {
  width: 590px;
  margin: 0 auto;
  font-size: 17px;
}

.p-company .l-section__basic > div + div {
  margin-top: 100px;
}

@media screen and (max-width: 799px) {
  .p-company .l-section__basic > div {
    width: 100%;
    font-size: 14px;
  }
  .p-company .l-section__basic > div + div {
    margin-top: 50px;
  }
}

.p-company .l-section__basic > div h2 {
  font-size: 27px;
  font-weight: 500;
}

@media screen and (max-width: 799px) {
  .p-company .l-section__basic > div h2 {
    font-size: 22px;
  }
}

.p-company .l-section__basic > div > p {
  font-size: 16px;
  line-height: 250%;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 799px) {
  .p-company .l-section__basic > div > p {
    line-height: inherit;
    margin-bottom: 20px;
  }
}

.p-company .l-section__basic > div .-company-table1 {
  width: 100%;
}

.p-company .l-section__basic > div .-company-table1 td,
.p-company .l-section__basic > div .-company-table1 th {
  text-align: left;
  vertical-align: middle;
  padding: 10px;
  border-bottom: 1px solid #333;
}

.p-company .l-section__basic > div .-company-table1 td iframe,
.p-company .l-section__basic > div .-company-table1 th iframe {
  height: 290px;
}

.p-company .l-section__basic > div .-company-table1 th {
  width: 150px;
}

@media screen and (max-width: 799px) {
  .p-company .l-section__basic > div .-company-table1 td,
  .p-company .l-section__basic > div .-company-table1 th {
    padding: 5px;
  }
  .p-company .l-section__basic > div .-company-table1 th {
    width: 100px;
  }
}

.p-company .l-section__basic > div dl {
  display: table;
}

.p-company .l-section__basic > div dl dd,
.p-company .l-section__basic > div dl dt {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding: 10px;
}

.p-company .l-section__basic > div dl dt {
  background: #eee2ca;
  width: 150px;
}

.p-company .l-section__basic > div dl dd a {
  text-decoration: underline;
}

.p-company .l-section__basic > div dl dd a:hover {
  text-decoration: none;
}

@media screen and (max-width: 799px) {
  .p-company .l-section__basic > div dl dd,
  .p-company .l-section__basic > div dl dt {
    padding: 5px;
  }
  .p-company .l-section__basic > div dl dt {
    width: 100px;
  }
}

.p-contact .c-box--main {
  background-position: center bottom;
  background-image: url("../img/contact/mainbg.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-contact .l-section__basic {
  position: relative;
}

.p-contact .l-section__basic > div {
  width: 660px;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  .p-contact .l-section__basic > div {
    width: 100%;
  }
}

.p-contact .l-section__basic > div h2 {
  font-size: 27px;
  font-weight: 500;
}

@media screen and (max-width: 799px) {
  .p-contact .l-section__basic > div h2 {
    font-size: 22px;
  }
}

.p-contact .l-section__basic > div > p {
  font-size: 16px;
  line-height: 250%;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 799px) {
  .p-contact .l-section__basic > div > p {
    line-height: inherit;
    margin-bottom: 20px;
  }
}

.p-contact .l-section__basic .u-flex {
  width: 660px;
  margin-left: auto;
  margin-right: auto;
}

.p-contact .l-section__basic .u-flex > div {
  width: 297px;
  height: 310px;
  text-align: center;
  background: #fff;
  padding: 0 15px;
}

.p-contact .l-section__basic .u-flex > div:first-child {
  background: #fff url("../img/contact/bg1.svg") no-repeat right top;
  background-size: 180px auto;
}

.p-contact .l-section__basic .u-flex > div h3 {
  font-size: 32px;
  font-weight: bold;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-contact .l-section__basic .u-flex > div p {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left;
}

.p-contact .l-section__basic .u-flex > div h4 {
  margin: 20px 0 10px;
}

@media screen and (max-width: 799px) {
  .p-contact .l-section__basic .u-flex {
    width: 100%;
  }
  .p-contact .l-section__basic .u-flex > div {
    width: 100%;
  }
  .p-contact .l-section__basic .u-flex > div + div {
    margin-top: 20px;
  }
}

.p-qa .l-section__basic > div {
  width: 590px;
  margin: 0 auto;
  font-size: 16px;
}

@media screen and (max-width: 799px) {
  .p-qa .l-section__basic > div {
    width: 100%;
    font-size: 14px;
  }
  .p-qa .l-section__basic > div + div {
    margin-top: 50px;
  }
}

.p-qa .l-section__basic h1 {
  font-size: 27px;
  font-weight: 500;
}

@media screen and (max-width: 799px) {
  .p-qa .l-section__basic h1 {
    font-size: 22px;
  }
}

.p-qa .l-section__basic .-pagelink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-qa .l-section__basic .-pagelink li {
  cursor: pointer;
  padding: 0 5px;
  border-left: 2px solid #c7a04d;
  border-right: 2px solid #c7a04d;
  margin-left: -2px;
  margin-bottom: 10px;
}

.p-qa .l-section__basic .-pagelink li > a {
  color: #c7a04d;
  display: block;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 100%;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

.p-qa .l-section__basic .-pagelink li:hover > a {
  background: #fff;
}

@media screen and (max-width: 799px) {
  .p-qa .l-section__basic .-pagelink {
    display: block;
    margin-top: 20px;
    width: 100%;
    left: 0;
  }
  .p-qa .l-section__basic .-pagelink li {
    padding: 0;
    border: 1px solid #c7a04d !important;
  }
  .p-qa .l-section__basic .-pagelink li + li {
    margin-top: 5px;
  }
  .p-qa .l-section__basic .-pagelink li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-qa .l-section__basic .-pagelink li a span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: #c7a04d;
  }
}

.p-qa .l-section__basic .-box {
  background: #fff;
  margin-top: 70px;
  padding: 20px;
  position: relative;
  left: -20px;
  width: calc(100% + 40px);
}

.p-qa .l-section__basic .-box h2 {
  border-left: 10px solid #7d001a;
  line-height: 140%;
  padding-left: 10px;
  font-size: 26px;
  margin-bottom: 20px;
}

.p-qa .l-section__basic .-box dl {
  padding: 0 5px;
}

.p-qa .l-section__basic .-box dl + dl {
  margin-top: 30px;
}

.p-qa .l-section__basic .-box dl dd,
.p-qa .l-section__basic .-box dl dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-qa .l-section__basic .-box dl dd span,
.p-qa .l-section__basic .-box dl dt span {
  white-space: nowrap;
}

.p-qa .l-section__basic .-box dl dt {
  border-bottom: 1px solid #7d001a;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 799px) {
  .p-qa .l-section__basic .-box {
    margin-top: 30px;
  }
  .p-qa .l-section__basic .-box h2 {
    font-size: 20px;
  }
}

.p-contact .c-contact-box1 > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-contact .c-contact-box1 > p + p {
  margin-top: 10px;
}

.p-contact svg {
  width: 280px;
  fill: #285096;
  height: auto;
  margin: 0 10px;
}

@media screen and (max-width: 799px) {
  .p-contact svg {
    width: 200px;
  }
}

.p-essay_campaign,
.p-essay_campaign_thanks {
  background: url("../img/essay/bg.jpg") center;
}

.p-essay_campaign .p-btn--essay,
.p-essay_campaign_thanks .p-btn--essay {
  display: inline-block;
  border-radius: 10px;
  background: #e60012;
  color: #fff;
  font-weight: bold;
  padding: 10px 20px;
  font-size: 26px;
}

@media screen and (max-width: 799px) {
  .p-essay_campaign .p-btn--essay,
  .p-essay_campaign_thanks .p-btn--essay {
    font-size: 18px;
    padding: 6px 10px;
  }
}

@media screen and (max-width: 799px) {
  .p-essay_campaign .-spw,
  .p-essay_campaign_thanks .-spw {
    width: 90px;
    height: auto;
  }
}

.p-essay__thanks {
  position: relative;
}

.p-essay__thanks > img {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 799px) {
  .p-essay__thanks > img {
    width: 75px;
    height: auto;
  }
}

.p-essay__thanks p {
  font-size: 37px;
  margin-bottom: 40px;
}

.p-essay__thanks p + p {
  font-size: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 799px) {
  .p-essay__thanks p {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .p-essay__thanks p + p {
    font-size: 16px;
  }
}

.p-essay__thanks ul.u-flex {
  margin-top: 40px;
}

.p-essay__thanks ul.u-flex li img {
  max-height: 140px;
  width: auto;
}

.p-essay__prize {
  margin-bottom: 80px;
}

@media screen and (max-width: 799px) {
  .p-essay__prize {
    margin-bottom: 40px;
  }
}

.p-essay__prize h2 {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 799px) {
  .p-essay__prize h2 {
    width: 100%;
  }
}

.p-essay__prize__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
}

.p-essay__prize__box > div:first-child {
  width: 420px;
  padding: 0 10px;
}

.p-essay__prize__box > div:first-child img[src$=png] {
  width: 459px;
  height: auto;
  white-space: nowrap;
  max-width: 459px !important;
  position: relative;
}

.p-essay__prize__box > div + div {
  width: 335px;
  padding: 0 10px;
}

.p-essay__prize__box > div + div img[src$=png] {
  position: relative;
  left: 70px;
}

@media screen and (max-width: 799px) {
  .p-essay__prize__box {
    display: block;
    padding: 0 20px;
  }
  .p-essay__prize__box > div:first-child {
    width: 100%;
  }
  .p-essay__prize__box > div:first-child img[src$=png] {
    max-width: 100% !important;
  }
  .p-essay__prize__box > div + div {
    width: 100%;
    padding: 20px 10px 0;
    text-align: center;
  }
  .p-essay__prize__box > div + div img[src$=png] {
    left: 0;
    width: 80%;
  }
}

.p-essay__history {
  width: 650px;
  margin: 0 auto;
}

.p-essay__history .-logo1 {
  position: relative;
}

.p-essay__history .-logo1 .-boshu {
  position: absolute;
  right: -40px;
  top: -100px;
}

@media screen and (max-width: 799px) {
  .p-essay__history {
    width: 100%;
  }
  .p-essay__history .-logo1 .-boshu {
    right: 0;
    top: -60px;
    width: 100px;
    height: 100px;
  }
  .p-essay__history .-logo1 .gozasoro-icon {
    width: 140px;
    height: auto;
  }
}

.p-essay__about-prize {
  margin-bottom: 100px;
}

.p-essay__about-prize h2 {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 799px) {
  .p-essay__about-prize {
    margin-bottom: 40px;
  }
  .p-essay__about-prize h2 {
    width: 100%;
  }
}

.p-essay__about-prize .about-prize-a {
  margin-bottom: 80px;
}

@media screen and (max-width: 799px) {
  .p-essay__about-prize .about-prize-a {
    margin-bottom: 40px;
  }
}

.p-essay__about-prize .about-prize-a .u-flex {
  width: 600px;
  margin: 0 auto;
}

.p-essay__about-prize .about-prize-a .u-flex > div:first-child {
  width: 255px;
}

.p-essay__about-prize .about-prize-a .u-flex > div + div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-essay__about-prize .about-prize-a .u-flex > div + div p {
  margin-top: 20px;
}

@media screen and (max-width: 799px) {
  .p-essay__about-prize .about-prize-a .u-flex {
    width: 100%;
  }
  .p-essay__about-prize .about-prize-a .u-flex > div:first-child {
    width: 50%;
  }
  .p-essay__about-prize .about-prize-a .u-flex > div + div .u-ta--center img {
    width: 80px;
    height: auto;
  }
  .p-essay__about-prize .about-prize-a .u-flex > div + div p {
    margin-top: 10px;
  }
}

.p-essay__about-prize .about-prize-a > p {
  width: 600px;
  margin: 0 auto;
}

@media screen and (max-width: 799px) {
  .p-essay__about-prize .about-prize-a > p {
    width: 100%;
  }
}

.p-essay__about-prize .about-prize-b > p {
  text-align: center;
  margin-bottom: 20px;
}

.p-essay__about-prize .about-prize-b > p span {
  padding: 10px 50px;
}

.p-essay__about-prize .about-prize-b > p strong {
  font-size: 36px;
}

@media screen and (max-width: 799px) {
  .p-essay__about-prize .about-prize-b > p span {
    padding: 6px 0;
    display: block;
    text-align: center;
    font-size: 14px;
  }
  .p-essay__about-prize .about-prize-b > p strong {
    font-size: 16px;
  }
  .p-essay__about-prize .about-prize-b > p + p img {
    width: 70%;
    height: auto;
  }
}

.p-essay__about-prize .about-prize-b .u-flex {
  width: 700px;
  margin: 50px auto 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-essay__about-prize .about-prize-b .u-flex > div {
  width: 311px;
}

.p-essay__about-prize .about-prize-b .u-flex > p {
  width: 324px;
}

@media screen and (max-width: 799px) {
  .p-essay__about-prize .about-prize-b .u-flex {
    width: 100%;
    margin: 30px 0 0;
  }
  .p-essay__about-prize .about-prize-b .u-flex > div {
    width: 40%;
  }
  .p-essay__about-prize .about-prize-b .u-flex > p {
    width: 60%;
    padding-left: 5px;
  }
}

.p-essay__about-prize .about-prize-b div.u-ta--center {
  padding: 20px 0 0;
  text-align: center;
}

.p-essay__about-prize .about-prize-b div.u-ta--center img {
  width: 80%;
}

.p-essay__about-prize .about-prize-b p.u-indent--1 {
  width: 700px;
  margin: 30px auto 0;
}

@media screen and (max-width: 799px) {
  .p-essay__about-prize .about-prize-b p.u-indent--1 {
    width: 100%;
    margin-left: 20px;
    font-size: 12px;
    padding-right: 20px;
  }
}

.p-essay__contact {
  width: 650px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 799px) {
  .p-essay__contact {
    width: 100%;
    margin: 0 auto;
  }
}

.p-essay__contact .-caution {
  font-size: 18px;
}

@media screen and (max-width: 799px) {
  .p-essay__contact .-caution {
    font-size: 14px;
  }
}

.p-essay__contact .essay-point dl + dl {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px dotted #e60012;
}

.p-essay__contact .essay-point dl.u-flex dt {
  white-space: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 130px;
}

.p-essay__contact .essay-point dl.u-flex dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 799px) {
  .p-essay__contact .essay-point dl {
    font-size: 13px;
  }
  .p-essay__contact .essay-point dl + dl {
    margin-top: 10px;
    padding-top: 10px;
  }
  .p-essay__contact .essay-point dl.u-flex dt {
    width: 80px;
  }
}

.p-essay__contact .essay-point > p.u-indent--1 {
  border: 2px solid #e60012;
  padding: 20px 20px 20px 40px;
  margin: 40px 0 80px;
}

@media screen and (max-width: 799px) {
  .p-essay__contact .essay-point > p.u-indent--1 {
    padding: 10px 10px 10px 20px;
    margin: 20px 0 40px;
  }
}

.p-essay__contact .essay-form {
  padding: 0 10px;
}

.p-essay__contact .essay-form input {
  border: none;
  padding: 5px;
  font-size: 20px;
}

.p-essay__contact .essay-form select {
  padding: 5px;
  font-size: 20px;
  border: none;
}

.p-essay__contact .essay-form textarea {
  border: none;
  padding: 5px;
  font-size: 20px;
}

.p-essay__contact .essay-form .confirm-btn,
.p-essay__contact .essay-form .submit-btn {
  border-radius: 10px;
  background: #e60012;
  color: #fff;
  font-weight: bold;
  padding: 10px 50px;
  cursor: pointer;
  margin: 0 10px;
  font-size: 26px;
}

.p-essay__contact .essay-form .back-btn {
  border-radius: 10px;
  background: #666;
  color: #fff;
  font-weight: bold;
  padding: 10px 50px;
  cursor: pointer;
  font-size: 26px;
  margin: 0 10px;
}

.p-essay__contact .essay-form p {
  margin-bottom: 20px;
}

.p-essay__contact .essay-form dl {
  margin-bottom: 20px;
}

.p-essay__contact .essay-form dl .wpcf7-not-valid-tip {
  font-size: 14px;
}

.p-essay__contact .essay-form dl.u-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-essay__contact .essay-form dl.u-flex dt {
  width: 280px;
}

.p-essay__contact .essay-form dl.u-flex dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 799px) {
  .p-essay__contact .essay-form input {
    font-size: 16px;
  }
  .p-essay__contact .essay-form textarea {
    height: 300px;
  }
  .p-essay__contact .essay-form .confirm-btn,
  .p-essay__contact .essay-form .submit-btn {
    border-radius: 10px;
    background: #e60012;
    color: #fff;
    font-weight: bold;
    padding: 6px 0;
    cursor: pointer;
    display: block;
    width: 100%;
    margin: 0 0 10px;
    font-size: 18px;
  }
  .p-essay__contact .essay-form .back-btn {
    border-radius: 10px;
    background: #666;
    color: #fff;
    font-weight: bold;
    padding: 6px 0;
    cursor: pointer;
    font-size: 18px;
    display: block;
    width: 100%;
    margin: 0 0 10px;
  }
  .p-essay__contact .essay-form p {
    margin-bottom: 10px;
  }
  .p-essay__contact .essay-form dl {
    margin-bottom: 10px;
  }
  .p-essay__contact .essay-form dl .wpcf7-not-valid-tip {
    font-size: 12px;
  }
  .p-essay__contact .essay-form dl.u-flex {
    display: block !important;
  }
  .p-essay__contact .essay-form dl.u-flex dt {
    width: 100%;
  }
}

.p-essay__box1 {
  width: 921px;
  margin: 80px auto;
  padding: 0 50px 60px;
  position: relative;
  font-size: 20px;
  background: url("../img/essay/border-main.png") repeat-y center;
}

@media screen and (max-width: 799px) {
  .p-essay__box1 {
    width: 100%;
    margin: 20px 0;
    background-size: contain;
    padding: 10px 30px 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 667px) {
  .p-essay__box1 {
    width: 100%;
    margin: 20px 0;
    background-size: contain;
    padding: 0 15px 20px;
    font-size: 14px;
  }
}

.p-essay__box1 h2 {
  border-bottom: 3px solid #e60012;
  margin-top: 20px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 5px;
}

@media screen and (max-width: 799px) {
  .p-essay__box1 h2 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

.p-essay__box1 .-text-boshudate {
  padding-left: 60px;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 100px;
}

.p-essay__box1 .-text-boshudate span {
  font-size: 16px;
}

@media screen and (max-width: 799px) {
  .p-essay__box1 .-text-boshudate {
    padding: 0;
    text-align: center;
    font-size: 14px;
    margin-bottom: 70px;
  }
  .p-essay__box1 .-text-boshudate span {
    font-size: 12px;
    display: block;
    text-align: center;
  }
}

.p-essay__box1 > div {
  position: relative;
}

.p-essay__box1 > div:after {
  background: url("../img/essay/bg-rt.png") no-repeat;
  width: 397px;
  height: 200px;
  position: absolute;
  right: 0;
  top: -30px;
  content: '';
}

@media screen and (max-width: 799px) {
  .p-essay__box1 > div:after {
    width: 100%;
    height: 100px;
    top: -15px;
    background-size: contain;
    background-position: right top;
  }
}

@media screen and (max-width: 667px) {
  .p-essay__box1 > div:after {
    width: 100%;
    height: 50px;
    top: -15px;
    background-size: contain;
    background-position: right top;
  }
}

.p-essay__box1:before {
  width: 921px;
  height: 70px;
  content: '';
  position: absolute;
  top: -70px;
  left: 0;
  background: url("../img/essay/border-hdft.png") no-repeat left;
}

@media screen and (max-width: 799px) {
  .p-essay__box1:before {
    width: 100%;
    height: 30px;
    top: -30px;
    background-size: 100% 30px;
  }
}

.p-essay__box1:after {
  width: 921px;
  height: 70px;
  content: '';
  position: absolute;
  bottom: -70px;
  left: 0;
  background: url("../img/essay/border-hdft.png") no-repeat left;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

@media screen and (max-width: 799px) {
  .p-essay__box1:after {
    width: 100%;
    height: 30px;
    bottom: -30px;
    background-size: 100% 30px;
  }
}

.p-essay__box1 .-text-70th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  margin-bottom: 30px;
}

.p-essay__box1 .-text-70th img {
  margin-right: 10px;
}

@media screen and (max-width: 799px) {
  .p-essay__box1 .-text-70th {
    font-size: 12px;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
    top: -15px;
  }
  .p-essay__box1 .-text-70th img {
    width: 75px;
    height: auto;
  }
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-flex--inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.u-flex--wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.u-flex--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.u-flex--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.u-flex--vtop {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.u-flex--vcenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-flex--vbottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.u-flex--between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.u-c--wh {
  color: #fff;
}

.u-c--red--1 {
  color: #ba0007;
  fill: #202659;
}

.u-c--red--2 {
  color: #e40060;
  fill: #e40060;
}

.u-c--red--3 {
  color: #e60012;
  fill: #e60012;
}

.u-c--bl--1 {
  color: #202659;
  fill: #202659;
}

.u-c--enzi {
  color: #7d001a;
}

.u-c--beige {
  color: #f2e4c8;
}

.u-c--azuki {
  color: #be808c;
}

.u-c--brown--1 {
  color: #c7a04d;
}

.u-c--brown--2 {
  color: #965a00;
}

.u-bgc--brown1 {
  background-color: #a67c52;
}

.u-bgc-blue1 {
  background-color: #285096;
}

.u-bgc--enzi {
  background-color: #7d001a;
}

.u-bgc--beige {
  background: #f2e4c8;
}

.u-bgc--azuki {
  background-color: #be808c;
}

.u-marker--ye {
  background: transparent -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffff00)) repeat scroll 0 0;
  background: transparent -webkit-linear-gradient(transparent 60%, #ffff00 0%) repeat scroll 0 0;
  background: transparent -o-linear-gradient(transparent 60%, #ffff00 0%) repeat scroll 0 0;
  background: transparent linear-gradient(transparent 60%, #ffff00 0%) repeat scroll 0 0;
}

.u-margin--lr-auto {
  margin-left: auto;
  margin-right: auto;
}

.u-margin--bss {
  margin-bottom: 10px;
}

@media screen and (max-width: 799px) {
  .u-margin--bss {
    margin-bottom: 5px;
  }
}

.u-margin--bs {
  margin-bottom: 20px;
}

@media screen and (max-width: 799px) {
  .u-margin--bs {
    margin-bottom: 10px;
  }
}

.u-margin--bm {
  margin-bottom: 40px;
}

@media screen and (max-width: 799px) {
  .u-margin--bm {
    margin-bottom: 20px;
  }
}

.u-margin--bl {
  margin-bottom: 60px;
}

@media screen and (max-width: 799px) {
  .u-margin--bl {
    margin-bottom: 30px;
  }
}

.u-margin--bll {
  margin-bottom: 80px;
}

@media screen and (max-width: 799px) {
  .u-margin--bll {
    margin-bottom: 40px;
  }
}

.u-margin--b3l {
  margin-bottom: 100px;
}

@media screen and (max-width: 799px) {
  .u-margin--b3l {
    margin-bottom: 50px;
  }
}

.u-margin--b4l {
  margin-bottom: 120px;
}

@media screen and (max-width: 799px) {
  .u-margin--b4l {
    margin-bottom: 60px;
  }
}

.u-margin--b5l {
  margin-bottom: 140px;
}

@media screen and (max-width: 799px) {
  .u-margin--b5l {
    margin-bottom: 70px;
  }
}

.u-margin--b6l {
  margin-bottom: 160px;
}

@media screen and (max-width: 799px) {
  .u-margin--b6l {
    margin-bottom: 80px;
  }
}

.u-margin--b7l {
  margin-bottom: 180px;
}

@media screen and (max-width: 799px) {
  .u-margin--b7l {
    margin-bottom: 90px;
  }
}

.u-margin--b8l {
  margin-bottom: 200px;
}

@media screen and (max-width: 799px) {
  .u-margin--b8l {
    margin-bottom: 100px;
  }
}

.u-margin--rs {
  margin-right: 10px;
}

@media screen and (max-width: 799px) {
  .u-margin--rs {
    margin-right: 5px;
  }
}

.u-margin--rm {
  margin-right: 20px;
}

@media screen and (max-width: 799px) {
  .u-margin--rm {
    margin-right: 10px;
  }
}

.u-margin--ls {
  margin-left: 10px;
}

@media screen and (max-width: 799px) {
  .u-margin--ls {
    margin-left: 5px;
  }
}

.u-margin--lm {
  margin-left: 20px;
}

@media screen and (max-width: 799px) {
  .u-margin--lm {
    margin-left: 10px;
  }
}

.u-margin--lrss {
  margin-left: 5px;
  margin-right: 5px;
}

.u-margin--lrs {
  margin-left: 10px;
  margin-right: 10px;
}

.u-margin--lrm {
  margin-left: 20px;
  margin-right: 20px;
}

.u-margin--lrl {
  margin-left: 40px;
  margin-right: 40px;
}

.u-margin--s {
  margin: 10px;
}

.u-margin--m {
  margin: 20px;
}

.u-margin--l {
  margin: 30px;
}

.u-padding--s {
  padding: 10px;
}

.u-padding--m {
  padding: 20px;
}

.u-padding--l {
  padding: 40px;
}

@media screen and (max-width: 799px) {
  .u-padding--l {
    margin-bottom: 20px;
  }
}

.ah {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.ah:hover {
  opacity: 0.7;
}

.u-link--h-line:hover {
  text-decoration: underline;
}

.u-link--h-noline {
  text-decoration: underline;
}

.u-link--h-noline:hover {
  text-decoration: none;
}

.u-ta--center {
  text-align: center !important;
}

.u-ta--left {
  text-align: left !important;
}

.u-ta--right {
  text-align: right !important;
}

@media screen and (min-width: 800px) {
  .u-float--l {
    float: left;
  }
  .u-float--r {
    float: right;
  }
}

.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.u-font--m {
  font-family: "Noto Serif JP", sans-serif !important;
}

.u-font--lspace2 {
  letter-spacing: 0.2em;
}

.u-font--sss {
  font-size: 10px !important;
}

.u-font--ss {
  font-size: 12px !important;
}

.u-font--sm {
  font-size: 18px !important;
}

.u-font--sl {
  font-size: 20px !important;
}

.u-font--sll {
  font-size: 22px !important;
}

@media screen and (max-width: 799px) {
  .u-font--sll {
    font-size: 20px !important;
  }
}

.u-font--s3l {
  font-size: 24px !important;
}

@media screen and (max-width: 799px) {
  .u-font--s3l {
    font-size: 22px !important;
  }
}

.u-font--s4l {
  font-size: 28px !important;
}

@media screen and (max-width: 799px) {
  .u-font--s4l {
    font-size: 24px !important;
  }
}

.u-font--s5l {
  font-size: 30px !important;
}

@media screen and (max-width: 799px) {
  .u-font--s5l {
    font-size: 26px !important;
  }
}

.u-font--s6l {
  font-size: 34px !important;
}

@media screen and (max-width: 799px) {
  .u-font--s6l {
    font-size: 30px !important;
  }
}

.u-indent--1 {
  text-indent: -1em;
  margin-left: 1em;
}

.u-lineheight--1 {
  line-height: 1;
}

.u-lineheight--basic {
  line-height: 1.5;
}

.fas {
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}

.u-shadow {
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
}

.u-hr--gray {
  width: 100%;
  height: 1px;
  background: #ccc;
  border: none;
}

.u-width--s {
  max-width: 300px;
}

.u-width--m {
  max-width: 500px;
}

@media screen and (max-width: 799px) {
  .u-width--sp100 {
    width: 100%;
  }
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

div.wpcf7 .ajax-loader {
  display: block !important;
  text-align: center !important;
}

@media screen and (max-width: 799px) {
  .u-spw100p {
    width: 100%;
  }
}

.u-float--l {
  float: left;
}

.u-float--r {
  float: right;
}

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

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

/*20201109 - news*/
.p-news {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
}

.p-news .cat {
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  height: 24px;
  border: 1px solid #dcb973;
  border-radius: 5px;
  color: #dcb973;
  font-size: 10px;
  line-height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.p-news__list {
  border-bottom: 1px solid #dcb973;
  margin-bottom: 20px;
}

.p-news__list li {
  margin-bottom: 25px;
}

.p-news__list li > div {
  display: flex;
}

.p-news__list li > div > div {
  width: 130px;
}

.p-news__list li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 799px) {
  .p-news__list li {
    margin-bottom: 0;
    padding: 15px 0;
  }
  .p-news__list li > div {
    display: block;
  }
  .p-news__list li > div > div {
    width: 100%;
  }
}

.p-news__single .-title {
  display: flex;
}

.p-news__single .-title .cat {
  margin-top: 10px;
}

.p-news__single .-title .-txt {
  flex: 1;
  font-size: 2em;
  padding-left: 10px;
}

@media screen and (max-width: 799px) {
  .p-news__single .-title .-txt {
    font-size: 1.4em;
  }
  .p-news__single .-title .cat {
    margin-top: 6px;
  }
}

.p-news__single .-time {
  margin: 15px 0;
  font-size: 0.9em;
}

.p-news__single .-content {
  padding: 0 20px 60px;
  border-bottom: 1px solid #dcb973;
  margin-bottom: 10px;
}

.p-news__single .-content img {
  max-width: 100%;
  height: auto;
}

.p-news__single .-content p {
  margin-bottom: 20px;
}

@media screen and (max-width: 799px) {
  .p-news__single .-content {
    padding: 0 0 30px;
  }
  .p-news__single .-content p {
    margin-bottom: 10px;
  }
}

.p-news__single .-back {
  text-align: right;
}

.p-news__single .-back a {
  display: inline-block;
  border: 1px solid #dcb973;
  background: #fff;
  padding: 0 10px;
}

.p-news__single .-info--pdf {
  margin: 0 0 20px;
  text-align: center;
}

.p-news__single .-info--shop {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.p-news__single .-info--shop a {
  display: block;
  background: #dcb973;
  color: #fff;
  padding: 5px;
  text-align: center;
  width: 400px;
  margin: 0 auto;
  max-width: 400px;
}

@media screen and (max-width: 799px) {
  .p-news__single .-info--shop {
    margin-top: 30px;
    display: block;
  }
  .p-news__single .-info--shop a {
    width: 90%;
  }
}

.p-news__single .-info--item {
  margin-top: 30px;
}

.p-news__single .-info--item a {
  display: block;
  background: #dcb973;
  color: #fff;
  padding: 5px;
  text-align: center;
  width: 400px;
  margin: 0 auto;
  max-width: 400px;
}

@media screen and (max-width: 799px) {
  .p-news__single .-info--item {
    margin-top: 20px;
  }
  .p-news__single .-info--item a {
    width: 90%;
  }
}

.p-news__sec1 h1 {
  border-bottom: 1px solid #dcb973;
  padding-bottom: 3px;
  margin-bottom: 30px;
  position: relative;
  width: calc(100% - 80px);
}

.p-news__sec1 h1 .-icon {
  position: absolute;
  right: -80px;
  top: -20px;
  width: 70px;
}

.p-news__sec1 .wp-pagenavi a, .p-news__sec1 .wp-pagenavi span {
  background: #fff;
  border: 1px solid #dcb973;
  color: #333 !important;
}

.p-news__sec1 .wp-pagenavi .current {
  background: #fcd691;
}

.p-news__sec1 .wp-pagenavi .nextpostslink, .p-news__sec1 .wp-pagenavi .previouspostslink {
  color: #fff !important;
  background: #dcb973;
}
