@charset "UTF-8";
/* CSS Document */
/*ブラウザクリア*/
body {
  margin: 0px;
}

ul {
  display: inherit;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

p {
  display: block;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 300;
}
h6 {
  font-weight: 300;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #000;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.topicline_ img {
  width: 100%;
}

.optimaizedH1 {
  position: absolute;
  top: 0;
  left: -9999px;
}

/*ブラウザクリア*/
.wrapper_ {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 1em;
  overflow: hidden;
  font-family: "Noto Sans", 'A+EqpB-游ゴシック体 Pr6N R', sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #000;
  letter-spacing: 0.05em;
}

#contents {
  height: 180vh;
  background: #CCC;
}

/*back to top*/
.common_headline1_ {
  position: absolute;
  left: -400%;
}

/******************ヘッダー******************/
@media screen and (min-width: 731px) {
  /****************** PC共通部分 ******************/
  #toppage.wrapper_ {
    padding-top: 0;
  }
  .container_,
  .cont-list,
  .col1_ {
    padding-top: 180px;
    padding-bottom: 4em;
    margin: 0 auto;
  }
  .col2_ {
    width: 1000px;
    margin: 0 auto;
  }
  .contact_ {
    padding-bottom: 5em;
    width: 1000px;
    margin: 0 auto;
  }
  #toppage .container_ {
    padding-top: 0;
    padding-bottom: 0;
  }
  .container_ h2,
  .cont-list h2,
  .col1_ h2,
  .topiclist_body_ h2 {
    font-size: 27px;
    font-weight: 500;
    padding-bottom: 60px;
    text-align: center;
  }
  .container_ h2 span,
  .cont-list h2 span,
  .col1_ h2 span,
  .topiclist_body_ h2 span {
    font-size: 11pt;
    display: block;
    font-weight: 300;
  }
  h2.cont-list-ttl {
    text-align: left;
  }
  .wrapper_ a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .wrapper_ a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  /****************** END PC共通部分 ******************/
  .h_inner {
    width: 1100px;
    margin: 0 auto;
  }
  /* header */
  #header {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 20px 0;
    z-index: 999;
    background: #FFF;
    -webkit-box-shadow: 1px 1px 2px #00000035;
            box-shadow: 1px 1px 2px #00000035;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #000;
    text-decoration: none;
    height: 40px;
  }
  #header a {
    color: #000;
    text-decoration: none;
    height: 40px;
  }
  #header .h_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header #mobile-head {
    display: inline-block;
  }
  #header .logo img {
    height: 40px;
    width: auto;
  }
  #global-nav {
    width: 80%;
  }
  #global-nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12pt;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  #global-nav ul li a {
    padding: 0 30px;
  }
  #global-nav ul li a:hover {
    opacity: 1;
  }
  #header .Uline {
    position: relative;
    cursor: pointer;
    text-decoration: none;
  }
  #header .Uline::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    width: 60%;
    height: 3px;
    background-color: #000;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    margin: 0 auto;
  }
  #header .Uline:hover:before {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .onlineshop {
    width: 100%;
  }
  .onlineshop::after {
    content: "";
    background-image: url("/common/img/link_ex_icon.png");
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0px 2px 0 10px;
  }
  /* Fixed */
  #header.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding: 5px 0;
    background: #FFF;
    -webkit-transition: top 0.65s ease-in;
    transition: top 0.65s ease-in;
  }
  #header.fixed .logo {
    height: auto;
  }
  #header.fixed .logo img {
    height: 28px;
    width: auto;
    margin-top: 7px;
  }
  #header.fixed #global-nav ul li a {
    color: #000;
    padding: 0 30px;
  }
  #nav-toggle {
    display: none;
  }
  /****************** END ヘッダー ******************/
  /****************** フッター ******************/
  #footer_inner {
    width: 100%;
    background: #555;
    color: #FFF;
    height: auto;
    color: #FFF;
    text-decoration: none;
    -webkit-transition: 1s;
    transition: 1s;
  }
  #footer_inner a {
    color: #FFF;
    text-decoration: none;
    -webkit-transition: 1s;
    transition: 1s;
  }
  #footer_inner a:hover {
    opacity: 0.5;
    -webkit-transition: 1s;
    transition: 1s;
  }
  .f_inner {
    width: 1100px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 0 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer_inner ._blank {
    position: static;
    display: block;
    margin: 0;
    top: 0;
    right: 0;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 999;
  }
  #footer_inner ._blank:hover {
    opacity: 0.5;
    -webkit-transition: 1s;
    transition: 1s;
  }
  #footer-nav {
    width: 40%;
  }
  #footer-nav ul {
    list-style: none;
    font-size: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer-nav ul li {
    width: 46%;
    padding: 10px 0;
    text-align: left;
  }
  #footer-nav ul li a {
    padding: 0 30px;
    display: block;
  }
  #footer-nav ul li .onlineshop {
    width: 100%;
  }
  #footer-nav ul li .onlineshop::after {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  #sns_area {
    width: 20%;
  }
  #sns_area img {
    width: 80px;
  }
  #sns_area .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-top: 20px;
  }
  #sns_area .sns .sns_icon {
    margin: auto 10px;
  }
  #sns_area .sns .sns_icon img {
    width: 90%;
  }
  #footer_inner .copyright {
    width: 90%;
    max-width: 1100px;
    padding: 40px 0;
    font-size: 0.9em;
    text-align: right;
    margin: 0 auto;
  }
  /*back to top*/
  #page_top {
    position: fixed;
    bottom: 30px;
    right: 0;
    z-index: 999;
  }
  #page_top p {
    background-color: none;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    padding: 20px;
    cursor: pointer;
  }
  #page_top p:hover {
    background-color: none;
    text-decoration: none;
    -webkit-filter: brightness(0.6);
            filter: brightness(0.6);
  }
  #page_top p img {
    width: 50px;
  }
  /****************** END フッター ******************/
  /****************** コンテンツ共通 ******************/
  .cont_block {
    padding-bottom: 80px;
  }
  .mov_adjust {
    width: 80%;
    position: relative;
    padding-bottom: 45%;
    height: 0px;
    margin: 0 auto;
  }
  .underline_ {
    position: relative;
    display: inline-block;
    margin: 0 auto;
  }
  .underline_:after {
    content: "";
    display: table;
    position: absolute;
    width: 60%;
    height: 1px;
    background-color: #000;
    top: 30px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .bnr_link_1 {
    width: 40%;
    margin: 0 auto;
    padding: 40px 0;
    text-align: left;
  }
  /****************** END コンテンツ共通 ******************/
  /****************** トピック ニュース ******************/
  .topicdetaillist_ .topicline_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 2em;
  }
  .topicdetaillist_ .topicline_ li {
    width: 19%;
    margin-right: 1.2%;
    margin-bottom: 5%;
    text-align: left;
  }
  .topicdetaillist_ .topicline_ li:nth-child(5n) {
    margin-right: 0;
  }
  .topicdetaillist_ .topicline_ .img_ img {
    width: 100%;
  }
  .topicdetaillist_ .topicline_ .desc_ {
    font-size: 11pt;
    padding: 0 0.25em;
  }
  .topicdetaillist_ .topicline_ .desc_ .day_ {
    margin-top: 7px;
    font-size: 11px;
  }
  .topicdetaillist_ .topicline_ .desc_ p {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5;
  }
  .navipage_sum_ {
    display: none;
  }
  #toppage .topiclist_body_ {
    width: 1000px;
  }
  .topiclist_body_ {
    width: 800px;
    margin: 0 auto;
    padding-bottom: 7em;
  }
  .topiclist_body_ .day_ {
    text-align: left;
    font-size: 10pt;
    padding-bottom: 3%;
  }
  .topiclist_body_ .topic_title_ {
    text-align: left;
    font-size: 14pt;
    padding-bottom: 40px;
  }
  .topiclist_body_ .article_ {
    text-align: left;
    font-size: 11pt;
  }
  .topiclist_body_ .article_ p {
    text-align: left;
    font-size: 11pt;
  }
  .topiclist_body_ .article_ img {
    width: 70%;
    display: block;
    margin: 0 auto;
    padding: 5px 0;
  }
  .topiclist_body_ .article_ .topic_block {
    padding: 30px 0 30px;
  }
  .topiclist_body_ .article_ .topic_block:first-child {
    padding: 60px 0 30px;
  }
  .topiclist_body_ .article_ .topic_block:last-child {
    padding: 30px 0 60px;
  }
  .topiclist_body_ .article_ .topic_block h4 {
    font-size: 14pt;
    text-align: center;
    display: table;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin: 0 auto;
  }
  .topiclist_body_ .article_ .topic_block p,
  .topiclist_body_ .article_ .topic_block ul {
    font-size: 10pt;
    display: table;
    margin: 25px auto 0;
  }
  .topiclist_body_ .article_ .topic_block .img_title_ {
    font-size: 11pt;
    text-align: center;
    padding: 10px 0;
  }
  .topiclist_body_ .article_ .topic_block .img_caption_ {
    font-size: 10pt;
    padding: 5px;
  }
  .topiclist_body_ .article_ .topic_block a {
    font-size: 10pt;
    display: inline-block;
    text-decoration: none;
  }
  .topiclist_body_ .article_ .topic_block .topic_annotation li {
    list-style: disc;
    list-style-position: outside;
  }
  .topiclist_body_ .article_ .topic_block .link_mainBnr {
    max-width: 500px;
    margin: 0 auto;
    display: table;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .topiclist_body_ .article_ .topic_block .link_mainBnr:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .topiclist_body_ .article_ .column_2_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .topiclist_body_ .article_ .column_2_ li {
    width: 48%;
  }
  .topiclist_body_ .article_ .column_2_ li img {
    width: 100%;
    padding: 0;
  }
  /*-- テンプレート ---*/
  /*-- 2カラム ---*/
  /****************** END トピック ニュース  ******************/
  /****************** CONTACT US ******************/
  .contact_ .contact_attention_ {
    display: inline-block;
    padding: 0 1.5em;
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-left: 3px solid #ccc;
  }
  .contact_ .contact_attention_ .contact_attention_left {
    text-align: left;
  }
  .contact_ .contact_attention_ .contact_attention_left p {
    font-size: 10pt;
    margin-top: 0.7em;
  }
  .contact_ .contact_attention_p {
    padding: 0 1.5em;
    display: table;
    margin: 0 auto;
    border-left: 3px solid #ccc;
  }
  .contact_ .contact_attention_p p {
    text-align: left;
  }
  .contact_ .contact_attention_p p .contact_notice_ {
    font-size: 90%;
    display: block;
    margin-top: 0.5em;
  }
  .contact_ .head_error_ {
    color: #c30d18;
    margin: 4em 0 2em;
  }
  .contact_ .contact_form_ {
    margin: 3em auto;
    max-width: 900px;
  }
  .contact_ .contact_form_ table {
    margin-top: 0.5em;
    width: 100%;
  }
  .contact_ .contact_form_ table th,
  .contact_ .contact_form_ table td {
    padding: 1em;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table-cell;
  }
  .contact_ .contact_form_ table th {
    width: 30%;
    background-color: #333;
    color: #FFF;
    margin-right: 0.25em;
    white-space: nowrap;
    display: table-cell;
  }
  .contact_ .contact_form_ table th label {
    position: relative;
    display: block;
  }
  .contact_ .contact_form_ table th label .necessary {
    position: absolute;
    color: #FFF;
    padding: 2px 4px;
    font-size: 9pt;
    line-height: 1;
    background-color: #c30d18;
    top: 50%;
    right: 1%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .contact_ .contact_form_ table td {
    width: 60%;
    text-align: left;
    display: table-cell;
  }
  .contact_ .contact_form_ table select {
    display: inline-block;
    width: 60%;
  }
  .contact_ .contact_form_ table input {
    display: inline-block;
    width: 80%;
    border-radius: 3px;
    border: 1px solid #999;
    padding: 0.25em;
  }
  .contact_ .contact_form_ table select {
    border-radius: 3px;
    border: 1px solid #999;
    padding: 0.25em;
  }
  .contact_ .contact_form_ table input:active,
  .contact_ .contact_form_ table select:active {
    border-radius: 0;
    border: 1px solid #000;
  }
  .contact_ .contact_form_ .form_annotation {
    margin-top: 0.5em;
    font-size: 86%;
  }
  .contact_ .contact_form_ .form_error_ {
    color: #c30d18;
    font-size: 86%;
    margin-top: 0.5em;
  }
  .contact_ .contact_form_ .form_error_ a {
    text-decoration: underline;
  }
  .contact_ .submit_ {
    margin-top: 2em;
  }
  .contact_ .submit_ a {
    margin: 0 1em;
  }
  .contact_ .submit_ .back {
    border: 2px solid #333;
    padding: 0.5em 0.75em;
    font-size: 10pt;
    font-weight: 300;
  }
  .contact_ .submit_ .back span {
    -webkit-transform: scale(0.8, 1.2) translateX(-5px);
            transform: scale(0.8, 1.2) translateX(-5px);
    display: inline-block;
  }
  /******************END CONTACT US******************/
  /********オーダー**********/
  .o1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .o2 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .o3 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .o4 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .o5 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .o6 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .o7 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .o8 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  /********オーダー**********/
  .sp {
    display: none !important;
  }
  /********コンテンツ共通**********/
  .contents_area_ {
    padding-top: 80px;
    text-align: left;
  }
}

/* ====== SP ======= */
@media screen and (max-width: 730px) {
  /****************** SP共通部分 ******************/
  .wrapper_ {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    font-size: 1em;
    margin-bottom: 0px;
  }
  #toppage.wrapper_ {
    padding-top: 0;
  }
  .container_,
  .col1_,
  .topiclist_body_ {
    margin: 0 auto;
  }
  #toppage .container_ {
    padding-top: 0;
  }
  .cont-list,
  .contact_,
  .contents_ {
    margin: 42px auto 3.5em;
    width: 94%;
  }
  .container_ h2,
  .cont-list h2,
  .col1_ h2,
  .topiclist_body_ h2 {
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 7.8%;
    text-align: center;
  }
  .container_ h2 span,
  .cont-list h2 span,
  .col1_ h2 span,
  .topiclist_body_ h2 span {
    font-size: 7pt;
    display: block;
    font-weight: 400;
  }
  h2.cont-list-ttl {
    text-align: left;
  }
  /*==== PICKUPトップ ====*/
  #pickup_top {
    padding-top: 2.5em;
}
/*==== NEWSトップ ====*/
.contents_#topic_top {
    padding-top: 2.5em;
}
  /****************** END SP共通部分 ******************/
  .pc {
    display: none !important;
  }
  /*back to top*/
  #page_top {
    position: fixed;
    bottom: 15px;
    right: 5px;
    z-index: 999;
  }
  #page_top p {
    background-color: none;
    color: #FFF;
    text-align: center;
    text-decoration: none;
    padding: 20px 20px;
  }
  #page_top p:hover {
    background-color: none;
    text-decoration: none;
  }
  #page_top p img {
    width: 40px;
  }
  /*back to top*/
  /****************** ヘッダー ******************/
  #header,
  .h_inner {
    width: 100%;
    padding: 0;
  }
  #header {
    top: 0;
    position: fixed;
    margin-top: 0;
    top: -100px;
    position: fixed;
    top: 0;
    width: 100%;
    margin-top: 0;
    z-index: 999;
    background: #FFF;
    -webkit-box-shadow: 1px 1px 2px #00000035;
            box-shadow: 1px 1px 2px #00000035;
    color: #000;
    text-decoration: none;
  }
  #header.fixed {
    padding-top: 0;
    background: transparent;
  }
  #header a {
    color: #000;
    text-decoration: none;
  }
  #header .h_inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #header .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 22px;
  }
  #header .logo img {
    height: 22px;
    width: auto;
  }
  /* Fixed reset */
  #mobile-head {
    background: #FFF;
    width: 100%;
    height: 42px;
    z-index: 999;
    position: relative;
  }
  #header.fixed .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 22px;
  }
  .onlineshop {
    position: relative;
  }
  .onlineshop::after {
    content: "";
    background-image: url("/common/img/link_ex_icon.png");
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    -webkit-transition: 1s;
    transition: 1s;
    margin: 0px 2px 0 20px;
    position: absolute;
    top: 25px;
    right: 30%;
  }
  #footer-nav .onlineshop::after {
    content: "";
    background-image: url(/common/img/link_ex_icon.png);
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    -webkit-transition: 1s;
    transition: 1s;
    margin: 0px 2px 0 20px;
    position: absolute;
    top: 7px;
    right: 5px;
  }
  #global-nav {
    position: absolute;
    top: -500px;
    background: #FFF;
    width: 100%;
    text-align: center;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    display: block;
    right: 0;
    bottom: 0;
    font-size: 1em;
  }
  #global-nav ul li {
    position: static;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  #header #global-nav ul li a,
  #header.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #000;
    padding: 18px 0;
  }
  #nav-toggle {
    display: block;
    position: absolute;
    left: 12px;
    top: 12px;
    width: 26px;
    height: 18px;
    cursor: pointer;
    z-index: 101;
  }
  #nav-toggle div {
    position: relative;
  }
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    left: 0;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 8px;
  }
  #nav-toggle span:nth-child(3) {
    top: 16px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(315deg);
            transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }
  .open #global-nav {
    -webkit-transform: translateY(542px);
            transform: translateY(542px);
  }
  /****************** END ヘッダー ******************/
  /****************** コンテンツ共通 ******************/
  .cont_block {
    padding-bottom: 80px;
  }
  .mov_adjust {
    width: 98%;
    position: relative;
    padding-bottom: 55%;
    height: 0px;
    margin: 0 auto;
  }
  .underline_ {
    position: relative;
    display: inline-block;
    margin: 0 auto;
  }
  .underline_:after {
    content: "";
    display: table;
    position: absolute;
    width: 60%;
    height: 1px;
    background-color: #000;
    top: 30px;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
  .bnr_link_1 {
    width: 80%;
    margin: 0 auto;
    padding: 40px 0;
    text-align: left;
  }
  .contents_area_ {
    padding-top: 42px;
    text-align: left;
  }
  /****************** トピック ニュース ******************/
  .topicdetaillist_ .topicdetaillist_body_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2%;
  }
  .topicdetaillist_ .topicdetaillist_body_ li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 5%;
  }
  .topicdetaillist_ .topicdetaillist_body_ li:nth-child(2n) {
    margin-right: 0;
  }
  .topicdetaillist_ .topicdetaillist_body_ .img_ img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .topicdetaillist_ .topicdetaillist_body_ .desc_ {
    text-align: left;
    font-size: 3.5vw;
  }
  .topicdetaillist_ .topicdetaillist_body_ .desc_ .day_ {
    font-size: 3vw;
  }
  .navipage_sum_ {
    display: none;
  }
  .topic_ {
    width: 96%;
    margin: 0 auto;
  }
  /* .topic_ .block_editor_wrap {
    padding-top: 0;
  } */
  .topiclist_body_ .day_ {
    text-align: center;
    font-size: 3vw;
    padding-bottom: 3%;
  }
  .topiclist_body_ .topic_title_ {
    text-align: left;
    font-size: 4.8vw;
    padding-bottom: 15%;
  }
  .topiclist_body_ .article_ {
    text-align: left;
    font-size: 11pt;
  }
  .topiclist_body_ .article_ img {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 2em 0 0.5em;
  }
  .topiclist_body_ .article_ .topic_block {
    padding: 30px 0 30px;
  }
  .topiclist_body_ .article_ .topic_block:first-child {
    padding: 60px 0 30px;
  }
  .topiclist_body_ .article_ .topic_block:last-child {
    padding: 30px 0 60px;
  }
  .topiclist_body_ .article_ .topic_block h4 {
    font-size: 14pt;
    text-align: center;
    display: table;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin: 0 auto;
  }
  .topiclist_body_ .article_ .topic_block ul,
  .topiclist_body_ .article_ .topic_block p {
    font-size: 10pt;
    display: table;
    margin: 0 auto;
    padding: 8%;
  }
  .topiclist_body_ .article_ .topic_block .img_title_ {
    font-size: 11pt;
    text-align: center;
    padding: 10px 0;
  }
  .topiclist_body_ .article_ .topic_block .img_caption_ {
    font-size: 10pt;
    padding: 5px;
  }
  .topiclist_body_ .article_ a {
    text-decoration: none;
    margin: 0 auto;
  }
  .topiclist_body_ .article_ .topic_block .topic_annotation li {
    list-style: disc;
    list-style-position: outside;
  }
  .topiclist_body_ .article_ .topic_block .link_mainBnr {
    width: 96%;
    margin: 0 auto;
    display: table;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .topiclist_body_ .article_ .column_2_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .topiclist_body_ .article_ .column_2_ li {
    width: 48%;
  }
  .topiclist_body_ .article_ .column_2_ li img {
    width: 100%;
  }
  /*-- テンプレート ---*/
  /*-- 2カラム ---*/
  .topic_backtolist {
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    display: table;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin: 0 auto 20vh;
  }
  .submit_ {
    display: none;
  }
  .topicdetaillist_ .topicline_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2%;
  }
  .topicdetaillist_ .topicline_ li {
    width: 100%;
    text-align: left;
    padding: 2% 4%;
    border-bottom: 1px solid #ececec;
  }
  .topicdetaillist_ .topicline_ li:first-child {
    border-top: 1px solid #ececec;
  }
  /* .topicdetaillist_ .topicline_ li:last-child {
    margin-bottom: 7em;
  } */
  .topicdetaillist_ .topicline_ a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-decoration: none;
  }
  .topicdetaillist_ .topicline_ .img_ {
    width: 40%;
  }
  .topicdetaillist_ .topicline_ .desc_ {
    width: 55%;
    padding: 0.25em;
    color: #000;
  }
  .topicdetaillist_ .topicline_ .desc_ p {
    margin-top: 8px;
    font-size: 11px;
  }
  .topicdetaillist_ .topicline_ .desc_ .day_ {
    font-size: 10px;
  }
  /****************** END トピック ニュース  ******************/
  /****************** CONTACT US ******************/
  .contact_ .contact_attention_ {
    padding: 01.5em;
    width: 90%;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-left: 3px solid #ccc;
  }
  .contact_ .contact_attention_ .contact_attention_left {
    text-align: left;
  }
  .contact_ .contact_attention_ .contact_attention_left h4 {
    text-align: center;
  }
  .contact_ .contact_attention_ .contact_attention_left p {
    font-size: 11pt;
    margin-top: 0.8em;
  }
  .contact_ .contact_attention_p {
    padding: 01.5em;
    display: table;
    margin: 0 auto;
    border-left: 3px solid #ccc;
  }
  .contact_ .contact_attention_p p {
    text-align: left;
  }
  .contact_ .contact_attention_p p .contact_notice_ {
    font-size: 90%;
    display: block;
    margin-top: 0.5em;
  }
  .contact_ .head_error_ {
    color: #c30d18;
    margin: 4em 0 2em;
  }
  .contact_ .contact_form_ {
    margin: 3em auto;
  }
  .contact_ .contact_form_ table {
    margin-top: 0.5em;
    width: 100%;
  }
  .contact_ .contact_form_ table tr {
    display: block;
    margin-top: 1em;
  }
  .contact_ .contact_form_ table th,
  .contact_ .contact_form_ table td {
    padding: 0.25em 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table-cell;
  }
  .contact_ .contact_form_ table th {
    width: 100%;
    color: #000;
    margin-right: 0.25em;
    white-space: nowrap;
    display: block;
  }
  .contact_ .contact_form_ table th label {
    display: block;
  }
  .contact_ .contact_form_ table th label .necessary {
    color: #FFF;
    padding: 2px 4px;
    font-size: 9pt;
    margin-left: 1em;
    line-height: 0;
    background-color: #c30d18;
  }
  .contact_ .contact_form_ table td {
    width: 100%;
    text-align: left;
    display: block;
  }
  .contact_ .contact_form_ table select {
    display: inline-block;
    width: 100%;
  }
  .contact_ .contact_form_ table input {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #999;
    padding: 0.25em;
  }
  .contact_ .contact_form_ table select {
    border-radius: 3px;
    border: 1px solid #999;
    padding: 0.25em;
  }
  .contact_ .contact_form_ table input:active,
  .contact_ .contact_form_ table select:active {
    border-radius: 0;
    border: 1px solid #000;
  }
  .contact_ .contact_form_ .form_annotation {
    margin-top: 0.5em;
    font-size: 86%;
  }
  .contact_ .contact_form_ .form_error_ {
    color: #c30d18;
    font-size: 86%;
    margin-top: 0.5em;
  }
  .contact_ .contact_form_ .form_error_ a {
    text-decoration: underline;
  }
  .contact_ .submit_ {
    margin-top: 2em;
    display: block;
  }
  .contact_ .submit_ a {
    margin: 0 1em;
  }
  .contact_ .submit_ .back {
    border: 2px solid #333;
    padding: 0.5em 0.75em;
    font-size: 10pt;
    font-weight: 300;
  }
  .contact_ .submit_ .back span {
    -webkit-transform: scale(0.8, 1.2) translateX(-5px);
            transform: scale(0.8, 1.2) translateX(-5px);
    display: inline-block;
  }
  /****************** END CONTACT US ******************/
  /****************** フッター ******************/
  #footer_inner {
    width: 100%;
    background: #555;
    color: #FFF;
    height: auto;
    padding-top: 40px;
  }
  #footer_inner a {
    color: #FFF;
    text-decoration: none;
  }
  #footer_inner ._blank {
    position: static;
    display: block;
    margin: 0 0px 0 0px;
    top: 0;
    right: 0;
    -webkit-transition: 1s;
    transition: 1s;
    z-index: 999;
  }
  #footer_inner ._blank .onlineshop::after {
    content: "";
    background-image: url("/common/img/link_ex_icon-w.png");
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    -webkit-transition: 1s;
    transition: 1s;
    margin: 0px 0px 0 10px;
  }
  .f_inner {
    width: 95%;
    margin: 0 auto;
    display: block;
    padding: 40px 0 10;
  }
  .f_inner:after {
    content: "";
    clear: both;
    display: block;
  }
  #footer-nav {
    width: 100%;
    text-align: justify;
  }
  #footer-nav ul {
    list-style: none;
    font-size: 1em;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #footer-nav ul li {
    width: 100%;
    float: none;
    padding: 10px 0;
    display: block;
  }
  #footer-nav ul li a {
    padding: 0 30px;
  }
  #footer-nav ul li .onlineshop {
    width: 100%;
  }
  #footer-nav ul li .onlineshop::after {
    -webkit-filter: invert(1);
            filter: invert(1);
  }
  #sns_area {
    width: 100%;
    border-top: solid 1px #888888;
    margin-top: 20px;
    padding: 20px 0;
  }
  #sns_area img {
    display: block;
    margin: 0 auto;
    width: 20%;
  }
  #sns_area .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
  #sns_area .sns .sns_icon {
    margin: auto 10px;
    -webkit-transition: 1s;
    transition: 1s;
  }
  #sns_area .sns .sns_icon img {
    width: 90%;
  }
  #twitter-widget-1 {
    width: 90vw;
  }
  #footer_inner .copyright {
    text-align: center;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 0.8em;
  }
  /******************フッター******************/
  /********オーダー**********/
  .o1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .o2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .o3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .o4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .o5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .o6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .o7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .o8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  /********オーダー**********/
}

#footer_pagetop {
  display: none;
}

/****************** フッター上コンテンツ ******************/
@media screen and (min-width: 731px) {
  .footer_contents {
    background-color: #f1f1f1;
    padding: 3em 0;
  }
  .footer_contents img {
    width: 100%;
  }
  .footer_contents .footer_swiper {
    margin: 0 auto;
    position: relative;
  }
  .footer_contents .footer_swiper ul li p {
    text-align: left;
    padding: 1em;
    font-size: 9pt;
  }
  .swiper-pagination-bullets {
    bottom: -20px;
  }
  .swiper-button-white {
    bottom: 0 !important;
    background-color: rgba(0, 0, 0, 0.5);
    width: 45px !important;
    height: 45px !important;
    font-size: 10pt;
    background-size: 20px 20px !important;
  }
  .swiper-button-next::after {
    bottom: 0 !important;
  }
}

@media screen and (max-width: 730px) {
  .footer_contents {
    background-color: #f1f1f1;
    padding: 3em 0;
  }
  .footer_contents img {
    width: 100%;
  }
  .footer_contents .footer_swiper {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .footer_contents .footer_swiper ul li p {
    text-align: left;
    padding: 1em;
    font-size: 10pt;
  }
  .swiper-pagination-bullets {
    bottom: -20px;
  }
  .swiper-button-white {
    bottom: 0 !important;
    background-color: rgba(0, 0, 0, 0.5);
    width: 45px !important;
    height: 45px !important;
    font-size: 10pt;
    background-size: 20px 20px !important;
  }
  .swiper-button-next::after {
    bottom: 0 !important;
  }
}

/* 共通ブロック */
.block_common:nth-child(odd) {
  background-color: #FFF;
}

.block_common:nth-child(even) {
  background-color: #f5f5f5;
}

@media screen and (min-width: 731px) {
  .block_common > div {
    padding: 8em 0;
    width: 1000px;
    margin: 0 auto;
  }
  .block_common h2.ico_instagram {
    font-size: 24pt;
    text-align: center;
    position: relative;
    padding-bottom: 2.5em;
  }
  .block_common h2.ico_instagram::before {
    content: url(/common/img/ico_instagram.png);
    display: inline-block;
    -webkit-transform: translate(-10px, 1px);
            transform: translate(-10px, 1px);
  }
}

@media screen and (max-width: 730px) {
  .block_common > div {
    padding: 8em 0;
    margin: 0 auto;
  }
  .block_common h2.ico_instagram {
    font-size: 13pt;
    text-align: center;
    position: relative;
    margin-top: -5px;
    padding-bottom: 20px;
  }
  .block_common h2.ico_instagram::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    background-image: url(/common/img/ico_instagram.png);
    background-size: 100%;
  }
}

/* アニメーション キーフレーム */
/********ボタン類**********/
@media screen and (min-width: 751px) {
  .animation_btn_a,
  .view_all_a {
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    display: inline-block;
    padding: 10px 25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 60px;
  }
  .animation_btn_a:hover,
  .view_all_a:hover {
    color: #FFF;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .animation_btn_a:hover::before,
  .view_all_a:hover::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #222222;
    -webkit-animation: bg_slide 0.3s;
            animation: bg_slide 0.3s;
  }
  .btn_a_ {
    color: #000;
    font-size: 14pt;
    background: transparent;
    padding: 18px 30px;
    margin-top: 4em;
    border: 3px solid #000;
    display: block;
    text-decoration: none;
    text-align: center;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn_a_:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #000;
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  }
  .btn_b_:before {
    content: "";
    width: 100.2%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #000;
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transition: -webkit-transform ease 0.3s;
    transition: -webkit-transform ease 0.3s;
    transition: transform ease 0.3s;
    transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  }
  .btn_a_:after,
  .btn_b_:after {
    content: ">";
    color: transparent;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 8%;
    font-family: "Courier";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.8, 1.2) translateY(-50%);
            transform: scale(0.8, 1.2) translateY(-50%);
  }
  .btn_a_:hover,
  .btn_b_:hover {
    color: #FFF;
    opacity: 1;
    text-decoration: none;
  }
  .btn_a_:hover:before,
  .btn_b_:hover:before {
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    text-decoration: none;
  }
  .btn_a_:hover:after {
    position: absolute;
    top: 50%;
    right: 5%;
    color: #FFF;
    -webkit-transform: translateY(-50%) scale(0.8, 1.2);
            transform: translateY(-50%) scale(0.8, 1.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn_b_ {
    color: #000;
    font-size: 10pt;
    background: transparent;
    padding: 1em 3.5em;
    margin-top: 2em;
    border: 3px solid #000;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn_b_:hover:after {
    position: absolute;
    top: 50%;
    right: 5%;
    color: #FFF;
    -webkit-transform: translateY(-50%) scale(0.8, 1.2);
            transform: translateY(-50%) scale(0.8, 1.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (max-width: 750px) {
  .animation_btn_a,
  .view_all_a {
    color: #000;
    text-decoration: none;
    border: 1px solid #000;
    display: inline-block;
    padding: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 3vw;
    margin-top: 60px;
  }
  .btn_a_ {
    background-color: #000;
    color: #FFF;
    padding: 0.6em;
    margin-top: 2em;
    position: relative;
    display: inline-block;
    width: 96%;
    text-align: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .btn_a_:after {
    content: ">";
    color: #FFF;
    display: inline-block;
    position: absolute;
    font-size: 70%;
    top: 50%;
    right: 8%;
    font-family: "Courier";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.8, 1.2) translateY(-50%);
            transform: scale(0.8, 1.2) translateY(-50%);
  }
  .btn_b_ {
    background-color: #000;
    color: #FFF;
    padding: 1em 2.8em;
    margin: 3em 0;
    position: relative;
    display: inline-block;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .btn_b_:after {
    content: ">";
    color: #FFF;
    display: inline-block;
    position: absolute;
    font-size: 70%;
    top: 50%;
    right: 5%;
    font-family: "Courier";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.8, 1.2) translateY(-50%);
            transform: scale(0.8, 1.2) translateY(-50%);
  }
}

/******** ENDボタン類 **********/
/* エフェクトフェード */
.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
          transform: translate(0, 45px);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* パンくずリスト */
.breadcrumb {
  position: absolute;
  top: 100px;
  left: calc(100vw/2 - 600px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb li {
  margin-right: 2.5em;
  position: relative;
  font-size: 11pt;
}

.breadcrumb li:not(:first-child):before {
  content: ">";
  display: inline-block;
  position: absolute;
  font-size: 14pt;
  top: 50%;
  left: -1.3em;
  margin-top: 3px;
  -webkit-transform: scale(0.8, 1.2) translateY(-50%);
          transform: scale(0.8, 1.2) translateY(-50%);
  font-family: courier;
}

.breadcrumb li a {
  color: #000;
  font-size: 11pt;
  background-color: #FFF;
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.breadcrumb li span {
  padding: 0.5em 1em;
  display: inline-block;
}

.breadcrumb li p {
  color: #999;
}

.breadcrumb li a:hover {
  color: #FFF;
  opacity: 1;
  background-color: #000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media only screen and (max-width: 730px) {
  .breadcrumb {
    display: none;
  }
}

@media only screen and (min-width: 731px) {
  .cont-list {
    padding-bottom: 100px;
    width: 100%;
    margin: 0 auto;
    max-width: 1000px;
  }
  .cont-list img {
    width: 100%;
  }
  .cont-list a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none;
  }
  .cont-list a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.8;
  }
  .cont-list li {
    text-align: left;
    color: #222;
  }
  .cont-list .cont_lineup_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto;
    padding-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cont-list .cont_lineup_ li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 4%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cont-list .cont_lineup_ li:nth-child(3n) {
    margin-right: 0;
  }
  .cont-list .cont_lineup_ li p {
    padding: 0.25em;
    font-size: 11px;
    line-height: 1.5;
  }
  .cont-list .cont_lineup_ li img {
    display: block;
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 730px) {
  .cont-list img {
    display: block;
    width: 100%;
    margin-bottom: 1.5%;
  }
  .cont-list a {
    text-decoration: none;
  }
  .cont-list li {
    text-align: left;
    color: #222;
  }
  .cont-list .cont_lineup_ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto;
    padding-bottom: 0em;
  }
  .cont-list .cont_lineup_ li {
    margin-bottom: 7%;
  }
  .cont-list .cont_lineup_ li:nth-child(-n + 4) {
    width: 100%;
  }
  .cont-list .cont_lineup_ li:nth-child(-n + 4) p {
    font-size: 11px;
  }
  .cont-list .cont_lineup_ li:nth-child(4) {
    margin-bottom: 7%;
  }
  .cont-list .cont_lineup_ li:nth-child(n + 5) {
    width: 48.7%;
    margin-right: 2.6%;
  }
  .cont-list .cont_lineup_ li:nth-child(2n) {
    margin-right: 0;
  }
  .cont-list .cont_lineup_ li p {
    padding: 0.25em;
    font-size: 9px;
  }
}

@-webkit-keyframes bg_slide {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes bg_slide {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

/*#sourceMappingURL=common.css.map*/
/*# sourceMappingURL=common.css.map */
