@charset "UTF-8";
/* CSS Document */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {box-sizing: border-box;border-style: solid;border-width: 0;}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {margin: 0;padding: 0;}

/**
 * Render the `main` element consistently in IE.
 */

main {display: block;}

/* Vertical rhythm */
/* ============================================ */

p,table,blockquote,address,pre,iframe,form,figure,dl {margin: 0;}

/* Headings */
/* ============================================ */

h1,h2,h3,h4,h5,h6 {font-size: inherit;line-height: inherit;font-weight: inherit;margin: 0;}

/* Lists (enumeration) */
/* ============================================ */

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

/* Lists (definition) */
/* ============================================ */

dt {font-weight: bold;}
dd {margin-left: 0;}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */}

address {font-style: inherit;}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,strong {font-weight: bolder;}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */}

em {font-style: normal;}

/**
 * Add the correct font size in all browsers.
 */

small {font-size: 80%;}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,embed,object,iframe {vertical-align: bottom;}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,input,optgroup,select,textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {display: none;}

/**
 * Remove padding
 */

option {padding: 0;}

/**
 * Reset to invisible
 */

fieldset {margin: 0;padding: 0;min-width: 0;}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {vertical-align: baseline;}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {overflow: auto;}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {cursor: pointer;}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {display: block;}

/*
 * Add the correct display in all browsers.
 */

summary {display: list-item;}

/*
 * Remove outline for editable content.
 */

[contenteditable] {outline: none;}

/* Table */
/* ============================================ */

table {border-collapse: collapse;border-spacing: 0;}
caption {text-align: left;}
td,th {vertical-align: top;padding: 0;}
th {text-align: left;font-weight: bold;}
input{font-size: 16px!important;transform: scale(0.9); } 
select{ font-size: 16px!important;transform: scale(0.9); }
 textarea{ font-size: 16px!important;transform: scale(0.9);}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {display: none;}

/**
 * Add the correct display in IE 10.
 */

[hidden] {display: none;}

/* ============================================ */

/*ーーーーーーーーーー
ローディング
ーーーーーーーーーーー*/
/* 画面全体の設定 */
#loader_wrap {
position: fixed;
display: flex;
align-items: center;
justify-content: center;
width: 100vw;
height: 100vh;
top: 0;
background:#fff;}

/* ローディングアニメーションの設定 */
.loader {
width:150px;
height:150px;
background: url("../img/common/grace150x150.webp") no-repeat;
opacity: 0;
animation: blink 1.5s infinite linear;}

@keyframes blink {50% {opacity: 1;}}

/* ローディング終了後 */
.loaded {opacity: 0;visibility: hidden;}


/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
#head_wrap {
    /* top: -100px; */
    position: relative;
    width: 100%;
    /* margin: 100px auto 0; */
    line-height: 1;
    z-index: 999;
    height: 0px;
    text-decoration: none;
    /* background-color: #ddd; */
}

#head_wrap a {text-decoration: none;}
#head_wrap .inner {width: 100%;margin: 0 auto;position: relative;}
#head_wrap .inner:after {content: "";clear: both;display: block;}

#head_wrap .logo {
    float: left;
    font-size: 1em;
    padding: 1% 2% 1.2%;
    width: 230px;}

#global-nav {position: absolute;right: 0;top: 0px;}

#global-nav ul {
  list-style: none;
  font-style: normal;
  font-size: 20px;
  margin-right: 10px;
  display: inline-flex;}

#top #head_wrap .inner {color: #fff;background-color: rgba(172,141,133,0.3);}

#global-nav ul li {padding:0;letter-spacing:0.01em;}
#global-nav ul li:last-child {border-right:none;}


@media (max-width: 768px) {
  #global-nav ul {display: block;margin-right: 0px;}
  #global-nav ul li {border-right:none;padding:0 10px;}
}

#global-nav ul li a {
  padding: 0 5px;
  padding: 2px;
  transition: all .6s ease 0s;
  box-sizing: border-box;}

nav#global-nav ul.line a {
   padding:10px 10px;
   color: white;              /* メニュー項目の文字色(白色) */
   line-height:40px;         /* メニュー項目のリンクの高さ(40px) */
   text-align:center;        /* メインメニューの文字列の配置(中央寄せ) */
   text-decoration: none;     /* メニュー項目の装飾(下線を消す) */
   display: block;            /* ★4:項目内全域をリンク可能にする */
}

nav#global-nav ul.line li a:hover {background-color: rgba(255,255,255,0.5); /* メニュー項目の背景色 */}
nav#global-nav ul.line li.sns-btn a:hover{background-color:rgba(172,141,133,0.3); /* メニュー項目の背景色 */}
nav#global-nav ul.line li.sns-btn a {margin:0 0 0 10px;padding:6px 0;width:28px;}

nav#global-nav ul.line li ul {display: none;/* ★非表示にする */}

nav#global-nav ul.line li:hover ul {
   margin-top:2px;
   display: block;/* ★5:マウスポインタが載っている項目の内部にあるリストを表示する */
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
	nav#global-nav ul.line a {padding-top:9px;padding-bottom:9px;}
	nav#global-nav ul.line li:hover ul {top:100%;margin-top:0px;}
}

nav#global-nav ul.line li ul {
   background-color:rgba(123,112,105,0.75);
   display: none;       /* ★1:標準では非表示にする */
   margin: 0px;         /* ★2:サブメニュー外側の余白(ゼロ) */
   padding: 0px;        /* ★3:サブメニュー内側の余白(ゼロ) */
   position: absolute;  /* ★4:絶対配置にする */
}
nav#global-nav ul.line li ul li {   /* ※A */
   width:180px;               /* サブメニュー1項目の横幅(180px) */
   border-top: 1px solid rgba(255,255,255,0.3); /* 項目上側の枠線 */
}
nav#global-nav ul.line li ul  li a {   /* ※B */
   font-size:0.9em;
   line-height: 35px;   /* サブメニュー1項目の高さ(35px) */
   text-align: left;    /* 文字列の配置(左寄せ) */
   padding-left:12px;   /* 文字列前方の余白(10px) */
   font-weight: normal; /* 太字にはしない */
}
nav#global-nav ul.line li ul li a::before{content:'>';display: inline-block;margin-right:10px;}
nav#global-nav ul.line li ul li a:hover {   /* ※C */
   background-color: rgba(211,190,152,0.5); /* サブメニュー項目にマウスが載ったときの背景色 */
   color:#FFF;/* サブメニュー項目にマウスが載ったときの文字色 */
}

/* Fixed */
#head_wrap.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 100px;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  z-index: 9999;}

#head_wrap.fixed .logo {font-size: 1em;color: #333;}

#head_wrap.fixed #global-nav ul li a {color: #fff;/* padding: 0 20px; */}
#head_wrap.fixed .inner {background-color: #fff;/*padding-bottom: 1%;*/}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;}

#nav-toggle div {position: relative;}

@media (max-width: 768px) {
  #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    /* Fixed reset */
  }

  #head_wrap .inner {width: 100%;padding: 0;}
  #head_wrap .fixed {padding-top: 0;background: transparent;}

  #mobile-head {
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;}

  #head_wrap.fixed .logo,
  #head_wrap .logo {
    position: absolute;
    left: 13px;
    top: 2px;
    color: #333;
    font-size: 10px;
	  line-height: 1.4em;}

  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background-color: rgba(89,82,80,0.7);
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
	  padding-bottom: 5%;}

  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 1.4em;
    margin-top:20px;}
	
  #global-nav ul li {float: none;position: static;}

  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display:block;
    padding:5px 0!important;
	color: #fff;}

nav#global-nav ul.line li ul {display: block;background:none;}

nav#global-nav ul.line li ul {
   background-color:none;
   display: block;       /* ★1:標準では非表示にする */
   margin: none;         /* ★2:サブメニュー外側の余白(ゼロ) */
   padding: none;        /* ★3:サブメニュー内側の余白(ゼロ) */
   position: inherit;  /* ★4:絶対配置にする */}
nav#global-nav ul.line li ul li {   /* ※A */
   padding:0 10px;
   display: inline!important;              /* サブメニュー1項目の横幅(160px) */
   border-top:none; /* 項目上側の枠線 */}
nav#global-nav ul.line li ul li a {   /* ※B */
   display: inline!important;   
   font-size:20px!important;
   line-height: none;   /* サブメニュー1項目の高さ(35px) */
   text-align: none;    /* 文字列の配置(左寄せ) */
   font-weight: normal; /* 太字にはしない */}
nav#global-nav ul.line li ul li a::before{content:'>';display: inline-block;margin-right:5px;}
nav#global-nav ul.line li ul li a:hover {   /* ※C */
   background-color: rgba(211,190,152,0.5); /* サブメニュー項目にマウスが載ったときの背景色 */
   color:#FFF;/* サブメニュー項目にマウスが載ったときの文字色 */}

nav#global-nav ul.line li.sns{   /*  */
   display:block!important;width:100%!important;}
nav#global-nav ul.line li.sns a:hover {   /* ※C */
   background-color: rgba(211,190,152,0)!important; /* サブメニュー項目にマウスが載ったときの背景色 */}

  #nav-toggle {display: block;}
  #head_wrap.fixed .inner {padding-bottom:0;}

  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;}

  #nav-toggle span:nth-child(1) {top: 0;}
  #nav-toggle span:nth-child(2) {top: 11px;}
  #nav-toggle span:nth-child(3) {top: 22px;}

  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);}
  .open #nav-toggle span:nth-child(2) {width: 0;left: 50%;}
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);}

  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);}
}


/* ============================================ */
/* basic */

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	letter-spacing: 0.12em;
	font-family:YuGothic, "Yu Gothic medium",'Noto Sans JP', "Hiragino Sans", Meiryo, "sans-serif";
	line-height: 1.8em;
	font-size:1.2em;
    background:url(../img/common/bg.webp);
	color:#6f6f6f;}

.center {text-align: center;}

p {}

.stickarrow {
    width: 25px;
    height: 8px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(45deg);
	display: inherit;}

section.t_about p.stickarrow {
    width: 25px;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skew(45deg);
	    display: inline-block;}

#top #global-nav .line a::after {background-color: #fff;}
#top .fixed #global-nav .line a::after {background-color: #000;}

/* 画像 */
.fadeimg {overflow: hidden;}
.fadeimg img {display: block;transition: 0.5s;}
.fadeimg img:hover {transform: scale(1.1, 1.1);}
.maximg.fadeimg img:hover {transform: none;}

/* フェードイン */
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* 全画面表示 */
.video_wrapper {position: relative;width: 100vw;height: 100vh;overflow: hidden;}

.video_wrapper > video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;}

.link a:hover {background-color: #101010;color:#fff;}
.link {text-align: center;margin: 0 auto;}
.link a {padding: 4% 2%;display: block;font-family: 'Libre Baskerville', serif;letter-spacing: 0.1em;font-size: 1.2em;}
.link_a{background-color: #fff;	}
.link_b{background-color: #819e8b;color:#fff;}


/* リンク */
a {transition: 0.5s;}
a img {transition: opacity 0.5s linear;}
a:hover,
a:hover img{opacity:0.5;}
.sns-btn a:hover img{transform: scale(1.1, 1.1);}

/* テキストボタン */
ul.bt-link{text-align:center;}
ul.bt-link li a {background-color:rgba(210,179,72,0.5);border-radius:40px;display:inline-block;padding:20px 40px;margin:10% auto 0;color:#fff;}
ul.bt-link li a:hover{ background-color:#fff;color:rgba(210,179,72,0.7);}

/* テキスト */
.concept_text {font-family: 'La Belle Aurore', cursive;text-align:center;color:#666;padding:10%;letter-spacing:0em;}

.title {font-family: 'Libre Baskerville', serif;font-size: 60px;font-weight: bold;line-height: 1.2;padding: 0 50px;text-align: center;color: #fff;}

h2 {text-align:center;font-size:2.25rem;font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";letter-spacing: 0.1em;}
h3 {font-size:1.7em;margin:0 0 5%;font-weight: 500; font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";}
h4 {text-align:center;font-size: 1.3em;letter-spacing:0.1em;font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";}
h5 {text-align:center;font-weight: bold;margin:3%;}
h6 {font-size:1em;font-family: 'Scheherazade New', serif;color: darkgray;}

span.en{font-family:'Scheherazade New', serif;font-size:2em;}

.hsub {text-align:center;font-size: 0.8em;}
.info {text-align:center;font-size: 0.7em;color:#333;}
p.set_c {font-weight: bold;line-height: 1.8em;}

/* カラー */
.gold {color:#C08329;}

/* マーカーライン */
.marker{background:linear-gradient(transparent 70%, rgba(210,179,72,0.3) 30%);padding:0 2%}
.marker2{background:linear-gradient(transparent 80%, rgba(210,179,72,0.3) 20%);padding:0 1%}


/* マージン */
.mb15 {margin-bottom:15px!important;}

/* 1文字ずつ出現 */
.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards;}
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}

/*文字列後ろの線の設定*/
.TextTyping::after {
  content: "|";
  animation: typinganime .8s ease infinite;
}

@keyframes typinganime{
  from{opacity:0}
  to{opacity:1}
}

/*ーーーーーーーーーー
.SNS リンク
ーーーーーーーーーーー*/

li.sns-btn {display: inline-block;width:42px;}

/*ーーーーーーーーーー
.banner area
ーーーーーーーーーーー*/
ul.banner_wrap{width:100%;display:table;}
ul.banner_wrap li {display:table-cell;width:50%;}
ul.banner_wrap li img {width:100%;}

/*ーーーーーーーーーー
.footer
ーーーーーーーーーーー*/
/* footer */
footer {text-align:center;background-color:#eeeceb;color:#333;padding:0;letter-spacing:0;}
footer p {font-size: 0.8em;text-align: center;margin:0;}
footer dl {max-width:1100px;margin:0 auto;}
footer dl dt,
footer dl dd {display:inline-block;vertical-align:top;}

footer dl dt{width:35%;}
footer dl dd{width:60%;text-align:left;}

footer dl dt img{width:100%;max-width: 200px;}

footer nav ul li{display: inline;margin:0 0.5em;font-size:0.8em;}
footer nav ul li.marker {color:#D79A21}

footer a {color:#8C613B}
footer a:hover {color:#D79A21;opacity:0.5;text-decoration:underline;}
footer .f_wrap .caption{text-align: left;}

footer ul.sub-fmenu {margin:0.5em 0;font-size:0.9em;}
footer ul.sub-fmenu li {display: inline-block;margin-left:10px;margin-right:10px;}
footer ul li.sns-btn {display: inline-block;width:28px!important;}
footer ul li.sns-btn img {width:100%;}

/*========= ページトップボタン ===============*/
/*リンクの形状*/
#page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  background:#ad8d84;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase; 
  text-decoration: none;
  font-size:0.6rem;
  transition:all 0.3s;}

#page-top a:hover{background:#777;}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 20px;
  bottom:20px;
  z-index: 2;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/
#page-top.UpMove{animation: UpAnime 0.5s forwards;}
@keyframes UpAnime{
  from {opacity: 0;transform: translateY(100px);}
  to {opacity: 1;transform: translateY(0);}}

/*　下に下がる動き　*/
#page-top.DownMove{animation: DownAnime 0.5s forwards;}
@keyframes DownAnime{
  from {opacity: 1;transform: translateY(0);}
  to {opacity: 1;transform: translateY(100px);}}


/*ーーーーーーーーーー
注意.note
ーーーーーーーーーーー*/
.note {text-align:left;border-radius:10px;font-size:0.8em;}
.note dt.button {position: relative;background-color:rgba(172,141,133,0.2);border-radius:10px;padding:8px 15px;text-align:center;cursor: pointer;}
.note dt.button::after {display: inline-block;position:absolute;top:0;right:0;font-size:24px;padding:10px;content:'＋';}
.note dd {background-color:rgba(255,255,255,0.5);border-radius:10px;padding:15px;}
.note dd p {border-radius:5px;line-height: 1.5;}
.note dd ul {margin:0.5em 0 0 1em;}

.btn-box .button {cursor:pointer;}
.btn-box .button:hover {opacity: .6;}
.more {display: none;}
.more.appear {display: block;animation:.5s fadeIn;}


/*========= Responsive ===============*/
/* デザインA（スマートフォン） */
@media screen and (max-width: 640px) {
.pc {display: none;}

/* 前提 */
body{letter-spacing:0.12em;margin:0;padding:0;}

.ttl, .a_text {display: inline-block;width: 100%;font-weight: 100;vertical-align: top;}

.ttl, .a_text {margin-top: 10%;}
.link {width:80%;}
h2 {padding: 20% 0 0;}
h3 {font-weight: 600;}
p {font-size:0.9em;}
li.box {margin: 15% 0;}

/* footer */
footer {padding:12.5% 5%;}
}

/* デザインB（タブレット） */
@media screen and (min-width: 641px) and (max-width: 1024px) {
.sp{display: none;}
#aging .pc {display:none;}
#aging .sp {display: block;}

/* 前提 */
body {font-size:16px;background:url(../img/common/bg.webp);margin:0;padding:0;}
#mobile-head {background-color: rgba(0,0,0,0.3)!important;}
/* footer */
footer {padding-top:7.5%;padding-bottom:7.5%;}
}

/* デザインC(PC) */
@media screen and (min-width: 1025px) {
.sp {display: none;}

/* 前提 */
#mobile-head {background-color: rgba(0,0,0,0.3)!important;}
/* footer */
footer {padding-top:5%;padding-bottom:5%;}
}
