@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playwrite+AU+SA&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Allura&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap");
.hoverEase {
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  opacity: 0.7;
}

.hoverScale .hoverScaleBox {
  overflow: hidden;
}
.hoverScale .hoverScaleBox img {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
@media (hover: hover) {
  .hoverScale {
    cursor: pointer;
  }
  .hoverScale:hover img {
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
  }
  .hoverScale:hover {
    opacity: 0.7;
  }
}

/*==================================================
 * 中央ぞろえ
 *================================================*/
/*==================================================
 * SVG Mask
 *================================================*/
/*==================================================
 * 角丸
 *================================================*/
/*==================================================
 * ボーダー
 *================================================*/
/*==================================================
 * スクロールなし
 *================================================*/
/*==================================================
 * レスポンシブ化
 *================================================*/
/*改善点

・768pxまではPC（タブレットも含む）
・767pxからSP


追加ルール
/*==================
▼ブレイクポイントのルール▼
-スマホを基本設計にする-
 *〜479px：SP縦
 *480px〜：SP横
 *600px〜タブレット
 *960px〜小型PC
 *1280px〜大型PC
==================

*/
.mainColor {
  color: #FFF34D;
}

.mainColorBorder {
  color: #7ae3d8;
}

.mainColorLight {
  color: #FFFCCB;
}

.subColor {
  color: #FEF19A;
}

.grayColor {
  color: #808080;
}

.grayColorLight {
  color: #E6E6E6;
}

.mainColorExLight {
  color: #e9f1f6;
}

.bgMainColorExLight {
  background-color: #e9f1f6;
}

.bgGrayColorLight {
  background-color: #E6E6E6;
}

.bgGrayColorExLight {
  background-color: #f8f7f7;
}

.fontNum {
  font-family: "Sawarabi Mincho", serif;
}

.fontNumSub {
  font-family: "Playwrite AU SA", serif;
}

.fontEn {
  font-family: "EB Garamond", serif;
}

.fontEnSub {
  font-family: "Allura", serif;
}

.gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.serif {
  font-family: "EB Garamond", serif;
}

body {
  font-family: "EB Garamond", serif;
}

/*==================================================
 * リセットcss
 *================================================*/
/* a modern css reset*/
/* 
html5doctor.com Reset Stylesheetﾀbｪ^
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

li {
  list-style-type: none;
}

/*==================================================
 * フォント
 *================================================*/
.italic {
  font-style: italic;
}

html {
  font-size: 10px;
}

html,
body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.02em;
  font-weight: 300;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
p,
span,
div {
  line-height: 1.8;
  font-weight: 300;
}

.lh_xxl {
  line-height: 2.5;
}
.lh_xxl * {
  line-height: 2.5;
}

.lh_xl {
  line-height: 2;
}
.lh_xl * {
  line-height: 2;
}

.lh_l {
  line-height: 1.8;
}
.lh_l * {
  line-height: 1.8;
}

.lh_m {
  line-height: 1.5;
}
.lh_m * {
  line-height: 1.5;
}

.lh_ms {
  line-height: 1.4;
}
.lh_ms * {
  line-height: 1.4;
}

.lh_s {
  line-height: 1;
}
.lh_s * {
  line-height: 1;
}

.lh_xs {
  line-height: 0.7;
}
.lh_xs * {
  line-height: 0.7;
}

.ls_xl {
  letter-spacing: 0.3em;
}

.ls_l {
  letter-spacing: 0.2em;
}

.ls_m {
  letter-spacing: 0.15em;
}

.ls_s {
  letter-spacing: 0.05em;
}

.ls_xs {
  letter-spacing: 0.01em;
}

.ls_0 {
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.bold {
  font-weight: 700 !important;
}

.bold900 {
  font-weight: 900 !important;
}

.normal {
  font-weight: normal;
}

.thin {
  font-weight: 100;
}

.nowrap {
  white-space: nowrap;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.gray {
  color: #686868;
}

.red {
  color: #ff4501 !important;
}

.fsL {
  font-size: 100px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL {
    font-size: 42px;
  }
}

.fsL2 {
  font-size: 64px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL2 {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL2 {
    font-size: 36px;
  }
}

.fsL3 {
  font-size: 50px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL3 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL3 {
    font-size: 28px;
  }
}

.fsL4 {
  font-size: 42px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsL4 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .fsL4 {
    font-size: 24px;
  }
}

.fsM {
  font-size: 34px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM {
    font-size: 21px;
  }
}

.fsM2 {
  font-size: 28px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM2 {
    font-size: 20px;
  }
}

.fsM3 {
  font-size: 25px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM3 {
    font-size: 20px;
  }
}

.fsM35 {
  font-size: 21px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM35 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM35 {
    font-size: 14px;
  }
}

.fsM4 {
  font-size: 17px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM4 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM4 {
    font-size: 16px;
  }
}

.fsM5 {
  font-size: 15px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsM5 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .fsM5 {
    font-size: 14px;
  }
}

.fsS {
  font-size: 14px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS {
    font-size: 13px;
  }
}

.fsS2 {
  font-size: 13px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS2 {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS2 {
    font-size: 12px;
  }
}

.fsS3 {
  font-size: 12px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS3 {
    font-size: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS3 {
    font-size: 11px;
  }
}

.fsS35 {
  font-size: 11px;
}
@media only screen and (min-width: 767px) and (max-width: 959px) {
  .fsS35 {
    font-size: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .fsS35 {
    font-size: 9px;
  }
}

.h000 {
  font-size: 100px;
}

.h00 {
  font-size: 64px;
}

.h0 {
  font-size: 42px;
}

.h1 {
  font-size: 32px;
}

.h2 {
  font-size: 28px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 18px;
}

.h5 {
  font-size: 16px;
}

.text_m {
  font-size: 14px;
}

.text_sm {
  font-size: 13px;
}

.text_s {
  font-size: 12px;
}

.text_ss {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 959px) {
  body {
    font-size: 14px;
  }
  .h000 {
    font-size: 64px;
  }
  .h00 {
    font-size: 36px;
  }
  .h0 {
    font-size: 25px;
  }
  .h1 {
    font-size: 24px;
  }
  .h2 {
    font-size: 24px;
  }
  .h3 {
    font-size: 20px;
  }
  .h4 {
    font-size: 15px;
  }
  .h5 {
    font-size: 14px;
  }
  .text_m {
    font-size: 13px;
  }
  .text_s {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .h000 {
    font-size: 42px;
  }
  .h00 {
    font-size: 36px;
  }
  .h0 {
    font-size: 24px;
  }
  .h1 {
    font-size: 22px;
  }
  .h2 {
    font-size: 20px;
  }
  .h3 {
    font-size: 17px;
  }
  .h4 {
    font-size: 15px;
  }
  .h5 {
    font-size: 15px;
  }
  .text_m {
    font-size: 13px;
  }
  .text_s {
    font-size: 11px;
  }
}
/*==================================================
 * Sass関数
 *================================================*/
/*==================================================
 * 独自リセット
 *================================================*/
/*リセット関係*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
}

ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

/*
a:hover{
	opacity: 0.8;
	transition:0.3s;
}
*/
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: 100;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

hr {
  margin: 10px auto;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

/*==================================================
 * 独自クラス（どのサイトでも）
 *================================================*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.remove {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  height: 0;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.zIndex_10 {
  z-index: 10;
}

.relapadding {
  padding-right: 80px;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inlineBlock {
  display: inline-block;
}

.inlineBlockUl li {
  display: inline-block;
  font-size: 12px;
}

.disNone {
  display: none !important;
}

.bgCenter {
  background-position: center center;
  background-size: cover;
}

.opa {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

a:hover .opa {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

.tra,
.tra:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.verticalMiddle {
  vertical-align: middle;
}

.verticalBottom {
  vertical-align: bottom;
}

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

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

.text-left {
  text-align: left;
}

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

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

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

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

.text-center-pc {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .text-center-pc {
    text-align: start;
  }
}

.linkA {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #FFF34D;
}
.linkA:hover {
  color: #FFF34D;
  text-decoration: underline;
}

.tab {
  display: none;
}

@media only screen and (min-width: 960px) and (max-width: 1280px) {
  .note {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .notTab {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
}
/*余白*/
.mAuto {
  margin: auto;
}

.m0 {
  margin: 0;
}

.p0 {
  padding: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mb2 {
  margin-bottom: 2px;
}

.mb3 {
  margin-bottom: 3px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 30px;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 40px;
  }
}

.mb70 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .mb70 {
    margin-bottom: 40px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.mb80 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 50px;
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 50px;
  }
}

.mb200 {
  margin-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .mb200 {
    margin-bottom: 70px;
  }
}

.ml0 {
  margin-left: 0;
}

.mbL {
  margin-bottom: 30%;
}

.mbL2 {
  margin-bottom: 25%;
}

.mbL3 {
  margin-bottom: 20%;
}

.mbL4 {
  margin-bottom: 15%;
}

.mbM {
  margin-bottom: 10%;
}

.mbM05 {
  margin-bottom: 9%;
}

.mbM1 {
  margin-bottom: 8.5%;
}

.mbM2 {
  margin-bottom: 7.5%;
}

.mbM25 {
  margin-bottom: 6.5%;
}

.mbM3 {
  margin-bottom: 5%;
}

.mbS {
  margin-bottom: 3.5%;
}

.mbS1 {
  margin-bottom: 3%;
}

.mbS2 {
  margin-bottom: 2%;
}

.mbS3 {
  margin-bottom: 1%;
}

@media only screen and (max-width: 767px) {
  .mbSpL {
    margin-bottom: 30%;
  }
  .mbSpL2 {
    margin-bottom: 25%;
  }
  .mbSpL3 {
    margin-bottom: 20%;
  }
  .mbSpL4 {
    margin-bottom: 15%;
  }
  .mbSpM {
    margin-bottom: 10%;
  }
  .mbSpM2 {
    margin-bottom: 7.5%;
  }
  .mbSpM3 {
    margin-bottom: 5%;
  }
  .mbSpS {
    margin-bottom: 3.5%;
  }
  .mbSpS2 {
    margin-bottom: 2%;
  }
  .mbSpS3 {
    margin-bottom: 1%;
  }
  .mb0Sp {
    margin-bottom: 0;
  }
}
/*==================================================
 * 余白
 *================================================*/
.w100 {
  width: 100%;
}

.h100 {
  height: 100%;
}

.m0 {
  margin: 0;
}

.mtXl {
  margin-top: 48px;
}

.mtLg {
  margin-top: 32px;
}

.mtSm {
  margin-top: 16px;
}

.mtBase {
  margin-top: 24px;
}

.mb4xl {
  margin-bottom: 80px;
}

.mb3xl {
  margin-bottom: 64px;
}

.mb2xl {
  margin-bottom: 56px;
}

.mbXl {
  margin-bottom: 48px;
}

.mbLg {
  margin-bottom: 32px;
}

.mbBase {
  margin-bottom: 24px;
}

.mbSm {
  margin-bottom: 16px;
}

.mbXs {
  margin-bottom: 8px;
}

.mb2xs {
  margin-bottom: 4px;
}

.mrXl {
  margin-right: 48px;
}

.mrLg {
  margin-right: 32px;
}

.mrBase {
  margin-right: 24px;
}

.mrSm {
  margin-right: 16px;
}

.mrXs {
  margin-right: 8px;
}

.mr2xs {
  margin-right: 4px;
}

.mlXl {
  margin-left: 48px;
}

.mlSm {
  margin-left: 16px;
}

.mlXs {
  margin-left: 8px;
}

.ml2xs {
  margin-left: 4px;
}

@media print, screen and (min-width: 768px) {
  .mrSm {
    margin-right: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .mb0Sp {
    margin-bottom: 0 !important;
  }
  .mb4xlSp {
    margin-bottom: 21.3333333333vw;
  }
  .mb3xlSp {
    margin-bottom: 17.0666666667vw;
  }
  .mb2xlSp {
    margin-bottom: 14.9333333333vw;
  }
  .mbXlSp {
    margin-bottom: 12.8vw;
  }
  .mbLgSp {
    margin-bottom: 8.5333333333vw;
  }
  .mbBaseSp {
    margin-bottom: 6.4vw;
  }
  .mbSmSp {
    margin-bottom: 4.2666666667vw;
  }
  .mbXsSp {
    margin-bottom: 2.1333333333vw;
  }
  .mb2XsSp {
    margin-bottom: 1.0666666667vw;
  }
  .mrLgSp {
    margin-right: 8.5333333333vw;
  }
  .mrBaseSp {
    margin-right: 6.4vw;
  }
  .mrSmSp {
    margin-right: 4.2666666667vw;
  }
  .mrXsSp {
    margin-right: 2.1333333333vw;
  }
  .mr2xsSp {
    margin-right: 1.0666666667vw;
  }
  .mr0Sp {
    margin-right: 0;
  }
  .ml0Sp {
    margin-left: 0;
  }
  .mlSmSp {
    margin-left: 4.2666666667vw;
  }
  .mlXsSp {
    margin-left: 2.1333333333vw;
  }
  .ml2xsSp {
    margin-left: 1.0666666667vw;
  }
  .mt0 {
    margin-top: 0;
  }
  .mtSmSp {
    margin-top: 4.2666666667vw;
  }
  .mtBaseSp {
    margin-top: 6.4vw;
  }
  .mtLgSp {
    margin-top: 8.5333333333vw;
  }
  .mtXlSp {
    margin-top: 10.6666666667vw;
  }
}
.ptSm {
  padding-top: 16px;
}

.ptBase {
  padding-top: 24px;
}

.pbBase {
  padding-bottom: 24px;
}

.pbSm {
  padding-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .pbBaseSp {
    padding-bottom: 6.4vw;
  }
  .pbSmSp {
    padding-bottom: 4.2666666667vw;
  }
  .ptSmSp {
    padding-top: 4.2666666667vw;
  }
  .ptBaseSp {
    padding-top: 6.4vw;
  }
}
.overFlowX-hidden {
  overflow-x: hidden;
}

.overFlowY-hidden {
  overflow-y: hidden;
}

/*flex・グリッド系*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.justCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justSelfCenter {
  justify-self: center;
}

.justEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justBetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alignStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.alignEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flexReverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.flexWrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flexColumn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flexColReverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flexColReverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media only screen and (max-width: 767px) {
  .justCenterSp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.col {
  padding-left: 15px;
  padding-right: 15px;
}

.flexCol {
  width: 100%;
}

.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.3333%;
}

.col-3 {
  width: 66.6666%;
}

.col4 {
  width: 25%;
}

.col-4 {
  width: 75%;
}

.col5 {
  width: 20%;
}

.col-5 {
  width: 80%;
}

.col6 {
  width: 16.666%;
}

.col-6 {
  width: 83.333%;
}

.col3-2 {
  width: 60%;
}

.col-3-2 {
  width: 40%;
}

@media print, screen and (min-width: 768px) {
  .flexPc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .flexSplit {
    width: 100%;
  }
  .flexPc {
    display: block;
  }
  .flexWrapSp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flexReverseSp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .flexColumnSp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flexColReverseSp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .bgFixed {
    background-attachment: unset;
  }
  .flexReverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
  .flexSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .justEndSp {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .alignCenterSp {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .alignEndSp {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .colSp1 {
    width: 100%;
  }
  .colSp2 {
    width: 50%;
  }
  .colSp3 {
    width: 33.3333%;
  }
  .colSp-3 {
    width: 66.6666%;
  }
  .colSp4 {
    width: 25%;
  }
  .colSp-4 {
    width: 75%;
  }
  .colSp5 {
    width: 20%;
  }
  .colSp-5 {
    width: 80%;
  }
  .colSp6 {
    width: 16.666%;
  }
  .colSp-6 {
    width: 83.333%;
  }
  .colSp3-2 {
    width: 60%;
  }
  .colSp-3-2 {
    width: 40%;
  }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .colMd1 {
    width: 100%;
  }
  .colMd2 {
    width: 50%;
  }
  .colMd3 {
    width: 33.3333%;
  }
  .colMd-3 {
    width: 66.6666%;
  }
  .colMd4 {
    width: 25%;
  }
  .colMd-4 {
    width: 75%;
  }
  .colMd5 {
    width: 20%;
  }
  .colMd-5 {
    width: 80%;
  }
  .colMd6 {
    width: 16.666%;
  }
  .colMd-6 {
    width: 83.333%;
  }
  .colMd3-2 {
    width: 60%;
  }
  .colMd-3-2 {
    width: 40%;
  }
}
/*横幅*/
@media only screen and (max-width: 767px) {
  .cntFluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 1441px) {
  .wideNoFluid {
    width: 100%;
    margin: auto;
    max-width: 1920px;
  }
}

.rw {
  margin-left: -15px;
  margin-right: -15px;
}

.padding {
  padding-top: clamp(60px, 8vw, 126px);
  padding-bottom: clamp(60px, 8vw, 126px);
}
@media only screen and (max-width: 767px) {
  .padding {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 1681px) {
  .padding {
    padding-top: 92px;
  }
}

.paddingS {
  padding-top: clamp(40px, 5vw, 55px);
  padding-bottom: clamp(40px, 5vw, 55px);
}

.paddingW {
  padding-top: 20%;
  padding-bottom: 20%;
}

.margin {
  margin-top: clamp(50px, 10vw, 100px);
  margin-bottom: clamp(50px, 10vw, 100px);
}

.marginS {
  margin-top: clamp(45px, 6vw, 60px);
  margin-bottom: clamp(45px, 6vw, 60px);
}

.marginW {
  margin-top: clamp(100px, 20vw, 200px);
  margin-bottom: clamp(100px, 20vw, 200px);
}

/*背景系*/
.bgImg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bgImgHeight {
  padding-bottom: 67%;
}

.bgFixed {
  background-attachment: fixed;
}
@media only screen and (max-width: 767px) {
  .bgFixed {
    background-attachment: inherit;
  }
}

.bgImgCircle {
  border-radius: 50%;
  padding-bottom: 100%;
}

.bgBlur {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.bgBlur:before {
  content: "";
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
}

.bgWhite {
  background-color: #ffffff;
}

.bgZoom {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.bgZoomImg {
  position: absolute;
  width: 101%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  will-change: transform;
  height: 100%;
  top: 0;
  left: 0;
}

a:hover .bgZoomImg {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
          transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0.9);
}

.bgZoomText {
  position: relative;
  pointer-events: none;
  width: 100%;
  z-index: 1;
}

/*テーブルboostrap*/
table {
  border-collapse: collapse;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th {
  text-align: inherit;
  font-weight: normal;
}
.table td,
.table th {
  padding: 1.2rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #e8edf0;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

/*マスクアニメーション*/
.maskCenter .maskWrap {
  margin-left: auto;
  margin-right: auto;
}

.maskWrap {
  display: table;
  overflow: hidden;
}

.maskWrap .mask {
  display: table;
  position: relative;
  margin-bottom: 0.25em;
  left: -100%;
  overflow: hidden;
}

.maskWrap .maskBg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ae9373;
}

/*角丸*/
.radiusS {
  border-radius: 8px;
}

.radiusM {
  border-radius: 10px;
}

.radiusL {
  border-radius: clamp(8px, 1.5vw, 15px);
}

.radiusXl {
  border-radius: clamp(15px, 2.2vw, 25px);
}

/*影*/
@media only screen and (max-width: 767px) {
  .shadowS {
    -webkit-box-shadow: rgba(50, 50, 93, 0.3) 0px 20px 30px -10px, rgba(0, 0, 0, 0.3) 0px 20px 50px -30px;
            box-shadow: rgba(50, 50, 93, 0.3) 0px 20px 30px -10px, rgba(0, 0, 0, 0.3) 0px 20px 50px -30px;
  }
}

.shadowM {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
@media only screen and (max-width: 767px) {
  .shadowM {
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
}

.shadowL {
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
@media only screen and (max-width: 767px) {
  .shadowL {
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 90px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 90px;
  }
}

.shadowLL {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
          box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px;
}

/*==================================================
 * 横幅 container
 *================================================*/
.cnt {
  width: 100%;
  max-width: min(calc(100% - var(--padding, 92px)), var(--maxWidth, 1244px));
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .cnt {
    --padding: 8.5333333333vw;
  }
}

.cntXs {
  --maxWidth: 714px;
}

.cntS {
  --maxWidth: 792px;
}

.cntM {
  --maxWidth: 960px;
}

.cntL {
  --maxWidth: 1000px;
}

.cntFull {
  --maxWidth: 1594px;
}

@media only screen and (min-width: 1681px) {
  .cntFullWide {
    --maxWidth: 1594px;
  }
}

/*==================================================
 * 独自クラス（このサイトだけ）
 *================================================*/
/*ボタン*/
@media only screen and (max-width: 767px) {
  input[type=submit],
  input[type=button],
  input[type=reset] {
    -webkit-appearance: none;
    border-radius: 0;
  }
}

input[type=text],
input[type=email],
textarea {
  font-size: 14px;
}

.commonBtnWrap {
  text-align: center;
  margin-bottom: 8px;
  position: relative;
  z-index: 10;
}

.commonBtn {
  display: inline-block;
  border: 1px solid #000;
  background-color: #FFF34D;
  padding: min(1.4vw, 16px) min(4vw, 46px);
  letter-spacing: 0.1em;
  border-radius: 100px;
  position: relative;
}
.commonBtn::before {
  border-radius: 100px;
  z-index: -10;
  left: 8px;
  top: 8px;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.commonBtn span {
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.commonBtn .large {
  font-size: clamp(18px, 3.5vw, 30px);
}
.commonBtn .small {
  font-size: clamp(14px, 1.7vw, 18px);
}
.commonBtn:hover {
  cursor: pointer;
  top: 8px;
  left: 8px;
}
.commonBtn:hover::before {
  top: 0px;
  left: 0px;
}
@media only screen and (max-width: 767px) {
  .commonBtn {
    padding: 3.7333333333vw 8.5333333333vw;
  }
  .commonBtn .large {
    font-size: 5.3333333333vw;
  }
  .commonBtn .small {
    font-size: 4.2666666667vw;
  }
}

.submit-btn input {
  font-size: clamp(16px, 2vw, 20px);
}
.submit-btn input:hover {
  cursor: pointer;
}
.submit-btn .btn--contact:not(:last-child) {
  margin-right: 0.7em;
}

/* ==========================================================================
Author's custom styles
========================================================================== */
/*==================================================
* 共通
*================================================*/
/*共通部分*/
body {
  width: 100%;
  text-align: justify;
  font-family: "Sawarabi Mincho", serif;
  letter-spacing: 0.13em;
  font-weight: 300;
  background-color: #fff;
  color: #333;
  overflow: hidden;
  font-weight: bold;
  font-size: clamp(11px, 1.5vw, 16px);
}
body a,
body p,
body span,
body figcaption,
body ul,
body li {
  font-weight: bold;
}

html {
  overflow-x: hidden;
  scroll-padding-top: min(11vw, 120px);
  scroll-behavior: smooth;
}
@media only screen and (max-width: 767px) {
  html {
    scroll-padding-top: 21.3333333333vw;
  }
}

.main {
  margin-top: min(9vw, 95px);
}
.home .main {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .main {
    margin-top: 21.3333333333vw;
  }
}

sup {
  vertical-align: super;
  font-size: 0.7em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div {
  font-weight: 400;
}

picture {
  display: block;
}

.bodyWrap {
  max-width: 1440px;
  position: relative;
  margin: auto;
}
@media print, screen and (min-width: 768px) {
  .bodyWrap {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
  }
}

.price {
  font-family: "Sawarabi Mincho", serif;
}

.hover:hover {
  opacity: 0.6;
}

.objectFit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mAuto {
  margin-right: auto;
  margin-left: auto;
}

.commonTitleJp {
  font-size: clamp(20px, 4vw, 40px);
}

.commonTitleJp--m {
  font-size: clamp(18px, 2.7vw, 30px);
}

.commonText {
  font-size: clamp(14px, 1.8vw, 20px);
}

.commonText--s {
  font-size: clamp(14px, 1.4vw, 16px);
}

.commonBgCover {
  position: relative;
}
.commonBgCover::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.commonLink {
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.commonLink:hover {
  opacity: 0.7;
  text-decoration: underline !important;
}
@media only screen and (max-width: 767px) {
  .commonLink {
    font-size: 4.2666666667vw;
  }
}

.commonUl li {
  position: relative;
  padding-left: 32px;
}
.commonUl li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .commonUl li {
    padding-left: 5.3333333333vw;
  }
}

.lineLink {
  background-color: #06c755;
  color: #fff;
  font-weight: bold;
  font-size: clamp(18px, 2.2vw, 24px);
  padding: 16px 48px;
  border-radius: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
.lineLink:hover {
  color: #fff;
  background-color: rgb(5.2536585366, 174.2463414634, 74.4268292683);
}
@media only screen and (max-width: 767px) {
  .lineLink {
    padding: 2.1333333333vw 5.3333333333vw;
    border-radius: 2.1333333333vw;
  }
}

.btn {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  text-decoration: underline !important;
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 4.2666666667vw;
  }
}

.topFvImgWrap {
  width: 80%;
  margin-right: auto;
  height: 90vh;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .topFvImgWrap {
    width: 85%;
  }
}

.topFvImg {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .topFvImg {
    background-position: 30% center;
  }
}

.topFvTextWrap {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  position: absolute;
}

.topFvTextJp {
  font-size: clamp(24px, 5vw, 50px);
}
@media only screen and (max-width: 767px) {
  .topFvTextJp {
    font-size: 4.8vw;
  }
}

.topFvTextEn {
  font-size: clamp(80px, 12vw, 132px);
}
@media only screen and (max-width: 767px) {
  .topFvTextEn {
    font-size: 17.0666666667vw;
  }
}

.topMsgTextWrap p:not(:last-child) {
  margin-bottom: 32px;
}

.topAboutTextWrap {
  position: relative;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.95);
}

@media print, screen and (min-width: 768px) {
  .aboutAppraisalWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .aboutAppraisalWrap p:first-child {
    margin-right: 48px;
  }
}

.topWorriesUl li {
  font-size: clamp(16px, 2.1vw, 22px);
}

@media print, screen and (min-width: 768px) {
  .topProfileUnit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.topProfileImgBox {
  width: min(24vw, 350px);
}
@media only screen and (max-width: 767px) {
  .topProfileImgBox {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}

.topProfileSnsLink a {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.topProfileSnsLink a:hover {
  opacity: 0.7;
}

.footer {
  padding-bottom: min(30vw, 300px);
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-bottom: 53.3333333333vw;
  }
}

.footerLogoText {
  display: inline-block;
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footerLogoText:hover {
  color: #fff;
  opacity: 0.8;
}
.footerLogoText .topFvTextJp {
  font-size: clamp(16px, 2.2vw, 24px);
}
.footerLogoText .topFvTextEn {
  font-size: clamp(56px, 7vw, 80px);
}
@media only screen and (max-width: 767px) {
  .footerLogoText {
    display: block;
    width: 100%;
  }
  .footerLogoText .topFvTextJp {
    font-size: 3.7333333333vw;
  }
  .footerLogoText .topFvTextEn {
    font-size: 10.6666666667vw;
  }
}

.blogContentWrap {
  display: grid;
  gap: 48px;
}
@media print, screen and (min-width: 768px) {
  .blogContentWrap {
    grid-template-columns: 65% 1fr;
  }
}

@media only screen and (max-width: 767px) {
  .blogContentSingleWrap {
    margin-top: 8.5333333333vw;
  }
}

.topBlogCardBoxInner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media only screen and (max-width: 767px) {
  .topBlogCardBoxInner {
    grid-template-columns: 1fr;
    gap: 6.4vw;
  }
}

.blogContentInner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}

.blogCard {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blogCard:hover {
  opacity: 0.7;
}

.blogDate {
  font-size: clamp(13px, 1.3vw, 14px);
}
@media only screen and (max-width: 767px) {
  .blogDate {
    font-size: 14px;
  }
}

.blogCardImg {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .blogTitle {
    font-size: 3.7333333333vw;
  }
}

.underHeader {
  padding-top: min(3vw, 32px);
  padding-bottom: min(3vw, 32px);
}
.underHeader .topFvTextJp {
  font-size: clamp(12px, 1.4vw, 14px);
}
.underHeader .topFvTextEn {
  font-size: clamp(32px, 5vw, 50px);
}

.headerLogoLink {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.headerLogoLink:hover {
  opacity: 0.7;
}

.blogSideBarTitle {
  font-size: clamp(16px, 2.2vw, 24px);
  font-family: "EB Garamond", serif;
  font-weight: bold;
  margin-bottom: 16px;
}

.blogSideBarData a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blogSideBarData a:hover {
  opacity: 0.7;
}
.blogSideBarData:not(:last-child) {
  margin-bottom: 48px;
}

.entry a {
  font-weight: bold;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.entry a:hover {
  opacity: 0.7;
  text-decoration: underline !important;
}

.tagBox .tag--blog {
  background-color: #eee;
  padding: 4px 8px;
}
.blogSideBarData .tagBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media only screen and (max-width: 767px) {
  .tagBox .tag {
    font-size: 14px;
  }
}

.tag--hashTag::before {
  content: "#";
}

/* ==========================================================================
   印刷用
   ========================================================================== */
/* -------------------------------------------------------------- 
 
 Hartija CSS Print Framework -MIT License
   * Version:   1.0
 
-------------------------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
    /*chrome用*/
    zoom: 0.8;
    border-top: none;
  }
  .bgImg {
    display: list-item; /* 該当箇所の表示方法をlist-itemに */
    list-style-image: url(print_bg.png); /* 表示させたい画像 */
    list-style-position: inside; /* マーカーの位置を内側に */
  }
  header {
    display: none;
  }
  footer {
    display: none;
  }
  .footerTelSp {
    display: none;
  }
  .menu-btn {
    display: none;
  }
  .fixBar {
    display: none !important;
  }
  .parallax-mirror {
    display: none;
    height: 0 !important;
  }
  .rellax {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .PrintHidden {
    display: none;
  }
  .printArea {
    margin: 0;
    padding: 0;
  }
}/*# sourceMappingURL=import.css.map */