@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb11 {
  margin-bottom: 11px;
}

.mb14 {
  margin-bottom: 14px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.mr5 {
  margin-right: 5px;
}

.mr9 {
  margin-right: 9px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.op a img,
.op2 {
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}

.op a img:hover,
.op2:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.clearfix {
  _height: 1px;
  min-height: 1px;
  /*・･*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.show_pc {
  display: block;
}

@media only screen and (max-width: 979px) {
  .show_pc {
    display: none;
  }
}

@media only screen and (max-width: 760px) {
  .show_pc {
    display: none;
  }
}

.show_pctb {
  display: block;
}

@media only screen and (max-width: 979px) {
  .show_pctb {
    display: block;
  }
}

@media only screen and (max-width: 760px) {
  .show_pctb {
    display: none;
  }
}

.show_pctbin {
  display: inline;
}

@media only screen and (max-width: 979px) {
  .show_pctbin {
    display: inline;
  }
}

@media only screen and (max-width: 760px) {
  .show_pctbin {
    display: none;
  }
}

.show_tbsp {
  display: none;
}

@media only screen and (max-width: 979px) {
  .show_tbsp {
    display: block;
  }
}

@media only screen and (max-width: 760px) {
  .show_tbsp {
    display: block;
  }
}

.show_tb {
  display: none;
}

@media only screen and (max-width: 979px) {
  .show_tb {
    display: block;
  }
}

@media only screen and (max-width: 760px) {
  .show_tb {
    display: none;
  }
}

.show_sp {
  display: none;
}

@media only screen and (max-width: 979px) {
  .show_sp {
    display: none;
  }
}

@media only screen and (max-width: 760px) {
  .show_sp {
    display: block;
  }
}

/*-------------------------------------------------
    layout base
-------------------------------------------------*/
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

input[type="text"],
input[type="submit"],
textarea,
button {
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  outline: 0 !important;
}

input[type="submit"] {
  cursor: pointer !important;
}

* {
  -webkit-tap-highlight-color: rgba(246, 246, 246, 0) !important;
}

::-moz-selection {
  color: #222222;
  background: #e6e6e6;
}

::selection {
  color: #222222;
  background: #e6e6e6;
}

::-moz-selection {
  color: #222222;
  background: #e6e6e6;
}

img {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/*-------------------------------------------------
    text color and size
-------------------------------------------------*/
body.page-index th,
body.page-index td,
body.page-index h1,
body.page-index h2,
body.page-index h3,
body.page-index h4,
body.page-index h5,
body.page-index h6,
body.page-index pre,
body.page-index input,
body.page-index textarea,
body.page-index option,
body.page-index div,
body.page-index p,
body.page-index dt,
body.page-index dd,
body.page-index li,
body.page-index address {
  color: #000;
}

/*-------------------------------------------------
 text link
 -------------------------------------------------*/
a {
  color: #494949;
  text-decoration: none;
  cursor: pointer !important;
}

a * {
  cursor: pointer !important;
}

a:hover {
  cursor: pointer !important;
}

a:hover * {
  cursor: pointer !important;
}

a.text_tel_link {
  color: #494949 !important;
  cursor: default !important;
  display: inline !important;
  text-decoration: none !important;
}

a.tel {
  color: #494949 !important;
  cursor: default !important;
  text-decoration: none !important;
}

@media only screen and (max-width: 760px) {
  a.tel {
    color: #b8b8b8 !important;
  }
}

a:visited {
  color: #494949;
}

a:hover {
  color: #494949;
  text-decoration: none;
  cursor: pointer;
}

body.page-index th,
body.page-index td,
body.page-index h1,
body.page-index h2,
body.page-index h3,
body.page-index h4,
body.page-index h5,
body.page-index h6,
body.page-index pre,
body.page-index input,
body.page-index textarea,
body.page-index option,
body.page-index div,
body.page-index p,
body.page-index dt,
body.page-index dd,
body.page-index li,
body.page-index address {
  color: #494949;
}

body.page-index a {
  color: #494949;
  text-decoration: none;
}

body.page-index a.text_tel_link {
  color: #494949;
  cursor: default !important;
  display: inline !important;
  text-decoration: none !important;
}

body.page-index a:visited {
  color: #494949;
}

body.page-index a:hover {
  color: #494949;
  text-decoration: none;
}

body,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
input,
textarea,
option,
div,
p,
dt,
dd,
li,
address {
  font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  color: #494949;
}

#fontplus-trial-banner {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.price {
  color: #a24949;
}

body {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 800ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  -webkit-transition: opacity 800ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  -moz-transition: opacity 800ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  -ms-transition: opacity 800ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  -o-transition: opacity 800ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
}

body.load {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 760px) {
  section {
    width: 84.3%;
    margin-left: auto;
    margin-right: auto;
  }
}

p.no_text {
  padding-top: 48px;
}

@media only screen and (min-width: 979px) {
  body.load section#mv h1,
  body.load section#head h1 {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -ms-transform: translate3d(0px, 0px, 0px) !important;
    -o-transform: translate3d(0px, 0px, 0px) !important;
  }
}

@media only screen and (min-width: 979px) {
  body section#mv h1,
  body section#head h1 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0px, 6px, 0px) !important;
    -webkit-transform: translate3d(0px, 6px, 0px) !important;
    -moz-transform: translate3d(0px, 6px, 0px) !important;
    -ms-transform: translate3d(0px, 6px, 0px) !important;
    -o-transform: translate3d(0px, 6px, 0px) !important;
    transition: transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1) 400ms, opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 400ms !important;
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1) 400ms, opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 400ms !important;
    -moz-transition: -moz-transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1) 400ms, opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 400ms !important;
    -o-transition: -o-transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1) 400ms, opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 400ms !important;
    -ms-transition: -ms-transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1) 400ms, opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) 400ms !important;
  }
}

h2.search_txt {
  font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

@media only screen and (min-width: 979px) {
  .se {
    opacity: 0 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  .se.ready {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) !important;
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) !important;
    -moz-transition: -moz-transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) !important;
    -o-transition: -o-transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) !important;
    -ms-transition: -ms-transform 1000ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 1000ms cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  }
}

/*-------------------------------------------------
    header
-------------------------------------------------*/
header {
  width: 100%;
  height: 60px;
  position: fixed !important;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 10000;
}

header a {
  color: #000;
  text-decoration: none;
}

header a.text_tel_link {
  color: #000 !important;
  cursor: default !important;
  display: inline !important;
  text-decoration: none !important;
}

header a:visited {
  color: #000;
}

header a:hover {
  color: #000;
  text-decoration: none;
}

@media only screen and (max-width: 979px) {
  header {
    position: fixed !important;
    height: 60px;
  }
}

@media only screen and (max-width: 760px) {
  header {
    height: 50px;
  }
}

header .header_wrap {
  height: 100% !important;
  width: 100% !important;
}

header nav.hnav_pc {
  height: 100%;
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media only screen and (max-width: 979px) {
  header nav.hnav_pc {
    display: none;
  }
}

header nav.hnav_pc dl {
  position: absolute;
  top: 4px;
  left: -20px;
}

header nav.hnav_pc dl dt {
  display: inline-block;
}

header nav.hnav_pc dl dt a {
  padding: 20px;
  display: block;
}

header nav.hnav_pc dl dt a:hover span {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

header nav.hnav_pc dl dt a span {
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;  font-size: 13px;
  letter-spacing: 0.1em;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  display: block;
  transition: opacity 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  -webkit-transition: opacity 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  -moz-transition: opacity 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  -o-transition: opacity 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  -ms-transition: opacity 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
}

header nav.hnav_pc ul {
  text-align: right;
}

header nav.hnav_pc ul li {
  display: inline-block;
  position: relative;
}

header nav.hnav_pc ul li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  right: 0;
  background-color: #d3d3d3;
  top: 24px;
}

header nav.hnav_pc ul li.hnav_search:after {
  display: none;
}

header nav.hnav_pc ul li.hnav_cart.hide {
  display: none !important;
}

header nav.hnav_pc ul li.hnav_cart:after {
  display: none;
}

header nav.hnav_pc ul li a {
  padding-top: 23px;
  padding-bottom: 20px;
  display: block;
  padding-left: 11px;
  padding-right: 11px;
  position: relative;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;  font-size: 13px;
  letter-spacing: 0.1em;
  transform: rotate(0.028deg) \9;
  transition: opacity 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  -webkit-transition: opacity 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  -moz-transition: opacity 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  -o-transition: opacity 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  -ms-transition: opacity 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
}

header nav.hnav_pc ul li a span.hnav_ico_01 {
  background-image: url(https://odashi.com/img/common/hnav_ico_01.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  padding-right: 20px;
}

header nav.hnav_pc ul li a span.hnav_ico_02 {
  background-image: url(https://odashi.com/img/common/hnav_ico_02.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  padding-right: 18px;
  font-size: 12px;
  left: 0.04em;
}

header nav.hnav_pc ul li a span.hnav_ico_03 {
  background-image: url(https://odashi.com/img/common/hnav_ico_03.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 17px auto;
  padding-right: 21px;
  font-size: 12px;
  letter-spacing: 0.04em;
}

header nav.hnav_pc ul li a span.ex {
  color: #d53939;
  font-weight: bold;
}

header nav.hnav_pc ul li a:hover {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

header nav.hnav_pc ul li a:hover span:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

header nav.hnav_pc ul div.search {
  width: 180px;
  display: inline-block;
  position: relative;
}

header nav.hnav_pc ul div.search form#search input {
  border: none;
  border-bottom: 1px solid #d3d3d3;
  width: 170px;
  outline: 0;
  line-height: 18px;
  font-size: 12px;
  padding: 5px;
  background-color: transparent;
}

header nav.hnav_pc ul div.search form#search input.submit {
  cursor: pointer;
  background-color: transparent;
  border: none;
  text-indent: -9999px;
  background-image: url(https://odashi.com/img/common/gnav_search.png);
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: center center;
  height: 14px;
  width: 14px;
  padding: 17px;
  position: absolute;
  right: -8px;
  top: -6px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

header nav.hnav_pc ul div.search form#search input.submit:hover {
  background-color: transparent !important;
}

header .hnav_sp {
  background-color: #fff;
  border-bottom: 1px solid #dedede;
  height: 100%;
  display: none;
  position: relative;
}

@media only screen and (max-width: 979px) {
  header .hnav_sp {
    width: 100%;
    display: block;
  }
}

header .hnav_sp a#logo_sp {
  height: 100%;
  width: 100px;
  float: left;
  display: block;
  background-image: url(https://odashi.com/img/common/logo_sp.png);
  background-size: 70px 30px;
  background-repeat: no-repeat;
  background-position: 13px center;
}

header .hnav_sp a#logo_sp img {
  display: block;
}

header .hnav_sp .sp_nav {
  float: right;
  display: block;
  width: 150px;
  height: 100%;
}

header .hnav_sp .sp_nav li {
  width: 50px;
  float: right;
  display: block;
  height: 100%;
  box-sizing: border-box;
  border-left: 1px solid #dedede;
  position: relative;
}

header .hnav_sp .sp_nav li .nav_wrap {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  display: none;
}

header .hnav_sp .sp_nav li .nav_wrap:after {
  width: 100%;
  height: 1px;
  position: absolute;
  content: "";
  background-image: url(https://odashi.com/img/common/nav_bg_sp.png);
  bottom: -1px;
  left: 0;
}

header .hnav_sp .sp_nav li a.sp_navbtn {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

header .hnav_sp .sp_nav li a.sp_navbtn span {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background-size: 17px 15px;
  background-repeat: no-repeat;
  background-position: center center;
}

header .hnav_sp .sp_nav li a.close {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: repeat;
  background-position: 0 0;
  background-image: url(https://odashi.com/img/common/nav_bg_sp.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

header .hnav_sp .sp_nav li a.close span {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(https://odashi.com/img/common/hnav_close_sp.png) !important;
}

header .hnav_sp .sp_nav li.sp_nav_01 a.sp_navbtn span {
  background-image: url(https://odashi.com/img/common/hnav_sp_03.png);
}

header .hnav_sp .sp_nav li.sp_nav_02 a.sp_navbtn span {
  background-image: url(https://odashi.com/img/common/hnav_sp_02.png);
}

header .hnav_sp .sp_nav li.sp_nav_03 a.sp_navbtn span {
  background-image: url(https://odashi.com/img/common/hnav_sp_01.png);
}

div.popupnav {
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 60px;
  left: 0;
  background-image: url(https://odashi.com/img/common/nav_bg_sp.png);
  background-repeat: repeat;
  background-position: 0 0;
  border-bottom: 1px solid #dedede;
  padding-top: 30px;
  padding-bottom: 100px;
  display: none;
}

@media only screen and (max-width: 760px) {
  div.popupnav {
    top: 50px;
  }
}

div.popupnav div.popupnav_wrap div.navtit {
  text-align: center;
  margin-bottom: 20px;
}

div.popupnav div.popupnav_wrap div.navtit span {
  display: inline-block;
  border-bottom: 2px solid #dbdbdb;
  padding-bottom: 3px;
}

div.popupnav div.popupnav_wrap div.navtit span img {
  display: inline-block;
}

div.popupnav div.popupnav_wrap form#search {
  width: 91.25%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

div.popupnav div.popupnav_wrap form#search .sp_form {
  width: 100%;
  position: relative;
}

div.popupnav div.popupnav_wrap form#search input {
  width: 100%;
  border: 1px solid #eaeaea;
  background-color: #fff;
  height: 34px;
  outline: none;
  position: relative;
  top: 0;
  left: 0;
  padding-left: 10px;
  padding: 0;
  text-indent: 1em;
}

div.popupnav div.popupnav_wrap form#search input.submit {
  cursor: pointer;
  width: 70px;
  height: 30px;
  color: #fff;
  font-size: 10px;
  line-height: 28px;
  background-color: #c4c4c4;
  border: none;
  position: absolute;
  right: 1px;
  left: auto;
  top: 3px;
  display: inline-block;
  letter-spacing: 0.1em;
  text-indent: 0;
}

div.popupnav div.popupnav_wrap dl {
  border: 1px solid #dbdbdb;
  border-right: none;
  border-bottom: none;
  width: 91.25%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

div.popupnav div.popupnav_wrap dl dt {
  width: 33.3333%;
  float: left;
  display: inline-block;
  background-color: #fff;
}

div.popupnav div.popupnav_wrap dl dt.hide {
  display: none !important;
}

@media only screen and (max-width: 760px) {
  div.popupnav div.popupnav_wrap dl dt {
    width: 50%;
  }
}

div.popupnav div.popupnav_wrap dl dt a {
  border-bottom: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  font-size: 10px;
  line-height: 43px;
  letter-spacing: 0.06em;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
}

div.popupnav div.popupnav_wrap dl dt a.current {
  background-color: #f8f8f8;
}

div.popupnav div.popupnav_wrap dl dt a span {
  padding-left: 10px;
  white-space: nowrap;
}

div.popupnav div.popupnav_wrap dl dt a span.ex {
  color: #d53939;
  font-weight: bold;
}

/*-------------------------------------------------
    footer
-------------------------------------------------*/
footer {
  width: 100%;
  height: 128px;
  background-color: #fff;
}

@media only screen and (max-width: 979px) {
  footer {
    height: 80px;
  }
}

footer div.footer_wrap {
  border-top: 1px solid #e7e7e7;
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 25px;
  overflow: hidden;
  text-align: right;
}

@media only screen and (max-width: 979px) {
  footer div.footer_wrap {
    text-align: center;
  }
}

footer div.footer_wrap a.btn-oversea {
  position: absolute;
  left: 0;
  top: 30px;
  display: block;
  display: none;
}

@media only screen and (max-width: 979px) {
  footer div.footer_wrap a.btn-oversea {
    position: relative;
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
  }
}

footer div.footer_wrap a.btn-oversea span {
  display: inline-block;
  border-bottom: 2px solid #c4c4c4;
  padding-bottom: 6px;
}

@media only screen and (max-width: 979px) {
  footer div.footer_wrap a.btn-oversea span {
    border-bottom: 1px solid #c4c4c4;
  }
}

footer div.footer_wrap a.btn-oversea span img {
  width: 152px;
  display: block;
  height: auto;
}

@media only screen and (max-width: 979px) {
  footer div.footer_wrap a.btn-oversea span img {
    width: 131px;
  }
}

@media only screen and (max-width: 979px) {
  footer div.footer_wrap nav.fnav {
    display: none;
  }
}

footer div.footer_wrap nav.fnav ul {
  display: inline-block;
}

footer div.footer_wrap nav.fnav ul li {
  display: inline-block;
  margin-left: 16px;
}

footer div.footer_wrap nav.fnav ul li a {
  font-size: 11px;
  line-height: 22px;
  color: #000000;
  display: block;
}

footer div.footer_wrap nav.fnav ul li a:hover {
  color: #a14848;
}

footer div.footer_wrap p.copyright {
  font-size: 9px;
  line-height: 26px;
  color: #b8b8b8;
  letter-spacing: 0.01em;
}

@media only screen and (max-width: 979px) {
  footer div.footer_wrap p.copyright {
    padding-top: 5px;
    font-size: 8px;
  }
}

/*-------------------------------------------------
    SideNav
-------------------------------------------------*/
div#lnav {
  width: 210px;
  height: 410px;
  background-color: #fff;
  box-sizing: border-box;
}

div#lnav.lnav2 div.lnav_head {
  width: 136px;
}

div#lnav.lnav2 ul.lnav {
  width: 160px;
}

div#lnav.lnav2 ul.lnav li {
  width: 31px;
}

div#lnav.lnav2 ul.lnav li p {
  padding-left: 10px;
  padding-right: 8px;
}

div#lnav div.lnav_head {
  width: 124px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 38px;
  padding-bottom: 22px;
  border-bottom: 1px solid #a54343;
  margin-bottom: 26px;
}

div#lnav div.lnav_head a#logo_pc {
  width: 124px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

div#lnav div.lnav_head a#logo_pc img {
  display: block;
  width: 98px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

div#lnav ul.lnav {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
}

div#lnav ul.lnav li {
  width: 35px;
  display: block;
  float: left;
}

div#lnav ul.lnav li a {
  padding-left: 11px;
  padding-right: 11px;
  width: 14px;
  display: block;
}

div#lnav ul.lnav li a:hover span img.bl, div#lnav ul.lnav li a.current span img.bl {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

div#lnav ul.lnav li a:hover span img.rd, div#lnav ul.lnav li a.current span img.rd {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

div#lnav ul.lnav li a:hover span:before, div#lnav ul.lnav li a:hover span:after, div#lnav ul.lnav li a.current span:before, div#lnav ul.lnav li a.current span:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translate3d(0px, 0px, 0px) !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  -moz-transform: translate3d(0px, 0px, 0px) !important;
  -ms-transform: translate3d(0px, 0px, 0px) !important;
  -o-transform: translate3d(0px, 0px, 0px) !important;
}

div#lnav ul.lnav li a.off span img.bl {
  opacity: 0.4 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

div#lnav ul.lnav li a.off span img.rd {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

div#lnav ul.lnav li a span {
  display: inline-block;
  position: relative;
}

div#lnav ul.lnav li a span img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}

div#lnav ul.lnav li a span img.bl {
  position: relative;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

div#lnav ul.lnav li a span img.rd {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

div#lnav ul.lnav li a span:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background-color: #a54343;
  height: 3px;
  bottom: -13px;
  right: 10%;
  bottom: -18px;
  right: 1px;
  display: block;
  content: "";
  position: absolute;
  width: 80%;
  transform: translate3d(0px, -3px, 0px);
  -webkit-transform: translate3d(0px, -3px, 0px);
  -moz-transform: translate3d(0px, -3px, 0px);
  -ms-transform: translate3d(0px, -3px, 0px);
  -o-transform: translate3d(0px, -3px, 0px);
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}

div#lnav ul.lnav li a img {
  display: block;
}

nav.itemnav {
  padding-top: 30px;
  width: 210px;
}

nav.itemnav p.tit {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 10px;
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 28px;
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
font-weight: 400;
font-style: normal;
}

nav.itemnav p.tit span {
  background-image: url(https://odashi.com/img/common/bg-sidenav.png);
  background-position: 6px center;
  display: block;
  background-repeat: no-repeat;
  padding-left: 22px;
}

nav.itemnav p.tit span img {
  display: block;
}

nav.itemnav ul li {
  display: block;
}

nav.itemnav ul li a {
  display: block;
}

nav.itemnav ul li a:hover span {
  color: #a14848 !important;
}

nav.itemnav ul li a.current span {
  color: #a14848;
}

nav.itemnav ul li a span {
  color: #494949;
  font-size: 12px;
  line-height: 26px;
  letter-spacing: 0.06em;
}

#wrapAll {
  width: 100%;
  padding-top: 60px;
}

@media only screen and (max-width: 979px) {
  #wrapAll {
    padding-top: 60px;
  }
}

@media only screen and (max-width: 760px) {
  #wrapAll {
    padding-top: 50px;
  }
}

#wrapAll #main {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  min-height: 860px;
}

@media only screen and (max-width: 979px) {
  #wrapAll #main {
    min-height: 0;
    display: block;
    width: 90%;
    max-width: 730px;
  }
}

@media only screen and (max-width: 760px) {
  #wrapAll #main {
    width: 100%;
  }
}

#wrapAll #main #left {
  width: 250px;
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 979px) {
  #wrapAll #main #left {
    display: none !important;
  }
}

#wrapAll #main #left .wrap {
  width: 250px !important;
}

#wrapAll #main #left #lnav {
  border: 1px solid #e7e7e7;
}

#wrapAll #main #right {
  display: table-cell;
  vertical-align: top;
  max-width: 730px;
}

@media only screen and (max-width: 979px) {
  #wrapAll #main #right {
    padding-top: 50px;
    width: 100%;
    display: block !important;
  }
}

@media only screen and (max-width: 760px) {
  #wrapAll #main #right {
    padding-top: 0;
  }
}

#wrapAll #main #right .right_content {
  width: 100%;
}

@media only screen and (max-width: 760px) {
  #wrapAll #main #right .right_content {
    width: 84.3%;
    margin-left: auto;
    margin-right: auto;
  }
}

.cimg_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}

.cimg_wrap img.cimg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

div.side_sns {
  margin-top: 16px;
  padding-top: 20px;
  width: 210px;
  position: relative;
  padding-bottom: 20px;
  text-align: left;
  border-top: 1px solid #e7e7e7;
}

div.side_sns ul {
  overflow: hidden;
}

div.side_sns ul li {
  display: inline-block;
  width: 20px;
  margin-right: 10px;
}

div.side_sns ul li a {
  width: 100%;
  display: block;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (min-width: 979px) {
  div.side_sns ul li a {
    transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
  div.side_sns ul li a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

div.side_sns ul li a img {
  display: block;
  width: 100%;
  height: auto;
}

dl.hnav_pc_news {
  display: table;
  top: 21px !important;
}

dl.hnav_pc_news dt,
dl.hnav_pc_news dd {
  display: table-cell;
}

dl.hnav_pc_news dt span {
  font-size: 14px;
  line-height: 18px;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-right: 1px solid #d3d3d3;
  display: block;
  padding-right: 34px;
}

dl.hnav_pc_news dd a {
  cursor: pointer !important;
}

dl.hnav_pc_news dd a:hover div {
  color: #a14848;
}

dl.hnav_pc_news dd div {
  font-size: 12px;
  line-height: 18px;
  padding-left: 19px;
  letter-spacing: 0.1em;
}

dl.hnav_pc_news dd div span {
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  padding-right: 10px;
}

.sp_top_news {
  display: none;
}

@media only screen and (max-width: 979px) {
  .sp_top_news {
    display: block;
    width: 100%;
    background-image: url(/img/top/bg_spnews.png);
    background-size: 50% auto;
    background-repeat: repeat;
    background-position: 0 0;
  }
}

.sp_top_news a {
  margin-left: auto;
  margin-right: auto;
  font-size: 11px;
  line-height: 18px;
  color: #fff;
  background-image: url(/img/top/spnews_arr.png);
  background-size: 5px auto;
  background-repeat: no-repeat;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 4.25%;
  background-position: right 12px center;
}

.sp_top_news a dl {
  width: 100%;
  display: table;
}

.sp_top_news a dl dt,
.sp_top_news a dl dd {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}

.sp_top_news a dl dt {
  font-size: 11px;
  line-height: 18px;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
    color: #fff;
  letter-spacing: 0.05em;
  width: 80px;
}

.sp_top_news a dl dd {
  font-size: 11px;
  line-height: 18px;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  padding-right: 14px;
  display: inline-block;
  padding-right: 30px;
}

.sp_top_news a.sp_top_news_imp {
  background-color: #fff;
  color: #d53939;
  background-image: url(/img/top/spnews_arr_r.png);
  padding-left: calc(4.25% - 6px);
}

.sp_top_news a.sp_top_news_imp:visited {
  color: #d53939;
}

@media only screen and (min-width: 979px) {
  ul.list li a:hover dl dt:before,
  ul.list5 li a:hover dl dt:before,
  section#feature div.top_section_wrap ul li a:hover dl dt:before {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  ul.list li a:hover dl dt:after,
  ul.list5 li a:hover dl dt:after,
  section#feature div.top_section_wrap ul li a:hover dl dt:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -ms-transform: translate3d(0px, 0px, 0px) !important;
    -o-transform: translate3d(0px, 0px, 0px) !important;
  }
  ul.list li a:hover dl dt img,
  ul.list5 li a:hover dl dt img,
  section#feature div.top_section_wrap ul li a:hover dl dt img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
  }
}

ul.list li a dl dt,
ul.list5 li a dl dt,
section#feature div.top_section_wrap ul li a dl dt {
  margin-bottom: 8px;
}

@media only screen and (max-width: 760px) {
  ul.list li a dl dt,
  ul.list5 li a dl dt,
  section#feature div.top_section_wrap ul li a dl dt {
    margin-bottom: 4px;
  }
}

@media only screen and (min-width: 979px) {
  ul.list li a dl dt,
  ul.list5 li a dl dt,
  section#feature div.top_section_wrap ul li a dl dt {
    position: relative;
    text-align: center;
    overflow: hidden;
  }
  ul.list li a dl dt:before,
  ul.list5 li a dl dt:before,
  section#feature div.top_section_wrap ul li a dl dt:before {
    background-color: #000000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    content: "";
    transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
  ul.list li a dl dt:after,
  ul.list5 li a dl dt:after,
  section#feature div.top_section_wrap ul li a dl dt:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 0;
    content: "詳細を見る";
    color: #fff;
    letter-spacing: 0.06em;
    font-weight: bold;
    z-index: 101;
    font-size: 14px;
    line-height: 24px;
    background: url(/img/common/ico_arr.png) no-repeat 66px 8px;
    padding-left: 7px;
    box-sizing: border-box;
    transform: translate3d(0px, 6px, 0px) !important;
    -webkit-transform: translate3d(0px, 6px, 0px) !important;
    -moz-transform: translate3d(0px, 6px, 0px) !important;
    -ms-transform: translate3d(0px, 6px, 0px) !important;
    -o-transform: translate3d(0px, 6px, 0px) !important;
    transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
  ul.list li a dl dt img,
  ul.list5 li a dl dt img,
  section#feature div.top_section_wrap ul li a dl dt img {
    display: block;
    margin-bottom: 0 !important;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
}

@media only screen and (min-width: 979px) {
  section#feature div.top_section_wrap ul li a dl dt:after {
    background-position: 104px 8px;
  }
}

@media only screen and (min-width: 979px) {
  ul.list li dl dt a,
  ul.list5 li dl dt a {
    position: relative;
    text-align: center;
    overflow: hidden;
  }
}

@media only screen and (min-width: 979px) and (min-width: 979px) {
  ul.list li dl dt a:hover:before,
  ul.list5 li dl dt a:hover:before {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  ul.list li dl dt a:hover:after,
  ul.list5 li dl dt a:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -ms-transform: translate3d(0px, 0px, 0px) !important;
    -o-transform: translate3d(0px, 0px, 0px) !important;
  }
  ul.list li dl dt a:hover img,
  ul.list5 li dl dt a:hover img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
  }
}

@media only screen and (min-width: 979px) {
  ul.list li dl dt a:before,
  ul.list5 li dl dt a:before {
    background-color: #000000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    content: "";
    transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
  ul.list li dl dt a:after,
  ul.list5 li dl dt a:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 0;
    content: "詳細を見る";
    color: #fff;
    letter-spacing: 0.06em;
    font-weight: bold;
    z-index: 101;
    font-size: 14px;
    line-height: 24px;
    background: url(/img/common/ico_arr.png) no-repeat 66px 8px;
    padding-left: 7px;
    box-sizing: border-box;
    transform: translate3d(0px, 6px, 0px) !important;
    -webkit-transform: translate3d(0px, 6px, 0px) !important;
    -moz-transform: translate3d(0px, 6px, 0px) !important;
    -ms-transform: translate3d(0px, 6px, 0px) !important;
    -o-transform: translate3d(0px, 6px, 0px) !important;
    transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
  ul.list li dl dt a img,
  ul.list5 li dl dt a img {
    display: block;
    margin-bottom: 0 !important;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
}

@media only screen and (min-width: 979px) {
  ul.list5 li a dl dt:after {
    background-position: 40px 8px;
  }
}

@media only screen and (min-width: 979px) {
  ul.list5 li dl dt a:after {
    background-position: 40px 8px;
  }
}

ul.instagram {
  overflow: hidden;
}

ul.instagram.c img {
  -moz-filter: none !important;
  -o-filter: none !important;
  -ms-filter: none !important;
  filter: none !important;
}

ul.instagram li {
  border-bottom: none !important;
}

ul.instagram li.pic_6 {
  display: none !important;
}

@media only screen and (max-width: 760px) {
  ul.instagram li.pic_6 {
    display: block !important;
  }
}

@media only screen and (max-width: 760px) {
  ul.instagram li {
    width: 30% !important;
    margin-bottom: 10px !important;
    float: left !important;
    margin-left: 1.5% !important;
    margin-right: 1.5% !important;
  }
  ul.instagram li:last-child {
    display: none !important;
  }
}

@media only screen and (min-width: 979px) {
  ul.instagram li a {
    position: relative;
    text-align: center;
    overflow: hidden;
  }
}

@media only screen and (min-width: 979px) and (min-width: 979px) {
  ul.instagram li a:hover:before {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  }
  ul.instagram li a:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -ms-transform: translate3d(0px, 0px, 0px) !important;
    -o-transform: translate3d(0px, 0px, 0px) !important;
  }
  ul.instagram li a:hover img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
  }
}

@media only screen and (min-width: 979px) {
  ul.instagram li a:before {
    background-color: #000000;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    content: "";
    transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
  ul.instagram li a:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 0;
    content: "詳細を見る";
    color: #fff;
    letter-spacing: 0.06em;
    font-weight: bold;
    z-index: 101;
    font-size: 14px;
    line-height: 24px;
    background: url(/img/common/ico_arr.png) no-repeat 40px 8px;
    padding-left: 7px;
    box-sizing: border-box;
    transform: translate3d(0px, 6px, 0px) !important;
    -webkit-transform: translate3d(0px, 6px, 0px) !important;
    -moz-transform: translate3d(0px, 6px, 0px) !important;
    -ms-transform: translate3d(0px, 6px, 0px) !important;
    -o-transform: translate3d(0px, 6px, 0px) !important;
    transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
  ul.instagram li a img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 0 !important;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform-origin: center center;
    -webkit-transform-origin: center center;
    -o-transform-origin: center center;
    -ms-transform-origin: center center;
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
}

section#head {
  width: 100%;
}

section#head div.section_wrap {
  width: 100%;
  padding-bottom: 52px;
}

@media only screen and (max-width: 760px) {
  section#head div.section_wrap {
    padding-bottom: 27px;
    margin-bottom: 0;
    border-bottom: 0;
  }
}

section#head div.section_wrap div.pic_main {
  width: 100%;
  position: relative;
}

section#head div.section_wrap div.pic_main div.pic {
  position: relative;
  width: 100%;
}

section#head div.section_wrap div.pic_main div.pic img {
  display: block;
}

section#head div.section_wrap div.pic_main h1 {
  position: absolute;
  color: #ffffff;
  display: block;
  left: 24px;
  bottom: 16px;
  z-index: 2000;
}

@media only screen and (max-width: 760px) {
  section#head div.section_wrap div.pic_main h1 {
    position: relative;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
    padding-top: 28px;
    padding-bottom: 22px;
  }
}

section#head div.section_wrap div.pic_main h1 span {
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 50px;
}

@media only screen and (max-width: 760px) {
  section#head div.section_wrap div.pic_main h1 span {
    font-family: zen-old-mincho, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px !important;
    color: #494949 !important;
    line-height: 24px !important;
    position: relative;
    padding-bottom: 20px;
    display: inline-block;
  }
  section#head div.section_wrap div.pic_main h1 span:after {
    content: '';
    background-color: #c4c4c4;
    width: 10px;
    height: 1px;
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
  }
}

section#head div.section_wrap p.lead {
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 34px;
  padding-top: 57px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 760px) {
  section#head div.section_wrap p.lead {
    font-size: 18px;
    line-height: 32px;
    width: 84.3%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 0;
    font-size: 16px;
    color: #222222;
    text-align: center;
    line-height: 24px;
    padding-bottom: 24px;
  }
}

section#head div.section_wrap p.txt {
  padding-top: 15px;
  font-size: 14px;
  line-height: 26px;
}

@media only screen and (max-width: 760px) {
  section#head div.section_wrap p.txt {
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 20px;
    width: 84.3%;
    margin-left: auto;
    margin-right: auto;
  }
}

section#dashinav {
  width: 100%;
}

@media only screen and (max-width: 760px) {
  section#dashinav {
    width: 84.3%;
    margin-left: auto;
    margin-right: auto;
  }
}

section#dashinav div.section_wrap {
  width: 100%;
  padding-bottom: 40px;
}

@media only screen and (max-width: 760px) {
  section#dashinav div.section_wrap {
    padding-bottom: 53px;
  }
}

section#dashinav div.section_wrap ul {
  background-color: #f3f3f3;
  width: 100%;
  height: 50px;
  text-align: center;
}

@media only screen and (max-width: 760px) {
  section#dashinav div.section_wrap ul {
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
  }
}

section#dashinav div.section_wrap ul li {
  display: inline-block;
  margin-left: 0px;
  margin-right: 0px;
}

@media only screen and (max-width: 760px) {
  section#dashinav div.section_wrap ul li {
    margin: 0;
    width: 50%;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
  }
}

section#dashinav div.section_wrap ul li a {
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 760px) {
  section#dashinav div.section_wrap ul li a {
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: left;
  }
}

@media only screen and (min-width: 979px) {
  section#dashinav div.section_wrap ul li a {
    transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
  section#dashinav div.section_wrap ul li a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

section#dashinav div.section_wrap ul li a span {
  display: block;
  line-height: 50px;
  font-size: 14px;
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  background-image: url(https://odashi.com/img/top/arr-red2.png);
  background-size: 4px auto;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 10px;
}

@media only screen and (max-width: 760px) {
  section#dashinav div.section_wrap ul li a span {
    display: block;
    padding-left: 20px;
    width: 66%;
    margin-left: auto;
    margin-right: auto;
    font-size: 11px;
    line-height: 45px;
    background-image: url(https://odashi.com/img/top/arr-red3.png);
    background-size: 6px;
  }
}

section.dashi {
  padding-bottom: 48px;
  padding-top: 90px;
  margin-top: -90px;
}

@media only screen and (max-width: 760px) {
  section.dashi {
    padding-bottom: 40px;
    padding-top: 80px;
    margin-top: -80px;
  }
}

section.dashi div.section_wrap h2 {
  width: 100%;
  display: block;
  border-bottom: 1px solid #c4c4c4;
  text-align: left;
  margin-bottom: 30px;
  padding-bottom: 16px;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap h2 {
    font-size: 14px;
    text-align: center;
    border-bottom: none;
  }
}

section.dashi div.section_wrap h2 span {
  display: inline-block;
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 26px;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap h2 span {
    font-size: 18px;
    display: inline-block;
  }
}

section.dashi div.section_wrap div.box {
  display: table;
  width: 100%;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap div.box {
    width: 100%;
    display: block;
  }
}

section.dashi div.section_wrap div.box div.box_l {
  display: table-cell;
  vertical-align: top;
  width: 35.6%;
  border-right: 1px solid #e6e6e6;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap div.box div.box_l {
    width: 100%;
    display: block;
    border-right: none;
    padding-bottom: 7px;
  }
}

section.dashi div.section_wrap div.box div.box_l div.pic {
  width: 88.4%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap div.box div.box_l div.pic {
    width: 100%;
    display: block;
    padding-bottom: 5px;
  }
}

section.dashi div.section_wrap div.box div.box_l div.pic img {
  display: block;
  width: 100%;
  height: auto;
}

section.dashi div.section_wrap div.box div.box_l p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap div.box div.box_l p {
    font-size: 12px;
    line-height: 20px;
  }
}

section.dashi div.section_wrap div.box div.box_l dl {
  width: 88.4%;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap div.box div.box_l dl {
    width: 100%;
    display: block;
  }
}

section.dashi div.section_wrap div.box div.box_l dl dt {
  text-align: center;
  background-color: #f3f3f3;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

section.dashi div.section_wrap div.box div.box_l dl dt span {
  display: inline-block;
  font-size: 12px;
  line-height: 28px;
  display: inline-block;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap div.box div.box_l dl dt span {
    font-size: 12px;
    line-height: 30px;
  }
}

section.dashi div.section_wrap div.box div.box_l dl dd ul li {
  font-size: 13px;
  line-height: 26px;
  display: block;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap div.box div.box_l dl dd ul li {
    font-size: 12px;
    line-height: 20px;
  }
}

section.dashi div.section_wrap div.box div.box_r {
  display: table-cell;
  vertical-align: top;
  padding-left: 6%;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap div.box div.box_r {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-top: 20px;
  }
}

section.dashi div.section_wrap div.box div.box_r ul.step li {
  border-bottom: 1px dotted #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap div.box div.box_r ul.step li:first-child {
    padding-top: 10px;
    border-top: 1px dotted #e7e7e7;
  }
}

section.dashi div.section_wrap div.box div.box_r ul.step li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

section.dashi div.section_wrap div.box div.box_r ul.step li dd {
  background-size: 30px auto;
  background-image: url(https://odashi.com/img/top/ico-rank_01_sp.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 44px;
  background-size: 30px auto;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap div.box div.box_r ul.step li dd {
    background-size: 25px auto;
  }
}

section.dashi div.section_wrap div.box div.box_r ul.step li dd span {
  padding-right: 20px;
  display: block;
}

section.dashi div.section_wrap div.box div.box_r ul.step li.step_01 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_01_sp.png);
}

section.dashi div.section_wrap div.box div.box_r ul.step li.step_02 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_02_sp.png);
}

section.dashi div.section_wrap div.box div.box_r ul.step li.step_03 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_03_sp.png);
}

section.dashi div.section_wrap div.box div.box_r ul.step li.step_04 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_04_sp.png);
}

section.dashi div.section_wrap div.box div.box_r ul.step li.step_05 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_05_sp.png);
}

section.dashi div.section_wrap div.box div.box_r ul.step li.step_06 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_06_sp.png);
}

section.dashi div.section_wrap div.box div.box_r ul.step li.step_07 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_07_sp.png);
}

section.dashi div.section_wrap div.box div.box_r ul.step li.step_08 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_08_sp.png);
}

section.dashi div.section_wrap div.box div.box_r ul.step li.step_09 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_09_sp.png);
}

section.dashi div.section_wrap div.box div.box_r ul.step li.step_10 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_10_sp.png);
}

section.dashi div.section_wrap div.box div.box_r ul.step li.step_11 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_11_sp.png);
}

section.dashi div.section_wrap div.box div.box_r ul.step li.step_12 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_12_sp.png);
}

section.dashi div.section_wrap div.box div.box_r ul.step li.step_13 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_13_sp.png);
}

section.dashi div.section_wrap div.box div.box_r ul.step li.step_14 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_14_sp.png);
}

section.dashi div.section_wrap div.box div.box_r ul.step li.step_15 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_15_sp.png);
}

section.dashi div.section_wrap div.box div.box_r ul.step li.step_16 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_16_sp.png);
}

section.dashi div.section_wrap div.box div.box_r ul.step li.step_17 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_17_sp.png);
}

section.dashi div.section_wrap div.box div.box_r ul.step li.step_18 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_18_sp.png);
}

section.dashi div.section_wrap div.box div.box_r ul.step li.step_19 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_19_sp.png);
}

section.dashi div.section_wrap div.box div.box_r ul.step li.step_20 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_20_sp.png);
}

section.dashi div.section_wrap div.box div.box_r ul.step li dl {
  width: 100%;
  display: table;
}

section.dashi div.section_wrap div.box div.box_r ul.step li dl dd {
  display: table-cell;
  vertical-align: middle;
}

section.dashi div.section_wrap div.box div.box_r ul.step li dl dd span {
  font-size: 13px;
  line-height: 20px;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap div.box div.box_r ul.step li dl dd span {
    font-size: 10px;
    line-height: 17px;
  }
}

section.dashi div.section_wrap div.box div.box_r ul.step li dl dt {
  display: table-cell;
  vertical-align: middle;
  width: 34.5%;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap div.box div.box_r ul.step li dl dt {
    width: 37%;
  }
}

section.dashi div.section_wrap div.box div.box_r ul.step li dl dt div.pic {
  width: 100%;
}

section.dashi div.section_wrap div.box div.box_r ul.step li dl dt div.pic img {
  width: 100%;
  height: auto;
  display: block;
}

section.dashi div.section_wrap div.box div.box_r ul.plus {
  margin-top: 32px;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap div.box div.box_r ul.plus {
    margin-top: 20px;
  }
}

section.dashi div.section_wrap div.box div.box_r ul.plus li {
  background-color: #f3f4f4;
  padding: 20px 20px;
  margin-top: 10px;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap div.box div.box_r ul.plus li {
    padding: 15px;
    margin-top: 5px;
  }
}

section.dashi div.section_wrap div.box div.box_r ul.plus li dl {
  width: 100%;
  display: table;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap div.box div.box_r ul.plus li dl {
    display: block;
    position: relative;
    overflow: auto;
  }
}

section.dashi div.section_wrap div.box div.box_r ul.plus li dl dt,
section.dashi div.section_wrap div.box div.box_r ul.plus li dl dd {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap div.box div.box_r ul.plus li dl dt,
  section.dashi div.section_wrap div.box div.box_r ul.plus li dl dd {
    display: block;
    padding-top: 48px;
    float: left;
  }
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap div.box div.box_r ul.plus li dl dd {
    width: 60%;
    padding-top: 40px;
  }
}

section.dashi div.section_wrap div.box div.box_r ul.plus li dl dd p.tit {
  font-size: 14px;
  left: 24px;
  color: #d3d2d2;
  margin-bottom: 10px;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap div.box div.box_r ul.plus li dl dd p.tit {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    border-bottom: 1px solid #eceded;
    padding-bottom: 12px;
  }
}

section.dashi div.section_wrap div.box div.box_r ul.plus li dl dd p.tit span.min {
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #494949;
  font-size: 15px;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap div.box div.box_r ul.plus li dl dd p.tit span.min {
    font-size: 11px;
  }
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap div.box div.box_r ul.plus li dl dd p.tit span.min {
    font-size: 12px;
  }
}

section.dashi div.section_wrap div.box div.box_r ul.plus li dl dd p.tit span.goth {
  color: #494949;
  font-size: 15px;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap div.box div.box_r ul.plus li dl dd p.tit span.goth {
    font-size: 12px;
  }
}

section.dashi div.section_wrap div.box div.box_r ul.plus li dl dd p {
  padding-right: 15px !important;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap div.box div.box_r ul.plus li dl dd p {
    padding-right: 10px !important;
  }
}

section.dashi div.section_wrap div.box div.box_r ul.plus li dl dd p.txt {
  font-size: 13px;
  line-height: 20px;
  color: #222222;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap div.box div.box_r ul.plus li dl dd p.txt {
    padding-top: 5px;
    font-size: 10px;
    line-height: 17px;
    padding-right: 20px;
  }
  section.dashi div.section_wrap div.box div.box_r ul.plus li dl dd p.txt br {
    display: none;
  }
}

section.dashi div.section_wrap div.box div.box_r ul.plus li dl dt {
  width: 35%;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap div.box div.box_r ul.plus li dl dt {
    width: 40%;
    float: right;
  }
}

section.dashi div.section_wrap div.box div.box_r ul.plus li dl dt div.pic {
  width: 100%;
}

section.dashi div.section_wrap div.box div.box_r ul.plus li dl dt div.pic img {
  width: 100%;
  height: auto;
  display: block;
}

section.dashi div.section_wrap div.item {
  border-top: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-top: 26px;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap div.item {
    border-top: none;
    margin-top: 13px;
    padding-top: 36px;
  }
}

section.dashi div.section_wrap div.item h3 {
  margin-bottom: 20px;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap div.item h3 {
    text-align: center;
    margin-bottom: 24px;
    margin-top: 5px;
  }
}

section.dashi div.section_wrap div.item h3 span {
  font-size: 16px;
  line-height: 24px;
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap div.item h3 span {
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 3px;
  }
}

section.dashi div.section_wrap div.item ul.list li:last-child {
  border-bottom: none !important;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap div.item ul.list li {
    margin-bottom: 0;
  }
}

section.dashi div.section_wrap div.item ul.list li dl dt {
  margin-bottom: 8px;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap div.item ul.list li dl dt a img {
    margin-bottom: 0;
  }
}

section#mizudashi {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 92px;
}

@media only screen and (max-width: 760px) {
  section#mizudashi {
    width: 84.3%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: none;
    padding-top: 24px;
    margin-bottom: 7px;
  }
}

section#mizudashi div.section_wrap {
  width: 100%;
}

section#mizudashi div.section_wrap dl {
  width: 100%;
  display: table;
}

@media only screen and (max-width: 760px) {
  section#mizudashi div.section_wrap dl {
    width: 100%;
    display: block;
  }
}

section#mizudashi div.section_wrap dl dt,
section#mizudashi div.section_wrap dl dd {
  display: table-cell;
  vertical-align: bottom;
}

@media only screen and (max-width: 760px) {
  section#mizudashi div.section_wrap dl dt,
  section#mizudashi div.section_wrap dl dd {
    width: 100%;
    display: block;
  }
}

section#mizudashi div.section_wrap dl dt {
  width: 31.5%;
}

section#mizudashi div.section_wrap dl dt h4 {
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 760px) {
  section#mizudashi div.section_wrap dl dt h4 {
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 14px;
  }
}

section#mizudashi div.section_wrap dl dt h4 span {
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  display: block;
}

@media only screen and (max-width: 760px) {
  section#mizudashi div.section_wrap dl dt h4 span {
    font-size: 16px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 760px) {
  section#mizudashi div.section_wrap dl dt {
    width: 100%;
    display: block;
    margin-bottom: 14px;
  }
}

section#mizudashi div.section_wrap dl dt img {
  width: 100%;
  height: auto;
  display: block;
}

section#mizudashi div.section_wrap dl dd {
  padding-left: 30px;
}

@media only screen and (max-width: 760px) {
  section#mizudashi div.section_wrap dl dd {
    padding-left: 0;
  }
}

section#mizudashi div.section_wrap dl dd div.wrap p {
  font-size: 13px;
  line-height: 26px;
}

@media only screen and (max-width: 760px) {
  section#mizudashi div.section_wrap dl dd div.wrap p {
    font-size: 11px;
    line-height: 18px;
  }
}

section#mizudashi div.section_wrap dl dd div.wrap p span {
  display: inline-block;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 10px;
  padding-top: 15px;
}

section#mizudashi div.section_wrap dl dd div.wrap ul {
  text-indent: -1em;
  margin-left: 1em;
}

section#mizudashi div.section_wrap dl dd div.wrap ul li {
  font-size: 13px;
  line-height: 22px;
}

@media only screen and (max-width: 760px) {
  section#mizudashi div.section_wrap dl dd div.wrap ul li {
    font-size: 11px;
    line-height: 18px;
  }
}

section.dashi div.section_wrap p.txt_r.mar_t_30.mar_b_30 {
  font-size: 12px;
  line-height: 30px;
  color: #a24949;
  text-align: right;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 0px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap p.txt_r.mar_t_30.mar_b_30 {
    line-height: 40px;
    text-align: center;
    border-top: 1px solid #e7e7e7;
  }
}

section.dashi div.section_wrap p.txt_r.mar_t_30.mar_b_30 span {
  color: #e7e7e7 !important;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap p.txt_r.mar_t_30.mar_b_30 span {
    padding-right: 40px;
    padding-left: 40px;
  }
}

section.dashi div.section_wrap p.txt_r.mar_t_30.mar_b_30 a {
  color: #494949;
}

section.dashi div.section_wrap ul.list li {
  margin-bottom: 30px;
}

section.dashi div.section_wrap ul.list li dl dd a {
  margin-bottom: 5px;
}

section.dashi div.section_wrap ul.list li form div.list_cart_wrap {
  border: 1px solid #e7e7e7;
  position: relative;
  width: 60px;
  float: left;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap ul.list li form div.list_cart_wrap {
    width: 38px;
  }
}

section.dashi div.section_wrap ul.list li form div.list_cart_wrap input {
  position: relative;
  left: 0;
  width: 30px;
  border: none;
  line-height: 24px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  cursor: pointer;
  height: auto;
  font-size: 12px;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap ul.list li form div.list_cart_wrap input {
    line-height: 18px;
    font-size: 11px;
    width: 100%;
    text-align: center;
  }
}

section.dashi div.section_wrap ul.list li form a.count {
  height: 50%;
  position: absolute;
  width: 34px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(https://odashi.com/img/product/count-up.png);
  top: 0;
  right: 1px;
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: center 10px;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap ul.list li form a.count {
    width: 30px;
    display: none;
  }
}

section.dashi div.section_wrap ul.list li form a.count.btn_down {
  background-position: center 5px;
  top: auto;
  bottom: 0;
  background-image: url(https://odashi.com/img/product/count-down.png);
}

section.dashi div.section_wrap ul.list li form input[type="submit"] {
  float: right;
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  border: none;
  background-color: #494949;
  color: #ffffff;
  width: 70%;
  padding: 0;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 12px;
}

@media only screen and (max-width: 760px) {
  section.dashi div.section_wrap ul.list li form input[type="submit"] {
    height: 27px;
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    float: left;
    margin-left: 6px;
  }
}

.page-shisei div#right div#dashi,
.page-seihou div#right div#dashi {
  padding-bottom: 16px;
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi.method,
  .page-seihou div#right div#dashi.method {
    padding-bottom: 0;
  }
}

.page-shisei div#right div#dashi div.section_wrap,
.page-seihou div#right div#dashi div.section_wrap {
  border-top: 1px solid #e6e6e6;
  padding-top: 56px;
  padding-bottom: 62px;
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi div.section_wrap,
  .page-seihou div#right div#dashi div.section_wrap {
    padding-bottom: 20px;
    padding-top: 40px;
  }
}

.page-shisei div#right div#dashi section#head div.section_wrap,
.page-seihou div#right div#dashi section#head div.section_wrap {
  border-top: none;
  padding-top: 0 !important;
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section#head div.section_wrap,
  .page-seihou div#right div#dashi section#head div.section_wrap {
    padding-top: 0 !important;
    padding-bottom: 50px !important;
  }
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section#head div.section_wrap p.txt br,
  .page-seihou div#right div#dashi section#head div.section_wrap p.txt br {
    display: none !important;
  }
}

.page-shisei div#right div#dashi a.link,
.page-seihou div#right div#dashi a.link {
  background-image: url(https://odashi.com/img/product/ico-arr.png);
  background-size: 15px auto;
  background-position: left 12px;
  background-repeat: no-repeat;
  padding-left: 22px;
  display: block;
  font-size: 12px;
  line-height: 24px;
  padding-top: 7px;
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi a.link,
  .page-seihou div#right div#dashi a.link {
    font-size: 11px;
  }
}

.page-shisei div#right div#dashi a.link:hover span,
.page-seihou div#right div#dashi a.link:hover span {
  color: #a14848 !important;
}

.page-shisei div#right div#dashi a.link:hover span:after,
.page-seihou div#right div#dashi a.link:hover span:after {
  display: none;
}

.page-shisei div#right div#dashi a.link span,
.page-seihou div#right div#dashi a.link span {
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}

.page-shisei div#right div#dashi a.link span:after,
.page-seihou div#right div#dashi a.link span:after {
  width: 100%;
  height: 1px;
  background-color: #c4c4c4;
  left: 0;
  bottom: -3px;
  position: absolute;
  content: "";
  display: block;
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.col_01 div.section_wrap,
  .page-shisei div#right div#dashi section.col_02 div.section_wrap,
  .page-seihou div#right div#dashi section.col_01 div.section_wrap,
  .page-seihou div#right div#dashi section.col_02 div.section_wrap {
    padding-bottom: 50px;
  }
}

.page-shisei div#right div#dashi section.col_01 div.section_wrap h2,
.page-shisei div#right div#dashi section.col_02 div.section_wrap h2,
.page-seihou div#right div#dashi section.col_01 div.section_wrap h2,
.page-seihou div#right div#dashi section.col_02 div.section_wrap h2 {
  font-size: 17px;
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 26px;
  display: block;
  margin-bottom: 20px;
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.col_01 div.section_wrap h2,
  .page-shisei div#right div#dashi section.col_02 div.section_wrap h2,
  .page-seihou div#right div#dashi section.col_01 div.section_wrap h2,
  .page-seihou div#right div#dashi section.col_02 div.section_wrap h2 {
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    text-align: center;
    margin-bottom: 36px;
  }
}

.page-shisei div#right div#dashi section.col_01 div.section_wrap dl,
.page-shisei div#right div#dashi section.col_02 div.section_wrap dl,
.page-seihou div#right div#dashi section.col_01 div.section_wrap dl,
.page-seihou div#right div#dashi section.col_02 div.section_wrap dl {
  margin-bottom: 24px;
  width: 100%;
}

.page-shisei div#right div#dashi section.col_01 div.section_wrap dl dt,
.page-shisei div#right div#dashi section.col_02 div.section_wrap dl dt,
.page-seihou div#right div#dashi section.col_01 div.section_wrap dl dt,
.page-seihou div#right div#dashi section.col_02 div.section_wrap dl dt {
  margin-bottom: 10px;
}

.page-shisei div#right div#dashi section.col_01 div.section_wrap dl dt dt,
.page-shisei div#right div#dashi section.col_01 div.section_wrap dl dt dd,
.page-shisei div#right div#dashi section.col_02 div.section_wrap dl dt dt,
.page-shisei div#right div#dashi section.col_02 div.section_wrap dl dt dd,
.page-seihou div#right div#dashi section.col_01 div.section_wrap dl dt dt,
.page-seihou div#right div#dashi section.col_01 div.section_wrap dl dt dd,
.page-seihou div#right div#dashi section.col_02 div.section_wrap dl dt dt,
.page-seihou div#right div#dashi section.col_02 div.section_wrap dl dt dd {
  width: 100%;
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.col_01 div.section_wrap dl dt,
  .page-shisei div#right div#dashi section.col_02 div.section_wrap dl dt,
  .page-seihou div#right div#dashi section.col_01 div.section_wrap dl dt,
  .page-seihou div#right div#dashi section.col_02 div.section_wrap dl dt {
    margin-bottom: 20px;
  }
}

.page-shisei div#right div#dashi section.col_01 div.section_wrap dl dt img,
.page-shisei div#right div#dashi section.col_02 div.section_wrap dl dt img,
.page-seihou div#right div#dashi section.col_01 div.section_wrap dl dt img,
.page-seihou div#right div#dashi section.col_02 div.section_wrap dl dt img {
  display: block;
  width: 100%;
  height: auto;
}

.page-shisei div#right div#dashi section.col_01 div.section_wrap dl dd p,
.page-shisei div#right div#dashi section.col_02 div.section_wrap dl dd p,
.page-seihou div#right div#dashi section.col_01 div.section_wrap dl dd p,
.page-seihou div#right div#dashi section.col_02 div.section_wrap dl dd p {
  font-size: 14px;
  line-height: 26px;
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.col_01 div.section_wrap dl dd p,
  .page-shisei div#right div#dashi section.col_02 div.section_wrap dl dd p,
  .page-seihou div#right div#dashi section.col_01 div.section_wrap dl dd p,
  .page-seihou div#right div#dashi section.col_02 div.section_wrap dl dd p {
    font-size: 12px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.col_01 div.section_wrap ul li img,
  .page-shisei div#right div#dashi section.col_02 div.section_wrap ul li img,
  .page-seihou div#right div#dashi section.col_01 div.section_wrap ul li img,
  .page-seihou div#right div#dashi section.col_02 div.section_wrap ul li img {
    display: block;
  }
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.col_01 div.section_wrap ul.list li,
  .page-shisei div#right div#dashi section.col_02 div.section_wrap ul.list li,
  .page-seihou div#right div#dashi section.col_01 div.section_wrap ul.list li,
  .page-seihou div#right div#dashi section.col_02 div.section_wrap ul.list li {
    border-bottom: none;
    margin-bottom: 2px;
  }
}

.page-shisei div#right div#dashi section.col_01 div.section_wrap p.listtxt,
.page-shisei div#right div#dashi section.col_02 div.section_wrap p.listtxt,
.page-seihou div#right div#dashi section.col_01 div.section_wrap p.listtxt,
.page-seihou div#right div#dashi section.col_02 div.section_wrap p.listtxt {
  font-size: 14px;
  padding-top: 10px;
  line-height: 26px;
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.col_01 div.section_wrap p.listtxt,
  .page-shisei div#right div#dashi section.col_02 div.section_wrap p.listtxt,
  .page-seihou div#right div#dashi section.col_01 div.section_wrap p.listtxt,
  .page-seihou div#right div#dashi section.col_02 div.section_wrap p.listtxt {
    font-size: 11px;
    line-height: 18px;
  }
}

.page-shisei div#right div#dashi section.col_02 div.section_wrap,
.page-seihou div#right div#dashi section.col_02 div.section_wrap {
  overflow: hidden;
}

.page-shisei div#right div#dashi section.col_02 div.section_wrap a.link,
.page-seihou div#right div#dashi section.col_02 div.section_wrap a.link {
  float: right;
}

.page-shisei div#right div#dashi section.col_04 dl,
.page-seihou div#right div#dashi section.col_04 dl {
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.col_04 dl,
  .page-seihou div#right div#dashi section.col_04 dl {
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.col_03 div.section_wrap,
  .page-shisei div#right div#dashi section.col_04 div.section_wrap,
  .page-seihou div#right div#dashi section.col_03 div.section_wrap,
  .page-seihou div#right div#dashi section.col_04 div.section_wrap {
    padding-top: 20px !important;
  }
}

.page-shisei div#right div#dashi section.col_03 div.section_wrap dl,
.page-shisei div#right div#dashi section.col_04 div.section_wrap dl,
.page-seihou div#right div#dashi section.col_03 div.section_wrap dl,
.page-seihou div#right div#dashi section.col_04 div.section_wrap dl {
  display: table;
  margin-bottom: 30px;
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.col_03 div.section_wrap dl,
  .page-shisei div#right div#dashi section.col_04 div.section_wrap dl,
  .page-seihou div#right div#dashi section.col_03 div.section_wrap dl,
  .page-seihou div#right div#dashi section.col_04 div.section_wrap dl {
    display: block;
    width: 100%;
  }
}

.page-shisei div#right div#dashi section.col_03 div.section_wrap dl dt,
.page-shisei div#right div#dashi section.col_03 div.section_wrap dl dd,
.page-shisei div#right div#dashi section.col_04 div.section_wrap dl dt,
.page-shisei div#right div#dashi section.col_04 div.section_wrap dl dd,
.page-seihou div#right div#dashi section.col_03 div.section_wrap dl dt,
.page-seihou div#right div#dashi section.col_03 div.section_wrap dl dd,
.page-seihou div#right div#dashi section.col_04 div.section_wrap dl dt,
.page-seihou div#right div#dashi section.col_04 div.section_wrap dl dd {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.col_03 div.section_wrap dl dt,
  .page-shisei div#right div#dashi section.col_03 div.section_wrap dl dd,
  .page-shisei div#right div#dashi section.col_04 div.section_wrap dl dt,
  .page-shisei div#right div#dashi section.col_04 div.section_wrap dl dd,
  .page-seihou div#right div#dashi section.col_03 div.section_wrap dl dt,
  .page-seihou div#right div#dashi section.col_03 div.section_wrap dl dd,
  .page-seihou div#right div#dashi section.col_04 div.section_wrap dl dt,
  .page-seihou div#right div#dashi section.col_04 div.section_wrap dl dd {
    display: block;
    width: 100%;
  }
}

.page-shisei div#right div#dashi section.col_03 div.section_wrap dl dt,
.page-shisei div#right div#dashi section.col_04 div.section_wrap dl dt,
.page-seihou div#right div#dashi section.col_03 div.section_wrap dl dt,
.page-seihou div#right div#dashi section.col_04 div.section_wrap dl dt {
  width: 42.4%;
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.col_03 div.section_wrap dl dt,
  .page-shisei div#right div#dashi section.col_04 div.section_wrap dl dt,
  .page-seihou div#right div#dashi section.col_03 div.section_wrap dl dt,
  .page-seihou div#right div#dashi section.col_04 div.section_wrap dl dt {
    display: block;
    width: 100%;
  }
}

.page-shisei div#right div#dashi section.col_03 div.section_wrap dl dt.dt_sp,
.page-shisei div#right div#dashi section.col_04 div.section_wrap dl dt.dt_sp,
.page-seihou div#right div#dashi section.col_03 div.section_wrap dl dt.dt_sp,
.page-seihou div#right div#dashi section.col_04 div.section_wrap dl dt.dt_sp {
  display: none;
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.col_03 div.section_wrap dl dt.dt_sp,
  .page-shisei div#right div#dashi section.col_04 div.section_wrap dl dt.dt_sp,
  .page-seihou div#right div#dashi section.col_03 div.section_wrap dl dt.dt_sp,
  .page-seihou div#right div#dashi section.col_04 div.section_wrap dl dt.dt_sp {
    display: block;
    width: 100%;
  }
}

.page-shisei div#right div#dashi section.col_03 div.section_wrap dl dt.dt_pctb,
.page-shisei div#right div#dashi section.col_04 div.section_wrap dl dt.dt_pctb,
.page-seihou div#right div#dashi section.col_03 div.section_wrap dl dt.dt_pctb,
.page-seihou div#right div#dashi section.col_04 div.section_wrap dl dt.dt_pctb {
  display: table-cell;
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.col_03 div.section_wrap dl dt.dt_pctb,
  .page-shisei div#right div#dashi section.col_04 div.section_wrap dl dt.dt_pctb,
  .page-seihou div#right div#dashi section.col_03 div.section_wrap dl dt.dt_pctb,
  .page-seihou div#right div#dashi section.col_04 div.section_wrap dl dt.dt_pctb {
    display: none !important;
    width: 100%;
  }
}

.page-shisei div#right div#dashi section.col_03 div.section_wrap dl dt img,
.page-shisei div#right div#dashi section.col_04 div.section_wrap dl dt img,
.page-seihou div#right div#dashi section.col_03 div.section_wrap dl dt img,
.page-seihou div#right div#dashi section.col_04 div.section_wrap dl dt img {
  width: 90%;
  display: block;
  height: auto;
  margin-right: 0;
  margin-left: auto;
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.col_03 div.section_wrap dl dt img,
  .page-shisei div#right div#dashi section.col_04 div.section_wrap dl dt img,
  .page-seihou div#right div#dashi section.col_03 div.section_wrap dl dt img,
  .page-seihou div#right div#dashi section.col_04 div.section_wrap dl dt img {
    display: block;
    width: 100%;
  }
}

.page-shisei div#right div#dashi section.col_03 div.section_wrap dl dd h2,
.page-shisei div#right div#dashi section.col_04 div.section_wrap dl dd h2,
.page-seihou div#right div#dashi section.col_03 div.section_wrap dl dd h2,
.page-seihou div#right div#dashi section.col_04 div.section_wrap dl dd h2 {
  font-size: 17px;
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 26px;
  margin-bottom: 26px;
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.col_03 div.section_wrap dl dd h2,
  .page-shisei div#right div#dashi section.col_04 div.section_wrap dl dd h2,
  .page-seihou div#right div#dashi section.col_03 div.section_wrap dl dd h2,
  .page-seihou div#right div#dashi section.col_04 div.section_wrap dl dd h2 {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}

.page-shisei div#right div#dashi section.col_03 div.section_wrap dl dd p,
.page-shisei div#right div#dashi section.col_04 div.section_wrap dl dd p,
.page-seihou div#right div#dashi section.col_03 div.section_wrap dl dd p,
.page-seihou div#right div#dashi section.col_04 div.section_wrap dl dd p {
  font-size: 14px;
  line-height: 26px;
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.col_03 div.section_wrap dl dd p,
  .page-shisei div#right div#dashi section.col_04 div.section_wrap dl dd p,
  .page-seihou div#right div#dashi section.col_03 div.section_wrap dl dd p,
  .page-seihou div#right div#dashi section.col_04 div.section_wrap dl dd p {
    font-size: 12px;
    line-height: 20px;
  }
}

.page-shisei div#right div#dashi section.map div.section_wrap,
.page-seihou div#right div#dashi section.map div.section_wrap {
  overflow: hidden;
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.map div.section_wrap,
  .page-seihou div#right div#dashi section.map div.section_wrap {
    padding-top: 20px;
  }
}

.page-shisei div#right div#dashi section.map div.section_wrap dl,
.page-seihou div#right div#dashi section.map div.section_wrap dl {
  display: table;
  margin-bottom: 30px;
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.map div.section_wrap dl,
  .page-seihou div#right div#dashi section.map div.section_wrap dl {
    display: block;
    width: 100%;
  }
}

.page-shisei div#right div#dashi section.map div.section_wrap dl dt,
.page-shisei div#right div#dashi section.map div.section_wrap dl dd,
.page-seihou div#right div#dashi section.map div.section_wrap dl dt,
.page-seihou div#right div#dashi section.map div.section_wrap dl dd {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.map div.section_wrap dl dt,
  .page-shisei div#right div#dashi section.map div.section_wrap dl dd,
  .page-seihou div#right div#dashi section.map div.section_wrap dl dt,
  .page-seihou div#right div#dashi section.map div.section_wrap dl dd {
    display: block;
    width: 100%;
  }
}

.page-shisei div#right div#dashi section.map div.section_wrap dl dt,
.page-seihou div#right div#dashi section.map div.section_wrap dl dt {
  width: 42.4%;
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.map div.section_wrap dl dt,
  .page-seihou div#right div#dashi section.map div.section_wrap dl dt {
    display: block;
    width: 100%;
  }
}

.page-shisei div#right div#dashi section.map div.section_wrap dl dt img,
.page-seihou div#right div#dashi section.map div.section_wrap dl dt img {
  width: 90%;
  display: block;
  height: auto;
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.map div.section_wrap dl dt img,
  .page-seihou div#right div#dashi section.map div.section_wrap dl dt img {
    display: block;
    width: 100%;
  }
}

.page-shisei div#right div#dashi section.map div.section_wrap dl dd h2,
.page-seihou div#right div#dashi section.map div.section_wrap dl dd h2 {
  font-size: 17px;
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 26px;
  margin-bottom: 26px;
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.map div.section_wrap dl dd h2,
  .page-seihou div#right div#dashi section.map div.section_wrap dl dd h2 {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}

.page-shisei div#right div#dashi section.map div.section_wrap dl dd p,
.page-seihou div#right div#dashi section.map div.section_wrap dl dd p {
  font-size: 14px;
  line-height: 26px;
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.map div.section_wrap dl dd p,
  .page-seihou div#right div#dashi section.map div.section_wrap dl dd p {
    font-size: 12px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.map div.section_wrap div#box-map,
  .page-seihou div#right div#dashi section.map div.section_wrap div#box-map {
    height: 180px !important;
  }
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.map div.section_wrap div#box-map div#map_canvas,
  .page-seihou div#right div#dashi section.map div.section_wrap div#box-map div#map_canvas {
    height: 180px !important;
  }
}

.page-shisei div#right div#dashi section.map div.section_wrap div.info,
.page-seihou div#right div#dashi section.map div.section_wrap div.info {
  padding-top: 20px;
}

.page-shisei div#right div#dashi section.map div.section_wrap div.info p,
.page-seihou div#right div#dashi section.map div.section_wrap div.info p {
  font-size: 12px;
  line-height: 20px;
  display: inline-block;
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.map div.section_wrap div.info p,
  .page-seihou div#right div#dashi section.map div.section_wrap div.info p {
    font-size: 12px;
    line-height: 20px;
  }
}

.page-shisei div#right div#dashi section.map div.section_wrap div.info a.link,
.page-seihou div#right div#dashi section.map div.section_wrap div.info a.link {
  float: right;
  margin-top: -7px;
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.map div.section_wrap div.info a.link,
  .page-seihou div#right div#dashi section.map div.section_wrap div.info a.link {
    float: none;
    margin-top: 0;
  }
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.map div.section_wrap div#box-map2,
  .page-seihou div#right div#dashi section.map div.section_wrap div#box-map2 {
    height: 200px !important;
  }
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.map div.section_wrap div#box-map2 div#map_canvas2,
  .page-seihou div#right div#dashi section.map div.section_wrap div#box-map2 div#map_canvas2 {
    height: 200px !important;
  }
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.map div.section_wrap div#box-map3,
  .page-seihou div#right div#dashi section.map div.section_wrap div#box-map3 {
    height: 200px !important;
  }
}

@media only screen and (max-width: 760px) {
  .page-shisei div#right div#dashi section.map div.section_wrap div#box-map3 div#map_canvas3,
  .page-seihou div#right div#dashi section.map div.section_wrap div#box-map3 div#map_canvas3 {
    height: 200px !important;
  }
}

.page-shisei section.history div.section_wrap,
.page-seihou section.history div.section_wrap {
  padding-bottom: 60px;
}

@media only screen and (max-width: 760px) {
  .page-shisei section.history div.section_wrap,
  .page-seihou section.history div.section_wrap {
    padding-bottom: 50px !important;
  }
}

.page-shisei section.history div.section_wrap h2,
.page-seihou section.history div.section_wrap h2 {
  font-size: 17px;
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 26px;
  display: block;
  margin-bottom: 60px;
}

@media only screen and (max-width: 760px) {
  .page-shisei section.history div.section_wrap h2,
  .page-seihou section.history div.section_wrap h2 {
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    text-align: center;
    margin-bottom: 36px;
  }
}

.page-shisei section.history div.section_wrap table,
.page-seihou section.history div.section_wrap table {
  width: 100%;
}

.page-shisei section.history div.section_wrap table tbody,
.page-seihou section.history div.section_wrap table tbody {
  width: 100%;
}

.page-shisei section.history div.section_wrap table tbody tr,
.page-seihou section.history div.section_wrap table tbody tr {
  width: 100%;
}

.page-shisei section.history div.section_wrap table tbody tr:last-child th,
.page-seihou section.history div.section_wrap table tbody tr:last-child th {
  background-image: url(https://odashi.com/img/seihou/arr.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 4px auto;
}

.page-shisei section.history div.section_wrap table tbody tr th,
.page-seihou section.history div.section_wrap table tbody tr th {
  width: 94px;
  vertical-align: top;
  border-right: 1px solid #ededed;
}

@media only screen and (max-width: 760px) {
  .page-shisei section.history div.section_wrap table tbody tr th,
  .page-seihou section.history div.section_wrap table tbody tr th {
    width: 58px;
    text-align: left;
  }
}

.page-shisei section.history div.section_wrap table tbody tr th span,
.page-seihou section.history div.section_wrap table tbody tr th span {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 26px;
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  width: 100%;
  top: -16px;
}

@media only screen and (max-width: 760px) {
  .page-shisei section.history div.section_wrap table tbody tr th span,
  .page-seihou section.history div.section_wrap table tbody tr th span {
    top: -10px;
    font-size: 12px;
    line-height: 20px;
  }
}

.page-shisei section.history div.section_wrap table tbody tr th span:after,
.page-seihou section.history div.section_wrap table tbody tr th span:after {
  position: absolute;
  background-image: url(https://odashi.com/img/seihou/dotte.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 5px;
  width: 5px;
  height: 5px;
  content: "";
  right: -3px;
  top: 12px;
}

@media only screen and (max-width: 760px) {
  .page-shisei section.history div.section_wrap table tbody tr th span:after,
  .page-seihou section.history div.section_wrap table tbody tr th span:after {
    top: 10px;
  }
}

.page-shisei section.history div.section_wrap table tbody tr td,
.page-seihou section.history div.section_wrap table tbody tr td {
  vertical-align: top;
  padding-left: 36px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 760px) {
  .page-shisei section.history div.section_wrap table tbody tr td,
  .page-seihou section.history div.section_wrap table tbody tr td {
    padding-bottom: 20px;
    padding-left: 20px;
  }
}

.page-shisei section.history div.section_wrap table tbody tr td span,
.page-seihou section.history div.section_wrap table tbody tr td span {
  position: relative;
  font-size: 13px;
  line-height: 26px;
  display: block;
  top: -16px;
}

@media only screen and (max-width: 760px) {
  .page-shisei section.history div.section_wrap table tbody tr td span,
  .page-seihou section.history div.section_wrap table tbody tr td span {
    top: -6px;
    font-size: 11px;
    line-height: 18px;
  }
}

#gift section.gift_col_01 div.section_wrap {
  padding-top: 40px !important;
}

@media only screen and (max-width: 760px) {
  #gift section.gift_col_01 div.section_wrap {
    padding-top: 30px !important;
  }
}

#gift section.gift_col_01 div.section_wrap,
#gift section.gift_col_02 div.section_wrap {
  border-top: 1px solid #e6e6e6;
  padding-top: 30px;
  padding-bottom: 40px;
}

@media only screen and (max-width: 760px) {
  #gift section.gift_col_01 div.section_wrap,
  #gift section.gift_col_02 div.section_wrap {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}

#gift section#head div.section_wrap {
  border-top: none;
}

@media only screen and (max-width: 760px) {
  #gift section#head div.section_wrap p.txt br {
    display: none !important;
  }
}

#gift section.gift_col_03 {
  background-color: #f6f6f6;
  padding: 30px;
  margin-bottom: 76px;
}

@media only screen and (max-width: 760px) {
  #gift section.gift_col_03 {
    width: 84.3%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    margin-bottom: 10px;
  }
}

#gift section.gift_col_03 div.section_wrap {
  overflow: hidden;
  width: 100%;
}

@media only screen and (max-width: 760px) {
  #gift section.gift_col_03 div.section_wrap {
    padding-bottom: 20px;
    padding-top: 20px;
    width: auto;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

#gift section.gift_col_03 div.section_wrap dl {
  overflow: hidden;
  display: table;
}

@media only screen and (max-width: 760px) {
  #gift section.gift_col_03 div.section_wrap dl {
    float: none;
    display: block;
    width: 100%;
  }
}

#gift section.gift_col_03 div.section_wrap dl dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}

@media only screen and (max-width: 760px) {
  #gift section.gift_col_03 div.section_wrap dl dd {
    padding-left: 0;
    padding-top: 20px;
    float: none;
    display: block;
    width: 100%;
  }
}

#gift section.gift_col_03 div.section_wrap dl dd p {
  font-size: 13px;
  line-height: 24px;
}

@media only screen and (max-width: 760px) {
  #gift section.gift_col_03 div.section_wrap dl dd p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
    line-height: 19px;
  }
}

#gift section.gift_col_03 div.section_wrap dl dd h2 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: -5px;
}

@media only screen and (max-width: 760px) {
  #gift section.gift_col_03 div.section_wrap dl dd h2 {
    margin-top: 0;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
    margin-top: 0;
  }
}

#gift section.gift_col_03 div.section_wrap dl dt {
  width: 28%;
  display: table-cell;
  vertical-align: bottom;
}

@media only screen and (max-width: 760px) {
  #gift section.gift_col_03 div.section_wrap dl dt {
    float: none;
    display: block;
    width: 100%;
  }
}

#gift section.gift_col_03 div.section_wrap dl dt h2 {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: -5px;
}

@media only screen and (max-width: 760px) {
  #gift section.gift_col_03 div.section_wrap dl dt h2 {
    margin-top: 0;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 10px;
    margin-top: 0;
  }
}

#gift section.gift_col_03 div.section_wrap dl dt ul {
  width: 100%;
}

#gift section.gift_col_03 div.section_wrap dl dt ul li {
  width: 100%;
  float: left;
}

@media only screen and (max-width: 760px) {
  #gift section.gift_col_03 div.section_wrap dl dt ul li:first-child {
    margin-bottom: 4px;
    display: block;
  }
}

@media only screen and (max-width: 760px) {
  #gift section.gift_col_03 div.section_wrap dl dt ul li {
    float: none;
    width: 100%;
    margin-right: 0;
    display: block;
  }
}

#gift section.gift_col_03 div.section_wrap dl dt ul li img {
  width: 100%;
  display: block;
  height: auto;
}

#gift section.gift_col_01 div.section_wrap dl,
#gift section.gift_col_02 div.section_wrap dl {
  display: table;
}

@media only screen and (max-width: 760px) {
  #gift section.gift_col_01 div.section_wrap dl,
  #gift section.gift_col_02 div.section_wrap dl {
    display: block;
    width: 100%;
  }
}

#gift section.gift_col_01 div.section_wrap dl dt,
#gift section.gift_col_01 div.section_wrap dl dd,
#gift section.gift_col_02 div.section_wrap dl dt,
#gift section.gift_col_02 div.section_wrap dl dd {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 760px) {
  #gift section.gift_col_01 div.section_wrap dl dt,
  #gift section.gift_col_01 div.section_wrap dl dd,
  #gift section.gift_col_02 div.section_wrap dl dt,
  #gift section.gift_col_02 div.section_wrap dl dd {
    display: block;
    width: 100%;
  }
}

#gift section.gift_col_01 div.section_wrap dl dt,
#gift section.gift_col_02 div.section_wrap dl dt {
  width: 42.4%;
}

@media only screen and (max-width: 760px) {
  #gift section.gift_col_01 div.section_wrap dl dt,
  #gift section.gift_col_02 div.section_wrap dl dt {
    display: block;
    width: 100%;
  }
}

#gift section.gift_col_01 div.section_wrap dl dt.dt_sp,
#gift section.gift_col_02 div.section_wrap dl dt.dt_sp {
  display: none;
}

@media only screen and (max-width: 760px) {
  #gift section.gift_col_01 div.section_wrap dl dt.dt_sp,
  #gift section.gift_col_02 div.section_wrap dl dt.dt_sp {
    display: block;
    width: 100%;
  }
}

#gift section.gift_col_01 div.section_wrap dl dt.dt_pctb,
#gift section.gift_col_02 div.section_wrap dl dt.dt_pctb {
  display: table-cell;
}

@media only screen and (max-width: 760px) {
  #gift section.gift_col_01 div.section_wrap dl dt.dt_pctb,
  #gift section.gift_col_02 div.section_wrap dl dt.dt_pctb {
    display: none !important;
    width: 100%;
  }
}

#gift section.gift_col_01 div.section_wrap dl dt img,
#gift section.gift_col_02 div.section_wrap dl dt img {
  width: 90%;
  display: block;
  height: auto;
  margin-right: 0;
  margin-left: auto;
}

@media only screen and (max-width: 760px) {
  #gift section.gift_col_01 div.section_wrap dl dt img,
  #gift section.gift_col_02 div.section_wrap dl dt img {
    display: block;
    width: 100%;
  }
}

#gift section.gift_col_01 div.section_wrap dl dd h2,
#gift section.gift_col_02 div.section_wrap dl dd h2 {
  font-size: 17px;
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 26px;
  margin-bottom: 26px;
}

@media only screen and (max-width: 760px) {
  #gift section.gift_col_01 div.section_wrap dl dd h2,
  #gift section.gift_col_02 div.section_wrap dl dd h2 {
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    padding-top: 28px;
  }
}

#gift section.gift_col_01 div.section_wrap dl dd p,
#gift section.gift_col_02 div.section_wrap dl dd p {
  font-size: 14px;
  line-height: 26px;
}

@media only screen and (max-width: 760px) {
  #gift section.gift_col_01 div.section_wrap dl dd p,
  #gift section.gift_col_02 div.section_wrap dl dd p {
    font-size: 12px;
    line-height: 20px;
  }
}

#gift {
  padding-bottom: 26px;
}

#gift section.giftitem_col {
  padding-bottom: 56px;
}

@media only screen and (max-width: 760px) {
  #gift section.giftitem_col {
    padding-top: 30px;
    padding-bottom: 14px;
  }
}

#gift section.giftitem_col div.section_wrap {
  overflow: hidden;
}

@media only screen and (max-width: 760px) {
  #gift section.giftitem_col div.section_wrap {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
  }
}

#gift section.giftitem_col div.section_wrap h2 {
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 760px) {
  #gift section.giftitem_col div.section_wrap h2 {
    margin-bottom: 28px;
    font-size: 14px;
    text-align: center;
    border-bottom: none;
  }
}

@media only screen and (max-width: 760px) {
  #gift section.giftitem_col div.section_wrap h2 span {
    display: inline-block;
    border-bottom: 1px solid #c4c4c4;
  }
}

@media only screen and (max-width: 760px) {
  #gift section.giftitem_col div.section_wrap div.pic {
    margin-bottom: 12px;
  }
}

#gift section.giftitem_col div.section_wrap div.fl_box {
  display: table;
  width: 100%;
}

@media only screen and (max-width: 760px) {
  #gift section.giftitem_col div.section_wrap div.fl_box {
    float: none;
    display: block;
    width: 100%;
  }
}

#gift section.giftitem_col div.section_wrap div.fl_box div.fl_box_l {
  display: table-cell;
  width: 55%;
  vertical-align: top;
  padding-top: 24px;
}

@media only screen and (max-width: 760px) {
  #gift section.giftitem_col div.section_wrap div.fl_box div.fl_box_l {
    padding-top: 0;
    float: none;
    display: block;
    width: 100%;
  }
}

#gift section.giftitem_col div.section_wrap div.fl_box div.fl_box_l h3 {
  font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media only screen and (max-width: 760px) {
  #gift section.giftitem_col div.section_wrap div.fl_box div.fl_box_l h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 12px;
  }
}

#gift section.giftitem_col div.section_wrap div.fl_box div.fl_box_l h3 span {
  font-size: 13px;
  display: block;
}

@media only screen and (max-width: 760px) {
  #gift section.giftitem_col div.section_wrap div.fl_box div.fl_box_l h3 span {
    font-size: 11px;
  }
}

#gift section.giftitem_col div.section_wrap div.fl_box div.fl_box_l p {
  font-size: 14px;
  line-height: 26px;
}

#gift section.giftitem_col div.section_wrap div.fl_box div.fl_box_l p span.atention {
  padding-top: 10px;
  display: block;
  font-size: 12px;
  line-height: 20px;
}

#gift section.giftitem_col div.section_wrap div.fl_box div.fl_box_l p span.atention span {
  display: block;
}

#gift section.giftitem_col div.section_wrap div.fl_box div.fl_box_l p span.atention span.post {
  color: #a14848;
}

@media only screen and (max-width: 760px) {
  #gift section.giftitem_col div.section_wrap div.fl_box div.fl_box_l p {
    font-size: 12px;
    line-height: 20px;
  }
  #gift section.giftitem_col div.section_wrap div.fl_box div.fl_box_l p span.atention {
    font-size: 10px;
    line-height: 17px;
  }
}

#gift section.giftitem_col div.section_wrap div.fl_box div.fl_box_r {
  display: table-cell;
  padding-left: 30px;
  padding-top: 30px;
  vertical-align: top;
}

@media only screen and (max-width: 760px) {
  #gift section.giftitem_col div.section_wrap div.fl_box div.fl_box_r {
    padding-top: 20px;
    float: none;
    display: block;
    width: 100%;
    padding-left: 0;
  }
}

#gift section.giftitem_col div.section_wrap div.fl_box div.fl_box_r a.link {
  background-image: url(https://odashi.com/img/product/ico-arr.png);
  background-size: 15px auto;
  background-position: left 12px;
  background-repeat: no-repeat;
  padding-left: 22px;
  display: block;
  font-size: 12px;
  line-height: 24px;
  padding-top: 7px;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#gift section.giftitem_col div.section_wrap div.fl_box div.fl_box_r a.link:hover span {
  color: #a14848 !important;
}

#gift section.giftitem_col div.section_wrap div.fl_box div.fl_box_r a.link:hover span:after {
  display: none;
}

#gift section.giftitem_col div.section_wrap div.fl_box div.fl_box_r a.link span {
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}

#gift section.giftitem_col div.section_wrap div.fl_box div.fl_box_r a.link span:after {
  width: 100%;
  height: 1px;
  background-color: #c4c4c4;
  left: 0;
  bottom: -3px;
  position: absolute;
  content: "";
  display: block;
}

#gift section.giftitem_col div.section_wrap div.fl_box div.fl_box_r dl {
  border: 1px solid #e6e6e6;
}

#gift section.giftitem_col div.section_wrap div.fl_box div.fl_box_r dl dt {
  border-bottom: 1px solid #e6e6e6;
  line-height: 44px;
  text-align: center;
  width: 100%;
}

@media only screen and (max-width: 760px) {
  #gift section.giftitem_col div.section_wrap div.fl_box div.fl_box_r dl dt {
    font-size: 12px;
  }
}

#gift section.giftitem_col div.section_wrap div.fl_box div.fl_box_r dl dd {
  padding: 14px;
}

#gift section.giftitem_col div.section_wrap div.fl_box div.fl_box_r dl dd span {
  font-size: 12px;
  line-height: 22px;
}

@media only screen and (max-width: 760px) {
  #gift section.giftitem_col div.section_wrap div.fl_box div.fl_box_r dl dd span {
    font-size: 11px;
    line-height: 18px;
  }
}

#gift section.giftitem_col div.section_wrap div.cart_box {
  border-top: 1px solid #e6e6e6;
  margin-top: 20px;
  padding-top: 20px;
  overflow: hidden;
}

@media only screen and (max-width: 760px) {
  #gift section.giftitem_col div.section_wrap div.cart_box {
    padding-top: 12px;
    padding-bottom: 6px;
  }
}

#gift section.giftitem_col div.section_wrap div.cart_box p.price {
  width: 56%;
  text-align: right;
  font-size: 18px;
  line-height: 50px;
  display: inline-block;
  font-weight: bold;
}

@media only screen and (max-width: 760px) {
  #gift section.giftitem_col div.section_wrap div.cart_box p.price {
    width: 100%;
    font-size: 15px;
  }
}

#gift section.giftitem_col div.section_wrap div.cart_box p.price span.taxin {
  font-size: 14px;
}

@media only screen and (max-width: 760px) {
  #gift section.giftitem_col div.section_wrap div.cart_box p.price span.taxin {
    font-size: 12px;
  }
}

#gift section.giftitem_col div.section_wrap div.cart_box form {
  width: 300px;
  float: right;
}

@media only screen and (max-width: 760px) {
  #gift section.giftitem_col div.section_wrap div.cart_box form {
    max-width: 280px;
    width: 100%;
  }
}

#gift section.giftitem_col div.section_wrap div.cart_box form div.list_cart_wrap {
  border: 1px solid #e7e7e7;
  position: relative;
  width: 70px;
  float: left;
}

@media only screen and (max-width: 760px) {
  #gift section.giftitem_col div.section_wrap div.cart_box form div.list_cart_wrap {
    width: 60px;
  }
}

#gift section.giftitem_col div.section_wrap div.cart_box form div.list_cart_wrap input {
  position: relative;
  left: 0;
  width: 50px;
  border: none;
  line-height: 40px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  cursor: pointer;
  height: auto;
  font-size: 12px;
}

@media only screen and (max-width: 760px) {
  #gift section.giftitem_col div.section_wrap div.cart_box form div.list_cart_wrap input {
    width: 100%;
  }
}

#gift section.giftitem_col div.section_wrap div.cart_box form a.count {
  height: 50%;
  position: absolute;
  width: 51px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(https://odashi.com/img/product/count-up.png);
  top: 0;
  right: -5px;
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: center 17px;
}

@media only screen and (max-width: 760px) {
  #gift section.giftitem_col div.section_wrap div.cart_box form a.count {
    background-position: center 10px;
    width: 30px;
    display: none;
  }
}

#gift section.giftitem_col div.section_wrap div.cart_box form a.count.btn_down {
  background-position: center 5px;
  top: auto;
  bottom: 0;
  background-image: url(https://odashi.com/img/product/count-down.png);
}

#gift section.giftitem_col div.section_wrap div.cart_box form input[type="submit"] {
  float: right;
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  border: none;
  background-color: #494949;
  color: #ffffff;
  width: 73%;
  padding: 0;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 15px;
}

@media only screen and (max-width: 760px) {
  #gift section.giftitem_col div.section_wrap div.cart_box form input[type="submit"] {
    font-size: 12px;
  }
}

#gift a.gift_link {
  margin-top: 0px;
  width: 100%;
  display: block;
  text-align: center;
  background-color: #f6f7f6;
  background-image: url(https://odashi.com/img/gift/arr.png);
  background-repeat: no-repeat;
  background-position: 98% center;
  margin-bottom: 80px;
}

@media only screen and (max-width: 760px) {
  #gift a.gift_link {
    margin-bottom: 0;
    background-position: 94% center;
  }
}

@media only screen and (min-width: 979px) {
  #gift a.gift_link {
    transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
}

@media only screen and (min-width: 979px) {
  #gift a.gift_link:hover {
    background-image: url(https://odashi.com/img/gift/arr_w.png);
    background-color: #4C4C4C;
  }
  #gift a.gift_link:hover span {
    color: #fff;
  }
}

@media only screen and (max-width: 760px) {
  #gift a.gift_link {
    width: 84.3%;
    margin-left: auto;
    margin-right: auto;
  }
}

#gift a.gift_link span {
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 60px;
}

@media only screen and (max-width: 760px) {
  #gift a.gift_link span {
    line-height: 50px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 979px) {
  #gift a.gift_link span {
    transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
}

body.page-seihou div#slide {
  position: relative;
}

body.page-seihou div#slide div.slide_wrap {
  width: 100%;
  height: 100%;
}

body.page-seihou div#slide div.slide_wrap ul {
  width: 100%;
  height: 100%;
  position: relative;
}

body.page-seihou div#slide div.slide_wrap ul li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 1000;
  transition: opacity 1400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: opacity 1400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: opacity 1400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: opacity 1400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: opacity 1400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}

body.page-seihou div#slide div.slide_wrap ul li.on {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

body.page-seihou div#slide div.slide_wrap ul a {
  width: 100%;
  height: 100%;
  position: relative;
}

body.page-seihou div#slide a.slide_arr {
  width: 5%;
  min-width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1002;
}

body.page-seihou div#slide a.slide_arr:hover:before {
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

body.page-seihou div#slide a.slide_arr:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: relative;
  z-index: 0;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}

body.page-seihou div#slide a.slide_arr:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 26px auto;
}

body.page-seihou div#slide ul.ctrl {
  position: absolute;
  text-align: center;
  display: inline-block;
  bottom: 8px;
  right: 14px;
  z-index: 1002;
}

@media only screen and (max-width: 760px) {
  body.page-seihou div#slide ul.ctrl {
    bottom: 6px;
    right: auto;
    width: 100%;
  }
}

body.page-seihou div#slide ul.ctrl li {
  display: inline-block;
}

body.page-seihou div#slide ul.ctrl li a {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
  font-size: 0;
}

body.page-seihou div#slide ul.ctrl li a:hover:after {
  background-color: #ccc;
}

body.page-seihou div#slide ul.ctrl li a.on:after {
  background-color: #fff;
}

body.page-seihou div#slide ul.ctrl li a:after {
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  margin-top: -3px;
  top: 50%;
  left: 50%;
  position: absolute;
  border-radius: 100%;
  display: block;
  box-sizing: border-box;
  background-color: #888;
  transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}

nav.itemnav.special {
  padding-top: 0;
  margin-top: 25px;
}

nav.itemnav.special ul li {
  border-top: 1px solid #e7e7e7;
}

nav.itemnav.special ul li:last-child a {
  padding-bottom: 0 !important;
}

nav.itemnav.special ul li a {
  padding-top: 16px;
  padding-bottom: 16px;
  display: block;
}

nav.itemnav.special ul li a span {
  display: block;
  font-size: 12px !important;
  line-height: 20px !important;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
}

nav.itemnav.special ul li a span.ex {
  color: #d53939;
  font-weight: bold;
  font-size: 11px !important;
  margin-left: -5px;
}

a#totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  height: 40px;
  width: 40px;
  z-index: 1000;
  display: none;
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: opacity 400ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}

a#totop.on {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

a#totop:before {
  content: "";
  background-color: #c4c4c4;
  width: 30px;
  height: 1px;
  left: 50%;
  margin-left: -15px;
  top: 0;
  display: block;
  position: absolute;
}

a#totop:after {
  content: "";
  border: 1px solid #c4c4c4;
  border-right: none;
  border-bottom: none;
  width: 20px;
  height: 20px;
  left: 50%;
  margin-left: -10px;
  top: 4px;
  display: block;
  position: absolute;
  transform-origin: center;
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  box-sizing: border-box;
}

a#totop span {
  font-size: 10px;
  color: #6c6c6c;
  padding-top: 25px;
  text-align: center;
  display: block;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
}

body {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px auto;
  background-image: url(https://odashi.com/img/common/loading3.gif);
}

@media only screen and (max-width: 760px) {
  body {
    background-size: 24px auto;
  }
}

body #wrapAll {
  background-color: #fff;
}

body.page-index {
  background-color: #000;
  background-image: none;
}

@media only screen and (max-width: 760px) {
  body.page-index {
    background-image: url(https://odashi.com/img/common/loading4.gif);
  }
}

@media only screen and (max-width: 979px) {
  body.page-index {
    overflow: inherit !important;
    height: auto !important;
  }
}

body.page-index #IndexWrap {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 1800ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  -webkit-transition: opacity 1800ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  -moz-transition: opacity 1800ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  -ms-transition: opacity 1800ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  -o-transition: opacity 1800ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
}

body.page-index #IndexWrap.load {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 979px) {
  body.page-index #IndexWrap {
    overflow: inherit !important;
    height: auto !important;
  }
}

body.page-index #Cover {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media only screen and (max-width: 979px) {
  body.page-index #Cover {
    height: auto !important;
    padding-top: 60px;
  }
}

@media only screen and (max-width: 760px) {
  body.page-index #Cover {
    height: auto !important;
    padding-top: 50px;
  }
}

body.page-index #Cover #Intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 979px) {
  body.page-index #Cover #Intro {
    display: none;
  }
}

body.page-index #Cover #Intro.active {
  transition: all 1200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: all 1200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: all 1200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: all 1200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: all 1200ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  top: -100px;
}

body.page-index #Cover #Intro .wrap {
  width: 100%;
  height: 100%;
}

body.page-index #Cover #Intro .wrap .pic {
  width: 376px;
  height: 496px;
  position: absolute;
  z-index: 200;
  top: 48%;
  left: 50%;
  margin-left: -188px;
  margin-top: -270px;
}

body.page-index #Cover #Intro .wrap .pic.load:before, body.page-index #Cover #Intro .wrap .pic.load:after {
  width: 100% !important;
}

body.page-index #Cover #Intro .wrap .pic.load p.p {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: translate3d(0px, 0px, 0px) !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
  -moz-transform: translate3d(0px, 0px, 0px) !important;
  -ms-transform: translate3d(0px, 0px, 0px) !important;
  -o-transform: translate3d(0px, 0px, 0px) !important;
}

body.page-index #Cover #Intro .wrap .pic:before {
  height: 1px;
  position: absolute;
  background-color: #fff;
  content: "";
  display: block;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

body.page-index #Cover #Intro .wrap .pic:after {
  height: 1px;
  position: absolute;
  background-color: #fff;
  content: "";
  display: block;
  bottom: 0;
  right: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

body.page-index #Cover #Intro .wrap .pic:before, body.page-index #Cover #Intro .wrap .pic:after {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  width: 0;
  transition: all 1500ms cubic-bezier(0.25, 0.1, 0.25, 1) 7400ms;
  -webkit-transition: all 1500ms cubic-bezier(0.25, 0.1, 0.25, 1) 7400ms;
  -moz-transition: all 1500ms cubic-bezier(0.25, 0.1, 0.25, 1) 7400ms;
  -o-transition: all 1500ms cubic-bezier(0.25, 0.1, 0.25, 1) 7400ms;
  -ms-transition: all 1500ms cubic-bezier(0.25, 0.1, 0.25, 1) 7400ms;
}

body.page-index #Cover #Intro .wrap .pic img.intro {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

body.page-index #Cover #Intro .wrap .pic p.p {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background-image: url(https://odashi.com/img/top/intro2.png);
  background-repeat: no-repeat;
  background-position: -188px 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: block;
  transition: all 2000ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  -webkit-transition: all 2000ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  -moz-transition: all 2000ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  -o-transition: all 2000ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  -ms-transition: all 2000ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
}

body.page-index #Cover #Intro .wrap .pic p.p.p1 {
  width: 58px;
  background-position: -318px 0;
  left: 318px;
  -moz-transition-delay: 1400ms;
  -webkit-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
}

body.page-index #Cover #Intro .wrap .pic p.p.p2 {
  width: 68px;
  background-position: -250px 0;
  left: 250px;
  -moz-transition-delay: 1650ms;
  -webkit-transition-delay: 1650ms;
  -o-transition-delay: 1650ms;
  -ms-transition-delay: 1650ms;
}

body.page-index #Cover #Intro .wrap .pic p.p.p3 {
  background-position: -200px 0;
  left: 200px;
  -moz-transition-delay: 3200ms;
  -webkit-transition-delay: 3200ms;
  -o-transition-delay: 3200ms;
  -ms-transition-delay: 3200ms;
}

body.page-index #Cover #Intro .wrap .pic p.p.p4 {
  background-position: -150px 0;
  left: 150px;
  -moz-transition-delay: 3550ms;
  -webkit-transition-delay: 3550ms;
  -o-transition-delay: 3550ms;
  -ms-transition-delay: 3550ms;
}

body.page-index #Cover #Intro .wrap .pic p.p.p5 {
  background-position: -100px 0;
  left: 100px;
  -moz-transition-delay: 5400ms;
  -webkit-transition-delay: 5400ms;
  -o-transition-delay: 5400ms;
  -ms-transition-delay: 5400ms;
}

body.page-index #Cover #Intro .wrap .pic p.p.p6 {
  background-position: -50px 0;
  left: 50px;
  -moz-transition-delay: 5750ms;
  -webkit-transition-delay: 5750ms;
  -o-transition-delay: 5750ms;
  -ms-transition-delay: 5750ms;
}

body.page-index #Cover #Intro .wrap .pic p.p.p7 {
  background-position: 0px 0;
  left: 0;
  -moz-transition-delay: 6100ms;
  -webkit-transition-delay: 6100ms;
  -o-transition-delay: 6100ms;
  -ms-transition-delay: 6100ms;
}

body.page-index #wrapAll {
  width: 100%;
  background-color: #fff;
  padding-top: 0 !important;
  position: relative;
}

body.page-index #wrapAll #main {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  padding-bottom: 0;
  transition: opacity 1000ms cubic-bezier(0.42, 0, 0.58, 1) 1000ms;
  -webkit-transition: opacity 1000ms cubic-bezier(0.42, 0, 0.58, 1) 1000ms;
  -moz-transition: opacity 1000ms cubic-bezier(0.42, 0, 0.58, 1) 1000ms;
  -ms-transition: opacity 1000ms cubic-bezier(0.42, 0, 0.58, 1) 1000ms;
  -o-transition: opacity 1000ms cubic-bezier(0.42, 0, 0.58, 1) 1000ms;
}

body.page-index #wrapAll #main.load {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 979px) {
  body.page-index #wrapAll #main {
    padding-top: 0px;
    max-width: 100%;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
  }
}

@media only screen and (max-width: 760px) {
  body.page-index #wrapAll #main {
    padding-top: 0;
  }
}

body.page-index #wrapAll #main #Index_main {
  position: relative;
  width: 100%;
  background-color: transparent;
  transition: background-color 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: background-color 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: background-color 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: background-color 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: background-color 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  z-index: 100;
  top: 0;
  left: 0;
}

body.page-index #wrapAll #main #Index_main.active {
  background-color: #fff;
}

body.page-index #wrapAll #main #Index_main.active:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

body.page-index #wrapAll #main #Index_main:before {
  content: "";
  background-color: #fff;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  transition: opacity 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: opacity 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: opacity 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: opacity 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: opacity 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}

body.page-index #wrapAll #main #Index_main .wrap {
  width: 980px;
  padding-top: 20px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}

body.page-index #wrapAll #main #Index_main .wrap.active {
  transition: opacity 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
  -webkit-transition: opacity 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
  -moz-transition: opacity 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
  -o-transition: opacity 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
  -ms-transition: opacity 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

body.page-index header {
  position: relative !important;
  top: -60px;
  background-color: transparent;
}

@media only screen and (max-width: 979px) {
  body.page-index header {
    top: 0;
    position: fixed !important;
  }
}

body.page-index header.load:before {
  width: 100%;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

body.page-index header.load .header_wrap {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

body.page-index header.loaded:before {
  width: 100%;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

body.page-index header.loaded .header_wrap {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

body.page-index header:before {
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: #fff;
  content: "";
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1) 1000ms;
  -webkit-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1) 1000ms;
  -moz-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1) 1000ms;
  -ms-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1) 1000ms;
  -o-transition: all 800ms cubic-bezier(0.165, 0.84, 0.44, 1) 1000ms;
}

@media only screen and (max-width: 979px) {
  body.page-index header:before {
    display: none;
  }
}

body.page-index header .header_wrap {
  background-color: transparent;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 800ms cubic-bezier(0.42, 0, 0.58, 1) 1600ms;
  -webkit-transition: opacity 800ms cubic-bezier(0.42, 0, 0.58, 1) 1600ms;
  -moz-transition: opacity 800ms cubic-bezier(0.42, 0, 0.58, 1) 1600ms;
  -ms-transition: opacity 800ms cubic-bezier(0.42, 0, 0.58, 1) 1600ms;
  -o-transition: opacity 800ms cubic-bezier(0.42, 0, 0.58, 1) 1600ms;
}

@media only screen and (max-width: 979px) {
  body.page-index header .header_wrap {
    background-color: #fff;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
  }
}

body.page-index header .hnav_pc {
  width: 90%;
  max-width: 100%;
}

body.page-index div#mainslide {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

body.page-index div#mainslide .mainslide_wrap {
  height: 670px;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 1200ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
  -webkit-transition: opacity 1200ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
  -moz-transition: opacity 1200ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
  -o-transition: opacity 1200ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
  -ms-transition: opacity 1200ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
}

body.page-index div#mainslide .mainslide_wrap.op1 {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 979px) {
  body.page-index div#mainslide .mainslide_wrap {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 760px) {
  body.page-index div#mainslide .mainslide_wrap {
    width: 100%;
  }
}

body.page-index div#mainslide div#lnav {
  width: 270px;
  height: 520px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 1200ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
  -webkit-transition: opacity 1200ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
  -moz-transition: opacity 1200ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
  -o-transition: opacity 1200ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
  -ms-transition: opacity 1200ms cubic-bezier(0.25, 0.1, 0.25, 1) 1000ms;
  position: absolute;
  top: 40%;
  left: 15% !important;
  margin-top: -260px;
  margin-left: -135px;
}

body.page-index div#mainslide div#lnav.lnav2 div.lnav_head {
  width: 175px !important;
}

body.page-index div#mainslide div#lnav.lnav2 ul.lnav {
  width: 200px !important;
}

body.page-index div#mainslide div#lnav.lnav2 ul.lnav li a {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

@media only screen and (max-width: 979px) {
  body.page-index div#mainslide div#lnav {
    display: none;
  }
}

@media only screen and (max-width: 760px) {
  body.page-index div#mainslide div#lnav {
    display: none;
  }
}

body.page-index div#mainslide div#lnav div.lnav_head {
  width: 150px !important;
  padding-top: 63px;
  padding-bottom: 31px;
  margin-bottom: 22px;
}

body.page-index div#mainslide div#lnav div.lnav_head a#logo_pc {
  width: 116px !important;
}

body.page-index div#mainslide div#lnav div.lnav_head a#logo_pc img {
  width: 100%;
  height: auto;
}

body.page-index div#mainslide div#lnav ul.lnav {
  width: 180px;
}

body.page-index div#mainslide div#lnav ul.lnav li {
  width: auto;
}

body.page-index div#mainslide div#lnav ul.lnav li a {
  padding-left: 14px;
  padding-right: 15px;
  width: 16px;
}

body.page-index div#mainslide div#lnav ul.lnav li a img {
  width: 16px !important;
  height: auto;
}

ul#slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}

ul#slide li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  cursor: default !important;
  transition: filter 9000ms cubic-bezier(0.25, 0.1, 0.25, 1) 2000ms, transform 9000ms cubic-bezier(0, 0, 0.58, 1) 0ms, opacity 3000ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 3000ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: -webkit-filter 9000ms cubic-bezier(0.25, 0.1, 0.25, 1) 2000ms, -webkit-transform 9000ms cubic-bezier(0, 0, 0.58, 1) 0ms, opacity 3000ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 3000ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: -moz-filter 9000ms cubic-bezier(0.25, 0.1, 0.25, 1) 2000ms, -moz-transform 9000ms cubic-bezier(0, 0, 0.58, 1) 0ms, opacity 3000ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 3000ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: -ms-filter 9000ms cubic-bezier(0.25, 0.1, 0.25, 1) 2000ms, -ms-transform 9000ms cubic-bezier(0, 0, 0.58, 1) 0ms, opacity 3000ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 3000ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: -o-filter 9000ms cubic-bezier(0.25, 0.1, 0.25, 1) 2000ms, -o-transform 9000ms cubic-bezier(0, 0, 0.58, 1) 0ms, opacity 3000ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 3000ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  opacity: 0 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}

ul#slide li a {
  cursor: default !important;
}

ul#slide li.pic_01 {
  background-image: url(https://odashi.com/img/top/slide_01.jpg);
  background-position: center top !important;
}

ul#slide li.pic_01 div {
  width: 100%;
  height: 100%;
  background-image: url(https://odashi.com/img/top/slide_01_dark.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  transition: opacity 8000ms cubic-bezier(0.25, 0.1, 0.25, 1) 2000ms;
  -webkit-transition: opacity 8000ms cubic-bezier(0.25, 0.1, 0.25, 1) 2000ms;
  -moz-transition: opacity 8000ms cubic-bezier(0.25, 0.1, 0.25, 1) 2000ms;
  -ms-transition: opacity 8000ms cubic-bezier(0.25, 0.1, 0.25, 1) 2000ms;
  -o-transition: opacity 8000ms cubic-bezier(0.25, 0.1, 0.25, 1) 2000ms;
}

ul#slide li.pic_01.load div {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

ul#slide li.pic_02 {
  background-image: url(https://odashi.com/img/top/slide_02.jpg);
}

ul#slide li.pic_03 {
  background-image: url(https://odashi.com/img/top/slide_03.jpg);
}

ul#slide li.pic_04 {
  background-image: url(https://odashi.com/img/top/slide_04.jpg);
}

ul#slide li.pic_05 {
  background-image: url(https://odashi.com/img/top/slide_05.jpg);
  background-position: center top !important;
}

ul#slide li.pic_06 {
  background-image: url(https://odashi.com/img/top/slide_06.jpg);
  background-position: center top !important;
}

ul#slide li.pic_07 {
  background-image: url(https://odashi.com/img/top/slide_07.jpg);
  background-position: center top !important;
}

ul#slide li.pic_08 {
  background-image: url(https://odashi.com/img/top/slide_08.jpg);
  background-position: center top !important;
}

ul#slide li.on {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: scale(1.04) !important;
  -moz-transform: scale(1.04) !important;
  -webkit-transform: scale(1.04) !important;
  -o-transform: scale(1.04) !important;
  -ms-transform: scale(1.04) !important;
}

#slide2 {
  width: 100%;
  height: 100%;
}

#slide2 .slide_wrap2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

#slide2 .slide_wrap2 ul.pic {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: 20px auto;
}

#slide2 .slide_wrap2 ul.pic li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#slide2 .slide_wrap2 ul.pic li a {
  display: block;
  cursor: default !important;
}

#slide2 .slide_wrap2 ul.pic li a * {
  cursor: default !important;
}

#slide2 .slide_wrap2 ul.pic li img.base {
  width: 100%;
  height: auto;
}

#slide2 .slide_wrap2 ul.pic li p.img {
  position: absolute;
  z-index: 100;
  top: 50%;
  right: 0;
  display: block;
}

@media only screen and (max-width: 979px) {
  #slide2 .slide_wrap2 ul.pic li p.img {
    right: 5%;
  }
}

@media only screen and (max-width: 760px) {
  #slide2 .slide_wrap2 ul.pic li p.img {
    display: none;
  }
}

#slide2 a.arr {
  position: absolute;
  top: 45%;
  font-size: 50px;
  color: #ffffff;
  display: none;
}

#slide2 a.arr.arr_l {
  left: 10px;
}

#slide2 a.arr.arr_r {
  right: 10px;
}

#slide2 a.arr:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

#slide2 ul.ctrl {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 10px;
  text-align: center;
}

#slide2 ul.ctrl li {
  height: 16px;
  width: 16px;
  display: inline-block;
  margin: 0px;
}

#slide2 ul.ctrl li a {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

#slide2 ul.ctrl li a:after {
  height: 6px;
  width: 6px;
  border-radius: 6px;
  background-color: #888;
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
}

#slide2 ul.ctrl li.active a:after {
  background-color: #fff;
}

body.page-index #main {
  position: relative;
  top: -120px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 979px) {
  body.page-index #main {
    top: 0;
  }
}

body.page-index #Mind {
  width: 848px;
  height: 354px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
}

@media only screen and (max-width: 979px) {
  body.page-index #Mind {
    display: none !important;
  }
}

body.page-index #Mind .pic {
  width: 848px;
  height: 354px;
  position: absolute;
  z-index: 200;
}

body.page-index #Mind .pic.load:before, body.page-index #Mind .pic.load:after {
  height: 142px !important;
  top: 0 !important;
}

body.page-index #Mind .pic.load p.p {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

body.page-index #Mind .pic:before, body.page-index #Mind .pic:after {
  width: 1px;
  height: 0;
  background-color: #d2d2d2;
  content: "";
  position: absolute;
  right: 0;
  top: 0px;
  transition: all 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 1800ms;
  -webkit-transition: all 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 1800ms;
  -moz-transition: all 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 1800ms;
  -o-transition: all 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 1800ms;
  -ms-transition: all 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 1800ms;
}

body.page-index #Mind .pic:after {
  right: 2px;
}

body.page-index #Mind .pic img.omoi {
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

body.page-index #Mind .pic p.p {
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 100%;
  background-image: url(https://odashi.com/img/top/omoi.png);
  background-repeat: no-repeat;
  background-position: -188px 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: block;
  transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  -webkit-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  -moz-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  -o-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
  -ms-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95) 0ms;
}

body.page-index #Mind .pic p.p.p1 {
  width: 99px;
  background-position: -749px 0;
  left: 749px;
  transition-delay: 0;
  -moz-transition-delay: 0;
  -webkit-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
}

body.page-index #Mind .pic p.p.p2 {
  background-position: -711px 0;
  left: 711px;
  transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
}

body.page-index #Mind .pic p.p.p3 {
  background-position: -673px 0;
  left: 673px;
  transition-delay: 120ms;
  -moz-transition-delay: 120ms;
  -webkit-transition-delay: 120ms;
  -o-transition-delay: 120ms;
  -ms-transition-delay: 120ms;
}

body.page-index #Mind .pic p.p.p4 {
  background-position: -635px 0;
  left: 635px;
  transition-delay: 140ms;
  -moz-transition-delay: 140ms;
  -webkit-transition-delay: 140ms;
  -o-transition-delay: 140ms;
  -ms-transition-delay: 140ms;
}

body.page-index #Mind .pic p.p.p5 {
  background-position: -597px 0;
  left: 597px;
  transition-delay: 160ms;
  -moz-transition-delay: 160ms;
  -webkit-transition-delay: 160ms;
  -o-transition-delay: 160ms;
  -ms-transition-delay: 160ms;
}

body.page-index #Mind .pic p.p.p6 {
  background-position: -559px 0;
  left: 559px;
  transition-delay: 180ms;
  -moz-transition-delay: 180ms;
  -webkit-transition-delay: 180ms;
  -o-transition-delay: 180ms;
  -ms-transition-delay: 180ms;
}

body.page-index #Mind .pic p.p.p7 {
  background-position: -521px 0;
  left: 521px;
  transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}

body.page-index #Mind .pic p.p.p8 {
  background-position: -483px 0;
  left: 483px;
  transition-delay: 220ms;
  -moz-transition-delay: 220ms;
  -webkit-transition-delay: 220ms;
  -o-transition-delay: 220ms;
  -ms-transition-delay: 220ms;
}

body.page-index #Mind .pic p.p.p9 {
  background-position: -445px 0;
  left: 445px;
  transition-delay: 240ms;
  -moz-transition-delay: 240ms;
  -webkit-transition-delay: 240ms;
  -o-transition-delay: 240ms;
  -ms-transition-delay: 240ms;
}

body.page-index #Mind .pic p.p.p10 {
  background-position: -407px 0;
  left: 407px;
  transition-delay: 260ms;
  -moz-transition-delay: 260ms;
  -webkit-transition-delay: 260ms;
  -o-transition-delay: 260ms;
  -ms-transition-delay: 260ms;
}

body.page-index #Mind .pic p.p.p11 {
  background-position: -369px 0;
  left: 369px;
  transition-delay: 280ms;
  -moz-transition-delay: 280ms;
  -webkit-transition-delay: 280ms;
  -o-transition-delay: 280ms;
  -ms-transition-delay: 280ms;
}

body.page-index #Mind .pic p.p.p12 {
  background-position: -331px 0;
  left: 331px;
  transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
}

body.page-index #Mind .pic p.p.p13 {
  background-position: -293px 0;
  left: 293px;
  transition-delay: 320ms;
  -moz-transition-delay: 320ms;
  -webkit-transition-delay: 320ms;
  -o-transition-delay: 320ms;
  -ms-transition-delay: 320ms;
}

body.page-index #Mind .pic p.p.p14 {
  background-position: -255px 0;
  left: 255px;
  transition-delay: 340ms;
  -moz-transition-delay: 340ms;
  -webkit-transition-delay: 340ms;
  -o-transition-delay: 340ms;
  -ms-transition-delay: 340ms;
}

body.page-index #Mind .pic p.p.p15 {
  background-position: -217px 0;
  left: 217px;
  transition-delay: 360ms;
  -moz-transition-delay: 360ms;
  -webkit-transition-delay: 360ms;
  -o-transition-delay: 360ms;
  -ms-transition-delay: 360ms;
}

body.page-index #Mind .pic p.p.p16 {
  background-position: -179px 0;
  left: 179px;
  transition-delay: 380ms;
  -moz-transition-delay: 380ms;
  -webkit-transition-delay: 380ms;
  -o-transition-delay: 380ms;
  -ms-transition-delay: 380ms;
}

body.page-index #Mind .pic p.p.p17 {
  background-position: -141px 0;
  left: 141px;
  transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}

body.page-index #Mind .pic p.p.p18 {
  background-position: -103px 0;
  left: 103px;
  transition-delay: 420ms;
  -moz-transition-delay: 420ms;
  -webkit-transition-delay: 420ms;
  -o-transition-delay: 420ms;
  -ms-transition-delay: 420ms;
}

body.page-index #Mind .pic p.p.p19 {
  background-position: -65px 0;
  left: 65px;
  transition-delay: 440ms;
  -moz-transition-delay: 440ms;
  -webkit-transition-delay: 440ms;
  -o-transition-delay: 440ms;
  -ms-transition-delay: 440ms;
}

body.page-index #Mind .pic p.p.p20 {
  background-position: -27px 0;
  left: 27px;
  transition-delay: 460ms;
  -moz-transition-delay: 460ms;
  -webkit-transition-delay: 460ms;
  -o-transition-delay: 460ms;
  -ms-transition-delay: 460ms;
}

body.page-index #Mind .pic p.p.p21 {
  width: 27px;
  background-position: 0 0;
  left: 0px;
  transition-delay: 480ms;
  -moz-transition-delay: 480ms;
  -webkit-transition-delay: 480ms;
  -o-transition-delay: 480ms;
  -ms-transition-delay: 480ms;
}

body.page-index #Greeting {
  width: 100%;
  background-color: #ffffff;
  position: relative;
  top: -120px;
  z-index: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: background-color 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 800ms cubic-bezier(0.42, 0, 0.58, 1) 1600ms;
  -webkit-transition: background-color 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 800ms cubic-bezier(0.42, 0, 0.58, 1) 1600ms;
  -moz-transition: background-color 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 800ms cubic-bezier(0.42, 0, 0.58, 1) 1600ms;
  -ms-transition: background-color 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 800ms cubic-bezier(0.42, 0, 0.58, 1) 1600ms;
  -o-transition: background-color 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, z-index 800ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, opacity 800ms cubic-bezier(0.42, 0, 0.58, 1) 1600ms;
}

body.page-index #Greeting.hash {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  z-index: 0 !important;
  background-color: #eff0f0 !important;
}

@media only screen and (max-width: 979px) {
  body.page-index #Greeting {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    z-index: 0 !important;
    top: 0 !important;
    background-color: #eff0f0 !important;
  }
}

body.page-index #Greeting.load {
  background-color: #eff0f0;
}

body.page-index #Greeting .wrap {
  padding-top: 90px;
  padding-bottom: 90px;
  width: 100%;
}

@media only screen and (max-width: 979px) {
  body.page-index #Greeting .wrap {
    padding-top: 80px;
    padding-bottom: 80px;
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    z-index: 0 !important;
    top: 0 !important;
  }
}

@media only screen and (max-width: 760px) {
  body.page-index #Greeting .wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

body.page-index #Greeting .wrap dl {
  display: none;
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 979px) {
  body.page-index #Greeting .wrap dl {
    display: table;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 760px) {
  body.page-index #Greeting .wrap dl {
    width: 80%;
  }
}

body.page-index #Greeting .wrap dl dt,
body.page-index #Greeting .wrap dl dd {
  display: table-cell;
  vertical-align: middle;
  display: block;
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (max-width: 760px) {
  body.page-index #Greeting .wrap dl dt,
  body.page-index #Greeting .wrap dl dd {
    display: block;
    width: 100%;
    transform: rotate(0.028deg) \9;
    font-family: zen-old-mincho, sans-serif;
    font-weight: 700;
    font-style: normal;
  }
}

body.page-index #Greeting .wrap dl dt {
  width: 400px;
  height: 100%;
  text-align: center;
}

@media only screen and (max-width: 979px) {
  body.page-index #Greeting .wrap dl dt {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 760px) {
  body.page-index #Greeting .wrap dl dt {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

body.page-index #Greeting .wrap dl dt div.bgwrap {
  width: 75%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

@media only screen and (max-width: 979px) {
  body.page-index #Greeting .wrap dl dt div.bgwrap {
    height: auto !important;
    margin-bottom: 20px;
    border: none !important;
  }
}

body.page-index #Greeting .wrap dl dt div.bgwrap:before, body.page-index #Greeting .wrap dl dt div.bgwrap:after {
  background-color: #d2d2d2;
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
}

body.page-index #Greeting .wrap dl dt div.bgwrap:before {
  top: 3px;
}

@media only screen and (max-width: 979px) {
  body.page-index #Greeting .wrap dl dt div.bgwrap:before {
    display: none;
  }
}

body.page-index #Greeting .wrap dl dt div.bgwrap:after {
  bottom: 3px;
}

@media only screen and (max-width: 979px) {
  body.page-index #Greeting .wrap dl dt div.bgwrap:after {
    bottom: 0;
    background-color: #B9B9B9;
    position: absolute;
    left: 50%;
    content: "";
    width: 10px;
    margin-left: -5px;
    height: 1px;
    display: block;
  }
}

body.page-index #Greeting .wrap dl dt div.bgwrap span {
  font-size: 22px;
  text-align: center;
  line-height: 24px;
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  width: 100%;
  display: inline-block;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

@media only screen and (max-width: 979px) {
  body.page-index #Greeting .wrap dl dt div.bgwrap span {
    font-size: 18px;
    padding-bottom: 18px;
  }
}

@media only screen and (max-width: 760px) {
  body.page-index #Greeting .wrap dl dt div.bgwrap span {
    transform: rotate(0.028deg) \9;
    font-family: zen-old-mincho, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #494949;
    font-size: 16px;
    margin-top: 0;
    top: 0;
    padding-top: 0;
    padding-bottom: 18px;
    letter-spacing: 0.01em;
  }
}

body.page-index #Greeting .wrap dl dd span {
  font-size: 14px;
  line-height: 34px;
  line-height: 28px;
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@media only screen and (max-width: 979px) {
  body.page-index #Greeting .wrap dl dd span {
    font-size: 13px;
    line-height: 28px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    display: inline;
  }
}

@media only screen and (max-width: 760px) {
  body.page-index #Greeting .wrap dl dd span {
    display: inline;
    font-size: 12px;
    line-height: 21px;
  }
}

#Index_pc_header {
  display: none;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999999;
}

#Index_pc_header:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: opacity 600ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}

#Index_pc_header.on:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#Index_pc_header.on nav.hnav_pc ul li a span {
  color: #000;
}

#Index_pc_header.on nav.hnav_pc ul li a span.hnav_ico_01 {
  background-image: url(https://odashi.com/img/common/hnav_ico_01.png);
}

#Index_pc_header.on nav.hnav_pc ul li a span.hnav_ico_02 {
  background-image: url(https://odashi.com/img/common/hnav_ico_02.png);
}

#Index_pc_header.on nav.hnav_pc ul li a span.hnav_ico_03 {
  background-image: url(https://odashi.com/img/common/hnav_ico_03.png);
}

#Index_pc_header.on nav.hnav_pc ul div.search form#search input.submit {
  background-image: url(https://odashi.com/img/common/gnav_search.png);
}

#Index_pc_header.on nav.hnav_pc ul div.search form#search input {
  color: #000;
}

#Index_pc_header.on input[type=text] {
  color: #000000 !important;
}

@media only screen and (max-width: 979px) {
  #Index_pc_header {
    display: none !important;
  }
}

#Index_pc_header nav.hnav_pc {
  z-index: 1;
  height: 100%;
  width: 96% !important;
  margin-left: auto;
  margin-right: auto;
  display: table;
}

#Index_pc_header nav.hnav_pc ul {
  text-align: right;
}

#Index_pc_header nav.hnav_pc ul li {
  display: inline-block;
  position: relative;
}

#Index_pc_header nav.hnav_pc ul li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  right: 0;
  background-color: #d3d3d3;
  top: 24px;
}

#Index_pc_header nav.hnav_pc ul li.hnav_search:after {
  display: none;
}

#Index_pc_header nav.hnav_pc ul li.hnav_cart:after {
  display: none;
}

#Index_pc_header nav.hnav_pc ul li a {
  padding-top: 23px;
  padding-bottom: 20px;
  display: block;
  padding-left: 11px;
  padding-right: 11px;
  position: relative;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #fff;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  transform: rotate(0.028deg) \9;
  transition: opacity 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  -webkit-transition: opacity 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  -moz-transition: opacity 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  -o-transition: opacity 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  -ms-transition: opacity 300ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
}

#Index_pc_header nav.hnav_pc ul li a span {
  transform: rotate(0.028deg) \9;
}

#Index_pc_header nav.hnav_pc ul li a span.hnav_ico_01 {
  background-image: url(https://odashi.com/img/common/hnav_ico_01_w.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  padding-right: 20px;
}

#Index_pc_header nav.hnav_pc ul li a span.hnav_ico_02 {
  background-image: url(https://odashi.com/img/common/hnav_ico_02_w.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 14px auto;
  padding-right: 18px;
  font-size: 12px;
  left: 0.04em;
}

#Index_pc_header nav.hnav_pc ul li a span.hnav_ico_03 {
  background-image: url(https://odashi.com/img/common/hnav_ico_03_w.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 17px auto;
  padding-right: 21px;
  font-size: 12px;
  letter-spacing: 0.04em;
}

#Index_pc_header nav.hnav_pc ul li a span.ex {
  color: #d53939;
  font-weight: bold;
}

#Index_pc_header nav.hnav_pc ul li a:hover {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

#Index_pc_header nav.hnav_pc ul li a:hover span:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#Index_pc_header nav.hnav_pc ul div.search {
  width: 180px;
  display: inline-block;
  position: relative;
}

#Index_pc_header nav.hnav_pc ul div.search form#search input {
  border: none;
  border-bottom: 1px solid #d3d3d3;
  background-color: transparent !important;
  width: 170px;
  outline: 0;
  line-height: 18px;
  font-size: 12px;
  padding: 5px;
}

#Index_pc_header nav.hnav_pc ul div.search form#search input[type=text] {
  color: #ffffff;
}

#Index_pc_header nav.hnav_pc ul div.search form#search input.submit {
  cursor: pointer;
  background-color: transparent;
  border: none;
  text-indent: -9999px;
  background-image: url(https://odashi.com/img/common/gnav_search_w.png);
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: center center;
  height: 14px;
  width: 14px;
  padding: 17px;
  position: absolute;
  right: -8px;
  top: -6px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (min-width: 979px) {
  .setop {
    opacity: 0 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translate3d(0px, 10px, 0px) !important;
    -webkit-transform: translate3d(0px, 10px, 0px) !important;
    -moz-transform: translate3d(0px, 10px, 0px) !important;
    -ms-transform: translate3d(0px, 10px, 0px) !important;
    -o-transform: translate3d(0px, 10px, 0px) !important;
  }
  .setop.ready {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
    -moz-transform: translate3d(0px, 0px, 0px) !important;
    -ms-transform: translate3d(0px, 0px, 0px) !important;
    -o-transform: translate3d(0px, 0px, 0px) !important;
    transition: filter 1400ms cubic-bezier(0.42, 0, 0.58, 1), transform 1400ms cubic-bezier(0.42, 0, 0.58, 1), opacity 1400ms cubic-bezier(0.42, 0, 0.58, 1) !important;
    -webkit-transition: -webkit-filter 1400ms cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 1400ms cubic-bezier(0.42, 0, 0.58, 1), opacity 1400ms cubic-bezier(0.42, 0, 0.58, 1) !important;
    -moz-transition: -moz-filter 1400ms cubic-bezier(0.42, 0, 0.58, 1), -moz-transform 1400ms cubic-bezier(0.42, 0, 0.58, 1), opacity 1400ms cubic-bezier(0.42, 0, 0.58, 1) !important;
    -o-transition: -o-filter 1400ms cubic-bezier(0.42, 0, 0.58, 1), -o-transform 1400ms cubic-bezier(0.42, 0, 0.58, 1), opacity 1400ms cubic-bezier(0.42, 0, 0.58, 1) !important;
    -ms-transition: -ms-filter 1400ms cubic-bezier(0.42, 0, 0.58, 1), -ms-transform 1400ms cubic-bezier(0.42, 0, 0.58, 1), opacity 1400ms cubic-bezier(0.42, 0, 0.58, 1) !important;
  }
}

.page-index div#main {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.page-index div#main section {
  width: 100%;
  max-width: 980px;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section {
    width: 84.3%;
    margin-left: auto;
    margin-right: auto;
  }
}

.page-index div#main section div.top_section_wrap {
  width: 100%;
}

.page-index div#main section div.top_section_wrap h2 {
  font-size: 17px;
  line-height: 28px;
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #494949;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

@media only screen and (max-width: 979px) {
  .page-index div#main section div.top_section_wrap h2 {
    font-size: 14px;
    margin-bottom: 24px !important;
  }
}

.page-index div#main section div.top_section_wrap h2 span {
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal; 
  display: inline-block;
}

@media only screen and (max-width: 979px) {
  .page-index div#main section div.top_section_wrap h2 span {
    border-bottom: 1px solid #d0d0d0;
  }
}

.page-index div#main section div.top_section_wrap ul {
  overflow: hidden;
  width: 100%;
}

.page-index div#main section div.top_section_wrap ul.list5 {
  overflow: hidden;
  margin-left: -10px;
  max-width: 1000px !important;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section div.top_section_wrap ul.list5 {
    width: 100%;
    margin-left: auto;
  }
}

.page-index div#main section div.top_section_wrap ul.list5 li {
  width: 230px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
  margin-bottom: 34px;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section div.top_section_wrap ul.list5 li {
    width: 100%;
    display: block;
    float: none;
    border-bottom: 1px solid #eaeaea;
    margin: 0;
  }
}

.page-index div#main section div.top_section_wrap ul.list5 li a {
  display: block;
  width: 100%;
}

.page-index div#main section div.top_section_wrap ul.list5 li dl {
  width: 100%;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section div.top_section_wrap ul.list5 li dl {
    display: table;
  }
}

@media only screen and (max-width: 760px) {
  .page-index div#main section div.top_section_wrap ul.list5 li dl dt,
  .page-index div#main section div.top_section_wrap ul.list5 li dl dd {
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.page-index div#main section div.top_section_wrap ul.list5 li dl dt {
  width: 100%;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section div.top_section_wrap ul.list5 li dl dt {
    width: 38%;
  }
}

.page-index div#main section div.top_section_wrap ul.list5 li dl dt img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section div.top_section_wrap ul.list5 li dl dt img {
    margin-bottom: 0 !important;
  }
}

.page-index div#main section div.top_section_wrap ul.list5 li dl dd {
  font-size: 12px;
  line-height: 18px;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section div.top_section_wrap ul.list5 li dl dd {
    padding-left: 10px;
  }
}

.page-index div#main section div.top_section_wrap ul.list5 li dl dd p {
  font-size: 12px;
  line-height: 18px;
}

@media only screen and (max-width: 979px) {
  .page-index div#main section div.top_section_wrap ul.list5 li dl dd p {
    font-size: 11px;
    line-height: 18px;
  }
}

.page-index div#main section#feature div.top_section_wrap {
  padding-top: 80px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 56px;
  margin-bottom: 74px;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#feature div.top_section_wrap {
    padding-top: 30px;
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}

.page-index div#main section#feature div.top_section_wrap ul {
  display: table;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#feature div.top_section_wrap ul {
    width: 100%;
    display: block;
  }
}

.page-index div#main section#feature div.top_section_wrap ul li {
  display: table-cell;
  width: 33.33%;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#feature div.top_section_wrap ul li {
    width: 100%;
    display: block;
    margin-bottom: 2px;
  }
}

.page-index div#main section#feature div.top_section_wrap ul li:first-child a {
  margin-left: 0;
}

.page-index div#main section#feature div.top_section_wrap ul li:last-child a {
  margin-right: 0;
}

.page-index div#main section#feature div.top_section_wrap ul li a {
  width: 95%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#feature div.top_section_wrap ul li a {
    width: 100% !important;
  }
}

.page-index div#main section#feature div.top_section_wrap ul li a dl {
  width: 100%;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#feature div.top_section_wrap ul li a dl {
    position: relative;
  }
}

.page-index div#main section#feature div.top_section_wrap ul li a dl dt {
  width: 100%;
  margin-bottom: 7px;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#feature div.top_section_wrap ul li a dl dt {
    position: relative;
    margin-bottom: 0;
  }
}

.page-index div#main section#feature div.top_section_wrap ul li a dl dt img {
  width: 100%;
  height: auto;
}

.page-index div#main section#feature div.top_section_wrap ul li a dl dt img.show_pc {
  display: block !important;
}

.page-index div#main section#feature div.top_section_wrap ul li a dl dt img.show_sp {
  display: none !important;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#feature div.top_section_wrap ul li a dl dt img.show_pc {
    display: none !important;
  }
  .page-index div#main section#feature div.top_section_wrap ul li a dl dt img.show_sp {
    display: block !important;
  }
}

.page-index div#main section#feature div.top_section_wrap ul li a dl dd {
  text-align: left;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#feature div.top_section_wrap ul li a dl dd {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}

.page-index div#main section#feature div.top_section_wrap ul li a dl dd p {
  color: #494949;
  font-size: 16px;
  line-height: 32px;
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media only screen and (max-width: 979px) {
  .page-index div#main section#feature div.top_section_wrap ul li a dl dd p {
    font-size: 14px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#feature div.top_section_wrap ul li a dl dd p {
    color: #222222 !important;
    font-size: 16px;
    line-height: 20px;
  }
}

.page-index div#main section#feature div.top_section_wrap ul li a dl dd p span {
  display: block;
  color: #494949;
  font-size: 13px;
  line-height: 20px;
}

@media only screen and (max-width: 979px) {
  .page-index div#main section#feature div.top_section_wrap ul li a dl dd p span {
    font-size: 12px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#feature div.top_section_wrap ul li a dl dd p span {
    display: none;
    color: #000;
    line-height: 18px;
  }
}

.page-index div#main section#category div.top_section_wrap {
  padding-bottom: 45px;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#category div.top_section_wrap {
    padding-bottom: 25px;
  }
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#category div.top_section_wrap ul li {
    border-bottom: none !important;
    width: 48% !important;
    float: right !important;
    margin-bottom: 10px;
  }
  .page-index div#main section#category div.top_section_wrap ul li:nth-child(odd) {
    float: left !important;
  }
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#category div.top_section_wrap ul li a dl {
    display: block;
  }
}

@media only screen and (min-width: 760px) {
  .page-index div#main section#category div.top_section_wrap ul li a dl dt:after {
    content: "詳細を見る" !important;
  }
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#category div.top_section_wrap ul li a dl dt {
    display: block;
    width: 100%;
    padding: 0;
  }
}

.page-index div#main section#category div.top_section_wrap ul li a dl dt img {
  margin-bottom: 5px;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#category div.top_section_wrap ul li a dl dd {
    display: block;
    padding: 0;
  }
}

.page-index div#main section#category div.top_section_wrap ul li a dl dd p {
  font-size: 12px;
  line-height: 18px;
}

@media only screen and (max-width: 979px) {
  .page-index div#main section#category div.top_section_wrap ul li a dl dd p {
    font-size: 11px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#category div.top_section_wrap ul li a dl dd p span {
    display: none !important;
  }
}

.page-index div#main section#ranking div.top_section_wrap {
  padding-bottom: 4px;
}

.page-index div#main section#ranking div.top_section_wrap p span.price {
  display: block;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#ranking div.top_section_wrap dl dd p {
    padding-left: 24%;
  }
}

.page-index div#main section#ranking div.top_section_wrap dl dd.dd_sp {
  display: none !important;
}

.page-index div#main section#ranking div.top_section_wrap ul li {
  padding-top: 36px;
  background-image: url(https://odashi.com/img/top/ico-rank_01.png);
  background-size: 26px auto;
  background-repeat: no-repeat;
  background-position: center top;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#ranking div.top_section_wrap ul li {
    padding-top: 0;
    background-size: 26px auto;
    background-image: url(https://odashi.com/img/top/ico-rank_01_sp.png);
    background-position: 45% center;
  }
}

.page-index div#main section#ranking div.top_section_wrap ul li.rank_01 {
  background-image: url(https://odashi.com/img/top/ico-rank_01.png);
}

@media only screen and (max-width: 979px) {
  .page-index div#main section#ranking div.top_section_wrap ul li.rank_01 {
    background-image: url(https://odashi.com/img/top/ico-rank_01_sp.png);
  }
}

.page-index div#main section#ranking div.top_section_wrap ul li.rank_02 {
  background-image: url(https://odashi.com/img/top/ico-rank_02.png);
}

@media only screen and (max-width: 979px) {
  .page-index div#main section#ranking div.top_section_wrap ul li.rank_02 {
    background-image: url(https://odashi.com/img/top/ico-rank_02_sp.png);
  }
}

.page-index div#main section#ranking div.top_section_wrap ul li.rank_03 {
  background-image: url(https://odashi.com/img/top/ico-rank_03.png);
}

@media only screen and (max-width: 979px) {
  .page-index div#main section#ranking div.top_section_wrap ul li.rank_03 {
    background-image: url(https://odashi.com/img/top/ico-rank_03_sp.png);
  }
}

.page-index div#main section#ranking div.top_section_wrap ul li.rank_04 {
  background-image: url(https://odashi.com/img/top/ico-rank_04.png);
}

@media only screen and (max-width: 979px) {
  .page-index div#main section#ranking div.top_section_wrap ul li.rank_04 {
    background-image: url(https://odashi.com/img/top/ico-rank_04_sp.png);
  }
}

.page-index div#main section#ranking div.top_section_wrap ul li.rank_05 {
  background-image: url(https://odashi.com/img/top/ico-rank_05.png);
}

@media only screen and (max-width: 979px) {
  .page-index div#main section#ranking div.top_section_wrap ul li.rank_05 {
    background-image: url(https://odashi.com/img/top/ico-rank_05_sp.png);
  }
}

.page-index div#main section#recommend div.top_section_wrap {
  padding-bottom: 42px;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#recommend div.top_section_wrap {
    padding-top: 35px;
  }
}

.page-index div#main section#recommend div.top_section_wrap ul li a dl dd p span.price {
  display: block;
}

.page-index div#main section#Info_01 {
  padding-bottom: 60px;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#Info_01 {
    padding-bottom: 20px;
  }
}

.page-index div#main section#Info_01 div.top_section_wrap {
  display: table;
  width: 100%;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#Info_01 div.top_section_wrap {
    display: block;
    width: 100%;
  }
}

.page-index div#main section#Info_01 div.top_section_wrap div#news {
  display: table-cell;
  vertical-align: top;
  width: 61.2%;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#Info_01 div.top_section_wrap div#news {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 760px) and (max-width: 760px) {
  .page-index div#main section#Info_01 div.top_section_wrap div#news {
    padding-bottom: 20px;
  }
}

.page-index div#main section#Info_01 div.top_section_wrap div#news h2 {
  text-align: left;
  margin-bottom: 14px;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#Info_01 div.top_section_wrap div#news h2 {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
}

.page-index div#main section#Info_01 div.top_section_wrap div#news ul {
  width: 93%;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#Info_01 div.top_section_wrap div#news ul {
    display: block;
    width: 100%;
  }
}

.page-index div#main section#Info_01 div.top_section_wrap div#news ul li {
  border-bottom: 1px solid #e9e9e9;
  width: 100%;
}

.page-index div#main section#Info_01 div.top_section_wrap div#news ul li:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#Info_01 div.top_section_wrap div#news ul li:last-child {
    border-bottom: 1px solid #e9e9e9;
  }
}

.page-index div#main section#Info_01 div.top_section_wrap div#news ul li a {
  width: 100%;
  display: block;
  padding-bottom: 10px;
  padding-top: 12px;
}

@media only screen and (min-width: 979px) {
  .page-index div#main section#Info_01 div.top_section_wrap div#news ul li a {
    transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
  .page-index div#main section#Info_01 div.top_section_wrap div#news ul li a:hover {
    background-color: #f8f8f8;
  }
}

.page-index div#main section#Info_01 div.top_section_wrap div#news ul li a dl {
  display: table;
  width: 100%;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#Info_01 div.top_section_wrap div#news ul li a dl {
    width: 100%;
    display: block;
  }
}

.page-index div#main section#Info_01 div.top_section_wrap div#news ul li a dl dt {
  display: table-cell;
  color: #222222;
  font-size: 12px;
  line-height: 24px;
  width: 95px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 979px) {
  .page-index div#main section#Info_01 div.top_section_wrap div#news ul li a dl dt {
    font-size: 11px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#Info_01 div.top_section_wrap div#news ul li a dl dt {
    width: 100%;
    display: block;
  }
}

.page-index div#main section#Info_01 div.top_section_wrap div#news ul li a dl dd {
  display: table-cell;
  background-image: url(https://odashi.com/img/top/arr-red.png);
  background-size: 5px auto;
  background-repeat: no-repeat;
  background-position: right center;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#Info_01 div.top_section_wrap div#news ul li a dl dd {
    width: 100%;
    display: block;
  }
}

.page-index div#main section#Info_01 div.top_section_wrap div#news ul li a dl dd p {
  font-size: 13px;
  line-height: 24px;
  padding-right: 20px;
}

@media only screen and (max-width: 979px) {
  .page-index div#main section#Info_01 div.top_section_wrap div#news ul li a dl dd p {
    font-size: 11px;
    line-height: 18px;
  }
}

.page-index div#main section#Info_01 div.top_section_wrap div#news ul li a dl dd p b {
  color: #a14848;
}

.page-index div#main section#Info_01 div.top_section_wrap div#news ul li a dl dd p br {
  display: none !important;
}

.page-index div#main section#Info_01 div.top_section_wrap div#link {
  display: table-cell;
  vertical-align: top;
  padding-top: 30px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#Info_01 div.top_section_wrap div#link {
    display: block;
    width: 100%;
    padding-top: 0;
  }
}

.page-index div#main section#Info_01 div.top_section_wrap div#link ul {
  overflow: hidden;
}

.page-index div#main section#Info_01 div.top_section_wrap div#link ul li {
  width: 48.6%;
  border: 1px solid #e9e9e9;
  height: 90px;
  float: right;
  margin-bottom: 10px;
  cursor: pointer !important;
}

.page-index div#main section#Info_01 div.top_section_wrap div#link ul li * {
  cursor: pointer !important;
}

.page-index div#main section#Info_01 div.top_section_wrap div#link ul li.link_01 a {
  background-image: url(/img/top/bg_link_01.jpg);
}

.page-index div#main section#Info_01 div.top_section_wrap div#link ul li.link_02 a {
  background-image: url(/img/top/bg_link_02.jpg);
}

.page-index div#main section#Info_01 div.top_section_wrap div#link ul li.link_03 a {
  background-image: url(/img/top/bg_link_03.jpg);
}

.page-index div#main section#Info_01 div.top_section_wrap div#link ul li.link_04 a {
  background-image: url(/img/top/bg_link_04.jpg);
}

.page-index div#main section#Info_01 div.top_section_wrap div#link ul li.link_05 a {
  background-image: url(/img/top/bg_link_05.jpg);
}

.page-index div#main section#Info_01 div.top_section_wrap div#link ul li:nth-child(odd) {
  float: left;
}

.page-index div#main section#Info_01 div.top_section_wrap div#link ul li a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  background-color: #fff;
  background-image: url(/img/top/bg_link_01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer !important;
}

.page-index div#main section#Info_01 div.top_section_wrap div#link ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  -ms-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
}

@media only screen and (min-width: 979px) {
  .page-index div#main section#Info_01 div.top_section_wrap div#link ul li a div.wrap {
    transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
  .page-index div#main section#Info_01 div.top_section_wrap div#link ul li a div.wrap p {
    transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
  .page-index div#main section#Info_01 div.top_section_wrap div#link ul li a:hover:before {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    background-color: #000;
  }
  .page-index div#main section#Info_01 div.top_section_wrap div#link ul li a:hover div.wrap {
    background-color: transparent;
  }
  .page-index div#main section#Info_01 div.top_section_wrap div#link ul li a:hover div.wrap p {
    color: #ffffff;
    background-image: url(https://odashi.com/img/top/arr-white.png);
  }
}

.page-index div#main section#Info_01 div.top_section_wrap div#link ul li a.nolink {
  background-color: #F9F9F9 !important;
  cursor: default !important;
}

.page-index div#main section#Info_01 div.top_section_wrap div#link ul li a.nolink * {
  cursor: default !important;
}

.page-index div#main section#Info_01 div.top_section_wrap div#link ul li a.nolink p {
  opacity: 0.7 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.page-index div#main section#Info_01 div.top_section_wrap div#link ul li a div.wrap {
  width: 100%;
  height: 100%;
  display: table;
  background-color: #fff;
  position: relative;
  z-index: 200;
}

.page-index div#main section#Info_01 div.top_section_wrap div#link ul li a div.wrap div {
  display: table-cell;
  vertical-align: middle;
}

.page-index div#main section#Info_01 div.top_section_wrap div#link ul li a div.wrap p {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background-image: url(https://odashi.com/img/top/arr-red.png);
  background-size: 5px auto;
  background-repeat: no-repeat;
  background-position: right center;
  color: #222222;
  font-size: 14px;
  line-height: 20px;
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.page-index div#main section#Info_01 div.top_section_wrap div#link ul li a div.wrap p span.fs {
  font-size: 13px;
}

.page-index div#main section#Info_01 div.top_section_wrap div#link ul li a div.wrap p span.indent {
  margin-left: -0.5em;
}

@media only screen and (max-width: 979px) {
  .page-index div#main section#Info_01 div.top_section_wrap div#link ul li a div.wrap p {
    font-size: 12px;
    line-height: 18px;
  }
  .page-index div#main section#Info_01 div.top_section_wrap div#link ul li a div.wrap p span.fs {
    font-size: 11px;
  }
}

@media only screen and (max-width: 979px) {
  .page-index div#main section#Info_01 div.top_section_wrap div#link ul li a div.wrap p {
    width: 74%;
    padding-right: 15px;
  }
}

.page-index div#main section#Info_02 div.top_section_wrap {
  border-top: 1px solid #e9e9e9;
  padding-top: 24px;
}

.page-index div#main section#Info_02 div.top_section_wrap ul {
  display: table;
  width: 100%;
}

.page-index div#main section#Info_02 div.top_section_wrap ul li {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#Info_02 div.top_section_wrap ul li {
    display: block;
    width: 100%;
  }
}

.page-index div#main section#Info_02 div.top_section_wrap ul li:first-child {
  border-right: 1px dotted #e9e9e9;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#Info_02 div.top_section_wrap ul li:first-child {
    border-bottom: 1px dotted #e9e9e9;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.page-index div#main section#Info_02 div.top_section_wrap ul li dl {
  display: table;
  width: 100%;
}

.page-index div#main section#Info_02 div.top_section_wrap ul li dl dt,
.page-index div#main section#Info_02 div.top_section_wrap ul li dl dd {
  display: table-cell;
  vertical-align: top;
}

.page-index div#main section#Info_02 div.top_section_wrap ul li dl dt {
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #494949;
  font-size: 14px;
  line-height: 24px;
  width: 50%;
}

@media only screen and (max-width: 979px) {
  .page-index div#main section#Info_02 div.top_section_wrap ul li dl dt {
    width: 40%;
    font-size: 12px;
    line-height: 20px;
  }
  .page-index div#main section#Info_02 div.top_section_wrap ul li dl dt span.fs span {
    font-size: 11px;
  }
}

.page-index div#main section#Info_02 div.top_section_wrap ul li dl dt span {
  padding-left: 27px;
  display: block;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#Info_02 div.top_section_wrap ul li dl dt span {
    padding-left: 0;
  }
}

.page-index div#main section#Info_02 div.top_section_wrap ul li dl dt span.indent {
  margin-left: -0.5em;
}

.page-index div#main section#Info_02 div.top_section_wrap ul li dl dt span span.fs {
  font-size: 13px;
  padding-left: 0;
}

.page-index div#main section#Info_02 div.top_section_wrap ul li dl dd {
  font-size: 12px;
  line-height: 20px;
  color: #222222;
}

.page-index div#main section#Info_02 div.top_section_wrap ul li dl dd a {
  text-decoration: underline;
}

.page-index div#main section#Info_02 div.top_section_wrap ul li dl dd a:hover {
  text-decoration: none;
  color: #a14848 !important;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#Info_02 div.top_section_wrap ul li dl dd {
    padding-right: 0;
    font-size: 10px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 979px) {
  .page-index div#main section#Info_02 div.top_section_wrap ul li dl dd {
    font-size: 11px;
    line-height: 18px;
  }
}

.page-index div#main section#Info_02 div.top_section_wrap ul li dl dd a.map_link {
  display: block;
}

.page-index div#main section#Info_02 div.top_section_wrap ul li dl dd a.map_link:hover {
  color: #a14848 !important;
}

.page-index div#main section#Info_02 div.top_section_wrap ul li dl dd a span {
  display: inline-block;
  background-image: url(https://odashi.com/img/top/arr-red2.png);
  background-size: 4px auto;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 10px;
}

.page-index div#main section#Info_02_2 div.top_section_wrap {
  border-top: 1px solid #e9e9e9;
  padding-top: 54px;
}

.page-index div#main section#Info_02_2 div.top_section_wrap ul {
  display: table;
  width: 100%;
}

.page-index div#main section#Info_02_2 div.top_section_wrap ul li {
  display: table-cell;
  vertical-align: top;
  border-right: 1px dotted #e9e9e9;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#Info_02_2 div.top_section_wrap ul li {
    border-right: none;
    border-bottom: 1px dotted #e9e9e9;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.page-index div#main section#Info_02_2 div.top_section_wrap ul li.shop_01 {
  width: 32%;
  text-align: left;
}

.page-index div#main section#Info_02_2 div.top_section_wrap ul li.shop_01 dl {
  padding-right: 10px;
}

.page-index div#main section#Info_02_2 div.top_section_wrap ul li.shop_02 {
  text-align: center;
}

.page-index div#main section#Info_02_2 div.top_section_wrap ul li.shop_02 dl {
  padding-left: 10px;
  padding-right: 10px;
}

.page-index div#main section#Info_02_2 div.top_section_wrap ul li.shop_03 {
  width: 32%;
  text-align: center;
}

.page-index div#main section#Info_02_2 div.top_section_wrap ul li.shop_03 dl {
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#Info_02_2 div.top_section_wrap ul li {
    display: block;
    width: 100% !important;
    text-align: left !important;
  }
}

.page-index div#main section#Info_02_2 div.top_section_wrap ul li:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.page-index div#main section#Info_02_2 div.top_section_wrap ul li dl {
  display: inline-block;
  text-align: left;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#Info_02_2 div.top_section_wrap ul li dl {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.page-index div#main section#Info_02_2 div.top_section_wrap ul li dl dt,
.page-index div#main section#Info_02_2 div.top_section_wrap ul li dl dd {
  display: block;
}

.page-index div#main section#Info_02_2 div.top_section_wrap ul li dl dt {
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #494949;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 979px) {
  .page-index div#main section#Info_02_2 div.top_section_wrap ul li dl dt {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
  }
  .page-index div#main section#Info_02_2 div.top_section_wrap ul li dl dt span.fs span {
    font-size: 11px;
  }
}

.page-index div#main section#Info_02_2 div.top_section_wrap ul li dl dd {
  font-size: 12px;
  line-height: 20px;
  color: #222222;
}

.page-index div#main section#Info_02_2 div.top_section_wrap ul li dl dd a {
  text-decoration: underline;
}

.page-index div#main section#Info_02_2 div.top_section_wrap ul li dl dd a:hover {
  text-decoration: none;
  color: #a14848 !important;
}

@media only screen and (max-width: 760px) {
  .page-index div#main section#Info_02_2 div.top_section_wrap ul li dl dd {
    padding-right: 0;
    font-size: 10px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 979px) {
  .page-index div#main section#Info_02_2 div.top_section_wrap ul li dl dd {
    font-size: 11px;
    line-height: 18px;
    white-space: nowrap;
  }
}

.page-index div#main section#Info_02_2 div.top_section_wrap ul li dl dd a.map_link {
  display: block;
}

.page-index div#main section#Info_02_2 div.top_section_wrap ul li dl dd a.map_link:hover {
  color: #a14848 !important;
}

.page-index div#main section#Info_02_2 div.top_section_wrap ul li dl dd a span {
  display: inline-block;
  background-image: url(https://odashi.com/img/top/arr-red2.png);
  background-size: 4px auto;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 10px;
}

.page-index div.top_sns {
  padding-top: 50px;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}

@media only screen and (max-width: 979px) {
  .page-index div.top_sns {
    padding-top: 45px;
  }
}

.page-index div.top_sns:after {
  content: '';
  background-color: #c4c4c4;
  width: 10px;
  height: 1px;
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}

.page-index div.top_sns ul {
  overflow: hidden;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media only screen and (max-width: 979px) {
  .page-index div.top_sns ul {
    width: 100%;
    text-align: center;
  }
}

.page-index div.top_sns ul li {
  display: inline-block;
  width: 20px;
  margin-left: 5px;
  margin-right: 5px;
  margin-left: 2px;
}

.page-index div.top_sns ul li a {
  width: 100%;
  display: block;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (min-width: 979px) {
  .page-index div.top_sns ul li a {
    transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: opacity 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
  .page-index div.top_sns ul li a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  }
}

.page-index div.top_sns ul li a img {
  display: block;
  width: 100%;
  height: auto;
}

.page-index footer {
  margin-top: -120px;
}

@media only screen and (max-width: 979px) {
  .page-index footer {
    margin-top: 0;
  }
}

.page-index footer .footer_wrap {
  border-top: none;
  text-align: center;
}

.page-index footer .footer_wrap nav.fnav ul {
  margin-bottom: 12px;
}

.page-index footer .footer_wrap nav.fnav ul li {
  margin-left: 8px;
  margin-right: 8px;
}

body.all .search_head {
  display: none !important;
}

.btn-addcart.soldout,
input.soldout {
  background-color: #f6f6f6 !important;
  color: #a14848 !important;
  cursor: default !important;
}

.btn-addcart.soldout:hover,
input.soldout:hover {
  background-color: #f6f6f6 !important;
  color: #a14848 !important;
}

.btn-addcart,
input[type="submit"] {
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media only screen and (min-width: 760px) {
  .btn-addcart,
  input[type="submit"] {
    transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms, background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
  .btn-addcart:hover,
  input[type="submit"]:hover {
    background-color: #a14848 !important;
    color: #ffffff !important;
  }
}

.btn_wrap.soldout .btn_count {
  position: relative;
}

.btn_wrap.soldout .btn_count:before {
  background-color: #E8E8E8;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 100;
}

div#right div#product {
  padding-bottom: 40px;
}

@media only screen and (max-width: 760px) {
  div#right div#product.product_detail {
    padding-bottom: 0;
    padding-top: 20px;
  }
}

div#right div#product #slide {
  width: 100%;
  height: 100%;
  margin-bottom: 25px;
}

div#right div#product #slide .slide_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 760px) {
  div#right div#product #slide .slide_wrap {
    overflow: inherit;
  }
}

@media only screen and (max-width: 760px) {
  div#right div#product #slide .slide_wrap.pics {
    margin-bottom: 18px;
  }
}

div#right div#product #slide .slide_wrap ul.pic {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: 20px auto;
}

div#right div#product #slide .slide_wrap ul.pic li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

div#right div#product #slide .slide_wrap ul.pic li img {
  width: 100%;
  height: auto;
}

div#right div#product #slide a.arr {
  position: absolute;
  top: 45%;
  font-size: 50px;
  color: #ffffff;
  display: none;
}

div#right div#product #slide a.arr.arr_l {
  left: 10px;
}

div#right div#product #slide a.arr.arr_r {
  right: 10px;
}

div#right div#product #slide a.arr:hover {
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

div#right div#product #slide ul.ctrl {
  position: absolute;
  display: inline-block;
  text-align: center;
  bottom: 10px;
  right: 10px;
  text-align: center;
}

@media only screen and (max-width: 760px) {
  div#right div#product #slide ul.ctrl {
    right: auto;
    left: 0;
    bottom: -10px;
    position: relative;
    width: 100%;
  }
}

div#right div#product #slide ul.ctrl li {
  height: 16px;
  width: 16px;
  display: inline-block;
  margin: 0px;
  margin-left: 2px;
  margin-right: 2px;
}

div#right div#product #slide ul.ctrl li a {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

@media only screen and (max-width: 760px) {
  div#right div#product #slide ul.ctrl li a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

div#right div#product #slide ul.ctrl li a:after {
  height: 6px;
  width: 6px;
  border-radius: 6px;
  background-color: #888;
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
}

@media only screen and (max-width: 760px) {
  div#right div#product #slide ul.ctrl li a:after {
    background-color: #888;
  }
}

div#right div#product #slide ul.ctrl li.active a:after {
  background-color: #fff;
}

@media only screen and (max-width: 760px) {
  div#right div#product #slide ul.ctrl li.active a:after {
    background-color: #494949;
  }
}

div#right div#product form div.prduct-option h2.tit01 {
  font-size: 16px;
  line-height: 24px;
  display: block;
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #c4c4c4;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 760px) {
  div#right div#product form div.prduct-option h2.tit01 {
    font-size: 14px;
    text-align: center;
    border-bottom: none;
  }
}

@media only screen and (max-width: 760px) {
  div#right div#product form div.prduct-option h2.tit01 span {
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid #c4c4c4;
  }
}

div#right div#product form div.prduct-option p.option_txt {
  display: block;
  padding-top: 30px;
  padding-bottom: 7px;
  font-size: 13px;
  line-height: 28px;
}

@media only screen and (max-width: 760px) {
  div#right div#product form div.prduct-option p.option_txt {
    font-size: 11px;
    line-height: 14px;
  }
}

div#right div#product form div.prduct-option div#prd-opt-table.table.product-option-table table#option_tbl {
  border: 1px solid #e7e7e7;
  width: 100%;
  margin: 0 !important;
}

div#right div#product form div.prduct-option div#prd-opt-table.table.product-option-table table#option_tbl tbody tr th,
div#right div#product form div.prduct-option div#prd-opt-table.table.product-option-table table#option_tbl tbody tr td {
  border: 1px solid #e7e7e7;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
  line-height: 28px;
  color: #494949;
  vertical-align: middle;
  text-align: left;
}

@media only screen and (max-width: 760px) {
  div#right div#product form div.prduct-option div#prd-opt-table.table.product-option-table table#option_tbl tbody tr th,
  div#right div#product form div.prduct-option div#prd-opt-table.table.product-option-table table#option_tbl tbody tr td {
    font-size: 11px;
    line-height: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

div#right div#product form div.prduct-option div#prd-opt-table.table.product-option-table table#option_tbl tbody tr th {
  background-color: #f6f6f6;
}

div#right div#product form div.prduct-option div#prd-opt-table.table.product-option-table table#option_tbl tbody tr td {
  padding-left: 20px;
}

div#right div#product form div.prduct-option div#prd-opt-table.table.product-option-table table#option_tbl tbody tr td br {
  display: none;
}

@media only screen and (max-width: 760px) {
  div#right div#product form div.prduct-option div#prd-opt-table.table.product-option-table table#option_tbl tbody tr td {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
}

div#right div#product form div.prduct-option div#prd-opt-table.table.product-option-table table#option_tbl tbody tr td input {
  cursor: pointer !important;
}

div#right div#product form div.prduct-option div#prd-opt-table.table.product-option-table table#option_tbl tbody tr td span.table_price {
  color: #a14848;
  cursor: pointer !important;
}

div#right div#product form div.prduct-option div#prd-opt-table.table.product-option-table table#option_tbl tbody tr td span.stock_zero {
  color: #222222;
  position: relative;
  font-size: 12px;
  line-height: 17px;
  vertical-align: bottom;
}

@media only screen and (max-width: 760px) {
  div#right div#product form div.prduct-option div#prd-opt-table.table.product-option-table table#option_tbl tbody tr td span.stock_zero {
    font-size: 10px;
    line-height: 16px;
    padding-top: 4px;
    display: block;
  }
}

div#right div#product form div.prduct-option div#prd-opt-table.table.product-option-table table#option_tbl tbody tr td span.stock_zero:before {
  content: "×";
  font-size: 16px;
  line-height: 16px;
  display: inline-block;
  padding-right: 10px;
}

@media only screen and (max-width: 760px) {
  div#right div#product form div.prduct-option div#prd-opt-table.table.product-option-table table#option_tbl tbody tr td span.stock_zero:before {
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding-right: 0;
  }
}

@media only screen and (max-width: 760px) {
  div#right div#product form div.prduct-option div#prd-opt-table.table.product-option-table table#option_tbl tbody tr.stock_head th.cell_1 {
    text-align: center;
  }
}

div#right div#product form div.prduct-option div#prd-opt-table.table.product-option-table table#option_tbl tbody tr td.cell_2 div {
  display: inline-block;
}

div#right div#product form div.prduct-option div#prd-opt-table.table.product-option-table table#option_tbl tbody tr td.cell_2 div input {
  margin: 0;
}

div#right div#product form div.prduct-option div#prd-opt-table.table.product-option-table table#option_tbl tbody tr td.cell_2 label {
  display: inline-block !important;
  line-height: 18px;
  padding-left: 10px;
}

@media only screen and (max-width: 760px) {
  div#right div#product form div.prduct-option div#prd-opt-table.table.product-option-table table#option_tbl tbody tr td.cell_2 label {
    display: block !important;
    padding-left: 0;
    padding-top: 5px;
  }
}

div#right div#product form div.prduct-option div#prd-opt-table.table.product-option-table table#option_tbl tbody tr td.cell_2 label span {
  padding-top: 1px;
}

div#right div#product form div.row h2 {
  font-size: 20px;
  line-height: 32px;
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #494949;
  margin-bottom: 10px;
}

@media only screen and (max-width: 760px) {
  div#right div#product form div.row h2 {
    transform: rotate(0.028deg) \9;
    font-family: zen-old-mincho, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 24px;
  }
}

div#right div#product form div.row div.product-order-exp p.itemtxt {
  font-size: 14px;
  line-height: 26px;
  color: #494949;
  padding-bottom: 20px;
}

@media only screen and (max-width: 760px) {
  div#right div#product form div.row div.product-order-exp p.itemtxt {
    font-size: 12px;
    line-height: 20px;
  }
  div#right div#product form div.row div.product-order-exp p.itemtxt br {
    display: none;
  }
}

div#right div#product form div.row div.product-order-exp a.link {
  background-image: url(https://odashi.com/img/product/ico-arr.png);
  background-size: 15px auto;
  background-position: left 12px;
  background-repeat: no-repeat;
  padding-left: 22px;
  display: block;
  font-size: 12px;
  line-height: 24px;
  padding-top: 7px;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
}

div#right div#product form div.row div.product-order-exp a.link:hover span {
  color: #a14848 !important;
}

div#right div#product form div.row div.product-order-exp a.link:hover span:after {
  display: none;
}

div#right div#product form div.row div.product-order-exp a.link span {
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}

div#right div#product form div.row div.product-order-exp a.link span:after {
  width: 100%;
  height: 1px;
  background-color: #c4c4c4;
  left: 0;
  bottom: -3px;
  position: absolute;
  content: "";
  display: block;
}

div#right div#product form div.row div.product-order-exp table.detail_table {
  border: 1px solid #e7e7e7;
  width: 100%;
}

div#right div#product form div.row div.product-order-exp table.detail_table tbody tr th,
div#right div#product form div.row div.product-order-exp table.detail_table tbody tr td {
  border: 1px solid #e7e7e7;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
  line-height: 28px;
  color: #494949;
  vertical-align: top;
  text-align: left;
}

@media only screen and (max-width: 760px) {
  div#right div#product form div.row div.product-order-exp table.detail_table tbody tr th,
  div#right div#product form div.row div.product-order-exp table.detail_table tbody tr td {
    font-size: 11px;
    line-height: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

div#right div#product form div.row div.product-order-exp table.detail_table tbody tr th a,
div#right div#product form div.row div.product-order-exp table.detail_table tbody tr td a {
  text-decoration: underline;
}

div#right div#product form div.row div.product-order-exp table.detail_table tbody tr th a:hover,
div#right div#product form div.row div.product-order-exp table.detail_table tbody tr td a:hover {
  text-decoration: none;
}

div#right div#product form div.row div.product-order-exp table.detail_table tbody tr th {
  width: 128px;
  background-color: #f6f6f6;
}

@media only screen and (max-width: 760px) {
  div#right div#product form div.row div.product-order-exp table.detail_table tbody tr th {
    width: 80px;
  }
}

div#right div#product form div.row div.product-order-exp table.detail_table tbody tr td {
  padding-left: 20px;
}

@media only screen and (max-width: 760px) {
  div#right div#product form div.row div.product-order-exp table.detail_table tbody tr td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

div#right div#product form div#link {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 760px) {
  div#right div#product form div#link {
    padding-top: 12px;
    padding-bottom: 10px;
  }
}

div#right div#product form div#link ul {
  text-align: left;
}

div#right div#product form div#link ul li {
  display: inline-block;
  background-image: url(https://odashi.com/img/product/ico-arr.png);
  background-size: 15px auto;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 22px;
  margin-right: 8px;
  font-size: 11px;
  letter-spacing: 0.06em;
  line-height: 20px;
}

@media only screen and (max-width: 760px) {
  div#right div#product form div#link ul li {
    display: block;
    background-size: 18px auto;
    line-height: 26px;
  }
}

div#right div#product form div#link ul li a span {
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
}

div#right div#product form div#maincart {
  border-top: 1px solid #e7e7e7;
  overflow: hidden;
  display: table;
  width: 100%;
  height: 90px;
}

@media only screen and (max-width: 760px) {
  div#right div#product form div#maincart {
    display: block;
    height: auto;
  }
}

div#right div#product form div#maincart p.price {
  display: table-cell;
  vertical-align: middle;
  line-height: 20px;
  padding-right: 10px;
  text-align: right;
  font-size: 18px;
  font-weight: bold;
}

@media only screen and (max-width: 760px) {
  div#right div#product form div#maincart p.price {
    width: 100%;
    display: block;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

div#right div#product form div#maincart p.price span {
  font-size: 14px;
  display: inline-block;
  padding-left: 6px;
}

div#right div#product form div#maincart div.btn_wrap {
  display: table-cell;
  vertical-align: middle;
  width: 302px;
  overflow: hidden;
}

@media only screen and (max-width: 760px) {
  div#right div#product form div#maincart div.btn_wrap {
    width: 100%;
    display: block;
    font-size: 12px;
    margin-bottom: 14px;
    width: 274px;
    margin-left: auto;
    margin-right: 0;
  }
}

div#right div#product form div#maincart div.btn_wrap .product_num {
  line-height: 24px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  cursor: pointer;
  height: auto;
  font-size: 12px;
}

div#right div#product form div#maincart div.btn_wrap div.btn_count {
  float: left;
}

div#right div#product form div#maincart div.btn_wrap .btn.btn-lg.btn-addcart {
  float: right;
}

div#right div#product form div#subcart {
  border: 1px solid #e7e7e7;
  padding: 20px;
  margin-bottom: 56px;
}

@media only screen and (max-width: 760px) {
  div#right div#product form div#subcart {
    border-left: none;
    border-right: none;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 40px;
  }
}

div#right div#product form div#subcart div.subcart_wrap {
  width: 100%;
}

div#right div#product form div#subcart div.subcart_wrap dl {
  width: 100%;
  display: table;
}

div#right div#product form div#subcart div.subcart_wrap dl dt,
div#right div#product form div#subcart div.subcart_wrap dl dd {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 760px) {
  div#right div#product form div#subcart div.subcart_wrap dl dt,
  div#right div#product form div#subcart div.subcart_wrap dl dd {
    vertical-align: middle;
  }
}

div#right div#product form div#subcart div.subcart_wrap dl dt {
  width: 160px;
}

@media only screen and (max-width: 760px) {
  div#right div#product form div#subcart div.subcart_wrap dl dt {
    width: 38%;
  }
}

div#right div#product form div#subcart div.subcart_wrap dl dt img {
  display: block;
  width: 100%;
  height: auto;
}

div#right div#product form div#subcart div.subcart_wrap dl dd {
  padding-left: 20px;
}

@media only screen and (max-width: 760px) {
  div#right div#product form div#subcart div.subcart_wrap dl dd {
    padding-left: 10px;
  }
}

div#right div#product form div#subcart div.subcart_wrap dl dd p.name {
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  display: block;
  margin-bottom: 10px;
}

@media only screen and (max-width: 760px) {
  div#right div#product form div#subcart div.subcart_wrap dl dd p.name {
    transform: rotate(0.028deg) \9;
    font-family: zen-old-mincho, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 0;
  }
}

div#right div#product form div#subcart div.subcart_wrap dl dd p.price {
  font-size: 15px;
  display: block;
  font-weight: bold;
}

@media only screen and (max-width: 760px) {
  div#right div#product form div#subcart div.subcart_wrap dl dd p.price {
    font-size: 11px;
    line-height: 18px;
  }
}

div#right div#product form div#subcart div.subcart_wrap dl dd p.price span {
  font-size: 14px;
}

div#right div#product form div#subcart div.subcart_wrap dl dd div.btn_wrap {
  float: right;
  position: relative;
  width: 303px;
  overflow: hidden;
  padding-top: 10px;
}

@media only screen and (max-width: 760px) {
  div#right div#product form div#subcart div.subcart_wrap dl dd div.btn_wrap {
    width: 160px;
  }
}

div#right div#product form div#subcart div.subcart_wrap dl dd div.btn_wrap div.btn_count {
  float: left;
}

@media only screen and (max-width: 760px) {
  div#right div#product form div#subcart div.subcart_wrap dl dd div.btn_wrap div.btn_count {
    width: 36px;
    height: 30px;
    margin-right: 4px;
  }
}

@media only screen and (max-width: 760px) {
  div#right div#product form div#subcart div.subcart_wrap dl dd div.btn_wrap div.btn_count input {
    width: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 760px) {
  div#right div#product form div#subcart div.subcart_wrap dl dd div.btn_wrap div.btn_count a.count {
    display: none;
  }
}

div#right div#product form div#subcart div.subcart_wrap dl dd div.btn_wrap .product_num {
  line-height: 24px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  cursor: pointer;
  height: auto;
  font-size: 12px;
  width: 50px;
}

@media only screen and (max-width: 760px) {
  div#right div#product form div#subcart div.subcart_wrap dl dd div.btn_wrap .btn-addcart {
    float: right;
    width: 115px;
    line-height: 30px;
    height: 30px;
    font-size: 11px;
  }
}

div#right div#product form div.together-block {
  width: 100%;
  margin-bottom: 50px;
}

@media only screen and (max-width: 760px) {
  div#right div#product form div.together-block {
    margin-bottom: 40px;
  }
}

div#right div#product form div.together-block h2.tit01 {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}

@media only screen and (max-width: 760px) {
  div#right div#product form div.together-block ul.list li a img {
    margin-bottom: 0px;
  }
}

p.price {
  color: #a14848;
  letter-spacing: 0.1em;
}

.btn_wrap .btn_count {
  border: 1px solid #e7e7e7;
  position: relative;
  width: 70px;
  height: 50px;
  margin-right: 10px;
}

@media only screen and (max-width: 760px) {
  .btn_wrap .btn_count {
    width: 64px;
  }
}

.btn_wrap .btn_count input.product_num {
  border: none;
  position: relative;
  width: 50px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
}

.btn_wrap .btn_count a.count {
  height: 50%;
  position: absolute;
  width: 34px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(https://odashi.com/img/product/count-up.png);
  top: 0;
  right: 1px;
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: center 18px;
}

@media only screen and (max-width: 760px) {
  .btn_wrap .btn_count a.count {
    width: 30px;
  }
}

.btn_wrap .btn_count a.count.btn_down {
  background-position: center 5px;
  top: auto;
  bottom: 0;
  background-image: url(https://odashi.com/img/product/count-down.png);
}

.btn_wrap .btn-addcart {
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  border: none;
  background-color: #494949;
  color: #ffffff;
  width: 220px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 15px;
}

@media only screen and (max-width: 760px) {
  .btn_wrap .btn-addcart {
    width: 196px;
  }
}

h2.tit01 {
  font-size: 16px;
  line-height: 24px;
  display: block;
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #c4c4c4;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 760px) {
  h2.tit01 {
    font-size: 14px;
    text-align: center;
    border-bottom: none;
  }
}

@media only screen and (max-width: 760px) {
  h2.tit01 span {
    position: relative;
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid #c4c4c4;
  }
}

.breadcrumb {
  width: 100%;
  margin-bottom: 5px;
}

@media only screen and (max-width: 760px) {
  .breadcrumb {
    margin-bottom: 0;
    padding-bottom: 6px;
    padding-top: 0px;
  }
}

.breadcrumb ul {
  text-align: right;
  width: 100%;
}

@media only screen and (max-width: 760px) {
  .breadcrumb ul {
    text-align: center;
    padding-bottom: 20px;
  }
}

.breadcrumb ul li {
  display: inline-block;
  font-size: 10px;
  line-height: 28px;
  color: #8d8d8d;
  padding: 0;
}

.breadcrumb ul li a {
  font-size: 10px;
  line-height: 28px;
  color: #8d8d8d;
}

.breadcrumb ul li a:hover {
  color: #a14848 !important;
  text-decoration: underline;
}

.breadcrumb ul li span {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

ul.list {
  overflow: hidden;
  margin-left: -10px;
  max-width: 770px !important;
}

@media only screen and (max-width: 760px) {
  ul.list {
    width: 100%;
    margin-left: auto;
  }
}

ul.list li {
  width: 230px;
  margin-left: 10px;
  margin-right: 10px;
  float: left;
}

@media only screen and (max-width: 760px) {
  ul.list li {
    width: 100%;
    display: block;
    float: none;
    border-bottom: 1px solid #eaeaea;
    margin: 0;
  }
}

ul.list li dl {
  width: 100%;
}

@media only screen and (max-width: 760px) {
  ul.list li dl {
    display: table;
  }
}

@media only screen and (max-width: 760px) {
  ul.list li dl dt,
  ul.list li dl dd {
    display: table-cell;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 760px) {
  ul.list li dl dt {
    width: 38%;
  }
}

ul.list li dl dd {
  line-height: 20px;
}

@media only screen and (max-width: 760px) {
  ul.list li dl dd {
    line-height: 18px;
    padding-left: 10px;
  }
}

ul.list li a {
  width: 100%;
  display: block;
  font-size: 12px;
  line-height: 20px;
}

ul.list li a img {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}

a,
input {
  outline: 0;
}

div#Category {
  width: 100%;
  padding-bottom: 50px;
}

@media only screen and (max-width: 760px) {
  div#Category {
    padding-bottom: 0;
  }
}

div#Category section#mv {
  width: 100%;
}

div#Category section#mv div.section_wrap {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 33px;
  margin-bottom: 27px;
  border-bottom: none;
  margin-bottom: 0;
}

@media only screen and (max-width: 760px) {
  div#Category section#mv div.section_wrap {
    padding-bottom: 20px;
    margin-bottom: 0;
    border-bottom: 0;
  }
}

div#Category section#mv div.section_wrap div.mv_wrap {
  width: 100%;
  position: relative;
}

div#Category section#mv div.section_wrap div.mv_wrap div.pic {
  position: relative;
  width: 100%;
}

div#Category section#mv div.section_wrap div.mv_wrap div.pic img {
  display: block;
}

div#Category section#mv div.section_wrap div.mv_wrap h1 {
  position: absolute;
  color: #ffffff;
  display: block;
  left: 24px;
  bottom: 16px;
}

@media only screen and (max-width: 760px) {
  div#Category section#mv div.section_wrap div.mv_wrap h1 {
    position: relative;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
    padding-top: 25px;
    padding-bottom: 24px;
  }
}

div#Category section#mv div.section_wrap div.mv_wrap h1 span {
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 50px;
  color: #222222 !important;
}

div#Category section#mv div.section_wrap div.mv_wrap h1 span.fw {
  color: #fff !important;
}

@media only screen and (max-width: 760px) {
  div#Category section#mv div.section_wrap div.mv_wrap h1 span {
    transform: rotate(0.028deg) \9;
    font-family: zen-old-mincho, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px !important;
    color: #494949 !important;
    line-height: 24px !important;
  }
  div#Category section#mv div.section_wrap div.mv_wrap h1 span.fw {
    color: #494949 !important;
  }
}

div#Category section#mv div.section_wrap p.txt {
  padding-top: 15px;
  font-size: 14px;
  line-height: 26px;
  padding-top: 30px;
}

@media only screen and (max-width: 760px) {
  div#Category section#mv div.section_wrap p.txt {
    padding-top: 0;
    width: 84.3%;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 20px;
  }
}

div#Category section#txt {
  display: none !important;
}

@media only screen and (max-width: 760px) {
  div#Category section#txt {
    width: 84.3%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}

div#Category section#txt div.section_wrap ul {
  width: 100%;
}

div#Category section#txt div.section_wrap ul li {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 760px) {
  div#Category section#txt div.section_wrap ul li {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 42px;
  }
}

div#Category section#txt div.section_wrap ul li:last-child {
  border-bottom: none;
}

div#Category section#txt div.section_wrap ul li:nth-child(odd) dl dt {
  float: right;
}

div#Category section#txt div.section_wrap ul li:nth-child(odd) dl dd {
  float: left;
}

div#Category section#txt div.section_wrap ul li dl {
  overflow: hidden;
  width: 100%;
}

div#Category section#txt div.section_wrap ul li dl dt {
  width: 38.3%;
  float: left;
}

@media only screen and (max-width: 760px) {
  div#Category section#txt div.section_wrap ul li dl dt {
    float: none;
    width: 100%;
  }
}

div#Category section#txt div.section_wrap ul li dl dt img {
  width: 100%;
  height: auto;
  display: block;
}

div#Category section#txt div.section_wrap ul li dl dd {
  float: right;
  width: 58%;
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media only screen and (max-width: 760px) {
  div#Category section#txt div.section_wrap ul li dl dd {
    float: none;
    width: 100%;
    text-align: center;
  }
}

div#Category section#txt div.section_wrap ul li dl dd h2 {
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 24px;
  margin-bottom: 18px;
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media only screen and (max-width: 760px) {
  div#Category section#txt div.section_wrap ul li dl dd h2 {
    font-size: 15px;
    text-align: center;
    border-bottom: none;
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 0;
    margin-bottom: 24px;
    padding-top: 24px;
  }
}

div#Category section#txt div.section_wrap ul li dl dd p {
  font-size: 13px;
  line-height: 26px;
  text-align: left;
}

@media only screen and (max-width: 760px) {
  div#Category section#txt div.section_wrap ul li dl dd p {
    font-size: 12px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 760px) {
  div#Category section#item {
    margin-left: auto;
    margin-right: auto;
  }
}

div#Category section#item div.section_wrap p.txt_r.mar_t_30.mar_b_30 {
  font-size: 12px;
  line-height: 30px;
  color: #a24949;
  text-align: right;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 3px;
  margin-bottom: 20px;
  display: none !important;
}

@media only screen and (max-width: 760px) {
  div#Category section#item div.section_wrap p.txt_r.mar_t_30.mar_b_30 {
    line-height: 40px;
    text-align: center;
    border-top: 1px solid #e7e7e7;
    margin-bottom: 2px;
  }
}

div#Category section#item div.section_wrap p.txt_r.mar_t_30.mar_b_30 span {
  color: #e7e7e7 !important;
}

@media only screen and (max-width: 760px) {
  div#Category section#item div.section_wrap p.txt_r.mar_t_30.mar_b_30 span {
    padding-right: 40px;
    padding-left: 40px;
  }
}

div#Category section#item div.section_wrap p.txt_r.mar_t_30.mar_b_30 a {
  color: #494949;
}

@media only screen and (max-width: 760px) {
  div#Category section#item div.section_wrap ul.list {
    margin-bottom: 30px;
  }
}

div#Category section#item div.section_wrap ul.list li {
  margin-bottom: 30px;
}

@media only screen and (max-width: 760px) {
  div#Category section#item div.section_wrap ul.list li {
    margin-bottom: 0 !important;
  }
}

div#Category section#item div.section_wrap ul.list li dl dt {
  margin-bottom: 10px;
}

@media only screen and (max-width: 760px) {
  div#Category section#item div.section_wrap ul.list li dl dt {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 760px) and (max-width: 760px) {
  div#Category section#item div.section_wrap ul.list li dl dt img {
    margin-bottom: 0 !important;
  }
}

div#Category section#item div.section_wrap ul.list li dl dd a {
  margin-bottom: 8px;
}

@media only screen and (max-width: 760px) {
  div#Category section#item div.section_wrap ul.list li dl dd a {
    margin-bottom: 4px;
  }
}

div#Category section#item div.section_wrap ul.list li form div.list_cart_wrap {
  border: 1px solid #e7e7e7;
  position: relative;
  width: 60px;
  float: left;
}

div#Category section#item div.section_wrap ul.list li form div.list_cart_wrap.soldout {
  position: relative;
}

div#Category section#item div.section_wrap ul.list li form div.list_cart_wrap.soldout:before {
  background-color: #E8E8E8;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 100;
}

@media only screen and (max-width: 760px) {
  div#Category section#item div.section_wrap ul.list li form div.list_cart_wrap {
    width: 38px;
  }
}

div#Category section#item div.section_wrap ul.list li form div.list_cart_wrap input {
  position: relative;
  left: 0;
  width: 30px;
  border: none;
  line-height: 24px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  cursor: pointer;
  height: auto;
  font-size: 12px;
}

@media only screen and (max-width: 760px) {
  div#Category section#item div.section_wrap ul.list li form div.list_cart_wrap input {
    line-height: 18px;
    font-size: 11px;
    width: 100%;
    text-align: center;
  }
}

div#Category section#item div.section_wrap ul.list li form a.count {
  height: 50%;
  position: absolute;
  width: 34px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(https://odashi.com/img/product/count-up.png);
  top: 0;
  right: 1px;
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: center 10px;
}

@media only screen and (max-width: 760px) {
  div#Category section#item div.section_wrap ul.list li form a.count {
    width: 30px;
    display: none;
  }
}

div#Category section#item div.section_wrap ul.list li form a.count.btn_down {
  background-position: center 5px;
  top: auto;
  bottom: -5px;
  background-image: url(https://odashi.com/img/product/count-down.png);
}

div#Category section#item div.section_wrap ul.list li form input[type="submit"],
div#Category section#item div.section_wrap ul.list li form input[type="button"] {
  float: right;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  border: none;
  background-color: #494949;
  color: #ffffff;
  width: 70%;
  padding: 0;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 12px;
}

@media only screen and (max-width: 760px) {
  div#Category section#item div.section_wrap ul.list li form input[type="submit"],
  div#Category section#item div.section_wrap ul.list li form input[type="button"] {
    height: 27px;
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    float: left;
    margin-left: 6px;
  }
}

div#search {
  position: relative;
  padding-bottom: 80px;
}

@media only screen and (max-width: 760px) {
  div#search {
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
  }
}

div#search h2.pad_l_10.mar_b_20.txt_28.txt_fwn.bor_b_1 {
  position: absolute;
  top: 11px;
  display: inline-block;
}

@media only screen and (max-width: 760px) {
  div#search h2.pad_l_10.mar_b_20.txt_28.txt_fwn.bor_b_1 {
    position: relative;
    top: 0;
    margin-bottom: 40px;
    display: block;
    text-align: center;
  }
}

div#search p.txt_r.mar_t_30.mar_b_30 {
  font-size: 12px;
  line-height: 30px;
  color: #a24949;
  text-align: right;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 0px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 760px) {
  div#search p.txt_r.mar_t_30.mar_b_30 {
    line-height: 40px;
    text-align: center;
    border-top: 1px solid #e7e7e7;
  }
}

div#search p.txt_r.mar_t_30.mar_b_30 span {
  color: #e7e7e7 !important;
}

@media only screen and (max-width: 760px) {
  div#search p.txt_r.mar_t_30.mar_b_30 span {
    padding-right: 40px;
    padding-left: 40px;
  }
}

div#search p.txt_r.mar_t_30.mar_b_30 a {
  color: #494949;
}

@media only screen and (max-width: 760px) {
  div#search ul.list {
    margin-bottom: 30px;
  }
}

div#search ul.list li {
  margin-bottom: 30px;
}

@media only screen and (max-width: 760px) {
  div#search ul.list li {
    margin-bottom: 0 !important;
  }
}

div#search ul.list li dl dt {
  margin-bottom: 10px;
}

@media only screen and (max-width: 760px) {
  div#search ul.list li dl dt {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 760px) and (max-width: 760px) {
  div#search ul.list li dl dt img {
    margin-bottom: 0 !important;
  }
}

div#search ul.list li dl dd a {
  margin-bottom: 8px;
}

@media only screen and (max-width: 760px) {
  div#search ul.list li dl dd a {
    margin-bottom: 4px;
  }
}

div#search ul.list li form div.list_cart_wrap {
  border: 1px solid #e7e7e7;
  position: relative;
  width: 60px;
  float: left;
}

div#search ul.list li form div.list_cart_wrap.soldout {
  position: relative;
}

div#search ul.list li form div.list_cart_wrap.soldout:before {
  background-color: #E8E8E8;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 100;
}

@media only screen and (max-width: 760px) {
  div#search ul.list li form div.list_cart_wrap {
    width: 38px;
  }
}

div#search ul.list li form div.list_cart_wrap input {
  position: relative;
  left: 0;
  width: 30px;
  border: none;
  line-height: 24px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  cursor: pointer;
  height: auto;
  font-size: 12px;
}

@media only screen and (max-width: 760px) {
  div#search ul.list li form div.list_cart_wrap input {
    line-height: 18px;
    font-size: 11px;
    width: 100%;
    text-align: center;
  }
}

div#search ul.list li form a.count {
  height: 50%;
  position: absolute;
  width: 34px;
  display: block;
  overflow: hidden;
  text-indent: -9999px;
  background-image: url(https://odashi.com/img/product/count-up.png);
  top: 0;
  right: 1px;
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: center 10px;
}

@media only screen and (max-width: 760px) {
  div#search ul.list li form a.count {
    width: 30px;
    display: none;
  }
}

div#search ul.list li form a.count.btn_down {
  background-position: center 5px;
  top: auto;
  bottom: -5px;
  background-image: url(https://odashi.com/img/product/count-down.png);
}

div#search ul.list li form input[type="submit"],
div#search ul.list li form input[type="button"] {
  float: right;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  border: none;
  background-color: #494949;
  color: #ffffff;
  width: 70%;
  padding: 0;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 12px;
}

@media only screen and (max-width: 760px) {
  div#search ul.list li form input[type="submit"],
  div#search ul.list li form input[type="button"] {
    height: 27px;
    text-align: center;
    line-height: 25px;
    font-size: 11px;
    float: left;
    margin-left: 6px;
  }
}

div#search ul.list li {
  margin-bottom: 20px;
}

@media only screen and (max-width: 760px) {
  div#search ul.list li {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 760px) {
  div#search ul.list li:last-child {
    border-bottom: none !important;
  }
}

div#search ul.list li dl dt {
  margin-bottom: 8px;
}

@media only screen and (max-width: 760px) {
  div#search ul.list li dl dt {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 760px) {
  div#search ul.list li dl dt a img {
    margin-bottom: 0 !important;
  }
}

div#subinfo div#prof {
  width: 100%;
  padding-bottom: 40px;
  border-top: 1px solid #e7e7e7;
  padding-top: 30px;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#prof {
    padding-bottom: 0px;
  }
}

div#subinfo div#prof div.prof_wrap {
  width: 100%;
}

div#subinfo div#prof div.prof_wrap p {
  margin: 0;
  font-size: 12px;
  line-height: 22px;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#prof div.prof_wrap p {
    font-size: 11px;
    line-height: 18px;
  }
}

div#subinfo div#prof div.prof_wrap dl {
  width: 100%;
  display: table;
  overflow: hidden;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#prof div.prof_wrap dl {
    display: block;
  }
}

div#subinfo div#prof div.prof_wrap dl dt {
  display: table-cell;
  vertical-align: top;
  width: 24%;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#prof div.prof_wrap dl dt {
    display: block;
    width: 38%;
    float: left;
    margin-right: 20px;
  }
}

div#subinfo div#prof div.prof_wrap dl dt div.pic {
  width: 100%;
  margin-bottom: 10px;
}

div#subinfo div#prof div.prof_wrap dl dt div.pic img {
  width: 100%;
  height: auto;
  display: block;
}

div#subinfo div#prof div.prof_wrap dl dd {
  display: table-cell;
  vertical-align: top;
  padding-left: 30px;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#prof div.prof_wrap dl dd {
    display: block;
    padding-left: 0;
  }
}

@media only screen and (max-width: 760px) {
  div#subinfo div#prof div.prof_wrap dl dd div {
    text-align: justify;
  }
}

div#subinfo div#prof div.prof_wrap dl dd div p.prof {
  font-size: 14px;
  margin-bottom: 10px;
  color: #222222;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#prof div.prof_wrap dl dd div p.prof {
    font-size: 12px;
    margin-bottom: 6px;
  }
}

div#subinfo div#prof div.prof_wrap dl dd div p.txt {
  margin-bottom: 10px;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#prof div.prof_wrap dl dd div p.txt {
    margin-bottom: 6px;
  }
}

@media only screen and (max-width: 760px) {
  div#subinfo div#prof div.prof_wrap dl dd div p.stxt {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 760px) {
  div#subinfo div#prof div.prof_wrap dl dd div p.stxt br {
    display: none;
  }
}

div#subinfo div#sub {
  padding-top: 10px;
}

div#subinfo div#sub div.pic {
  margin-bottom: 20px;
}

div#subinfo div#sub div.pic img {
  display: block;
  width: 100%;
  height: auto;
}

div#subinfo div#sub p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 40px;
  display: block;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#sub p {
    font-size: 12px;
    line-height: 20px;
  }
}

div#subinfo div#Recipe {
  padding-top: 55px;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe {
    padding-top: 30px;
  }
}

div#subinfo div#Recipe a.link {
  margin-top: 10px;
}

div#subinfo div#Recipe h2 {
  font-size: 16px !important;
  line-height: 24px !important;
  display: block !important;
  text-align: left !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #c4c4c4 !important;
  letter-spacing: 0.1em !important;
  margin-bottom: 20px !important;
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe h2 {
    font-size: 14px !important;
    text-align: center !important;
    border-bottom: none !important;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe h2 span {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid #c4c4c4;
  }
}

div#subinfo div#Recipe div.pic {
  margin-bottom: 24px;
}

div#subinfo div#Recipe div.pic img {
  display: block;
  width: 100%;
  height: auto;
}

div#subinfo div#Recipe h3 {
  font-size: 20px;
  line-height: 28px;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #494949;
  margin-bottom: 10px;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe h3 {
    transform: rotate(0.028deg) \9;
    font-family: zen-old-mincho, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 18px;
    text-align: center;
  }
}

div#subinfo div#Recipe p {
  font-size: 14px;
  line-height: 26px;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe p {
    font-size: 12px;
    line-height: 20px;
  }
}

div#subinfo div#Recipe div.recipe_wrap {
  border-top: 1px solid #c4c4c4;
  padding-top: 32px;
  margin-top: 32px;
  overflow: hidden;
  padding-bottom: 40px;
}

div#subinfo div#Recipe div.recipe_wrap a.link {
  float: right;
  display: none !important;
}

div#subinfo div#Recipe div.recipe_wrap a.link2 {
  display: block;
  font-size: 12px;
  line-height: 24px;
  padding-top: 7px;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 2px;
}

div#subinfo div#Recipe div.recipe_wrap a.link2:hover span {
  color: #a14848 !important;
}

div#subinfo div#Recipe div.recipe_wrap a.link2:hover span:after {
  display: none;
}

div#subinfo div#Recipe div.recipe_wrap a.link2 span {
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative !important;
  display: inline-block !important;
  padding-right: 0 !important;
  font-size: 12px !important;
  line-height: 24px !important;
}

div#subinfo div#Recipe div.recipe_wrap a.link2 span:after {
  width: 100%;
  height: 1px;
  background-color: #c4c4c4;
  left: 0;
  bottom: 2px;
  position: absolute;
  content: "";
  display: block;
}

div#subinfo div#Recipe div.recipe_wrap div.box {
  display: table;
  width: 100%;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe div.recipe_wrap div.box {
    width: 100%;
    display: block;
  }
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_l {
  display: table-cell;
  vertical-align: top;
  width: 35.6%;
  border-right: 1px solid #e6e6e6;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe div.recipe_wrap div.box div.box_l {
    width: 100%;
    display: block;
    border-right: none;
    padding-bottom: 7px;
  }
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_l div.pic {
  width: 88.4%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe div.recipe_wrap div.box div.box_l div.pic {
    width: 100%;
    display: block;
    padding-bottom: 5px;
  }
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_l div.pic img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 2px;
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_l p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe div.recipe_wrap div.box div.box_l p {
    font-size: 12px;
    line-height: 20px;
  }
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_l dl {
  width: 88.4%;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe div.recipe_wrap div.box div.box_l dl {
    width: 100%;
    display: block;
  }
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_l dl dt {
  text-align: center;
  background-color: #f3f3f3;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_l dl dt span {
  display: inline-block;
  font-size: 12px;
  line-height: 28px;
  display: inline-block;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe div.recipe_wrap div.box div.box_l dl dt span {
    font-size: 12px;
    line-height: 30px;
  }
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_l dl dd {
  font-size: 13px;
  line-height: 26px;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe div.recipe_wrap div.box div.box_l dl dd {
    font-size: 12px;
    line-height: 20px;
  }
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_l dl dd br {
  display: none !important;
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_l dl dd p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0 !important;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe div.recipe_wrap div.box div.box_l dl dd p {
    font-size: 11px;
    line-height: 18px;
  }
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_l dl dd ul {
  margin-bottom: 10px;
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_l dl dd ul li {
  font-size: 13px;
  line-height: 26px;
  display: block;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe div.recipe_wrap div.box div.box_l dl dd ul li {
    font-size: 12px;
    line-height: 20px;
  }
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r {
  display: table-cell;
  vertical-align: top;
  padding-left: 6%;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe div.recipe_wrap div.box div.box_r {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-top: 20px;
  }
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li {
  border-bottom: 1px dotted #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li:first-child {
    padding-top: 10px;
    border-top: 1px dotted #e7e7e7;
  }
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li dd {
  background-size: 30px auto;
  background-image: url(https://odashi.com/img/top/ico-rank_01_sp.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 44px;
  background-size: 30px auto;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li dd {
    background-size: 25px auto;
  }
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li dd span {
  padding-right: 20px;
  display: block;
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li.step_01 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_01_sp.png);
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li.step_02 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_02_sp.png);
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li.step_03 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_03_sp.png);
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li.step_04 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_04_sp.png);
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li.step_05 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_05_sp.png);
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li.step_06 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_06_sp.png);
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li.step_07 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_07_sp.png);
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li.step_08 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_08_sp.png);
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li.step_09 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_09_sp.png);
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li.step_10 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_10_sp.png);
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li.step_11 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_11_sp.png);
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li.step_12 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_12_sp.png);
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li.step_13 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_13_sp.png);
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li.step_14 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_14_sp.png);
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li.step_15 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_15_sp.png);
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li.step_16 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_16_sp.png);
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li.step_17 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_17_sp.png);
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li.step_18 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_18_sp.png);
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li.step_19 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_19_sp.png);
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li.step_20 dd {
  background-image: url(https://odashi.com/img/top/ico-rank_20_sp.png);
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li dl {
  width: 100%;
  display: table;
  min-height: 50px;
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li dl dd {
  display: table-cell;
  vertical-align: middle;
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li dl dd span {
  font-size: 13px;
  line-height: 20px;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li dl dd span {
    font-size: 10px;
    line-height: 17px;
  }
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li dl dt {
  display: table-cell;
  vertical-align: middle;
  width: 34.5%;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li dl dt {
    width: 37%;
  }
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li dl dt div.pic {
  width: 100%;
  margin-bottom: 0 !important;
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.step li dl dt div.pic img {
  width: 100%;
  height: auto;
  display: block;
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.plus {
  margin-top: 32px;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.plus {
    margin-top: 20px;
  }
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.plus li {
  background-color: #f3f4f4;
  padding: 20px 15px;
  margin-top: 10px;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.plus li {
    padding: 15px;
    margin-top: 5px;
  }
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.plus li dl {
  width: 100%;
  display: table;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.plus li dl {
    display: block;
    position: relative;
    overflow: auto;
  }
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.plus li dl dt,
div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.plus li dl dd {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.plus li dl dt,
  div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.plus li dl dd {
    display: block;
    padding-top: 48px;
    float: left;
  }
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.plus li dl dd {
    width: 60%;
    padding-top: 40px;
  }
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.plus li dl dd p.tit {
  font-size: 14px;
  left: 24px;
  color: #d3d2d2;
  margin-bottom: 10px;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.plus li dl dd p.tit {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    text-align: center;
    border-bottom: 1px solid #eceded;
    padding-bottom: 12px;
  }
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.plus li dl dd p.tit span.min {
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #494949;
  font-size: 15px;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.plus li dl dd p.tit span.min {
    font-size: 11px;
  }
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.plus li dl dd p.tit span.min {
    font-size: 12px;
  }
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.plus li dl dd p.tit span.goth {
  color: #494949;
  font-size: 15px;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.plus li dl dd p.tit span.goth {
    font-size: 12px;
  }
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.plus li dl dd p.txt {
  font-size: 13px;
  line-height: 20px;
  color: #222222;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.plus li dl dd p.txt {
    font-size: 10px;
    line-height: 17px;
    padding-right: 20px;
  }
  div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.plus li dl dd p.txt br {
    display: none;
  }
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.plus li dl dd p {
  padding-right: 20px !important;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.plus li dl dd p {
    padding-right: 10px !important;
  }
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.plus li dl dt {
  width: 35%;
}

@media only screen and (max-width: 760px) {
  div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.plus li dl dt {
    width: 40%;
    float: right;
  }
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.plus li dl dt div.pic {
  width: 100%;
}

div#subinfo div#Recipe div.recipe_wrap div.box div.box_r ul.plus li dl dt div.pic img {
  width: 100%;
  height: auto;
  display: block;
}

section#head2.alltitle {
  display: none;
}

body.all section#head2.alltitle {
  display: none;
}

@media only screen and (max-width: 760px) {
  body.all section#head2.alltitle {
    display: block;
    margin-top: -50px;
    width: 100%;
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 760px) {
  body.all section#head2.alltitle div.section_wrap h1 {
    margin-bottom: 0 !important;
  }
}

#search ul.list li,
#search ul.list5 li {
  position: relative;
}

#search ul.list li.ws dt,
#search ul.list5 li.ws dt {
  position: relative;
}

#search ul.list li.ws dt:after,
#search ul.list5 li.ws dt:after {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  content: "ワークショップ";
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 11px;
  background-color: #ffffff;
  color: #5b5b5b;
  font-weight: bold;
  padding: 2px 8px;
  line-height: 20px;
}

@media only screen and (max-width: 760px) {
  #search ul.list li.ws dt:after,
  #search ul.list5 li.ws dt:after {
    font-size: 10px;
    top: 15px;
    left: 0px;
    padding: 0px 4px;
    line-height: 16px;
    font-weight: normal;
  }
}

.itemtxt_wrap {
  display: table;
  width: 100%;
  margin-top: 18px;
  margin-bottom: 14px;
}

@media only screen and (max-width: 760px) {
  .itemtxt_wrap {
    display: block;
    width: 100%;
    margin-top: -3px;
  }
}

.itemtxt_wrap .itemtxt {
  width: 56%;
  display: table-cell;
  vertical-align: top;
  padding-right: 25px;
}

@media only screen and (max-width: 760px) {
  .itemtxt_wrap .itemtxt {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-bottom: 12px !important;
  }
}

.itemtxt_wrap ul {
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
}

@media only screen and (max-width: 760px) {
  .itemtxt_wrap ul {
    display: block;
    width: 100%;
  }
}

.itemtxt_wrap ul li {
  width: 49.5%;
  float: right;
}

.itemtxt_wrap ul li:first-child {
  float: left;
}

@media only screen and (max-width: 760px) {
  section#head2 {
    margin-bottom: 34px;
  }
}

section#head2 div.section_wrap h1 {
  font-size: 22px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 70px;
  padding-bottom: 68px;
  color: #000000;
}

@media only screen and (max-width: 760px) {
  section#head2 div.section_wrap h1 {
    font-family: zen-old-mincho, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center !important;
    font-size: 16px !important;
    padding-bottom: 34px !important;
    padding-top: 50px !important;
    margin-bottom: 10px !important;
    border-top: none !important;
  }
}

section#head2 div.section_wrap h1 span {
  padding-left: 30px;
}

@media only screen and (max-width: 760px) {
  section#head2 div.section_wrap h1 span {
    padding-left: 0;
  }
}

@media only screen and (max-width: 760px) {
  section#head2 div.section_wrap h1 {
    font-size: 16px;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}

div#guide {
  padding-bottom: 87px;
}

@media only screen and (max-width: 760px) {
  div#guide {
    padding-bottom: 30px;
  }
}

div#guide section {
  width: 96% !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

div#guide section#head2 {
  width: 100% !important;
}

@media only screen and (max-width: 760px) {
  div#guide section#head2 {
    margin-bottom: 0 !important;
    width: 84.3% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media only screen and (max-width: 760px) {
  div#guide section#head2 h1 {
    margin-bottom: 0 !important;
  }
}

@media only screen and (max-width: 760px) {
  div#guide section {
    width: 84.3% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

div#guide section.guide_section {
  padding-top: 90px;
  margin-top: -90px;
}

@media only screen and (max-width: 760px) {
  div#guide section.guide_section {
    padding-top: 80px;
    margin-top: -80px;
  }
}

div#guide section.guide_section .section_wrap {
  padding-top: 62px;
  padding-bottom: 12px;
}

@media only screen and (max-width: 760px) {
  div#guide section.guide_section .section_wrap {
    padding-top: 24px;
    padding-bottom: 0px;
  }
}

div#guide section.guide_section h2 {
  font-size: 16px;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 18px;
  margin-bottom: 30px;
  display: block;
}

@media only screen and (max-width: 760px) {
  div#guide section.guide_section h2 {
    font-size: 14px;
    text-align: center;
    border-bottom: none;
    padding-top: 26px;
    padding-bottom: 14px;
  }
}

@media only screen and (max-width: 760px) {
  div#guide section.guide_section h2 span {
    display: inline-block;
  }
}

div#guide section.guide_section ul li {
  text-indent: -1.2em;
  margin-left: 1.2em;
}

div#guide section.guide_section table {
  width: 100%;
}

div#guide section.guide_section table tr th,
div#guide section.guide_section table tr td {
  border: 1px solid #eaeaea;
  text-align: left;
  padding-top: 12px;
  padding-bottom: 12px;
}

div#guide section.guide_section table tr th {
  background-color: #f6f7f6;
}

div#guide section.guide_section table tr th span {
  font-size: 13px;
  line-height: 23px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 760px) {
  div#guide section.guide_section table tr th span {
    font-size: 10px;
    line-height: 18px;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }
}

div#guide section.guide_section table tr td div {
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  line-height: 23px;
}

@media only screen and (max-width: 760px) {
  div#guide section.guide_section table tr td div {
    font-size: 10px;
    line-height: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

div#guide section.guide_section table tr td div * {
  font-size: 13px;
  line-height: 23px;
}

@media only screen and (max-width: 760px) {
  div#guide section.guide_section table tr td div * {
    font-size: 11px;
    line-height: 18px;
  }
}

div#guide section#company_01.guide_section div.section_wrap ul li {
  font-size: 14px;
  line-height: 28px;
  text-indent: 0;
  margin-left: 0;
}

@media only screen and (max-width: 760px) {
  div#guide section#company_01.guide_section div.section_wrap ul li {
    font-size: 12px;
    line-height: 24px;
    font-size: 10px;
    white-space: nowrap;
  }
}

div#guide section#company_01.guide_section div.section_wrap ul li span {
  display: inline-block;
  padding-right: 6px;
}

@media only screen and (max-width: 760px) {
  div#guide div#box-map {
    height: 180px !important;
  }
}

@media only screen and (max-width: 760px) {
  div#guide div#box-map div#map_canvas {
    height: 180px !important;
  }
}

div#guide section#company_02.guide_section div.section_wrap table tbody tr th,
div#guide section#law.guide_section div.section_wrap table tbody tr th {
  width: 28%;
}

div#guide section#company_02.guide_section div.section_wrap table tbody tr td div a,
div#guide section#law.guide_section div.section_wrap table tbody tr td div a {
  color: #b8b8b8;
  text-decoration: underline;
}

div#guide section#company_02.guide_section div.section_wrap table tbody tr td div a:hover,
div#guide section#law.guide_section div.section_wrap table tbody tr td div a:hover {
  color: #a14848 !important;
  text-decoration: none;
}

div#guide section#payment.guide_section div.section_wrap table tbody tr th {
  width: 28%;
}

div#guide section#payment.guide_section div.section_wrap table tbody tr td div span.red {
  color: #a14848;
}

div#guide section#payment.guide_section div.section_wrap table tbody tr td div span.fs {
  font-size: 12px;
}

@media only screen and (max-width: 760px) {
  div#guide section#payment.guide_section div.section_wrap table tbody tr td div span.fs {
    font-size: 10px;
  }
}

div#guide section#payment.guide_section div.section_wrap table tbody tr td div img {
  margin-top: 3px;
  margin-bottom: 3px;
  display: block;
}

@media only screen and (max-width: 760px) {
  div#guide section#payment.guide_section div.section_wrap table tbody tr td div img {
    width: 100%;
    height: auto;
    display: block;
  }
}

div#guide section#shipping.guide_section div.section_wrap table {
  margin-bottom: 20px;
}

div#guide section#shipping.guide_section div.section_wrap table tbody tr th {
  width: 60%;
}

div#guide section#shipping.guide_section div.section_wrap table tbody tr td {
  text-align: right;
}

div#guide section#shipping.guide_section div.section_wrap ul.listtxt li {
  font-size: 13px;
  line-height: 23px;
}

@media only screen and (max-width: 760px) {
  div#guide section#shipping.guide_section div.section_wrap ul.listtxt li {
    font-size: 11px;
    line-height: 18px;
  }
}

div#guide section#shipping.guide_section div.section_wrap ul.listtxt li span {
  color: #a14848;
}

div#guide section#delivery.guide_section div.section_wrap p {
  font-size: 13px;
  line-height: 23px;
  display: block;
  margin-bottom: 20px;
}

@media only screen and (max-width: 760px) {
  div#guide section#delivery.guide_section div.section_wrap p {
    font-size: 11px;
    line-height: 18px;
  }
}

div#guide section#delivery.guide_section div.section_wrap p span {
  color: #a14848;
}

div#guide section#delivery.guide_section div.section_wrap table {
  margin-bottom: 20px;
  width: 100%;
}

@media only screen and (max-width: 760px) {
  div#guide section#delivery.guide_section div.section_wrap table.show_sp {
    display: table;
  }
}

div#guide section#delivery.guide_section div.section_wrap table tr {
  width: 100%;
}

div#guide section#delivery.guide_section div.section_wrap table tr th {
  text-align: center !important;
}

@media only screen and (max-width: 760px) {
  div#guide section#delivery.guide_section div.section_wrap table tr th {
    text-align: left !important;
  }
}

div#guide section#delivery.guide_section div.section_wrap ul.listtxt li {
  font-size: 13px;
  line-height: 23px;
}

@media only screen and (max-width: 760px) {
  div#guide section#delivery.guide_section div.section_wrap ul.listtxt li {
    font-size: 11px;
    line-height: 18px;
  }
}

div#guide section#delivery.guide_section div.section_wrap ul.listtxt li span {
  color: #a14848;
}

div#guide.privacy section {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

div#guide.privacy section#head2 {
  margin-bottom: 64px;
}

@media only screen and (max-width: 760px) {
  div#guide.privacy section#head2 {
    margin-bottom: 30px;
  }
}

div#guide.privacy section.guide_section div.section_wrap {
  padding-top: 32px;
}

@media only screen and (max-width: 760px) {
  div#guide.privacy section.guide_section div.section_wrap {
    padding-top: 10px;
  }
}

div#guide.privacy section.guide_section div.section_wrap a {
  color: #b8b8b8;
  text-decoration: underline;
}

div#guide.privacy section.guide_section div.section_wrap a:hover {
  color: #a14848 !important;
  text-decoration: none;
}

@media only screen and (max-width: 760px) {
  div#guide.privacy section.guide_section div.section_wrap h2 {
    text-align: left;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 40px;
  }
}

div#guide.privacy section.guide_section div.section_wrap div.box {
  margin-bottom: 30px;
}

div#guide.privacy section.guide_section div.section_wrap div.box h3 {
  margin-bottom: 10px;
}

div#guide.privacy section.guide_section div.section_wrap div.box h3 span {
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
}

@media only screen and (max-width: 760px) {
  div#guide.privacy section.guide_section div.section_wrap div.box h3 span {
    font-size: 12px;
    line-height: 20px;
  }
}

div#guide.privacy section.guide_section div.section_wrap div.box p {
  font-size: 13px;
  line-height: 24px;
}

@media only screen and (max-width: 760px) {
  div#guide.privacy section.guide_section div.section_wrap div.box p {
    font-size: 11px;
    line-height: 18px;
  }
}

div#guide.privacy section.guide_section div.section_wrap div.box ul li {
  font-size: 13px;
  line-height: 24px;
}

@media only screen and (max-width: 760px) {
  div#guide.privacy section.guide_section div.section_wrap div.box ul li {
    font-size: 11px;
    line-height: 18px;
  }
}

div#guide.privacy section.guide_section div.section_wrap div.box table {
  margin-top: 24px;
}

div#guide.privacy section.guide_section div.section_wrap div.box table tbody tr th {
  width: 28%;
}

#media section {
  width: 96% !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

#media section#head2 {
  width: 100% !important;
}

@media only screen and (max-width: 760px) {
  #media section#head2 {
    margin-bottom: 0;
    width: 84.3% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media only screen and (max-width: 760px) {
  #media section {
    width: 84.3% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

#media p.media_lead {
  width: 96% !important;
  margin-left: auto !important;
  margin-right: 0 !important;
  font-size: 13px;
  line-height: 26px;
  padding-top: 20px;
}

@media only screen and (max-width: 760px) {
  #media p.media_lead {
    width: 100%;
    font-size: 11px;
    line-height: 18px;
    padding-top: 0;
  }
}

#media section.media_section div.section_wrap {
  width: 100%;
  padding-bottom: 80px;
  min-height: 600px;
}

@media only screen and (max-width: 760px) {
  #media section.media_section div.section_wrap {
    min-height: 400px;
  }
}

#media section.media_section div.section_wrap ul.medialist {
  width: 100%;
  overflow: hidden;
}

#media section.media_section div.section_wrap ul.medialist li {
  width: 50%;
  float: right;
  border-top: 1px solid #e7e7e7;
  padding-top: 60px;
  padding-bottom: 60px;
  display: none;
}

@media only screen and (max-width: 760px) {
  #media section.media_section div.section_wrap ul.medialist li {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#media section.media_section div.section_wrap ul.medialist li:nth-child(2), #media section.media_section div.section_wrap ul.medialist li:first-child {
  border-top: none;
}

#media section.media_section div.section_wrap ul.medialist li:nth-child(odd) {
  float: left;
}

#media section.media_section div.section_wrap ul.medialist li:nth-child(odd) dl {
  border-right: 1px dotted #e7e7e7;
}

#media section.media_section div.section_wrap ul.medialist li:nth-child(odd) dl dt {
  margin-left: 0;
  margin-right: auto;
}

#media section.media_section div.section_wrap ul.medialist li:nth-child(odd) dl dd {
  margin-left: 0;
  margin-right: auto;
}

#media section.media_section div.section_wrap ul.medialist li dl {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

#media section.media_section div.section_wrap ul.medialist li dl dt {
  width: 88.5%;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 10px;
}

@media only screen and (max-width: 760px) {
  #media section.media_section div.section_wrap ul.medialist li dl dt {
    width: 88.5%;
    margin-bottom: 10px;
  }
}

#media section.media_section div.section_wrap ul.medialist li dl dt img {
  width: 120px;
  height: auto;
}

@media only screen and (max-width: 760px) {
  #media section.media_section div.section_wrap ul.medialist li dl dt img {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

#media section.media_section div.section_wrap ul.medialist li dl dd {
  width: 100%;
  text-align: center;
  width: 88.5%;
  margin-left: auto;
  margin-right: 0;
}

#media section.media_section div.section_wrap ul.medialist li dl dd p.data {
  font-size: 12px;
  line-height: 24px;
  color: #888888;
}

@media only screen and (max-width: 760px) {
  #media section.media_section div.section_wrap ul.medialist li dl dd p.data {
    font-size: 11px;
    line-height: 20px;
  }
}

#media section.media_section div.section_wrap ul.medialist li dl dd h2.name {
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 760px) {
  #media section.media_section div.section_wrap ul.medialist li dl dd h2.name {
    font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 5px;
  }
}

#media section.media_section div.section_wrap ul.medialist li dl dd p.from {
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

@media only screen and (max-width: 760px) {
  #media section.media_section div.section_wrap ul.medialist li dl dd p.from {
    font-size: 11px;
    line-height: 20px;
  }
}

#media section.media_section div.section_wrap ul.medialist li dl dd p.txt {
  padding-top: 10px;
  font-size: 13px;
  line-height: 23px;
  width: 100%;
  text-align: left;
}

@media only screen and (max-width: 760px) {
  #media section.media_section div.section_wrap ul.medialist li dl dd p.txt {
    font-size: 10px;
    line-height: 16px;
  }
}

#media section.media_section div.section_wrap ul.medialist li dl dd p.txt a {
  text-decoration: underline;
}

#media section.media_section div.section_wrap ul.medialist li dl dd p.txt a:hover {
  color: #a14848 !important;
  text-decoration: none;
}

#News {
  background-color: #fff;
}

#News section {
  width: 96% !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

#News section#head2 {
  width: 100% !important;
}

@media only screen and (max-width: 760px) {
  #News section#head2 {
    width: 84.3% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media only screen and (max-width: 760px) {
  #News section {
    width: 84.3% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media only screen and (max-width: 760px) {
  #News section h1 {
    border-bottom: none !important;
  }
}

#News ul.news_nav {
  text-align: right;
  padding-top: 20px;
  overflow: hidden;
}

@media only screen and (max-width: 760px) {
  #News ul.news_nav {
    padding-top: 0;
    text-align: center;
    padding-bottom: 0px;
    display: block;
    width: 100%;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    box-sizing: border-box;
  }
}

#News ul.news_nav li {
  display: inline-block;
  border-right: 1px solid #e6e6e6;
}

@media only screen and (max-width: 760px) {
  #News ul.news_nav li {
    display: block;
    width: 50%;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
}

#News ul.news_nav li.space {
  margin-right: -25px;
}

@media only screen and (max-width: 760px) {
  #News ul.news_nav li.space {
    height: 37px;
    margin-right: 0;
  }
}

#News ul.news_nav li:last-child {
  border-right: none;
}

@media only screen and (max-width: 760px) {
  #News ul.news_nav li:last-child {
    border-right: 1px solid #e6e6e6;
  }
}

#News ul.news_nav li:last-child a {
  padding-right: 0;
}

#News ul.news_nav li a {
  font-size: 13px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 20px;
}

#News ul.news_nav li a:hover, #News ul.news_nav li a.current {
  color: #a14848 !important;
}

#News ul.news_nav li a.cate_00 {
  color: #d53939;
}

@media only screen and (max-width: 760px) {
  #News ul.news_nav li a {
    padding-left: 0px;
    padding-right: 0px;
    padding: 0;
    width: 100%;
    height: 100%;
    font-size: 11px;
    line-height: 36px;
  }
}

#News section.news_section div.section_wrap {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 760px) {
  #News section.news_section div.section_wrap {
    padding-top: 0px;
  }
}

#News section.news_section div.section_wrap ul.newslist {
  width: 100%;
  padding-bottom: 20px;
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: center 300px;
  background-size: 30px auto;
  margin-top: -20px;
}

@media only screen and (max-width: 760px) {
  #News section.news_section div.section_wrap ul.newslist {
    margin-top: 0;
    min-height: 400px;
    background-size: 24px auto;
  }
}

#News section.news_section div.section_wrap ul.newslist li {
  width: 100%;
  border-top: 1px solid #e7e7e7;
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
  background-color: #fff;
}

#News section.news_section div.section_wrap ul.newslist li:first-child {
  border-top: none;
}

@media only screen and (max-width: 760px) {
  #News section.news_section div.section_wrap ul.newslist li {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

#News section.news_section div.section_wrap ul.newslist li .newsancer {
  padding-top: 90px;
  margin-top: -90px;
}

@media only screen and (max-width: 760px) {
  #News section.news_section div.section_wrap ul.newslist li .newsancer {
    padding-top: 80px;
    margin-top: -80px;
  }
}

#News section.news_section div.section_wrap ul.newslist li dl {
  width: 100%;
  display: table;
}

@media only screen and (max-width: 760px) {
  #News section.news_section div.section_wrap ul.newslist li dl {
    display: block;
    width: 100%;
  }
}

#News section.news_section div.section_wrap ul.newslist li dl dt {
  display: table-cell;
  vertical-align: top;
  width: 41%;
}

@media only screen and (max-width: 760px) {
  #News section.news_section div.section_wrap ul.newslist li dl dt {
    display: block;
    width: 100%;
  }
}

#News section.news_section div.section_wrap ul.newslist li dl dt b {
  color: #a14848;
}

#News section.news_section div.section_wrap ul.newslist li dl dt span.name {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  padding-right: 20px;
}

@media only screen and (max-width: 760px) {
  #News section.news_section div.section_wrap ul.newslist li dl dt span.name {
    font-size: 14px;
    line-height: 22px;
  }
}

#News section.news_section div.section_wrap ul.newslist li dl dt span.name span.data {
  font-size: 12px;
  line-height: 24px;
  color: #888888;
  display: block;
}

#News section.news_section div.section_wrap ul.newslist li dl dt div.pic {
  margin-top: 30px;
  width: 80%;
}

@media only screen and (max-width: 760px) {
  #News section.news_section div.section_wrap ul.newslist li dl dt div.pic {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    margin-bottom: 10px;
    margin-top: 5px;
  }
}

#News section.news_section div.section_wrap ul.newslist li dl dt div.pic img {
  display: block;
  width: 100%;
  height: auto;
}

#News section.news_section div.section_wrap ul.newslist li dl dt.recruit_dl_dt {
  width: 28.57%;
}

@media only screen and (max-width: 760px) {
  #News section.news_section div.section_wrap ul.newslist li dl dt.recruit_dl_dt {
    width: auto;
  }
}

#News section.news_section div.section_wrap ul.newslist li dl dd {
  display: table-cell;
  vertical-align: top;
  font-size: 13px;
  line-height: 26px;
}

@media only screen and (max-width: 760px) {
  #News section.news_section div.section_wrap ul.newslist li dl dd {
    padding-top: 20px;
    display: block;
    width: 100%;
    font-size: 11px;
    line-height: 18px;
  }
}

#News section.news_section div.section_wrap ul.newslist li dl dd a {
  text-decoration: underline;
}

#News section.news_section div.section_wrap ul.newslist li dl dd a:hover {
  color: #494949;
  text-decoration: none;
}

@media only screen and (max-width: 760px) {
  #News section.news_section div.section_wrap ul.newslist li dl dd.recruit_dl_dd {
    padding: 1em;
  }
}

#News section.news_section div.section_wrap ul.newslist li dl dd.recruit_dl_dd a {
  text-decoration: none;
  border-bottom: 1px solid #c4c4c4;
}

#News section.news_section div.section_wrap ul.newslist li dl dd.recruit_dl_dd a:hover {
  color: #7b7b7b;
  border-bottom-color: transparent;
}

#News section.news_section div.section_wrap .recruit_ttl {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 1em;
}

@media only screen and (max-width: 760px) {
  #News section.news_section div.section_wrap .recruit_ttl {
    font-size: 14px;
    line-height: 20px;
  }
}

#News section.news_section div.section_wrap .recruit_dl {
  border: 1px solid #eaeaea;
  margin-top: -1px;
}

#News section.news_section div.section_wrap .recruit_dl_dt {
  line-height: 26px;
  background: #f6f7f6;
  padding: 1em 1.5em;
  border-right: 1px solid #eaeaea;
  box-sizing: border-box;
}

@media only screen and (max-width: 760px) {
  #News section.news_section div.section_wrap .recruit_dl_dt {
    border-right: none;
    border-bottom: 1px solid #eaeaea;
    padding: 0.5em 1em;
  }
}

#News section.news_section div.section_wrap .recruit_dl_dd {
  padding: 1em 1.5em;
  box-sizing: border-box;
}

@media only screen and (max-width: 760px) {
  #News section.news_section div.section_wrap .recruit_dl_dd {
    font-size: 11px;
    line-height: 18px;
  }
}

#News section.news_section div.section_wrap .recruit_dl_dd a {
  color: #7b7b7b;
  font-size: 12px;
}

@media only screen and (max-width: 760px) {
  #News section.news_section div.section_wrap .recruit_dl_dd a {
    font-size: 11px;
  }
}

@media only screen and (max-width: 760px) {
  #News section.news_section div.section_wrap .recruit_dl_dd p {
    font-size: 11px;
    line-height: 18px;
    padding-left: 1.25em;
    text-indent: -1.25em;
  }
}

#News section.news_section div.section_wrap .recruit_img {
  display: table;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 20px;
}

@media only screen and (max-width: 760px) {
  #News section.news_section div.section_wrap .recruit_img {
    margin-top: 10px;
  }
  #News section.news_section div.section_wrap .recruit_img.list3 {
    margin-left: -3px;
    margin-right: -3px;
  }
}

#News section.news_section div.section_wrap .recruit_img_li {
  display: table-cell;
  vertical-align: top;
  padding: 0 10px;
  width: 50%;
}

#News section.news_section div.section_wrap .recruit_img_li.list3 {
  width: 33.3333%;
}

@media only screen and (max-width: 760px) {
  #News section.news_section div.section_wrap .recruit_img_li.list3 {
    padding: 0 3px;
  }
}

#News section.news_section div.section_wrap .recruit_img_li img {
  display: block;
  width: 100%;
}

#News section.news_section div.section_wrap .recruit_p {
  font-size: 13px;
  margin-top: 40px;
}

@media only screen and (max-width: 760px) {
  #News section.news_section div.section_wrap .recruit_p {
    font-size: 11px;
    line-height: 18px;
    margin-top: 20px;
  }
}

#News section.news_section div.section_wrap .recruit_p a {
  color: #ad5454;
  border-bottom: 1px solid transparent;
}

#News section.news_section div.section_wrap .recruit_p a:hover {
  border-bottom-color: currentColor;
}

#News section.news_section div.section_wrap .news_imp {
  background: #f8f8f8;
  padding: 50px 66px 47px;
  font-size: 13px;
  line-height: 24px;
}

@media only screen and (max-width: 760px) {
  #News section.news_section div.section_wrap .news_imp {
    font-size: 11px;
    line-height: 18px;
    padding: 25px 19px 19px;
  }
}

#News section.news_section div.section_wrap .news_imp_head {
  font-size: 12px;
  line-height: 22px;
}

@media only screen and (max-width: 760px) {
  #News section.news_section div.section_wrap .news_imp_head {
    font-size: 11px;
    line-height: 17px;
  }
}

#News section.news_section div.section_wrap .news_imp_head p {
  font-size: 12px;
  line-height: 22px;
}

@media only screen and (max-width: 760px) {
  #News section.news_section div.section_wrap .news_imp_head p {
    font-size: 11px;
    line-height: 17px;
  }
}

#News section.news_section div.section_wrap .news_imp_ttl {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0 30px;
}

@media only screen and (max-width: 760px) {
  #News section.news_section div.section_wrap .news_imp_ttl {
    font-size: 12px;
    padding: 25px 0;
  }
}

#News section.news_section div.section_wrap .news_imp_img {
  display: block;
  margin-top: 30px;
  max-width: 100%;
}

#morebtn {
  width: 220px;
  height: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #e6e6e6;
  text-align: center;
  background-color: #fff;
}

@media only screen and (max-width: 760px) {
  #morebtn {
    height: 40px;
  }
}

@media only screen and (min-width: 979px) {
  #morebtn {
    transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: background-color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
  #morebtn:hover {
    background-color: #4C4C4C;
  }
  #morebtn:hover span {
    color: #fff;
  }
}

#morebtn span {
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  color: #000000;
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media only screen and (min-width: 979px) {
  #morebtn span {
    transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -webkit-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -moz-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -o-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
    -ms-transition: color 300ms cubic-bezier(0.25, 0.1, 0.25, 1) 0ms;
  }
}

@media only screen and (max-width: 760px) {
  #morebtn span {
    line-height: 40px;
    font-size: 12px;
  }
}

div#contact form {
  display: none;
}

div#contact .mw_wp_form form {
  display: block;
}

div#contact div.preopen {
  width: 100%;
  border: 1px solid #eaeaea;
  margin-top: -20px;
  margin-bottom: 298px;
}

@media only screen and (max-width: 760px) {
  div#contact div.preopen {
    width: 84.3%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 60px;
  }
}

div#contact div.preopen div.wrap {
  padding: 40px 40px 47px 40px;
}

@media only screen and (max-width: 760px) {
  div#contact div.preopen div.wrap {
    padding: 30px 30px 37px 30px;
  }
}

div#contact div.preopen div.wrap ul {
  width: 100%;
  display: table;
}

@media only screen and (max-width: 760px) {
  div#contact div.preopen div.wrap ul {
    display: block;
    width: 100%;
  }
}

div#contact div.preopen div.wrap ul li {
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 760px) {
  div#contact div.preopen div.wrap ul li {
    display: block;
    width: 100% !important;
    padding-left: 0 !important;
    border-left: none !important;
  }
}

div#contact div.preopen div.wrap ul li:first-child {
  width: 50%;
}

@media only screen and (max-width: 760px) {
  div#contact div.preopen div.wrap ul li:first-child {
    padding-bottom: 40px;
  }
}

div#contact div.preopen div.wrap ul li:last-child {
  border-left: 1px solid #eaeaea;
  padding-left: 43px;
}

div#contact div.preopen div.wrap ul li dl dt {
  margin-bottom: 26px;
}

@media only screen and (max-width: 760px) {
  div#contact div.preopen div.wrap ul li dl dt {
    margin-bottom: 14px;
  }
}

div#contact div.preopen div.wrap ul li dl dt span {
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  border-bottom: 1px solid #e7e7e7;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
}

@media only screen and (max-width: 760px) {
  div#contact div.preopen div.wrap ul li dl dt span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 3px;
  }
}

div#contact div.preopen div.wrap ul li dl dd table {
  margin-bottom: 18px;
}

div#contact div.preopen div.wrap ul li dl dd table tbody tr th {
  width: 122px;
}

div#contact div.preopen div.wrap ul li dl dd table tbody tr th span {
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 30px;
}

@media only screen and (max-width: 760px) {
  div#contact div.preopen div.wrap ul li dl dd table tbody tr th span {
    font-size: 12px;
    line-height: 24px;
  }
}

div#contact div.preopen div.wrap ul li dl dd table tbody tr td span a.tel {
  font-size: 16px;
  line-height: 30px;
}

@media only screen and (max-width: 760px) {
  div#contact div.preopen div.wrap ul li dl dd table tbody tr td span a.tel {
    font-size: 12px;
    line-height: 24px;
  }
}

div#contact div.preopen div.wrap ul li dl dd p.fs {
  font-size: 12px;
  line-height: 20px;
}

div#contact div.preopen div.wrap ul li dl dd p.mail {
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 30px;
}

div#contact div.preopen div.wrap ul li dl dd a.mail {
  color: #b8b8b8;
  text-decoration: underline;
  font-size: 16px;
  line-height: 23px;
}

div#contact div.preopen div.wrap ul li dl dd a.mail:hover {
  text-decoration: none;
}

@media only screen and (max-width: 760px) {
  div#contact section#head2 {
    margin-bottom: 22px;
  }
}

div#contact section#head2 div.section_wrap p.contact_txt {
  font-size: 13px;
  line-height: 26px;
  padding-top: 56px;
  width: 96% !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

@media only screen and (max-width: 760px) {
  div#contact section#head2 div.section_wrap p.contact_txt {
    width: 100% !important;
    font-size: 12px !important;
    line-height: 20px !important;
    padding-top: 10px !important;
  }
}

div#contact section#head2 div.section_wrap p.contact_txt span {
  font-size: 12px;
  line-height: 26px;
  color: #a14848;
  display: block;
}

@media only screen and (max-width: 760px) {
  div#contact section#head2 div.section_wrap p.contact_txt span {
    font-size: 11px;
    line-height: 18px;
  }
}

div#contact section.contact_section {
  padding-top: 40px;
  width: 96% !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}

@media only screen and (max-width: 760px) {
  div#contact section.contact_section {
    width: 100% !important;
    padding-top: 0 !important;
  }
}

div#contact section.contact_section div.section_wrap {
  width: 100%;
  padding-bottom: 80px;
}

@media only screen and (max-width: 760px) {
  div#contact section.contact_section div.section_wrap {
    padding-bottom: 60px;
  }
}

div#contact section.contact_section div.section_wrap input[type="text"],
div#contact section.contact_section div.section_wrap input[type="email"],
div#contact section.contact_section div.section_wrap textarea {
  border: none;
  background-color: #f6f6f6;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 26px;
}

@media only screen and (max-width: 760px) {
  div#contact section.contact_section div.section_wrap input[type="text"],
  div#contact section.contact_section div.section_wrap input[type="email"],
  div#contact section.contact_section div.section_wrap textarea {
    font-size: 11px;
    line-height: 22px;
  }
}

div#contact section.contact_section div.section_wrap textarea {
  height: 200px;
}

@media only screen and (max-width: 760px) {
  div#contact section.contact_section div.section_wrap textarea {
    height: 140px;
  }
}

div#contact section.contact_section div.section_wrap div.mw_wp_form {
  width: 100%;
}

@media only screen and (max-width: 760px) {
  div#contact section.contact_section div.section_wrap div.mw_wp_form {
    width: 84.3% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

div#contact section.contact_section div.section_wrap div.mw_wp_form p.contact_txt {
  font-size: 13px;
  line-height: 26px;
  padding-top: 16px;
  margin-bottom: 40px;
  display: none !important;
}

@media only screen and (max-width: 760px) {
  div#contact section.contact_section div.section_wrap div.mw_wp_form p.contact_txt {
    width: 100% !important;
    font-size: 12px !important;
    line-height: 20px !important;
    padding-top: 10px !important;
  }
}

div#contact section.contact_section div.section_wrap div.mw_wp_form p.contact_txt span {
  font-size: 12px;
  line-height: 26px;
  color: #a14848;
  display: block;
}

@media only screen and (max-width: 760px) {
  div#contact section.contact_section div.section_wrap div.mw_wp_form p.contact_txt span {
    font-size: 11px;
    line-height: 18px;
  }
}

div#contact section.contact_section div.section_wrap div.mw_wp_form ul li {
  display: none !important;
}

div#contact section.contact_section div.section_wrap div.mw_wp_form.mw_wp_form_input p.contact_txt.input-txt {
  display: block !important;
}

div#contact section.contact_section div.section_wrap div.mw_wp_form.mw_wp_form_input ul li.input-btns {
  display: block !important;
}

div#contact section.contact_section div.section_wrap div.mw_wp_form.mw_wp_form_confirm p.contact_txt.confirm-txt {
  display: block !important;
}

div#contact section.contact_section div.section_wrap div.mw_wp_form.mw_wp_form_confirm ul li {
  margin-top: 50px;
}

div#contact section.contact_section div.section_wrap div.mw_wp_form.mw_wp_form_confirm ul li.confirm-btns {
  display: block !important;
}

div#contact section.contact_section div.section_wrap div.mw_wp_form.mw_wp_form_complete p.contact_txt.tanks-txt {
  display: block !important;
}

div#contact section.contact_section div.section_wrap div.mw_wp_form.mw_wp_form_complete ul li {
  margin-top: 50px;
}

div#contact section.contact_section div.section_wrap div.mw_wp_form.mw_wp_form_complete ul li.tanks-btns {
  display: block !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

div#contact section.contact_section div.section_wrap form,
div#contact section.contact_section div.section_wrap .form {
  width: 100%;
}

div#contact section.contact_section div.section_wrap form table,
div#contact section.contact_section div.section_wrap .form table {
  width: 100%;
}

div#contact section.contact_section div.section_wrap form table tbody tr,
div#contact section.contact_section div.section_wrap .form table tbody tr {
  width: 100%;
}

div#contact section.contact_section div.section_wrap form table tbody tr.mail1 th,
div#contact section.contact_section div.section_wrap form table tbody tr.mail1 td,
div#contact section.contact_section div.section_wrap .form table tbody tr.mail1 th,
div#contact section.contact_section div.section_wrap .form table tbody tr.mail1 td {
  padding-bottom: 5px;
}

div#contact section.contact_section div.section_wrap form table tbody tr.mail2 th,
div#contact section.contact_section div.section_wrap form table tbody tr.mail2 td,
div#contact section.contact_section div.section_wrap .form table tbody tr.mail2 th,
div#contact section.contact_section div.section_wrap .form table tbody tr.mail2 td {
  padding-top: 0;
}

div#contact section.contact_section div.section_wrap form table tbody tr.mail2 th div,
div#contact section.contact_section div.section_wrap .form table tbody tr.mail2 th div {
  display: none;
}

div#contact section.contact_section div.section_wrap form table tbody tr th,
div#contact section.contact_section div.section_wrap form table tbody tr td,
div#contact section.contact_section div.section_wrap .form table tbody tr th,
div#contact section.contact_section div.section_wrap .form table tbody tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  font-size: 13px;
  line-height: 26px;
  vertical-align: top;
}

@media only screen and (max-width: 760px) {
  div#contact section.contact_section div.section_wrap form table tbody tr th,
  div#contact section.contact_section div.section_wrap form table tbody tr td,
  div#contact section.contact_section div.section_wrap .form table tbody tr th,
  div#contact section.contact_section div.section_wrap .form table tbody tr td {
    width: 100%;
    display: block;
    float: none;
    font-size: 11px;
    line-height: 18px;
  }
}

div#contact section.contact_section div.section_wrap form table tbody tr th *,
div#contact section.contact_section div.section_wrap form table tbody tr td *,
div#contact section.contact_section div.section_wrap .form table tbody tr th *,
div#contact section.contact_section div.section_wrap .form table tbody tr td * {
  font-size: 13px;
  line-height: 26px;
}

@media only screen and (max-width: 760px) {
  div#contact section.contact_section div.section_wrap form table tbody tr th *,
  div#contact section.contact_section div.section_wrap form table tbody tr td *,
  div#contact section.contact_section div.section_wrap .form table tbody tr th *,
  div#contact section.contact_section div.section_wrap .form table tbody tr td * {
    font-size: 11px;
    line-height: 18px;
  }
}

div#contact section.contact_section div.section_wrap form table tbody tr th,
div#contact section.contact_section div.section_wrap .form table tbody tr th {
  width: 180px !important;
}

@media only screen and (max-width: 760px) {
  div#contact section.contact_section div.section_wrap form table tbody tr th,
  div#contact section.contact_section div.section_wrap .form table tbody tr th {
    width: 100% !important;
    padding-bottom: 5px;
  }
}

div#contact section.contact_section div.section_wrap form table tbody tr th div.subject span.require,
div#contact section.contact_section div.section_wrap .form table tbody tr th div.subject span.require {
  color: #a14848;
}

@media only screen and (max-width: 760px) {
  div#contact section.contact_section div.section_wrap form table tbody tr td,
  div#contact section.contact_section div.section_wrap .form table tbody tr td {
    padding-top: 0px;
    padding-bottom: 5px;
  }
}

div#contact section.contact_section div.section_wrap form table tbody tr td .error,
div#contact section.contact_section div.section_wrap .form table tbody tr td .error {
  color: #a14848;
}

div#contact section.contact_section div.section_wrap form table tbody tr td .error textarea.form-message,
div#contact section.contact_section div.section_wrap .form table tbody tr td .error textarea.form-message {
  color: #a14848;
}

div#contact section.contact_section div.section_wrap form ul,
div#contact section.contact_section div.section_wrap .form ul {
  width: 460px;
  overflow: hidden;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 760px) {
  div#contact section.contact_section div.section_wrap form ul,
  div#contact section.contact_section div.section_wrap .form ul {
    width: 230px;
    padding-top: 20px;
  }
}

div#contact section.contact_section div.section_wrap form ul li,
div#contact section.contact_section div.section_wrap .form ul li {
  width: 210px;
  display: block;
  float: left;
  padding: 10px;
}

@media only screen and (max-width: 760px) {
  div#contact section.contact_section div.section_wrap form ul li,
  div#contact section.contact_section div.section_wrap .form ul li {
    padding: 3px 10px;
  }
}

div#contact section.contact_section div.section_wrap form ul li a,
div#contact section.contact_section div.section_wrap form ul li input[type="submit"],
div#contact section.contact_section div.section_wrap .form ul li a,
div#contact section.contact_section div.section_wrap .form ul li input[type="submit"] {
  cursor: pointer !important;
  width: 100%;
  height: 50px;
  display: block;
  font-size: 15px;
  line-height: 50px;
  text-align: center;
  background-color: #494949;
  border: none !important;
  color: #fff;
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media only screen and (max-width: 760px) {
  div#contact section.contact_section div.section_wrap form ul li a,
  div#contact section.contact_section div.section_wrap form ul li input[type="submit"],
  div#contact section.contact_section div.section_wrap .form ul li a,
  div#contact section.contact_section div.section_wrap .form ul li input[type="submit"] {
    font-size: 12px;
    line-height: 40px;
    height: 40px;
  }
}

div#contact section.contact_section div.section_wrap form ul li a.btnw,
div#contact section.contact_section div.section_wrap form ul li input[type="submit"].btnw,
div#contact section.contact_section div.section_wrap .form ul li a.btnw,
div#contact section.contact_section div.section_wrap .form ul li input[type="submit"].btnw {
  box-sizing: border-box;
  border: 1px solid #e6e6e6 !important;
  background-color: #fff;
  color: #494949;
}

body.page-udon {
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media only screen and (max-width: 760px) {
  body.page-udon {
    height: auto;
    overflow: inherit;
  }
}

body.page-udon #spimg {
  display: none;
}

@media only screen and (max-width: 760px) {
  body.page-udon #spimg {
    display: block;
    width: 100%;
  }
}

body.page-udon div#udonwrap {
  background-image: url(https://odashi.com/img/udon/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 760px) {
  body.page-udon div#udonwrap {
    background-color: #fff;
    background-image: none;
    position: static;
  }
}

body.page-udon div#udonwrap div.udonmain {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  position: relative;
  height: 100%;
}

@media only screen and (max-width: 760px) {
  body.page-udon div#udonwrap div.udonmain {
    position: static;
  }
}

body.page-udon div#udonwrap h1 {
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
}

@media only screen and (max-width: 760px) {
  body.page-udon div#udonwrap h1 {
    position: relative;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 20px;
  }
}

body.page-udon div#udonwrap h1 span {
  transform: rotate(0.028deg) \9;
  font-family: zen-old-mincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  line-height: 34px;
  color: #fff;
}

@media only screen and (max-width: 760px) {
  body.page-udon div#udonwrap h1 span {
    font-size: 18px;
    color: #000;
  }
}

body.page-udon div#udonwrap div.txtbox {
  width: 320px;
  min-height: 400px;
  position: fixed;
  bottom: 60px;
  right: 280px;
  padding: 26px 30px 26px 30px;
  border-radius: 2px;
}

@media only screen and (max-width: 760px) {
  body.page-udon div#udonwrap div.txtbox {
    position: relative;
    width: 100%;
    border-radius: 0;
    padding: 0;
    bottom: auto;
    right: auto;
    top: 0;
    left: 0;
  }
}

body.page-udon div#udonwrap div.txtbox:before {
  background-color: #fff;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  top: 0;
  left: 0;
  position: absolute;
}

body.page-udon div#udonwrap div.txtbox .txtbox_wrap {
  position: relative;
  z-index: 100;
}

body.page-udon div#udonwrap div.txtbox .txtbox_wrap__txtarea {
  max-height: calc(100vh - 250px - 120px - 26px - 26px - 51px);
  overflow: auto;
  padding-right: 5px;
}

body.page-udon div#udonwrap div.txtbox .txtbox_wrap__txtarea::-webkit-scrollbar {
  width: 4px;
}

body.page-udon div#udonwrap div.txtbox .txtbox_wrap__txtarea::-webkit-scrollbar-track {
  background-color: #e9e9e9;
}

body.page-udon div#udonwrap div.txtbox .txtbox_wrap__txtarea::-webkit-scrollbar-thumb {
  background-color: #868788;
}

@media only screen and (max-width: 760px) {
  body.page-udon div#udonwrap div.txtbox .txtbox_wrap__txtarea {
    height: auto;
    overflow: visible;
  }
}

body.page-udon div#udonwrap div.txtbox p {
  color: #000 !important;
  line-height: 18px;
}

body.page-udon div#udonwrap div.txtbox p.add {
  font-size: 16px;
  display: block;
  margin-top: 20px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 760px) {
  body.page-udon div#udonwrap div.txtbox p.add {
    font-size: 13px;
    text-align: center;
  }
}

body.page-udon div#udonwrap div.txtbox p.add a {
  color: #000 !important;
  text-decoration: underline;
  font-size: 14px;
}

body.page-udon div#udonwrap div.txtbox p.add a:hover {
  text-decoration: none;
}

body.page-udon div#udonwrap div.txtbox div#map img {
  width: 228px;
  height: 250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

body.page-udon div#udonwrap div.txtbox p.info {
  font-size: 14px;
  line-height: 20px;
  font-family: YuGothic, '游ゴシック', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding-bottom: 18px;
  margin-bottom: 16px;
  border-bottom: 1px solid #B5B5B5;
}

@media only screen and (max-width: 760px) {
  body.page-udon div#udonwrap div.txtbox p.info {
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
}

body.page-udon div#udonwrap div.txtbox p.info a {
  color: #000 !important;
  cursor: default !important;
}

@media only screen and (max-width: 760px) {
  body.page-udon div#udonwrap div.txtbox p.info a {
    text-decoration: underline;
  }
}

body.page-udon div#udonwrap div.txtbox p.info span {
  display: block;
  font-size: 12px;
  padding-top: 2px;
  color: #494949;
}

body.page-udon div#udonwrap div.txtbox p.info span a {
  color: #494949 !important;
  text-decoration: underline;
}

body.page-udon div#udonwrap div.txtbox p.info span a:hover {
  color: #494949;
  text-decoration: none;
}

@media only screen and (max-width: 760px) {
  body.page-udon div#udonwrap div.txtbox div#menu {
    padding-bottom: 40px;
  }
}

body.page-udon div#udonwrap div.txtbox div#menu dl {
  display: table;
  width: 100%;
}

body.page-udon div#udonwrap div.txtbox div#menu dl dt {
  color: #000 !important;
  font-size: 14px;
  line-height: 26px;
  display: table-cell;
  vertical-align: top;
}

@media only screen and (max-width: 760px) {
  body.page-udon div#udonwrap div.txtbox div#menu dl dt {
    font-size: 12px;
    line-height: 20px;
  }
}

body.page-udon div#udonwrap div.txtbox div#menu dl dd {
  color: #000 !important;
  display: table-cell;
  vertical-align: top;
  text-align: right;
}

body.page-udon div#udonwrap div.txtbox div#menu dl dd ul {
  width: 100%;
}

body.page-udon div#udonwrap div.txtbox div#menu dl dd ul li {
  color: #000 !important;
  font-size: 14px;
  line-height: 26px;
}

@media only screen and (max-width: 760px) {
  body.page-udon div#udonwrap div.txtbox div#menu dl dd ul li {
    font-size: 12px;
    line-height: 20px;
  }
}

body.page-udon div#udonwrap div.txtbox div#menu dl dd ul li span {
  padding-left: 10px;
}

body.page-udon div#udonwrap div.txtbox div#menu dl dd p.ect {
  color: #000 !important;
  font-size: 14px;
  line-height: 22px;
  padding-right: 1em;
}

@media only screen and (max-width: 760px) {
  body.page-udon div#udonwrap div.txtbox div#menu dl dd p.ect {
    font-size: 12px;
    line-height: 20px;
  }
}

body.page-news {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

body.page-news.load ul.newslist {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

body.page-news ul.newslist {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: opacity 400ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  -webkit-transition: opacity 400ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  -moz-transition: opacity 400ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  -ms-transition: opacity 400ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
  -o-transition: opacity 400ms cubic-bezier(0.42, 0, 0.58, 1) 0ms;
}
