@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Herr+Von+Muellerhoff&display=swap");
/* --------------------------------------------------------------------------------
  font
-------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=EB+Garamond:ital,wght@0,400..800;1,400..800&text=0123456789&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:wght@10;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
/* --------------------------------------------------------------------------------
  reset
-------------------------------------------------------------------------------- */
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 {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

img {
  vertical-align: bottom;
}

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

del,
ins {
  text-decoration: none;
}

caption,
th {
  text-align: left;
}

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

mark {
  font-style: italic;
  font-weight: bold;
}

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

sup {
  font-size: 0.75em;
  vertical-align: 0.25em;
}

sub {
  font-size: 0.75em;
  vertical-align: -0.25em;
}

big {
  font-size: 110%;
}

small {
  font-size: 90%;
}

legend {
  color: #000;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: middle;
}

/* --------------------------------------------------------------------------------
	base
-------------------------------------------------------------------------------- */
body {
  background-color: #fff;
}

a {
  background-color: transparent;
  background-image: none;
  background-position: top left;
  background-repeat: no-repeat;
  color: #333333;
  text-decoration: none;
}

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

/* --------------------------------------------------------------------------------
  layout
-------------------------------------------------------------------------------- */
/* container
---------------------------------------- */
.container {
  background-color: transparent;
  color: #333333;
  font-family: "Shippori Mincho B1", serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
  min-width: 1000px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .container {
    font-size: 3.4666666667vw;
    min-width: inherit;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
  }
}

.container *,
.container *::before,
.container *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* --------------------------------------------------------------------------------
	CMS style overwrite
-------------------------------------------------------------------------------- */
/*  
グローバルナビのスタイル変更はこちら。
PC: 高さ・幅・フォントサイズは変更不可。またナビ間の区切り線は不要です。
SP: 背景色・文字色・フォントすべて変更不可。
----------------------------------------*/
/* aタグ発行されないものにも適用させるため2重でスタイル調整*/
@media screen and (min-width: 769px) {
  .msn-headerNav__item,
  .msn-headerNav__item a {
    font-family: "Noto Serif Japanese", serif;
    color: #333333;
    letter-spacing: 0.1em;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .msn-headerLogo img {
    height: 65px;
    width: 248px;
  }
}
@media only screen and (max-width: 767px) {
  .msn-headerLogo img {
    height: 35px;
    width: 134px;
  }
}