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

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%
}
h1 a{color:#000;}
ul {
  list-style: none
}

blockquote, q {
  quotes: none
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

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

input, select {
  vertical-align: middle
}

html {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.4;
  word-break: break-all;
  text-overflow: ellipsis;
  font-size: 14px;
  font-size: 1.4em
}

a {
  text-decoration: none;
  background: transparent;
  color: inherit
}

img {
  vertical-align: top
}

input[type="text"], input[type="email"], input[type="search"], input[type="tel"], input[type="number"], textarea {
  padding: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #cccccc
}

select {
  padding: 5px
}

input[type="checkbox"], input[type="radio"] {
  vertical-align: baseline
}

textarea {
  min-height: 8.4em
}

input[type="checkbox"], input[type="radio"], label, button {
  cursor: pointer
}

.mtp__shadow1 {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3)
}

.mtp__shadow2 {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3)
}

.mtp__shadow3 {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3)
}

.mtp__shadow4 {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3)
}

.mtp__shadow5 {
  box-shadow: 0 8px 13px rgba(0, 0, 0, 0.3)
}

.mtp__headline {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 32px
}

.mtp__title {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.87)
}

.mtp__subhead2 {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 28px
}

.mtp__subhead1 {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 24px
}

.mtp__body2 {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 24px
}

.mtp__body1 {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 20px
}

.mtp__caption {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54)
}

.mtp__btn {
  position: relative;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  min-height: 32px;
  border-radius: 2px;
  color: inherit;
  box-sizing: border-box;
  transition: box-shadow 0.08s;
  padding: 4px 8px;
  border: none;
  outline: none;
  cursor: pointer;
  fill: #9e9e9e;
  vertical-align: bottom
}

.mtp__btn.raised {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3)
}

.mtp__btn.raised:hover {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3)
}

.mtp__btn.raised:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3)
}

.mtp__btn.floating {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  fill: #fff;
  text-align: center;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3)
}

.mtp__btn.floating .btn-circle {
  display: none
}

.mtp__btn.floating:hover {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3)
}

.mtp__btn.floating:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3)
}

.mtp__btn .clicked {
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.2)
}

.mtp__btn:active {
  background: #F5F5F5
}

.mtp__btn.clicked {
  background: #F5F5F5
}

.mtp__btn:hover {
  background-color: #F5F5F5
}

.mtp__menu {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
  min-height: 32px;
  border: none;
  outline: none;
  cursor: pointer;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-user-select: none;
  user-select: none
}

.mtp__menu:hover {
  background: #eeeeee
}

.mtp__btn-circle-wrap {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0
}

.mtp__btn-circle {
  display: block;
  position: absolute;
  background: #000;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  border-radius: 50%;
  -webkit-animation: btn-circle 0.3s -0.02s ease-out forwards;
  animation: btn-circle 0.3s -0.02s ease-out forwards
}

@-webkit-keyframes btn-circle {
  0% {
    transform: scale(0);
    opacity: 0.1
  }
  100% {
    transform: scale(2);
    opacity: 0
  }
}

@keyframes btn-circle {
  0% {
    transform: scale(0);
    opacity: 0.1
  }
  100% {
    transform: scale(2);
    opacity: 0
  }
}

.mtp__textfield {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px
}

.mtp__textfield input, .mtp__textfield textarea {
  padding: 8px 0 8px;
  display: block;
  border: none;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  background: none
}

.mtp__textfield input:focus, .mtp__textfield textarea:focus {
  outline: none
}

.mtp__textfield label {
  color: #999;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 24px;
  transition: 0.2s ease all
}

.mtp__textfield input:focus~label, .mtp__textfield input.success~label, .mtp__textfield input[value="*"]~label, .mtp__textfield textarea:focus~label, .mtp__textfield textarea.success~label, .mtp__textfield textarea[value="*"]~label {
  top: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  color: #5264AE
}

.mtp__textfield .bar {
  position: relative;
  top: 1px;
  display: block;
  width: 100%
}

.mtp__textfield .bar:before, .mtp__textfield .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #5264AE;
  transition: 0.1s ease all
}

.mtp__textfield .bar:before {
  left: 50%
}

.mtp__textfield .bar:after {
  right: 50%
}

.mtp__textfield input:focus~.bar:before, .mtp__textfield input:focus~.bar:after, .mtp__textfield textarea:focus~.bar:before, .mtp__textfield textarea:focus~.bar:after {
  width: 50%
}

.mtp__textfield input:focus~.highlight, .mtp__textfield textarea:focus~.highlight {
  -webkit-animation: inputHighlighter 0.1s ease;
  animation: inputHighlighter 0.1s ease
}

.mtp__textfield .mtp__textarea {
  height: 1.5em;
  line-height: 1.5em;
  overflow-y: auto;
  resize: none
}

@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE
  }
  to {
    width: 0;
    background: transparent
  }
}

@keyframes inputHighlighter {
  from {
    background: #5264AE
  }
  to {
    width: 0;
    background: transparent
  }
}

.mtp__errorfield {
  margin-top: 2px;
  color: #b71b1c;
  font-size: 13px
}

.mtp__cards {
  border-radius: 2px;
  box-sizing: border-box
}

.mtp__cards .cards-image {
  text-align: center;
  overflow: hidden;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px
}

.mtp__cards .cards-image img {
  width: 100%
}

.mtp__cards .cards-body {
  box-sizing: border-box;
  padding: 16px;
  position: relative
}

.mtp__circular {
  width: 50px;
  height: 50px;
  -webkit-animation: rotate 2s linear infinite;
  animation: rotate 2s linear infinite
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(360deg)
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg)
  }
  to {
    transform: rotate(360deg)
  }
}

.mtp__path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: dash 1.5s ease-in-out infinite;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: square;
  stroke: #000
}

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124
  }
}

.mtp__lists {
  padding-top: 8px;
  padding-bottom: 8px
}

.mtp__lists.thumb li {
  padding-left: 72px;
  padding-top: 16px
}

.mtp__lists.thumb.single li {
  padding-top: 24px;
  padding-bottom: 24px
}

.mtp__lists.thumb.icon li {
  padding-right: 72px;
  padding-top: 16px
}

.mtp__lists.thumb.icon li .icon {
  left: auto;
  right: 12px;
  padding: 4px
}

.mtp__lists.icon li {
  padding-left: 72px;
  padding-top: 8px
}

.mtp__lists.icon li .icon {
  padding: 4px;
  position: absolute;
  top: 16px;
  left: 12px
}

.mtp__lists.icon.single li {
  padding-top: 24px;
  padding-bottom: 24px
}

.mtp__lists li {
  padding: 12px 16px;
  position: relative
}

.mtp__lists li p {
  opacity: 0.6
}

.mtp__lists .thumb {
  position: absolute;
  top: 16px;
  left: 16px;
  height: 40px;
  width: 40px;
  overflow: hidden;
  border-radius: 2px
}

.mtp__lists .thumb img {
  width: 100%
}

.mtp__list-sample {
  background: #F5F5F5
}

.mtp__lists {
  background: #fff;
  width: 480px
}

.mtp__lists.divider li {
  border-bottom: 1px solid #e0e0e0
}

.mtp__lists .icon svg {
  fill: #BDBDBD
}

.mtp__switch {
  padding: 8px 16px
}

.mtp__switch input {
  display: none
}

.mtp__switch label {
  position: relative;
  display: block;
  width: 32px;
  height: 16px;
  cursor: pointer;
  border-radius: 12px;
  transition: 160ms;
  background: #ddd
}

.mtp__switch label::after {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  top: -4px;
  left: -8px;
  border-radius: 1.5em;
  transition: left 80ms ease-out, background 80ms ease-out;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3)
}

.mtp__switch.checked label::after {
  left: 16px
}

.mtp__switch.checked label {
  background: #80CBC4
}

.mtp__switch.checked label::after {
  background: #009688
}

.mtp__checkbox {
  min-height: 34px;
  padding: 8px;
  box-sizing: border-box
}

.mtp__checkbox .inputTitle {
  padding: 7px 8px 7px 16px;
  -webkit-flex: 1;
  flex: 1
}

.mtp__checkbox input[type="checkbox"] {
  display: none
}

.mtp__checkbox label {
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: bottom;
  cursor: pointer
}

.mtp__checkbox .icon-checkbox {
  -webkit-align-self: flex-start;
  align-self: flex-start
}

.mtp__checkbox .icon-checkbox .inner {
  position: relative;
  height: 34px;
  width: 34px;
  display: block;
  cursor: pointer;
  -webkit-flex: 0 34px;
  flex: 0 34px
}

.mtp__checkbox .icon-checkbox .inner::after {
  position: absolute;
  top: 8px;
  left: 8px;
  content: "";
  display: block;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border: 2px solid #9E9E9E;
  border-radius: 2px;
  transition: all 80ms cubic-bezier(0.4, 0, 0.23, 1);
  box-sizing: border-box;
  z-index: 1
}

.mtp__checkbox input[type="checkbox"]:checked+.icon-checkbox .inner::after {
  border-color: #009688;
  background: #009688
}

.mtp__checkbox input[type="checkbox"]:checked+.icon-checkbox .inner:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transform-origin: 0% 100%;
  -webkit-animation: icon-checkbox 80ms 40ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
  animation: icon-checkbox 80ms 40ms cubic-bezier(0.4, 0, 0.23, 1) forwards;
  z-index: 2
}

.mtp__checkbox_half {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.mtp__checkbox_half .mtp__checkbox {
  -webkit-flex: 50%;
  flex: 50%
}

@-webkit-keyframes icon-checkbox {
  0% {
    width: 0;
    height: 0;
    border-color: #fff;
    transform: translate3d(0, 0, 0) rotate(45deg)
  }
  33% {
    width: 4px;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg)
  }
  100% {
    width: 4px;
    height: 8px;
    border-color: #fff;
    transform: translate3d(0, -7px, 0) rotate(45deg)
  }
}

@keyframes icon-checkbox {
  0% {
    width: 0;
    height: 0;
    border-color: #fff;
    transform: translate3d(0, 0, 0) rotate(45deg)
  }
  33% {
    width: 4px;
    height: 0;
    transform: translate3d(0, 0, 0) rotate(45deg)
  }
  100% {
    width: 4px;
    height: 8px;
    border-color: #fff;
    transform: translate3d(0, -7px, 0) rotate(45deg)
  }
}

.mtp__radio {
  min-height: 34px;
  padding: 8px;
  box-sizing: border-box
}

.mtp__radio input[type="radio"] {
  display: none
}

.mtp__radio label {
  display: -webkit-inline-flex;
  display: inline-flex;
  vertical-align: bottom;
  cursor: pointer
}

.mtp__radio input[type="radio"]:checked+.icon-radio {
  -webkit-align-self: flex-start;
  align-self: flex-start
}

.mtp__radio input[type="radio"]:checked+.icon-radio .inner::after {
  border-color: #009688
}

.mtp__radio input[type="radio"]:checked+.icon-radio .inner:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 13px;
  left: 13px;
  width: 8px;
  height: 8px;
  -webkit-animation: icon-radio 80ms ease-out forwards;
  animation: icon-radio 80ms ease-out forwards;
  z-index: 2
}

.mtp__radio .inputTitle {
  padding: 7px 8px 7px 16px;
  -webkit-flex: 1;
  flex: 1
}

.mtp__radio .inner {
  position: relative;
  height: 34px;
  width: 34px;
  display: block;
  cursor: pointer
}

.mtp__radio .inner::after {
  position: absolute;
  top: 8px;
  left: 8px;
  content: "";
  display: block;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border: 2px solid #9E9E9E;
  border-radius: 50%;
  transition: all 80ms cubic-bezier(0.4, 0, 0.23, 1);
  box-sizing: border-box;
  z-index: 1
}

.mtp__radio_half {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.mtp__radio_half .mtp__radio {
  -webkit-flex: 50%;
  flex: 50%
}

@-webkit-keyframes icon-radio {
  0% {
    transform: scale(0);
    background: #009688
  }
  100% {
    transform: scale(1);
    background: #009688
  }
}

@keyframes icon-radio {
  0% {
    transform: scale(0);
    background: #009688
  }
  100% {
    transform: scale(1);
    background: #009688
  }
}

.mtp__tab>ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center
}

.mtp__tab>ul>li {
  border-bottom: 2px solid #ffffff;
  transition: background .15s
}

.mtp__tab>ul>li:active:not(.active) {
  transition: background 0s;
  background: #eeeeee
}

.mtp__tab a {
  display: inline-block;
  padding: 16px;
  color: #616161
}

.mtp__tab .active {
  padding: 16px;
  border-bottom: 2px solid #2962FF
}

.mtp__select {
  position: relative;
  z-index: 10;
  cursor: pointer
}

.mtp__select ul {
  position: absolute;
  display: none;
  background-color: #ffffff
}

.mtp__select ul.mtp__select_visible {
  display: block
}

.mtp__select li {
  cursor: pointer
}

.mtp__datetime {
  padding: 8px 0;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  background: none;
  font-size: 15px;
  overflow: visible;
  position: relative
}

.mtp__datetime[type="date"] {
  min-width: 8em
}

.mtp__datetime[type="time"] {
  min-width: 6em
}

.mtp__datetime:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: -1px;
  left: 50%;
  position: absolute;
  background: #5264AE;
  transition: 0.1s ease all;
  -webkit-animation: inputHighlighter 0.1s ease;
  animation: inputHighlighter 0.1s ease
}

.mtp__datetime:focus {
  outline: none
}

.mtp__datetime:focus:after {
  width: 100%;
  left: 0
}

.mtp__tooltip {
  margin-top: 2px;
  position: absolute;
  white-space: nowrap;
  background-color: #212121;
  border: 1px solid #ffffff;
  color: #ffffff;
  padding: 4px 8px;
  border-radius: 4px;
  z-index: 1;
  font-size: 13px
}

.mtp__snackbars {
  display: -webkit-inline-flex;
  display: inline-flex;
  position: fixed;
  left: calc(240px + 24px);
  bottom: 0;
  background: #111111;
  color: #ffffff;
  text-align: left;
  padding: 14px 24px;
  border-radius: 2px;
  transform: translate(0, 100%);
  transition: transform 0.15s cubic-bezier(0.4, 0, 1, 1), opacity 0.15s linear, visibility 0ms linear 0.15s;
  opacity: 0;
  visibility: hidden;
  z-index: 1
}

.mtp__snackbars.visible {
  transform: translate(0, -24px);
  transition: transform 0.15s cubic-bezier(0, 0, 0.4, 1);
  opacity: 1;
  visibility: visible
}

.part--10, .part--9, .part--8, .part--7, .part--6, .part--5, .part--4, .part--3, .part--2, .part--1 {
  font-size: 0
}

.part--10m, .part--9m, .part--8m, .part--7m, .part--6m, .part--5m, .part--4m, .part--3m, .part--2m, .part--1m {
  font-size: 0
}

.part--10>ul, .part--10>li, .part--10>div, .part--10>section, .part--10>article {
  width: 10%;
  display: inline-block;
  font-size: 1.4rem;
  font-size: 14px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.part--10m>ul, .part--10m>li, .part--10m>div, .part--10m>section, .part--10m>article {
  width: 9.28%;
  display: inline-block;
  font-size: 1.4rem;
  font-size: 14px;
  vertical-align: top;
  margin-right: 0.8%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.part--10m>ul:nth-child(10n), .part--10m>li:nth-child(10n), .part--10m>div:nth-child(10n), .part--10m>section:nth-child(10n), .part--10m>article:nth-child(10n) {
  margin-right: 0
}

.part--9>ul, .part--9>li, .part--9>div, .part--9>section, .part--9>article {
  width: 11.11111%;
  display: inline-block;
  font-size: 1.4rem;
  font-size: 14px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.part--9m>ul, .part--9m>li, .part--9m>div, .part--9m>section, .part--9m>article {
  width: 10.4%;
  display: inline-block;
  font-size: 1.4rem;
  font-size: 14px;
  vertical-align: top;
  margin-right: 0.8%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.part--9m>ul:nth-child(9n), .part--9m>li:nth-child(9n), .part--9m>div:nth-child(9n), .part--9m>section:nth-child(9n), .part--9m>article:nth-child(9n) {
  margin-right: 0
}

.part--8>ul, .part--8>li, .part--8>div, .part--8>section, .part--8>article {
  width: 12.5%;
  display: inline-block;
  font-size: 1.4rem;
  font-size: 14px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.part--8m>ul, .part--8m>li, .part--8m>div, .part--8m>section, .part--8m>article {
  width: 11.8%;
  display: inline-block;
  font-size: 1.4rem;
  font-size: 14px;
  vertical-align: top;
  margin-right: 0.8%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.part--8m>ul:nth-child(8n), .part--8m>li:nth-child(8n), .part--8m>div:nth-child(8n), .part--8m>section:nth-child(8n), .part--8m>article:nth-child(8n) {
  margin-right: 0
}

.part--7>ul, .part--7>li, .part--7>div, .part--7>section, .part--7>article {
  width: 14.28571%;
  display: inline-block;
  font-size: 1.4rem;
  font-size: 14px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.part--7m>ul, .part--7m>li, .part--7m>div, .part--7m>section, .part--7m>article {
  width: 13.6%;
  display: inline-block;
  font-size: 1.4rem;
  font-size: 14px;
  vertical-align: top;
  margin-right: 0.8%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.part--7m>ul:nth-child(7n), .part--7m>li:nth-child(7n), .part--7m>div:nth-child(7n), .part--7m>section:nth-child(7n), .part--7m>article:nth-child(7n) {
  margin-right: 0
}

.part--6>ul, .part--6>li, .part--6>div, .part--6>section, .part--6>article {
  width: 16.66667%;
  display: inline-block;
  font-size: 1.4rem;
  font-size: 14px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.part--6m>ul, .part--6m>li, .part--6m>div, .part--6m>section, .part--6m>article {
  width: 16%;
  display: inline-block;
  font-size: 1.4rem;
  font-size: 14px;
  vertical-align: top;
  margin-right: 0.8%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.part--6m>ul:nth-child(6n), .part--6m>li:nth-child(6n), .part--6m>div:nth-child(6n), .part--6m>section:nth-child(6n), .part--6m>article:nth-child(6n) {
  margin-right: 0
}

.part--5>ul, .part--5>li, .part--5>div, .part--5>section, .part--5>article {
  width: 20%;
  display: inline-block;
  font-size: 1.4rem;
  font-size: 14px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.part--5m>ul, .part--5m>li, .part--5m>div, .part--5m>section, .part--5m>article {
  width: 19.36%;
  display: inline-block;
  font-size: 1.4rem;
  font-size: 14px;
  vertical-align: top;
  margin-right: 0.8%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.part--5m>ul:nth-child(5n), .part--5m>li:nth-child(5n), .part--5m>div:nth-child(5n), .part--5m>section:nth-child(5n), .part--5m>article:nth-child(5n) {
  margin-right: 0
}

.part--4>ul, .part--4>li, .part--4>div, .part--4>section, .part--4>article {
  width: 25%;
  display: inline-block;
  font-size: 1.4rem;
  font-size: 14px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.part--4m>ul, .part--4m>li, .part--4m>div, .part--4m>section, .part--4m>article {
  width: 24.4%;
  display: inline-block;
  font-size: 1.4rem;
  font-size: 14px;
  vertical-align: top;
  margin-right: 0.8%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.part--4m>ul:nth-child(4n), .part--4m>li:nth-child(4n), .part--4m>div:nth-child(4n), .part--4m>section:nth-child(4n), .part--4m>article:nth-child(4n) {
  margin-right: 0
}

.part--3>ul, .part--3>li, .part--3>div, .part--3>section, .part--3>article {
  width: 33.33333%;
  display: inline-block;
  font-size: 1.4rem;
  font-size: 14px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.part--3m>ul, .part--3m>li, .part--3m>div, .part--3m>section, .part--3m>article {
  width: 32.8%;
  display: inline-block;
  font-size: 1.4rem;
  font-size: 14px;
  vertical-align: top;
  margin-right: 0.8%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.part--3m>ul:nth-child(3n), .part--3m>li:nth-child(3n), .part--3m>div:nth-child(3n), .part--3m>section:nth-child(3n), .part--3m>article:nth-child(3n) {
  margin-right: 0
}

.part--2>ul, .part--2>li, .part--2>div, .part--2>section, .part--2>article {
  width: 50%;
  display: inline-block;
  font-size: 1.4rem;
  font-size: 14px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.part--2m>ul, .part--2m>li, .part--2m>div, .part--2m>section, .part--2m>article {
  width: 49.2%;
  display: inline-block;
  font-size: 1.4rem;
  font-size: 14px;
  vertical-align: top;
  margin-right: 0.8%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.part--2m>ul:nth-child(2n), .part--2m>li:nth-child(2n), .part--2m>div:nth-child(2n), .part--2m>section:nth-child(2n), .part--2m>article:nth-child(2n) {
  margin-right: 0
}

.part--1>li, .part--1>div, .part--1>section, .part--1>article {
  width: 100%;
  display: inline-block;
  font-size: 1.4rem;
  font-size: 14px;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  margin: 0 5px;
  min-height: 1px;
  display: none
}

[dir="rtl"] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.slick-prev {
  left: 0
}

.slick-prev:before {
  font-family: 'icomoon';
  content: "\e901"
}

.slick-next {
  right: 0
}

.slick-next:before {
  font-family: 'icomoon';
  content: "\e900"
}

.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -32px;
  padding: 30px 5px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: #fff;
  outline: none;
  z-index: 10
}

@font-face {
  font-family: "noto_black";
  src: url("../font/NotoSansCJKjp-Black.woff2") format("woff2"), url("../font/NotoSansCJKjp-Black.woff") format("woff"), url("../font/NotoSansCJKjp-Black.ttf") format("truetype")
}

@font-face {
  font-family: "noto_bold";
  src: url("../font/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../font/NotoSansCJKjp-Bold.woff") format("woff"), url("../font/NotoSansCJKjp-Bold.ttf") format("truetype")
}

@font-face {
  font-family: "noto_demLight";
  src: url("../font/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("../font/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../font/NotoSansCJKjp-DemiLight.ttf") format("truetype")
}

@font-face {
  font-family: "noto_light";
  src: url("../font/NotoSansCJKjp-Light.woff2") format("woff2"), url("../font/NotoSansCJKjp-Light.woff") format("woff"), url("../font/NotoSansCJKjp-Light.ttf") format("truetype")
}

@font-face {
  font-family: "noto_medium";
  src: url("../font/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../font/NotoSansCJKjp-Medium.woff") format("woff"), url("../font/NotoSansCJKjp-Medium.ttf") format("truetype")
}

@font-face {
  font-family: "noto_regular";
  src: url("../font/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../font/NotoSansCJKjp-Regular.woff") format("woff"), url("../font/NotoSansCJKjp-Regular.ttf") format("truetype")
}

@font-face {
  font-family: "noto_thin";
  src: url("../font/NotoSansCJKjp-Thin.woff2") format("woff2"), url("../font/NotoSansCJKjp-Thin.woff") format("woff"), url("../font/NotoSansCJKjp-Thin.ttf") format("truetype")
}

@font-face {
  font-family: "icomoon";
  src: url("../font/icomoon.eot?-vb6k11");
  src: url("../font/icomoon.eot?#iefix-vb6k11") format("embedded-opentype"), url("../font/icomoon.woff?-vb6k11") format("woff"), url("../font/icomoon.ttf?-vb6k11") format("truetype"), url("../font/icomoon.svg?-vb6k11#icomoon") format("svg");
  font-weight: normal;
  font-style: normal
}

@font-face {
  font-family: "fontAwesome";
  src: local("fontAwesome");
  src: url("../font/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../font/fontawesome-webfont.woff") format("woff"), url("../font/FontAwesome.otf") format("opentype");
  font-weight: normal;
  font-style: normal
}

body {
  background: url(../img/bg_pat.jpg);
  color: #261B0D;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.75
}

hr {
  height: 1px;
  margin: 30px 0;
  background-color: #ccc;
  border: 0
}

ol {
  list-style: none inside
}

address {
  font-style: normal
}

a {
  color: #1782C3;
  transition: all .5s ease
}

a:hover {
  transition: all .5s ease
}

a:hover img {
  opacity: 0.7
}

a img {
  transition: all .5s ease
}

header {
  position: fixed;
  width: 100%;
  z-index: 210
}

header .headerInner {
  margin: 0 289px 0 0;
  height: 73px;
  background: rgba(18, 10, 0, 0.85);
  line-height: 73px;
  overflow: hidden;
  *zoom: 1
}

header h1 {
  float: left;
  margin: 20px 24px 0 16px
}

header li {
  text-align: center;
  color: #fff
}

header li a {
  display: block;
  color: #fff
}

header li a:hover {
  opacity: 0.7
}

header .mainNav {
  float: left
}

header .mainNav li {
  float: left
}

header .mainNav li a {
  position: relative;
  padding: 0 25px
}

header .mainNav li a:hover {
  background: #120a00
}

header .mainNav .menu__mega {
  transition: all .5s ease
}

header .mainNav .menu__mega .menu__second-level {
  transition: all .5s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  position: absolute;
  top: 73px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  background: #120a00;
  padding: 30px 0 0;
  line-height: 62px
}

header .mainNav .menu__mega .menu__second-level ul {
  text-align: center
}

header .mainNav .menu__mega .menu__second-level ul>li {
  display: inline-block;
  float: none
}

header .mainNav .menu__mega .menu__second-level ul>li p {
  margin: 12px 0 0;
  line-height: 1.5
}

header .mainNav .menu__mega:hover {
  background: #120a00;
  transition: all .5s ease
}

header .mainNav .menu__mega:hover .menu__second-level {
  transition: all .5s ease;
  top: 73px;
  visibility: visible;
  opacity: 1
}

header .link_lp {
  position: absolute;
  right: 480px;
  height: 73px;
  overflow: hidden;
  top: 4px
}

header .mainNavRight {
  position: absolute;
  right: 290px;
  height: 73px;
  overflow: hidden
}

header .mainNavRight li {
  float: right;
  width: 92px;
  line-height: 107px;
  font-size: 12px
}

header .mainNavRight li:first-child a {
  background: url(../img/nav_icon02.png) no-repeat center 14px
}

header .mainNavRight li:first-child a:hover {
  background: #120a00 url(../img/nav_icon02.png) no-repeat center 14px
}

header .mainNavRight li:last-child a {
  background: url(../img/nav_icon03.png) no-repeat center 15px
}

header .mainNavRight li:last-child a:hover {
  background: #120a00 url(../img/nav_icon03.png) no-repeat center 15px
}

header .mainNavRight li a {
  padding: 0 6px
}

header .subNav {
  position: absolute;
  top: 0;
  right: 0;
  width: 290px;
  height: 73px;
  overflow: hidden
}

header .subNav li {
  float: right;
  width: 92px;
  line-height: 107px;
  font-size: 12px
}

header .subNav li a {
  position: relative;
  padding: 0 6px
}

header .subNav li:first-child {
  width: 185px;
  line-height: 73px;
  padding: 0 6px;
  background: rgba(157, 9, 9, 0.9)
}

header .subNav li dl {
  width: 185px;
  padding: 18px 0
}

header .subNav li dl dt {
  line-height: 1.25;
  font-size: 11px
}

header .subNav li dl dd {
  line-height: 1.5;
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  letter-spacing: .1em
}

header .subNav li:nth-child(2) a {
  background: rgba(218, 121, 1, 0.9) url(../img/nav_icon01.png) no-repeat center 14px
}

header .subNav li:nth-child(2) a:hover {
  background: #da7901 url(../img/nav_icon01.png) no-repeat center 14px
}

@media screen and (max-width: 1400px) {
  header .headerInner {
    margin: 0 270px 0 0;
    width: 1300px
  }
  header h1 {
    margin: 22px 16px 0 16px
  }
  header h1 img {
    width: 110px
  }
  header .mainNav li {
    font-size: 10px
  }
  header .mainNav li a {
    padding: 0 8px
  }
  header .link_lp {
    position: absolute;
    right: 440px;
    height: 73px;
    overflow: hidden;
    top: 4px
  }
  header .mainNavRight {
    right: 270px
  }
  header .mainNavRight li {
    width: 80px;
    font-size: 11px
  }
  header .mainNavRight li a {
    padding: 0 6px
  }
  header .subNav {
    width: 270px
  }
  header .subNav li {
    width: 80px;
    font-size: 11px
  }
  header .subNav li a {
    padding: 0 6px
  }
  header .subNav li:first-child {
    width: 178px;
    padding: 0 6px
  }
}

@media screen and (max-width: 1170px) {
  header .headerInner {
    margin: 0 270px 0 0;
    width: 1300px
  }
  header h1 {
    margin: 22px 16px 0 16px
  }
  header h1 img {
    width: 110px
  }
  header .mainNav li {
    font-size: 13px;
    display: none
  }
  header .mainNav li a {
    padding: 0 8px
  }
  header .link_lp {
    position: absolute;
    right: 480px;
    height: 73px;
    overflow: hidden;
    top: 4px
  }
  header .mainNavRight {
    right: 270px
  }
  header .mainNavRight li {
    width: 80px;
    font-size: 11px
  }
  header .mainNavRight li a {
    padding: 0 6px
  }
  header .subNav {
    width: 270px
  }
  header .subNav li {
    width: 80px;
    font-size: 11px
  }
  header .subNav li a {
    padding: 0 6px
  }
  header .subNav li:first-child {
    width: 178px;
    padding: 0 6px
  }
}

@media screen and (max-width: 800px) {
  header {
    width: 800px
  }
  header .headerInner {
    margin: 0 270px 0 0;
    width: 777px
  }
  header h1 {
    margin: 22px 16px 0 16px
  }
  header h1 img {
    width: 110px
  }
  header .mainNav li {
    font-size: 13px;
    display: none
  }
  header .mainNav li a {
    padding: 0 8px
  }
  header .link_lp {
    position: absolute;
    right: 440px;
    height: 73px;
    overflow: hidden;
    top: 4px
  }
  header .mainNavRight {
    right: 270px
  }
  header .mainNavRight li {
    width: 80px;
    font-size: 11px
  }
  header .mainNavRight li a {
    padding: 0 6px
  }
  header .subNav {
    width: 270px
  }
  header .subNav li {
    width: 80px;
    font-size: 11px
  }
  header .subNav li a {
    padding: 0 6px
  }
  header .subNav li:first-child {
    width: 178px;
    padding: 0 6px
  }
}

.fullSlideShow {
  width: 100%;
  height: 980px;
  position: relative;
  overflow: hidden
}

.fullSlideShow:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjQiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.4)));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.4) 80%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.4) 80%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.4) 80%)
}

.fullSlideShow ul {
  top: 50%;
  left: 50%;
  width: 100%;
  position: fixed;
  overflow: hidden
}

.fullSlideShow ul li {
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  position: absolute
}

.fullSlideShow ul li img {
  width: 100%
}

.scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  margin: 0 0 0 -21px;
  z-index: 101;
  text-align: center
}

.scroll a {
  position: relative;
  font-family: 'Oswald', sans-serif;
  letter-spacing: .15em;
  color: #fff
}

.scroll a:before {
  position: absolute;
  top: -60px;
  font-family: "icomoon";
  content: "\e901";
  font-size: 42px;
  transition: all .5s ease
}

.scroll a:hover {
  transition: all .5s ease
}

.scroll a:hover:before {
  top: -55px;
  transition: all .5s ease
}

.pagiNation {
  bottom: 30px;
  left: 0;
  width: 100%;
  height: 15px;
  text-align: center;
  position: fixed;
  z-index: 90;
  visibility: hidden
}

.fullSlideShow ul {
  display: inline-block;
  overflow: hidden
}

.fullSlideShow ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden
}

.mainVisual .mainCopy {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1100px;
  margin: -175px 0 0 -550px;
  padding: 60px;
  box-sizing: border-box;
  text-align: center;
  z-index: 100
}

.mainVisual .mainCopy p {
  padding: 20px 0;
  text-shadow: 0px 0px 5px #000;
  color: #fff;
  font-size: 15px
}

div.situation {
  padding: 80px 0 35px
}

div.situation .situation__list {
  text-align: center
}

div.situation .situation__list li {
  display: inline-block;
  width: 348px;
  margin: 0 10px 60px;
  padding: 0 0 36px;
  background: #fff;
  vertical-align: middle;
  box-shadow: 1px 1px 5px #ccc
}

div.situation .situation__list li:first-child {
  margin: 0 10px 60px 0
}

div.situation .situation__list li:last-child {
  margin: 0 0 60px 10px
}

div.situation .situation__list li .situation__img {
  display: block
}

div.situation .situation__list li .situation__case {
  margin: 25px 0 0;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.07em;
  color: #bbb
}

div.situation .situation__list li .situation__title {
  font-family: "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 21px;
  color: #442e12
}

.movie {
  padding-bottom: 150px
}

.movie__box a {
  display: block;
  position: relative;
  width: 1100px;
  height: 400px;
  margin: auto;
  overflow: hidden
}

.movie__box a:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -48px 0 0 -48px;
  content: url(../img/icon_play.png);
  z-index: 102
}

.movie__box a img {
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s
}

.movie__box a:hover img {
  transform: scale(1.05, 1.05);
  opacity: 1
}

.recipe .recipe__text01 {
  text-align: center
}

.recipe .recipe__list {
  padding: 0 0 100px;
  overflow: hidden;
  *zoom: 1
}

.recipe .recipe__list li {
  float: left;
  width: 50%;
  text-align: center
}

.recipe .recipe__list li .recipe__img {
  display: block;
  width: 100%;
  height: 400px;
  margin: 0 0 40px;
  background: url(../img/top_recipe01.jpg) no-repeat center center;
  background-size: cover
}

.recipe .recipe__list li .recipe__img:hover {
  opacity: 0.75
}

.recipe .recipe__list li h2 {
  margin: 0 0 8px;
  font-family: "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 21px
}

.recipe .recipe__list li:last-child {
  float: right
}

.recipe .recipe__list li:last-child .recipe__img {
  background: url(../img/top_recipe02.jpg) no-repeat center center;
  background-size: cover
}

.recipe .recipe__list li .recipe__text02 {
  padding: 0 0 12px
}

.purchase {
  padding: 36px 0 0;
  background: #fff;
  border-top: 1px solid #eee
}

.purchase .inner {
  padding: 80px 0 40px
}

.purchase .purchase__box {
  margin-bottom: 50px;
  overflow: hidden;
  *zoom: 1
}

.purchase .purchase__box .purchase__box_l {
  float: left;
  width: 390px;
  padding: 10px 0 0 0
}

.purchase .purchase__box .purchase__box_l .jquery_flick-slide_pointer {
  margin: 15px 0 0
}

.purchase .purchase__box .purchase__box_r {
  float: right;
  width: 650px;
  font-size: 14px
}

.purchase .purchase__box .purchase__box_r h1 {
  display: inline-block;
  margin: 0 10px 5px 0;
  vertical-align: middle;
  font-size: 26px;
  font-weight: normal;
  font-family: "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.purchase .purchase__box .purchase__box_r h1 strong{
  font-weight: bold;
  text-decoration: underline;
  font-size: 30px;
  margin-right:5px;
}
.purchase .purchase__box .purchase__box_r h1 a{
  font-size: 18px;
}

.purchase .purchase__box .purchase__box_r .more_btn{
  text-align: right;
  margin: 10px 0;
}

.purchase .purchase__box .purchase__box_r .more_btn a:after{
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(0,-50%);
    content: url(../img/icon_arrow_right4.png);
}

.purchase .purchase__box .purchase__box_r .more_btn a{
    display: inline-block;
    width: 195px;
    padding: 12px 5px 12px 23px;
    background: #333333;
    border: none;
    cursor: pointer;
    color: #fff;
    border-radius: 3px;
    box-sizing: border-box;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    position: relative;
}

.purchase .purchase__box .purchase__box_r .purchase__icon {
  display: inline-block;
  vertical-align: middle
}

.purchase .purchase__box .purchase__box_r .purchase__icon li {
  display: inline-block;
  padding: 2px 8px 0;
  line-height: 1.35;
  font-size: 13px
}

.purchase .purchase__box .purchase__box_r .purchase__icon li:first-child {
  margin: 0 5px 0 0;
  border: 1px solid #333
}

.purchase .purchase__box .purchase__box_r .purchase__icon li:nth-child(2) {
  border: 1px solid #d60909;
  color: #d60909
}

.purchase .purchase__box .purchase__box_r .purchase__text01 {
  padding: 0 0 12px
}

.purchase .purchase__box .purchase__box_r .purchase__box__list {
  padding: 7px 0 20px
}

.purchase .purchase__box .purchase__box_r .purchase__box__list .purchase__box__text {
  margin: 0 0 8px;
  border: 1px solid #d60909;
  text-align: center;
  line-height: 1.6;
  font-size: 18px;
  color: #d60909;
  font-weight: bold;
  font-family: "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

.purchase .purchase__box .purchase__box_r .purchase__box__list h2 {
  margin: 0 0 10px;
  padding: 0 0 0 12px;
  background: url(../img/icon_arrow_down02.png) no-repeat left center;
  border-bottom: 1px dotted #999;
  font-size: 16px;
  font-weight: bold;
  font-family: "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

.purchase .purchase__box .purchase__box_r .purchase__box__list h2 span {
  margin: 0 0 0 10px;
  font-size: 12px;
  color: #333;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.purchase .purchase__box .purchase__box_r .purchase__box__list .bag {
  display: inline-block;
  margin: 8px 8px 0 0;
  padding: 2px 8px;
  line-height: 1.3;
  border: 1px solid #333;
  vertical-align: middle;
  color: #333;
  font-size: 13px
}

.purchase .purchase__box .purchase__box_r .price2 {
  display: block;
  margin: 4px 4px 16px 0;
  vertical-align: middle;
  font-size: 28px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  letter-spacing: 0.02em
}
.purchase .purchase__box .purchase__box_r .purchase__box__list .price {
  display: inline-block;
  margin: 4px 4px 0 0;
  vertical-align: middle;
  font-size: 28px;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  letter-spacing: 0.02em
}

.purchase .purchase__box .purchase__box_r .purchase__box__list .price span {
  font-size: 14px;
  font-weight: normal
}

.purchase .purchase__box .purchase__box_r .purchase__box__list .purchase__btn {
  float: right;
  margin-top: 5px
}

.purchase .purchase__box .purchase__box_r .purchase__box__list .purchase__btn a {
  display: block;
  width: 195px;
  background: #de8920;
  padding: 11px 14px 11px 8px;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold
}

.purchase .purchase__box .purchase__box_r .purchase__box__list .purchase__btn a:hover {
  background: #cc7a15
}

.purchase .purchase__box .purchase__box_r .purchase__box__list .purchase__btn a:before {
  margin: 0 8px 0 0;
  content: url(../img/icon_arrow_right.png)
}

.purchase .purchase__box .purchase__box_r .sub .purchase__btn a {
  background: #e1432c
}

.purchase .purchase__box .purchase__box_r .sub .purchase__btn a:hover {
  background: #c62e17
}

.purchase .purchase__box .purchase__box_r .purchase__link {
  padding: 10px 0 16px;
  overflow: hidden;
  *zoom: 1
}

.purchase .purchase__box .purchase__box_r .purchase__link li {
  float: left;
  margin: 0 15px 0 0;
  font-size: 14px
}

.purchase .purchase__box .purchase__box_r .purchase__link li a {
  text-decoration: underline;
  color: #1782C3
}

.purchase .purchase__box .purchase__box_r .purchase__link li a:hover {
  opacity: 0.75
}

.purchase .purchase__box .purchase__box_r .purchase__link li:first-child {
  margin: 0 0 5px
}

.purchase .purchase__box .purchase__box_r .purchase__link li:first-child a {
  display: block;
  padding: 0 8px 0 20px;
  background: url(../img/icon_deta.png) no-repeat 0 3px
}

.purchase .purchase__box .purchase__box_r .purchase__link li:nth-child(2) {
  clear: both
}

.purchase .purchase__box .purchase__box_r .purchase__link li:nth-child(2), .purchase .purchase__box .purchase__box_r .purchase__link li:nth-child(3), .purchase .purchase__box .purchase__box_r .purchase__link li:nth-child(4), .purchase .purchase__box .purchase__box_r .purchase__link li:nth-child(5) {
  float: left;
  padding: 0 0 0 10px;
  background: url(../img/icon_arrow_right2.png) no-repeat left center
}

.purchase__form {
  float: right
}

.purchase__form select {
  display: inline-block;
  width: 70px;
  margin: 14px 0 0;
  vertical-align: middle
}

.purchase__form .purchase__form__btn {
  float: right;
  margin: 5px 0 0 20px
}

.purchase__form .purchase__form__btn div {
  position: relative;
  font-weight: bold
}

.purchase__form .purchase__form__btn div:before {
  position: absolute;
  top: 50%;
  left: 33px;
  margin: -11px 0 0;
  content: url(../img/icon_arrow_right.png)
}

.purchase__form .purchase__form__btn div input {
  display: block;
  width: 195px;
  padding: 12px 5px 12px 8px;
  background: none;
  background: #de8920;
  border: none;
  cursor: pointer;
  color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  font-size: 15px;
  font-weight: bold
}

.purchase__form .purchase__form__btn div input:hover {
  background: #cc7a15
}

.sub .purchase__form .purchase__form__btn div:before {
  left: 15px
}

.sub .purchase__form .purchase__form__btn div input {
  background: #e1432c
}

.sub .purchase__form .purchase__form__btn div input:hover {
  background: #c62e17
}

.product {
  background: #fff
}

.product .inner {
  padding: 60px 0 100px;
  border-top: 1px dotted #999;
  overflow: hidden;
  *zoom: 1
}

.product .inner h1 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: bold;
  font-family: "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

.product .product__img {
  float: left;
  width: 370px
}

.product .product__text {
  float: right;
  width: 690px;
  font-size: 14px
}

.companyInfo {
  padding: 100px 0;
  border-top: 1px solid #eee;
  text-align: center
}

.companyInfo img {
  display: inline-block;
  margin: -5px 20px 0 0;
  vertical-align: middle
}

.companyInfo .companyInfo__box {
  display: inline-block;
  padding: 8px 25px 8px;
  border-left: 1px solid #333;
  text-align: left;
  vertical-align: middle
}

.companyInfo .companyInfo__box+.companyInfo__box {
  padding: 5px 25px
}

.companyInfo .companyInfo__text {
  margin: 0 0 5px;
  line-height: 24px;
  font-size: 13px
}

.companyInfo .companyInfo__text strong {
  font-size: 14px
}

.companyInfo .companyInfo__text span {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: .1em
}

footer {
  background: #120a00
}

footer .inner {
  padding: 60px 0 50px
}

footer nav dl {
  display: inline-block;
  margin: 0 60px 0 0;
  text-align: left;
  vertical-align: top;
  color: #fff
}

footer nav dl dt {
  margin: 0 0 20px;
  font-size: 15px
}

footer nav li {
  position: relative;
  margin: 0 0 8px
}

footer nav li a {
  padding: 0 0 0 20px;
  color: #fff;
  font-size: 13px
}

footer nav li a:hover {
  text-decoration: underline
}

footer nav li:before {
  position: absolute;
  top: 7px;
  left: 0;
  font-family: "icomoon";
  content: "\e900";
  font-size: 8px
}

footer .copy {
  width: 1100px;
  margin: auto;
  padding: 30px 0;
  border-top: 1px dotted #fff;
  text-align: left;
  color: #fff
}

footer .copy small {
  font-size: 10px
}

footer .pageTop {
  position: fixed;
  bottom: 67px;
  right: 20px;
  width: 39px;
  height: 39px;
  text-align: center;
  z-index: 1000
}

footer .pageTop img {
  transition: all 1s ease
}

.titLv1 {
  padding: 0 0 32px;
  text-align: center
}

.titLv2 {
  width: 100%;
  height: 310px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 55px 0 0;
  background: rgba(0, 0, 0, 0.1);
  font-size: 32px;
  text-shadow: 0 0 5px #333;
  letter-spacing: 0.2em;
  color: #fff;
  font-weight: normal;
  font-family: "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

.titLv3 {
  position: relative;
  padding: 0 0 25px;
  letter-spacing: .1em;
  text-align: center;
  font-size: bold;
  font-size: 24px;
  font-family: "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

.titLv3 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 0 35px;
  background: url(../img/bg_pat.jpg);
  text-align: left
}

.titLv3:before {
  border-top: 2px dotted #333;
  content: "";
  height: 1px;
  left: 0;
  margin: -12px 0 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1
}

.titLv4 {
  padding: 32px 0 24px;
  line-height: 1.25;
  font-size: 24px
}

.titLv5 {
  position: relative;
  margin: 0 0 16px;
  padding: 0 0 0 20px;
  font-size: 18px;
  font-weight: bold;
  font-family: "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

.titLv5:before {
  position: absolute;
  top: 55%;
  left: 0;
  z-index: 2;
  content: '';
  width: 12px;
  height: 12px;
  margin: -8px 0 0;
  background: #c8c4a8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.guide__nav {
  padding: 30px 0;
  text-align: center;
  overflow: hidden;
  *zoom: 1
}

.guide__nav li {
  float: left;
  width: 365px;
  border-left: 1px solid #261B0D
}

.guide__nav li:last-child {
  border-right: 1px solid #261B0D
}

.guide__nav li a {
  padding: 0 0 0 18px;
  background: url(../img/icon_arrow_down.png) no-repeat left center;
  background-size: 10px;
  color: #261b0d;
  text-decoration: underline;
  font-size: 14px;
  font-weight: bold
}

.guide__nav li a:hover {
  opacity: 0.75;
  text-decoration: none
}

.faq .guide__nav li {
  width: 273px;
  padding: 5px 0
}

.annotation {
  font-size: 13px;
  color: #666
}

.moreBtn a {
  display: block;
  width: 124px;
  margin: 20px auto 0;
  padding: 6px 8px 6px 0;
  border: 1px solid #442e12;
  color: #442e12;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold
}

.moreBtn a:before {
  margin: 0 4px 0 0;
  font-family: "icomoon";
  content: "\e900";
  font-size: 10px
}

.moreBtn a:hover {
  background: #442e12;
  color: #fff
}

.linkBtn {
  display: block;
  position: relative;
  width: 340px;
  margin: 30px auto;
  padding: 23px 6px 23px 0;
  border: 1px solid #442e12;
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #442e12;
  border-radius: 2px
}

.linkBtn:before {
  margin: 0 5px 0 0;
  font-family: "icomoon";
  content: "\e900";
  font-size: 14px
}

.linkBtn:hover {
  background: #442e12;
  color: #fff
}

.linkBtn02 {
  width: 1100px;
  margin: auto;
  text-align: right
}

.linkBtn02 a {
  display: inline-block;
  position: relative;
  width: 186px;
  margin: 40px auto 0;
  padding: 12px 5px 12px 2px;
  background: #fff;
  border: 2px solid #65451d;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #65451d
}

.linkBtn02 a:before {
  margin: 0 5px 0 0;
  font-family: "icomoon";
  content: "\e900";
  font-size: 10px
}

.linkBtn02 a:hover {
  background: #65451d;
  color: #fff
}

#wrapper {
  width: 100%;
  background: url(../img/bg_pat.jpg);
  position: relative;
  z-index: 120
}

.inner {
  width: 1100px;
  margin: auto;
  padding: 80px 0 100px;
  box-sizing: border-box
}

.inner02 {
  width: 1100px;
  margin: auto;
  padding: 56px 0 72px;
  box-sizing: border-box;
  border-top: 1px dotted #999
}

.inner03 {
  width: 1100px;
  margin: auto;
  padding: 60px 0 140px;
  box-sizing: border-box
}

.inner04 {
  width: 1100px;
  margin: auto;
  padding: 60px 0 0;
  box-sizing: border-box
}

.contents {
  font-size: 15px
}

.mainVisual02 ,
.mainVisual03 {
  position: relative;
  height: 310px
}

.crumb {
  position: absolute;
  bottom: 0;
  left: 10px;
  padding: 8px 0
}

.crumb .crumb__list {
  margin: auto;
  font-size: 0
}

.crumb .crumb__list li {
  display: inline-block;
  vertical-align: middle;
  text-shadow: 0 0 5px #333;
  font-size: 13px;
  color: #fff
}

.crumb .crumb__list li:before {
  content: ">";
  margin: 0 10px
}

.crumb .crumb__list li:first-child:before {
  content: none
}

.crumb .crumb__list li a {
  text-decoration: underline;
  color: #fff
}

.crumb .crumb__list li a:hover {
  opacity: 0.7;
  text-decoration: none
}

.imgList {
  padding: 40px 0 0;
  overflow: hidden;
  *zoom: 1
}

.imgList li {
  float: left
}

.imgList li:nth-of-type(even) {
  float: right
}

.imgList li p {
  padding: 15px 0 40px;
  font-size: 13px
}

.kodawari .mainVisual02 {
  background: url(../img/kodawari_main.jpg) no-repeat center;
  background-size: cover
}

.kodawari .kodawari__nav .kodawari__text01 {
  padding: 0 0 72px;
  text-align: center
}

.kodawari .kodawari__nav ul {
  font-size: 0
}

.kodawari .kodawari__nav ul li {
  display: inline-block;
  margin: 0 0 0 60px
}

.kodawari .kodawari__nav ul li a {
  display: table-cell;
  position: relative;
  width: 230px;
  height: 230px;
  text-align: center;
  vertical-align: middle;
  transition: all .5s ease
}

.kodawari .kodawari__nav ul li a .kodawariTit {
  position: relative;
  z-index: 100
}

.kodawari .kodawari__nav ul li a:after {
  position: absolute;
  left: 50%;
  margin: 0 0 0 -16px;
  font-family: "icomoon";
  content: "\e901";
  font-size: 32px;
  color: #999;
  bottom: -57px;
  transition: all .5s ease
}

.kodawari .kodawari__nav ul li a:hover {
  opacity: 1
}

.kodawari .kodawari__nav ul li a:hover:after {
  bottom: -62px;
  transition: all .5s ease
}

.kodawari .kodawari__nav ul li a:hover img {
  opacity: 1
}

.kodawari .kodawari__nav ul li a:hover p {
  opacity: 1
}

.kodawari .kodawari__nav ul li a:hover .kadawariBg {
  transition: all .5s ease;
  transform: scale(1.05, 1.05)
}

.kodawari .kodawari__nav ul li a p {
  overflow: hidden;
  position: relative;
  height: 230px;
  background: rgba(0, 0, 0, 0.3);
  line-height: 230px
}

.kodawari .kodawari__nav ul li a p img {
  vertical-align: middle
}

.kodawari .kodawari__nav ul li a p .kadawariBg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}

.kodawari .kodawari__nav ul li:first-child {
  margin: 0
}

.kodawari #kodawari01 {
  border-top: none
}

.kodawari .kodawari__contents {
  text-align: center
}

.kodawari .kodawari__contents .kodawari__text {
  padding: 24px 0
}

.kodawari .kodawari__contents .kodawari__text02 {
  padding: 12px 0
}

.kodawari .kodawari__contents .safty__tit01 {
  font-size: 18px
}

.kodawari .kodawari__contents .safty__tit02 {
  padding: 32px 0 24px;
  line-height: 1.25;
  font-size: 24px
}

.safety .mainVisual02 {
  background: url(../img/safety_main.jpg) no-repeat center;
  background-size: cover
}

.safety .safty__contents {
  text-align: center
}

.safety .safty__contents .safty__text {
  padding: 24px 0
}

.safety .safty__contents .safety__iso {
  width: 705px;
  margin: 50px auto 80px;
  padding: 25px;
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box
}

.safety .safty__contents .safety__iso img {
  display: inline-block
}

.safety .safty__contents .safety__iso p {
  display: inline-block;
  padding: 0 0 0 30px;
  text-align: left;
  vertical-align: middle
}

.safety .safty__contents .safty__tit01 {
  font-size: 16px
}

.safety .safty__contents .safty__tit02 {
  padding: 32px 0 24px;
  line-height: 1.25;
  font-size: 24px
}

.info .mainVisual02 {
  background: url(../img/info_main.jpg) no-repeat center;
  background-size: cover
}

.info .info__nav {
  padding: 80px 0 10px
}

.info .info__nav .info__text01 {
  padding: 0 0 50px;
  text-align: center
}

.info .info__nav .info__nav__inner {
  text-align: center
}

.info .info__nav .info__nav__inner .info__nav__text {
  display: inline-block;
  margin: 0 auto 10px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  font-family: "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

.info .info__nav .info__nav__inner .info__nav__text span {
  color: #ff0000
}

.info .info__nav ul {
  padding: 5px;
  overflow: hidden;
  *zoom: 1
}

.info .info__nav ul li {
  float: left;
  width: 515px;
  box-shadow: 2px 2px 5px #ccc;
  text-align: center
}

.info .info__nav ul li a {
  display: block;
  padding: 20px 0;
  font-weight: bold;
  color: #de8920;
  font-size: 20px;
  font-family: "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

.info .info__nav ul li a p {
  color: #261b0d;
  font-size: 13px;
  font-weight: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}

.info .info__nav ul li a p span {
  color: #ff0000
}

.info .info__nav ul li a:hover {
  opacity: 0.7
}

.info .info__nav ul li:first-child a {
  background: #fff url(../img/icon_arrow_down_or.png) no-repeat 139px 33px
}

.info .info__nav ul li:last-child {
  float: right
}

.info .info__nav ul li:last-child a {
  background: #fff url(../img/icon_arrow_down_red.png) no-repeat 157px 33px;
  color: #e1432c
}

.info .info__contents {
  margin: 0 0 70px;
  padding: 40px;
  background: #fff
}

.info .info__contents .info__contents__tit {
  padding: 8px 0 8px 30px;
  text-align: center;
  font-size: 30px;
  color: #de8920;
  font-weight: bold;
  font-family: "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif
}

.info .info__contents .info__contents__tit:before {
  display: inline-block;
  width: 120px;
  height: 1px;
  margin: 0 12px 10px 0;
  background: #de8920;
  content: ""
}

.info .info__contents .info__contents__tit:after {
  display: inline-block;
  width: 120px;
  height: 1px;
  margin: 0 0 10px 12px;
  background: #de8920;
  content: ""
}

.info .info__contents .info__text01 {
  padding: 10px 0 0;
  text-align: center
}

.info .info__contents .info__text01 span {
  color: #ff0000;
  font-size: 200%;
  font-weight: bold;
  display: inline-block;
  margin: 0 8px;
}

.info .info__contents .attention {
  margin: 16px 0 0
}

.info .info__contents .purchase__btn {
  margin: 35px 0 0;
  text-align: center
}

.info .info__contents .purchase__btn a {
  display: block;
  width: 230px;
  margin: 0 auto;
  background: #de8920;
  padding: 11px 14px 11px 8px;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold
}

.info .info__contents .purchase__btn a:hover {
  background: #cc7a15
}

.info .info__contents .purchase__btn a:before {
  margin: 0 8px 0 0;
  content: "";
  content: url(../img/icon_arrow_right.png)
}

.info .normal {
  border: 5px solid #de8920
}

.info .subscript {
  border: 5px solid #e1432c
}

.info .subscript .info__contents__tit {
  color: #e1432c
}

.info .subscript .info__contents__tit:before {
  background: #e1432c
}

.info .subscript .info__contents__tit:after {
  background: #e1432c
}

.info .subscript .purchase__btn a {
  background: #e1432c
}

.info .subscript .purchase__btn a:hover {
  background: #c62e17
}

.info .info__sub__tit {
  padding: 8px 0 8px 30px;
  font-size: 20px
}

.info .info__sub__inner {
  padding: 0 50px 50px
}

.info .info__box {
  padding: 30px 0 24px
}

.info .info__order {
  overflow: hidden;
  *zoom: 1
}

.info .info__order li {
  margin: 0 0 35px 0 ;
  position: relative;
  width: 100%;
  vertical-align: middle
}

.info .info__order li dl {
  border: 1px solid #ccc;
  text-align: center
}

.info .info__order li dl dt {
  padding: 4px 24px;
  background: #efefef;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  letter-spacing: .1em
}

.info .info__order li dl dd {
  padding: 14px 8px;
  background: #fff;
  border-top: 1px solid #ccc;
  font-size: 13px
}

.info .info__order li dl dd b {
  display: block;
  font-size: 16px
}

.info .info__order li:last-child:after {
  content: none
}

.info .info__order li:after {
  position: absolute;
  right: 50%;
  bottom: -32px;
  margin: 0 0 0 -8px;
  content: url(../img/icon_arrow_order2.png)
}

.info .privacy__text01 {
  padding: 16px 0 24px
}

.info .privacy__list li {
  margin: 0 0 16px 1em;
  text-indent: -1.25em;
  line-height: 2;
  list-style: none inside
}

.info .info__price {
  /*width: 100%;*/
  margin: 0 0 16px;
  border-left: 1px solid #ccc
}

.info .info__price tr th {
  padding: 2px;
  background: #efefef;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  font-weight: normal
}

.info .info__price tr th:nth-child(2), .info .info__price tr th:nth-child(4) {
  /*width: 400px*/
}

.info .info__price tr td {
  /*width: 400px;*/
  width: 130px;
  padding: 10px 8px;
  background: #fff;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  vertical-align: middle
}

.info .info__price tr td:first-child {
  width: 130px
}

.info .info__price tr td:nth-child(3) {
  width: 90px
}

.info .info__price tr td span {
  font-size: 12px
}

.info .info__price tr .discount {
  padding: 10px 30px;
  font-size: 17px
}

.info .info__price tr .discount p {}

.info .info__price tr .discount .normalPrice {
  width: 12.8em;
  text-decoration: line-through;
  color: #ff0000
}

.info .info__price tr .discount .normalPrice:after {
  margin: 0 0 0 24px;
  content: url(../img/arrow_price.png)
}

.info .info__price tr .discount .normalPrice strong {
  color: #261b0d;
  font-weight: normal
}

.info .info__price tr .discount .discountPrice {
  width: 8em;
  text-align: right;
  font-weight: bold
}

.info .info__price tr .discount .off {
  font-weight: bold;
  color: #ff0000
}

.info .info__price tr .discount .price {
  float: none;
  text-align: center;
  font-weight: bold
}

.info .info__price tr .discount .price strong {
  color: #261b0d
}

.info .info__price .cartBtn a {
  display: block;
  width: 165px;
  margin: auto;
  background: #de8920;
  padding: 10px 14px 10px 8px;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold
}

.info .info__price .cartBtn a:hover {
  background: #cc7a15
}

.info .info__price .cartBtn a:before {
  margin: 0 8px 0 0;
  content: url(../img/icon_arrow_right.png)
}

.info .info__price .cartBtn2 a {
  display: block;
  width: 165px;
  margin: auto;
  background: #e1432c;
  padding: 10px 14px 10px 8px;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold
}

.info .info__price .cartBtn2 a:hover {
  background: #c62e17
}

.info .info__price .cartBtn2 a:before {
  margin: 0 8px 0 0;
  content: url(../img/icon_arrow_right.png)
}

.info .info__interval {
  padding: 16px 0 0;
  font-size: 18px
}

.info .info__interval dl {
  padding: 8px 0
}

.info .info__interval dl dt {
  display: table-cell;
  width: 120px;
  padding: 2px 0 2px 36px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold
}

.info .info__interval dl dd {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px
}

.info .info__interval dl dd ul li {
  display: inline-block;
  width: 86px;
  margin: 0 0 0 6px;
  padding: 2px 8px;
  border: 2px solid #ccc;
  border-radius: 3px;
  text-align: center;
  font-size: 13px
}

.info .info__interval dl dd ul li:first-child {
  margin: 0
}

.info .info__interval .info__interval__month dt {
  background: url(../img/info_icon_interval01.png) no-repeat left center
}

.info .info__interval .info__interval__day dt {
  background: url(../img/info_icon_interval02.png) no-repeat left center
}

.info .info__interval .info__interval__day dd {
  padding: 2px 46px;
  border: 2px solid #ccc;
  border-radius: 3px;
  text-align: center;
  font-size: 13px
}

.info .info__interval .info__interval__time dt {
  background: url(../img/info_icon_interval03.png) no-repeat left top
}

.info .info__interval .caution {
  margin: 36px 0 0;
  padding: 24px;
  background: #efefef;
  font-size: 16px
}

.info .info__interval .caution h4 {
  padding: 0 0 0 26px;
  background: url(../img/info_icon_caution.png) no-repeat left center
}

.info .info__interval .caution ul {
  padding: 6px 0;
  font-size: 13px
}

.info .info__interval .caution ul li:before {
  content: "※"
}
.info .flex-box1{
	display:flex;
}
.info .flex-box1 li:nth-child(1){width:40%;}
.info .flex-box1 li:nth-child(2){width:30%;text-align:center;}
.info .flex-box1 li:nth-child(3){width:30%;text-align:center;}

.info .flex-box1 li img{max-width:100%}
.info .flex-box1 li .font-bold{font-weight:bold;}

.info .flex-box2{
	display:flex;
}
.info .flex-box2 > li:nth-child(1){
	width:50%;
	padding-right: 16px;
	box-sizing: border-box;
}
.info .flex-box2 > li:nth-child(1) table{
	width:100%;
}

.info .flex-box2 > li:nth-child(2){
	width:50%;
}
.info .waribiki_1 td{background:#feffe7!important;}
.info .waribiki_2 td{background:#fff9b6!important;}
.info .waribiki_3 td{background:#fff0d7!important;}
.info .waribiki_4 td{background:#ffe7e1!important;}

.guide .mainVisual02 {
  background: url(../img/payment_main.jpg) no-repeat center;
  background-size: cover
}

.guide section>.inner {
  padding: 60px 0
}

.guide .payment__text01 {
  padding: 0 0 20px
}

.guide .delivery__pay {
  width: 100%;
  margin: 8px 0 16px;
  background: #fff;
  border-top: 1px solid #e7e1d4;
  border-left: 1px solid #e7e1d4
}

.guide .delivery__pay tr {
  border-bottom: 1px solid #e7e1d4
}

.guide .delivery__pay th {
  width: 300px;
  padding: 12px 20px;
  background: #fffcf4;
  border-right: 1px solid #e7e1d4;
  font-weight: normal
}

.guide .delivery__pay th:nth-child(2) {
  width: 120px
}

.guide .delivery__pay th:nth-child(3) {
  width: 700px
}

.guide .delivery__pay td {
  padding: 28px 36px;
  border-right: 1px solid #e7e1d4;
  text-align: center;
  vertical-align: middle
}

.guide .delivery__pay td:nth-child(3) {
  text-align: left
}

.guide .delivery__pay td .payment__text02 {
  margin: 0 0 4px;
  font-weight: bold
}

.guide .delivery__pay td .payment__text03 {
  margin: 0 0 4px
}

.guide .delivery__pay td .payment__text03 b {
  margin: 0 8px 0 0
}

.guide .delivery__pay td .payment__icon li {
  width: 6em;
  margin: 4px auto;
  padding: 1px 0;
  border-radius: 20px;
  font-size: 12px;
  color: #fff
}

.guide .delivery__pay td .payment__icon .normal {
  background: #da7901
}

.guide .delivery__pay td .payment__icon .sub {
  background: #9d0909
}

.guide .delivery__pay td .payment__icon .gift {
  background: #e675bd
}

.guide .delivery__pay td .payment__card {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 6px
}

.guide .delivery__pay td .payment__card li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 80px;
  margin: 0 0 8px 8px;
  padding: 0 8px;
  background: #fff
}

.guide .delivery__pay td .payment__card li:first-child {
  margin: 0 0 8px
}

.guide .delivery__list {
  padding: 0 0 16px
}

.guide .delivery__list li {
  line-height: 2;
  list-style: none inside
}

.guide .delivery__list li:before {
  content: "・"
}

.guide .delivery__box {
  padding: 36px 0
}

.guide .delivery__text02 {
  font-size: 20px
}

.guide .delivery__text02 b {
  color: #9d0909
}

.guide .delivery__list {
  padding: 0 0 16px
}

.guide .delivery__list li {
  line-height: 2;
  list-style: none inside
}

.guide .delivery__list li:before {
  content: "・"
}

.guide .delivery__box {
  padding: 36px 0
}

.guide .return__text00 {
  padding: 0 0 32px
}

.guide .return__text02 {
  padding: 0 0 36px
}

.guide .return__tel {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: .1em
}

.guide .return__tel span {
  margin: 0 0 0 5px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: normal
}

.faq .mainVisual02 {
  background: url(../img/faq_main.jpg) no-repeat center;
  background-size: cover
}

.faq .faq__list {
  padding: 16px 0 32px
}

.faq .faq__list dt {
  display: inline-block;
  text-decoration: underline;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold
}

.faq .faq__list dt:hover {
  opacity: 0.75
}

.faq .faq__list dt:before {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 12px 0 0;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #1c103a;
  text-align: center;
  content: "Q";
  vertical-align: middle;
  font-family: 'Oswald', sans-serif
}

.faq .faq__list dd {
  display: none;
  padding: 40px 0 40px 45px
}

.faq .faq__list dd h4 {
  margin: 24px 0 8px;
  padding: 0 0 0 20px;
  background: url(../img/icon_circle.png) no-repeat left center
}

.faq .faq__list dd a {
  text-decoration: underline
}

.faq .faq__list dd a:hover {
  opacity: 0.75
}

.faq .faq__list dd .faq__pay {
  width: 100%;
  margin: 8px 0 16px;
  background: #fff;
  border-top: 1px solid #e7e1d4;
  border-left: 1px solid #e7e1d4
}

.faq .faq__list dd .faq__pay tr {
  border-bottom: 1px solid #e7e1d4
}

.faq .faq__list dd .faq__pay th {
  padding: 12px 16px;
  background: #fffcf4;
  font-weight: normal
}

.faq .faq__list dd .faq__pay td {
  padding: 28px 36px;
  border-right: 1px solid #e7e1d4;
  text-align: center
}

.faq .faq__list dd .faq__conveni {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8px 0 12px
}

.faq .faq__list dd .faq__conveni li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 80px;
  margin: 0 0 8px;
  padding: 0 8px;
  background: #fff
}

.faq .faq__list dd .faq__card {
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0 12px
}

.faq .faq__list dd .faq__card li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 80px;
  margin: 0 0 8px 14px;
  padding: 0 8px;
  background: #fff
}

.faq .faq__list dd .faq__card li:first-child {
  margin: 0 0 8px
}

.faq .faq__list dd .faq__img {
  margin: 12px 0 0
}

.faq #faq02, .faq #faq03, .faq #faq04 {
  margin: 80px 0 0
}

.guideline .mainVisual02 {
  background: url(../img/guideline_main.jpg) no-repeat center;
  background-size: cover
}

.guideline .guideline__text01 {
  margin: 0 0 24px;
  padding: 0 0 0 20px;
  background: url(../img/icon_square.png) no-repeat left center;
  font-weight: bold;
  font-size: 18px
}

.guideline .guideline__list li {
  margin: 0 0 8px 1.5em;
  text-indent: -1.25em;
  line-height: 2;
  list-style: none inside
}

.guideline .guideline__list li a {
  text-decoration: underline
}

.guideline .guideline__list li a:hover {
  opacity: 0.75
}

.guideline .guideline__box {
  padding: 32px 0
}

.contact .mainVisual02 {
  background: url(../img/contact_main.jpg) no-repeat center;
  background-size: cover
}

.contact .contact__text01 {
  padding: 0 0 32px
}

.contact .contact__text01 li {
  line-height: 2;
  color: #666;
  font-size: 14px
}

.contact .contact__text01 li:before {
  content: "※"
}

.contact .contact__text01 a {
  text-decoration: underline
}

.contact .contact__text01 a:hover {
  opacity: 0.75
}

.contact .contact__text02 {
  padding: 0 0 24px;
  font-size: 14px
}

.contact .contact__text02 dd {
  padding: 8px 0 0
}

.contact__box {
  padding: 40px 0 0
}

.contactForm {
  border-bottom: 1px solid #ccc
}

.contactForm dt {
  display: table-cell;
  width: 300px;
  padding: 48px 0;
  text-align: left;
  vertical-align: middle;
  font-weight: bold
}

.contactForm dd {
  display: table-cell;
  width: 800px;
  padding: 48px 0;
  vertical-align: top
}

.contactForm dd input[type="text"], .contactForm dd input[type="email"], .contactForm dd input[type="tel"] {
  padding: 15px;
  border: 2px solid #eee;
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0
}

.contactForm dd input[type="text"]::-webkit-input-placeholder, .contactForm dd input[type="email"]::-webkit-input-placeholder, .contactForm dd textarea::-webkit-input-placeholder, .contactForm dd input[type="text"]:-ms-input-placeholder, .contactForm dd input[type="email"]:-ms-input-placeholder, .contactForm dd textarea:-ms-input-placeholder, .contactForm dd input[type="text"]::-moz-placeholder, .contactForm dd input[type="email"]::-moz-placeholder, .contactForm dd textarea::-moz-placeholder {
  color: #ccc;
  font-weight: normal
}

.contactForm dd textarea {
  width: 100%;
  padding: 15px;
  border: 2px solid #eee;
  box-sizing: border-box;
  -webkit-appearance: none;
  border-radius: 0;
  resize: none;
  font-size: 16px
}

.contactForm:first-child {
  border-top: 1px solid #ccc
}

.required {
  padding: 3px 7px;
  background: #CA5252;
  border-radius: 3px;
  color: #fff;
  font-size: 12px
}

.error {
  margin: 20px 0 0;
  font-size: 14px;
  color: #CA5252
}

.error:before {
  margin: 0 3px 0 0;
  font-family: "FontAwesome";
  content: "\f071";
  font-size: 16px
}

.sendBtn {
  text-align: center
}

.sendBtn li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle
}

.sendBtn li .returnBtn {
  margin: 60px 0 0
}

.sendBtn li .returnBtn input {
  display: block;
  position: relative;
  width: 200px;
  margin: 30px auto;
  padding: 25px 10px 25px 0;
  background: #999;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  transition: all .5s ease;
  cursor: pointer
}

.sendBtn li .returnBtn input:before {
  margin: 0 5px 0 0;
  font-family: "icomoon";
  content: "\e900";
  font-size: 14px
}

.sendBtn li .returnBtn input:hover {
  background: #888;
  transition: all .5s ease;
  color: #fff
}

.sendBtn li:first-child {
  margin: 0 0 0 50px
}

.btnSubmit {
  margin: 60px 0 0
}

.btnSubmit button {
  display: block;
  position: relative;
  width: 360px;
  margin: 30px auto;
  padding: 25px 10px 25px 0;
  background: #A52020;
  border: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  transition: all .5s ease
}

.btnSubmit button:before {
  margin: 0 5px 0 0;
  font-family: "icomoon";
  content: "\e900";
  font-size: 14px
}

.btnSubmit button:hover {
  background: #7c0e0e;
  transition: all .5s ease;
  color: #fff
}

.finish {
  padding: 24px 24px 16px;
  text-align: center
}

.finish .finish__text01 {
  padding: 0 0 8px;
  font-weight: bold;
  font-size: 18px
}

.finish .finish__text02 {
  padding: 0 0 8px
}

.faq02 .mainVisual02 {
  background: url(../img/faq2_main.jpg) no-repeat center;
  background-size: cover
}

.company .mainVisual02 {
  background: url(../img/company_main.jpg) no-repeat center;
  background-size: cover
}

.company .companyList dt {
  display: table-cell;
  width: 300px;
  padding: 48px 0;
  text-align: center;
  vertical-align: top;
  font-weight: normal;
  font-weight: bold;
  border-bottom: 1px solid #777
}

.company .companyList dd {
  display: table-cell;
  width: 800px;
  padding: 48px 50px;
  border-bottom: 1px dotted #666;
  vertical-align: top
}

.company .companyList dd a {
  padding: 0 21px 0 0;
  background: url(../img/icon_link.png) no-repeat right center;
  text-decoration: underline
}

.company .companyList dd a:hover {
  opacity: 0.7
}

.company .companyList:first-child dt {
  border-top: 1px solid #777
}

.company .companyList:first-child dd {
  border-top: 1px dotted #666
}

.privacy .mainVisual02 {
  background: url(../img/privacy_main.jpg) no-repeat center;
  background-size: cover
}

.privacy .privacy__text01 {
  padding: 16px 0 24px
}

.privacy .privacy__list li {
  margin: 0 0 16px 1em;
  text-indent: -1.25em;
  line-height: 2;
  list-style: none inside
}

.privacy .privacy__text02 {
  padding: 48px 0
}

.privacy .privacy__text02 h3 {
  margin: 0 0 16px;
  padding: 0 0 0 20px;
  background: url(../img/icon_square.png) no-repeat left center
}

.privacy .privacy__text02 dl dt {
  display: table-cell
}

.privacy .privacy__text02 dl dd {
  display: table-cell
}

.privacy .privacy__text02 dl dd a {
  text-decoration: underline
}

.privacy .privacy__text02 dl dd a:hover {
  opacity: 0.75
}

.privacy .privacy__text03 {
  padding: 24px 0 0
}

.item {
	font-family: "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.item .big{
	font-size:130%;
	font-weight:bold;
}

.item .mainVisual02 {
  background: url(../img/capsule_main.jpg) no-repeat center;
  background-size: cover
}
.item .mainVisual03 {
  background: url(../img/jelly_main.jpg) no-repeat center;
  background-size: cover
}
.item h1 {
  color: #fff;
  text-shadow: 1px 1px 0 #000,
               -1px 1px 0 #000,
               1px -1px 0 #000,
               -1px -1px 0 #000;
}

.item #purchase h1 {
	color: #261B0D;
	text-shadow:none;
}

.item h2{
	padding:24px 0;
	margin: 0 0 20px;
	background:#000;
	text-align:center;
	color:#FFF;
	font-size: 32px;
}

.item .purchase .purchase__box .purchase__box_r .purchase__box__list h2 {
	color: #261B0D;
	text-align:left;
}

.item h3{
	text-align:left;
	font-size:24px;
}

.item  .item__text01 {
  padding: 0 0 72px;
  text-align: center
}
.item  .item__img {
  margin-bottom:32px;
}
.item  .item__img img {
	margin:8px 0;
}

.item  ul.flex-box {
  display:flex;
  font-size: 16px;
}
.item  ul.flex-box li{
	margin-bottom:32px;
}
.item  ul.flex-box li.text {
  width:60%;
  box-sizing: border-box;
  padding-right: 24px;
}
.item  ul.flex-box li.img {
  width:40%;
}
.item  ul.flex-box li.text p{
  margin-bottom:16px;
}

.item  ul.flex-box li.text p span{
  background: #333;
  color: #FFF;
  padding: 8px 16px;
  border-radius: 5px;
  margin-bottom: 8px;
  display: inline-block;
}
.item  ul.flex-box li.text p strong{
  font-size: 130%;
  font-weight: bold;
  margin-left: 16px;
  background: #F99800;
  color: #FFF;
  padding: 8px 16px;
}

.item ul.list-aminosan{
	list-style:disc;
	margin-left: 2em;
	display:flex;
	flex-wrap:wrap;
}
.item ul.list-aminosan li{
	margin-left: 2em;
}

.item  ul li a:hover {
  opacity: 1
}

.item  ul li a:hover:after {
  bottom: -62px;
  transition: all .5s ease
}

.item  ul li a:hover img {
  opacity: 1
}

.item  ul li a:hover p {
  opacity: 1
}

.item  ul li a:hover .kadawariBg {
  transition: all .5s ease;
  transform: scale(1.05, 1.05)
}

.item  ul li a p {
  overflow: hidden;
  position: relative;
  height: 230px;
  background: rgba(0, 0, 0, 0.3);
  line-height: 230px
}

.item  ul li a p img {
  vertical-align: middle
}

.item  ul li a p .kadawariBg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1
}

.item  ul li:first-child {
  margin: 0
}

.item #kodawari01 {
  border-top: none
}

.item .item__contents {}
.item .item__contents2 {background:#FFF;}

.item .item__contents .item__text {
  padding: 24px 0
}

.item .item__contents .item__text02 {
  padding: 12px 0 24px;
}

.item .item__contents .safty__tit01 {
  font-size: 18px
}

.item .item__contents .safty__tit02 {
  padding: 32px 0 24px;
  line-height: 1.25;
  font-size: 24px
}
.item .link_btn {
	text-align:center;
}
.item .link_btn a {
	background: #7c0e0e url(../img/icon_arrow_right3.png)left 24px center no-repeat;
    background-size: 20px;
    display: inline-block;
    padding: 8px 40px 8px 72px;
    color: #FFF;
    font-size: 32px;
    border-radius: 5px;
    margin: 100px auto 0;
    font-weight: bold;
}
.item .link_btn.mt0 a {
	margin-top:0;
}

.notFound {
  width: 1100px;
  margin: auto;
  padding: 180px 0 140px
}

.notFound p span {
  font-weight: bold
}

.notFound p a {
  text-decoration: underline
}

.seibun_list{
	background: #FFF;
	margin: 1em 0;
	padding: 16px;
	display: flex;
	flex-wrap: wrap;
}
.seibun_list dl{
	width: 33%;
	display: flex;
	margin-bottom: 16px;
	font-size: 16px;
}
.seibun_list dt{
	background: #ea5532;
	width: 180px;
	box-sizing: border-box;
	color: #FFF;
	padding: 8px 8px 8px 24px;
	border-radius: 40px 0 0 40px;
}
.seibun_list dd{
	background:#fce2ba;
	width: 150px;
	padding: 8px 24px 8px 8px;
	border-radius: 0 40px 40px 0 ;
	box-sizing: border-box;
}

.seibun_list.color2 dt{
	background:#eb6ea5;
}
.seibun_list.color2 dd{
	background:#fadce9;
}

.shipping_box{
}
.shipping_box .normal {
    background: #da7901;
}
.shipping_box .sub {
    background: #9d0909;
}
.shipping_box span {
	font-weight:bold;
	width: 14em;
	padding: 5px 30px;
	border-radius: 20px;
	color: #fff;
	display: inline-block;
	text-align: center;
	margin: 10px 0;
}
.shipping_box ul{
	margin-left:2em;
}
.shipping_box li{
	list-style: disc;
}
/*# sourceMappingURL=visual.css.map */
.newsInfo{
	background:#FFF;
    border-top: 1px dotted #999;
}
.newsInfo .inner {
    padding: 30px 0 100px;
    overflow: hidden;
}
.newsInfo h2{
	font-size:18px;
	font-family: "TaIAA", "\O\e\R\IIAA ProN W3", "Hiragino Mincho ProN", "HGIAAE", "IO DIAA", "IO IAA", serif;
	margin-bottom: 2em;
	text-align: center;
}
.newsInfo h2:after{
	content: "";
	display: block;
	width: 50px;
	border-bottom: 2px solid #da7901;
	margin: 0 auto;
}

.newsInfo strong{
	display:block;
	margin-bottom:1em;
}
