@charset "UTF-8";
/* -----------------------------------------------
Table of Contents (common css)
--------------------------------------------------
0. Foundation
	 0-1. Reset
	 0-2. Base
	 0-3. Config
1. Layout
	 1-1. #l_document
	 1-2. #l_header
	 1-3. #l_container
				1-3-1. #l_main
				1-3-2. #l_sub
	 1-4. #l_footer
	 1-5. #l_navGlobal
	 1-6. page_header
	 1-7. layoutType
2. Object
	 2-1. Component a.k.a Module
				2-1-1.  Wrap     [wrp_***]
				2-1-2.  Box      [box_***]
				2-1-3.  Table    [tbl_***]
				2-1-4.  Headings [hdg_lv*]
				2-1-5.  Nav      [nav_***]
				2-1-6.  List     [lst_***]
				2-1-7.  Button   [btn_***]
				2-1-8.  Anchor   [acr_***]
				2-1-9.  Text     [txt_***]
				2-1-10. Icon     [icn_***]
				2-1-11. Label    [lbl_***]
				2-1-12. Form     [frm_***]
				2-1-13. Error    [err_***]
				2-1-14. Panel    [pnl_***]
				2-1-15. Media    [mda_***]
				2-1-16. UI
	 2-2. Utility
				2-2-1. clearfix
				2-2-2. margin,padding [mb10,pt20]
				2-2-3. Object-Oriented CSS
				2-2-4. Grid System [grid_***]
				2-2-5. CSS Animation [act_***]
				2-2-6. WebFont
	 2-3. State [is_***]
	 2-4. OverLayerConfig [z_index]
	 2-5. Project

-------------------------------------------------- */
/* -----------------------------------------------
 [0. Foundation]
-------------------------------------------------- */
/* 0-1. Reset
-------------------------------------------------- */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
}

a {
  background-color: transparent;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline-width: 0;
}

html,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
em,
img,
strong,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
footer,
header,
small,
nav,
section,
figure,
figcaption,
main {
  margin: 0;
  padding: 0;
  display: block;
  vertical-align: baseline;
  list-style: none;
  background-color: transparent;
  outline: none;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

ul,
ol {
  list-style-type: none;
}

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

img {
  line-height: 1;
  vertical-align: baseline;
  outline: none;
}

a img {
  border: none;
  outline: none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/*
dt,dd,li,
th,td,
input,textarea{
	text-align: left;
	vertical-align: top;
}
*/
button {
  border: none;
}

input,
textarea,
button {
  margin: 0;
  padding: 0;
}

/*
input{
	border: 1px solid #dad7d3;
	height: auto;
	padding: 2px 5px;
}
*/
textarea {
  border: 1px solid #dad7d3;
  height: 78px;
  /*	resize: none;*/
}

button,
label {
  background-color: transparent;
  cursor: pointer;
}

button,
select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

:focus {
  outline: none;
}

/* 0-2. Base
-------------------------------------------------- */
html {
  overflow-y: scroll;
  /*font-size: 100%;*/
}

body #l_document,
#l_header,
#l_footer {
  /*homeと共通ヘッダー・フッターのみに適用*/
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-family: "游ゴシック", "YuGothic", "zurich-bt", "游明朝", "YuMincho", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "helvetica", "arial", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: bold;
}

table {
  width: 100%;
}

input,
textarea,
button {
  font-family: "游ゴシック", "YuGothic", "zurich-bt", "游明朝", "YuMincho", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "helvetica", "arial", sans-serif;
  font-size: 100%;
}

strong {
  font-weight: bold;
}

em {
  font-weight: bold;
}

/* 0-3. Config
-------------------------------------------------- */
body #l_main {
  font-size: 14px;
  color: #000;
  background-color: #fff;
}

#l_main a,
#l_main a:link {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

#l_main a:hover,
#l_main a:active {
  color: #08c;
  text-decoration: none;
}

#l_main a:visited {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

p {
  line-height: 1.7;
}

dt,
dd,
li,
th,
td,
input,
textarea,
button {
  line-height: 1.6;
}

input {
  font-size: 16px;
  /*box-sizing: border-box;*/
}

select {
  display: block;
}

textarea {
  width: 100%;
  display: block;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

sup {
  vertical-align: super;
}

@font-face {
  font-family: "zurich-bt";
  src: url("../font/ZURCHB.eot");
  src: url("../font/ZURCHB.eot?#iefix") format("embedded-opentype"), url("../font/ZURCHB.ttf") format("truetype"), url("../font/ZURCHB.woff2") format("woff2"), url("../font/ZURCHB.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/* -----------------------------------------------
 [1. Layout]
-------------------------------------------------- */
/* 1-1. #l_document
-------------------------------------------------- */
/* 1-2. #l_header
-------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.header a {
  text-decoration: none;
}

.header__inner {
  height: 60px;
  background: #fff;
}

/*
.header{
	position: relative;
}
.header__inner{
	height: 60px;
}
*/
.header__sitelogo {
  float: left;
  position: relative;
  width: 264px;
}

.header__sitelogo a {
  display: block;
  height: 60px;
  background: url("../img/header/pct_sitelogo01.png") no-repeat center;
  background-size: 100px auto;
  font-size: 0;
}

.header__cart {
  float: right;
  position: relative;
  width: 244px;
}

.header__cart a {
  display: block;
  text-align: center;
  color: #fff !important;
  font-family: "zurich-bt";
  font-size: 16px;
  background: #333;
  height: 60px;
}

.header__cart a span {
  display: inline-block;
  padding-left: 23px;
  background: url("../img/header/icn_cart01.png") no-repeat left top 18px;
  line-height: 60px;
}

.header__search {
  width: 71px;
  float: right;
  position: relative;
}

.header__search a {
  display: block;
  background: #676767 url("../img/header/icn_search01.png") no-repeat center;
  background-size: 19px auto;
  height: 60px;
  cursor: pointer;
}

.header__searchbox {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  right: 0;
  width: 500px;
  display: none;
}

.header__searchbox__input {
  background: none;
  color: #fff;
  border: none;
  outline: none;
  padding: 12px 85px 12px 10px;
  font-size: 16px;
  letter-spacing: 0.02em;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header__searchbox__input::-webkit-input-placeholder {
  color: #fff;
}

.header__searchbox__input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}

.header__searchbox__input:-ms-input-placeholder {
  color: #fff;
}

.header__searchbox__input:-moz-placeholder {
  color: #fff;
}

.header__searchbox__button {
  color: #fff;
  background: none;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  letter-spacing: 0.02em;
  padding: 6px 15px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header__searchbox__button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.header__menu {
  display: none;
}

@media only screen and (min-width: 1051px) {
  .header__dropdown {
    display: block !important;
  }
}
@media only screen and (min-width: 1051px) and (max-width: 1310px) {
  .nav_global {
    padding: 0 225px 0 150px;
  }
  .header__search {
    width: 56px;
  }
  .header__cart {
    width: 169px;
  }
  .header__sitelogo {
    width: 150px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1050px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
  .header__inner {
    height: 50px;
    background: #fff;
    position: relative;
  }
  .header__sitelogo {
    float: none;
    width: 82px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .header__sitelogo a {
    width: 82px;
    height: 50px;
    background-size: 82px auto;
  }
  .header__search {
    display: none;
  }
  .header__dropdown {
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
  }
  .header__dropdown__container {
    top: 0;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .header__dropdown.is-active {
    height: 100%;
    overflow: scroll;
  }
  .header__dropdown.is-opened {
    display: block;
  }
  .header__search {
    background: none;
  }
  .header__cart {
    width: 70px;
  }
  .header__cart a {
    padding: 10px 15px;
    font-size: 11px;
    height: 100%;
  }
  .header__cart a span {
    padding: 0;
    background: url("../img/header/icn_cart01.png") no-repeat right bottom 4px;
    background-size: 10px auto;
    text-align: left;
    font-size: 11px;
    line-height: 1.4;
  }
  .header__menu {
    width: 40px;
    height: 40px;
    text-align: center;
    position: absolute;
    left: 5px;
    top: 8px;
    display: block;
  }
  .header__menu a {
    display: block;
    font-size: 9px;
    font-family: "zurich-bt", "arial", sans-serif;
    position: relative;
    color: #333;
    width: 40px;
    height: 40px;
  }
  .header__menu a:after {
    content: "MENU";
    display: block;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
  }
  .header__menu span {
    content: "";
    display: inline-block;
    width: 28px;
    height: 3px;
    position: absolute;
    top: 9px;
    left: 6px;
    background: #333;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.1s;
            transition-duration: 0.1s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .header__menu span:before,
  .header__menu span:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    background: #333;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
            transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .header__menu span:before {
    top: -7px;
    -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  }
  .header__menu span:after {
    bottom: -7px;
    transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .header__menu .is-active span {
    width: 28px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0.14s;
            transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header__menu .is-active span:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  }
  .header__menu .is-active span:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header__searchbox_dropdown {
    display: block !important;
    position: relative;
    bottom: auto;
    right: auto;
    width: 100%;
    border-bottom: 1px solid #fff;
    background: none;
  }
  .header__searchbox__input {
    padding: 30px 85px 7px 33px;
    font-size: 13px;
    background: url("../img/header/icn_search01.png") no-repeat left bottom 10px;
    background-size: 18px auto;
  }
  .header__searchbox__button {
    /*padding: 0 10px;*/
    font-size: 12px;
    right: 0;
    top: auto;
    bottom: 10px;
    padding: 1px 11px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    border-radius: 3px;
  }
}
/* endMedia */
/* 1-3. #l_container
-------------------------------------------------- */
/* 1-3-1. #l_main
-------------------------------------------------- */
#l_main {
  padding-top: 60px;
}

@media only screen and (min-width: 1px) and (max-width: 1050px) {
  #l_main {
    padding-top: 50px;
  }
}
/* 1-3-2. #l_sub
-------------------------------------------------- */
/* 1-4. #l_footer
-------------------------------------------------- */
#l_footer {
  background: #f5f5f5;
  padding: 35px 0 50px;
  position: relative;
}

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

#l_footer a:hover {
  text-decoration: underline;
}

.l_footer__info {
  float: left;
  width: 49%;
}

.l_footer__info__site {
  font-size: 13px;
}

.txt_copyright {
  font-size: 10px;
}

.l_footer__nav {
  float: right;
  width: 51%;
}

.l_footer__nav:after {
  content: "";
  clear: both;
  display: table;
}

.l_footer__nav ul {
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 30%;
}

.l_footer__nav ul:last-child {
  padding-right: 0;
}

.l_footer__nav ul li a {
  display: block;
  font-size: 13px;
  line-height: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0;
}

.l_footer__nav ul li a:hover {
  text-decoration: underline;
  color: #000;
  text-decoration: underline;
}

.btn_back_top {
  /*
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top:-70px;
  width: 79px;
  height: 50px;
  background: url("../img/header/pct_back_top.png") no-repeat center;
  background-size: cover;
  */
  width: 79px;
  height: 50px;
  background: url("../img/header/pct_back_top.png") no-repeat center;
  background-size: cover;
  text-align: center;
  display: block;
  margin: 0 auto 30px auto;
}

.btn_back_top:hover {
  opacity: 0.5;
}

@media only screen and (min-width: 1px) and (max-width: 1050px) {
  #l_footer {
    padding: 0;
  }
  #l_footer .wrp_container {
    padding: 0;
  }
  .l_footer__info,
  .l_footer__nav,
  .l_footer__nav ul {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding-right: 0;
  }
  .l_footer__info {
    text-align: left;
    padding: 15px 15px 20px;
  }
  .l_footer__nav ul li {
    width: 50%;
    float: left;
    border-bottom: 1px solid #dedede;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: table;
  }
  .l_footer__nav ul li:nth-child(2n+1) {
    border-right: 1px solid #dedede;
  }
  .l_footer__nav ul li a {
    padding: 14px 15px;
    display: table-cell;
    vertical-align: middle;
  }
  .l_footer__nav ul:last-child {
    padding-right: 0;
  }
}
/* endMedia */
/* 1-5. #l_navGlobal
-------------------------------------------------- */
.nav_global {
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 315px 0 264px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.ie .nav_global {
  left: 0;
  max-width: none;
}

.nav_global li {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
  border-left: 1px solid #ededed;
  position: relative;
}

.nav_global > li a,
.nav_global > li span {
  display: block;
  font-family: "zurich-bt", "arial", sans-serif;
  font-size: 16px;
  text-align: center;
  color: #676767;
  padding: 0 30px;
  line-height: 60px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.nav_global > li > a:after,
.nav_global > li > span:after {
  content: "";
  display: block;
  height: 2px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav_global > li > a:hover:after,
.nav_global > li.active > a:after,
.nav_global > li > span:hover:after,
.nav_global > li.active > span:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.nav_global__sub {
  position: absolute;
  left: -1px;
  right: -1px;
  background: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #ededed;
  display: none;
}

.nav_global__sub li {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border-right: 1px solid #ededed;
  border-left: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
  height: auto;
}

.nav_global__sub li a {
  text-align: center;
  padding: 0 10px;
  font-size: 14px;
  line-height: 52px;
}

.nav_global__sub li a:hover {
  opacity: 0.5;
}

.nav_global__sub li#nav_voice a {
  padding: 10px;
  line-height: 1.5;
}

.nav_global li a .icon {
  display: none;
}

@media (min-width: 1051px) and (max-width: 1170px) {
  .nav_global__sub li a {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1051px) and (max-width: 1310px) {
  .nav_global {
    padding: 0 225px 0 150px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1050px) {
  .nav_global {
    display: block;
    position: static;
    padding: 0;
  }
  .nav_global li {
    display: block;
    border: 0;
    height: auto;
    border-bottom: 1px solid #8c8d8d;
  }
  .nav_global li a,
  .nav_global li span {
    color: #fff;
    line-height: 1;
    font-size: 15px;
    padding: 22px 0;
    text-align: left;
    position: relative;
  }
  .nav_global li a .icon {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 3px;
  }
  .nav_global li a:after,
  .nav_global li span:after {
    content: none;
  }
  .nav_global__sub {
    display: block !important;
    position: relative;
    background: none;
    padding-left: 14px;
    border-top: 0;
    top: -15px;
  }
  .nav_global__sub li {
    border: 0;
  }
  .nav_global__sub li a {
    font-size: 13px;
    padding: 7px 0;
  }
  .nav_global__sub li#nav_voice a {
    padding: 7px 0;
  }
}
/* -----------------------------------------------
 [2. Object]
-------------------------------------------------- */
/* 2-1. Component a.k.a Module
-------------------------------------------------- */
/*2-1-1.  Wrap     [wrp_***]*/
.wrp_container {
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (min-width: 1px) and (max-width: 1050px) {
  .wrp_container {
    padding: 0 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* endMedia */
/*2-1-2.  Box      [box_***]*/
/*2-1-3.  Table    [tbl_***]*/
/*2-1-4.  Headings [hdg_lv*]*/
/*2-1-5.  Nav      [nav_***]*/
/*2-1-6.  List     [lst_***]*/
/*2-1-7.  Button   [btn_***]*/
#l_container .btn {
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 25px;
  color: #333;
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  min-width: 187px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

#l_container .btn:hover {
  opacity: 0.7;
  color: #333;
}

@media only screen and (min-width: 1px) and (max-width: 1050px) {
  #l_container .btn {
    font-size: 12px;
    border: 1px solid #333;
    padding: 10px 26px 8px;
    min-width: 155px;
  }
}
.btn_center {
  text-align: center;
}

/*2-1-8.  Anchor   [acr_***]*/
/*2-1-9.  Text     [txt_***]*/
.txt_english {
  font-family: "zurich-bt", "arial", sans-serif;
}

/*2-1-10. Icon     [icn_***]*/
.icon {
  display: inline-block;
  margin-top: -1px;
  margin-right: 5px;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.icon:before {
  content: "";
  display: inline-block;
  background-size: cover;
  width: 17px;
  height: 17px;
}

.icon_plus:before {
  width: 20px;
  height: 20px;
  background-image: url("../img/header/icn_plus01.png");
}

.icon_alert:before {
  background: url("../img/header/icn_alert.png") no-repeat center;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.icon_arrow_right:before {
  background: url("../img/header/icn_arrow_right.png") no-repeat center;
  width: 8px;
  height: 13px;
  background-size: cover;
}

@media only screen and (min-width: 1px) and (max-width: 1050px) {
  .icon {
    vertical-align: middle;
  }
  .icon_plus:before {
    width: 13px;
    height: 13px;
  }
  .icon_aler:before {
    width: 10px;
    height: 10px;
  }
}
/*2-1-11. Label    [lbl_***]*/
/*2-1-12. Form     [frm-***]*/
.inputarea {
  font-size: 16px;
}

/*2-1-13. Error    [err-***]*/
/*2-1-14. Panel    [pnl-***]*/
/*2-1-15. Media    [mda-***]*/
/*2-1-16. UI*/
/* 2-2. Utility
-------------------------------------------------- */
/*2-2-1. clearfix [ModernType]*/
#l_header:after,
#l_container:after,
#l_main:after,
#l_sub:after,
#l_footer:after,
.header__inner:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*2-2-2. margin,padding [mb10,pt20]*/
/*2-2-3. Object-Oriented CSS [OOCSS]*/
.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.top {
  vertical-align: top !important;
}

.middle {
  vertical-align: middle !important;
}

.bottom {
  vertical-align: bottom !important;
}

ul.list li {
  margin-bottom: 6px;
  margin-left: 26px;
  list-style-type: disc !important;
}

ol.list li {
  margin-bottom: 1em;
  margin-left: 23px;
  list-style-type: decimal !important;
}

.word {
  display: inline-block;
  text-indent: 0;
}

/* for RWD */
.fluid_image {
  max-width: 100%;
  height: auto;
}

/* 2-2-4. Grid System [grid_***] */
.grid_row {
  margin: 0 -20px;
  overflow: hidden;
}

.grid_col,
.grid_col__1,
.grid_col__2,
.grid_col__3,
.grid_col__4,
.grid_col__5,
.grid_col__6,
.grid_col__7,
.grid_col__8,
.grid_col__9,
.grid_col__10,
.grid_col__11,
.grid_col__12 {
  position: relative;
  min-height: 1px;
  padding: 0 20px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.grid_col__1 {
  width: 8.3333333333%;
}

.grid_col__2 {
  width: 16.6666666667%;
}

.grid_col__3 {
  width: 25%;
}

.grid_col__4 {
  width: 33.3333333333%;
}

.grid_col__5 {
  width: 41.6666666667%;
}

.grid_col__6 {
  width: 50%;
}

.grid_col__7 {
  width: 58.3333333333%;
}

.grid_col__8 {
  width: 66.6666666667%;
}

.grid_col__9 {
  width: 75%;
}

.grid_col__10 {
  width: 83.3333333333%;
}

.grid_col__11 {
  width: 91.6666666667%;
}

.grid_col__12 {
  width: 100%;
}

@media only screen and (min-width: 1px) and (max-width: 1050px) {
  .grid_col__1,
  .grid_col__2,
  .grid_col__3,
  .grid_col__4,
  .grid_col__5,
  .grid_col__6,
  .grid_col__7,
  .grid_col__8,
  .grid_col__9,
  .grid_col__10,
  .grid_col__11,
  .grid_col__12 {
    width: 100%;
    padding: 0 8px;
  }
}
/* endMedia */
@media only screen and (min-width: 1px) and (max-width: 1050px) {
  .grid_row {
    margin: 0 -8px;
  }
  .grid_col__blet__6 {
    width: 50%;
    position: relative;
    min-height: 1px;
    padding: 0 8px;
    float: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
/* endMedia */
/* 2-2-5. CSS Animation [act-***] */
/* 2-2-6. WebFont */
/* 2-3. State [is_***]
-------------------------------------------------- */
.is_error {
  background-color: #f9eceb;
}

.is_disabled {
  opacity: 0.3;
}

.is_inline_block span {
  margin-bottom: 10px;
  display: inline-block;
}

.is_visiblePc {
  display: block !important;
}

.is_visibleSp {
  display: none !important;
}

@media only screen and (min-width: 1px) and (max-width: 1050px) {
  .is_visiblePc {
    display: none !important;
  }
  .is_visibleSp {
    display: block !important;
  }
}
/* 2-4. OverLayerConfig [z-index]
-------------------------------------------------- */
#sitelogo {
  z-index: 50;
}

.header__sitelogo {
  z-index: 2;
}

.header__cart {
  z-index: 2;
}

.header__search {
  z-index: 2;
}

.header__searchbox {
  z-index: 9;
}

.nav_global {
  z-index: 1;
}

.header__cart:hover,
.header__search:hover {
  opacity: 0.5;
}

@media only screen and (min-width: 1px) and (max-width: 1050px) {
  .header__searchbox {
    background: none;
  }
  .header {
    z-index: 100;
  }
  .header__inner {
    z-index: 101;
  }
  .header__dropdown {
    z-index: 100;
  }
  .header__menu a {
    z-index: 3;
    display: block;
  }
}
/* endMedia */
/* 2-5. Project（下層ページ）
-------------------------------------------------- */
#document {
  padding-top: 60px !important;
}

@media only screen and (min-width: 1px) and (max-width: 1050px) {
  #document {
    padding-top: 50px !important;
  }
}
/* 2-6. 既存SPページ用　調整設定
-------------------------------------------------- */
.l_footer_sp ul li a {
  font-size: 12px;
  padding: 14px 0px;
}

/* 2-7. PC SP　表示切替
-------------------------------------------------- */
.is-visibleSp {
  display: none !important;
}

.is-visiblePc {
  display: block !important;
}

@media only screen and (max-width: 767px) and (min-width: 1px) {
  .is-visibleSp {
    display: block !important;
  }
  .is-visiblePc {
    display: none !important;
  }
}
/*# sourceMappingURL=model_common.css.map */
