@charset "utf-8";
/* CSS Document */

html {
  font-size: 16px;
}
body {
  margin: 0;
  background: #0e080a;
  color: #FFFFFF;
  font-family: "ヒラギノ角ゴ Pro W4", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
img {
  width: 100%;
}
*, *::before, *::after {
  box-sizing: border-box;
}
.brkSp {
  display: none;
}
.brkPc {
  display: block;
}
.text_in_1 {
  text-indent: -1em;
  padding-left: 1em;
}
/* 中央寄せ用 */
.wrapper {
  display: flex;
  justify-content: center;
  background-color: #0e080a;
}
.main_bg {
  width: 100%;
  max-width: 1440px;
  background-image: url("https://mrktsec.jp/layout/images/2026_us_pb_bg.jpg");
  background-position: top;
  background-repeat: no-repeat;
  margin: 0 auto;
}

/* コンテンツ */
.content {
  width: 100%;
  max-width: 840px;
  padding: 0 20px;
  margin: 0 auto;
}
.content_in {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

/* ヘッダ部分 */
.head_bl01_wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 30px 0 30px;
}
.head_bl01_item01 {
  width: 12%;
  margin-left: 30px;
}
.head_bl01_item02 {
  width: 26%;
  margin-right: 20px;
}
.head_bl02_wrapper {
  width: 100%;
}
.head_bl03_wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 0 0 20em;
}
.head_bl03_item01 {
  width: 22%;
}
/* ヘッダ部分 */

.stores_bl {
width: 100%;
margin: 20px auto 35px;
}
.stores_bl_last {
margin: 20px auto 80px;
}

.heading {
  text-align: center;
  margin-bottom: 30px;
}
.midashi {
  display: inline-block;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #42210b;
  padding: 13px 3em 10px;
  /* グラデーション背景 */
  background-image: radial-gradient(circle closest-corner, #eddd89 1%, #e1bd57);
  letter-spacing: 2px;
}

/***** 概要テキスト *****/
.overview {
  margin-bottom: 60px;
}
.overview_last {
  margin-bottom: 80px;
}
.overview_ml {
  margin-left: 30px;
}
.ov_text_01 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.ov_text_02 {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
}
.ov_text_03 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  text-indent: -3em;
  padding-left: 3em;
  margin-bottom: 15px;
}
.ov_text_04 {
  font-size: 17px;
  line-height: 1.7;
  font-weight: normal;
}
/***** 概要テキスト *****/


/************************************************************************************
smaller than 768px Tablet
*************************************************************************************/
@media screen and (max-width: 768px) {
.main_bg {
  background-image: url("https://mrktsec.jp/layout/images/2026_us_pb_bg_tb.jpg");
}
}
/************************************************************************************
smaller than 425px モバイル
*************************************************************************************/
@media screen and (max-width: 425px) {
.main_bg {
  background-image: url("https://mrktsec.jp/layout/images/2026_us_pb_bg_sp.jpg");
}
}
/************************************************************************************
smaller than 660px SP
*************************************************************************************/
@media screen and (max-width: 660px) {

.brkSp {
  display: block;
}
.brkPc {
  display: none;
}

/* ヘッダ部分 */
.head_bl01_wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 20px 0 20px;
}
.head_bl01_item01 {
  width: 20%;
  margin-left: 0px;
}
.head_bl01_item02 {
  width: 43%;
  margin-right: 0px;
}
.head_bl02_wrapper {
  width: 100%;
}
.head_bl03_wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  margin: 0 0 7em;
}
.head_bl03_item01 {
  width: 30%;
}
/* ヘッダ部分 */
.stores_bl {
margin: 20px auto 20px;
}
.stores_bl_last {
margin: 20px auto 50px;
}
.heading {
  margin-bottom: 20px;
}
.midashi {
  text-align: center;
  font-size: 20px;
  padding: 13px 2em 10px;
}
/***** 概要テキスト *****/
.overview {
  margin-bottom: 30px;
}
.overview_last {
  margin-bottom: 40px;
}
.overview_ml {
  margin-left: 0
}
.ov_text_01 {
  font-size: 18px;
  text-align: left;
}
.ov_text_02 {
  font-size: 16px;
  text-align: left;
}
.ov_text_03 {
  font-size: 16px;
}
.ov_text_04 {
  font-size: 15px;
  font-weight: normal;
}
/***** 概要テキスト *****/
}

/** {
  outline: 1px solid red;
}*/
