@charset "UTF-8";
/*!---------------------------------------
 * Omotenashi
 * built 2013-07-01
 * last updated 2019-07-09
 * Licensed under the MIT License.
 * ---------------------------------------
 * (C) 2015 Munenori Nishimura
 * https://twitter.com/mune_nori
 * -------------------------------------*/
/*----------------------------------------
  Web Font
----------------------------------------*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Noto+Serif);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500);
@import url(https://fonts.googleapis.com/css?family=Shippori+Mincho+B1:wght@400;500;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;700&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://use.fontawesome.com/releases/v6.5.2/css/all.css);
.fontNotoSans {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
}

.fontNotoSerif {
  font-family: "Noto Serif Japanese", "Noto Serif", serif;
}

.fontRoboto {
  font-family: "Roboto", sans-serif;
}

.fontShipporiB1 {
  font-family: "Shippori Mincho B1", "Noto Serif", serif;
}

.fontZenOldMincho {
  font-family: "Zen Old Mincho", "Noto Serif", serif;
}

.fontEBGaramond {
  font-family: "EB Garamond", "Zen Old Mincho", "Noto Serif", serif;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Segoe UI";
  src: local("Segoe UI");
  font-weight: 400;
}
@font-face {
  font-family: "Segoe UI";
  src: local("Segoe UI");
  font-weight: 500;
}
@font-face {
  font-family: "Segoe UI";
  src: local("Segoe UI Semibold");
  font-weight: 600;
}
/*----------------------------------------
	Web Font Icon
----------------------------------------*/
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://fonts.gstatic.com/s/materialicons/v21/2fcrYFNaTjcS6g4U3t-Y5UEw0lE80llgEseQY3FEmqw.woff2) format("woff2");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 0.6rem;
}

.material-icons.md-18 {
  font-size: 18px;
}
.material-icons.md-24 {
  font-size: 24px;
}
.material-icons.md-36 {
  font-size: 36px;
}
.material-icons.md-48 {
  font-size: 48px;
}
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}
.material-icons.md-light {
  color: rgb(255, 255, 255);
}
.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/*----------------------------------------
	Material Colors
----------------------------------------*/
.color-red-50 {
  color: #ffebee !important;
}

.bgColor-red-50 {
  background-color: #ffebee !important;
}

.borderColor-red-50 {
  border-color: #ffebee !important;
}

.color-red-100 {
  color: #ffcdd2 !important;
}

.bgColor-red-100 {
  background-color: #ffcdd2 !important;
}

.borderColor-red-100 {
  border-color: #ffcdd2 !important;
}

.color-red-200 {
  color: #ef9a9a !important;
}

.bgColor-red-200 {
  background-color: #ef9a9a !important;
}

.borderColor-red-200 {
  border-color: #ef9a9a !important;
}

.color-red-300 {
  color: #e57373 !important;
}

.bgColor-red-300 {
  background-color: #e57373 !important;
}

.borderColor-red-300 {
  border-color: #e57373 !important;
}

.color-red-400 {
  color: #ef5350 !important;
}

.bgColor-red-400 {
  background-color: #ef5350 !important;
}

.borderColor-red-400 {
  border-color: #ef5350 !important;
}

.color-red-500 {
  color: #f44336 !important;
}

.bgColor-red-500 {
  background-color: #f44336 !important;
}

.borderColor-red-500 {
  border-color: #f44336 !important;
}

.color-red-600 {
  color: #e53935 !important;
}

.bgColor-red-600 {
  background-color: #e53935 !important;
}

.borderColor-red-600 {
  border-color: #e53935 !important;
}

.color-red-700 {
  color: #d32f2f !important;
}

.bgColor-red-700 {
  background-color: #d32f2f !important;
}

.borderColor-red-700 {
  border-color: #d32f2f !important;
}

.color-red-800 {
  color: #c62828 !important;
}

.bgColor-red-800 {
  background-color: #c62828 !important;
}

.borderColor-red-800 {
  border-color: #c62828 !important;
}

.color-red-900 {
  color: #b71c1c !important;
}

.bgColor-red-900 {
  background-color: #b71c1c !important;
}

.borderColor-red-900 {
  border-color: #b71c1c !important;
}

.color-red-a100 {
  color: #ff8a80 !important;
}

.bgColor-red-a100 {
  background-color: #ff8a80 !important;
}

.borderColor-red-a100 {
  border-color: #ff8a80 !important;
}

.color-red-a200 {
  color: #ff5252 !important;
}

.bgColor-red-a200 {
  background-color: #ff5252 !important;
}

.borderColor-red-a200 {
  border-color: #ff5252 !important;
}

.color-red-a400 {
  color: #ff1744 !important;
}

.bgColor-red-a400 {
  background-color: #ff1744 !important;
}

.borderColor-red-a400 {
  border-color: #ff1744 !important;
}

.color-red-a700 {
  color: #d50000 !important;
}

.bgColor-red-a700 {
  background-color: #d50000 !important;
}

.borderColor-red-a700 {
  border-color: #d50000 !important;
}

.color-pink-50 {
  color: #fce4ec !important;
}

.bgColor-pink-50 {
  background-color: #fce4ec !important;
}

.borderColor-pink-50 {
  border-color: #fce4ec !important;
}

.color-pink-100 {
  color: #f8bbd0 !important;
}

.bgColor-pink-100 {
  background-color: #f8bbd0 !important;
}

.borderColor-pink-100 {
  border-color: #f8bbd0 !important;
}

.color-pink-200 {
  color: #f48fb1 !important;
}

.bgColor-pink-200 {
  background-color: #f48fb1 !important;
}

.borderColor-pink-200 {
  border-color: #f48fb1 !important;
}

.color-pink-300 {
  color: #f06292 !important;
}

.bgColor-pink-300 {
  background-color: #f06292 !important;
}

.borderColor-pink-300 {
  border-color: #f06292 !important;
}

.color-pink-400 {
  color: #ec407a !important;
}

.bgColor-pink-400 {
  background-color: #ec407a !important;
}

.borderColor-pink-400 {
  border-color: #ec407a !important;
}

.color-pink-500 {
  color: #e91e63 !important;
}

.bgColor-pink-500 {
  background-color: #e91e63 !important;
}

.borderColor-pink-500 {
  border-color: #e91e63 !important;
}

.color-pink-600 {
  color: #d81b60 !important;
}

.bgColor-pink-600 {
  background-color: #d81b60 !important;
}

.borderColor-pink-600 {
  border-color: #d81b60 !important;
}

.color-pink-700 {
  color: #c2185b !important;
}

.bgColor-pink-700 {
  background-color: #c2185b !important;
}

.borderColor-pink-700 {
  border-color: #c2185b !important;
}

.color-pink-800 {
  color: #ad1457 !important;
}

.bgColor-pink-800 {
  background-color: #ad1457 !important;
}

.borderColor-pink-800 {
  border-color: #ad1457 !important;
}

.color-pink-900 {
  color: #880e4f !important;
}

.bgColor-pink-900 {
  background-color: #880e4f !important;
}

.borderColor-pink-900 {
  border-color: #880e4f !important;
}

.color-pink-a100 {
  color: #ff80ab !important;
}

.bgColor-pink-a100 {
  background-color: #ff80ab !important;
}

.borderColor-pink-a100 {
  border-color: #ff80ab !important;
}

.color-pink-a200 {
  color: #ff4081 !important;
}

.bgColor-pink-a200 {
  background-color: #ff4081 !important;
}

.borderColor-pink-a200 {
  border-color: #ff4081 !important;
}

.color-pink-a400 {
  color: #f50057 !important;
}

.bgColor-pink-a400 {
  background-color: #f50057 !important;
}

.borderColor-pink-a400 {
  border-color: #f50057 !important;
}

.color-pink-a700 {
  color: #c51162 !important;
}

.bgColor-pink-a700 {
  background-color: #c51162 !important;
}

.borderColor-pink-a700 {
  border-color: #c51162 !important;
}

.color-purple-50 {
  color: #f3e5f5 !important;
}

.bgColor-purple-50 {
  background-color: #f3e5f5 !important;
}

.borderColor-purple-50 {
  border-color: #f3e5f5 !important;
}

.color-purple-100 {
  color: #e1bee7 !important;
}

.bgColor-purple-100 {
  background-color: #e1bee7 !important;
}

.borderColor-purple-100 {
  border-color: #e1bee7 !important;
}

.color-purple-200 {
  color: #ce93d8 !important;
}

.bgColor-purple-200 {
  background-color: #ce93d8 !important;
}

.borderColor-purple-200 {
  border-color: #ce93d8 !important;
}

.color-purple-300 {
  color: #ba68c8 !important;
}

.bgColor-purple-300 {
  background-color: #ba68c8 !important;
}

.borderColor-purple-300 {
  border-color: #ba68c8 !important;
}

.color-purple-400 {
  color: #ab47bc !important;
}

.bgColor-purple-400 {
  background-color: #ab47bc !important;
}

.borderColor-purple-400 {
  border-color: #ab47bc !important;
}

.color-purple-500 {
  color: #9c27b0 !important;
}

.bgColor-purple-500 {
  background-color: #9c27b0 !important;
}

.borderColor-purple-500 {
  border-color: #9c27b0 !important;
}

.color-purple-600 {
  color: #8e24aa !important;
}

.bgColor-purple-600 {
  background-color: #8e24aa !important;
}

.borderColor-purple-600 {
  border-color: #8e24aa !important;
}

.color-purple-700 {
  color: #7b1fa2 !important;
}

.bgColor-purple-700 {
  background-color: #7b1fa2 !important;
}

.borderColor-purple-700 {
  border-color: #7b1fa2 !important;
}

.color-purple-800 {
  color: #6a1b9a !important;
}

.bgColor-purple-800 {
  background-color: #6a1b9a !important;
}

.borderColor-purple-800 {
  border-color: #6a1b9a !important;
}

.color-purple-900 {
  color: #4a148c !important;
}

.bgColor-purple-900 {
  background-color: #4a148c !important;
}

.borderColor-purple-900 {
  border-color: #4a148c !important;
}

.color-purple-a100 {
  color: #ea80fc !important;
}

.bgColor-purple-a100 {
  background-color: #ea80fc !important;
}

.borderColor-purple-a100 {
  border-color: #ea80fc !important;
}

.color-purple-a200 {
  color: #e040fb !important;
}

.bgColor-purple-a200 {
  background-color: #e040fb !important;
}

.borderColor-purple-a200 {
  border-color: #e040fb !important;
}

.color-purple-a400 {
  color: #d500f9 !important;
}

.bgColor-purple-a400 {
  background-color: #d500f9 !important;
}

.borderColor-purple-a400 {
  border-color: #d500f9 !important;
}

.color-purple-a700 {
  color: #aa00ff !important;
}

.bgColor-purple-a700 {
  background-color: #aa00ff !important;
}

.borderColor-purple-a700 {
  border-color: #aa00ff !important;
}

.color-deep-purple-50 {
  color: #ede7f6 !important;
}

.bgColor-deep-purple-50 {
  background-color: #ede7f6 !important;
}

.borderColor-deep-purple-50 {
  border-color: #ede7f6 !important;
}

.color-deep-purple-100 {
  color: #d1c4e9 !important;
}

.bgColor-deep-purple-100 {
  background-color: #d1c4e9 !important;
}

.borderColor-deep-purple-100 {
  border-color: #d1c4e9 !important;
}

.color-deep-purple-200 {
  color: #b39ddb !important;
}

.bgColor-deep-purple-200 {
  background-color: #b39ddb !important;
}

.borderColor-deep-purple-200 {
  border-color: #b39ddb !important;
}

.color-deep-purple-300 {
  color: #9575cd !important;
}

.bgColor-deep-purple-300 {
  background-color: #9575cd !important;
}

.borderColor-deep-purple-300 {
  border-color: #9575cd !important;
}

.color-deep-purple-400 {
  color: #7e57c2 !important;
}

.bgColor-deep-purple-400 {
  background-color: #7e57c2 !important;
}

.borderColor-deep-purple-400 {
  border-color: #7e57c2 !important;
}

.color-deep-purple-500 {
  color: #673ab7 !important;
}

.bgColor-deep-purple-500 {
  background-color: #673ab7 !important;
}

.borderColor-deep-purple-500 {
  border-color: #673ab7 !important;
}

.color-deep-purple-600 {
  color: #5e35b1 !important;
}

.bgColor-deep-purple-600 {
  background-color: #5e35b1 !important;
}

.borderColor-deep-purple-600 {
  border-color: #5e35b1 !important;
}

.color-deep-purple-700 {
  color: #512da8 !important;
}

.bgColor-deep-purple-700 {
  background-color: #512da8 !important;
}

.borderColor-deep-purple-700 {
  border-color: #512da8 !important;
}

.color-deep-purple-800 {
  color: #4527a0 !important;
}

.bgColor-deep-purple-800 {
  background-color: #4527a0 !important;
}

.borderColor-deep-purple-800 {
  border-color: #4527a0 !important;
}

.color-deep-purple-900 {
  color: #311b92 !important;
}

.bgColor-deep-purple-900 {
  background-color: #311b92 !important;
}

.borderColor-deep-purple-900 {
  border-color: #311b92 !important;
}

.color-deep-purple-a100 {
  color: #b388ff !important;
}

.bgColor-deep-purple-a100 {
  background-color: #b388ff !important;
}

.borderColor-deep-purple-a100 {
  border-color: #b388ff !important;
}

.color-deep-purple-a200 {
  color: #7c4dff !important;
}

.bgColor-deep-purple-a200 {
  background-color: #7c4dff !important;
}

.borderColor-deep-purple-a200 {
  border-color: #7c4dff !important;
}

.color-deep-purple-a400 {
  color: #651fff !important;
}

.bgColor-deep-purple-a400 {
  background-color: #651fff !important;
}

.borderColor-deep-purple-a400 {
  border-color: #651fff !important;
}

.color-deep-purple-a700 {
  color: #6200ea !important;
}

.bgColor-deep-purple-a700 {
  background-color: #6200ea !important;
}

.borderColor-deep-purple-a700 {
  border-color: #6200ea !important;
}

.color-indigo-50 {
  color: #e8eaf6 !important;
}

.bgColor-indigo-50 {
  background-color: #e8eaf6 !important;
}

.borderColor-indigo-50 {
  border-color: #e8eaf6 !important;
}

.color-indigo-100 {
  color: #c5cae9 !important;
}

.bgColor-indigo-100 {
  background-color: #c5cae9 !important;
}

.borderColor-indigo-100 {
  border-color: #c5cae9 !important;
}

.color-indigo-200 {
  color: #9fa8da !important;
}

.bgColor-indigo-200 {
  background-color: #9fa8da !important;
}

.borderColor-indigo-200 {
  border-color: #9fa8da !important;
}

.color-indigo-300 {
  color: #7986cb !important;
}

.bgColor-indigo-300 {
  background-color: #7986cb !important;
}

.borderColor-indigo-300 {
  border-color: #7986cb !important;
}

.color-indigo-400 {
  color: #5c6bc0 !important;
}

.bgColor-indigo-400 {
  background-color: #5c6bc0 !important;
}

.borderColor-indigo-400 {
  border-color: #5c6bc0 !important;
}

.color-indigo-500 {
  color: #3f51b5 !important;
}

.bgColor-indigo-500 {
  background-color: #3f51b5 !important;
}

.borderColor-indigo-500 {
  border-color: #3f51b5 !important;
}

.color-indigo-600 {
  color: #3949ab !important;
}

.bgColor-indigo-600 {
  background-color: #3949ab !important;
}

.borderColor-indigo-600 {
  border-color: #3949ab !important;
}

.color-indigo-700 {
  color: #303f9f !important;
}

.bgColor-indigo-700 {
  background-color: #303f9f !important;
}

.borderColor-indigo-700 {
  border-color: #303f9f !important;
}

.color-indigo-800 {
  color: #283593 !important;
}

.bgColor-indigo-800 {
  background-color: #283593 !important;
}

.borderColor-indigo-800 {
  border-color: #283593 !important;
}

.color-indigo-900 {
  color: #1a237e !important;
}

.bgColor-indigo-900 {
  background-color: #1a237e !important;
}

.borderColor-indigo-900 {
  border-color: #1a237e !important;
}

.color-indigo-a100 {
  color: #8c9eff !important;
}

.bgColor-indigo-a100 {
  background-color: #8c9eff !important;
}

.borderColor-indigo-a100 {
  border-color: #8c9eff !important;
}

.color-indigo-a200 {
  color: #536dfe !important;
}

.bgColor-indigo-a200 {
  background-color: #536dfe !important;
}

.borderColor-indigo-a200 {
  border-color: #536dfe !important;
}

.color-indigo-a400 {
  color: #3d5afe !important;
}

.bgColor-indigo-a400 {
  background-color: #3d5afe !important;
}

.borderColor-indigo-a400 {
  border-color: #3d5afe !important;
}

.color-indigo-a700 {
  color: #304ffe !important;
}

.bgColor-indigo-a700 {
  background-color: #304ffe !important;
}

.borderColor-indigo-a700 {
  border-color: #304ffe !important;
}

.color-blue-50 {
  color: #e3f2fd !important;
}

.bgColor-blue-50 {
  background-color: #e3f2fd !important;
}

.borderColor-blue-50 {
  border-color: #e3f2fd !important;
}

.color-blue-100 {
  color: #bbdefb !important;
}

.bgColor-blue-100 {
  background-color: #bbdefb !important;
}

.borderColor-blue-100 {
  border-color: #bbdefb !important;
}

.color-blue-200 {
  color: #90caf9 !important;
}

.bgColor-blue-200 {
  background-color: #90caf9 !important;
}

.borderColor-blue-200 {
  border-color: #90caf9 !important;
}

.color-blue-300 {
  color: #64b5f6 !important;
}

.bgColor-blue-300 {
  background-color: #64b5f6 !important;
}

.borderColor-blue-300 {
  border-color: #64b5f6 !important;
}

.color-blue-400 {
  color: #42a5f5 !important;
}

.bgColor-blue-400 {
  background-color: #42a5f5 !important;
}

.borderColor-blue-400 {
  border-color: #42a5f5 !important;
}

.color-blue-500 {
  color: #2196f3 !important;
}

.bgColor-blue-500 {
  background-color: #2196f3 !important;
}

.borderColor-blue-500 {
  border-color: #2196f3 !important;
}

.color-blue-600 {
  color: #1e88e5 !important;
}

.bgColor-blue-600 {
  background-color: #1e88e5 !important;
}

.borderColor-blue-600 {
  border-color: #1e88e5 !important;
}

.color-blue-700 {
  color: #1976d2 !important;
}

.bgColor-blue-700 {
  background-color: #1976d2 !important;
}

.borderColor-blue-700 {
  border-color: #1976d2 !important;
}

.color-blue-800 {
  color: #1565c0 !important;
}

.bgColor-blue-800 {
  background-color: #1565c0 !important;
}

.borderColor-blue-800 {
  border-color: #1565c0 !important;
}

.color-blue-900 {
  color: #0d47a1 !important;
}

.bgColor-blue-900 {
  background-color: #0d47a1 !important;
}

.borderColor-blue-900 {
  border-color: #0d47a1 !important;
}

.color-blue-a100 {
  color: #82b1ff !important;
}

.bgColor-blue-a100 {
  background-color: #82b1ff !important;
}

.borderColor-blue-a100 {
  border-color: #82b1ff !important;
}

.color-blue-a200 {
  color: #448aff !important;
}

.bgColor-blue-a200 {
  background-color: #448aff !important;
}

.borderColor-blue-a200 {
  border-color: #448aff !important;
}

.color-blue-a400 {
  color: #2979ff !important;
}

.bgColor-blue-a400 {
  background-color: #2979ff !important;
}

.borderColor-blue-a400 {
  border-color: #2979ff !important;
}

.color-blue-a700 {
  color: #2962ff !important;
}

.bgColor-blue-a700 {
  background-color: #2962ff !important;
}

.borderColor-blue-a700 {
  border-color: #2962ff !important;
}

.color-light-blue-50 {
  color: #e1f5fe !important;
}

.bgColor-light-blue-50 {
  background-color: #e1f5fe !important;
}

.borderColor-light-blue-50 {
  border-color: #e1f5fe !important;
}

.color-light-blue-100 {
  color: #b3e5fc !important;
}

.bgColor-light-blue-100 {
  background-color: #b3e5fc !important;
}

.borderColor-light-blue-100 {
  border-color: #b3e5fc !important;
}

.color-light-blue-200 {
  color: #81d4fa !important;
}

.bgColor-light-blue-200 {
  background-color: #81d4fa !important;
}

.borderColor-light-blue-200 {
  border-color: #81d4fa !important;
}

.color-light-blue-300 {
  color: #4fc3f7 !important;
}

.bgColor-light-blue-300 {
  background-color: #4fc3f7 !important;
}

.borderColor-light-blue-300 {
  border-color: #4fc3f7 !important;
}

.color-light-blue-400 {
  color: #29b6f6 !important;
}

.bgColor-light-blue-400 {
  background-color: #29b6f6 !important;
}

.borderColor-light-blue-400 {
  border-color: #29b6f6 !important;
}

.color-light-blue-500 {
  color: #03a9f4 !important;
}

.bgColor-light-blue-500 {
  background-color: #03a9f4 !important;
}

.borderColor-light-blue-500 {
  border-color: #03a9f4 !important;
}

.color-light-blue-600 {
  color: #039be5 !important;
}

.bgColor-light-blue-600 {
  background-color: #039be5 !important;
}

.borderColor-light-blue-600 {
  border-color: #039be5 !important;
}

.color-light-blue-700 {
  color: #0288d1 !important;
}

.bgColor-light-blue-700 {
  background-color: #0288d1 !important;
}

.borderColor-light-blue-700 {
  border-color: #0288d1 !important;
}

.color-light-blue-800 {
  color: #0277bd !important;
}

.bgColor-light-blue-800 {
  background-color: #0277bd !important;
}

.borderColor-light-blue-800 {
  border-color: #0277bd !important;
}

.color-light-blue-900 {
  color: #01579b !important;
}

.bgColor-light-blue-900 {
  background-color: #01579b !important;
}

.borderColor-light-blue-900 {
  border-color: #01579b !important;
}

.color-light-blue-a100 {
  color: #80d8ff !important;
}

.bgColor-light-blue-a100 {
  background-color: #80d8ff !important;
}

.borderColor-light-blue-a100 {
  border-color: #80d8ff !important;
}

.color-light-blue-a200 {
  color: #40c4ff !important;
}

.bgColor-light-blue-a200 {
  background-color: #40c4ff !important;
}

.borderColor-light-blue-a200 {
  border-color: #40c4ff !important;
}

.color-light-blue-a400 {
  color: #00b0ff !important;
}

.bgColor-light-blue-a400 {
  background-color: #00b0ff !important;
}

.borderColor-light-blue-a400 {
  border-color: #00b0ff !important;
}

.color-light-blue-a700 {
  color: #0091ea !important;
}

.bgColor-light-blue-a700 {
  background-color: #0091ea !important;
}

.borderColor-light-blue-a700 {
  border-color: #0091ea !important;
}

.color-cyan-50 {
  color: #e0f7fa !important;
}

.bgColor-cyan-50 {
  background-color: #e0f7fa !important;
}

.borderColor-cyan-50 {
  border-color: #e0f7fa !important;
}

.color-cyan-100 {
  color: #b2ebf2 !important;
}

.bgColor-cyan-100 {
  background-color: #b2ebf2 !important;
}

.borderColor-cyan-100 {
  border-color: #b2ebf2 !important;
}

.color-cyan-200 {
  color: #80deea !important;
}

.bgColor-cyan-200 {
  background-color: #80deea !important;
}

.borderColor-cyan-200 {
  border-color: #80deea !important;
}

.color-cyan-300 {
  color: #4dd0e1 !important;
}

.bgColor-cyan-300 {
  background-color: #4dd0e1 !important;
}

.borderColor-cyan-300 {
  border-color: #4dd0e1 !important;
}

.color-cyan-400 {
  color: #26c6da !important;
}

.bgColor-cyan-400 {
  background-color: #26c6da !important;
}

.borderColor-cyan-400 {
  border-color: #26c6da !important;
}

.color-cyan-500 {
  color: #00bcd4 !important;
}

.bgColor-cyan-500 {
  background-color: #00bcd4 !important;
}

.borderColor-cyan-500 {
  border-color: #00bcd4 !important;
}

.color-cyan-600 {
  color: #00acc1 !important;
}

.bgColor-cyan-600 {
  background-color: #00acc1 !important;
}

.borderColor-cyan-600 {
  border-color: #00acc1 !important;
}

.color-cyan-700 {
  color: #0097a7 !important;
}

.bgColor-cyan-700 {
  background-color: #0097a7 !important;
}

.borderColor-cyan-700 {
  border-color: #0097a7 !important;
}

.color-cyan-800 {
  color: #00838f !important;
}

.bgColor-cyan-800 {
  background-color: #00838f !important;
}

.borderColor-cyan-800 {
  border-color: #00838f !important;
}

.color-cyan-900 {
  color: #006064 !important;
}

.bgColor-cyan-900 {
  background-color: #006064 !important;
}

.borderColor-cyan-900 {
  border-color: #006064 !important;
}

.color-cyan-a100 {
  color: #84ffff !important;
}

.bgColor-cyan-a100 {
  background-color: #84ffff !important;
}

.borderColor-cyan-a100 {
  border-color: #84ffff !important;
}

.color-cyan-a200 {
  color: #18ffff !important;
}

.bgColor-cyan-a200 {
  background-color: #18ffff !important;
}

.borderColor-cyan-a200 {
  border-color: #18ffff !important;
}

.color-cyan-a400 {
  color: #00e5ff !important;
}

.bgColor-cyan-a400 {
  background-color: #00e5ff !important;
}

.borderColor-cyan-a400 {
  border-color: #00e5ff !important;
}

.color-cyan-a700 {
  color: #00b8d4 !important;
}

.bgColor-cyan-a700 {
  background-color: #00b8d4 !important;
}

.borderColor-cyan-a700 {
  border-color: #00b8d4 !important;
}

.color-teal-50 {
  color: #e0f2f1 !important;
}

.bgColor-teal-50 {
  background-color: #e0f2f1 !important;
}

.borderColor-teal-50 {
  border-color: #e0f2f1 !important;
}

.color-teal-100 {
  color: #b2dfdb !important;
}

.bgColor-teal-100 {
  background-color: #b2dfdb !important;
}

.borderColor-teal-100 {
  border-color: #b2dfdb !important;
}

.color-teal-200 {
  color: #80cbc4 !important;
}

.bgColor-teal-200 {
  background-color: #80cbc4 !important;
}

.borderColor-teal-200 {
  border-color: #80cbc4 !important;
}

.color-teal-300 {
  color: #4db6ac !important;
}

.bgColor-teal-300 {
  background-color: #4db6ac !important;
}

.borderColor-teal-300 {
  border-color: #4db6ac !important;
}

.color-teal-400 {
  color: #26a69a !important;
}

.bgColor-teal-400 {
  background-color: #26a69a !important;
}

.borderColor-teal-400 {
  border-color: #26a69a !important;
}

.color-teal-500 {
  color: #009688 !important;
}

.bgColor-teal-500 {
  background-color: #009688 !important;
}

.borderColor-teal-500 {
  border-color: #009688 !important;
}

.color-teal-600 {
  color: #00897b !important;
}

.bgColor-teal-600 {
  background-color: #00897b !important;
}

.borderColor-teal-600 {
  border-color: #00897b !important;
}

.color-teal-700 {
  color: #00796b !important;
}

.bgColor-teal-700 {
  background-color: #00796b !important;
}

.borderColor-teal-700 {
  border-color: #00796b !important;
}

.color-teal-800 {
  color: #00695c !important;
}

.bgColor-teal-800 {
  background-color: #00695c !important;
}

.borderColor-teal-800 {
  border-color: #00695c !important;
}

.color-teal-900 {
  color: #004d40 !important;
}

.bgColor-teal-900 {
  background-color: #004d40 !important;
}

.borderColor-teal-900 {
  border-color: #004d40 !important;
}

.color-teal-a100 {
  color: #a7ffeb !important;
}

.bgColor-teal-a100 {
  background-color: #a7ffeb !important;
}

.borderColor-teal-a100 {
  border-color: #a7ffeb !important;
}

.color-teal-a200 {
  color: #64ffda !important;
}

.bgColor-teal-a200 {
  background-color: #64ffda !important;
}

.borderColor-teal-a200 {
  border-color: #64ffda !important;
}

.color-teal-a400 {
  color: #1de9b6 !important;
}

.bgColor-teal-a400 {
  background-color: #1de9b6 !important;
}

.borderColor-teal-a400 {
  border-color: #1de9b6 !important;
}

.color-teal-a700 {
  color: #00bfa5 !important;
}

.bgColor-teal-a700 {
  background-color: #00bfa5 !important;
}

.borderColor-teal-a700 {
  border-color: #00bfa5 !important;
}

.color-green-50 {
  color: #e8f5e9 !important;
}

.bgColor-green-50 {
  background-color: #e8f5e9 !important;
}

.borderColor-green-50 {
  border-color: #e8f5e9 !important;
}

.color-green-100 {
  color: #c8e6c9 !important;
}

.bgColor-green-100 {
  background-color: #c8e6c9 !important;
}

.borderColor-green-100 {
  border-color: #c8e6c9 !important;
}

.color-green-200 {
  color: #a5d6a7 !important;
}

.bgColor-green-200 {
  background-color: #a5d6a7 !important;
}

.borderColor-green-200 {
  border-color: #a5d6a7 !important;
}

.color-green-300 {
  color: #81c784 !important;
}

.bgColor-green-300 {
  background-color: #81c784 !important;
}

.borderColor-green-300 {
  border-color: #81c784 !important;
}

.color-green-400 {
  color: #66bb6a !important;
}

.bgColor-green-400 {
  background-color: #66bb6a !important;
}

.borderColor-green-400 {
  border-color: #66bb6a !important;
}

.color-green-500 {
  color: #4caf50 !important;
}

.bgColor-green-500 {
  background-color: #4caf50 !important;
}

.borderColor-green-500 {
  border-color: #4caf50 !important;
}

.color-green-600 {
  color: #43a047 !important;
}

.bgColor-green-600 {
  background-color: #43a047 !important;
}

.borderColor-green-600 {
  border-color: #43a047 !important;
}

.color-green-700 {
  color: #388e3c !important;
}

.bgColor-green-700 {
  background-color: #388e3c !important;
}

.borderColor-green-700 {
  border-color: #388e3c !important;
}

.color-green-800 {
  color: #2e7d32 !important;
}

.bgColor-green-800 {
  background-color: #2e7d32 !important;
}

.borderColor-green-800 {
  border-color: #2e7d32 !important;
}

.color-green-900 {
  color: #1b5e20 !important;
}

.bgColor-green-900 {
  background-color: #1b5e20 !important;
}

.borderColor-green-900 {
  border-color: #1b5e20 !important;
}

.color-green-a100 {
  color: #b9f6ca !important;
}

.bgColor-green-a100 {
  background-color: #b9f6ca !important;
}

.borderColor-green-a100 {
  border-color: #b9f6ca !important;
}

.color-green-a200 {
  color: #69f0ae !important;
}

.bgColor-green-a200 {
  background-color: #69f0ae !important;
}

.borderColor-green-a200 {
  border-color: #69f0ae !important;
}

.color-green-a400 {
  color: #00e676 !important;
}

.bgColor-green-a400 {
  background-color: #00e676 !important;
}

.borderColor-green-a400 {
  border-color: #00e676 !important;
}

.color-green-a700 {
  color: #00c853 !important;
}

.bgColor-green-a700 {
  background-color: #00c853 !important;
}

.borderColor-green-a700 {
  border-color: #00c853 !important;
}

.color-light-green-50 {
  color: #f1f8e9 !important;
}

.bgColor-light-green-50 {
  background-color: #f1f8e9 !important;
}

.borderColor-light-green-50 {
  border-color: #f1f8e9 !important;
}

.color-light-green-100 {
  color: #dcedc8 !important;
}

.bgColor-light-green-100 {
  background-color: #dcedc8 !important;
}

.borderColor-light-green-100 {
  border-color: #dcedc8 !important;
}

.color-light-green-200 {
  color: #c5e1a5 !important;
}

.bgColor-light-green-200 {
  background-color: #c5e1a5 !important;
}

.borderColor-light-green-200 {
  border-color: #c5e1a5 !important;
}

.color-light-green-300 {
  color: #aed581 !important;
}

.bgColor-light-green-300 {
  background-color: #aed581 !important;
}

.borderColor-light-green-300 {
  border-color: #aed581 !important;
}

.color-light-green-400 {
  color: #9ccc65 !important;
}

.bgColor-light-green-400 {
  background-color: #9ccc65 !important;
}

.borderColor-light-green-400 {
  border-color: #9ccc65 !important;
}

.color-light-green-500 {
  color: #8bc34a !important;
}

.bgColor-light-green-500 {
  background-color: #8bc34a !important;
}

.borderColor-light-green-500 {
  border-color: #8bc34a !important;
}

.color-light-green-600 {
  color: #7cb342 !important;
}

.bgColor-light-green-600 {
  background-color: #7cb342 !important;
}

.borderColor-light-green-600 {
  border-color: #7cb342 !important;
}

.color-light-green-700 {
  color: #689f38 !important;
}

.bgColor-light-green-700 {
  background-color: #689f38 !important;
}

.borderColor-light-green-700 {
  border-color: #689f38 !important;
}

.color-light-green-800 {
  color: #558b2f !important;
}

.bgColor-light-green-800 {
  background-color: #558b2f !important;
}

.borderColor-light-green-800 {
  border-color: #558b2f !important;
}

.color-light-green-900 {
  color: #33691e !important;
}

.bgColor-light-green-900 {
  background-color: #33691e !important;
}

.borderColor-light-green-900 {
  border-color: #33691e !important;
}

.color-light-green-a100 {
  color: #ccff90 !important;
}

.bgColor-light-green-a100 {
  background-color: #ccff90 !important;
}

.borderColor-light-green-a100 {
  border-color: #ccff90 !important;
}

.color-light-green-a200 {
  color: #b2ff59 !important;
}

.bgColor-light-green-a200 {
  background-color: #b2ff59 !important;
}

.borderColor-light-green-a200 {
  border-color: #b2ff59 !important;
}

.color-light-green-a400 {
  color: #76ff03 !important;
}

.bgColor-light-green-a400 {
  background-color: #76ff03 !important;
}

.borderColor-light-green-a400 {
  border-color: #76ff03 !important;
}

.color-light-green-a700 {
  color: #64dd17 !important;
}

.bgColor-light-green-a700 {
  background-color: #64dd17 !important;
}

.borderColor-light-green-a700 {
  border-color: #64dd17 !important;
}

.color-lime-50 {
  color: #f9fbe7 !important;
}

.bgColor-lime-50 {
  background-color: #f9fbe7 !important;
}

.borderColor-lime-50 {
  border-color: #f9fbe7 !important;
}

.color-lime-100 {
  color: #f0f4c3 !important;
}

.bgColor-lime-100 {
  background-color: #f0f4c3 !important;
}

.borderColor-lime-100 {
  border-color: #f0f4c3 !important;
}

.color-lime-200 {
  color: #e6ee9c !important;
}

.bgColor-lime-200 {
  background-color: #e6ee9c !important;
}

.borderColor-lime-200 {
  border-color: #e6ee9c !important;
}

.color-lime-300 {
  color: #dce775 !important;
}

.bgColor-lime-300 {
  background-color: #dce775 !important;
}

.borderColor-lime-300 {
  border-color: #dce775 !important;
}

.color-lime-400 {
  color: #d4e157 !important;
}

.bgColor-lime-400 {
  background-color: #d4e157 !important;
}

.borderColor-lime-400 {
  border-color: #d4e157 !important;
}

.color-lime-500 {
  color: #cddc39 !important;
}

.bgColor-lime-500 {
  background-color: #cddc39 !important;
}

.borderColor-lime-500 {
  border-color: #cddc39 !important;
}

.color-lime-600 {
  color: #c0ca33 !important;
}

.bgColor-lime-600 {
  background-color: #c0ca33 !important;
}

.borderColor-lime-600 {
  border-color: #c0ca33 !important;
}

.color-lime-700 {
  color: #afb42b !important;
}

.bgColor-lime-700 {
  background-color: #afb42b !important;
}

.borderColor-lime-700 {
  border-color: #afb42b !important;
}

.color-lime-800 {
  color: #9e9d24 !important;
}

.bgColor-lime-800 {
  background-color: #9e9d24 !important;
}

.borderColor-lime-800 {
  border-color: #9e9d24 !important;
}

.color-lime-900 {
  color: #827717 !important;
}

.bgColor-lime-900 {
  background-color: #827717 !important;
}

.borderColor-lime-900 {
  border-color: #827717 !important;
}

.color-lime-a100 {
  color: #f4ff81 !important;
}

.bgColor-lime-a100 {
  background-color: #f4ff81 !important;
}

.borderColor-lime-a100 {
  border-color: #f4ff81 !important;
}

.color-lime-a200 {
  color: #eeff41 !important;
}

.bgColor-lime-a200 {
  background-color: #eeff41 !important;
}

.borderColor-lime-a200 {
  border-color: #eeff41 !important;
}

.color-lime-a400 {
  color: #c6ff00 !important;
}

.bgColor-lime-a400 {
  background-color: #c6ff00 !important;
}

.borderColor-lime-a400 {
  border-color: #c6ff00 !important;
}

.color-lime-a700 {
  color: #aeea00 !important;
}

.bgColor-lime-a700 {
  background-color: #aeea00 !important;
}

.borderColor-lime-a700 {
  border-color: #aeea00 !important;
}

.color-yellow-50 {
  color: #fffde7 !important;
}

.bgColor-yellow-50 {
  background-color: #fffde7 !important;
}

.borderColor-yellow-50 {
  border-color: #fffde7 !important;
}

.color-yellow-100 {
  color: #fff9c4 !important;
}

.bgColor-yellow-100 {
  background-color: #fff9c4 !important;
}

.borderColor-yellow-100 {
  border-color: #fff9c4 !important;
}

.color-yellow-200 {
  color: #fff59d !important;
}

.bgColor-yellow-200 {
  background-color: #fff59d !important;
}

.borderColor-yellow-200 {
  border-color: #fff59d !important;
}

.color-yellow-300 {
  color: #fff176 !important;
}

.bgColor-yellow-300 {
  background-color: #fff176 !important;
}

.borderColor-yellow-300 {
  border-color: #fff176 !important;
}

.color-yellow-400 {
  color: #ffee58 !important;
}

.bgColor-yellow-400 {
  background-color: #ffee58 !important;
}

.borderColor-yellow-400 {
  border-color: #ffee58 !important;
}

.color-yellow-500 {
  color: #ffeb3b !important;
}

.bgColor-yellow-500 {
  background-color: #ffeb3b !important;
}

.borderColor-yellow-500 {
  border-color: #ffeb3b !important;
}

.color-yellow-600 {
  color: #fdd835 !important;
}

.bgColor-yellow-600 {
  background-color: #fdd835 !important;
}

.borderColor-yellow-600 {
  border-color: #fdd835 !important;
}

.color-yellow-700 {
  color: #fbc02d !important;
}

.bgColor-yellow-700 {
  background-color: #fbc02d !important;
}

.borderColor-yellow-700 {
  border-color: #fbc02d !important;
}

.color-yellow-800 {
  color: #f9a825 !important;
}

.bgColor-yellow-800 {
  background-color: #f9a825 !important;
}

.borderColor-yellow-800 {
  border-color: #f9a825 !important;
}

.color-yellow-900 {
  color: #f57f17 !important;
}

.bgColor-yellow-900 {
  background-color: #f57f17 !important;
}

.borderColor-yellow-900 {
  border-color: #f57f17 !important;
}

.color-yellow-a100 {
  color: #ffff8d !important;
}

.bgColor-yellow-a100 {
  background-color: #ffff8d !important;
}

.borderColor-yellow-a100 {
  border-color: #ffff8d !important;
}

.color-yellow-a200 {
  color: #ffff00 !important;
}

.bgColor-yellow-a200 {
  background-color: #ffff00 !important;
}

.borderColor-yellow-a200 {
  border-color: #ffff00 !important;
}

.color-yellow-a400 {
  color: #ffea00 !important;
}

.bgColor-yellow-a400 {
  background-color: #ffea00 !important;
}

.borderColor-yellow-a400 {
  border-color: #ffea00 !important;
}

.color-yellow-a700 {
  color: #ffd600 !important;
}

.bgColor-yellow-a700 {
  background-color: #ffd600 !important;
}

.borderColor-yellow-a700 {
  border-color: #ffd600 !important;
}

.color-amber-50 {
  color: #fff8e1 !important;
}

.bgColor-amber-50 {
  background-color: #fff8e1 !important;
}

.borderColor-amber-50 {
  border-color: #fff8e1 !important;
}

.color-amber-100 {
  color: #ffecb3 !important;
}

.bgColor-amber-100 {
  background-color: #ffecb3 !important;
}

.borderColor-amber-100 {
  border-color: #ffecb3 !important;
}

.color-amber-200 {
  color: #ffe082 !important;
}

.bgColor-amber-200 {
  background-color: #ffe082 !important;
}

.borderColor-amber-200 {
  border-color: #ffe082 !important;
}

.color-amber-300 {
  color: #ffd54f !important;
}

.bgColor-amber-300 {
  background-color: #ffd54f !important;
}

.borderColor-amber-300 {
  border-color: #ffd54f !important;
}

.color-amber-400 {
  color: #ffca28 !important;
}

.bgColor-amber-400 {
  background-color: #ffca28 !important;
}

.borderColor-amber-400 {
  border-color: #ffca28 !important;
}

.color-amber-500 {
  color: #ffc107 !important;
}

.bgColor-amber-500 {
  background-color: #ffc107 !important;
}

.borderColor-amber-500 {
  border-color: #ffc107 !important;
}

.color-amber-600 {
  color: #ffb300 !important;
}

.bgColor-amber-600 {
  background-color: #ffb300 !important;
}

.borderColor-amber-600 {
  border-color: #ffb300 !important;
}

.color-amber-700 {
  color: #ffa000 !important;
}

.bgColor-amber-700 {
  background-color: #ffa000 !important;
}

.borderColor-amber-700 {
  border-color: #ffa000 !important;
}

.color-amber-800 {
  color: #ff8f00 !important;
}

.bgColor-amber-800 {
  background-color: #ff8f00 !important;
}

.borderColor-amber-800 {
  border-color: #ff8f00 !important;
}

.color-amber-900 {
  color: #ff6f00 !important;
}

.bgColor-amber-900 {
  background-color: #ff6f00 !important;
}

.borderColor-amber-900 {
  border-color: #ff6f00 !important;
}

.color-amber-a100 {
  color: #ffe57f !important;
}

.bgColor-amber-a100 {
  background-color: #ffe57f !important;
}

.borderColor-amber-a100 {
  border-color: #ffe57f !important;
}

.color-amber-a200 {
  color: #ffd740 !important;
}

.bgColor-amber-a200 {
  background-color: #ffd740 !important;
}

.borderColor-amber-a200 {
  border-color: #ffd740 !important;
}

.color-amber-a400 {
  color: #ffc400 !important;
}

.bgColor-amber-a400 {
  background-color: #ffc400 !important;
}

.borderColor-amber-a400 {
  border-color: #ffc400 !important;
}

.color-amber-a700 {
  color: #ffab00 !important;
}

.bgColor-amber-a700 {
  background-color: #ffab00 !important;
}

.borderColor-amber-a700 {
  border-color: #ffab00 !important;
}

.color-orange-50 {
  color: #fff3e0 !important;
}

.bgColor-orange-50 {
  background-color: #fff3e0 !important;
}

.borderColor-orange-50 {
  border-color: #fff3e0 !important;
}

.color-orange-100 {
  color: #ffe0b2 !important;
}

.bgColor-orange-100 {
  background-color: #ffe0b2 !important;
}

.borderColor-orange-100 {
  border-color: #ffe0b2 !important;
}

.color-orange-200 {
  color: #ffcc80 !important;
}

.bgColor-orange-200 {
  background-color: #ffcc80 !important;
}

.borderColor-orange-200 {
  border-color: #ffcc80 !important;
}

.color-orange-300 {
  color: #ffb74d !important;
}

.bgColor-orange-300 {
  background-color: #ffb74d !important;
}

.borderColor-orange-300 {
  border-color: #ffb74d !important;
}

.color-orange-400 {
  color: #ffa726 !important;
}

.bgColor-orange-400 {
  background-color: #ffa726 !important;
}

.borderColor-orange-400 {
  border-color: #ffa726 !important;
}

.color-orange-500 {
  color: #ff9800 !important;
}

.bgColor-orange-500 {
  background-color: #ff9800 !important;
}

.borderColor-orange-500 {
  border-color: #ff9800 !important;
}

.color-orange-600 {
  color: #fb8c00 !important;
}

.bgColor-orange-600 {
  background-color: #fb8c00 !important;
}

.borderColor-orange-600 {
  border-color: #fb8c00 !important;
}

.color-orange-700 {
  color: #f57c00 !important;
}

.bgColor-orange-700 {
  background-color: #f57c00 !important;
}

.borderColor-orange-700 {
  border-color: #f57c00 !important;
}

.color-orange-800 {
  color: #ef6c00 !important;
}

.bgColor-orange-800 {
  background-color: #ef6c00 !important;
}

.borderColor-orange-800 {
  border-color: #ef6c00 !important;
}

.color-orange-900 {
  color: #e65100 !important;
}

.bgColor-orange-900 {
  background-color: #e65100 !important;
}

.borderColor-orange-900 {
  border-color: #e65100 !important;
}

.color-orange-a100 {
  color: #ffd180 !important;
}

.bgColor-orange-a100 {
  background-color: #ffd180 !important;
}

.borderColor-orange-a100 {
  border-color: #ffd180 !important;
}

.color-orange-a200 {
  color: #ffab40 !important;
}

.bgColor-orange-a200 {
  background-color: #ffab40 !important;
}

.borderColor-orange-a200 {
  border-color: #ffab40 !important;
}

.color-orange-a400 {
  color: #ff9100 !important;
}

.bgColor-orange-a400 {
  background-color: #ff9100 !important;
}

.borderColor-orange-a400 {
  border-color: #ff9100 !important;
}

.color-orange-a700 {
  color: #ff6d00 !important;
}

.bgColor-orange-a700 {
  background-color: #ff6d00 !important;
}

.borderColor-orange-a700 {
  border-color: #ff6d00 !important;
}

.color-deep-orange-50 {
  color: #fbe9e7 !important;
}

.bgColor-deep-orange-50 {
  background-color: #fbe9e7 !important;
}

.borderColor-deep-orange-50 {
  border-color: #fbe9e7 !important;
}

.color-deep-orange-100 {
  color: #ffccbc !important;
}

.bgColor-deep-orange-100 {
  background-color: #ffccbc !important;
}

.borderColor-deep-orange-100 {
  border-color: #ffccbc !important;
}

.color-deep-orange-200 {
  color: #ffab91 !important;
}

.bgColor-deep-orange-200 {
  background-color: #ffab91 !important;
}

.borderColor-deep-orange-200 {
  border-color: #ffab91 !important;
}

.color-deep-orange-300 {
  color: #ff8a65 !important;
}

.bgColor-deep-orange-300 {
  background-color: #ff8a65 !important;
}

.borderColor-deep-orange-300 {
  border-color: #ff8a65 !important;
}

.color-deep-orange-400 {
  color: #ff7043 !important;
}

.bgColor-deep-orange-400 {
  background-color: #ff7043 !important;
}

.borderColor-deep-orange-400 {
  border-color: #ff7043 !important;
}

.color-deep-orange-500 {
  color: #ff5722 !important;
}

.bgColor-deep-orange-500 {
  background-color: #ff5722 !important;
}

.borderColor-deep-orange-500 {
  border-color: #ff5722 !important;
}

.color-deep-orange-600 {
  color: #f4511e !important;
}

.bgColor-deep-orange-600 {
  background-color: #f4511e !important;
}

.borderColor-deep-orange-600 {
  border-color: #f4511e !important;
}

.color-deep-orange-700 {
  color: #e64a19 !important;
}

.bgColor-deep-orange-700 {
  background-color: #e64a19 !important;
}

.borderColor-deep-orange-700 {
  border-color: #e64a19 !important;
}

.color-deep-orange-800 {
  color: #d84315 !important;
}

.bgColor-deep-orange-800 {
  background-color: #d84315 !important;
}

.borderColor-deep-orange-800 {
  border-color: #d84315 !important;
}

.color-deep-orange-900 {
  color: #bf360c !important;
}

.bgColor-deep-orange-900 {
  background-color: #bf360c !important;
}

.borderColor-deep-orange-900 {
  border-color: #bf360c !important;
}

.color-deep-orange-a100 {
  color: #ff9e80 !important;
}

.bgColor-deep-orange-a100 {
  background-color: #ff9e80 !important;
}

.borderColor-deep-orange-a100 {
  border-color: #ff9e80 !important;
}

.color-deep-orange-a200 {
  color: #ff6e40 !important;
}

.bgColor-deep-orange-a200 {
  background-color: #ff6e40 !important;
}

.borderColor-deep-orange-a200 {
  border-color: #ff6e40 !important;
}

.color-deep-orange-a400 {
  color: #ff3d00 !important;
}

.bgColor-deep-orange-a400 {
  background-color: #ff3d00 !important;
}

.borderColor-deep-orange-a400 {
  border-color: #ff3d00 !important;
}

.color-deep-orange-a700 {
  color: #dd2c00 !important;
}

.bgColor-deep-orange-a700 {
  background-color: #dd2c00 !important;
}

.borderColor-deep-orange-a700 {
  border-color: #dd2c00 !important;
}

.color-brown-50 {
  color: #efebe9 !important;
}

.bgColor-brown-50 {
  background-color: #efebe9 !important;
}

.borderColor-brown-50 {
  border-color: #efebe9 !important;
}

.color-brown-100 {
  color: #d7ccc8 !important;
}

.bgColor-brown-100 {
  background-color: #d7ccc8 !important;
}

.borderColor-brown-100 {
  border-color: #d7ccc8 !important;
}

.color-brown-200 {
  color: #bcaaa4 !important;
}

.bgColor-brown-200 {
  background-color: #bcaaa4 !important;
}

.borderColor-brown-200 {
  border-color: #bcaaa4 !important;
}

.color-brown-300 {
  color: #a1887f !important;
}

.bgColor-brown-300 {
  background-color: #a1887f !important;
}

.borderColor-brown-300 {
  border-color: #a1887f !important;
}

.color-brown-400 {
  color: #8d6e63 !important;
}

.bgColor-brown-400 {
  background-color: #8d6e63 !important;
}

.borderColor-brown-400 {
  border-color: #8d6e63 !important;
}

.color-brown-500 {
  color: #795548 !important;
}

.bgColor-brown-500 {
  background-color: #795548 !important;
}

.borderColor-brown-500 {
  border-color: #795548 !important;
}

.color-brown-600 {
  color: #6d4c41 !important;
}

.bgColor-brown-600 {
  background-color: #6d4c41 !important;
}

.borderColor-brown-600 {
  border-color: #6d4c41 !important;
}

.color-brown-700 {
  color: #5d4037 !important;
}

.bgColor-brown-700 {
  background-color: #5d4037 !important;
}

.borderColor-brown-700 {
  border-color: #5d4037 !important;
}

.color-brown-800 {
  color: #4e342e !important;
}

.bgColor-brown-800 {
  background-color: #4e342e !important;
}

.borderColor-brown-800 {
  border-color: #4e342e !important;
}

.color-brown-900 {
  color: #3e2723 !important;
}

.bgColor-brown-900 {
  background-color: #3e2723 !important;
}

.borderColor-brown-900 {
  border-color: #3e2723 !important;
}

.color-grey-50 {
  color: #fafafa !important;
}

.bgColor-grey-50 {
  background-color: #fafafa !important;
}

.borderColor-grey-50 {
  border-color: #fafafa !important;
}

.color-grey-100 {
  color: #f5f5f5 !important;
}

.bgColor-grey-100 {
  background-color: #f5f5f5 !important;
}

.borderColor-grey-100 {
  border-color: #f5f5f5 !important;
}

.color-grey-200 {
  color: #eeeeee !important;
}

.bgColor-grey-200 {
  background-color: #eeeeee !important;
}

.borderColor-grey-200 {
  border-color: #eeeeee !important;
}

.color-grey-300 {
  color: #e0e0e0 !important;
}

.bgColor-grey-300 {
  background-color: #e0e0e0 !important;
}

.borderColor-grey-300 {
  border-color: #e0e0e0 !important;
}

.color-grey-400 {
  color: #bdbdbd !important;
}

.bgColor-grey-400 {
  background-color: #bdbdbd !important;
}

.borderColor-grey-400 {
  border-color: #bdbdbd !important;
}

.color-grey-500 {
  color: #9e9e9e !important;
}

.bgColor-grey-500 {
  background-color: #9e9e9e !important;
}

.borderColor-grey-500 {
  border-color: #9e9e9e !important;
}

.color-grey-600 {
  color: #757575 !important;
}

.bgColor-grey-600 {
  background-color: #757575 !important;
}

.borderColor-grey-600 {
  border-color: #757575 !important;
}

.color-grey-700 {
  color: #616161 !important;
}

.bgColor-grey-700 {
  background-color: #616161 !important;
}

.borderColor-grey-700 {
  border-color: #616161 !important;
}

.color-grey-800 {
  color: #424242 !important;
}

.bgColor-grey-800 {
  background-color: #424242 !important;
}

.borderColor-grey-800 {
  border-color: #424242 !important;
}

.color-grey-900 {
  color: #212121 !important;
}

.bgColor-grey-900 {
  background-color: #212121 !important;
}

.borderColor-grey-900 {
  border-color: #212121 !important;
}

.color-blue-grey-50 {
  color: #eceff1 !important;
}

.bgColor-blue-grey-50 {
  background-color: #eceff1 !important;
}

.borderColor-blue-grey-50 {
  border-color: #eceff1 !important;
}

.color-blue-grey-100 {
  color: #cfd8dc !important;
}

.bgColor-blue-grey-100 {
  background-color: #cfd8dc !important;
}

.borderColor-blue-grey-100 {
  border-color: #cfd8dc !important;
}

.color-blue-grey-200 {
  color: #b0bec5 !important;
}

.bgColor-blue-grey-200 {
  background-color: #b0bec5 !important;
}

.borderColor-blue-grey-200 {
  border-color: #b0bec5 !important;
}

.color-blue-grey-300 {
  color: #90a4ae !important;
}

.bgColor-blue-grey-300 {
  background-color: #90a4ae !important;
}

.borderColor-blue-grey-300 {
  border-color: #90a4ae !important;
}

.color-blue-grey-400 {
  color: #78909c !important;
}

.bgColor-blue-grey-400 {
  background-color: #78909c !important;
}

.borderColor-blue-grey-400 {
  border-color: #78909c !important;
}

.color-blue-grey-500 {
  color: #607d8b !important;
}

.bgColor-blue-grey-500 {
  background-color: #607d8b !important;
}

.borderColor-blue-grey-500 {
  border-color: #607d8b !important;
}

.color-blue-grey-600 {
  color: #546e7a !important;
}

.bgColor-blue-grey-600 {
  background-color: #546e7a !important;
}

.borderColor-blue-grey-600 {
  border-color: #546e7a !important;
}

.color-blue-grey-700 {
  color: #455a64 !important;
}

.bgColor-blue-grey-700 {
  background-color: #455a64 !important;
}

.borderColor-blue-grey-700 {
  border-color: #455a64 !important;
}

.color-blue-grey-800 {
  color: #37474f !important;
}

.bgColor-blue-grey-800 {
  background-color: #37474f !important;
}

.borderColor-blue-grey-800 {
  border-color: #37474f !important;
}

.color-blue-grey-900 {
  color: #263238 !important;
}

.bgColor-blue-grey-900 {
  background-color: #263238 !important;
}

.borderColor-blue-grey-900 {
  border-color: #263238 !important;
}

.color-white {
  color: #ffffff;
}

.bgColor-white {
  background: #ffffff;
}

.color-black {
  color: #000000;
}

.bgColor-black {
  background: #000000;
}

.color-urushi-red-50 {
  color: #f8f2f2;
}

.color-urushi-red-100 {
  color: #f1e5e6;
}

.color-urushi-red-200 {
  color: #e3cccd;
}

.color-urushi-red-300 {
  color: #d5b2b4;
}

.color-urushi-red-400 {
  color: #c7999b;
}

.color-urushi-red-500 {
  color: #ba7f83;
}

.color-urushi-red-600 {
  color: #ac666a;
}

.color-urushi-red-700 {
  color: #9e4c51;
}

.color-urushi-red-800 {
  color: #903238;
}

.color-urushi-red-900 {
  color: #82191f;
}

.bgColor-urushi-red-50 {
  background: #f8f2f2;
}

.bgColor-urushi-red-100 {
  background: #f1e5e6;
}

.bgColor-urushi-red-200 {
  background: #e3cccd;
}

.bgColor-urushi-red-300 {
  background: #d5b2b4;
}

.bgColor-urushi-red-400 {
  background: #c7999b;
}

.bgColor-urushi-red-500 {
  background: #ba7f83;
}

.bgColor-urushi-red-600 {
  background: #ac666a;
}

.bgColor-urushi-red-700 {
  background: #9e4c51;
}

.bgColor-urushi-red-800 {
  background: #903238;
}

.bgColor-urushi-red-900 {
  background: #82191f;
}

/*----------------------------------------
	color
----------------------------------------*/
.fontYuGothic {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}

/*----------------------------------------
	clearfix
----------------------------------------*/
.section:after, .contentsNavi:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-padding-top: 150px; /* 固定ヘッダの高さ分 */
}

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
* 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: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          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: 1em; /* 2 */
}

/**
* 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
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
* 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] {
  -webkit-appearance: button;
}

/**
* 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;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  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;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
* 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 odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
* 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 */
}

/* 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;
}

/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

/* width */
.w530 {
  margin: 0;
  width: 530px;
}
@media (519px <= width < 1020px) {
  .w530 {
    width: 48.18%;
  }
}
@media (519px <= width < 788px) {
  .w530 {
    width: 100%;
  }
}
@media (width < 519px) {
  .w530 {
    width: 100%;
  }
}

.w1 {
  width: 1%;
}

.w2 {
  width: 2%;
}

.w3 {
  width: 3%;
}

.w4 {
  width: 4%;
}

.w5 {
  width: 5%;
}

.w6 {
  width: 6%;
}

.w7 {
  width: 7%;
}

.w8 {
  width: 8%;
}

.w9 {
  width: 9%;
}

.w10 {
  width: 10%;
}

.w11 {
  width: 11%;
}

.w12 {
  width: 12%;
}

.w13 {
  width: 13%;
}

.w14 {
  width: 14%;
}

.w15 {
  width: 15%;
}

.w16 {
  width: 16%;
}

.w17 {
  width: 17%;
}

.w18 {
  width: 18%;
}

.w19 {
  width: 19%;
}

.w20 {
  width: 20%;
}

.w21 {
  width: 21%;
}

.w22 {
  width: 22%;
}

.w23 {
  width: 23%;
}

.w24 {
  width: 24%;
}

.w25 {
  width: 25%;
}

.w26 {
  width: 26%;
}

.w27 {
  width: 27%;
}

.w28 {
  width: 28%;
}

.w29 {
  width: 29%;
}

.w30 {
  width: 30%;
}

.w31 {
  width: 31%;
}

.w32 {
  width: 32%;
}

.w33 {
  width: 33%;
}

.w34 {
  width: 34%;
}

.w35 {
  width: 35%;
}

.w36 {
  width: 36%;
}

.w37 {
  width: 37%;
}

.w38 {
  width: 38%;
}

.w39 {
  width: 39%;
}

.w40 {
  width: 40%;
}

.w41 {
  width: 41%;
}

.w42 {
  width: 42%;
}

.w43 {
  width: 43%;
}

.w44 {
  width: 44%;
}

.w45 {
  width: 45%;
}

.w46 {
  width: 46%;
}

.w47 {
  width: 47%;
}

.w48 {
  width: 48%;
}

.w49 {
  width: 49%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

/* align */
.aLeft {
  text-align: left !important;
}

.aRight {
  text-align: right !important;
}

.aCenter {
  text-align: center !important;
}

.vTop {
  vertical-align: top !important;
}

.vMiddle {
  vertical-align: middle !important;
}

.vBottom {
  vertical-align: bottom !important;
}

/* flex box */
.fb-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fb-row__justify--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fb-row__justify--start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.fb-row__justify--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.fb-row__align--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fb-row__align--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.fb-row__align--end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.fb-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fb-column__justify--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fb-column__justify--start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.fb-column__justify--end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.fb-column__align--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fb-column__align--start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.fb-column__align--end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

/* float */
.fl {
  float: left;
}
@media (519px <= width < 788px) {
  .fl {
    float: none;
  }
}
@media (width < 519px) {
  .fl {
    float: none;
  }
}

.fr {
  float: right;
}
@media (519px <= width < 788px) {
  .fr {
    float: none;
  }
}
@media (width < 519px) {
  .fr {
    float: none;
  }
}

/* visivle style */
@media (width < 519px) {
  .spNone {
    display: none !important;
  }
}

@media (519px <= width < 1020px) {
  .tabNone {
    display: none !important;
  }
}

@media (1020px <= width) {
  .pcNone {
    display: none !important;
  }
}

@media (1020px <= width) {
  .spVisible {
    display: none;
  }
}
@media (519px <= width < 1020px) {
  .spVisible {
    display: none;
  }
}

@media (1020px <= width) {
  .tabVisible {
    display: none;
  }
}
@media (width < 519px) {
  .tabVisible {
    display: none;
  }
}

@media (519px <= width < 1020px) {
  .pcVisible {
    display: none;
  }
}
@media (width < 519px) {
  .pcVisible {
    display: none;
  }
}

.fs10 {
  font-size: 10px;
  font-size: 0.625rem;
}

.fs10-100 {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 100;
}

.fs10-300 {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 300;
}

.fs10-350 {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 350;
}

.fs10-400 {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
}

.fs10-500 {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
}

.fs10-700 {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
}

.fs10-900 {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 900;
}

.fs11 {
  font-size: 11px;
  font-size: 0.6875rem;
}

.fs11-100 {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 100;
}

.fs11-300 {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 300;
}

.fs11-350 {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 350;
}

.fs11-400 {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
}

.fs11-500 {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
}

.fs11-700 {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
}

.fs11-900 {
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 900;
}

.fs12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.fs12-100 {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 100;
}

.fs12-300 {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
}

.fs12-350 {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 350;
}

.fs12-400 {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
}

.fs12-500 {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}

.fs12-700 {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
}

.fs12-900 {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 900;
}

.fs13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.fs13-100 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 100;
}

.fs13-300 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
}

.fs13-350 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 350;
}

.fs13-400 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
}

.fs13-500 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
}

.fs13-700 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
}

.fs13-900 {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 900;
}

.fs14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.fs14-100 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 100;
}

.fs14-300 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
}

.fs14-350 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 350;
}

.fs14-400 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

.fs14-500 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

.fs14-700 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

.fs14-900 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 900;
}

.fs15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.fs15-100 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 100;
}

.fs15-300 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
}

.fs15-350 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 350;
}

.fs15-400 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}

.fs15-500 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
}

.fs15-700 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}

.fs15-900 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 900;
}

.fs16 {
  font-size: 16px;
  font-size: 1rem;
}

.fs16-100 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 100;
}

.fs16-300 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
}

.fs16-350 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 350;
}

.fs16-400 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.fs16-500 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.fs16-700 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

.fs16-900 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
}

.fs17 {
  font-size: 17px;
  font-size: 1.0625rem;
}

.fs17-100 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 100;
}

.fs17-300 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 300;
}

.fs17-350 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 350;
}

.fs17-400 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
}

.fs17-500 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
}

.fs17-700 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
}

.fs17-900 {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 900;
}

.fs18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.fs18-100 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 100;
}

.fs18-300 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300;
}

.fs18-350 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 350;
}

.fs18-400 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
}

.fs18-500 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}

.fs18-700 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.fs18-900 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 900;
}

.fs19 {
  font-size: 19px;
  font-size: 1.1875rem;
}

.fs19-100 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 100;
}

.fs19-300 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 300;
}

.fs19-350 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 350;
}

.fs19-400 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 400;
}

.fs19-500 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 500;
}

.fs19-700 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 700;
}

.fs19-900 {
  font-size: 19px;
  font-size: 1.1875rem;
  font-weight: 900;
}

.fs20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.fs20-100 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 100;
}

.fs20-300 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}

.fs20-350 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 350;
}

.fs20-400 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
}

.fs20-500 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}

.fs20-700 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.fs20-900 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 900;
}

.fs21 {
  font-size: 21px;
  font-size: 1.3125rem;
}

.fs21-100 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 100;
}

.fs21-300 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 300;
}

.fs21-350 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 350;
}

.fs21-400 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 400;
}

.fs21-500 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
}

.fs21-700 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 700;
}

.fs21-900 {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 900;
}

.fs22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.fs22-100 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 100;
}

.fs22-300 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
}

.fs22-350 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 350;
}

.fs22-400 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
}

.fs22-500 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
}

.fs22-700 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}

.fs22-900 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 900;
}

.fs23 {
  font-size: 23px;
  font-size: 1.4375rem;
}

.fs23-100 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 100;
}

.fs23-300 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 300;
}

.fs23-350 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 350;
}

.fs23-400 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 400;
}

.fs23-500 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 500;
}

.fs23-700 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
}

.fs23-900 {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 900;
}

.fs24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.fs24-100 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 100;
}

.fs24-300 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
}

.fs24-350 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 350;
}

.fs24-400 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
}

.fs24-500 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
}

.fs24-700 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

.fs24-900 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 900;
}

.fs25 {
  font-size: 25px;
  font-size: 1.5625rem;
}

.fs25-100 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 100;
}

.fs25-300 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 300;
}

.fs25-350 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 350;
}

.fs25-400 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 400;
}

.fs25-500 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 500;
}

.fs25-700 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 700;
}

.fs25-900 {
  font-size: 25px;
  font-size: 1.5625rem;
  font-weight: 900;
}

.fs26 {
  font-size: 26px;
  font-size: 1.625rem;
}

.fs26-100 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 100;
}

.fs26-300 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300;
}

.fs26-350 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 350;
}

.fs26-400 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 400;
}

.fs26-500 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
}

.fs26-700 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
}

.fs26-900 {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 900;
}

.fs27 {
  font-size: 27px;
  font-size: 1.6875rem;
}

.fs27-100 {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 100;
}

.fs27-300 {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 300;
}

.fs27-350 {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 350;
}

.fs27-400 {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 400;
}

.fs27-500 {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 500;
}

.fs27-700 {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 700;
}

.fs27-900 {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 900;
}

.fs28 {
  font-size: 28px;
  font-size: 1.75rem;
}

.fs28-100 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 100;
}

.fs28-300 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 300;
}

.fs28-350 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 350;
}

.fs28-400 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400;
}

.fs28-500 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
}

.fs28-700 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
}

.fs28-900 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 900;
}

.fs29 {
  font-size: 29px;
  font-size: 1.8125rem;
}

.fs29-100 {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 100;
}

.fs29-300 {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 300;
}

.fs29-350 {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 350;
}

.fs29-400 {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 400;
}

.fs29-500 {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 500;
}

.fs29-700 {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 700;
}

.fs29-900 {
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 900;
}

.fs30 {
  font-size: 30px;
  font-size: 1.875rem;
}

.fs30-100 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 100;
}

.fs30-300 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300;
}

.fs30-350 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 350;
}

.fs30-400 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 400;
}

.fs30-500 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
}

.fs30-700 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
}

.fs30-900 {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 900;
}

.fs31 {
  font-size: 31px;
  font-size: 1.9375rem;
}

.fs31-100 {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 100;
}

.fs31-300 {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 300;
}

.fs31-350 {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 350;
}

.fs31-400 {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 400;
}

.fs31-500 {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 500;
}

.fs31-700 {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 700;
}

.fs31-900 {
  font-size: 31px;
  font-size: 1.9375rem;
  font-weight: 900;
}

.fs32 {
  font-size: 32px;
  font-size: 2rem;
}

.fs32-100 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 100;
}

.fs32-300 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 300;
}

.fs32-350 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 350;
}

.fs32-400 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
}

.fs32-500 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
}

.fs32-700 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
}

.fs32-900 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
}

/*----------------------------------------
	Magnific Popup CSS
----------------------------------------*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.mfp-bg.mfp-ready {
  opacity: 0.9;
}
.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #ffffff;
}

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #666 !important;
  font-style: normal;
  font-size: 28px;
  font-family: unset;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #666;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  font-family: unset;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
  display: none;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #ffffff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #ffffff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 85vh !important;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #666;
  word-wrap: break-word;
  padding-right: 36px;
  font-family: unset;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
  * Remove all paddings around the image on small screen
  */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*----------------------------------------
	Slick CSS
----------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../js/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../js/slick/fonts/slick.eot");
  src: url("../js/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../js/slick/fonts/slick.woff") format("woff"), url("../js/slick/fonts/slick.ttf") format("truetype"), url("../js/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*
フェードインエフェクト
-------------------------------------------*/
.effect {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(1.5em);
          transform: translateY(1.5em);
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}

.effect.d_02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.effect.d_04 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.effect.d_06 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.effect.d_08 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.effect.start {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/* breadcrumb */
.breadcrumb {
  width: 100%;
  background: none;
}
.breadcrumb nav {
  margin: 10px auto;
  padding: 10px 0;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (width < 519px) {
  .breadcrumb nav {
    padding: 5px 0;
  }
}
.breadcrumb nav a {
  margin: 0px;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  text-decoration: none;
  color: #424242 !important;
}
.breadcrumb nav a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.breadcrumb nav strong {
  margin: 0px;
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
}
.breadcrumb nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 15px;
}
.breadcrumb .separator {
  margin-right: 0.3em;
  margin-left: 0.4em;
}

.btn {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f8f2f2;
  border: 1px solid #f1e5e6;
  color: #424242;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn__reset {
  width: 150px;
  color: #ccc;
  font-size: 18px;
  font-size: 1.125rem;
}
.btn__reset:hover {
  opacity: 0.6;
}
.btn__submit {
  width: 300px;
  background: #750007;
  border: 1px solid #750007;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.btn__submit:hover {
  opacity: 0.6;
}
.btn__comment {
  width: 300px;
}
.btn__comment:hover {
  opacity: 0.6;
}

.btnContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btn.bg-white {
  border-bottom: 4px solid #750007;
  background: #fff;
}

.btnwrap-w400 {
  margin: 30px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btnwrap-w400 .btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 400px;
  height: auto;
  padding: 16px 40px 16px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  font-size: 16px;
  font-size: 1rem;
}
@media (width < 519px) {
  .btnwrap-w400 .btn {
    width: 100%;
  }
}
.btnwrap-w400 .btn:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btnwrap-w300 {
  margin: 30px 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btnwrap-w300 .btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  height: auto;
  padding: 16px 30px 16px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  font-size: 16px;
  font-size: 1rem;
}
@media (width < 519px) {
  .btnwrap-w300 .btn {
    width: 100%;
  }
}
.btnwrap-w300 .btn:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btnorder-w400 {
  margin: 30 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btnorder-w400 .btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 400px;
  height: auto;
  padding: 16px 40px 16px 20px;
  color: #fff !important;
  background: #750007;
  border: 1px solid #750007;
  border-radius: 30px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  font-size: 16px;
  font-size: 1rem;
}
@media (width < 519px) {
  .btnorder-w400 .btn {
    width: 100%;
  }
}
.btnorder-w400 .btn:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btnorder-w400 .btn:hover {
  background: #fff;
  color: #750007 !important;
}
.btnorder-w400 .btn:hover:after {
  border-color: transparent transparent transparent #750007;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.btnorder-w300 {
  margin: 30 0;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.btnorder-w300 .btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  height: auto;
  padding: 16px 30px 16px 20px;
  color: #fff !important;
  background: #750007;
  border: 1px solid #750007;
  border-radius: 30px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  font-size: 16px;
  font-size: 1rem;
}
@media (width < 519px) {
  .btnorder-w300 .btn {
    width: 100%;
  }
}
.btnorder-w300 .btn:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.btnorder-w300 .btn:hover {
  background: #fff;
  color: #750007 !important;
}
.btnorder-w300 .btn:hover:after {
  border-color: transparent transparent transparent #750007;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blogComment {
  margin: 80px 0 0;
  padding: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (width < 519px) {
  .blogComment {
    margin: 40px 0 0;
    padding: 10px;
  }
}
.blogComment .submit {
  margin-top: 0;
  padding: 30px 0;
  text-align: center;
}
@media (width < 519px) {
  .blogComment .submit {
    padding: 15px 0 10px;
  }
}

.blogComment__hl {
  margin: 10px 0 20px;
  background: none;
  border: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: left;
  color: #212121;
}
@media (width < 519px) {
  .blogComment__hl {
    font-size: 16px;
    font-size: 1rem;
  }
}
.blogComment__hl:after {
  display: none;
}

.blogCommentList {
  margin: 10px 0;
  padding: 0 15px 40px;
  border-bottom: 1px solid #e0e0e0;
}
@media (width < 519px) {
  .blogCommentList {
    margin-bottom: 20px;
    padding: 0 10px 20px;
  }
}

.comment {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px dotted #e0e0e0;
}
.comment:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.blogCommentSend {
  margin: 40px 0 0;
}

.blogCommentSend__hl {
  font-size: 18px;
  font-size: 1.125rem;
  color: #212121;
}
@media (519px <= width < 788px) {
  .blogCommentSend__hl {
    margin: 10px 0;
  }
}
@media (width < 519px) {
  .blogCommentSend__hl {
    margin: 10px 0;
    font-size: 16px;
    font-size: 1rem;
  }
}

#BlogCommentAddForm {
  padding: 0 !important;
}
@media (519px <= width < 788px) {
  #BlogCommentAddForm {
    padding: 10px 0 !important;
  }
}
@media (width < 519px) {
  #BlogCommentAddForm {
    padding: 10px 0 !important;
  }
}
@media (519px <= width < 788px) {
  #BlogCommentAddForm input {
    width: 100%;
  }
}
@media (width < 519px) {
  #BlogCommentAddForm input {
    width: 100%;
  }
}

.authCaptcha {
  margin-top: 20px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.authCaptcha__image {
  margin: 0;
  vertical-align: middle;
}
@media (519px <= width < 1020px) {
  .authCaptcha__image {
    margin: 0 20px 10px 0;
  }
}
@media (width < 519px) {
  .authCaptcha__image {
    margin: 0 0 10px;
  }
}

.authCaptcha__message {
  margin: 0 10px;
}

#blogCommentMessage {
  width: 100%;
}

.resultMessage {
  padding: 20px 0;
  font-size: 18px;
  font-size: 1.125rem;
  border-radius: 3px;
  background: #000000;
  color: #ffffff;
}
@media (width < 519px) {
  .resultMessage {
    padding: 15px 0;
    font-size: 16px;
    font-size: 1rem;
  }
}

.video {
  margin: 40px auto;
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.googleMap {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  position: relative;
  overflow: hidden;
}
.googleMap iframe, .googleMap object, .googleMap embed {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

input, select {
  padding: 0px 4px;
  height: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  vertical-align: top;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #bdbdbd;
  font-size: 12px;
  font-size: 0.75rem;
}
input:-moz-placeholder, select:-moz-placeholder { /* Firefox 18- */
  color: #bdbdbd;
  font-size: 12px;
  font-size: 0.75rem;
}
input::-moz-placeholder, select::-moz-placeholder { /* Firefox 19+ */
  color: #bdbdbd;
  font-size: 12px;
  font-size: 0.75rem;
}
input:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #bdbdbd;
  font-size: 12px;
  font-size: 0.75rem;
}

@media (788px <= width < 1000px) {
  input:not([type=checkbox]):not([type=radio]), textarea {
    -webkit-appearance: none;
  }
}
@media (519px <= width < 788px) {
  input:not([type=checkbox]):not([type=radio]), textarea {
    -webkit-appearance: none;
  }
}
@media (width < 519px) {
  input:not([type=checkbox]):not([type=radio]), textarea {
    -webkit-appearance: none;
  }
}

input:not([type=submit]):focus {
  outline: 0;
  background: rgba(232, 245, 233, 0.3);
}

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

input[type=time] {
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
}

input::-moz-placeholder, select::-moz-placeholder {
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
}

input:-ms-input-placeholder, select:-ms-input-placeholder {
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
}

input::-ms-input-placeholder, select::-ms-input-placeholder {
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
}

input::placeholder, select::placeholder {
  color: #666;
  font-size: 12px;
  font-size: 0.75rem;
}

textarea {
  padding: 4px 6px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
}
textarea::-webkit-input-placeholder {
  color: #bdbdbd;
}
textarea:-moz-placeholder { /* Firefox 18- */
  color: #bdbdbd;
}
textarea::-moz-placeholder { /* Firefox 19+ */
  color: #bdbdbd;
}
textarea:-ms-input-placeholder {
  color: #bdbdbd;
}
textarea:focus {
  outline: 0;
  background: rgba(232, 245, 233, 0.3);
}

#FieldMessageName1, #FieldMessageNameKana1 {
  margin-right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#FieldMessageName1 .mail-before-attachment, #FieldMessageNameKana1 .mail-before-attachment {
  margin-right: 5px;
}

#FieldMessageName2, #FieldMessageNameKana2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#FieldMessageName2 .mail-before-attachment, #FieldMessageNameKana2 .mail-before-attachment {
  margin-right: 5px;
}

#FieldMessageSex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#FieldMessageSex label {
  margin-right: 20px;
}

#MailMessageEmail1 {
  margin: 5px 0;
}

#FieldMessageTel1, #FieldMessageTel2, #FieldMessageTel3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#FieldMessageTel1 .mail-after-attachment, #FieldMessageTel2 .mail-after-attachment, #FieldMessageTel3 .mail-after-attachment {
  margin: 0 5px;
}

#MailMessageTel1, #MailMessageTel2, #MailMessageTel3 {
  width: 80px;
}

#FieldMessageZip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#FieldMessageZip .mail-before-attachment {
  margin-right: 5px;
}
#FieldMessageZip .mail-attention {
  margin-left: 5px;
}

#FieldMessageAddress1, #FieldMessageAddress2 {
  margin: 5px 0;
  display: block;
}

#FieldMessageCategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#MailMessageMessage {
  width: 100%;
}

#FieldMessageRoot {
  margin-bottom: 5px;
  display: block;
}

.form-s {
  width: 200px;
}
@media (788px <= width < 1000px) {
  .form-s {
    width: 100%;
  }
}
@media (519px <= width < 788px) {
  .form-s {
    width: 100%;
  }
}
@media (width < 519px) {
  .form-s {
    width: 100%;
  }
}

.form-l {
  width: 500px;
}
@media (788px <= width < 1000px) {
  .form-l {
    width: 100%;
  }
}
@media (519px <= width < 788px) {
  .form-l {
    width: 100%;
  }
}
@media (width < 519px) {
  .form-l {
    width: 100%;
  }
}

.error-message {
  margin: 5px 0 0;
  color: #b71c1c;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

.authCaptcha {
  margin-top: 20px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (519px <= width < 788px) {
  .authCaptcha {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (width < 519px) {
  .authCaptcha {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.authCaptcha__message {
  margin-left: 10px;
}
.authCaptcha .error-message {
  width: 100%;
}

#MailMessageIndexForm, #MailMessageConfirmForm, #MailMessageSubmitForm {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}

#MailMessageQuantity1, #MailMessageQuantity2, #MailMessageQuantity3 {
  padding: 2px 5px;
  text-align: right;
  margin: 0 5px;
  width: 100px;
}

#MailMessageCapacity1, #MailMessageCapacity2, #MailMessageCapacity3 {
  padding: 2px 5px;
  text-align: left;
  width: 100px;
}

#MailMessageAuthCaptcha {
  width: 200px;
}
@media (519px <= width < 788px) {
  #MailMessageAuthCaptcha {
    width: 96%;
  }
}
@media (width < 519px) {
  #MailMessageAuthCaptcha {
    width: 94%;
  }
}

.submit {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.submit input {
  margin: 0 10px;
}

.checkboxInput {
  display: none;
}
.checkboxInput:checked + .checkboxInput-style {
  color: #00acc1;
}
.checkboxInput:checked + .checkboxInput-style:after {
  content: "";
  width: 6px;
  height: 12px;
  display: block;
  border-bottom: 4px solid #00acc1;
  border-right: 4px solid #00acc1;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  position: absolute;
  top: -3px;
  left: 5px;
  cursor: pointer;
}

.checkboxInput-style {
  padding-left: 22px;
  position: relative;
  white-space: nowrap;
  top: -1px;
}
.checkboxInput-style:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #eceff1;
  -webkit-box-shadow: 0 0 0 2px white inset;
          box-shadow: 0 0 0 2px white inset;
  border: 1px solid #b0bec5;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 2px;
  left: 0;
  cursor: pointer;
}
.checkboxInput-style-noText {
  padding-left: 15px;
}

.radioInput {
  display: none;
}
.radioInput:checked + .radioInput-style {
  color: #00acc1;
}
.radioInput:checked + .radioInput-style:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: #00acc1;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 3px;
  cursor: pointer;
}

.radioInput-style {
  margin-right: 20px;
  padding-left: 22px;
  position: relative;
  white-space: nowrap;
}
.radioInput-style:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #eceff1;
  -webkit-box-shadow: 0 0 0 2px white inset;
          box-shadow: 0 0 0 2px white inset;
  border: 1px solid #b0bec5;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 2px;
  left: 0;
  cursor: pointer;
}

.headline {
  margin: 0 0 20px;
  line-height: 160%;
  font-size: 30px;
  font-size: 1.875rem;
  position: relative;
  text-align: center;
  font-weight: 600;
}
@media (519px <= width < 788px) {
  .headline {
    margin: 0 0 20px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (width < 519px) {
  .headline {
    margin: 0 0 20px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.headline * {
  line-height: 1.2;
}
.headline--left {
  margin: 0 0 20px;
  line-height: 160%;
  font-size: 30px;
  font-size: 1.875rem;
  position: relative;
  text-align: left;
  font-weight: 600;
}
.headline--center {
  margin: 0 0 20px;
  line-height: 160%;
  font-size: 30px;
  font-size: 1.875rem;
  position: relative;
  text-align: center;
  font-weight: 600;
}
.headline--right {
  margin: 0 0 20px;
  line-height: 160%;
  font-size: 30px;
  font-size: 1.875rem;
  position: relative;
  text-align: right;
  font-weight: 600;
}
.headline__underline {
  padding-bottom: 25px;
}
@media (519px <= width < 788px) {
  .headline__underline {
    padding-bottom: 15px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (width < 519px) {
  .headline__underline {
    padding-bottom: 15px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.headline__underline:before {
  margin-left: -30px;
  content: "";
  width: 60px;
  height: 1px;
  background: #750007;
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media (width < 519px) {
  .headline__underline:before {
    margin-left: -15px;
    width: 30px;
  }
}
.headline__underline--left {
  padding-bottom: 25px;
  text-align: left;
  font-weight: 600;
}
@media (519px <= width < 788px) {
  .headline__underline--left {
    margin: 0 0 15px;
    padding-bottom: 15px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (width < 519px) {
  .headline__underline--left {
    margin: 0 0 15px;
    padding-bottom: 15px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.headline__underline--left:before {
  margin-left: 0;
  content: "";
  width: 60px;
  height: 1px;
  background: #750007;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (width < 519px) {
  .headline__underline--left:before {
    width: 30px;
  }
}
.headline__underline--right {
  padding-bottom: 25px;
  text-align: right;
  font-weight: 600;
}
@media (519px <= width < 788px) {
  .headline__underline--right {
    margin: 0 0 15px;
    padding-bottom: 15px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (width < 519px) {
  .headline__underline--right {
    margin: 0 0 15px;
    padding-bottom: 15px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.headline__underline--right:before {
  margin-left: 0;
  content: "";
  width: 60px;
  height: 1px;
  background: #750007;
  position: absolute;
  bottom: 0;
  left: inherit;
  right: 0;
}
@media (width < 519px) {
  .headline__underline--right:before {
    width: 30px;
  }
}
.headline__border {
  padding: 0.4em 0.6em;
  line-height: 120%;
  border-radius: 3px;
  border: 1px solid #212121;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: center;
}
.headline__sideBorder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.headline__sideBorder--text {
  margin: 0 20px;
  display: block;
}
@media (519px <= width < 788px) {
  .headline__sideBorder--text {
    margin: 0 15px;
  }
}
@media (width < 519px) {
  .headline__sideBorder--text {
    margin: 0 10px;
  }
}
.headline__sideBorder--line {
  width: 40px;
  height: 1px;
  display: block;
  background-color: #212121;
}
@media (519px <= width < 788px) {
  .headline__sideBorder--line {
    width: 30px;
  }
}
@media (width < 519px) {
  .headline__sideBorder--line {
    width: 20px;
  }
}
.headline__fs--xs {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (519px <= width < 788px) {
  .headline__fs--xs {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (width < 519px) {
  .headline__fs--xs {
    font-size: 16px;
    font-size: 1rem;
  }
}
.headline__fs--s {
  font-size: 24px;
  font-size: 1.5rem;
}
@media (519px <= width < 788px) {
  .headline__fs--s {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
@media (width < 519px) {
  .headline__fs--s {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.headline__fs--m {
  font-size: 30px;
  font-size: 1.875rem;
}
@media (519px <= width < 788px) {
  .headline__fs--m {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (width < 519px) {
  .headline__fs--m {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.headline__fs--l {
  font-size: 32px;
  font-size: 2rem;
}
@media (519px <= width < 788px) {
  .headline__fs--l {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (width < 519px) {
  .headline__fs--l {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.headline__fs--xl {
  font-size: 36px;
  font-size: 2.25rem;
}
@media (519px <= width < 788px) {
  .headline__fs--xl {
    font-size: 31px;
    font-size: 1.9375rem;
  }
}
@media (width < 519px) {
  .headline__fs--xl {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.headline__sub {
  margin-top: 0.4em;
  display: block;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
}

.loading {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff url(../images/common/loader.gif) no-repeat center;
  z-index: 99999;
}

.pagination {
  margin-top: 80px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  padding-bottom: 60px;
  text-align: center;
}
@media (width < 519px) {
  .pagination {
    margin-top: 60px;
    padding-bottom: 40px;
  }
}
.pagination .current, .pagination .disabled {
  border: 1px solid #e0e0e0;
  margin: 0 2px;
  padding: 4px 7px;
}
.pagination span {
  margin: 0 2px;
  display: inline-block;
  border-radius: 2px;
}
@media (width < 519px) {
  .pagination span {
    margin: 0;
  }
}
.pagination a {
  margin: 0 1px;
  padding: 4px 7px;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #750007;
  background: #750007;
  text-decoration: none;
  white-space: nowrap;
  color: #ffffff !important;
}
.pagination a:hover {
  background: #ffffff;
  color: #750007;
}
@media (width < 519px) {
  .pagination .prev, .pagination .next {
    margin: 0px 2px;
    /*padding:5px 10px;*/
    /*width:25%;*/
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
  }
}

.disabled {
  display: none;
}

.blog-contents-navi {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 100px 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  font-size: 14px;
}
.blog-contents-navi a {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  text-decoration: none;
}
.blog-contents-navi .prev-link {
  padding: 20px 0;
}
.blog-contents-navi .next-link {
  padding: 20px 0;
}

.contentsNavi {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 1000px;
}
.contentsNavi a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contentsNavi-inner-left {
  max-width: calc(50% - 10px);
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 1.5rem;
}
.contentsNavi-inner-left a:before {
  content: "\f060";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  bottom: calc(50% - 0.5em);
  line-height: 100%;
}

.contentsNavi-inner-right {
  max-width: calc(50% - 10px);
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 1.5rem;
  margin-left: auto;
}
.contentsNavi-inner-right a:after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: calc(50% - 0.5em);
  line-height: 100%;
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
@media (width < 519px) {
  .pagetop {
    bottom: 40px;
    right: 10px;
  }
}
.pagetop a {
  width: 45px;
  height: 45px;
  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: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}
@media (width < 519px) {
  .pagetop a {
    width: 40px;
    height: 40px;
  }
}
.pagetop a:hover {
  opacity: 0.5;
}
.pagetop a i {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
  color: #ffffff;
}

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

caption, th {
  text-align: left;
}

.baseTable {
  width: 100%;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.baseTable th, .baseTable td {
  padding: 16px;
  line-height: 120%;
  border: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}
@media (width < 519px) {
  .baseTable th, .baseTable td {
    padding: 12px 8px;
  }
}
.baseTable td {
  vertical-align: middle;
}
.baseTable th {
  width: 22%;
  background: #fafafa;
  font-weight: 500;
  text-align: left;
}
@media (519px <= width < 788px) {
  .baseTable__sp tr {
    display: block;
    width: 100%;
  }
}
@media (width < 519px) {
  .baseTable__sp tr {
    display: block;
    width: 100%;
  }
}
@media (519px <= width < 788px) {
  .baseTable__sp th, .baseTable__sp td {
    margin-top: -1px;
    display: block;
    width: 100%;
  }
}
@media (width < 519px) {
  .baseTable__sp th, .baseTable__sp td {
    margin-top: -1px;
    display: block;
    width: 100%;
  }
}

/*----------------------------------------
	body
----------------------------------------*/
body {
  background: #ffffff;
  font-family: "EB Garamond", "Zen Old Mincho", "Noto Serif", serif;
  font-size: 16px;
  font-size: 1rem;
  color: #424242;
  text-align: center;
  font-weight: 500;
}
body img {
  max-width: 100%;
  height: auto;
}
@media (width < 519px) {
  body {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
body * {
  line-height: 180%;
}
body.fixed {
  position: unset;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}

a {
  color: #750007;
  outline: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a * {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #C39194;
}
a:hover img {
  opacity: 0.9 !important;
}
@media (519px <= width < 1020px) {
  a:hover {
    opacity: 1 !important;
  }
  a:hover img {
    opacity: 1 !important;
  }
}
@media (width < 519px) {
  a:hover {
    opacity: 1 !important;
  }
  a:hover img {
    opacity: 1 !important;
  }
}
a:active {
  color: #750007;
}

h1, h2, h3, h4, h5, h6, b, strong {
  font-weight: 500;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

main {
  position: relative;
  z-index: 0;
}

/*----------------------------------------
	container
----------------------------------------*/
.container {
  margin: 0 auto;
  width: auto;
  text-align: left;
  position: relative;
  max-width: 1000px;
}
@media (519px <= width < 1020px) {
  .container {
    width: auto;
    margin: 0 20px;
  }
}
@media (width < 519px) {
  .container {
    width: auto;
    margin: 0 15px;
  }
}

/*----------------------------------------
	contents
----------------------------------------*/
.contents {
  padding-bottom: 100px;
}
@media (width < 519px) {
  .contents {
    padding-bottom: 50px;
  }
}

.contentsTitle {
  margin-bottom: 80px;
  width: 100%;
  background: url(../img/common/bg_arches.jpg);
}
@media (519px <= width < 788px) {
  .contentsTitle {
    margin-bottom: 60px;
  }
}
@media (width < 519px) {
  .contentsTitle {
    margin-bottom: 30px;
  }
}

.contentsTitle__hl {
  margin: 0;
  width: 100%;
  height: 160px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #EEE;
  vertical-align: middle;
  text-align: center;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 500;
}
@media (519px <= width < 788px) {
  .contentsTitle__hl {
    height: 130px;
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (width < 519px) {
  .contentsTitle__hl {
    height: 100px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.p-ttl {
  position: relative;
  overflow: hidden;
}
.p-ttl::before {
  position: absolute;
  top: -90px;
  left: 5%;
  content: "";
  display: block;
  width: 203px;
  height: 188px;
  background: url(../img/common/img_kiri.png) 0 0 no-repeat;
  opacity: 0.3;
  z-index: 3;
}
@media (width < 519px) {
  .p-ttl::before {
    top: -40px;
    left: 3%;
    width: 100px;
    height: 90px;
    background-size: 100px auto;
  }
}
.p-ttl::after {
  position: absolute;
  bottom: -90px;
  right: 5%;
  content: "";
  display: block;
  width: 203px;
  height: 188px;
  background: url(../img/common/img_kiri.png) 0 0 no-repeat;
  opacity: 0.3;
  z-index: 3;
}
@media (width < 519px) {
  .p-ttl::after {
    bottom: -40px;
    right: 3%;
    width: 100px;
    height: 90px;
    background-size: 100px auto;
  }
}
.p-ttl-image {
  position: relative;
}
.p-ttl-image::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.p-ttl-image_noimage {
  height: 160px;
  border-bottom: 1px solid #EEE;
  background: url(../img/common/bg_noimage.jpg) center center no-repeat;
  background-size: cover;
}
@media (519px <= width < 788px) {
  .p-ttl-image_noimage {
    height: 130px;
  }
}
@media (width < 519px) {
  .p-ttl-image_noimage {
    height: 100px;
  }
}
.p-ttl-image_upload img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
@media (788px <= width < 1000px) {
  .p-ttl-image_upload img {
    height: 190px;
  }
}
@media (519px <= width < 788px) {
  .p-ttl-image_upload img {
    height: 190px;
  }
}
@media (width < 519px) {
  .p-ttl-image_upload img {
    height: 160px;
  }
}
.p-ttl-text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  margin: 0;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 600;
}
@media (519px <= width < 788px) {
  .p-ttl-text {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (width < 519px) {
  .p-ttl-text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.section {
  margin: 100px 0;
  width: 100%;
}
@media (519px <= width < 1020px) {
  .section {
    margin: 60px 0;
  }
}
@media (width < 519px) {
  .section {
    margin: 40px 0;
  }
}

.section__hl {
  margin: 0 0 40px;
  padding-bottom: 25px;
  line-height: 120%;
  font-size: 30px;
  font-size: 1.875rem;
  position: relative;
  text-align: center;
  font-weight: 500;
}
@media (519px <= width < 788px) {
  .section__hl {
    margin: 0 0 30px;
    padding-bottom: 15px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (width < 519px) {
  .section__hl {
    margin: 0 0 30px;
    padding-bottom: 15px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.section__hl * {
  line-height: 120%;
}
.section__hl:before {
  margin-left: -30px;
  content: "";
  width: 60px;
  height: 1px;
  background: #750007;
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media (width < 519px) {
  .section__hl:before {
    margin-left: -15px;
    width: 30px;
  }
}
.section__hl--left {
  text-align: left;
  font-weight: 500;
}
@media (519px <= width < 788px) {
  .section__hl--left {
    margin: 0 0 30px;
    padding-bottom: 15px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (width < 519px) {
  .section__hl--left {
    margin: 0 0 30px;
    padding-bottom: 15px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.section__hl--left:before {
  margin-left: 0;
  left: 0;
}
@media (width < 519px) {
  .section__hl--left:before {
    margin-left: 0;
  }
}
.section__hl--right {
  text-align: right;
  font-weight: 500;
}
@media (519px <= width < 788px) {
  .section__hl--right {
    margin: 0 0 30px;
    padding-bottom: 15px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (width < 519px) {
  .section__hl--right {
    margin: 0 0 30px;
    padding-bottom: 15px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.section__hl--right:before {
  margin-left: 0;
  left: inherit;
  right: 0;
}
@media (width < 519px) {
  .section__hl--right:before {
    margin-left: 0;
  }
}

.telLink a {
  text-decoration: none;
  color: #fff !important;
}

/*----------------------------------------
	header
----------------------------------------*/
header {
  width: 100%;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 10;
}
@media (788px <= width < 1000px) {
  header {
    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;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media (519px <= width < 788px) {
  header {
    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;
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media (width < 519px) {
  header {
    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;
    position: fixed;
    top: 0;
    left: 0;
  }
}

.hTop {
  margin: 0 auto;
  width: 100%;
  height: 126px;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  position: relative;
  z-index: 3;
}
@media (788px <= width < 1000px) {
  .hTop {
    height: auto;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (519px <= width < 788px) {
  .hTop {
    height: auto;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (width < 519px) {
  .hTop {
    height: auto;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
}

.hTop__hl {
  margin: 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (788px <= width < 1000px) {
  .hTop__hl {
    margin: 10px 5px 10px 10px;
  }
}
@media (519px <= width < 788px) {
  .hTop__hl {
    margin: 10px 5px 10px 10px;
  }
}
@media (width < 519px) {
  .hTop__hl {
    margin: 10px 5px 10px 10px;
  }
}
.hTop__hl a {
  display: block;
  font-size: 26px;
  font-size: 1.625rem;
  text-decoration: none;
}
.hTop__hl a:hover {
  opacity: 0.9;
}
.hTop__hl img {
  max-height: 76px;
  vertical-align: bottom;
}
@media (788px <= width < 1000px) {
  .hTop__hl img {
    max-height: 66px;
  }
}
@media (519px <= width < 788px) {
  .hTop__hl img {
    max-height: 56px;
  }
}
@media (width < 519px) {
  .hTop__hl img {
    max-height: 44px;
  }
}

.hTop__contents {
  margin: 0 30px 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (788px <= width < 1000px) {
  .hTop__contents {
    margin: 0 0 0 auto;
  }
}
@media (519px <= width < 788px) {
  .hTop__contents {
    margin: 0 0 0 auto;
  }
}
@media (width < 519px) {
  .hTop__contents {
    margin: 0 0 0 auto;
  }
}

.hLanguage__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
}
@media (width < 519px) {
  .hLanguage__list {
    margin-top: 8px;
  }
}
.hLanguage__list__item {
  list-style: none;
}
.hLanguage__list__item:not(:last-child)::after {
  content: "｜";
}
.hLanguage__list__item a {
  color: #000;
  text-decoration: none;
}
.hLanguage__list__item a:hover {
  color: #888;
}

.hContact {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (519px <= width < 1020px) {
  .hContact {
    margin-right: 20px;
  }
}
@media (788px <= width < 1000px) {
  .hContact {
    margin: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (519px <= width < 788px) {
  .hContact {
    margin: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (width < 519px) {
  .hContact {
    margin: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.hContact__item {
  margin: 0;
  line-height: 130%;
}
.hContact__item * {
  line-height: 130%;
}
.hContact__item--btn {
  margin-bottom: auto;
}
@media (788px <= width < 1000px) {
  .hContact__item--btn {
    margin: 0 5px;
  }
}
@media (519px <= width < 788px) {
  .hContact__item--btn {
    margin: 0 5px;
  }
}
@media (width < 519px) {
  .hContact__item--btn {
    margin: 0 0 0 5px;
  }
}
.hContact__item--tel {
  margin-top: 8px;
}
@media (788px <= width < 1000px) {
  .hContact__item--tel {
    margin: 0 5px;
  }
}
@media (519px <= width < 788px) {
  .hContact__item--tel {
    margin: 0 5px;
  }
}
@media (width < 519px) {
  .hContact__item--tel {
    margin: 0 0 0 5px;
  }
}
.hContact__item--hour {
  margin-top: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media (788px <= width < 1000px) {
  .hContact__item--hour {
    display: none;
  }
}
@media (519px <= width < 788px) {
  .hContact__item--hour {
    display: none;
  }
}
@media (width < 519px) {
  .hContact__item--hour {
    display: none;
  }
}

.hContact__btn {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #750007;
  border: 1px solid #750007;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
}
@media (788px <= width < 1000px) {
  .hContact__btn {
    padding: 0;
    background: none !important;
    border: none !important;
  }
}
@media (519px <= width < 788px) {
  .hContact__btn {
    padding: 0;
    background: none !important;
    border: none !important;
  }
}
@media (width < 519px) {
  .hContact__btn {
    padding: 0;
    background: none !important;
    border: none !important;
  }
}
.hContact__btn:hover {
  background: #ffffff;
  color: #750007;
}
.hContact__btn:hover * {
  color: #750007;
}
.hContact__btn:hover .fa {
  color: #750007;
}
@media (788px <= width < 1000px) {
  .hContact__btn:hover .fa {
    color: #000000;
  }
}
@media (519px <= width < 788px) {
  .hContact__btn:hover .fa {
    color: #000000;
  }
}
@media (width < 519px) {
  .hContact__btn:hover .fa {
    color: #000000;
  }
}
.hContact__btn .fa {
  margin-left: 5px;
  color: #ffffff;
}
@media (788px <= width < 1000px) {
  .hContact__btn .fa {
    width: 40px;
    height: 40px;
    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 #000000;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #ffffff;
    font-size: 18px;
    font-size: 1.125rem;
    background: #750007;
  }
}
@media (519px <= width < 788px) {
  .hContact__btn .fa {
    width: 40px;
    height: 40px;
    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 #000000;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #ffffff;
    font-size: 18px;
    font-size: 1.125rem;
    background: #750007;
  }
}
@media (width < 519px) {
  .hContact__btn .fa {
    width: 40px;
    height: 40px;
    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 #000000;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #ffffff;
    font-size: 18px;
    font-size: 1.125rem;
    background: #750007;
  }
}
.hContact__btn .fa.fa-envelope {
  display: none;
}
@media (788px <= width < 1000px) {
  .hContact__btn .fa.fa-envelope {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hContact__btn .fa.fa-envelope:hover {
    color: #750007;
    background: #fff;
  }
}
@media (519px <= width < 788px) {
  .hContact__btn .fa.fa-envelope {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hContact__btn .fa.fa-envelope:hover {
    color: #750007;
    background: #fff;
  }
}
@media (width < 519px) {
  .hContact__btn .fa.fa-envelope {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .hContact__btn .fa.fa-envelope:hover {
    color: #750007;
    background: #fff;
  }
}
.hContact__btn .fa.fa-chevron-circle-right {
  display: inline-block;
}
@media (788px <= width < 1000px) {
  .hContact__btn .fa.fa-chevron-circle-right {
    display: none;
  }
}
@media (519px <= width < 788px) {
  .hContact__btn .fa.fa-chevron-circle-right {
    display: none;
  }
}
@media (width < 519px) {
  .hContact__btn .fa.fa-chevron-circle-right {
    display: none;
  }
}
.hContact__btn--text {
  color: #ffffff;
}
@media (788px <= width < 1000px) {
  .hContact__btn--text {
    display: none;
  }
}
@media (519px <= width < 788px) {
  .hContact__btn--text {
    display: none;
  }
}
@media (width < 519px) {
  .hContact__btn--text {
    display: none;
  }
}

.hContact__tel {
  line-height: 120%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  font-size: 1.875rem;
  pointer-events: none;
  text-decoration: none;
  font-weight: 600;
  color: #000000 !important;
}
@media (519px <= width < 1020px) {
  .hContact__tel {
    pointer-events: auto;
  }
}
@media (width < 519px) {
  .hContact__tel {
    pointer-events: auto;
  }
}
.hContact__tel .fa {
  margin-right: 5px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #000000;
  position: relative;
  top: 2px;
}
@media (788px <= width < 1000px) {
  .hContact__tel .fa {
    width: 40px;
    height: 40px;
    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 #000000;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
    font-size: 1.125rem;
    position: static;
  }
}
@media (519px <= width < 788px) {
  .hContact__tel .fa {
    width: 40px;
    height: 40px;
    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 #000000;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
    font-size: 1.125rem;
    position: static;
  }
}
@media (width < 519px) {
  .hContact__tel .fa {
    width: 40px;
    height: 40px;
    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 #000000;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
    font-size: 1.125rem;
    position: static;
  }
}
@media (788px <= width < 1000px) {
  .hContact__tel--num {
    display: none;
  }
}
@media (519px <= width < 788px) {
  .hContact__tel--num {
    display: none;
  }
}
@media (width < 519px) {
  .hContact__tel--num {
    display: none;
  }
}

.spMenu__btn {
  margin: 0 20px;
  width: 40px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #000000;
  border-radius: 20px;
  display: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (788px <= width < 1000px) {
  .spMenu__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (519px <= width < 788px) {
  .spMenu__btn {
    margin: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (width < 519px) {
  .spMenu__btn {
    margin: 0 15px 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.spMenu__btn.active .spMenu__btn--line:nth-child(1) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 7px;
}
.spMenu__btn.active .spMenu__btn--line:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.spMenu__btn.active .spMenu__btn--line:nth-child(3) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -7px;
}

.spMenu__btn--line {
  margin: 3px 0;
  width: 18px;
  height: 1px;
  display: block;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
}

.gNav {
  width: 100%;
  height: 63px;
  background: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media (788px <= width < 1000px) {
  .gNav {
    width: 100%;
    height: 100vh;
    display: none;
    background: rgba(117, 0, 7, 0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (519px <= width < 788px) {
  .gNav {
    width: 100%;
    height: 100vh;
    display: none;
    background: rgba(117, 0, 7, 0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (width < 519px) {
  .gNav {
    width: 100%;
    height: 100vh;
    display: none;
    background: rgba(117, 0, 7, 0.6);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.gNav:after {
  content: "";
  width: 100%;
  height: 6px;
  display: block;
  background: none;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (788px <= width < 1000px) {
  .gNav:after {
    display: none;
  }
}
@media (519px <= width < 788px) {
  .gNav:after {
    display: none;
  }
}
@media (width < 519px) {
  .gNav:after {
    display: none;
  }
}
.gNav.fixed {
  position: fixed;
  top: 0;
}

.nav-menu__box {
  margin: 0 auto;
  max-width: 1000px;
}
@media (788px <= width < 1000px) {
  .nav-menu__box {
    width: 260px;
    height: 100%;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate3d(260px, 0, 0);
            transform: translate3d(260px, 0, 0);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
  }
}
@media (519px <= width < 788px) {
  .nav-menu__box {
    width: 260px;
    height: 100%;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate3d(260px, 0, 0);
            transform: translate3d(260px, 0, 0);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
  }
}
@media (width < 519px) {
  .nav-menu__box {
    width: 260px;
    height: 100%;
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translate3d(260px, 0, 0);
            transform: translate3d(260px, 0, 0);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
  }
}
.nav-menu__box.active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

nav .nav-menu {
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (788px <= width < 1000px) {
  nav .nav-menu {
    padding-bottom: 220px;
    width: 100%;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    display: block;
  }
}
@media (519px <= width < 788px) {
  nav .nav-menu {
    padding-bottom: 220px;
    width: 100%;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    display: block;
  }
}
@media (width < 519px) {
  nav .nav-menu {
    padding-bottom: 220px;
    width: 100%;
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
    display: block;
  }
}

nav .nav-item {
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: none;
  position: relative;
}
nav .nav-item:hover .nav-menu__sub {
  display: block;
  opacity: 1;
  top: 63px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: visible;
}
@media (788px <= width < 1000px) {
  nav .nav-item {
    width: 100%;
    border-right: none;
  }
}
@media (519px <= width < 788px) {
  nav .nav-item {
    width: 100%;
    border-right: none;
  }
}
@media (width < 519px) {
  nav .nav-item {
    width: 100%;
    border-right: none;
  }
}
nav .nav-item:first-child {
  border-left: none;
}
@media (788px <= width < 1000px) {
  nav .nav-item:first-child {
    border-left: none;
  }
}
@media (519px <= width < 788px) {
  nav .nav-item:first-child {
    border-left: none;
  }
}
@media (width < 519px) {
  nav .nav-item:first-child {
    border-left: none;
  }
}
nav .nav-item > a {
  width: auto;
  height: 63px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 15px;
  font-size: 0.9375rem;
  background: none;
  color: #ffffff !important;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
@media (788px <= width < 1000px) {
  nav .nav-item > a {
    padding: 0 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 48px;
  }
}
@media (519px <= width < 788px) {
  nav .nav-item > a {
    padding: 0 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 48px;
  }
}
@media (width < 519px) {
  nav .nav-item > a {
    padding: 0 20px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 48px;
  }
}
nav .nav-item > a:after {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  background: rgba(117, 0, 7, 0.3);
  -webkit-transform: none;
          transform: none;
  position: absolute;
  bottom: 16px;
  left: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (788px <= width < 1000px) {
  nav .nav-item > a:after {
    display: none;
  }
}
@media (519px <= width < 788px) {
  nav .nav-item > a:after {
    display: none;
  }
}
@media (width < 519px) {
  nav .nav-item > a:after {
    display: none;
  }
}
nav .nav-item > a:hover:after {
  left: 20px;
  width: calc(100% - 40px);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  bottom: 16px;
}
@media (788px <= width < 1000px) {
  nav .nav-item > a:hover:after {
    width: 0;
  }
}
@media (519px <= width < 788px) {
  nav .nav-item > a:hover:after {
    width: 0;
  }
}
@media (width < 519px) {
  nav .nav-item > a:hover:after {
    width: 0;
  }
}
nav .nav-item.current > a:before {
  content: "";
  width: 98%;
  height: 1px;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  bottom: 3px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
}
@media (788px <= width < 1000px) {
  nav .nav-item.current > a:before {
    display: none;
  }
}
@media (519px <= width < 788px) {
  nav .nav-item.current > a:before {
    display: none;
  }
}
@media (width < 519px) {
  nav .nav-item.current > a:before {
    display: none;
  }
}

nav .nav-menu__sub {
  margin: 0;
  padding: 0;
  width: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
@media (519px <= width < 1020px) {
  nav .nav-menu__sub {
    top: 49px;
  }
}
@media (788px <= width < 1000px) {
  nav .nav-menu__sub {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
@media (519px <= width < 788px) {
  nav .nav-menu__sub {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
@media (width < 519px) {
  nav .nav-menu__sub {
    position: static;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
}
nav .nav-menu__sub > .menu {
  margin: 0;
  padding: 0;
}
nav .nav-menu__sub .menu-content {
  padding: 0;
  background: none;
  list-style: none;
}
nav .nav-menu__sub .menu-content > a {
  padding: 10px 20px;
  width: 100%;
  height: 50px;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #000000;
  background-image: none !important;
  border-top: none;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
@media (519px <= width < 1020px) {
  nav .nav-menu__sub .menu-content > a {
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
  }
}
@media (788px <= width < 1000px) {
  nav .nav-menu__sub .menu-content > a {
    padding: 0 20px 0 35px;
    height: 48px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (519px <= width < 788px) {
  nav .nav-menu__sub .menu-content > a {
    padding: 0 20px 0 35px;
    height: 48px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (width < 519px) {
  nav .nav-menu__sub .menu-content > a {
    padding: 0 20px 0 35px;
    height: 48px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background: rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
nav .nav-menu__sub .menu-content > a:after {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  background: rgba(117, 0, 7, 0.3);
  -webkit-transform: none;
          transform: none;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (788px <= width < 1000px) {
  nav .nav-menu__sub .menu-content > a:after {
    display: none;
  }
}
@media (519px <= width < 788px) {
  nav .nav-menu__sub .menu-content > a:after {
    display: none;
  }
}
@media (width < 519px) {
  nav .nav-menu__sub .menu-content > a:after {
    display: none;
  }
}
nav .nav-menu__sub .menu-content > a:hover:after {
  left: 20px;
  width: calc(100% - 40px);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  bottom: 9px;
}
@media (788px <= width < 1000px) {
  nav .nav-menu__sub .menu-content > a:hover:after {
    width: 0;
  }
}
@media (519px <= width < 788px) {
  nav .nav-menu__sub .menu-content > a:hover:after {
    width: 0;
  }
}
@media (width < 519px) {
  nav .nav-menu__sub .menu-content > a:hover:after {
    width: 0;
  }
}

nav.gNav ul li + li a {
  background: url(../img/header/bdr_solid.png) left center no-repeat !important;
}
@media (788px <= width < 1000px) {
  nav.gNav ul li + li a {
    background-image: none !important;
  }
}
@media (519px <= width < 788px) {
  nav.gNav ul li + li a {
    background-image: none !important;
  }
}
@media (width < 519px) {
  nav.gNav ul li + li a {
    background-image: none !important;
  }
}
nav.gNav ul li:first-child a {
  background-image: none !important;
}

nav.gNav ul.ul-level-1 {
  background: rgba(255, 255, 255, 0.9);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (788px <= width < 1000px) {
  nav.gNav ul.ul-level-1 {
    border-radius: 0;
  }
}
@media (519px <= width < 788px) {
  nav.gNav ul.ul-level-1 {
    border-radius: 0;
  }
}
@media (width < 519px) {
  nav.gNav ul.ul-level-1 {
    border-radius: 0;
  }
}
nav.gNav ul.ul-level-2 {
  background: rgba(255, 255, 255, 0.9);
  border: solid 1px #eee;
  margin-top: 5px !important;
}
@media (788px <= width < 1000px) {
  nav.gNav ul.ul-level-2 {
    background: none;
    border: none;
  }
}
@media (519px <= width < 788px) {
  nav.gNav ul.ul-level-2 {
    background: none;
    border: none;
  }
}
@media (width < 519px) {
  nav.gNav ul.ul-level-2 {
    background: none;
    border: none;
  }
}

.gNav .nav-item.menu-content.li-level-1 {
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
}
@media (519px <= width < 1020px) {
  .gNav .nav-item.menu-content.li-level-1 {
    -ms-flex-preferred-size: unset;
        flex-basis: unset;
  }
}

.hContact {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: initial;
  flex-direction: initial;
  gap: 10px;
}

.header .language-button {
  border-radius: 38px;
  background-color: none;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid #750007;
}
.header .language-button .language-button-en {
  width: 38px;
  height: 38px;
  font-size: 13px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.25s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: 0.25s cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -10px;
}
.header .language-button .language-button-en.is-selected {
  background: #750007;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
.header .language-button .language-button-ja {
  width: 38px;
  height: 38px;
  font-size: 13px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.25s cubic-bezier(0.47, 0, 0.745, 0.715);
  transition: 0.25s cubic-bezier(0.47, 0, 0.745, 0.715);
  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;
}
.header .language-button .language-button-ja.is-selected {
  background: #750007;
  color: #fff;
  cursor: default;
  pointer-events: none;
}

/*----------------------------------------
	footer
----------------------------------------*/
.fContact {
  padding: 0 15px;
  width: 100%;
  height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/common/pho_bg_contact.jpg) no-repeat center;
  background-size: cover;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  color: #ffffff;
}
@media (519px <= width < 788px) {
  .fContact {
    padding: 60px 15px;
    height: auto;
  }
}
@media (width < 519px) {
  .fContact {
    padding: 40px 15px;
    height: auto;
  }
}
.fContact:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.fContact * {
  position: relative;
  z-index: 1;
}

.fContact__hl {
  margin: 0;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
}
@media (width < 519px) {
  .fContact__hl {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.fContact__read {
  margin: 15px 0 25px;
}

.fContact__tel {
  margin: 0;
  line-height: 120%;
  font-size: 54px;
  font-size: 3.375rem;
  letter-spacing: 0.03em;
  font-weight: 500;
}
@media (788px <= width < 1000px) {
  .fContact__tel {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
@media (519px <= width < 788px) {
  .fContact__tel {
    font-size: 48px;
    font-size: 3rem;
  }
}
@media (width < 519px) {
  .fContact__tel {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
.fContact__tel a {
  text-decoration: none;
  color: #ffffff;
}

.fContact__time {
  margin: 0;
}

.fContact__btn {
  margin: 30px auto;
  width: 400px;
}
@media (width < 519px) {
  .fContact__btn {
    width: 280px;
  }
}
.fContact__btn .btn {
  background: rgb(117, 0, 7) !important;
  border: 2px solid #750007;
  background: #750007;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff !important;
}
@media (width < 519px) {
  .fContact__btn .btn {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.fContact__btn .btn:hover {
  background: rgba(117, 0, 7, 0.5) !important;
  color: #fff !important;
}
.fContact__btn .btn:hover .fa {
  color: #ffffff;
  right: -5px;
}
.fContact__btn .btn .fa {
  margin-left: 10px;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
  top: 1px;
  right: 0;
}

footer {
  padding: 50px 0 40px;
  width: 100%;
  background: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (519px <= width < 788px) {
  footer {
    padding: 30px 0 20px;
  }
}
@media (width < 519px) {
  footer {
    padding: 20px 0;
  }
}
footer:before {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
}
footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (519px <= width < 788px) {
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (width < 519px) {
  footer .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.fLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 30px;
}
@media (519px <= width < 788px) {
  .fLeft {
    width: auto;
    text-align: center;
  }
}
@media (width < 519px) {
  .fLeft {
    width: auto;
    text-align: center;
  }
}

.fRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.shopName {
  margin: 5px 0;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}
@media (519px <= width < 788px) {
  .shopName {
    margin: 20px auto 0;
  }
}
@media (width < 519px) {
  .shopName {
    margin: 20px auto 0;
  }
}

.fAddress {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
}
@media (519px <= width < 788px) {
  .fAddress {
    margin: 10px auto 0;
    text-align: left;
  }
}
@media (width < 519px) {
  .fAddress {
    margin: 10px auto 0;
    text-align: left;
  }
}

.fNavigation {
  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;
  margin-bottom: 30px;
}
.fNavigation li {
  list-style: none;
}
.fNavigation li:not(:last-child)::after {
  content: "　／　";
  color: #750007;
}
.fNavigation li a {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  text-decoration: none;
}
@media (width < 519px) {
  .fNavigation li a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.snsList {
  margin: 10px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}
@media (519px <= width < 788px) {
  .snsList {
    margin: 30px 0 0;
  }
}
@media (width < 519px) {
  .snsList {
    margin: 30px 0 0;
  }
}
.snsList li {
  margin: 0 10px;
  list-style: none;
}
.snsList li a {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: white;
  color: #000000;
  font-size: 22px;
  font-size: 1.375rem;
  text-decoration: none;
}
.snsList li a:hover {
  background: rgba(255, 255, 255, 0.6);
}
.snsList li a i {
  color: #000000;
  font-size: 22px;
  font-size: 1.375rem;
}

.copy {
  margin-top: 10px;
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  line-height: 120%;
  color: #ffffff;
  text-align: center;
  font-size: smaller;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.copy a {
  color: #fff !important;
}
.copy a:hover {
  color: #fff !important;
  opacity: 0.8;
}
@media (519px <= width < 788px) {
  .copy {
    margin-top: 10px;
    padding-top: 15px;
    width: 100%;
    gap: 20px;
  }
}
@media (width < 519px) {
  .copy {
    margin-top: 20px;
    padding-top: 15px;
    width: 100%;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .copy p {
    margin: -5px 0;
  }
}
.copy small {
  font-size: 12px;
  font-size: 0.75rem;
  color: #ffffff;
}

/*----------------------------------------
	footer menu
----------------------------------------*/
.footer_menuList li.menu-content.li-level-1,
.footer_menuList li.menu-content.li-level-2 {
  line-height: 2 !important;
}

.footer_menuList li.menu-content.li-level-2::before {
  content: "\f0da";
  display: inline-block;
  margin-right: 2px;
  color: #ffffff;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.625rem;
}

.footer_menuList ul.nav-menu.ul-level-1 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin: 0;
  padding: 0 20px;
  float: left;
}

.footer_menuList ul.menu.ul-level-2 {
  padding-left: 0.2em;
}

.footer_menuList ul li {
  list-style: none;
  width: 100%;
}

.footer_menuList ul li a {
  color: #ffffff !important;
  font-size: 0.875rem;
  text-decoration: none;
}

.footer_menuList ul li a:hover {
  color: #ffffff !important;
  opacity: 0.8;
}

/*----------------------------------------
	sidebar
----------------------------------------*/
.sideNav {
  margin-bottom: 60px;
  width: 25%;
}
@media (788px <= width < 1000px) {
  .sideNav {
    width: 100%;
    float: none;
  }
}
@media (519px <= width < 788px) {
  .sideNav {
    width: 100%;
    float: none;
  }
}
@media (width < 519px) {
  .sideNav {
    margin-bottom: 20px;
    width: 100%;
    float: none;
  }
}
.sideNav .articleArea {
  padding: 0;
}

.blogWidget {
  width: 100%;
  margin-bottom: 40px;
}

.blogWidget__hl {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 3px;
  background: #750007;
  line-height: 40px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #ffffff;
  text-indent: 10px;
}

.depth-1 {
  padding-left: 0;
}
.depth-1 li {
  padding: 0 10px 15px 20px;
  line-height: 120%;
  position: relative;
  list-style: none;
}
.depth-1 li a:before {
  position: absolute;
  top: 1px;
  left: 3px;
  content: "\f0da";
  display: inline-block;
  margin-right: 5px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.625rem;
}

.blogWidgetList {
  padding-left: 0;
}

.blogWidgetList__item {
  padding: 0 10px 15px 20px;
  line-height: 120%;
  position: relative;
  list-style: none;
}
.blogWidgetList__item a:before {
  position: absolute;
  top: 1px;
  left: 3px;
  content: "\f0da";
  display: inline-block;
  margin-right: 5px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.625rem;
}

.blogWidgetCalender {
  padding: 5px 20px 10px 20px;
  width: auto;
  border-radius: 3px;
  background: #fafafa;
  border: 1px solid #eeeeee;
}
@media (788px <= width < 1000px) {
  .blogWidgetCalender {
    width: 420px;
  }
}
@media (519px <= width < 788px) {
  .blogWidgetCalender {
    width: 420px;
  }
}
@media (width < 519px) {
  .blogWidgetCalender {
    width: auto;
  }
}
.blogWidgetCalender h3 {
  margin: 0 0 15px 0;
  font-size: 18px;
  font-size: 1.125rem;
  background: none;
  color: #750007;
  text-align: center;
  line-height: 18px;
}

.blogCalendar {
  width: 100%;
}
.blogCalendar tr {
  border-bottom: 1px solid #e0e0e0;
}
.blogCalendar tr:first-child {
  padding-bottom: 5px;
}
.blogCalendar th, .blogCalendar td {
  padding: 5px 0;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}
.blogCalendar th a, .blogCalendar td a {
  color: #750007;
  font-size: 14px;
  font-size: 0.875rem;
}

.saturday {
  color: #1e88e5;
}

.sunday {
  color: #e53935;
}

.today {
  font-weight: 600 !important;
  background: rgba(0, 0, 0, 0.2);
  color: #000000;
}
.today a {
  color: #000000;
}

#ContentSearchForm input[type=text] {
  width: 100%;
}

.sideNav .widget-blog-tags {
  margin-bottom: 40px;
}
.sideNav .bc-blog-tags {
  padding: 0;
}
.sideNav .bc-blog-tags li {
  padding: 0 10px 15px 20px;
  line-height: 120%;
  position: relative;
  list-style: none;
}
.sideNav .bc-blog-tags li a:before {
  position: absolute;
  top: 1px;
  left: 3px;
  content: "\f0da";
  display: inline-block;
  margin-right: 5px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.625rem;
}

.colBox {
  margin: 120px 0;
}
@media (788px <= width < 1000px) {
  .colBox {
    margin: 90px 0;
  }
}
@media (519px <= width < 788px) {
  .colBox {
    margin: 60px 0;
  }
}
@media (width < 519px) {
  .colBox {
    margin: 50px 0;
  }
}
.colBox p {
  line-height: 180%;
  width: 100%;
  margin: 0 auto;
}
.colBox img {
  vertical-align: bottom;
}
.colBox__bgColor {
  padding: 100px 0;
}
@media (519px <= width < 788px) {
  .colBox__bgColor {
    padding: 70px 0;
  }
}
@media (width < 519px) {
  .colBox__bgColor {
    padding: 40px 0;
  }
}

.contents__hl {
  margin: 20px 0 30px;
  line-height: 130%;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 500;
}
@media (788px <= width < 1000px) {
  .contents__hl {
    margin: 5px 0 20px;
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (519px <= width < 788px) {
  .contents__hl {
    margin: 30px 0 20px;
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (width < 519px) {
  .contents__hl {
    margin: 15px 0 20px;
    padding-right: 10px;
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.contents__hl--center {
  text-align: center;
}
.contents__hl br {
  line-height: 130%;
}

.contents__readBox {
  margin-top: 40px;
}
.contents__readBox--center {
  text-align: center;
}

.rowBox__2elem {
  margin: 40px 0;
  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;
}
@media (width < 519px) {
  .rowBox__2elem {
    margin: 0;
    display: block;
  }
}
.rowBox__2elem .boxInner {
  margin: 20px 0;
  width: calc(50% - 20px);
}
@media (519px <= width < 788px) {
  .rowBox__2elem .boxInner {
    width: calc(50% - 20px);
  }
}
@media (width < 519px) {
  .rowBox__2elem .boxInner {
    margin: 20px 0;
    width: 100%;
  }
}
.rowBox__2elem--reverse {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (width < 519px) {
  .rowBox__2elem--reverse {
    margin: 0;
    display: block;
  }
}
.rowBox__2elem--reverse .boxInner {
  margin: 20px 0;
  width: calc(50% - 20px);
}
@media (519px <= width < 788px) {
  .rowBox__2elem--reverse .boxInner {
    width: calc(50% - 20px);
  }
}
@media (width < 519px) {
  .rowBox__2elem--reverse .boxInner {
    margin: 20px 0;
    width: 100%;
  }
}
.rowBox__3elem {
  margin: 40px 0;
  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;
}
@media (519px <= width < 788px) {
  .rowBox__3elem {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (width < 519px) {
  .rowBox__3elem {
    margin: 0;
    display: block;
  }
}
.rowBox__3elem:after {
  content: "";
  width: calc(33.333% - 20px);
  display: block;
}
@media (519px <= width < 788px) {
  .rowBox__3elem:after {
    width: calc(50% - 20px);
  }
}
@media (width < 519px) {
  .rowBox__3elem:after {
    display: none;
  }
}
.rowBox__3elem .boxInner {
  margin: 20px 0;
  width: calc(33.333% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (519px <= width < 788px) {
  .rowBox__3elem .boxInner {
    margin: 20px 0;
    width: calc(50% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (width < 519px) {
  .rowBox__3elem .boxInner {
    margin: 20px 0;
    width: 100%;
  }
}
.rowBox__3elem--reverse {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (519px <= width < 788px) {
  .rowBox__3elem--reverse {
    margin: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (width < 519px) {
  .rowBox__3elem--reverse {
    margin: 0;
    display: block;
  }
}
.rowBox__3elem--reverse:after {
  content: "";
  width: calc(33.333% - 20px);
  display: block;
}
@media (519px <= width < 788px) {
  .rowBox__3elem--reverse:after {
    width: calc(50% - 20px);
  }
}
@media (width < 519px) {
  .rowBox__3elem--reverse:after {
    display: none;
  }
}
.rowBox__3elem--reverse .boxInner {
  margin: 20px 0;
  width: calc(33.333% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (519px <= width < 788px) {
  .rowBox__3elem--reverse .boxInner {
    margin: 20px 0;
    width: calc(50% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (width < 519px) {
  .rowBox__3elem--reverse .boxInner {
    margin: 20px 0;
    width: 100%;
  }
}
.rowBox__4elem {
  margin: 40px 0;
  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;
}
@media (519px <= width < 788px) {
  .rowBox__4elem {
    margin: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (width < 519px) {
  .rowBox__4elem {
    margin: 0;
    display: block;
  }
}
.rowBox__4elem:before {
  content: "";
  width: calc(25% - 20px);
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (width < 519px) {
  .rowBox__4elem:before {
    display: none;
  }
}
.rowBox__4elem:after {
  content: "";
  width: calc(25% - 20px);
  display: block;
}
@media (width < 519px) {
  .rowBox__4elem:after {
    display: none;
  }
}
.rowBox__4elem .boxInner {
  margin: 10px 0;
  width: calc(25% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (519px <= width < 788px) {
  .rowBox__4elem .boxInner {
    width: calc(50% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (width < 519px) {
  .rowBox__4elem .boxInner {
    margin: 20px 0;
    width: 100%;
  }
}
.rowBox__4elem--reverse {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (519px <= width < 788px) {
  .rowBox__4elem--reverse {
    margin: 0;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media (width < 519px) {
  .rowBox__4elem--reverse {
    margin: 0;
    display: block;
  }
}
.rowBox__4elem--reverse:before {
  content: "";
  width: calc(25% - 20px);
  display: block;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (519px <= width < 788px) {
  .rowBox__4elem--reverse:before {
    width: calc(50% - 20px);
  }
}
@media (width < 519px) {
  .rowBox__4elem--reverse:before {
    display: none;
  }
}
.rowBox__4elem--reverse:after {
  content: "";
  width: calc(25% - 20px);
  display: block;
}
@media (519px <= width < 788px) {
  .rowBox__4elem--reverse:after {
    width: calc(50% - 20px);
  }
}
@media (width < 519px) {
  .rowBox__4elem--reverse:after {
    display: none;
  }
}
.rowBox__4elem--reverse .boxInner {
  margin: 10px 0;
  width: calc(25% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (519px <= width < 788px) {
  .rowBox__4elem--reverse .boxInner {
    width: calc(50% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (width < 519px) {
  .rowBox__4elem--reverse .boxInner {
    margin: 10px 0;
    width: 100%;
  }
}

/*----------------------------------------
	index
----------------------------------------*/
/* main visual */
.mainVisual {
  margin-bottom: 60px;
}

.mainVisual__inner {
  width: 100%;
  position: relative;
}
.mainVisual__inner:after {
  content: "";
  width: 100%;
  height: 6px;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
}
.mainVisual__inner .vegas-wrapper {
  width: 100%;
  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;
}

@-webkit-keyframes animationSample {
  0% {
    opacity: 0;
    top: -15px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
@keyframes animationSample {
  0% {
    opacity: 0;
    top: -15px;
  }
  100% {
    opacity: 1;
    top: 0;
  }
}
.mainVisual__hl {
  margin: 0 15px;
  padding-bottom: 40px;
  line-height: 130%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -webkit-animation: animationSample 1.5s ease-out 0.5s;
  animation: animationSample 1.5s ease-out 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: #ffffff;
  font-size: 42px;
  font-size: 2.625rem;
  letter-spacing: 0;
  font-weight: 600;
  z-index: 1;
  pointer-events: none;
}
@media (788px <= width < 1000px) {
  .mainVisual__hl {
    font-size: 42px;
    font-size: 2.625rem;
  }
}
@media (519px <= width < 788px) {
  .mainVisual__hl {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (width < 519px) {
  .mainVisual__hl {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.mainVisual__hl * {
  line-height: 130%;
}

.mainVisualList__item {
  height: 560px !important;
  background-position: center;
  background-size: cover;
}
@media (788px <= width < 1000px) {
  .mainVisualList__item {
    height: 420px !important;
  }
}
@media (519px <= width < 788px) {
  .mainVisualList__item {
    height: 340px !important;
  }
}
@media (width < 519px) {
  .mainVisualList__item {
    height: 260px !important;
  }
}
.mainVisualList__item a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.mainVisualList__item a:hover:before {
  background: rgba(255, 255, 255, 0.1);
}
.mainVisualList__item a:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.mainVisualList__item img {
  display: none;
  vertical-align: bottom;
}

/* index contents */
.indexContents {
  margin: 0 0 160px;
}
@media (788px <= width < 1000px) {
  .indexContents {
    margin: 0 0 50px;
  }
}
@media (519px <= width < 788px) {
  .indexContents {
    margin: 0 0 50px;
  }
}
@media (width < 519px) {
  .indexContents {
    margin: 0 0 20px;
  }
}
.indexContents .container {
  width: auto;
  max-width: 1000px;
}

.topNews {
  margin: -120px 20px 80px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
@media (788px <= width < 1000px) {
  .topNews {
    margin: -100px 0 60px;
  }
}
@media (519px <= width < 788px) {
  .topNews {
    margin: -100px 0 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (width < 519px) {
  .topNews {
    margin: -90px 0 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.topNews__box {
  width: 18%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000000;
  border-radius: 10px 0 0 10px;
  z-index: 9;
}
@media (519px <= width < 788px) {
  .topNews__box {
    padding: 20px 0 30px;
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
}
@media (width < 519px) {
  .topNews__box {
    padding: 16px 0 24px;
    width: 100%;
    border-radius: 10px 10px 0 0;
  }
}
.topNews__box .topNews__hl {
  margin: 0 auto;
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  position: relative;
  text-align: center;
}
@media (width < 519px) {
  .topNews__box .topNews__hl {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.topNews__box .topNews__hl:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #ffffff;
  display: block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.topNews__box .topNews__hl span {
  margin-top: 5px;
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #000000;
  font-weight: 400;
  line-height: 100%;
}
@media (width < 519px) {
  .topNews__box .topNews__hl span {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.topNewsList {
  width: 82%;
  padding: 20px 0;
  background: #fff !important;
  z-index: 9;
}
@media (519px <= width < 788px) {
  .topNewsList {
    margin-top: 10px;
    width: 100%;
  }
}
@media (width < 519px) {
  .topNewsList {
    margin-top: 10px;
    width: 100%;
  }
}

.topNewsList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (519px <= width < 788px) {
  .topNewsList__item:last-child {
    margin-bottom: 0;
  }
}
@media (width < 519px) {
  .topNewsList__item:last-child {
    margin-bottom: 0;
  }
}

.topNewsList__figure {
  width: 120px;
  height: auto;
}
.topNewsList__figure img {
  vertical-align: bottom;
}

.topNewsList__detail {
  width: 100%;
}
.topNewsList__detail a {
  padding: 10px 50px 15px 20px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  color: #000000;
  position: relative;
}
@media (width < 519px) {
  .topNewsList__detail a {
    padding: 10px 40px 15px 15px;
  }
}
.topNewsList__detail a:after {
  content: "";
  background: #fafafa;
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.topNewsList__detail a:hover:after {
  width: 100%;
}
.topNewsList__detail a:hover .topNewsList__hl {
  color: #750007;
}
.topNewsList__detail a:hover .fas {
  right: 15px;
  color: #750007;
}
.topNewsList__detail a .fas {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
@media (width < 519px) {
  .topNewsList__detail a .fas {
    right: 10px;
  }
}

.topNewsList__hl {
  margin: 5px 0 0;
  width: 100%;
  line-height: 130%;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  z-index: 1;
}
@media (519px <= width < 788px) {
  .topNewsList__hl {
    margin: 0 0 5px !important;
    width: 100%;
  }
}
@media (width < 519px) {
  .topNewsList__hl {
    margin: 0 0 5px !important;
    width: 100%;
  }
}

.topNewsList__meta {
  margin-bottom: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  z-index: 1;
}

.topNewsList__date {
  width: 90px;
  line-height: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #bdbdbd;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  font-weight: 400;
}

.topNewsList__category {
  margin: 0;
  padding: 0 8px;
  height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #757575;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #424242 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}

.topNewsList__noEntry {
  margin: 0;
  padding: 20px;
  background: #eeeeee;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.indexContainer {
  margin: 0 auto;
  max-width: 1800px;
}

.boxInner__top--right {
  padding: 0 5% 0 3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.boxInner__top--left {
  padding: 0 3% 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*----------------------------------------
	menu
----------------------------------------*/
.menuTable {
  margin-bottom: 30px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (519px <= width < 788px) {
  .menuTable {
    margin-bottom: 0;
  }
}
@media (width < 519px) {
  .menuTable {
    margin-bottom: 0;
  }
}
@media (519px <= width < 788px) {
  .menuTable tr {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
}
@media (width < 519px) {
  .menuTable tr {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
  }
}
.menuTable th, .menuTable td {
  padding: 13px 13px 13px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 140%;
  vertical-align: top;
  font-weight: 400;
}
@media (width < 519px) {
  .menuTable th, .menuTable td {
    padding: 10px 15px 10px 0;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
.menuTable th {
  width: 75%;
}
.menuTable td {
  padding-right: 0;
  width: 25%;
  white-space: nowrap;
  text-align: right;
}
@media (width < 519px) {
  .menuTable td {
    width: auto;
  }
}
.menuTable tbody:nth-of-type(n+2) {
  margin-top: -1px;
}
.menuTable.rowBox__3elem .boxInner, .menuTable.rowBox__2elem .boxInner {
  margin: -1px 0 0;
}
.menuTable.rowBox__3elem th, .menuTable.rowBox__2elem th {
  width: 100%;
}
.menuTable.rowBox__3elem--reverse .boxInner, .menuTable.rowBox__2elem--reverse .boxInner {
  margin: -1px 0 0;
}
.menuTable.rowBox__3elem--reverse th, .menuTable.rowBox__2elem--reverse th {
  width: 100%;
}

.productName {
  font-size: larger;
  font-weight: 600;
}

.eyecatch-img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  width: 100%;
}

.btn_detail {
  margin: auto 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.btn_detail a {
  border: 1px solid #750007;
  padding: 12px 16px;
  border-radius: 30px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}

.productDetail.contents__readBox {
  max-width: 700px;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.productDetail.contents__readBox .box-01 {
  margin: 10px 0;
}
.productDetail.contents__readBox .box-01 h3 {
  margin: 0 0 5px;
  font-weight: 600;
}
.productDetail.contents__readBox .box-01 p {
  margin: 0;
}
.productDetail.contents__readBox .box-02,
.productDetail.contents__readBox .box-03,
.productDetail.contents__readBox .box-04,
.productDetail.contents__readBox .box-05,
.productDetail.contents__readBox .box-06,
.productDetail.contents__readBox .box-07,
.productDetail.contents__readBox .box-08 {
  margin: 10px 0;
}
.productDetail.contents__readBox .box-02 h3,
.productDetail.contents__readBox .box-03 h3,
.productDetail.contents__readBox .box-04 h3,
.productDetail.contents__readBox .box-05 h3,
.productDetail.contents__readBox .box-06 h3,
.productDetail.contents__readBox .box-07 h3,
.productDetail.contents__readBox .box-08 h3 {
  margin: 0 0 5px;
  font-weight: 600;
}
.productDetail.contents__readBox .box-02 p,
.productDetail.contents__readBox .box-03 p,
.productDetail.contents__readBox .box-04 p,
.productDetail.contents__readBox .box-05 p,
.productDetail.contents__readBox .box-06 p,
.productDetail.contents__readBox .box-07 p,
.productDetail.contents__readBox .box-08 p {
  margin: 0;
}
.productDetail.contents__readBox i {
  display: block;
  width: auto;
  text-align: center;
  font-size: x-large;
  color: rgba(136, 45, 55, 0.8);
}

/*----------------------------------------
	shop
----------------------------------------*/
.shopInfo {
  margin: 0;
}
.shopInfo dt {
  margin: 0;
}
.shopInfo dd {
  margin: 0 0 15px;
}

#map {
  width: 100%;
  height: 480px;
}
@media (519px <= width < 788px) {
  #map {
    height: 400px !important;
  }
}
@media (width < 519px) {
  #map {
    height: 300px !important;
  }
}
#map .gm-style-iw {
  color: #212121;
}

/*----------------------------------------
	news
----------------------------------------*/
.entryContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (788px <= width < 1000px) {
  .entryContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (519px <= width < 788px) {
  .entryContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (width < 519px) {
  .entryContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.entryArea {
  margin-left: auto;
  padding-bottom: 80px;
  width: 71%;
}
@media (788px <= width < 1000px) {
  .entryArea {
    padding-bottom: 40px;
    width: 100%;
  }
}
@media (519px <= width < 788px) {
  .entryArea {
    padding-bottom: 40px;
    width: 100%;
  }
}
@media (width < 519px) {
  .entryArea {
    padding-bottom: 20px;
    width: 100%;
  }
}

.entryList {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (width < 519px) {
  .entryList {
    margin: 40px 0 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.entryList__eyeCatch {
  margin: 0;
  width: 33.419%;
}
@media (width < 519px) {
  .entryList__eyeCatch {
    margin: 0 auto;
    width: calc(100% - 40px);
    float: none;
  }
}
.entryList__eyeCatch a:hover {
  opacity: 0.9;
}

.entryList__outline {
  margin-left: auto;
  width: 62.724%;
  position: relative;
}
@media (width < 519px) {
  .entryList__outline {
    margin-top: 15px;
    width: 100%;
    float: none;
  }
}

.entryList__meta {
  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;
}

.entryList__hl {
  margin: 16px 0;
  padding: 0 0 16px;
  width: 100%;
  line-height: 120%;
  border-bottom: 1px solid #DDD;
  font-family: "EB Garamond", "Zen Old Mincho", "Noto Serif", serif;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: left;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (width < 519px) {
  .entryList__hl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.entryList__hl a {
  color: #750007;
  text-decoration: none;
}
.entryList__hl a:hover {
  color: #000000;
}

.entryList__date {
  color: #757575;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.entryList__category {
  margin: 0 0 0 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.entryList__category a {
  padding: 6px 10px;
  line-height: 100%;
  display: inline-block;
  border-radius: 3px;
  background: #750007;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ffffff !important;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid;
}
@media (width < 519px) {
  .entryList__category a {
    padding: 6px 8px;
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.entryList__category a:hover {
  background: #ffffff;
  border: 1px solid #750007;
  color: #750007 !important;
}

.entryList__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.entryList__excerpt {
  margin: 0;
}

.entryList__more {
  margin-left: auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}
@media (width < 519px) {
  .entryList__more {
    margin-top: 10px;
  }
}
.entryList__more i {
  margin-right: 5px;
  display: inline-block;
  color: #750007;
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  top: 1px;
}
.entryList__more a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.entryList__more a:hover i {
  color: #000000;
}

.entryArea__detail {
  padding-bottom: 100px;
}

.entry {
  padding-bottom: 80px;
}
@media (width < 519px) {
  .entry {
    padding-bottom: 40px;
  }
}
.entry:last-child {
  padding-bottom: 20px;
}

.entry__header {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (width < 519px) {
  .entry__header {
    margin-bottom: 0;
  }
}

.entry__hl {
  margin: 10px 0 25px;
  padding: 0 10px 25px;
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 130%;
  text-align: left;
}
@media (width < 519px) {
  .entry__hl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.entry__date {
  padding: 0 10px;
  color: #757575;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}

.entrySns {
  margin: 0 10px 0 auto;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (519px <= width < 1020px) {
  .entrySns {
    gap: 15px;
  }
}
@media (width < 519px) {
  .entrySns {
    gap: 15px;
  }
}

.entrySns .btn {
  background: none;
  border: none;
  height: 33px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.entry-share-line {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.entrySns .btn:hover,
.entry-share-line:hover {
  opacity: 0.6;
}

.btn.btn-twitter i {
  color: #000;
  font-size: 33px;
}

.btn.btn-facebook i {
  color: #1877f2;
  font-size: 30px;
}

.entry-share-line {
  margin-top: 9px;
}

.btn.btn-bluesky i {
  color: #0085ff;
  font-size: 26px;
}

.entry__hl {
  margin: 10px 0 10px;
}

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

.entryBody, .eyeCatch, .post-body {
  margin: 40px 0 !important;
  padding: 0 10px;
  clear: both;
}

.post-detail, #post-detail {
  margin: 40px 0 !important;
  padding: 0 10px;
}

.entry__meta {
  padding-top: 20px;
  width: 100%;
  border-top: 1px solid #e0e0e0;
}

.post-body .container,
#post-detail .container {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.entryMetaList {
  margin: 0 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (519px <= width < 788px) {
  .entryMetaList {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (width < 519px) {
  .entryMetaList {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.entryMetaList__item {
  margin-right: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  list-style: none;
}
.entryMetaList__item:last-child {
  margin-left: auto;
  margin-right: 0;
}
.entryMetaList__item i {
  color: #757575;
}

.entryArchive__hl {
  margin: 0 0 40px;
  padding: 10px 15px;
  background: none;
  font-family: "EB Garamond", "Zen Old Mincho", "Noto Serif", serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #750007;
  border-bottom: 2px solid;
}
@media (width < 519px) {
  .entryArchive__hl {
    font-size: 16px;
    font-size: 1rem;
  }
}

.tag {
  padding: 0 !important;
}

/*----------------------------------------
	media
----------------------------------------*/
.category-select 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;
  gap: 0 50px;
  margin: 60px auto 40px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.category-select li {
  padding: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}
.category-select li a::before {
  display: none;
}

.media-top-post {
  margin: 40px 0 20px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}
.media-top-post .img-eye-catch {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  vertical-align: middle;
}
@media (788px <= width < 1000px) {
  .media-top-post {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: normal;
       -moz-column-gap: normal;
            column-gap: normal;
  }
}
@media (519px <= width < 788px) {
  .media-top-post {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: normal;
       -moz-column-gap: normal;
            column-gap: normal;
  }
}
@media (width < 519px) {
  .media-top-post {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: normal;
       -moz-column-gap: normal;
            column-gap: normal;
  }
}

.media-top-post__item {
  border-bottom: none;
  margin: 25px 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  -ms-flex-preferred-size: calc((100% - 100px) / 3);
      flex-basis: calc((100% - 100px) / 3);
}
.media-top-post__item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.media-top-post__item:hover .img-eye-catch {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1 !important;
}
.media-top-post__item a {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  text-decoration: none;
  overflow: hidden;
}
@media (788px <= width < 1000px) {
  .media-top-post__item {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    max-width: 100%;
  }
}
@media (519px <= width < 788px) {
  .media-top-post__item {
    -ms-flex-preferred-size: 47%;
        flex-basis: 47%;
    max-width: 100%;
  }
}
@media (width < 519px) {
  .media-top-post__item {
    margin: 20px auto;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: 300px;
  }
}

.media-top-post__item-eye-catch_wrap {
  position: relative;
}

.media-top-post__item-eye-catch {
  display: block;
  border-radius: 3px;
}

.media-top-post__item-meta {
  position: absolute;
  bottom: 0;
  padding: 6px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}

.media-top-post__item-date {
  margin: 0 !important;
  padding-right: 10px;
  font-size: 13px;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  font-weight: 400;
}

.media-top-post__item-category {
  font-size: 12px;
  border: none;
  padding: 2px 10px;
  border-radius: 16px;
  white-space: nowrap;
  background: #fff;
}

.media-top-post__item-tag {
  font-size: 12px;
  border: none;
  padding: 2px 10px;
  border-radius: 3px;
  white-space: nowrap;
  background: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}

.media-top-post__item-title {
  display: block;
  margin: 10px 0 5px;
  font-size: 18px;
  line-height: 1.6 !important;
  font-weight: 700;
  padding: 0;
}

.media-top-post__item-detail {
  margin-bottom: 10px;
}

.media-blog-post__item-date {
  margin-right: 5px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  font-weight: 400;
}

.media-blog-post__item-category {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}

h3.media-blog {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  margin: 60px auto 30px;
}

.media-blog-post__item-title {
  display: block;
  margin: 5px 0 5px;
  font-size: 18px;
  line-height: 1.6 !important;
  font-weight: 700;
}

.media-blog-post__item-eye-catch {
  -webkit-transition: all 300ms;
  transition: all 300ms;
  float: left;
  display: block;
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 325px;
}
@media (width < 519px) {
  .media-blog-post__item-eye-catch {
    margin: 0 0 10px;
  }
}

.media-blog-post__item-eye-catch .img-eye-catch {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  width: 180px;
}
@media (width < 519px) {
  .media-blog-post__item-eye-catch .img-eye-catch {
    aspect-ratio: initial;
    width: 100%;
  }
}

.media-blog-post__item {
  border-bottom: 1px solid #ddd;
  margin: 0px auto 20px !important;
  padding: 25px 0 25px !important;
  list-style: none;
  font-size: 14px;
  max-width: 100%;
}
@media (width < 519px) {
  .media-blog-post__item {
    border-bottom: 1px solid #ddd;
    margin: 0 auto 20px !important;
    padding: 25px 0 25px !important;
    list-style: none;
    font-size: 14px;
    max-width: 325px;
  }
}

.contents-title {
  margin: 0 0 15px;
  line-height: 120%;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
}
@media (width < 519px) {
  .contents-title {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.media-single-post__eye-catch .img-eye-catch {
  width: 100%;
}

.media-single-post__meta {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (788px <= width < 1000px) {
  .media-single-post__meta {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (519px <= width < 788px) {
  .media-single-post__meta {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (width < 519px) {
  .media-single-post__meta {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.media-single-post__meta-category {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  border: 1px solid #ccc;
  padding: 2px 10px;
  border-radius: 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
}

.media-single-post__meta-tag {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  border: 1px solid #ccc;
  padding: 2px 10px;
  border-radius: 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
}

.media-blog-post__item-category {
  font-size: 12px;
  border: 1px solid #ccc;
  padding: 2px 10px;
  border-radius: 16px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
  margin: 0 5px 5px 0;
}

.media-blog-post__item-tag {
  font-size: 12px;
  margin-bottom: 5px;
}

.media-blog-contents-navi {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 160px 0 0 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  font-size: 14px;
}
.media-blog-contents-navi .next-link {
  padding: 20px 0 20px 2%;
  float: right;
  text-align: left;
}
.media-blog-contents-navi .prev-link {
  padding: 20px 2% 20px 0;
  float: left;
  text-align: right;
}

#RelatedPosts {
  margin-top: 50px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
}
#RelatedPosts .relatedPosts-title_tag {
  display: inline-block;
}

.relatedPosts-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
@media (519px <= width < 788px) {
  .relatedPosts-body {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (width < 519px) {
  .relatedPosts-body {
    gap: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.relatedPost {
  width: calc((100% - 30px) / 2);
}
@media (519px <= width < 788px) {
  .relatedPost {
    width: 100%;
  }
}
@media (width < 519px) {
  .relatedPost {
    width: 100%;
  }
}

.media-left img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100px;
  min-width: 100px;
  border-radius: 3px;
}

.relatedPost-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.relatedPost-body .media-body {
  overflow: hidden;
}
.relatedPost-body .media-body .media-title {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.relatedPost-body .media-body .media-category {
  font-size: 12px;
  border: 1px solid #ccc;
  padding: 2px 10px;
  border-radius: 15px;
  white-space: nowrap;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
  margin: 5px 0;
}
.relatedPost-body .media-body .media-tag {
  font-size: 12px;
  border: 1px solid #ccc;
  padding: 2px 10px;
  border-radius: 3px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
  margin-top: 5px;
}
.relatedPost-body .media-body .media-date {
  font-size: 12px;
  margin-top: 5px;
  display: inline-block;
}

.media_item_list {
  margin-top: 50px;
  font-size: 14px;
}

.media_item_list h4 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  margin: 30px 0 10px;
}

.media_item_list .bc-blog-tags,
.media_item_list .bc-blog-category-list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  padding: unset;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
}

.media_item_list .bc-blog-tags li {
  border: 1px solid #ccc;
  padding: 0 10px;
  border-radius: 3px;
}

.media_item_list .bc-blog-category-list li {
  border: 1px solid #ccc;
  padding: 0 10px;
  border-radius: 16px;
}

.media_item_list .bc-blog-category-list li a::before {
  content: "";
}

/*----------------------------------------
	contact
----------------------------------------*/
.mail-description {
  margin-bottom: 40px;
}
@media (width < 519px) {
  .mail-description {
    margin-bottom: 20px;
  }
}

.alert-message {
  margin: 15px auto !important;
  padding: 10px 20px;
  color: #C30;
  font-weight: 600;
  border: 5px solid #C30;
}

.thanks {
  padding-bottom: 200px;
}
@media (519px <= width < 788px) {
  .thanks {
    padding-bottom: 80px;
  }
}
@media (width < 519px) {
  .thanks {
    padding-bottom: 40px;
  }
}

.requiredTag {
  margin-top: 2px;
  padding: 2px 5px;
  height: 21px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  background: #c62828;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  float: right;
}

.optionalTag {
  margin-top: 2px;
  padding: 2px 5px;
  height: 21px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  background: #424242;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  float: right;
}

.preContents {
  padding: 20px;
  line-height: 120%;
  background: #fafafa;
  border: 1px solid #eeeeee;
  border-radius: 3px;
}
.preContents .preContentsHead {
  margin-bottom: 2px;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, YuGothic, "Yu Gothic", "Hiragino Sans", "Noto Sans CJK JP", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Sans Emoji";
  font-weight: 700;
  color: #9e9e9e;
  font-size: 18px;
  font-size: 1.125rem;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.preContents code {
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, Courier, monospace;
  color: #ba7f83;
  line-height: 120%;
  font-size: 14px;
  font-size: 0.875rem;
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.colorList {
  margin: 30px 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (519px <= width < 788px) {
  .colorList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (width < 519px) {
  .colorList {
    margin: 20px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.colorList > li {
  margin: 0 10px 20px;
  width: calc(50% - 20px);
  list-style: none;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
@media (width < 519px) {
  .colorList > li {
    margin: 0 0 20px;
    width: 100%;
  }
}
@media (519px <= width < 788px) {
  .colorList > li {
    margin: 0 0 20px;
    width: 100%;
  }
}

.colorListSub {
  margin-top: 5px;
  padding: 0;
}
.colorListSub > li {
  padding: 6px 10px;
  line-height: 140%;
  list-style: none;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
}
@media (width < 519px) {
  .colorListSub > li {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.colorListSub > li b {
  font-weight: 600;
}

/*----------------------------------------
	other
----------------------------------------*/
.list {
  padding-left: 1em;
  list-style: none;
}
.list li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 18px;
}
.list li a {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
}

.list li:after {
  position: absolute;
  top: 7px;
  left: 0;
  content: "\f054";
  display: block;
  width: 10px;
  height: 15px;
  font-family: "Font Awesome 6 Free";
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.olist {
  padding-left: 1em;
  list-style: none;
}
.olist li {
  margin-bottom: 20px;
}
.olist li:nth-child(1)::before {
  content: "1.　";
}
.olist li:nth-child(2)::before {
  content: "2.　";
}
.olist li:nth-child(3)::before {
  content: "3.　";
}
.olist li:nth-child(4)::before {
  content: "4.　";
}
.olist li:nth-child(5)::before {
  content: "5.　";
}
.olist li:nth-child(6)::before {
  content: "6.　";
}
.olist li:nth-child(7)::before {
  content: "7.　";
}
.olist li:nth-child(8)::before {
  content: "8.　";
}
.olist li:nth-child(9)::before {
  content: "9.　";
}
.olist li:nth-child(10)::before {
  content: "10.　";
}
.olist li:nth-child(11)::before {
  content: "11.　";
}
.olist li:nth-child(12)::before {
  content: "12.　";
}
.olist li:nth-child(13)::before {
  content: "13.　";
}
.olist li:nth-child(14)::before {
  content: "14.　";
}
.olist li:nth-child(15)::before {
  content: "15.　";
}
.olist li:nth-child(16)::before {
  content: "16.　";
}
.olist li:nth-child(17)::before {
  content: "17.　";
}
.olist li:nth-child(18)::before {
  content: "18.　";
}
.olist li:nth-child(19)::before {
  content: "19.　";
}
.olist li:nth-child(20)::before {
  content: "20.　";
}
.olist li a {
  position: relative;
  color: #000;
  text-decoration: none;
}

.link-list {
  padding-left: 0;
  list-style: none;
}

.link-list li {
  margin-bottom: 20px;
}

.link-list li a {
  position: relative;
  display: block;
  padding: 20px 40px 20px 30px;
  border: 1px solid #f1e5e6;
  background: #f8f2f2;
  color: #000;
  text-decoration: none;
}

.link-list li a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #750007;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.link-list li a:hover {
  background: #fff;
}

.link-list-def {
  padding-left: 0;
  list-style: none;
}

.link-list-def li {
  margin-bottom: 20px;
}

.link-list-def li a {
  position: relative;
  display: block;
  padding: 20px 40px 20px 30px;
  border: 1px solid #f1e5e6;
  background: #f8f2f2;
  color: #000;
  text-decoration: none;
}

.link-list-def li a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "\f054";
  display: block;
  width: 10px;
  height: 15px;
  color: #750007;
  font-family: "Font Awesome 6 Free";
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.link-list-def li a:hover {
  background: #fff;
}

.link-list-def li a:hover:after {
  right: 10px;
}

.link-olist {
  padding-left: 0;
  list-style: none;
}

.link-olist li {
  margin-bottom: 20px;
}

.link-olist li a {
  position: relative;
  display: block;
  padding: 20px 40px 20px 30px;
  border: 1px solid #f1e5e6;
  background: #f8f2f2;
  color: #000;
  text-decoration: none;
}

.link-olist li a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #750007;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.link-olist li a:hover {
  background: #fff;
}

.link-olist li:nth-child(1) a:before {
  content: "1.　";
}

.link-olist li:nth-child(2) a:before {
  content: "2.　";
}

.link-olist li:nth-child(3) a:before {
  content: "3.　";
}

.link-olist li:nth-child(4) a:before {
  content: "4.　";
}

.link-olist li:nth-child(5) a:before {
  content: "5.　";
}

.link-olist li:nth-child(6) a:before {
  content: "6.　";
}

.link-olist li:nth-child(7) a:before {
  content: "7.　";
}

.link-olist li:nth-child(8) a:before {
  content: "8.　";
}

.link-olist li:nth-child(9) a:before {
  content: "9.　";
}

.link-olist li:nth-child(10) a:before {
  content: "10.　";
}

.link-olist li:nth-child(11) a:before {
  content: "11.　";
}

.link-olist li:nth-child(12) a:before {
  content: "12.　";
}

.link-olist li:nth-child(13) a:before {
  content: "13.　";
}

.link-olist li:nth-child(14) a:before {
  content: "14.　";
}

.link-olist li:nth-child(15) a:before {
  content: "15.　";
}

.link-olist li:nth-child(16) a:before {
  content: "16.　";
}

.link-olist li:nth-child(17) a:before {
  content: "17.　";
}

.link-olist li:nth-child(18) a:before {
  content: "18.　";
}

.link-olist li:nth-child(19) a:before {
  content: "19.　";
}

.link-olist li:nth-child(20) a:before {
  content: "20.　";
}

.link-olist-def {
  padding-left: 0;
  list-style: none;
}

.link-olist-def li {
  margin-bottom: 20px;
}

.link-olist-def li a {
  position: relative;
  display: block;
  padding: 20px 40px 20px 30px;
  border: 1px solid #f1e5e6;
  background: #f8f2f2;
  color: #000;
  text-decoration: none;
}

.link-olist-def li a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "\f054";
  display: block;
  width: 10px;
  height: 15px;
  color: #750007;
  font-family: "Font Awesome 6 Free";
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 900;
  line-height: 1;
  text-rendering: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.link-olist-def li a:hover {
  background: #fff;
}

.link-olist-def li a:hover:after {
  right: 10px;
}

.link-olist-def li:nth-child(1) a:before {
  content: "1.　";
}

.link-olist-def li:nth-child(2) a:before {
  content: "2.　";
}

.link-olist-def li:nth-child(3) a:before {
  content: "3.　";
}

.link-olist-def li:nth-child(4) a:before {
  content: "4.　";
}

.link-olist-def li:nth-child(5) a:before {
  content: "5.　";
}

.link-olist-def li:nth-child(6) a:before {
  content: "6.　";
}

.link-olist-def li:nth-child(7) a:before {
  content: "7.　";
}

.link-olist-def li:nth-child(8) a:before {
  content: "8.　";
}

.link-olist-def li:nth-child(9) a:before {
  content: "9.　";
}

.link-olist-def li:nth-child(10) a:before {
  content: "10.　";
}

.link-olist-def li:nth-child(11) a:before {
  content: "11.　";
}

.link-olist-def li:nth-child(12) a:before {
  content: "12.　";
}

.link-olist-def li:nth-child(13) a:before {
  content: "13.　";
}

.link-olist-def li:nth-child(14) a:before {
  content: "14.　";
}

.link-olist-def li:nth-child(15) a:before {
  content: "15.　";
}

.link-olist-def li:nth-child(16) a:before {
  content: "16.　";
}

.link-olist-def li:nth-child(17) a:before {
  content: "17.　";
}

.link-olist-def li:nth-child(18) a:before {
  content: "18.　";
}

.link-olist-def li:nth-child(19) a:before {
  content: "19.　";
}

.link-olist-def li:nth-child(20) a:before {
  content: "20.　";
}

.box-01 {
  padding: 20px 30px;
  border: 3px solid rgba(117, 0, 7, 0.4);
  margin: 10px auto;
}

.box-02 {
  padding: 20px 30px;
  border: 1px solid #750007;
  margin: 10px auto;
}

.box-03 {
  padding: 20px 30px;
  border: 1px dotted #750007;
  margin: 10px auto;
}

.box-04 {
  padding: 20px 30px;
  border: 4px solid #750007;
  margin: 10px auto;
}

.box-05 {
  padding: 20px 30px;
  background: rgba(117, 0, 7, 0.1);
  margin: 10px auto;
}

.box-06 {
  padding: 20px 30px;
  border: 4px solid #750007;
  background: rgba(117, 0, 7, 0.1);
  margin: 10px auto;
}

.box-07 {
  padding: 20px 30px;
  border: 1px solid #750007;
  background: rgba(117, 0, 7, 0.1);
  margin: 10px auto;
}

.box-08 {
  padding: 20px 30px;
  border: 1px dashed #750007;
  margin: 10px auto;
}