@charset "utf-8";
/* CSS Document */
#smr_pages_mtm img {
  width: 100%;
  height: auto;
}
#smr_pages_mtm {
  width: 100%;
  margin: 0 auto 50px auto;
  padding-bottom: 50px;
  color: #000000;
  background: #FFF;
}
#smr_pages_mtm {
  font-size: 17px;
  line-height: 2em;
  font-family: "zen-old-mincho", "Adobe Garamond Pro", sans-serif;
  letter-spacing: 0.1em;
}
#main_wap {
  width: 100%;
  margin: 0 auto 200px auto;
}
#page_top {
  bottom: 77px !important;
}
.smr_header {
  width: 100%;
  margin: 0 auto 50px auto;
}
.bg_color {
  background-color: #FBF7E8;
}
.flame {
  width: 60%;
  margin: 2em auto;
  padding: 3em;
  border: 1px solid #a9a9a9;
  background-color: #FBF7E8;
  box-shadow: 1.5px 1.5px 2px #696969;
}
.ti_h01 {
  font-size: 200%;
  text-align: center;
  line-height: 2.5em;
  letter-spacing: 0.3em;
}
.ti_h02 {
  font-size: 170%;
  text-align: center;
  line-height: 1.8em;
  letter-spacing: 0.3em;
}
.ti_h03 {
  font-size: 150%;
  text-align: center;
  line-height: 2.5em;
  letter-spacing: 0.3em;
}
.ti_wrap01 {
  width: 1080px;
  margin: 0 auto 4% auto;
  text-align: left;
}
.ti_wrap01 p {
  margin: 0 auto 1em auto;
}
.txt_day {
  width: 65%;
  margin: 0 auto 4% auto;
  text-align: right;
  font-size: 94%;
}
.txt_wrap01 {
  width: 60%;
  margin: 0 auto 5% auto;
  text-align: left;
  font-size: 105%;
}
.txt_wrap01 p {
  margin: 0 0 1.8em 0;
}
.txt_wrap02 {
  width: 65%;
  margin: 0 auto 5% auto;
  text-align: center;
}
.txt_wrap02 p {
  margin: 0 0 1.8em 0;
}
.txt_wrap03 {
  width: 65%;
  margin: 0 auto 6% auto;
  text-align: center;
  clear: both; /* 202406_追加 */
}
.txt_wrap03 p {
  margin: 0 0 1.8em 0;
}
.img_wrap01 {
  width: 100%;
  margin: 0 auto 5% auto;
}
.img_wrap02 {
  width: 75%;
  margin: 0 auto 1% auto;
}
.img_wrap03 {
  width: 40%;
  margin: 0 auto 5% auto;
}
/* テンプレート*/
.column2 {
  width: 1080px;
  margin: 0 auto 3% auto;
}
.column2_box {
  width: 45%;
  margin: 0 3% 6% 3%;
  float: left;
}
.column2_box:nth-child(2n) {
  margin-right: 0;
}
.column2_box_img {
  width: 100%;
  margin: 0 0 3% 0;
}
.column2_box_ti {
  width: 100%;
  margin: 2.4em 0 2.0em 0;
}
.column2_box_ti p {
  font-size: 200%;
  text-align: center;
  line-height: 1.0em;
  /*letter-spacing: 0.3em;*/
}
.column2_box_txt {
  width: 100%;
  margin: 0 0 1em 0;
}
.column2_box_txt p {
  font-size: 130%;
  /*font-weight: 300;*/
  text-align: center;
  line-height: 1.4em;
  letter-spacing: 0.15em;
}
.column2_box2_txt {
  width: 100%;
  margin: 0 0 0.5em 0;
}
.column2_box2_txt p {
  font-size: 100%;
  /*font-weight: 300;*/
  text-align: center;
  line-height: 1.7em;
}
.column2_box3_txt {
  width: 100%;
  margin: 2em 0 0.5em 0;
}
.column2_box3_txt p {
  font-size: 100%;
  /*font-weight: 300;*/
  text-align: center;
  line-height: 1.7em;
}
.brand_box {
  display: inline-block;
  padding: 5px 20px;
  margin-bottom: 10px;
  background: #F4F4F5;
  border-radius: 100vh;
  /*border: 1px solid #000;*/
}
/* テンプレート*/
.btn_wrap {
  margin: 50px auto 150px auto;
}
.btn_box {
  width: 60%;
  margin: 0 auto 3% auto;
}
.btn_mtm {
  display: block;
  position: relative;
  padding: 1.2em;
  text-align: center;
  font-size: 22px;
  text-decoration: none !important;
  color: #fff !important;
  background: #8EBCC8;
  /*transition: .4s;*/
}
.btn_mtm::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  content: "";
}
.btn_mtm:hover {
  opacity: 0.8;
  cursor: pointer;
  text-decoration: none;
}
.btn_mtm:visited {
  color: #FFF !important;
}
.btn_fabric {
  display: block;
  position: relative;
  padding: 1.2em;
  margin: 8% auto;
  text-align: center;
  font-size: 18px;
  text-decoration: none !important;
  color: #fff !important;
  background: #8EBCC8;
  /*transition: .4s;*/
}
.btn_fabric::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 1px solid currentColor;
  border-top: 1px solid currentColor;
  content: "";
}
.btn_fabric:hover {
  opacity: 0.8;
  cursor: pointer;
  text-decoration: none;
}
.btn_fabric:visited {
  color: #FFF !important;
}
.sns_icon_wrap {
  width: 350px !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.sns_icon_box {
  width: 70px;
  margin: 0 70px 0 0;
}
.sns_icon_box:last-child {
  margin-right: 0;
}
a img {
  border: none;
}
a:link {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  color: #555;
}
a:active {
  color: #000;
}
a, .link_txt {
  color: #000;
}
.T_center {
  text-align: center;
}
.T_right {
  text-align: right;
}
.float_L {
  float: left;
}
.float_R {
  float: right;
}
.float_C {
  clear: both;
  width: 0px;
  height: 0px;
}
.mar_B10 {
  margin: 0px 0px 10px 0px;
}
.mar_B20 {
  margin: 0px 0px 20px 0px;
}
.mar_B30 {
  margin: 0px 0px 30px 0px;
}
.mar_B40 {
  margin: 0px 0px 40px 0px;
}
.mar_B50 {
  margin: 0px 0px 40px 0px;
}
.mar_B60 {
  margin: 0px 0px 60px 0px;
}
.mar_B80 {
  margin: 0px 0px 80px 0px;
}
.mar_B90 {
  margin: 0px 0px 90px 0px;
}
.mar_B100 {
  margin: 0px 0px 100px 0px;
}
.ft_120 {
  font-size: 120%;
  font-weight: bold;
}
.ft_150 {
  font-size: 150%;
  font-weight: bold;
  line-height: 1.4em;
}
.ft_85 {
  font-size: 85%;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
.fadein_img {
  animation-name: fadein;
  animation-duration: 2s;
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}
@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(-0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.f_in {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
.f_in.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
#_capsulemenu {
  position: fixed;
  transition: 0.3s;
  top: 50%;
  left: -45px;
  transform: translate(0, -50%);
  width: 45px;
  height: auto;
  z-index: 9999;
  cursor: pointer;
  padding: 0 0 0 10px;
}
#_capsulemenu.slideIn {
  left: 0;
}
#_capsulemenu ul {
  margin: 0;
  padding: 0;
  width: 100%;
}
#_capsulemenu ul li {
  width: 45px;
  height: 45px;
}
#_capsulemenu ul li a {
  display: block;
  width: 45px;
  height: 45px;
}
#_capsulemenu ul li a img {
  opacity: 0.4;
}
#_capsulemenu ul li:hover a img, #_capsulemenu ul li a.is_current img {
  opacity: 1.0;
}
/* --------------------------------------------------------------------

	表示幅：固定

	表示順：左メニュー・メインコンテンツ・右メニュー

-------------------------------------------------------------------- */
div.block-footer, div.block-prod-list {
	margin: 0;
	width: 100%;
	text-align:left;
}


@media only screen and (max-width: 980px) {
  #_capsulemenu {
    display: none !important;
  }
}
@media only screen and (max-width: 980px) {
  #smr_pages_mtm img {
    width: 100%;
    height: auto;
  }
  #smr_pages_mtm {
    width: 100%;
    margin: 0 auto 50px auto;
    padding-bottom: 50px;
    color: #000000;
    background: #FFF;
  }
  #smr_pages_mtm {
    font-size: 120%;
    line-height: 2em;
    font-family: "zen-old-mincho", "Adobe Garamond Pro", sans-serif;
    letter-spacing: 0.1em;
  }
  #main_wap {
    width: 100%;
    margin: 0 auto 200px auto;
  }
  .smr_header {
    width: 100%;
    margin: 0 auto 20px auto;
  }
  .bg_color {
    background-color: #FBF7E8;
  }
  .flame {
    width: 60%;
    margin: 2em auto;
    padding: 3em;
    border: 1px solid #a9a9a9;
    background-color: #FBF7E8;
    box-shadow: 1.5px 1.5px 2px #696969;
  }
  .ti_h01 {
    font-size: 240%;
    text-align: center;
    line-height: 1.3em;
    letter-spacing: 0.3em;
  }
  .ti_h02 {
    font-size: 180%;
    text-align: center;
    line-height: 2.0em;
    letter-spacing: 0.3em;
  }
  .ti_h03 {
    font-size: 150%;
    text-align: center;
    line-height: 1.7em;
    letter-spacing: 0.3em;
  }
  .ti_wrap01 {
    width: 90%;
    margin: 8% auto 10% auto;
    text-align: left;
  }
  .ti_wrap01 p {
    margin: 0 auto 1em auto;
  }
  .txt_day {
    width: 84%;
    margin: 0 auto 4% auto;
    text-align: right;
    font-size: 120%;
  }
  .txt_wrap01 {
    width: 84%;
    margin: 0 auto 10% auto;
  }
  .txt_wrap01 p {
    margin: 0 0 1.8em 0;
    font-size: 116%;
  }
  .txt_wrap02 {
    width: 84%;
    margin: 0 auto 10% auto;
    text-align: center;
  }
  .txt_wrap02 p {
    margin: 0 0 1.8em 0;
  }
  .txt_wrap03 {
    width: 84%;
    margin: 0 auto 15% auto;
    text-align: center;
  }
  .txt_wrap03 p {
    margin: 0 0 1.8em 0;
  }
  .img_wrap01 {
    width: 100%;
    margin: 0 auto 5% auto;
  }
  .img_wrap02 {
    width: 84%;
    margin: 0 auto 5% auto;
  }
  .img_wrap03 {
    width: 84%;
    margin: 0 auto 5% auto;
  }
  /* テンプレート*/
  .column2 {
    width: 100%;
    margin: 0 auto 0 auto;
  }
  .column2_box {
    width: 100%;
    margin: 0 0 10% 0;
    float: center;
  }
  /*.column2:nth-child(2n) {
  margin-right: 0;
  }*/
  .column2_img {
    width: 100%;
    margin: 0 0 3% 0;
  }
  .column2_box_ti {
    width: 100%;
    margin: 2.4em 0 2.0em 0;
  }
  .column2_box_ti p {
    font-size: 240%;
    text-align: center;
    line-height: 1.0em;
  }
  .column2_box_txt {
    width: 100%;
    margin: 0 0 1.8em 0;
  }
  .column2_box_txt p {
    font-size: 180%;
    text-align: center;
    line-height: 1.4em;
    font-family: "zen-old-mincho", "Adobe Garamond Pro", sans-serif;
    letter-spacing: 0.15em;
  }
  .column2_box2_txt {
    width: 74%;
    margin: 0 13% 0.5em 13%;
  }
  .column2_box2_txt p {
    font-size: 140%;
    text-align: left;
    line-height: 1.9em;
  }
  .column2_box3_txt {
    width: 84%;
    margin: 2em 8% 0.5em 8%;
  }
  .column2_box3_txt p {
    font-size: 140%;
    text-align: center;
    line-height: 1.7em;
  }
  .brand_box {
    font-size: 120%;
    display: inline-block;
    padding: 4px 14px;
    margin-bottom: 10px;
    background: #F4F4F5;
    border-radius: 100vh;
  }
  /* テンプレート*/
  .btn_wrap {
    margin: 7% auto 25% auto;
  }
  .btn_box {
    width: 100%;
    margin: 0 auto 5% auto;
  }
  .btn_mtm {
    display: block;
    position: relative;
    width: 84%;
    margin: 0 auto;
    padding: 1.2em;
    text-align: center;
    font-size: 17px;
    text-decoration: none; !important;
    color: #fff; !important;
    background: #8EBCC8;
  }
  .btn_fabric {
    width: 84%;
    display: block;
    position: relative;
    padding: 1.2em;
    margin: 8% auto;
    text-align: center;
    font-size: 17px;
    text-decoration: none !important;
    color: #fff !important;
    background: #8EBCC8;
  }
  .f_in_sp {
    animation-name: fadein;
    animation-duration: 2s;
    animation-iteration-count: 1;
  }
  @keyframes fadein {
    from {
      opacity: 0;
      transform: translateY(0px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
  footer {
    z-index: 2;
    background: #002a46 !important;
  }
  a:link {
    color: #000;
  }
  a:visited {
    color: #000;
  }
  a:hover {
    color: #000;
  }
  a:active {
    color: #000;
  }
  a, .link_txt {
    color: #000;
    text-decoration: underline;
  }
  #menu_wap {
    width: 100%;
    margin: 0px 0px 20% 0px;
  }
  .pad_T180 {
    padding: 10% 0 0 0;
  }
  .mar_T30 {
    margin: 10% 0px 0px 0px;
  }
  .mar_T50 {
    margin: 10% 0px 0px 0px;
  }
  .mar_T60 {
    margin: 10% 0px 0px 0px;
  }
  .mar_T85 {
    margin: 10% 0px 0px 0px;
  }
  .mar_T95 {
    margin: 19% 0px 0px 0px;
  }
  .mar_T115 {
    margin: 10% 0px 0px 0px;
  }
  .mar_R15 {
    margin: 0 2% 0 2%;
  }
  .mar_l2 {
    margin: 0 0 0 2%;
  }
  .mar_B10 {
    margin: 0px 0px 1% 0px;
  }
  .mar_B20 {
    margin: 0px 0px 2% 0px;
  }
  .mar_B30 {
    margin: 0px 0px 5% 0px;
  }
  .mar_B40 {
    margin: 0px 0px 4% 0px;
  }
  .mar_B50 {
    margin: 0px 0px 5% 0px;
  }
  .mar_B100 {
    margin: 0px 0px 20% 0px;
  }
  .mar_R10 {
    margin: 0px 1% 0px 0px;
  }
  .mar_R20 {
    margin: 0px 2% 0px 0px;
  }
  .mar_R30 {
    margin: 0px 3% 0px 0px;
  }
  .mar_R40 {
    margin: 0px 4% 0px 0px;
  }
  .mar_R50 {
    margin: 0px 5% 0px 0px;
  }
  .mar_L20 {
    margin: 0px 0px 0px 2%;
  }
  .ft_120 {
    font-size: 135%;
  }
  .ft_85 {
    font-size: 85%;
  }
  .ft_title {
    font-size: 200%;
    font-weight: bold;
    text-align: center;
  }
  .ft_main {
    font-size: 120%;
    text-align: center;
  }
  .T_center_sp {
    text-align: left;
  }
  .T_right {
    text-align: right;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .fb_box {
    margin: 0 10px 20px 0;
    float: right;
  }
  ul {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    list-style-type: none;
  }
  .sns_icon_wrap {
    width: 100%;
  }
  .sns_icon_box {
    width: 15%;
    margin: 0 8% 0 0;
  }
}