@charset "UTF-8";


/*
* タグ再設定
*/
* {
  min-height: 0;
  min-width: 0;
  box-sizing: border-box;
}
body, html {
  margin: 0;
  padding: 0;
  text-align: justify;
  color: #000000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  background-image: none;
}

ul, li {
  list-style: none;
}

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


/*
* レイアウト
*/
.sp { display: none; }


.primaryWrap {
  min-height: 80vh;
  margin: 0;
  padding: 80px 0 0 0;
}
.secondaryWrap {
  flex: 1;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.inner {
  width: calc(100% - 40px);
  max-width: 1320px;
  margin: 0 auto;
  padding: 0;
}
.inner1320 {
  width: calc(100% - 40px);
  max-width: 1320px;
  margin: 0 auto;
  padding: 0;
}
.inner1200 {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.inner1080 {
  width: calc(100% - 40px);
  max-width: 1080px;
  margin: 0 auto;
  padding: 0;
}
.inner960 {
  width: calc(100% - 40px);
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
}
.scrollStop {
  overflow: hidden;
}




/*
* 色
*/
.colorRed { color: #b00b0b; }
.colorGreen { color: #367b00; }

.wd10 { width: 10% !important; }
.wd20 { width: 20% !important; }
.wd30 { width: 30% !important; }
.wd40 { width: 40% !important; }
.wd50 { width: 50% !important; }
.wd60 { width: 60% !important; }
.wd70 { width: 70% !important; }
.wd80 { width: 80% !important; }
.wd90 { width: 90% !important; }
.wd100 { width: 100% !important; }

.c { text-align: center; }
.l { text-align: left; }
.r { text-align: right; }
.nowrap { white-space: nowrap; }

.fNotoSans {
  font-family: 'Noto Sans JP', sans-serif;
}
.fNotoSerif {
  font-family: 'Noto Serif JP', serif;
}
.fJost {
  font-family: 'Jost', sans-serif;
}
.fSen {
  font-family: 'Sen', sans-serif;
}
/*
.fZenMaruG {
  font-family: 'Zen Maru Gothic', serif;
}
.fMplus1p {
  font-family: 'M PLUS 1p', sans-serif;
}
.fRoboto {
  font-family: 'Roboto', sans-serif;
}
.fTikushiAMaru {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.fTikushiBMaru {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.fOswald {
  font-family: 'Oswald', sans-serif;
}
*/
/* フォントカラー */
.fcWhite { color: #FFFFFF; }
.fcOrange { color: #D7AE50; }
/* 背景色 */
.bcIvory { background-color: #FBF9F5; }



/*
* loader
*/
#pageloading-wrap {
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #D54B64;
  z-index: 99999;
}
#pageloading-icon {
  display: table-cell;
  vertical-align: middle;
}



/*
* ブラインド
*/
#blind {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-blend-mode: screen;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 80000;
}
#blind.on { display: block; }


/*
* ヘッダー
*/
#siteHeader {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  border-bottom: #707070 1px solid;
  z-index: 90000;
}
#siteHeader .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100vw;
  height: 80px;
  margin: 0;
  padding: 0 20px;
}
/* ロゴ */
#siteHeader .logo {
  width: 112px;
  margin: 0;
  padding: 0;
}
#siteHeader .logo a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#siteHeader .logo img {
  display: block;
  width: 112px;
}
/* ナビ */
#siteHeader ul.nav {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 5px 0;
  margin: 0;
  padding: 0;
}
#siteHeader ul.nav li {
  position: relative;
  margin: 0;
  padding: 0;
}
#siteHeader ul.nav a {
  margin: 0;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 700;
}
/* ボタン */
#siteHeader ul.button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 0;
  padding: 0;
}
#siteHeader ul.button li {
  margin: 0;
  padding: 0;
}
#siteHeader ul.button li img {
  display: block;
  width: 40px;
  height: 40px;
}
/* サブメニュー */
#siteHeader .smenu {
  display: none;
}
#siteHeader .smenu .smenuWrap {
  display: flex;
  align-items: center;
  gap: 80px;
  margin: 0;
  padding: 0 40px 10px 40px;
}
#siteHeader .smenu h2 {
  margin: 0;
  padding: 0;
  color: #B71E49;
  font-size: 40px;
  font-weight: 700;
}
#siteHeader .smenu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  margin: 0;
  padding: 0;
}
#siteHeader .smenu li {
  margin: 0;
  padding: 0;
}
#siteHeader .smenu li a {
  position: relative;
  margin: 0;
  padding: 0 30px 0 0;
  font-size: 16px;
  font-weight: 700;
}
#siteHeader .smenu li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  background-image: url(../img/arrowRed01R.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width:1460px){
  
}



/*
* フッター
*/
#siteFooter {
  position: relative;
  margin: 0;
  padding: 80px 0;
  color: #FFFFFF;
  background-color: #B71E49;
}
/* サイトマップ */
#siteFooter .sitemap {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 60px 40px;
  margin: 0;
  padding: 0;
}
#siteFooter ul.nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: calc(20% - 32px);
  margin: 0;
  padding: 0;
}
#siteFooter ul.nav.wide {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 20px;
  width: calc(60% - 32px);
  margin: 0;
  padding: 0;
}
#siteFooter ul.nav li.head {
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  border-bottom: #FFFFFF50 1px solid;
}
#siteFooter ul.nav .linkWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
#siteFooter ul.nav.wide .linkWrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px 20px;
}
#siteFooter ul.nav li.link {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 0 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
#siteFooter ul.nav li.link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 4px;
  height: 8px;
  margin: 0;
  padding: 0;
  background-image: url(../img/arrowWhite02R.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#siteFooter ul.nav.wide li.link {
  width: calc(33.3% - 13.4px);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
/* copyright */
#siteFooter .copyright {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
}



/*
* サイドバー
*/
#sidebar{
  width: 300px;
  margin: 0;
  padding: 0;
}




/*
* パンくず
*/
#pankuzu {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin: 0 40px 80px auto;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
}
#pankuzu .aioseo-breadcrumbs {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}



/*
* ページMV
*/
#pageMV {
  position: relative;
  width: 100vw;
  height: 472px;
  margin: 0 0 20px 0;
  padding: 0;
}
#pageMV img.back {
  object-fit: cover;
  object-position: right;
  width: 100%;
  height: 100%;
}
#pageMV .catch {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translate(0, -50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  margin: 0;
  padding: 0;
}
#pageMV .catch strong {
  margin: 0;
  padding: 0;
  color: #B71E49;
  font-size: 135px;
  font-weight: 700;
  line-height: 1.2;
}
#pageMV .catch small {
  margin: 0;
  padding: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}


/*
* artTitle
*/
.artTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto 60px auto;
  padding: 0;
  white-space: nowrap;
}
.artTitle small {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: 'Jost', sans-serif;
  color: #B71E49;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.artTitle strong {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}



/*
* リンクボタン
*/
.linkButtonArrow {
  position: relative;
  display: block;
  /* max-width: 280px; */
  margin: 0 auto;
  padding: 5px 40px 5px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 9999px;
}
.linkButtonArrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  width: 22px;
  height: 22px;
  background-image: url(../img/arrowWhite01R.svg);
  background-size: cover;
}
/* red */
.linkButtonArrow.red {
  color: #FFFFFF;
  background-color: #B71E49;
}
.linkButtonArrow.red::after {
  background-image: url(../img/arrowWhite01R.svg);
}
.linkButtonArrow.blue {
  color: #FFFFFF;
  background-color: #96B9D4;
}
.linkButtonArrow.blue::after {
  background-image: url(../img/arrowWhite01R.svg);
}


/*
* ページャー
*/
.pagination {
  margin: 0;
  padding: 0;
  font-family: 'Sen', sans-serif;
}
.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  line-height: 1;
}
/* ARROW */
.pagination .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  cursor: pointer;
}
.pagination .arrow img.icon {
  display: block;
  width: 16px;
}
/* ページ */
.pagination .pageNumbers {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #959EA7;
  margin: 0;
  padding: 0;
  text-align: center;
}
.pagination .pageNumbers .num {
  margin: 0;
  padding: 0;
  font-size: 16px;
  cursor: pointer;
}
/* ボタン無効化 */
.pagination span.arrow {
  opacity: 0.5;
  cursor: default;
}
.pagination span.current {
  color: #000000;
  cursor: default;
}




/*
* 投稿リスト
*/
.postList {
  margin: 0 0 40px 0;
  padding: 0;
}
.postList ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 40px;
  margin: 0px;
  padding: 0;
}
.postList li {
  width: calc(50% - 20px);
  margin: 0;
  padding: 0;
}
.postList li a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0;
  margin: 0;
  padding: 0;
}
.postList li a:hover {
  opacity: 0.9;
}
.postList li a:hover .thumb img {
  transform: scale(1.1);
}
.postList .thumb {
  width: 100%;
  height: 240px;
  max-height: calc(50vw - 40px);
  margin: 0 0 15px 0;
  padding: 0;
  overflow: hidden;
}
.postList .thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.postList p.date {
  margin: 0 0 5px 0;
  padding: 0;
  color: #D7AE50;
  font-size: 18px;
  font-weight: 800;
}
.postList h3.postTitle {
  margin: 0;
  padding: 0;
  font-size: 21px;
  font-weight: 400;
  line-height: 2;
}



/*
* フォームレイアウト
*/
.baseForm .formItems {
  margin: 0 0 40px 0;
  padding: 0;
}
/* 1カラム */
.baseForm ul.colOne {
  margin: 0;
  padding: 0;
}
.baseForm ul.colOne li {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 1rem 0;
}
/* 2カラム */
.baseForm ul.colTwo {
  display: flex;
  align-items: stretch;
  width: calc(100% + 2rem);
  margin: 0 -1rem;
  padding: 0;
}
.baseForm ul.colTwo li {
  display: flex;
  width: calc(50% - 2rem);
  margin: 0;
  padding: 1rem;
  font-size: 1.0rem;
}
/* 見出し */
.baseForm h5 {
  display: flex;
  align-items: center;
  width: 18em;
  margin: 0;
  padding: 10px 20px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  background-color: #FF6D22;
  border-radius: 0;
}
/* wrap */
.baseForm .wrap {
  display: flex;
  align-items: center;
  flex: 1;
  flex-wrap: wrap;
  margin: 0;
  padding: 5px 10px 5px 20px;
  line-height: 1.5;
}
/* 必須 */
.baseForm .require {
  display: inline-block;
  margin: 0 0 0 0.5em;
  padding: 0.1em 0.2em 0.2em 0.2em;
  color: #FF0000;
  line-height: 1;
  border-radius: 3px;
  background-color: #FFFFFF;
}
/* span */
.baseForm .wrap span {
  font-size: 14px;
  margin: 0 5px;
}
/* input */
.baseForm input[type='text'],
.baseForm input[type='number'],
.baseForm input[type='tel'],
.baseForm input[type='email'],
.baseForm input[type='password'],
.baseForm textarea {
  display: inline-block;
  margin: 2px;
  padding: 5px 10px;
  font-size: 14px;
  background-color: #FFFFFF;
  border: none;
  border: #E6E6E6 2px solid;
  border-radius: 5px;
}
/* select */
.baseForm select {
  display: inline-block;
  margin: 5px;
  padding: 5px 10px;
  font-size: 14px;
  background-color: #FFFFFF;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: #E6E6E6 2px solid;
  border-radius: 5px;
}
.baseForm .selectArrow select {
  padding-right: 30px;
}
.baseForm .selectArrow {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.baseForm .selectArrow::after {
  content: "";
  position:absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #5F5F5F;
  pointer-events: none;
}
/* checkItem */
.baseForm .checkItem label {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 5px 20px;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background-color: #094DB0;
  border: #094DB0 1px solid;
  border-radius: 9999px;
  cursor: pointer;
}
.baseForm .checkItem input { display: none; }
.baseForm .checkItem input[type='checkbox']:not(:checked) + label {
  color: #A5A5A5;
  background-color: #FFFFFF;
  border: #A5A5A5 1px solid;
}
/* checkPict */
.baseForm .checkPict input {
  position: absolute;
  left: -9999px;
}
.baseForm .checkPict label img.off {
  display: inline-block;
  cursor: pointer;
  transition: background-color .1s, box-shadow .1s;
}
.baseForm .checkPict label img.on {
  display: none;
  cursor: pointer;
  transition: background-color .1s, box-shadow .1s;
}
.baseForm .checkPict input:checked + label img.on {
  display: inline-block;
}
.baseForm .checkPict input:checked + label img.off {
  display: none;
}
/* checkSingle */
.baseForm .checkSingle {
  display: inline-block;
  padding: 5px 0;
}
.baseForm .checkSingle input {
  position: absolute;
  left: -9999px;
}
.baseForm .checkSingle label {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 50px 0 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  cursor: pointer;
  user-select: none;
  transition: background-color .1s, box-shadow .1s;
}
.baseForm .checkSingle label::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border: #E6E6E6 1px solid;
  border-radius: 5px;
  transition: .1s;
}
.baseForm .checkSingle input:checked + label::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  left: 7px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 8px;
  height: 15px;
  border-right: 3px solid #094DB0;
  border-bottom: 3px solid #094DB0;
  transform: rotate(45deg);
  transition: .1s;
}
/* radio */
.baseForm .radio {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.baseForm .radio input[type='radio'] {
  position: absolute;
  left: -9999px;
}
.baseForm .radio label {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 1em 0 1.5em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  transition: background-color .1s, box-shadow .1s;
}
.baseForm .radio label::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border: #E6E6E6 1px solid;
  border-radius: 5px;
  transition: background-color .1s;
}
.baseForm .radio input[type='radio']:checked + label::before {
  background-color: #094DB0;
}
/* file */
.baseForm .file {
  display: flex;
  align-items: center;
}
.baseForm .file input[type="file"] {
  display: none;
}
.baseForm .file label {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 8px 20px;
  text-align: center;
  color: #094DB0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background-color: #FFFFFF;
  border: #094DB0 1px solid;
  border-radius: 9999px;
  cursor: pointer;
}
.baseForm .file span.filename {
  color: #000000;
  font-size: 14px;
}


/*
* ボタン
*/
.buttonWrap {
  margin: 0 auto;
  padding: 20px 0 40px 0;
  text-align: center;
}
.buttonWrap .primary {
  display: inline-block;
  min-width: 15em;
  margin: 0 10px;
  padding: 15px 20px;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-decoration: none;
  background: #FFFFFF;
  border: #414141 1px solid;
  border-radius: 5px;
  cursor: pointer;
}
.buttonWrap .secondary {
  display: inline-block;
  min-width: 15em;
  margin: 0 10px;
  padding: 15px 20px;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-decoration: none;
  background: #CCCCCC;
  border: #414141 1px solid;
  border-radius: 5px;
  cursor: pointer;
}
.buttonWrap .mini {
  min-width: 10em;
  margin: 0 5px;
  padding: 5px 10px;
  font-size: 12px;
}


/*
* MW WP Form
*/
.formWrap {
  margin: 0;
  padding: 0;
}
.formWrap dl {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0;
  padding: 15px 0;
}
.formWrap dt {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 15em;
  margin: 0;
  padding: 10px 4em 10px 0;
  font-weight: 700;
}
.formWrap dt.req::after {
  content: "必須";
  display: inline-block;
  margin: 0;
  padding: 3px 6px;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  background-color: #CE2222;
  border-radius: 3px;
}
.formWrap dd {
  flex: 1;
  margin: 0;
  padding: 3px 0;
}
.formWrap dd .wrap {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.formWrap ::placeholder{
  color: #959EA7;
  font-weight: 400;
}
.formWrap span.error { font-size: 14px; }
.formWrap input[type='text'],
.formWrap input[type='tel'],
.formWrap input[type='email'],
.formWrap input[type='file'],
.formWrap textarea,
.formWrap select {
  margin: 0 5px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 2px;
  background-color: #F0F3F5;
  line-height: 150%;
}
/* select */
.formWrap select {
  width: auto;
  -webkit-appearance:none;
  appearance:none;
}
.formWrap .selectArrow {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.formWrap .selectArrow::after {
  content:"";
  display:block;
  width: 10px;
  height: 10px;
  position:absolute;
  right: 15px;
  top: calc(50% - 7px);
  border-bottom:#333 2px solid;
  border-right:#333 2px solid;
  transform:rotate(45deg);
}
/* checkbox */
.formWrap dd .checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding: 8px 10px;
}
.formWrap dd .checkbox label {
  display: flex;
  align-items: center;
  gap: 7px;
}
.formWrap input[type='file'] {
  border: none;
}
.formWrap input[type='checkbox'],
.formWrap input[type='radio'] {
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
}
.formWrap dd span.horizontal-item {
  margin: 0 !important;
}
/* 企業名 */
.formWrap .company {
  width: 100%;
}
/* 電話番号 */
.formWrap .phone {
  width: 15em;
}
/* メールアドレス */
.formWrap .email {
  width: 100%;
}
/* 住所 */
.formWrap .address {
  width: 100%;
}
/* お問い合わせ内容 */
.formWrap .body {
  width: 100%;
}
/* プライバシーポリシー */
.formWrap .pp {
  margin: 50px 0 0 0;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  /*
  background-color: #F2F2F2;
  border: #D9D9D9 1px solid;
  */
}
.formWrap .pp a {
  color: #0081FF;
  text-decoration: underline;
}
.formWrap .pp .mwform-checkbox-field-text { display: none; }
/* ボタン */
.formWrap .buttonWrap {
  margin: 50px 0 0 0;
  padding: 0;
  text-align: center;
}
.formWrap .buttonWrap input:hover { opacity: 0.6; }
.mw_wp_form_input .formWrap input.buttonSubmit {
  display: inline-block;
  width: 300px;
  max-width: 80%;
  margin: 5px 10px;
  padding: 10px 0;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  background-color: #00A0E9;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.mw_wp_form_confirm .formWrap input.buttonSubmit {
  display: inline-block;
  width: 300px;
  max-width: 80%;
  margin: 5px 10px;
  padding: 10px 0;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
  background-color: #00A0E9;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.mw_wp_form_confirm .formWrap input.buttonReturn {
  display: inline-block;
  width: 300px;
  max-width: 80%;
  margin: 5px 10px;
  padding: 10px 0;
  color: #666666;
  font-size: 20px;
  font-weight: 600;
  background-color: #F2F2F2;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
/* 確認画面 */
.mw_wp_form_confirm .formWrap dd {
  padding: 10px;
  font-size: 14px;
}
.mw_wp_form_confirm .formWrap .selectArrow::after { display: none; }
/* 非表示設定*/
.formWrap .hide { display: none !important; }
.mw_wp_form_input .formWrap .onlyConfirm { display: none !important; }
.mw_wp_form_confirm .formWrap .onlyFirst { display: none !important; }
/* Datepicker補正 */
.ui-datepicker select.ui-datepicker-month {
  width: auto !important;
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  padding: 0 0 0.5rem 0 !important;
  vertical-align: middle !important;
  line-height: 0;
  border-radius: 3px;
}
.ui-datepicker select.ui-datepicker-year {
  width: auto !important;
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  padding: 0.25rem 0 0.25rem 0 !important;
  vertical-align: middle !important;
  border-radius: 3px;
}


/*
* お問い合わせブロック
*/
#blockContact {
  margin: 0;
  padding: 80px 0;
  color: #FFFFFF;
  background-color: #D54B64;
}
#blockContact .title {
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}
#blockContact .message {
  margin: 0 0 40px 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
}
#blockContact .wrap {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0;
}
/* 電話 */
#blockContact .phone {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0;
  border-right: #FFFFFF50 1px solid;
}
#blockContact .phone .number {
  display: flex;
  gap: 20px;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}
#blockContact .phone .info {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
#blockContact .phone .number span {
  display: block;
  width: 1.6em;
}
#blockContact .phone a {
  border-bottom: #FFFFFF 1px solid;
}
/* フォーム */
#blockContact .form {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  padding: 0 40px;
}
#blockContact .form .link {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
  padding: 30px 20px;
  text-align: center;
  color: #B81C47;
  font-size: 16px;
  font-weight: 600;
  background-color: #FFFFFF;
  border-radius: 9999px;
}
#blockContact .form .link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  background-image: url(../img/arrowRed01R.svg);
  background-size: cover;
}
#blockContact .form .note {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}








/*
* スマホ用 
*/


@media screen and (max-width:992px){

  /*
  * タグ再設定
  */
  body, html {
    font-size: 14px;
  }

  img {
    max-width: 100%;
  }


  /*
  * レイアウト
  */
  .pc { display: none !important; }
  .sp { display: block; }
  .primaryWrap {
    padding: 60px 0 0 0;
    z-index: -1;
  }
  #pageTwoCol {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin: 0 auto;
    padding: 0 0 40px 0;
  }
  .secondaryWrap {
    order: 1;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .columnWrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
  }




  /*
  * ヘッダー
  */
  #siteHeader {
    width: 100vw;
  }
  #siteHeader .wrap {
    height: 60px;
    padding: 0 10px;
  }
  /* ロゴ */
  #siteHeader .logo {
    width: 120px;
    max-width: 30vw;
  }
  /* ボタン */
  #siteHeader ul.button {
    gap: 10px;
  }
  #siteHeader ul.button li img {
    width: 30px;
    height: 30px;
  }
  #siteHeader ul.button li.toggle img {
    width: 20px;
    height: 20px;
  }


  /*
  * 開閉メニュー
  */
  #drawerMenu {
    position: fixed;
    top: 60px;
    right: 0;
    transform: translateX(100%);
    transition: ease-in-out 0.8s;
    display: block;
    align-items: center;
    width: 100vw;
    max-width: 600px;
    height: calc(100vh - 60px);
    margin: 0;
    padding: 40px 20px 20px 20px;
    overflow: scroll;
    background-color: #FFFFFF;
    z-index: 85000;
  }
  #drawerMenu.open {
    transform: none;
  }
  #drawerMenu ul.nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border-bottom: #B71E49 1px solid;
  }
  #drawerMenu ul.nav.wide {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #drawerMenu ul.nav li.head {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    border-bottom: none;
    cursor: pointer;
  }
  #drawerMenu ul.nav li.head::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translate(0, -50%);
    width: 1px;
    height: 20px;
    border-left: #B71E49 1px solid;
  }
  #drawerMenu ul.nav li.head::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
    background-image: url(../img/iconPlus01.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  #drawerMenu ul.nav li.head.open::after {
    background-image: url(../img/iconMinus01.svg);
  }
  #drawerMenu ul.nav .linkWrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    display: none;
    margin: 0;
    padding: 0 0 20px 0;
  }
  #drawerMenu ul.nav li.link {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 0 0 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
  }
  #drawerMenu ul.nav li.link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 4px;
    height: 8px;
    margin: 0;
    padding: 0;
    background-image: url(../img/arrowWhite02R.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  #drawerMenu ul.nav.wide li.link {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
  }
  /* 閉じる */
  #drawerMenu a.closeMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 20px 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
  }
  #drawerMenu a.closeMenu img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }




  /*
  * フッター
  */
  #siteFooter {
    padding: 40px 0;
  }
  /* サイトマップ */
  #siteFooter .sitemap {
    flex-direction: column;
    gap: 0px;
  }
  #siteFooter ul.nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border-bottom: #FFFFFF50 1px solid;
  }
  #siteFooter ul.nav.wide {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #siteFooter ul.nav li.head {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    border-bottom: none;
    cursor: pointer;
  }
  #siteFooter ul.nav li.head::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translate(0, -50%);
    width: 1px;
    height: 20px;
    border-left: #FFFFFF50 1px solid;
  }
  #siteFooter ul.nav li.head::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 16px;
    height: 16px;
    background-image: url(../img/iconPlus02.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  #siteFooter ul.nav li.head.open::after {
    background-image: url(../img/iconMinus02.svg);
  }
  #siteFooter ul.nav .linkWrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    display: none;
    margin: 0;
    padding: 0 0 20px 0;
  }
  #siteFooter ul.nav li.link {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 0 0 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
  }
  #siteFooter ul.nav li.link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 4px;
    height: 8px;
    margin: 0;
    padding: 0;
    background-image: url(../img/arrowWhite02R.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
  #siteFooter ul.nav.wide li.link {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
  }
  /* copyright */
  #siteFooter .copyright {
    margin: 40px 0 0 0;
    padding: 0;
  }




  /*
  #siteFooter ul.nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
  }
  #siteFooter ul.nav.wide {
    gap: 10px;
    width: 100%;
  }
  */
  /* copyright */
  #siteFooter .copyright {
    justify-content: center;
    font-weight: 400;
  }
  



  /*
  * サイドバー
  */
  #sidebar{
    order: 2;
    width: 100%;
    margin: 0;
    padding: 0;
  }


  /*
  * パンくず
  */
  #pankuzu {
    display: flex;
    justify-content: flex-end;
    margin: 10px 10px 40px auto;
    padding: 0;
  }


  /*
  * メインタイトル
  */
  #maintitle {
    margin: 0 0 40px 0;
    padding: 20px 20px 0 20px;
  }
  #maintitle .wrap {
    height: 80px;
  }
  #maintitle h2.title {
    font-size: 20px;
  }


  /*
  * パンくず
  */
  #pankuzu {

  }
  #pankuzu ul {
    height: 40px;
  }
  #pankuzu li {
    font-size: 12px;
  }


  /*
  * ページMV
  */
  #pageMV {
    width: 100vw;
    height: calc(133vw - 60px);
    margin: 0 0 20px 0;
  }
  #pageMV img.back {
    object-fit: cover;
    object-position: none;
    width: 100%;
    height: 100%;
  }
  #pageMV .catch {
    position: absolute;
    top: 20px;
    left: 20px;
    transform: translate(0, 0);
  }
  #pageMV .catch strong {
    margin: 0;
    padding: 0;
    font-size: 12vw;
  }
  #pageMV .catch small {
    margin: 0;
    padding: 0;
    font-size: 7vw;
  }


  /*
  * artTitle
  */
  .artTitle {
    gap: 10px;
    margin: 0 auto 40px auto;
    white-space: unset;
  }
  .artTitle small {
    font-size: 16px;
  }
  .artTitle strong {
    font-size: 24px;
  }


  /*
  * リンクボタン
  */
  .linkButtonArrow {
    margin: 0 auto;
    padding: 5px 8vw 5px 3vw;
    font-size: 3vw;
  }
  .linkButtonArrow::after {
    right: 2vw;
    width: 5vw;
    height: 5vw;
  }
  








  /*
  * ページャー
  */
  .pagination {
    margin: 0 auto;
    padding: 0;
  }
  .pagination .nav-links {
    gap: 5px;
  }
  /* ARROW */
  .pagination .arrow {
    padding: 0 10px;
    font-size: 24px;
  }
  /* ページ */
  .pagination .pageNumbers .num {
    width: 30px;
    height: 30px;
    margin: 0;
    padding: 0;
    font-size: 16px;
  }




  /*
  * 商品リスト
  */
  .itemList {

  }
  .itemList li.cell a {
    gap: 10px;
    padding: 20px 0;
  }
  /* サムネイル */
  .itemList .thumb {
    position: relative;
    width: 30vw;
    height: 30vw;
  }
  /* テキスト */
  .itemList p.maker {
    font-size: 12px;
  }
  .itemList h3.itemName {
    margin: 0;
    font-size: 16px;
  }
  .itemList p.itemCode {
    font-size: 12px;
  }
  .itemList p.price {
    gap: 2px;
    margin: 0 0 10px 0;
    font-size: 18px;
  }
  .itemList .price small {
    font-size: 10px;
  }
  .itemList .price span.onsale {
    font-size: 10px;
  }
  .itemList .price span.soldout {
    font-size: 10px;
  }
  /* ボタン */
  .itemList p.toSingle {
    padding: 5px;
    font-size: 12px;
  }
  .itemList p.toSingle::after {
    right: 10px;
  }


  /*
  * 投稿リスト
  */
  .postList {

  }
  .postList ul {
    gap: 20px;
  }
  .postList li {
    width: calc(50% - 10px);
  }
  .postList .thumb {
    width: 100%;
    max-height: calc((50vw - 40px) * 0.67);
    margin: 0 0 5px 0;
    padding: 0;
    overflow: hidden;
  }
  .postList p.date {
    margin: 0;
    padding: 0;
    font-size: 12px;
  }
  .postList h3.postTitle {
    font-size: 14px;
    line-height: 1.5
  }







  /*
  * フォームレイアウト
  */
  .baseForm .formItems {
    margin: 0 0 40px 0;
    padding: 0;
  }
  /* 1カラム */
  .baseForm ul.colOne {
    margin: 0;
    padding: 0;
  }
  .baseForm ul.colOne li {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 1rem 0;
  }
  /* 2カラム */
  .baseForm ul.colTwo {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: calc(100% + 2rem);
    margin: 0 -1rem;
    padding: 0;
  }
  .baseForm ul.colTwo li {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 1rem;
    font-size: 1.0rem;
  }
  /* 見出し */
  .baseForm h5 {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 10px 20px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    background-color: #FF6D22;
    border-radius: 0;
  }
  /* wrap */
  .baseForm .wrap {
    display: flex;
    align-items: center;
    flex: none;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 5px;
    line-height: 1.5;
  }
  /* 必須 */
  .baseForm .require {
    display: inline-block;
    margin: 0 0 0 0.5em;
    padding: 0.1em 0.2em;
    color: #FF0000;
    background-color: #FFFFFF;
  }
  /* span */
  .baseForm .wrap span {
    font-size: 14px;
  }
  /* input */
  .baseForm input[type='text'],
  .baseForm input[type='number'],
  .baseForm input[type='tel'],
  .baseForm input[type='email'],
  .baseForm input[type='password'],
  .baseForm textarea {
    display: inline-block;
    margin: 2px;
    padding: 5px 10px;
    font-size: 14px;
    background-color: #FFFFFF;
    border: none;
    border: #E6E6E6 2px solid;
    border-radius: 5px;
  }
  /* select */
  .baseForm select {
    display: inline-block;
    margin: 5px;
    padding: 5px 10px;
    font-size: 14px;
    background-color: #FFFFFF;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: #E6E6E6 2px solid;
    border-radius: 5px;
  }
  .baseForm .selectArrow {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .baseForm .selectArrow::after {
    content: "";
    position:absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    display: block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #5F5F5F;
    pointer-events: none;
  }
  /* checkItem */
  .baseForm .checkItem label {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 5px 20px;
    text-align: center;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    background-color: #094DB0;
    border: #094DB0 1px solid;
    border-radius: 9999px;
    cursor: pointer;
  }
  .baseForm .checkItem input { display: none; }
  .baseForm .checkItem input[type='checkbox']:not(:checked) + label {
    color: #A5A5A5;
    background-color: #FFFFFF;
    border: #A5A5A5 1px solid;
  }
  /* checkPict */
  .baseForm .checkPict input {
    position: absolute;
    left: -9999px;
  }
  .baseForm .checkPict label img.off {
    display: inline-block;
    cursor: pointer;
    transition: background-color .1s, box-shadow .1s;
  }
  .baseForm .checkPict label img.on {
    display: none;
    cursor: pointer;
    transition: background-color .1s, box-shadow .1s;
  }
  .baseForm .checkPict input:checked + label img.on {
    display: inline-block;
  }
  .baseForm .checkPict input:checked + label img.off {
    display: none;
  }
  /* checkSingle */
  .baseForm .checkSingle {
    display: inline-block;
    padding: 5px 0;
  }
  .baseForm .checkSingle input {
    position: absolute;
    left: -9999px;
  }
  .baseForm .checkSingle label {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 50px 0 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    cursor: pointer;
    user-select: none;
    transition: background-color .1s, box-shadow .1s;
  }
  .baseForm .checkSingle label::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    border: #E6E6E6 1px solid;
    border-radius: 5px;
    transition: .1s;
  }
  .baseForm .checkSingle input:checked + label::after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 9px);
    left: 7px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 8px;
    height: 15px;
    border-right: 3px solid #094DB0;
    border-bottom: 3px solid #094DB0;
    transform: rotate(45deg);
    transition: .1s;
  }
  /* radio */
  .baseForm .radio {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .baseForm .radio input[type='radio'] {
    position: absolute;
    left: -9999px;
  }
  .baseForm .radio label {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0 1em 0 1.5em;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    cursor: pointer;
    user-select: none;
    transition: background-color .1s, box-shadow .1s;
  }
  .baseForm .radio label::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-color: #FFFFFF;
    border: #E6E6E6 1px solid;
    border-radius: 5px;
    transition: background-color .1s;
  }
  .baseForm .radio input[type='radio']:checked + label::before {
    background-color: #094DB0;
  }
  /* file */
  .baseForm .file {
    display: flex;
    align-items: center;
  }
  .baseForm .file input[type="file"] {
    display: none;
  }
  .baseForm .file label {
    display: inline-block;
    margin: 0 10px 0 0;
    padding: 8px 20px;
    text-align: center;
    color: #094DB0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    background-color: #FFFFFF;
    border: #094DB0 1px solid;
    border-radius: 9999px;
    cursor: pointer;
  }
  .baseForm .file span.filename {
    color: #000000;
    font-size: 14px;
  }


  /*
  * ボタン
  */
  .buttonWrap {
    margin: 0 auto;
    padding: 20px 0 40px 0;
    text-align: center;
  }
  .buttonWrap .primary {
    display: inline-block;
    min-width: 15em;
    margin: 10px;
    padding: 10px 20px;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    background: #FFFFFF;
    border: #414141 1px solid;
    border-radius: 5px;
    cursor: pointer;
  }
  .buttonWrap .secondary {
    display: inline-block;
    min-width: 15em;
    margin: 10px;
    padding: 10px 20px;
    color: #000000;
    font-size: 16px;
    text-decoration: none;
    background: #CCCCCC;
    border: #414141 1px solid;
    border-radius: 5px;
    cursor: pointer;
  }
  .buttonWrap .mini {
    min-width: 10em;
    margin: 0 5px;
    padding: 5px 10px;
    font-size: 12px;
  }



  /*
  * MW WP Form
  */
  .formWrap dl {
    display: flex;
    flex-direction: column;
  }
  .formWrap dt {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 4em 0 0;
  }
  .formWrap dd {
    flex: none;
    width: 100%;
  }
  .formWrap span.error { font-size: 14px; }
  .formWrap input[type='text'],
  .formWrap input[type='tel'],
  .formWrap input[type='email'],
  .formWrap input[type='file'],
  .formWrap textarea,
  .formWrap select {
    flex: 1;
  }


  /*
  * お問い合わせブロック
  */
  #blockContact {
    margin: 0;
    padding: 40px 0;
  }
  #blockContact .title {
    margin: 0 0 20px 0;
    font-size: 7vw;
  }
  #blockContact .wrap {
    flex-direction: column;
  }
  /* 電話 */
  #blockContact .phone {
    flex: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
    border: none;
    border-bottom: #FFFFFF50 1px solid;
  }
  #blockContact .phone .number {
    font-size: 8vw;
  }
  /* フォーム */
  #blockContact .form {
    flex: none;
    width: 100%;
    padding: 0;
  }
  #blockContact .form .link {
    margin: 0 0 20px 0;
    padding: 20px 10vw 20px 10px;
    font-size: 7vw;
  }
  #blockContact .form .link::after {
    top: 50%;
    right: 3vw;
    width: 7vw;
    height: 7vw;
  }








}
