@charset "utf-8";

body {
  max-width: 1920px;
  width: 100%;
  margin: auto !important;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  color: #333;
}

#root {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.telWrap {
	color: inherit;
}

a, button {
	transition: .3s;
}

p > a {
	color: inherit;
	text-decoration: underline;
}

p > a:hover {
	color: inherit;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-auto {
	overflow: auto;
}

/*-- TOP --------------------------------------------------------------*/

.top03TxtArea  {
    clip-path: polygon(100% 0, 100% 88%, 90% 100%, 0 100%, 0 0);
}

.top03Bbs {
    white-space:nowrap;
}

.top03BbsTxt {
    animation: verticalFlowing 20s linear infinite;
    transform:translateY(100%);
    font-size: 6.25vw;
    line-height: 1.36em;
}

@keyframes verticalFlowing {
  0% { transform:translateY(0); }
  100% { transform:translateY(-100%); }
}

.top04Txt01 {
    font-size: 6.25vw;
}

/*-- 共通 --------------------------------------------------------------*/

/*-- 画像制御 --*/

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

.imgControl {
  position: relative;
  padding: 0 0 100%;
}

.imgControl > img {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.imgDeco01 {
    outline: solid 8px #FECD2F;
    outline-offset: -8px;
}

/*-- 下層カバー --*/

.incover {
  max-width: 1920px;
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 0 15px;
  margin: 30px auto 0;
}

.incoverBox {
    max-width: 1170px;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    text-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  	position: relative;
}

.incoverTit {
	font-size: 32px;
	letter-spacing: 0.1em;
	font-family: 'Oswald', sans-serif;
	line-height: 1.5em;
}

.incoverSubTit {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.45em;
    margin: 8px 0 0;
}

/*-- パンくず --*/

.breadWrap {
  padding: 10px 15px 10px;
  position: relative;
}

.breadBox {
  max-width: 1140px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
}

.breadLink {
  color: #fff;
  text-decoration: underline;
  display: block;
}

.breadLink:hover {
  color: #fff;
}

/*-- レイアウト --*/

.wrap01 {
  padding: 60px 0;
  position: relative;
}

.inner {
  max-width: 1170px;
  width: 100%;
  margin: auto;
  min-height: 25px;
  padding: 0 15px;
  position: relative;
}

.frame01 {
    margin: 20px auto 0;
}

.frame02 {
    margin: 40px auto 0;
}

/*-- 背景色 --*/

.bgColor01 {
    background: #800319;
}

.bgColor02 {
    background: #272727;
}

/*-- テーブル --*/

.baseTb {
  width: 100%;
  margin: 0 auto;
  border-bottom: none;
}

.baseTh {
  padding: 20px;
  border-bottom: solid 2px #FECD2F;
  font-weight: bold;
  text-align: center;
}

.baseTd {
  padding: 20px;
  border-bottom: solid 2px #D8D8D8;
}

.baseTd > a {
  display: inline-block;
  color: #2B2939;
  text-decoration: underline;
}

.baseTd > a:hover {
	text-decoration: none;
}

/*-- フォント --*/

.font01 {
  	font-family: 'Kaisei Tokumin', serif;
}

.font02 {
	font-family: 'Alfa Slab One', cursive;
}

/*-- タイトル --*/

.tit01 {
    font-size: 28px;
    font-weight: bold;
    font-family: 'Kaisei Tokumin', serif;
    line-height: 1.45em;
}

.tit02 {
    font-size: 24px;
    font-weight: bold;
    font-family: 'Kaisei Tokumin', serif;
    line-height: 1.45em;
}

.enTit01 {
    font-size: 24px;
    font-weight: normal;
    font-family: 'Alfa Slab One', cursive;
    line-height: 1.35em;
}

.subEnTit01 {
    font-size: 15px;
    font-weight: normal;
    font-family: 'Alfa Slab One', cursive;
    line-height: 1.37em;
}

.subEnTit02 {
    font-size: 11px;
    font-weight: normal;
    font-family: 'Alfa Slab One', cursive;
    line-height: 1.4em;
}

.titDeco01 {
    display: inline-block;
    position: relative;
    text-align: center;
    padding: 20px 5%;
}

.titDeco01:before {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    border: solid 3px #CD3030;
    border-right: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.titDeco01:after {
    content: "";
    display: block;
    width: 30px;
    height: 100%;
    border: solid 3px #CD3030;
    border-left: 0;
    position: absolute;
    top: 0;
    right: 0;
}

/*-- ボタン --*/

.btn01 {
    max-width: 305px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 2% 14px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3em;
}

.btn01:before {
    content: "";
    display: block;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    background: #CD3030;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s;
    z-index: -1;
}

.btn01:after {
    content: "";
    display: block;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    border: solid 1px #CD3030;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: .3s;
    z-index: -1;
}

.btn01:hover {
    color: #fff;
}

.btn01:hover:before {
    background: #333;
}

.btn01:hover:after {
    border-color: #333;
}

.btn02 {
    max-width: 305px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 2% 14px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.3em;
}

.btn02:before {
    content: "";
    display: block;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    background: #FECD2F;
    position: absolute;
    top: 0;
    left: 0;
    transition: .3s;
    z-index: -1;
}

.btn02:after {
    content: "";
    display: block;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    border: solid 1px #FECD2F;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: .3s;
    z-index: -1;
}

.btn02:hover {
    color: #fff;
}

.btn02:hover:before {
    background: #333;
}

.btn02:hover:after {
    border-color: #333;
}

.btn03 {
    max-width: 305px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 2% 14px;
    border: solid 2px #CD3030;
    color: #CD3030;
    font-weight: bold;
    line-height: 1.3em;
    position: relative;
}

.btn03:before {
    content: "";
    display: block;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #CD3030;
    position: absolute;
    right: 6px;
    bottom: 6px;
}

.btn03:hover {
    background: #CD3030;
    color: #fff;
}

.btn03:hover:before {
    border-bottom-color: #fff;
}

.hvr-img-grow {
    overflow: hidden;
}

.hvr-img-grow:hover > img {
    transform: scale(1.1);
}

.hvr-img-grow > img {
    transition: .3s;
}

/*-- テキスト --*/

.indent01 {
  padding-left: 1em;
  text-indent: -1em;
}

.txtVertical01 {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.txt01 {
    line-height: 2em;
}

.txtColor01 {
    color: #FECD2F;
}

.txtColor02 {
    color: #CD3030;
}

/*-- header -----------------------------------------------------------------*/

.gnavLink:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    background: url(/system_panel/uploads/images/nav_hover_effect.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    opacity: 0;
    transition: .5s;
}

.gnavLink:hover:before {
    opacity: 1;
}

.humBtn {
    max-width: 52px;
    width: 100%;
    height: 32px;
    display: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .5s;
    position: fixed;
    top: 25px;
    left: 40px;
    z-index: 99999999;
}

.humBtnIn {
    width: 100%;
    height: 100%;
    position: relative;
}

.humBtnIn > div {
    width: 100%;
    height: 3px;
    margin: auto;
    background: #333;
    border-radius: 5px;
    position: absolute;
    transition: .5s;
}

.humBtnIn > div:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.humBtnIn > div:nth-child(3) {
    bottom: 0;
    right: 0;
}

.open > .humBtnIn div:nth-of-type(1) {
	width: 100%;
	top: 50%;
	left: 0;
	transform: rotate(-225deg);
}

.open > .humBtnIn div:nth-of-type(2) {
	opacity: 0;
}

.open > .humBtnIn div:nth-of-type(3) {
	width: 100%;
	top: 50%;
	bottom: auto;
	left: 0;
	transform: rotate(225deg);
}

.navArea {
    opacity: 0;
    transition: .5s;
    visibility: hidden;
    z-index: 99999;
}

.navArea.open {
    opacity: 1;
    visibility: visible;
}

.navContentIn {
    overflow: auto;
}

/*スマホ時のナビ*/

.spNav {
	max-width: calc(100% - 60px);
	width: 100%;
	height: 70px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
	animation-name: fadein;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}

.spNavArea {
	width: 100%;
	height: 100%;
	display: flex;
	background: #CD3030;
}

.spNavBlock {
	flex: 1;
	display: flex;
}

.spNavConte-l {
	width: 33.33%;
	border-right: 1px solid #fff;
}

.spNavConte-l.spNavConte-l_telNone {
    width: 50%;
}

.spNavLink {
	padding: 5px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.spNavLinkIconBx {
	width: 100%;
	height: 30px;
	position: relative;
}

.spNavLinkIconBx > * {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spFa {
	font-size: 23px;
	color: #fff;
}

.spNavBtnBar {
	max-width: 36px;
	height: 26px;
	width: 100%;
	position: relative;
}

.spNavBtnTxt {
	margin: 5px auto 0;
	font-size: 12px;
	color: #CD3030;
}

.spNavLinkTxt {
	margin: 5px auto 0;
	font-size: 12px;
	color: #fff;
}

.spNavBtn {
	padding: 10px 5px 5px;
	width: 60px;
	height: 70px;
	position: fixed;
	right: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background: #fff;
	z-index: 99999999;
	animation-name: fadein;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
}

.spNavBtnBarItem {
	width: 100%;
	height: 3px;
	background: #CD3030;
	border-radius: 3px;
	position: absolute;
	left: 0;
	transition: ease .5s;
}

.spNavBtnBarItem:nth-of-type(1) {
	top: 0;
}

.spNavBtnBarItem:nth-of-type(2) {
	top: 12px;
}

.spNavBtnBarItem:nth-of-type(3) {
	bottom: 0;
}

.open .spNavBtnBarItem {
	transition: ease .5s;
}

.open .spNavBtnBarItem:nth-of-type(1) {
	transform: translateY(13px) rotate(-45deg);
}

.open .spNavBtnBarItem:nth-of-type(2) {
	opacity: 0;
}

.open .spNavBtnBarItem:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
}

.spMenu {
	margin: auto;
	padding: 100px 15px;
	max-width: 1920px;
	width: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	right: -100%;
	background: rgb(26 26 26 / 95%);
	z-index: 9999999;
	transition: ease .5s;
}

.spMenu.open {
	right: 0;
}

.spMenuArea {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.spMenuBx {
    display: flex;
    flex-wrap: wrap;
}

.spMenuConte {
	padding: 100px 0;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-ms-overflow-style: none;
}

.spMenuConte::-webkit-scrollbar {
	display:none;
}

.spMenuLink {
	width: 100%;
	padding: 20px 5px;
	text-align: center;
	display: block;
	color: #fff;
	border-bottom: 1px solid #fff;
	letter-spacing: 0.1em;
}

.spMenuLink:hover {
	color: #fff;
}

/*-- footer -----------------------------------------------------------------*/

.fBbs {
    white-space:nowrap;
}

.fBbsTxt {
    animation: flowing 20s linear infinite;
    transform:translateX(100%);
    font-size: 5.2vw;
    line-height: 1em;
}

@keyframes flowing {
  0% { transform:translateX(0); }
  100% { transform:translateX(-100%); }
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:375px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 375px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 414px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

body {
	font-size: 16px;
}
	
/*-- 共通パーツ --------------------------------------------------------------*/

/*-- 改行 --*/
.br768None br {
	display: none;
}

/*-- レイアウト --*/

.wrap01 {
  padding: 100px 0;
}
	
.frame01 {
    margin: 40px auto 0;
}

.frame02 {
    margin: 80px auto 0;
}

/*-- 下層カバー --*/

.incoverTit {
	font-size: 46px;
}

.incoverSubTit {
    font-size: 16px;
}

/*-- パンくず --*/

.breadWrap {
  padding: 20px 15px 20px;
}

/*-- タイトル --*/

.tit01 {
    font-size: 32px;
}

.tit02 {
    font-size: 27px;
}

.enTit01 {
    font-size: 26px;
}
	
.subEnTit01 {
    font-size: 18px;
}

.subEnTit02 {
    font-size: 14px;
}

/*-- ボタン --*/

.btn01 {
    font-size: 18px;
}

.btn02 {
    font-size: 18px;
}
	
/*-- header -----------------------------------------------------------------*/

.humBtn {
    display: flex;
}

.spNav {
	display: none;
}

.spNavBtn {
	display: none;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:992px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 992px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

body {
	font-size: 18px;
}
	
/*-- 共通 -----------------------------------------------------------------*/
	
/*-- 改行 --*/
.br1024None br {
	display: none;
}

/*-- 下層カバー --*/

.incoverTit {
	font-size: 55px;
}

.incoverSubTit {
    font-size: 18px;
}

/*-- タイトル --*/

.tit01 {
    font-size: 35px;
}

.tit02 {
    font-size: 30px;
}

.enTit01 {
    font-size: 28px;
}
	
.subEnTit01 {
    font-size: 21px;
}

.subEnTit02 {
    font-size: 17px;
}

/*-- ボタン --*/

.btn01 {
    font-size: 20px;
}

.btn02 {
    font-size: 20px;
}
	
/*-- header -----------------------------------------------------------------*/

.humBtn {
    top: 50px;
    left: 81px;
    z-index: 99999999;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1100px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1100px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
 
/*-- 共通パーツ --------------------------------------------------------------*/
	
/*-- 改行 --*/

.br1200None br {
	display: none;
}

/*-- 下層カバー --*/

.incoverTit {
	font-size: 64px;
}

.incoverSubTit {
    font-size: 21px;
}

/*-- タイトル --*/

.tit01 {
    font-size: 40px;
}

.tit02 {
    font-size: 35px;
}

.enTit01 {
    font-size: 32px;
}
	
.subEnTit01 {
    font-size: 24px;
}

.subEnTit02 {
    font-size: 20px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1300px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1300px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1500px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1400px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1700px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1700px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */