/*****************************************
	wintergoods.css
	共通レイアウトスタイル定義
*****************************************/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: 700
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

td,
th {
  padding: 0
}

/* Reset ------------------------------ */
html {
  font-size: 10px;
  overflow-y: scroll;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

a,
a:hover,
a:active,
a:visited {
  margin: 0;
  padding: 0;
  overflow: hidden;
  outline: none;
}

img {
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}

/* normalize.css --END-- */


/* --------------------------------------
  Base
--------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-font-smoothing: antialiased;
}

body {
  color: #231815;
  font-family: 'Noto Sans JP', "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "Meiryo", "Osaka", sans-serif;
  font-size: 15px;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5 {
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1em;
}

p,
dl,
ol,
ul,
menu,
pre {
  margin-bottom: 1em;
}

ol,
ul,
menu {
  padding: 0;
}

ul {
  list-style: none;
}

ol {
  margin-left: 1.5em;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

textarea {
  resize: vertical;
}

img,
object,
embed {
  max-width: 100%;
}

img {
  height: auto;
  vertical-align: bottom;
}

small {
  font-size: 12px;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.7;
  }

  small {
    font-size: 10px;
  }
}


/* --------------------------------------
  Link
--------------------------------------- */
a:link {
  color: #231815;
  text-decoration: none;
}

a:visited {
  color: #231815;
  text-decoration: none;
}

a:hover {
  color: #231815;
  text-decoration: none;
}



/* --------------------------------------
  Common
--------------------------------------- */
.wrap {
  /* ※背景固定追従のposition stickyを使うときは指定NG */
  overflow: hidden;
}



/*----- Title -----*/
/*----- Text -----*/
/*----- Button -----*/
/*----- Label -----*/
/*----- Line -----*/
/*----- accordion -----*/

@media screen and (min-width: 769px) and (max-width: 970px) {}

@media (max-width: 768px) {}



/* --------------------------------------
  Layout
--------------------------------------- */

/* ↓ 変な左右の空間確認用 */
/* * {
  outline: 2px red solid;
} */

body {
  background: #fff;
}

.section_inn {
  padding: 50px 0 0 0;
}

h2,
h3,
p {
  font-family: 'Libre Caslon Text', 'Roman', 'Times New Roman', 'Cambria Math', 'Times New Roman', 'Javanese Text', 'Times', serif;
  color: #231815;
}

@media only screen and (max-width: 768px) {
  .section_inn {
    padding: 0px;
  }
}





/* --------------------------------------
  header
--------------------------------------- */
#header.hide {
  transform: translateY(100%);
  /* ↑ 下に隠す場合 */
  bottom: 0;
  /* ↑ 最初は非表示で下から表示 */
}

#header {
  background: #efefee;
  z-index: 9999;
  width: 100%;
  height: 200px;
  transition: .5s;
  opacity: 0.9;
  position: fixed;

  bottom: 0;
  /* ↑ 下側の場合 */
  bottom: -100px;
  /* ↑ 最初非表示下側の場合 */
}

.header_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}

/*----- logo-btn -----*/
#brand_logo {
  width: 25%;
  position: absolute;
  left: 50px;
  top: 20px;
}

/*----- gnav-btn -----*/
#header_nav {
  display: flex;
  width: 35%;
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

#header_nav li {
  align-items: center;
}

#header_nav li a {
  display: block;
  padding: 0 40px;
  color: #231815;
  text-decoration: none;
  line-height: 1.7;
  border-left: 1px solid #c8c0bd;
}

#header_nav li:last-child a {
  border-right: 1px solid #c8c0bd;
}

#header_nav li a:hover {
  color: #a49995;
}

@media (min-width: 769px) {}

@media screen and (min-width: 769px) and (max-width: 970px) {}

@media (max-width: 768px) {}

/* --------------------------------------
  main
--------------------------------------- */
/* 余白をなくす 横スクロール対処*/

html,
body {
  overflow-x: hidden;
}

img,
iframe {
  max-width: 100%;
  height: auto;
}

.pc_none {
  display: none;
}

/*----- hero -----*/
.hero_wrap {
  padding: 0;
  width: 100%;
}

.hero_wrap div {
  text-align: center;
}


/*----- greeting -----*/
.event_bnn_wrap {
  width: 65%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.event_bnn_img {
  margin-bottom: 40px;
}

.bnn_img {
  width: 100%;
  margin-bottom: 30px;
}

.greeting_textbox01 {
  border: 1px solid #231815;
  width: 382px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 30px;

}

#greeting p {
  /* font-size: 1.8rem; */
  letter-spacing: 0.8px;
  line-height: 2;
  text-align: center;
}

#greeting h3 {
  margin-top: 50px;
  font-size: 1.8rem;
  letter-spacing: 1px;
  line-height: 2;
  text-align: center;
  font-weight: 600;
}

.greeting_text01 {
  font-size: 2.2rem;
  font-weight: 800;
}

.greeting_text02 {
  font-size: 2.2rem;
  font-weight: 600;
  color: #cc0000;
}

.greeting_text03 {
  font-weight: 600;
  color: #cc0000;
}

#pgl_price_box {
  width: 90%;
  margin: 40px auto 0;
}

.pgl_img_pc {
  margin-bottom: 40px;
}

.pgl_img_sp {
  display: none;
}

.pgl_price_text {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .greeting_text01 {
    display: block;
    text-align: center;
    font-size: 1.7rem;
  }
}


/*----- line up -----*/
.row_line-up {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding-bottom: 40px;
}

.boot_item_box__name {
  font-family: 'Libre Caslon Text', 'Roman', 'Times New Roman', 'Cambria Math', 'Times New Roman', 'Javanese Text', 'Times', serif;
}

.boot_item_box__pricewrap {
  font-family: 'Libre Caslon Text', 'Roman', 'Times New Roman', 'Cambria Math', 'Times New Roman', 'Javanese Text', 'Times', serif;
}


@media (max-width: 768px) {
  .pc_none {
    display: block;
  }

  .event_bnn_wrap {
    width: 100%;
  }

  .bnn_img {
    margin-bottom: 10px;
  }

  .greeting_textbox01 {
    width: 330px;
  }

  #greeting p {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
    line-height: 2.5;
  }

  #greeting h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: left;
  }


  #pgl_price_box {
    width: 100%;
    margin: 0 auto;
  }

  .pgl_img_pc {
    display: none;
  }

  .pgl_img_sp {
    display: block;
    margin-bottom: 20px;
  }

  #pgl_price_box p {
    line-height: normal;
  }

  .pgl_price_text {
    font-size: 1.4rem;
  }

  .boot_item_box__name {
    font-size: 14px;
  }

  .boot_item_box__pricewrap {
    font-size: 14px;
  }





}

/*----- line up -----*/
#line-up h3 {
  font-weight: normal;
}

.wintergoods .series_lineup_list_item {
  width: 21%;
}

/*.wintergoods .series_lineup_list_box {
  justify-content: center;
}*/

@media (max-width: 768px) {

  .wintergoods .series_lineup_list_item {
    width: 46%;
  }

  .wintergoods .series_lineup_list_box {
    justify-content: left;
  }
}

/*----- kotatsu-point -----*/
.point_textbox {
  display: flex;
  justify-content: center;
}



.text_point {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  font-size: 1.6rem;
  color: #a49995;
  border-bottom: 1px solid #a49995;
}

.text_no {
  text-align: center;
  font-size: 5rem;
  color: #a49995;
  letter-spacing: 1.5px;
  margin-bottom: 0;
}

.text_l {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 700;
}

.text_s {
  margin-top: 20px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
}

#kotatsu-point img {
  width: 93%;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: auto;
  margin-left: auto;
}

#kotatsu-point .hero_wrap img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.kotatsu01 {
  width: 100%;
  height: auto;
  max-width: 100%;
}


#kotatsu-point .piglet img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

.kotatsu-banner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.kotatsu-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.item_link_box {
  max-width: 250px;
  padding-bottom: 8%;
  margin: 0 auto;
  margin-top: 50px;
}

.item_link_box a {
  font-family: "メイリオ", "Meiryo", "游ゴシック体", "Yu Gothic", YuGothic, "Open Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", verdana, "Osaka", sans-serif;
  border: 1px solid #fff;
  background-color: #352d27;
  color: #fff;
  border-radius: 8px;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  letter-spacing: 2px;
  padding: 8px;
}

.item_link_box a:hover {
  border: 1px solid #352d27;
  background-color: #fff;
  color: #352d27;
  border-radius: 8px;
  transition: ease .4s;
}

.text_underline {
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
  text-decoration: underline;
}

@media screen and (min-width: 769px) and (max-width: 970px) {
  .point_textbox {
    margin-top: 2%;
  }

  .text_point {
    font-size: 1.4rem;
  }

  .text_no {
    text-align: center;
    font-size: 4rem;
    letter-spacing: 1.5px;
  }

  .text_l {
    padding: 0 20px;
    font-size: 1.8rem;
    font-weight: 700;
  }

  .text_s {
    margin-top: 20px;
    padding: 0 20px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.5;
  }

  #kotatsu-point img {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .point_textbox {
    margin-top: 0;
  }

  .text_l {
    padding: 0 20px;
    font-size: 1.7rem;
    margin-bottom: 5px;
    font-weight: 700;
  }

  .text_s {
    margin: 20px 0 70px 0;
    /* margin-top: 20px; */
    padding: 0 20px;
    font-size: 1.5rem;
    text-align: left;
  }

  .text_s1 {
    margin: 0px 0 0px 0;
    /* margin-top: 20px; */
    padding: 0 20px;
    font-size: 1.5rem;
    text-align: left;
  }

  #kotatsu-point img {
    width: 100%;
  }


  .item_link_box {
    margin-top: 10px;
    padding-bottom: 15%;
  }

  .set_parts_img {
    max-width: 100% !important;
    height: auto;
  }

  .kotatsu-banner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0px;
  }

  /* スマホ表示のときの右側余白調整 */
  html,
  body {
    overflow-x: hidden;
  }

  img,
  iframe {
    max-width: 100%;
    height: auto;
  }


}

/*----- 注意事項 -----*/
.att_box {
  max-width: 900px;
  margin: 100px auto 0;
  padding: 3rem 3rem 2rem;
  background: #fff;
}

.fair_heading {
  text-align: center;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-weight: bold;
}

.ul_style01 li {
  position: relative;
  margin: 0 0 0.3rem;
  padding: 0 0 0 1.5rem;
  font-size: 1.2rem;
  line-height: 1.7;
}

.ul_style01.disc01 li::after {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}

@media (max-width: 768px) {
  .ul_style01 li {
    padding: 0;
  }
}

/*----- coordinate -----*/
#code h3 {
  font-weight: normal;
}

.sec_series {
  margin-bottom: 100px !important;
}



@media (min-width: 769px) {}

@media screen and (min-width: 769px) and (max-width: 970px) {}

@media (max-width: 768px) {}



/* --------------------------------------
  footer
--------------------------------------- */

/*----- morelink -----*/
.more_link_area {
  overflow: hidden;
  position: relative
}

.footer_info p {
  color: #fff;
  font-size: 2.1rem;
  text-align: center;
  padding-top: 150px;
  letter-spacing: 2px;
}

.more_link_box {
  max-width: 250px;
  padding-bottom: 6%;
  margin: 0 auto;
  border-radius: 8px;
}

.more_link_box a {
  font-family: 'Libre Caslon Text', 'Roman', 'Times New Roman', 'Cambria Math', 'Times New Roman', 'Javanese Text', 'Times', serif;
  background-color: #404040;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 15px;
  transition: ease .2s;
  border-radius: 8px;
}

.more_link_box span {
  position: relative;
  z-index: 3;
  color: #D7D8D8;
  border-radius: 8px;
}

.more_link_box a:hover span {
  color: #352d27;
  border-radius: 8px;
}

/* 背景が流れる（下から上） */
.bg-bottom:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  width: 100%;
  height: 0;
  transition: .4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
}

.bg-bottom:hover:before {
  height: 100%;
  background-color: #D7D8D8;
}




/*----- copyright -----*/
.footer_copy {
  font-family: 'Libre Caslon Text', 'Roman', 'Times New Roman', 'Cambria Math', 'Times New Roman', 'Javanese Text', 'Times', serif;
  background: #342A24;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 1px;
}

.footer_copy a {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 769px) and (max-width: 970px) {}


@media (max-width: 768px) {

  .more_link_area::after {
    background-image: url(image/23AWcollection_bgimg_sp.jpg);
  }

  .footer_info p {
    /* font-size: 2.1rem; */
    padding-top: 100px;
  }

  .more_link_box {
    padding-bottom: 14%;
  }

  .footer_copy {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.5rem;
  }

}






/* --------------------------------------
  Generic class
--------------------------------------- */
.section:after,
.container:after,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.section,
.container,
.clearfix {
  zoom: 1;
}

.only_pc {
  display: block;
}

/* .only_pc_tb {display: block;} */
.only_tb {
  display: none;
}

.only_tb_sp {
  display: none;
}

.only_sp {
  display: none;
}

@media screen and (min-width: 769px) and (max-width: 970px) {
  .only_pc {
    display: none;
  }

  /* .only_pc_tb {display: block;} */
  .only_tb {
    display: block;
  }

  .only_tb_sp {
    display: block;
  }

  .only_sp {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .only_pc {
    display: none;
  }

  .only_pc_tb {
    display: none;
  }

  .only_tb {
    display: none;
  }

  .only_tb_sp {
    display: block;
  }

  .only_sp {
    display: block;
  }
}

/* margin */
.mg00 {
  margin: 0 !important;
}

.mga {
  margin: auto !important;
}

/* 中央揃え */
.mg0a {
  margin: 0 auto !important;
}

/* 右寄せ */
.mg0r {
  margin-left: auto !important;
  margin-right: 0 !important;
}

/* 左寄せ */
.mgl0 {
  margin-left: 0 !important;
  margin-right: auto !important;
}

/* margin-top */
.mgt00 {
  margin-top: 0 !important;
}

.mgt05 {
  margin-top: 5px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt100 {
  margin-top: 100px !important;
}

/* margin-right */
.mgr00 {
  margin-right: 0 !important;
}

.mgr05 {
  margin-right: 5px !important;
}

.mgr10 {
  margin-right: 10px !important;
}

.mgr15 {
  margin-right: 15px !important;
}

.mgr20 {
  margin-right: 20px !important;
}

.mgr25 {
  margin-right: 25px !important;
}

.mgr30 {
  margin-right: 30px !important;
}

.mgr40 {
  margin-right: 40px !important;
}

.mgr50 {
  margin-right: 50px !important;
}

/* margin-bottom */
.mgb00 {
  margin-bottom: 0 !important;
}

.mgb05 {
  margin-bottom: 5px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb35 {
  margin-bottom: 35px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb45 {
  margin-bottom: 45px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb55 {
  margin-bottom: 55px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgb65 {
  margin-bottom: 65px !important;
}

.mgb70 {
  margin-bottom: 70px !important;
}

.mgb75 {
  margin-bottom: 75px !important;
}

.mgb80 {
  margin-bottom: 80px !important;
}

.mgb85 {
  margin-bottom: 85px !important;
}

.mgb90 {
  margin-bottom: 90px !important;
}

/* margin-left */
.mgl00 {
  margin-left: 0 !important;
}

.mgl05 {
  margin-left: 5px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl15 {
  margin-left: 15px !important;
}

.mgl20 {
  margin-left: 20px !important;
}

.mgl25 {
  margin-left: 25px !important;
}

.mgl30 {
  margin-left: 30px !important;
}

.mgl40 {
  margin-left: 40px !important;
}

.mgl50 {
  margin-left: 50px !important;
}

.pd00 {
  padding: 0 !important;
}

.pdt00 {
  padding-top: 0 !important;
}

.pdr00 {
  padding-right: 0 !important;
}

.pdb00 {
  padding-bottom: 0 !important;
}

.pdl00 {
  padding-left: 0 !important;
}

.flr {
  float: right;
}

.fll {
  float: left;
}

.clb {
  clear: both;
}

.cll {
  clear: left;
}

.clr {
  clear: right;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

.fwb {
  font-weight: 700 !important;
}

.fwm {
  font-weight: 500 !important;
}

.fwn {
  font-weight: 400 !important;
}

.wsn {
  white-space: nowrap !important;
}

/* font-size */
.font01 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

.font02 {
  font-family: 'Cormorant Garamond', serif;
}

.font03 {
  font-family: 'EB Garamond', serif;
}

/* font-size */
.f_size14 {
  font-size: 1.4rem;
}

.f_size15 {
  font-size: 1.5rem;
}

.f_size16 {
  font-size: 1.6rem;
}

.f_size18 {
  font-size: 1.8rem;
}

.f_size23 {
  font-size: 2.3rem;
}

.f_size26 {
  font-size: 2.6rem;
}

.f_size30 {
  font-size: 3rem;
}

/* カラーリスト */
.color01 {
  color: #a30000;
}

/*red*/
.color02 {
  color: #46474b;
}

/*gray01*/
.color03 {
  color: #747476;
}

/*gray02*/
.color04 {
  color: #35386b;
}

/*navy*/

/* Generic class --END-- */