@charset "euc-jp";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:500,600&display=swap&subset=japanese');

/* reset */
/*--------------------------------------------------------------
	reset
---------------------------------------------------------------*/
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: inherit;
  text-decoration: none;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

img {
  vertical-align: bottom;
  border: none;
  width: 100%;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  font-size: 14px;
}

/*--------------------------------------------------------------
	margin
----------------------------------------------------------------*/
.mT0 {
  margin-top: 0px !important;
}

.mT5 {
  margin-top: 5px !important;
}

.mT10 {
  margin-top: 10px !important;
}

.mT15 {
  margin-top: 15px !important;
}

.mT20 {
  margin-top: 20px !important;
}

.mT25 {
  margin-top: 25px !important;
}

.mT30 {
  margin-top: 30px !important;
}

.mT35 {
  margin-top: 35px !important;
}

.mT40 {
  margin-top: 40px !important;
}

.mT45 {
  margin-top: 45px !important;
}

.mT50 {
  margin-top: 50px !important;
}

.mT55 {
  margin-top: 55px !important;
}

.mT60 {
  margin-top: 60px !important;
}

.mT65 {
  margin-top: 65px !important;
}

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

.mB5 {
  margin-bottom: 5px !important;
}

.mB10 {
  margin-bottom: 10px !important;
}

.mB15 {
  margin-bottom: 15px !important;
}

.mB20 {
  margin-bottom: 20px !important;
}

.mB25 {
  margin-bottom: 25px !important;
}

.mB30 {
  margin-bottom: 30px !important;
}

.mB35 {
  margin-bottom: 35px !important;
}

.mB40 {
  margin-bottom: 40px !important;
}

.mB45 {
  margin-bottom: 45px !important;
}

.mB50 {
  margin-bottom: 50px !important;
}

.mB55 {
  margin-bottom: 55px !important;
}

.mB60 {
  margin-bottom: 60px !important;
}

.mB65 {
  margin-bottom: 65px !important;
}

/*--------------------------------------------------------------
	html/body
---------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  /*min-width: 1300px;*/
}

@media only screen and (max-width: 767px) {

  body,
  html {
    min-width: 100%;
  }
}

html {
  font-size: 62.5%;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 41.8%;
  }
}

body {
  color: #333;
  line-height: 2;
  font-family: 'Roboto', 'Arial', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ ProN W3', sans-serif;
  word-break: break-word;
  width: 100%;
  font-weight: 300;
  font-size: 1.6rem;
}

/*--------------------------------------------------------------
	レスポンシブスイッチ
----------------------------------------------------------------*/
.pc {
  display: block;
}

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

.sp {
  display: none;
}

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

/*------------------------------------------------------
	タイトル / テキスト
--------------------------------------------------------*/
.sec-ttl {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-family: YuMincho, 'Yu Mincho', 'Noto Serif JP', serif;
}

@media only screen and (max-width: 767px) {
  .sec-ttl {
    margin: 30px 0;
    line-height: 1.4;
  }
}

.sec-sub-ttl {
  font-size: 3.2rem;
  color: #1b284f;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: YuMincho, 'Yu Mincho', serif;
  text-align: center;
}

.sec-sub-ttl-txt {
  text-align: center;
  margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
  .sec-sub-ttl-txt {
    margin-bottom: 30px;
  }
}

.default-txt {
  line-height: 1.8em;
}

/*------------------------------------------------------
	ボタン
--------------------------------------------------------*/
.default-btn {
  display: inline-block;
  width: 260px;
  padding: 22px 20px 19px;
  text-align: center;
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #ff00a0;
  border: 2px solid #ff00a0;
  color: #fff;
  border-radius: 5px;
  position: relative;
  font-weight: 600;
}

.default-btn:hover {
  background-color: #fff;
  border-color: #ff00a0;
  color: #ff00a0;
}

/*------------------------------------------------------
	7アクション
--------------------------------------------------------*/
a img {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

a img:hover {
  opacity: 0.7;
}

/*------------------------------------------------------
	リスト
--------------------------------------------------------*/
.disc {
  margin-left: 1em;
}

.disc li {
  list-style-type: disc;
  text-align: left;
}

/*------------------------------------------------------
	幅
--------------------------------------------------------*/
.section-in {
  max-width: 1000px;
  min-width: 950px;
  margin: 0 auto;
  padding: 0 0 80px;
}

@media only screen and (max-width: 1024px) {
  .section-in {
    width: 95%;
  }
}

@media only screen and (max-width: 767px) {
  .section-in {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 40px 20px;
  }
}

/*------------------------------------------------------
	flex レイアウト
--------------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f-ed {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.f-ct {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.f-wp {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f-ic {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* icons */
.icon:before,
.ie_icon {
  display: block;
  float: left;
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  content: "";
}

.icon_myaccount:before,
.ie_icon_myaccount {
  background-image: url(https://file003.shop-pro.jp/PA01438/414/img/maypage.gif);
  width: 30px;
  height: 30px;
  background-size: 30px;
}

.icon_regist:before,
.ie_icon_regist {
  background-position: left -192px;
}

.icon_login:before,
.ie_icon_login {
  background-position: left -224px;
}

.icon_logout:before,
.ie_icon_logout {
  background-position: left -208px;
}

.icon_search:before,
.ie_icon_search {
  background-position: left -16px;
}

.icon_viewcart:before,
.ie_icon_viewcart {
  background-image: url("https://file003.shop-pro.jp/PA01438/414/img/cart.gif");
  width: 30px;
  height: 30px;
  background-size: 30px;
}

.icon_sort:before,
.ie_icon_sort {
  background-position: left -112px;
}

.icon_prev:before,
.ie_icon_prev {
  margin-right: 0;
  background-position: left -32px;
}

.icon_next:before,
.ie_icon_next {
  float: right;
  margin-right: 0;
  background-position: right -48px;
}

.icon_prev_dis:before,
.ie_icon_prev_dis {
  margin-right: 0;
  background-position: left -64px;
}

.icon_next_dis:before,
.ie_icon_next_dis {
  float: right;
  margin-right: 0;
  background-position: right -80px;
}

.icon_lst:before,
.ie_icon_lst {
  margin-right: 0;
  background-position: left -176px;
}

.footer_lst .icon_lst:before,
.footer_lst .ie_icon_lst {
  margin-left: -16px;
}

.icon_down:before,
.ie_icon_down {
  display: none;
}

.icon_category_lst:before,
.ie_icon_category_lst {
  display: none;
}

.icon_review:before,
.ie_icon_review {
  background-position: left -240px;
}

.icon_review_post:before,
.ie_icon_review_post {
  background-position: left -256px;
}

/* layout */
.layout_wrapper {
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
  min-width: 1100px;
}

.layout_header,
.layout_container {
  margin: 0 auto;
}

.layout_container {
  width: 1000px;
  margin-bottom: 60px;
}

.layout_header {
  padding-top: 10px;
}

.header_btn {
  font-size: 92.307%;
  line-height: 1.5;
}

.header_btn a {
  color: #444;
}

.viewcart_btn {
  float: right;
  margin-bottom: .5em;
  margin-left: 1.063%;
}

@media screen and (max-width: 767px) {

  .layout_wrapper,
  .layout_container {
    width: 100%;
    min-width: 100%;
  }
}

.header_headline_nav {
  width: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .header_headline_nav {
    margin: 6px 15px 0 0;
  }
}

.header_member_nav li {
  float: right;
  white-space: nowrap;
  margin-left: 3.571%;
}

.member_login_name {
  float: right;
  clear: right;
  margin-bottom: .5em;
  text-align: right;
  line-height: 1.5;
}

/* delivery price */
.header_delivery_price {
  padding: .5em 1em .3em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #df7676;
  color: #fff;
  line-height: 1.5;
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .header_delivery_price {
    position: fixed;
    right: auto;
    left: 5px;
    bottom: 0;
    top: auto;
  }
}

/* product search form */
.prd_search_block {
  position: relative;
  float: left;
  margin: -6px 0 0 0;
  padding: 6px 0 0 1px;
  width: 30.212%;
  font-size: 92.307%;
}

.prd_search_block.open {
  padding: 5px 0;
  border: 1px solid #888;
}

.prd_search_form_btn {
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  padding: .3em .5em;
  border: 1px solid #a0a0a0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.prd_search_form {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
  overflow: hidden;
  margin-top: 5px;
  padding: 5px;
  border-top: 1px solid #888;
  width: 97%;
}

.prd_search_keyword {
  float: left;
  padding: .5em 0;
  width: 80%;
  border: 1px solid #888;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-indent: 5px;
}

.prd_search_btn {
  float: right;
  padding: .35em 0;
  width: 18%;
  border: 1px solid #444;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #444;
  color: #fff;
  cursor: pointer;
}

.prd_search_optioncategory {
  margin-top: 10px;
  line-height: 1.5;
}

.prd_search_select {
  display: inline-block;
  width: 100%;
  font-size: 120%;
}

.prd_search_select option {
  word-break: break-all;
}

/* shopname logo */
.shop_name {
  overflow: hidden;
  width: 1800px;
  position: relative;
  left: calc(50% - 1800px /2);
}

.shop_name>a {}

@media screen and (max-width: 767px) {
  .shop_name {
    margin-top: 50px;
    width: 100%;
    position: static;
  }
}

.shop_name a:hover {
  text-decoration: underline;
}

.shop_name p {
  margin-bottom: 10px;
  text-align: center;
  font-size: 246.153%;
}

.shop_name img {
  max-width: 100%;
  height: inherit;
}

/* header global nav */
.header_global_nav {
  margin-top: 30px;
  margin-bottom: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-left: calc((100vw - 100%) / -2);
  margin-right: calc((100vw - 100%) / -2);
  max-width: auto;
  max-width: initial;
}

@media screen and (max-width: 767px) {
  .header_global_nav {
    margin-top: 30px;
    margin-bottom: 60px;
    padding-bottom: 20px;
    border-bottom: none;
    margin-left: auto;
  }
}

.header_global_nav_in {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .header_global_nav_in {
    width: 100%;
  }
}

.header_nav_lst {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .header_nav_lst {
    width: 100%;
    z-index: 999;
    position: relative;
  }
}

.header_nav_menu {
  position: relative;
  display: inline;
  text-align: center;
  font-weight: bold;
  line-height: 4;
  font-family: YuMincho, 'Yu Mincho', serif;
}

.icon-area-list {
  width: 15%;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .header_nav_menu {
    display: block;
    width: 100%;
    text-align: left;
  }

  .icon-area-list {
    width: auto;
    position: absolute;
    right: 20px;
    display: block !important;
    width: 100%;
    margin-top: 0;
    top: -44px;
  }
}

.header_nav_menu a,
.header_nav_menu span {
  color: #444;
  text-decoration: none;
  cursor: pointer;
  width: 100%;
}

.header_nav_menu.fb-icon img {
  width: 28px;
  height: 28px;
  margin-top: 17px;
}

.header_nav_menu.fb-icon span {
  color: #fff !important;
}

.header_nav_menu_category img {
  position: relative;
  width: 16px;
  height: 16px;
}

.header_category_lst {
  position: absolute;
  left: 0;
  z-index: 101;
  display: none;
  min-width: 100%;
  width: auto;
  border-top: 1px solid #aaa;
  background-color: #fff;
}

.header_category_lst li {
  display: block;
  float: none;
  border-right: 1px solid #888;
  border-bottom: 1px solid #888;
  border-left: 1px solid #888;
  text-align: left;
  white-space: nowrap;
  word-break: break-all;
  line-height: 1.4;
}

.header_category_lst a {
  display: block !important;
  padding: 1em;
  background-color: #fff;
}

/* title */
.ttl_h2 {
  margin-top: 3em;
  margin-bottom: 1.6em;
  color: #444;
  text-align: center;
  font-weight: bold;
  font-size: 200%;
}

.ttl_h3 {
  margin-top: 2em;
  margin-bottom: .5em;
  color: #444;
  font-weight: bold;
  font-size: 92.307%;
}

/* topicpath */
.topicpath_nav {
  margin: 2em 0;
  font-size: 84.615%;
}

.topicpath_nav li {
  display: inline;
  margin-right: .2em;
}

.topicpath_nav li a {
  margin-left: .2em;
  color: #444;
  text-decoration: none;
}

.topicpath_nav li a:hover {
  text-decoration: underline;
}

/* prduct list */
.prd_lst {
  position: relative;
  clear: both;
  margin-left: -2.218%;
}

.prd_lst_unit {
  float: left;
  margin-bottom: 15px;
  margin-left: 2.083%;
  word-break: break-all;
}

.prd_lst_unit_s {
  width: 22.916%;
}

.prd_lst_unit_m {
  width: 31.25%;
}

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

.prd_lst_unit a:hover {
  text-decoration: underline;
}

.prd_lst_img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: inherit;
}

.prd_lst_span {
  display: block;
  margin: .3em 0;
}

.prd_lst_name {
  margin-top: .5em;
}

.prd_lst_exp {
  color: #666;
  font-size: 84.615%;
}

.prd_lst_price,
.prd_lst_soldout {
  font-weight: bold;
  font-size: 92.307%;
}

.prd_lst_regular {
  color: #666;
  text-decoration: line-through;
}

.prd_lst_none {
  clear: both;
  text-align: center;
  font-size: 123.076%;
  line-height: 16;
}

.prd_lst_block .ttl_h2 {
  float: left;
  margin: 20px 0 0;
}

.prd_lst_sort {
  float: right;
  margin: 20px 0;
}

.prd_lst_sort a {
  color: #444;
}

.prd_lst_pager {
  position: relative;
  overflow: hidden;
  margin-top: 2em;
}

.prd_lst_pager ul {
  position: relative;
  left: 50%;
  float: left;
}

.prd_lst_pager li {
  position: relative;
  left: -50%;
  float: left;
}

.prd_lst_pager .prd_lst_pager_prev,
.prd_lst_pager .prd_lst_pager_next {
  padding: .5em 0;
  width: 8em;
}

.prd_lst_pager .prd_lst_pager_next {
  text-align: right;
}

.icon_prev_dis,
.icon_next_dis {
  display: block;
  color: #aaa;
}

.prd_lst_pager a {
  color: #444;
  text-decoration: none;
}

.prd_lst_pager a:hover {
  text-decoration: underline;
}

.prd_lst_pos b {
  font-size: 160%;
}

/* list */
.def_lst {
  border-top: 1px solid #eee;
}

.def_lst_dt {
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: bold;
  float: left;
  clear: both;
  width: 30%;
  word-break: break-all;
}

.def_lst_dd {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 35%;
  border-bottom: 1px solid #eee;
}

.def_lst_dd img {
  max-width: 100%;
  width: inherit;
  height: auto;
}

/* product option */
.product_option_table {
  margin: 3em 0;
}

.product_option_table table {
  width: 100%;
  border-bottom: 1px solid #dadada;
  border-left: 1px solid #dadada;
}

.product_option_table th,
.product_option_table td {
  padding: .8em .5em;
  border-top: 1px solid #dadada;
  border-right: 1px solid #dadada;
}

.product_option_table th {
  text-align: center;
}

.product_option_table td {
  vertical-align: top;
  text-align: center;
}

/* policy */
#policy p {
  margin: 1em 0;
  color: #666;
  line-height: 1.8;
}

.policy_lead {
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}

/* for ie7 - 8 */
.ie_wrapper .header_global_nav {
  position: relative;
  z-index: 101;
}

.ie_wrapper .header_nav_menu {
  z-index: 60;
}

.ie_wrapper .header_nav_menu_category {
  z-index: 100;
}

.ie_wrapper .header_category_lst {
  top: 3em;
}

/* for ie7 */
.ie.icon_prev,
.ie.icon_prev_dis {
  margin-right: 2em;
}

.ie_wrapper .header_category_lst {
  top: 2.7em;
}

/*--------------------------------------------
追加CSS
--------------------------------------------*/
/* infomation */
.infomation {
  width: 1000px;
  margin: 0 auto;
}

.infomation li {
  padding: 20px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.infomation li span {
  background: #1B284F;
  color: #fff;
  padding: 3px 10px;
  display: inline-block;
  margin-right: 10px;
}

.infomation li span+a {
  display: inline-block;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .infomation {
    padding: 0 20px;
    width: 100%;
  }

  .infomation li span {
    margin-right: 15px;
    margin-bottom: 10px;
  }

  .infomation li span+a {
    margin-left: 0;
  }
}

/* header */
@media screen and (max-width: 767px) {
  .nav_toggle {
    display: block;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 17px;
    z-index: 100;
    left: 20px;
  }

  .nav_toggle div {
    position: relative;
  }

  .nav_toggle span {
    display: block;
    height: 2px;
    background: #1b284f;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .nav_toggle span:nth-child(1) {
    top: 0;
  }

  .nav_toggle span:nth-child(2) {
    top: 12px;
  }

  .nav_toggle span:nth-child(3) {
    top: 24px;
  }

  .nav_toggle.open span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .nav_toggle.open span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .nav_toggle.open span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .header_global_nav ul li a {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .header_global_nav {
    margin-left: 0;
    margin-top: 60px;
    position: absolute;
    top: 0px;
    width: 100%;
  }

  .header_global_nav .header_nav_lst {
    display: none;
    background: #1b284f;
  }

  .header_global_nav .header_nav_lst li {
    position: relative;
  }

  .header_global_nav .header_nav_lst li a {
    font-weight: bold;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .header_global_nav .header_nav_lst li a {
    border-bottom: 1px solid #17223d;
    color: #fff;
    width: 100%;
    padding: 7px 18px;
    position: relative;
  }

  .header_global_nav .header_nav_lst li a::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 4px);
    right: 25px;
  }

  .header_global_nav .header_nav_lst li a:hover {
    opacity: .7;
  }
}

/* footer */
.footer_upper {
  width: 1000px;
  padding: 2em 0;
  margin: 0 auto;
  font-family: YuMincho, 'Yu Mincho', serif;
}

.btn-to-top {
  width: 60px;
  height: 60px;
  display: none;
  background: #fff;
  border: 2px solid #1B284F;
  position: fixed;
  right: 25px;
  bottom: 30px;
  z-index: 9999;
  border-radius: 100%;
  transition: background .2s;
}

@media screen and (max-width: 767px) {
  .footer_upper {
    width: 100%;
  }

  .btn-to-top {
    right: 15px;
    bottom: 15px;
  }
}

.btn-to-top a {
  width: 100%;
  height: 100%;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.btn-to-top a:before,
.btn-to-top a:after {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background: #1B284F;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 12px;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: background .2s;
}

.btn-to-top a:after {
  transform: rotate(-45deg);
  left: -13px;
}

.btn-to-top:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .footer_upper ul {
    justify-content: center;
  }

  .footer_upper ul li {
    margin: 0 2%;
  }
}

.footer_lower {
  background: #f2f2f2;
  padding: 40px 0;
  margin-left: calc((100vw - 100%) / -2);
  margin-right: calc((100vw - 100%) / -2);
  max-width: auto;
  max-width: initial;
}

@media screen and (max-width: 767px) {
  .footer_lower {
    width: 100%;
    margin: 0;
    padding: 20px 0;
  }
}

.footer_lower_in {
  width: 630px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .footer_lower_in {
    width: 100%;
  }
}

.footer_lower_in ul li {
  width: 50%;
  text-align: center;
}

.footer_lower_in ul li span {
  display: block;
}

.footer_lower_in ul li span:first-child {
  margin-bottom: 10px;
}

.footer_lower_in ul li img {
  width: 80%;
}

.footer_lower_in ul li:first-child {
  border-right: 1px solid #ddd;
}

.copyright {
  padding: 2em 0 1em;
  text-align: center;
  font-size: 76.923%;
  color: #888;
}

@media screen and (max-width: 767px) {
  .copyright {
    padding: 2em 0;
  }
}

/* category-box */
.category-box {
  background: #f6f6f6;
  padding: 20px 20px 20px 40px;
  position: absolute;
  z-index: 2;
  width: 300px;
  text-align: left;
  top: 65px;
  left: 0;
  display: none;
}

.category-box li {
  position: relative;
}

.category-box li::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1B284F;
  border-right: 2px solid #1B284F;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -20px;
  position: relative;
  transition: 0.3s;
  top: -15px;
}

@media screen and (max-width: 767px) {
  .category-box {
    width: 100%;
    background: #17223d !important;
    position: static;
    padding: 0;
    display: block;
  }
}

.category-box:before {
  content: "";
  position: absolute;
  top: -30px;
  left: 11%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 20px solid #f6f6f6;
}

@media screen and (max-width: 767px) {
  .category-box:before {
    content: none;
  }
}

.category-box li {
  line-height: 1.4;
  cursor: pointer;
}

.category-box li:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .category-box li {
    color: #fff;
    padding: 21px 18px;
    border-bottom: 1px solid #141e35;
  }

  .category-box li:first-child {
    border-top: 1px solid #141e35;
  }

  .category-box li:not(:last-child) {
    margin-bottom: 0;
  }
}

/*--------------------------------------------
当蔵について
--------------------------------------------*/

#about .btn-area {
  text-align: center;
  margin: 0 0 50px;
}

#about .btn-area-txt {
  text-align: center;
  margin: -30px 0 20px;
}


@media screen and (max-width: 767px) {
  #about .btn-area {
    margin: 0 0 30px;
  }

  #about .btn-area-txt {
    text-align: center;
    margin: -10px 0 10px;
  }
}

#about .sec01 {
  background: #f9f4ea;
  margin-left: calc((100vw - 100%) / -2);
  margin-right: calc((100vw - 100%) / -2);
  max-width: auto;
  max-width: initial;
  font-family: YuMincho, 'Yu Mincho', serif;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  #about .sec01 {
    margin-bottom: 0;
  }
}

#about .sec01 .section-in {
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  #about .sec01 .section-in {
    padding-top: 40px;
  }
}

#about .sec01 .section-in .img-area {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
}

#about .sec01 .section-in .img-area img {
  width: 56%;
  height: 100%;
}

#about .sec01 .section-in .img-area img:last-child {
  width: 36%;
}

#about .sec02 .section-in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: YuMincho, 'Yu Mincho', serif;
}

#about .sec02 .section-in .sec-sub-ttl {
  text-align: left;
}

#about .sec02 .section-in .txt-area {
  width: 48%;
}

#about .sec02 .section-in .img-area {
  width: 40%;
}

#about .sec03 .section-in .sec-sub-ttl {
  text-align: center;
}

#about .sec03 .section-in ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#about .sec03 .section-in ul li {
  width: 32%;
  margin-bottom: 20px;
  background: #f9f4ea;
  padding: 40px 30px;
  line-height: 1.6;
  text-align: justify;
}

#about .sec03 .section-in ul li h4 {
  font-size: 2rem;
  text-align: center;
  margin: 18px 0 12px;
  font-family: YuMincho, 'Yu Mincho', serif;
}

#about .sec03 .section-in ul img {
  width: 45%;
  margin: 0 auto;
  display: flex;
}

@media screen and (max-width: 767px) {
  #about .sec03 .section-in ul li {
    width: 49%;
    margin-bottom: 6px;
    padding: 20px 15px 15px;
  }

  #about .sec02 .section-in .sec-sub-ttl {
    text-align: center;
  }

  #about .sec02 .section-in .txt-area {
    width: 100%;
  }

  #about .sec02 .section-in .img-area {
    width: 60%;
    margin: 30px auto 0;
  }
}

/*--------------------------------------------
地産製造の取り組み
--------------------------------------------*/
#effort .sec01 .section-in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-family: YuMincho, 'Yu Mincho', serif;
}

#effort .sec01 .section-in .txt-area {
  width: 68%;
}

#effort .sec01 .section-in .img-area {
  width: 25%;
}

#effort .sec01 .section-in .img-area-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}

#effort .sec01 .section-in .img-area-2 img {
  width: 30%;
  height: 100%;
}

#effort .sec01 .section-in .img-area-2 img:last-child {
  width: 68%;
}

@media screen and (max-width: 767px) {
  #effort .sec01 .section-in {
    padding-top: 0;
  }

  #effort .sec01 .section-in .txt-area {
    width: 100%;
    order: 2;
  }

  #effort .sec01 .section-in .img-area {
    text-align: center;
    width: 35%;
    margin: 0 auto 20px;
  }

  #effort .sec01 .section-in .img-area-2 {
    order: 3;
    margin-top: 30px;
  }

  #effort .sec01 .section-in .img-area-2+p {
    order: 4;
  }
}

/*--------------------------------------------
Introduction of Our Brewery (English)
--------------------------------------------*/
#en {
  font-family: YuMincho, 'Yu Mincho', serif;
}

#en video {
  width: 100%;
  margin-bottom: 60px;
}

#en .sec01 .sec-ttl {
  margin-bottom: 40px;
}

#en .sec01 .btn-area {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  #en video {
    margin-bottom: 30px;
  }
}

/*--------------------------------------------
金升通信アーカイブ
--------------------------------------------*/
#archive .sec01 .archive-list,
#archive .sec01 .archive-list .archive-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#archive .sec01 .sec-ttl {
  margin-bottom: 30px;
}

#archive .sec01 .archive-list .archive-item {
  background: #f2f2f2;
  padding: 20px;
  width: 49%;
  margin-bottom: 25px;
}

#archive .sec01 .archive-list .archive-item .img-area {
  width: 38%;
}

#archive .sec01 .archive-list .archive-item .txt-area {
  width: 55%;
}

#archive .sec01 .archive-list .archive-item .txt-area h3 {
  font-size: 2.4rem;
  line-height: 1;
}

#archive .sec01 .archive-list .archive-item .txt-area .lssuetime {
  font-size: 14px;
  color: #666;
  margin: 5px 0 8px;
}

#archive .sec01 .archive-list .archive-item .txt-area .lssuetime+p {
  font-size: 14px;
  margin-bottom: 15px;
}

#archive .disc {
  margin-bottom: 20px;
}

#archive .disc li {
  line-height: 1.4;
}

#archive .disc li:not(:last-child) {
  margin-bottom: 5px;
}

#archive .default-btn {
  width: 100%;
  padding: 13px 0 10px;
}

@media screen and (max-width: 767px) {
  #archive .sec01 .section-in {
    padding-top: 0;
  }

  #archive .sec01 .archive-list .archive-item {
    width: 100%;
  }

  #archive .sec01 .archive-list .archive-item .img-area {
    width: 50%;
    margin: 0 auto 15px;
  }

  #archive .sec01 .archive-list .archive-item .txt-area {
    width: 100%;
  }

  #archive .sec01 .archive-list .archive-item .txt-area h3 {
    font-size: 2.8rem;
  }

  #archive .sec01 .archive-list .archive-item .txt-area .lssuetime {
    font-size: 12px;
  }
}


/*--------------------------------------------
キャンペーンページ
--------------------------------------------*/

#campaign {
  font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-size: 2.4rem;
}

#campaign .c-ttl {
  font-size: 4.2rem;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background-color: #202c5d;
  padding: 25px;
  margin-bottom: 20px;
}

#campaign .c-ttl span {
  font-size: 3.6rem;
  display: block;
  font-weight: normal;
  margin-top: -15px;
}

#campaign .c-ttl+p {
  text-align: center;
  margin-bottom: 80px;
  line-height: 1.6;
}

#campaign .sec01 {
  margin-bottom: 50px;
}

#campaign .sec01 .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

#campaign .sec01 .box .l-area,
#campaign .sec01 .box .r-area {
  width: 48%;
  text-align: center;
  position: relative;
}

#campaign .sec01 .box .l-area::before,
#campaign .sec01 .box .r-area::before {
  content: '';
  width: 275px;
  height: 275px;
  border-radius: 50%;
  background: #e9eaef;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  z-index: -1;
  margin: 0 auto;
}

#campaign .sec01 .box .ttl-area h3 {
  color: #da0000;
  font-size: 3rem;
  font-weight: bold;
}

#campaign .sec01 .box .ttl-area h4 {
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 30px;
}

#campaign .sec01 .box .r-area .ttl-area h4 {
  margin-bottom: 20px;
}

#campaign .sec01 .o_list_contents {
  max-width: 650px;
  width: 95%;
  margin: 0 auto;
  line-height: 1.6;
}

#campaign .sec01 .o_list_contents .o_list:not(:last-of-type) {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #232c5a;
}

#campaign .sec01 .o_list_contents .o_list.o_list1 h5 {
  font-weight: normal;
  font-size: 2.4rem;
  margin-bottom: 20px;
}

#campaign .sec01 .o_list_contents .o_list.o_list1 dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#campaign .sec01 .o_list_contents .o_list.o_list1 dl dt {
  position: relative;
  padding-left: 35px;
}

#campaign .sec01 .o_list_contents .o_list.o_list1 dl dt::before {
  content: '○';
  position: absolute;
  line-height: 1;
  left: 0;
  top: 6px;
}

#campaign .sec01 .o_list_contents .o_list.o_list1 .price {
  text-align: right;
  color: #e50000;
  margin-top: 30px;
}

#campaign .sec01 .o_list_contents .o_list.o_list1 .price span {
  font-weight: bold;
  font-size: 4.4rem;
  display: inline-block;
}

#campaign .sec01 .o_list_contents .o_list.o_list2 dl {
  display: flex;
}

#campaign .sec01 .o_list_contents .o_list.o_list2 p {
  margin-top: 30px;
}

#campaign .sec01 .o_list_contents .o_list.o_list3 dl:last-of-type {
  margin-top: 40px;
}

#campaign .sec02 .box {
  padding: 0 60px 60px;
  border: 2px solid #232c5a;
  border-radius: 20px;
  line-height: 1.6;
  font-size: 1.8rem;
}

#campaign .sec02 .box h4 {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  width: max-content;
  margin: -33px auto 60px;
  background: #232c5a;
  border-radius: 30px;
  padding: 14px 40px 10px;
}

#campaign .sec02 .box dl:not(:last-of-type) {
  margin-bottom: 40px;
}

#campaign .sec02 .box dl dt {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 2rem;
}

#campaign .sec02 .box dl dd .red {
  color: #dd0000;
  margin-top: 40px;
}

#campaign .sec02 .box ul {
  padding-left: 20px;
  list-style-type: disc;
}

#campaign .sec02 .box ul.coments {
  list-style-type: none;
  padding-left: 45px;
}

#campaign .sec02 .box ul.coments li {
  position: relative;
}

#campaign .sec02 .box ul.coments li::before {
  content: '※';
  position: absolute;
  line-height: 1;
  left: -30px;
  top: 8px;
}


@media screen and (max-width: 767px) {


  #campaign .c-ttl {
    line-height: 1.4;
  }

  #campaign .c-ttl span {
    margin-top: 10px;
  }

  #campaign .sec01 {
    margin-bottom: 0;
  }

  #campaign .sec01 .box img {
    width: 70%;
  }

  #campaign .sec01 .box .l-area,
  #campaign .sec01 .box .r-area {
    width: 100%;
  }


  #campaign .sec01 .box .l-area {
    margin-bottom: 60px;
  }


  #campaign .sec01 .o_list_contents {
    width: 100%;
  }

  #campaign .sec01 .o_list_contents .o_list.o_list1 dl:not(:last-of-type) {
    margin-bottom: 10px;
  }

  #campaign .sec01 .o_list_contents .o_list.o_list1 dl dt {
    width: 70%;
    padding-left: 25px;
  }


  #campaign .sec02 .box {
    padding: 0 20px 30px;
    font-size: 2rem;
  }

  #campaign .sec02 .box h4 {
    width: auto;
    margin-bottom: 30px;
  }

  #campaign .sec02 .box dl:not(:last-of-type) {
    margin-bottom: 20px;
  }

  #campaign .sec02 .box dl dd .red {
    margin-top: 20px;
  }

  #campaign .sec02 .box ul.coments li::before {
    left: -20px;
    top: 4px;
  }

  #campaign .sec02 .box ul.coments {
    padding-left: 37px;
  }
}


.anime {
  opacity: 0;
  -webkit-transform: translate(0, 60px);
  -ms-transform: translate(0, 60px);
  transform: translate(0, 60px);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}

.move {
  opacity: 1.0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.side_section {
  width: 390px;
  margin: 40px auto 0;
}

.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  float: left;
}

.tbl_calendar:last-child {
  margin-left: 20px;
}

.tbl_calendar th,
.tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

.side_cal_memo {
  clear: both;
  text-align: center;
  padding-top: 20px;
}

.side_cal_memo li {
  width: auto !important;
  display: inline-block;
}

.side_cal_memo li:first-child {
  border: none !important;
  margin-right: 1%;
}

.side_cal_memo .red {
  color: #999;
  display: inline-block;
}

.side_cal_memo .blue {
  color: #1B284F;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .side_section {
    width: 100%;
    padding: 0 4%;
  }

  .tbl_calendar {
    width: 48%;
  }

  .tbl_calendar:last-child {
    margin-left: 4%;
  }
}

/*年齢確認画面カスタマイズ*/
#main_i {
  border: none;
  padding-top: 0;
}

#main_i form {
  background: url(https://img21.shop-pro.jp/PA01438/414/etc/age_alcohol01.png?cmsp_timestamp=20191212172219) no-repeat center top;
  padding-top: 180px;
}

#main_i form img {
  display: none;
}

#validation_select_yes,
#validation_select_no {
  margin: 20px;
}

#validation_select_yes a,
#validation_select_no a {
  color: #fff;
  text-decoration: none;
  padding: 20px 40px;
  background: #E47911;
  border-radius: 8px;
}

#validation_select_no a {
  background: #ccc;
}

#validation_select_yes a:hover,
#validation_select_no a:hover {
  text-decoration: none;
  opacity: 0.9;
}

#validation_txt_sub_i {
  margin-bottom: 30px;
}

#logo_i a {
  text-decoration: none;
}

/*--------------------------------------------
CPボタン
--------------------------------------------*/

.c_btn{
  max-width: 420px;
  color: #fff;
  text-align: center;
  display: block;
  margin: 20px auto 60px;
  background-color:#e50000;
  padding: 20px 0;
  border-radius: 5px;
  font-size: 24px;
  font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴ ProN W3', sans-serif;
  font-weight: bold;
  transition: .3s;
}

.c_btn::before{
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  margin: -3px 10px 0 0;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
}

.c_btn:hover{
  opacity: .6;
}

@media screen and (max-width: 767px) {
  .c_btn{
    font-size: 18px;
    width: 90%;
  }
}