@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* https://www.bread-espresso.jp/common/css/common.css ここから */
@import url(https://fonts.googleapis.com/css?family=Gilda+Display);
@charset "utf-8";
/* ------------------------------------------------------------
common
------------------------------------------------------------ */
html {
    -webkit-text-size-adjust: none;
    font-size: 14px;
    color: #303030;
    text-rendering: optimizeLegibility;
}
body {
    line-height: 1.8;
    /*font-family:"NotoSansCJKjp-Regular", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;*/
    font-family: 'Apple TP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, '游ゴシック', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-backface-visibility: hidden;
    background-color: #fff;
    line-height: 1.5;
}

.wrap{overflow:hidden;}

* {
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}
p,li,dt,dd,th,td,pre{ -ms-line-break: strict; line-break: strict; -ms-word-break: break-strict; word-break: break-strict; }
/* a{ color: #303030; text-decoration: none; } */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,address{margin: 0px; padding: 0px;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
input[type='text'] ,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

select:focus ,
button:focus ,
input:focus ,
textarea:focus {
    outline: none;
}

.al a,
.al a img,
.al button,
.al input {
    -webkit-transition: 0.20s ease-in-out;
    -moz-transition: 0.20s ease-in-out;
    -ms-transition: 0.20s ease-in-out;
    -o-transition: 0.20s ease-in-out;
    transition: 0.20s ease-in-out;
}
.al a:hover,
.al button:hover,
.al input:hover {
    color: #999;
}
.ali a img {
    -webkit-transition: opacity 0.30s ease-in-out;
    -moz-transition: opacity 0.30s ease-in-out;
    -ms-transition: opacity 0.30s ease-in-out;
    -o-transition: opacity 0.30s ease-in-out;
    transition: opacity 0.30s ease-in-out;
}
.ali a:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
}
.ul a:hover {
    text-decoration: underline;
}

.spNone { display: block !important; }
.spNone { display: block !important; }
.spNone--ib { display: inline-block !important; }
.spOnly { display: none !important; }
.pcOnly { display: block !important; }

.js-stop-scroll {
    position: relative;
    overflow: hidden;
}
.fb_iframe_widget {
    overflow: hidden;
}

/* --------------------
g_navi
-------------------- */
.g_navi{
	background-color: #fff;
	border-bottom:none;
	margin-left: 175px;
	-webkit-transition: 0.10s ease-out;
	-moz-transition: 0.10s ease-out;
	-ms-transition: 0.10s ease-out;
	-o-transition: 0.10s ease-out;
	transition: 0.10s ease-out;
}
.g_navi li{
	position: relative;
	display: inline-block;
	padding: 25px 0 24px;
	margin: 0 20px;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 1;
}

.g_navi li span{
	font-weight: bold;
}

.g_navi li i {
	vertical-align: middle;
	font-size: 130%;
}
@media screen and (max-width: 740px) {
	.g_navi{
	margin-left: 0px;
	}
}
@media screen and (max-width: 740px) {
	.g_navi li{
		padding: 16px 0 15px;
		margin: 0 10px;
	}
}

.andmore_link{
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  clear: both;
}

.header_navi{
  text-align: center;
}

/* ------------------------------------------------------------
  group
------------------------------------------------------------ */

.home-btn {
    margin-top: 50px;
    margin-bottom: 20px;
    display: block;
}
.home-btn span{
    display: inline-block;
    padding: 4px 50px;
    font-family:"AvenirLTStd-Black", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
    letter-spacing: 1px;
}

.shop_list{
	max-width: 960px;
	margin: auto;
	/*font-size: 120%;*/
  /* padding: 15px;
      border: solid 1px gray;*/
      font-size: 14px;
    /* font-family: 'Old Standard TT', serif;*/
      margin-bottom: 30px;
	text-align: left;
	visibility: hidden;
}
@media screen and (min-width: 800px) {
  .shop_list{
		float: left;
		display: block;
		margin-right:5%;
		width: 45%;
		min-height: 500px;
	}
}

.shop_list_set{
  overflow: hidden;
}

.content_wrap{
  -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
  opacity: 1;
  display: block;
}

.disnon {
  opacity: 0;
  display: none;
}

#tab li{
	cursor: pointer;
	display: inline-block;
	color: #000;
	padding: 5px 30px;
	border: 1px solid #000;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1;
	border-radius: 5px;
	margin-right: 20px;
	-webkit-transition: 0.30s ease-in-out;
	-moz-transition: 0.30s ease-in-out;
	-ms-transition: 0.30s ease-in-out;
	-o-transition: 0.30s ease-in-out;
	transition: 0.30s ease-in-out;
}
#tab li.select{
    background: url(https://www.bread-espresso.jp/common/img/btn_bg.png) repeat-x;

}
#tab li:hover{
background: url(https://www.bread-espresso.jp/common/img/btn_bg.png) repeat-x;
}

.shop_list dl{
  padding-bottom: 30px;
  overflow: hidden;
}
.shop_list dt{
	font-weight: bold;
	float: left;
	padding-bottom: 10px;
	width: 5%;
}
.shop_list dd{
	float: left;
	padding-bottom: 10px;
	width: 95%;
    -ms-line-break: break-word;
    word-break: break-word;
}


.sh__menu-btn-outer {
    padding-top: 30px;
}

.js-menu-open-btn{
  display: none;
}

.shop_list_type{
  border-bottom: 1px solid #000;
  padding-bottom:10px;
  text-align: left;
  margin-bottom: 20px;
  margin-right: 5%;
}

.shop_list_box{
  overflow: hidden;
}

.index_recruit{
  max-width: 960px;
  margin: auto;
  font-size: 14px;
  margin-bottom: 30px;
  text-align: left;
  visibility: hidden;
}
@media screen and (min-width: 800px) {
  .index_recruit{
    float: left;
    display: block;
    margin-left: 190px;
    width: 57%;
  }
}

.index_recruit_logo {
  vertical-align: top;
  margin-bottom: 14px;
}
.index_recruit_logo img{
  width: auto;
  max-width: 100%;
}

.index_recruit_head3{
  font-weight: bold;
  font-size: 150%;
  text-indent: -14px;
  margin-bottom: 50px;
}


.index_recruit_head2{

  font-size: 110%;
  margin-top: 70px;
}



.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .fadeIn {
    visibility: visible;
}

.shop_list.animated.delay-05s{
  /* 秒かけてアニメーションする */
  -webkit-animation-duration:0.5s;
  animation-duration:0.5s;
}

.shop_list.animated.delay-1s{
  /* 秒かけてアニメーションする */
  -webkit-animation-duration:1s;
  animation-duration:1s;
  animation-fill-mode: both;

}
.shop_list.animated.delay-15s{
  /* 秒かけてアニメーションする */
  -webkit-animation-duration:1.5s;
  animation-duration:1.5s;
  animation-fill-mode: both;
}
.shop_list.animated.delay-2s{
  -webkit-animation-duration:2s;
  animation-duration:2s;
}
.shop_list.animated.delay-25s{
  -webkit-animation-duration:2.5s;
  animation-duration:2.5s;
}
.shop_list.animated.delay-3s{
  -webkit-animation-duration:3s;
  animation-duration:3s;
}

.shop_list_box .wrapper {
  width: 850px;
  margin: 0px auto;
  padding: 40px 0px 160px 0px;
  overflow: auto; }
@media screen and (max-width: 890px) {
	.shop_list_box .wrapper{
		  width: 80%;
		  overflow: hidden;
	}
	.shopIndex .wrapper{
		  width: 100%;
	}
}
@media screen and (max-width: 740px) {
	.shop_list_box .wrapper {
		padding: 10px 0px 30px 0px;
	}
}

.shop_list_logo {
    vertical-align: top;
	margin-bottom: 14px;
}
.shop_list_logo img{
  width: auto;
  max-width: 100%;
}
.shop_list_info {
  /* display: inline-block;
    max-width: 640px;
    */
}

.shop_list_head{
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 16px;
}
@media screen and (max-width: 740px) {
	.shop_list_head {
		padding-left:35px;/*add*/
		text-indent:-35px/*add*/
	}
}

.shop_list_head::before  {
  background: url(https://www.bread-espresso.jp/common/img/shop_list_head.jpg) no-repeat;
  content: "";
  padding-left:20px;
  /*padding-left:62px;*/
  padding-bottom:25px;
  margin-right: 4px;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
 }


.shop_list_head-02{
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 15.4px;
}
@media screen and (max-width: 740px) {
	.shop_list_head-02 {
		padding-left:35px;/*add*/
		text-indent:-35px/*add*/
	}
}


.shop_list_head-02::before  {
  background: url(https://www.bread-espresso.jp/common/img/shop_list_head.jpg) no-repeat;
  content: "";
  padding-left:20px;
  /*padding-left:62px;*/
  padding-bottom:25px;
  margin-right: 2px;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
 }

.shop_list_head2{
	font-weight: bold;
	margin-bottom: 14px;
	font-size: 16px;
}

 .shop_list_head2::before  {
	background: url(https://www.bread-espresso.jp/common/img/shop_list_head2.jpg) no-repeat;
	content: "";
	padding-left:62px;
	padding-bottom:25px;
	margin-right: 10px;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
}
.shop_list_head3{
	font-weight: bold;
	font-size: 150%;
	text-indent: -14px;
}

.fa{margin-right: 5px; font-size: 130%;}

.spOnly{
  display: none;
}

.shop_list hr {
    display: block;
    height: 0px;
    width: 14px;
    border-top: .5px;
    border-style: solid;
    margin: 1em 0;
    border-color: #000000;
    padding: 0;
}

.shop_map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.shop_map iframe,
.shop_map object,
.shop_map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shop_list_box p {
  font-size: inherit;
  font-family: inherit;
  margin-bottom: 14px;
  line-height: 1.4;
  font-size: 14px;
  text-indent: -8px;
padding-left: 16px;
}

.social_box{
  overflow: auto;
}
.social_box .fa{
    font-size: 150%;
    vertical-align: middle;
    margin: auto;
    margin-top: 4px;
    display: block;
    padding: 2px;
    padding-top: 4px;
    float: left;
    /* width: 25px; */
    /* height: 32px; */
    cursor: pointer;
    color: #000000;
    /* margin: 6px; */
    transition: all 0.8s ease;
    /* text-align: center; */
    margin-right: 10px;
  }
/* .social_box a .fa:hover {
    background: #c1272d ;       color: #ffffff; }*/

    /* .social_box .fa:hover {
          color: #ffffff;
          outline: solid 1px #c1272d;
          border: 2px solid #ffffff; } */

@media screen and (min-width: 1250px) {
	.h_img img {
	  width: auto;
	  max-width: 90%;
	}
	.h_img{
	margin-bottom: 60px !important;
	}
	.h_p{
	margin-bottom: 55px !important;
	}
	.h_p img {
	  width: auto;
	  max-width: 90%;
	}
}

@media screen and (min-width: 980px) {
	ul#tab {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 30px;
	}
}


.wy__caption {
	height: 100% !important;
	position: relative;
}

.top_caption {
    display: table;
}
.top_caption > div {
    display: table-cell;
    vertical-align: middle;
}
.top_caption {
    text-align: center;
}

.h_img{
    margin-bottom:20px;
}
.h_img img{
  width: auto;
  max-width: 90%;
}

.h_p{
    margin-bottom: 30px;
}
.h_p img{
  width: auto;
  max-width:90%;
}
.about_en .h_p img{
  max-width:70%;
}
.about_ch .h_p img{
  max-width:70%;
}

.about_logo {
	width: 24%;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 980px) {
	.wy__caption {
		height: 100% !important;
		padding: 10% !important;
		/*padding-top: 40% !important;*/
	}
	.h_img img{
		width: auto;
		max-width:100%;
	}
	.about_ja .h_img {
		margin-bottom: 11%;
	}
	.h_p img{
		width: auto;
		max-width:100%;
	}
	.about_en .h_p img{
	  max-width:100%;
	}
	.about_ch .h_p img{
	  max-width:100%;
	}
	.about_logo {
		width: 24%;
		min-width: 140px;
		display: block;
		text-align: center;
		margin: 10% auto 10%;
	}
	#tab li{
		display:block;
		margin-bottom: 20px;
	}

	.shop_list dt{
		float: none;
		width: 100%;
	}
	.shop_list dd{
		float: none;
		width: 100%;
		font-size: 90%;
	}
	.shop_list dl {
		padding-bottom: 60px;
	}

	.spOnly{
		display: block;
	}
}

/* ------------------------------------------------------------
  news
------------------------------------------------------------ */
.news {
  max-width: 890px;
  margin: 40px auto;
  text-align: left;
}

.news + .news {
  position: relative;
  padding-top: 45px;
  margin-top: 45px;
}

.news + .news:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 50%;
    width: 60px;
    border-top: 1px solid #888;
    margin-left: -30px;
}

.news h3{
  font-size: 120%;
  font-weight: bold;
}

.news .date{
  font-size: 1rem;
  padding-bottom: 20px;
}

.news .entry-body {
  font-size: 1rem;
}

.news-ex{
  display: none;
}

/* andmore
-------------- */
.news .andmore-area {
  margin-top: 1em;
}
.news .andmore-btn {
  color: #999;
  font-weight: bold;
}
.news .andmore-btn:hover {
  text-decoration: underline;
}
.news .andmore-btn.js-acc-open {
  display: none;
}
.news .andmore-contents {
  display: none;
}
.news .andmore-contents strong {
  color: black;
  font-size: 10.5pt;
  font-weight: 700;
  line-height: 16.0pt;
}

/* ------------------------------------------------------------
  group progress
------------------------------------------------------------ */
.head_pg {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 1%;
    height: 6px;
    background-color: #ccc;
    -webkit-transition  : width 300ms cubic-bezier(0, 0, 1, 1);
    -moz-transition     : width 300ms cubic-bezier(0, 0, 1, 1);
    -ms-transition      : width 300ms cubic-bezier(0, 0, 1, 1);
    -o-transition       : width 300ms cubic-bezier(0, 0, 1, 1);
    transition          : width 300ms cubic-bezier(0, 0, 1, 1);
}

.wrap--index.js-wrap.wrap {
    background-position: bottom;
    z-index: 100;
}
/*.fotter_line{
  background-position: bottom;
      z-index: 100;
      background: url(https://www.bread-espresso.jp/common/img/top_bg_img.png) repeat-x;
      background-position: center bottom;
      padding-top: 20px;
      background-size: 45%;
}*/
.fotter_line{
  background-position: bottom;
      z-index: 100;
      /*background: url(https://www.bread-espresso.jp/common/img/top_bg_img.png) repeat-x;*/
      background: url(https://www.bread-espresso.jp/common/img/bg_stripe.png) repeat;
      background-position: center bottom;
      padding-top: 20px;
      /*background-size: 45%;*/
}

/* ------------------------------------------------------------
  group header
------------------------------------------------------------ */
.sh {
    text-align: center;
    background-color: #fff;
}
.sh__menu-div {
    padding: 26px 0 0;
}
.sh__logo {
    display: inline-block;
}
.sh__logo-outer {
    position: relative;
    display: block;
    border-bottom: solid 1px #e0e0e0;
    padding-bottom: 20px;
}
.sh__nav {
    z-index: 100;
    background-color: #fff;
    border-bottom: 1px solid #E0E0E0;

    -webkit-transition: 0.10s ease-out;
    -moz-transition: 0.10s ease-out;
    -ms-transition: 0.10s ease-out;
    -o-transition: 0.10s ease-out;
    transition: 0.10s ease-out;
}
.sh__nav--fix {
    border-top: none;
    border-bottom: 1px solid #E0E0E0;
    position: fixed;
    top: -70px;
    left: 0;
    width: 100%;

    -webkit-transition: top 0.20s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: top 0.20s cubic-bezier(0.77, 0, 0.175, 1);
    -ms-transition: top 0.20s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: top 0.20s cubic-bezier(0.77, 0, 0.175, 1);
    transition: top 0.20s cubic-bezier(0.77, 0, 0.175, 1);

    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.sh__nav--fix .sh__menu-link {
    padding: 24px 0;
    margin: 0 20px;
}
.sh__nav--fix .sh__menu-link:after {
    bottom: -1px;
}
.sh__menu--logo {
    display: none !important;
}
.sh__menu--logo img {
    margin-top: -2px;
}
.sh__nav--fix .sh__menu--logo {
    display: inline-block !important;
}
.sh__nav--fix .sh__menu--home {
    display: none;
}
.sh__menu {
    position: relative;
    display: inline-block;
}
.sh__menu-btn {
    display: inline-block;
}
.sh__menu-link {
    font-family:"AvenirLTStd-Medium", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
    display: inline-block;
    padding: 25px 0 24px;
    margin: 0 20px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1;
}
.sh__menu-link  {
    position: relative;
    -webkit-transition: 0.10s ease-out;
    -moz-transition: 0.10s ease-out;
    -ms-transition: 0.10s ease-out;
    -o-transition: 0.10s ease-out;
    transition: 0.10s ease-out;
}
.sh__menu-link:after {
    z-index: 1;
    border-top: 4px solid #E48217;
    position: absolute;
    width: 100%;

    content:  "";
    bottom: -1px;
    left: 0;

    -webkit-transform: scaleX(0.0);
    -moz-transform: scaleX(0.0);
    -ms-transform: scaleX(0.0);
    -o-transform: scaleX(0.0);
    transform: scaleX(0.0);

    -webkit-transition: 0.10s ease-out;
    -moz-transition: 0.10s ease-out;
    -ms-transition: 0.10s ease-out;
    -o-transition: 0.10s ease-out;
    transition: 0.10s ease-out;

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.sh__menu-link.active:after ,
.sh__menu-link:hover:after {
    display: block !important;
    -webkit-transform: scaleX(1.0);
    -moz-transform: scaleX(1.0);
    -ms-transform: scaleX(1.0);
    -o-transform: scaleX(1.0);
    transform: scaleX(1.0);
}
.sh__menu-link.active ,
.sh__menu-link:hover {
    color: #e48217;
}
.sh__menu--logo .sh__menu-link {
    padding: 10px 0;
}
.sh__menu--logo .sh__menu-link:after {
    display: none !important;
}
.sh__menu-link--cs  {
    color: #999;
}
.sh__menu-link--cs:hover {
    color: #999;
}
.sh__menu-link--cs:hover:after  {
    display: none !important;
}

/* ------------------------------------------------------------
  group site footer
------------------------------------------------------------ */
.sf {
    text-align: center;
  /* background-color: #fff; */
}
.sf__nav {
    display: block;
    border-top: solid 1px #e0e0e0;
}
.sf__inner {
    padding: 65px 0;
}
.sf__menus{
    text-align: center;
}
.sf__menu {
    display: inline-block;
}
.sf__menu .fa-instagram {
    font-size: 130%;/* 180620 add */
}
.sf__logo {
    display: inline-block;
    margin-bottom: 18px;
}
.sf__copyright {
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 32px;
    font-family:"NotoSansCJKjp-Regular", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
    color: #999999;
}
.sf__sharedlist {
    display: inline-block;
    text-align: center;
    overflow: hidden;
    margin-bottom: 24px;
}
.sf__shared {
    margin: 0 5px;
    float: left;
    width: 40px;
    height: 40px;
}
.sf__shared span {
    display: block;
    background: url(../images/common/f_fb_on.png) no-repeat;
    width: 40px;
    height: 40px;
    filter: alpha(opacity=000);
    -moz-opacity: 0.00;
    opacity: 0.00;

    -webkit-transition: 0.30s cubic-bezier(.12,.46,.48,.9);
    -moz-transition: 0.30s cubic-bezier(.12,.46,.48,.9);
    -ms-transition: 0.30s cubic-bezier(.12,.46,.48,.9);
    -o-transition: 0.30s cubic-bezier(.12,.46,.48,.9);
    transition: 0.30s cubic-bezier(.12,.46,.48,.9);
}
.sf__shared:hover span {
    filter: alpha(opacity=100);
    -moz-opacity: 1.00;
    opacity: 1.00;
}
.sf__shared--fb {
    background: url(../images/common/f_fb.png) no-repeat;
}
.sf__shared--fb span {
    background: url(../images/common/f_fb_on.png) no-repeat;
}
.sf__shared--tw {
    background: url(../images/common/f_tw.png) no-repeat;
}
.sf__shared--tw span {
    background: url(../images/common/f_tw_on.png) no-repeat;
}
.sf__menu-link {
    display: inline-block;
    padding: 24px 0;
    margin: 0 16px;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 12px;
}
/*
.sf__menu-link.active ,
.sf__menu-link:hover {
    color: #e48217;
}

.sf__menu-link {
    position: relative;
}
.sf__menu-link:after {
    z-index: 1;
    border-top: 4px solid #E48220;
    position: absolute;
    width: 100%;
    content: "";
    bottom: -1px;
    left: 0;

    -webkit-transform: scaleX(0.0);
    -moz-transform: scaleX(0.0);
    -ms-transform: scaleX(0.0);
    -o-transform: scaleX(0.0);
    transform: scaleX(0.0);

    -webkit-transition: 0.10s ease-out;
    -moz-transition: 0.10s ease-out;
    -ms-transition: 0.10s ease-out;
    -o-transition: 0.10s ease-out;
    transition: 0.10s ease-out;

    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.sf__menu-link.active:after ,
.sf__menu-link:hover:after {
    display: block !important;
    -webkit-transform: scaleX(1.0);
    -moz-transform: scaleX(1.0);
    -ms-transform: scaleX(1.0);
    -o-transform: scaleX(1.0);
    transform: scaleX(1.0);
}
*/
/* ------------------------------------------------------------

  group page-content

------------------------------------------------------------ */
/*.js-wrap { }*/
.wrap--index {
    visibility: hidden;
    filter: alpha(opacity=000);
    -moz-opacity: 0.00;
    opacity: 0.00;
}

/* sec
------------------------------------------------------------ */
.section {
    position: relative;
    text-align: center;
    background-color: #fff;
    padding-top: 50px;
}
.sec_pt0 {
    padding-top: 0;
}

.sec_pt50 {
    padding-top:50px;
}

.section--ptcnt {
    padding-top: 100px;
}
.section__head {
    display: inline-block;
    padding: 30px 10px 50px;
    text-align: center;
}
.section__head--top {
    padding-top: 0;
}




.section__ttl{
    margin-bottom: 0.5em;
    line-height: 1;
    color: #303030;
    letter-spacing: 1px;
    font-size: 34px;
    font-family:"Gilda Display", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
}

.section__ttl--ja{
    position: relative;
    margin-bottom: 0;
    display: inline-block;
    padding-top: 1.5em;
    font-size: 11px;
    font-style: normal;
    line-height: 1;
    font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
}
.section__ttl--ja:before{
    width: 60px;
    border-top: 1px solid #888;
    content: "";
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -30px;
}
.section__ttl--fz14{
    font-size: 14px;
}
.section__subttl{
    margin-top: 30px;
    font-size: 12px;
    color: #303030;
}
.section__icon {
    margin-right: 4px;
}
.section__contents {
    padding-bottom: 60px;
}

/* page head
------------------------------------------------------------ */
.page-head {
    background-color: #fff;
    border-bottom: solid 1px #e0e0e0;
    padding: 50px 10px 40px;
    text-align: center;
}
.page-ttl {
    font-size: 60px;
    font-family:"MinionPro-It", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
    color: #303030;
    line-height: 1;
    letter-spacing: 2px;
}
/* sec-sub
------------------------------------------------------------ */
.section-sub__head {
    display: inline-block;
    padding: 30px 10px 60px;
    text-align: center;
}
.section-sub__head--sm {
    padding-bottom: 0;
}
.section-sub__head--ptb0 {
    padding-top: 0;
    padding-bottom: 0;
}
.section-sub__head--top {
    padding-top: 0;
}
.section-sub__ttl {
    margin-bottom: 40px;
    line-height: 1;
    color: #303030;
    letter-spacing: 1px;
    font-size: 26px;
    font-family:"Lato-Semibold", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
}
.section-sub__ttl--italic {
    font-size: 40px;
    font-family:"MinionPro-It", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
}
.section-sub__ttl--ja {
    margin-bottom: 20px;
    font-size: 22px;
    letter-spacing: 5px;
    line-height: 1.4;
}
.section-sub__subttl {
    margin-bottom: 40px;
    line-height: 1;
    color: #303030;
    letter-spacing: 1px;
    font-size: 30px;
    font-family:"MinionPro-It", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
}
.section-sub__txt {
    padding: 0 20px;
    margin: 0 auto 40px;
    font-size: 20px;
    font-family:"MinionPro-It", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
    color: #303030;
    line-height: 1.5;
    letter-spacing: 1px;
}
.section-sub__txt--ja {
    margin-bottom: 0;
    font-size: 14px;
    font-style: normal;
    color: #303030;
    line-height: 2;
    letter-spacing: 3px;
    font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
}
.section-sub__txt--lb {
    padding: 0 40px;
}
.section-sub__txt-img {
    vertical-align: middle;
    margin-top: -3px;
}
.section-sub__thumbs {
    overflow: hidden;
    padding: 0 40px;
}
.section-sub__thumb {
    float:left;
    position: relative;
    width: 100%;
    height: auto;
}
.section-sub__thumb--04 {
    width: 25%;
}
.section-sub__thumb--right {
    float: right;
}
.section-sub__thumb--02 {
    width: 50%;
}
.section-sub__img {
    padding: 0 40px;
    overflow: hidden;
}
.section-sub__thumb-img {
    overflow: hidden;
    display: inline-block;
}
.section-sub__thumb-txt {
    margin-top: -0.5em;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    text-align: center;
    color: #fff;
    line-height: 1;
    font-size: 36px;
    font-family:"MinionPro-It", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
}
.section-sub__obj{
    width: 100%;
    height: auto;
}

/* top contents
------------------------------------------------------------ */
.cnts {
    overflow: hidden;
    margin-left: -20px;
    letter-spacing: -0.4em;
}
.cnts__item {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 20px;
    letter-spacing: normal;
}
.cnts__item-ttl__outer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 225px;
}
.cnts__item-ttl {
    background-color: #fff;
    display: inline-block;
    padding: 12px 20px 8px;
    border: solid 4px #000;
    line-height: 1;
    letter-spacing: 1px;
    font-size:13px;
    font-family:"AvenirLTStd-Black", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
}
.cnts__item a:hover .cnts__item-ttl {
    border: solid 4px transparent;
    color: #fff;
    background-color: #e48217;
}
.banner {
    margin-top: 10px;
}
.banner img {
    max-width: 100%;
    height: auto;
}

/* top lookbook
------------------------------------------------------------ */
.lbtop {
    position: relative;
    overflow: hidden;
    padding: 0 60px;
}
.lbtop__img {
    display: block;
}
.lbtop__img--tp img{
    width: 100%;
    height: auto;
}
.lbtop__img--bm {
    display: block;
    float: left;
    width: 25%;
    height: auto;
}
.lbtop__img--bm img{
    width: 100%;
    height: auto;
}
.lbtop__no1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 154px;
    height: 154px;
    background-color: #e48217;
}
.lbtop__no1 .x-vcenter {
    margin-top: 6px;
    width: 154px;
    height: 154px;
}
.lbtop__no1__ttl {
    margin-bottom: 0.6em;
    color: #fff;
    line-height: 1;
    font-size: 12px;
    letter-spacing: 1px;
    font-family:"AvenirLTStd-Medium", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
}
.lbtop__no1__num {
    color: #fff;
    line-height: 1;
    font-size: 43px;
    letter-spacing: 2px;
    font-family:"MinionPro-It", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
}
.lbtop__no1__cs {
    color: #fff;
    line-height: 1.4;
    font-size: 30px;
    letter-spacing: 2px;
    font-family:"MinionPro-It", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
}
.lbtop__link {
    overflow: hidden;
    display: block;
    position: relative;
}
.lbtop__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/common/overlay_white_20.png) repeat;
    filter: alpha(opacity=00); -moz-opacity: 0.0; opacity:0.0;

    -webkit-transition: opacity 0.20s ease-in-out;
    -moz-transition: opacity 0.20s ease-in-out;
    -ms-transition: opacity 0.20s ease-in-out;
    -o-transition: opacity 0.20s ease-in-out;
    transition: opacity 0.20s ease-in-out;
}
.lbtop__link:hover .lbtop__overlay {
    filter: alpha(opacity=100); -moz-opacity: 1.0; opacity:1.0;
}

/* lookbook A
------------------------------------------------------------ */
.lb {
    padding: 0 20px 0;
}
.lb__img {
    overflow: hidden;
}
.lb__img:first-child .lb__obj {
    filter: alpha(opacity=100); -moz-opacity: 1.0; opacity:1.0;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.lb__obj{
    padding: 0 15px 30px;
    width: 100%;
    height: auto;
    filter: alpha(opacity=0); -moz-opacity: 0.0; opacity:0.0;

    -webkit-transition: 2.1s cubic-bezier(.15,.9,.35,1);
    -moz-transition: 2.1s cubic-bezier(.15,.9,.35,1);
    -ms-transition: 2.1s cubic-bezier(.15,.9,.35,1);
    -o-transition: 2.1s cubic-bezier(.15,.9,.35,1);
    transition: 2.1s cubic-bezier(.15,.9,.35,1);

    -webkit-transition-delay: 0.10s;
    -moz-transition-delay: 0.10s;
    -ms-transition-delay: 0.10s;
    -o-transition-delay: 0.10s;
    transition-delay: 0.10s;

    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}
.lb__obj--delay{
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.lb__obj--show{
    filter: alpha(opacity=100); -moz-opacity: 1.0; opacity:1.0;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}
.lb__obj--04 {
    width: 25%;
    float: left;
}
.lb__obj--02 {
    width: 50%;
    float: left;
}
.ci {
    padding-bottom: 20px;
    max-width: 1500px;
    margin: 0 auto;
}
.ci__ttl {
    font-size: 12px;
    font-family:"Lato-Medium", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
}
.ci__item {
    position: relative;
    margin: 0 15px;
    display: inline-block;
    vertical-align: top;
}
.ci__hover {
    filter: alpha(opacity=0); -moz-opacity: 0.0; opacity:0.0;
    position: absolute;
    width: 170px;
    height: 3.2em;
    top: -15%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    text-align: center;

    display: inline-block;
    color: #303030;
    background-color: #fff;
    padding: 12px 20px 10px;
    border:solid 4px #000;
    line-height: 1;
    letter-spacing: 1px;
    font-family:"AvenirLTStd-Black", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;

    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
.ci__item:hover .ci__hover {
    filter: alpha(opacity=100); -moz-opacity: 1.0; opacity:1.0;
}
.stt__table {
    margin: 0 auto;
}
.stt__ttl ,
.stt__txt {
    padding: 8px 3px;
}
.stt__ttl {
    font-weight: normal;
    text-align: right;
    font-family:"MinionPro-MediumIt", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
    font-size: 14px;
    color: #303030;
    line-height: 1;
    letter-spacing: 1px;
    white-space: nowrap;
}
.stt__txt {
    text-align: left;
    font-family:"Lato-Regular", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
    font-size: 13px;
    color: #303030;
    line-height: 1;
    letter-spacing: 1px;
}
.stt__sns {
    margin: 0 8px;
    display: inline-block;
    width: 19px;
    height: 14px;
}
.stt__sns span {
    display: inline-block;
    width: 19px;
    height: 14px;
    filter: alpha(opacity=00); -moz-opacity: 0.0; opacity:0.0;

    -webkit-transition: 0.15s ease;
    -moz-transition: 0.15s ease;
    -ms-transition: 0.15s ease;
    -o-transition: 0.15s ease;
    transition: 0.15s ease;
}
.stt__sns:hover span {
    filter: alpha(opacity=100); -moz-opacity: 1.0; opacity: 1.0;
}
.stt__sns--fb {
    background: url(../images/lookbook/fb.png) no-repeat;
}
.stt__sns--fb:hover span {
    background: url(../images/lookbook/fb_on.png) no-repeat;
}
.stt__sns--tw {
    background: url(../images/lookbook/tw.png) no-repeat;
}
.stt__sns--tw:hover span {
    background: url(../images/lookbook/tw_on.png) no-repeat;
}
.stt__sns--tb {
    background: url(../images/lookbook/tb.png) no-repeat;
}
.stt__sns--tb:hover span {
    background: url(../images/lookbook/tb_on.png) no-repeat;
}
.stt__sns--p {
    background: url(../images/lookbook/p.png) no-repeat;
}
.stt__sns--p:hover span {
    background: url(../images/lookbook/p_on.png) no-repeat;
}

/* showroom
------------------------------------------------------------ */
.sr {
    padding: 0 40px;
}
.sr__obj {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.sr__map-outer {
    padding: 0 40px;
}
.sr__map {
    height: 560px;
}
.sr__map-window {
}
.sr__map-inner {
    padding: 20px 0 20px 20px;
    text-align: left;
}
.sr__map-ttl {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: bold;
    color: #3b3b3b;
    line-height: 1;
}
.sr__map-img {
    margin-bottom: 10px;
}
.sr__map-txt {
    font-size: 12px;
    color: #3b3b3b;
}

/* sitemap
------------------------------------------------------------ */
.sm {
    display: table;
    margin: 0 auto;
    padding: 0 0;
}
.sm--left {
    padding-left: 220px;
}
.sm__row {
    display: table-row;
}
.sm__ttl {
    padding: 0 40px 34px 0;
    display: table-cell;
    vertical-align: top;
    text-align: right;
    font-size: 16px;
    color: #303030;
    letter-spacing: 1px;
    line-height: 1.5;
    font-family:"Lato-Semibold", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
}
.sm__txts {
    padding: 0 0 34px;
    display: table-cell;
    vertical-align: top;
    text-align: left;
    font-size: 14px;
    color: #303030;
}
.sm__txts a {
    -webkit-transition: 0.20s ease-out;
    -moz-transition: 0.20s ease-out;
    -ms-transition: 0.20s ease-out;
    -o-transition: 0.20s ease-out;
    transition: 0.20s ease-out;
}
.sm__txts a:hover {
    color: #999;
}
.sm__txt {
    display: block;
    margin-bottom: 2px;
    letter-spacing: 3px;
    font-size: 14px;
}
.sm__txt--cs {
    color: #999;
}
.sm__txt-date {
    padding-right: 1em;
}

/* privacy policy
------------------------------------------------------------ */
.pp {
    margin-top: 30px;
    margin-left: -80px;
}
.pp__block {
    margin-left: 80px;
    display: inline-block;
    vertical-align: top;
    max-width: 440px;
    width: 30%;
}
.pp__row {
    padding-bottom: 54px;
}
.pp__row:last-child {
    padding-bottom: 0;
}
.pp__ttl {
    font-weight: bold;
    margin-bottom: 1.4em;
    font-size: 16px;
    text-align: left;
    color: #303030;
    line-height: 1;
}
.pp__txt {
    margin-bottom: 1em;
    font-size: 14px;
    text-align: left;
    color: #303030;
    line-height: 2;
    letter-spacing: 2px;
}
.pp__block ul {
    margin-left: 1em;
}
.pp__block ul li {
    list-style-type: disc;
    font-size: 14px;
    text-align: left;
    color: #303030;
    line-height: 2;
}

/* jobs
------------------------------------------------------------ */
.toj__row {
    margin-left: -80px;
    padding-bottom: 70px;
}
.toj__block {
    display: inline-block;
    vertical-align: top;
    margin-left: 80px;
    max-width: 440px;
}
.toj__img {
    position: relative;
    margin-bottom: 28px;
}
.toj__obj {
    max-width: 100%;
    height: auto;
}
.toj__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/common/overlay_80.png) repeat;
    text-align: center;
}
.toj__overlay span {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -0.5em;
    line-height: 1;
    font-size: 18px;
    color: #fff;
    font-family:"Lato-Semibold", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
    letter-spacing: 1px;
}
.toj__ttl {
    margin-bottom: 10px;
    font-size: 26px;
    font-family:"Lato-Semibold", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
    color: #303030;
    line-height: 1;
    letter-spacing: 2px;
}
.toj__subttl {
    margin-bottom: 28px;
    font-size: 12px;
    color: #303030;
    letter-spacing: 2px;
    line-height: 1;
}
.toj__txt-outer {
    position: relative;
    min-height: 4em;
}
.toj__txt {
    font-size: 14px;
    color: #303030;
    line-height: 2;
    letter-spacing: 1px;
    text-align: left;
}
.toj__hide {
    position: absolute;
    top: 0;
    left: 0;
    height: 4em;
}
.toj__content {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
}
.toj__link {
    margin-top: 26px;
    display: inline-block;
    border: solid 4px #3b3b3b;
    padding: 10px 20px 8px;
    font-size: 14px;
    font-family:"AvenirLTStd-Black", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
    line-height: 1;
    letter-spacing: 1px;
}
.jd__table {
    width: 960px;
    margin: 0 auto;
}
.jd__ttl {
    border: solid 1px #cccccc;
    padding: 20px 30px;
    min-width: 200px;
    background-color: #fafafa;
    font-size: 14px;
    font-weight: normal;
    color: #303030;
    text-align: left;
}
.jd__txt {
    border: solid 1px #cccccc;
    padding: 24px 30px;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 2px;
    text-align: left;
}
.jan {
    padding-bottom: 20px;
}
.jan__link-outer {
    display: inline-block;
    vertical-align: top;
}
.jan__link {
    display: inline-block;
    vertical-align: top;
    margin: 0 30px;
    border: solid 4px #000;
    min-width: 220px;
    padding: 20px 30px;
    font-family:"AvenirLTStd-Black", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
    text-align: center;
}
.jan__no {
    margin-top: 1em;
    color: #fa8500;
    font-size: 13px;
}
.jan__link--de {
    filter: alpha(opacity=30); -moz-opacity: 0.3; opacity:0.3;
}
.jan__link span {
    margin-top: 10px;
    display: block;
    font-family:"NotoSansCJKjp-Regular", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
    font-size: 11px;
    line-height: 1;
}

/* company
------------------------------------------------------------ */
.sm__list li {
    list-style-type: disc;
    margin-left: 1em;
    margin-bottom: 10px;
    font-size: 14px;
    color: #303030;
}
.sm__list--sub li {
    margin-left: 2em;
    list-style: url(../images/common/list.png);
}
.cm {
    padding-bottom: 20px;
}
.cm__block {
    width: 100%;
    padding: 0 40px;
}
.cm__ttl {
    padding: 20px 0;
    background-color: #303030;
    color: #fff;
    letter-spacing: 3px;

    -webkit-transition: 0.10s ease-out;
    -moz-transition: 0.10s ease-out;
    -ms-transition: 0.10s ease-out;
    -o-transition: 0.10s ease-out;
    transition: 0.10s ease-out;
}
.cm__btn:hover .cm__ttl {
    background-color: #e48217;
}
.cm__plus {
    display: block;
    overflow: hidden;
    height: 0;
    background-color: #e48217;

    -webkit-transition: 0.20s ease-out;
    -moz-transition: 0.20s ease-out;
    -ms-transition: 0.20s ease-out;
    -o-transition: 0.20s ease-out;
    transition: 0.20s ease-out;
}
.cm__plus img {
    line-height: 40px;
}
.cm__btn:hover ~ .cm__plus {
    height: 40px;
}

.cm__plus:hover {
    height: 40px;
}
.cm__plus:hover {
    background-color: #e48217;
}
.cm__ttl.on {
    background-color: #e48217;
}

.cm__plus--close:hover {
    background-color: #eee !important;
}
.cm__map {
    height: 560px;
}
.cm__close {
    display: block;
    padding: 34px 0;
}
.cm__block:last-child .cm__plus {
    border-bottom: solid 1px #cccccc;
}

/* news
------------------------------------------------------------ */
.section-sub__head--news {
    padding-bottom: 12px;
}
.section-sub__ttl--news {
    font-family:"Lato-Semibold", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
}
.news__archive-year-list {
    background-color: #eeeeee;
}
.news__archive-year {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 1px;
    font-family:"Lato-Bold", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
}
.news__archive-year a{
    display: inline-block;
    padding: 18px 34px 14px;
    color: #303030;
}
.news__archive-year a:hover {
    color: #fff;
    background-color: #3b3b3b;
}
/*
.news {
    display: inline-block;
    width: 980px;
    margin: 40px 0 0;
    text-align: left;
}
*/
.news__inner {
    margin-left: -40px;
}
.news__block {
    padding-bottom: 50px;
    overflow: hidden;
    margin: 0 0 50px 40px;
    width: 210px;
    display: inline-block;
    vertical-align: top;
    border-bottom: solid 1px #cccccc;
}
.news__head__ttl {
    text-align: center;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
.news__head {
    position: relative;
    margin-bottom: 25px;
    line-height: 1.2;
    font-size: 60px;
    font-family:"MinionPro-It", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
    color: #303030;
}
.news__head-more {
    filter: alpha(opacity=0); -moz-opacity: 0.0; opacity:0.0;
    position: absolute;
    width: 170px;
    height: 3.2em;
    top: -15%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 14px;
    text-align: center;

    display: inline-block;
    color: #303030;
    background-color: #fff;
    padding: 12px 20px 10px;
    border:solid 4px #000;
    line-height: 1;
    letter-spacing: 1px;
    font-family:"AvenirLTStd-Black", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;

    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
.news__block:hover .news__head-more {
    filter: alpha(opacity=100); -moz-opacity: 1.0; opacity:1.0;
}
.news__block:hover .news__info ,
.news__block:hover .news__ttl {
    filter: alpha(opacity=40); -moz-opacity: 0.4; opacity:0.4;
}
.news__block:hover .news__head__ttl {
    filter: alpha(opacity=00); -moz-opacity: 0.0; opacity:0.0;
}
.news__info {
    margin-bottom: 1em;
    text-align: left;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
.news__date {
    padding-right: 20px;
    border-right: solid 1px #000;
    display: inline-block;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 13px;
    font-family:"MinionPro-It", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
    color: #303030;
}
.news__cat {
    padding-left: 20px;
    display: inline-block;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 13px;
    font-family:"MinionPro-It", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
    color: #303030;
}
.news__ttl {
    height: 3.8em;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #303030;
}
.news__paginate  {
    padding: 10px 0;
    text-align: center;
}
.news__paginate li {
    display: inline-block;
    font-family:"MinionPro-It", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
    letter-spacing: 1px;
    line-height: 1;
}
.news__paginate li a {
    font-size: 18px;
    display: inline-block;
    padding: 5px 8px 1px;
    color: #303030;
    border: solid 2px transparent;

    -webkit-transition: 0.10s ease-out;
    -moz-transition: 0.10s ease-out;
    -ms-transition: 0.10s ease-out;
    -o-transition: 0.10s ease-out;
    transition: 0.10s ease-out;
}
.news__paginate__img  {
    margin: 0 10px;
}
.news__num--active a ,
.news__paginate a:hover {
    border: solid 2px #000 !important;
}
.news__paginate--nob a:hover {
    border: solid 2px transparent !important;
}
.news__num--ten {
    margin-top: -2px;
}
.news__pre--s,
.news__next--s {
    -webkit-transition: 0.20s ease-in-out !important;
    -moz-transition: 0.20s ease-in-out !important;
    -ms-transition: 0.20s ease-in-out !important;
    -o-transition: 0.20s ease-in-out !important;
    transition: 0.20s ease-in-out !important;
}
.news__pre--s:hover,
.news__next--s:hover {
    filter: alpha(opacity=060); -moz-opacity: 0.6; opacity:0.6;
}
.news__pre img ,
.news__next img,
.news__ten img{
    margin-top: -3px;
}
/* news detail
------------------------------------------------------------ */
.section--nd {
    padding-top: 30px;
}
.nd {
    max-width: 600px;
    margin: 0 auto;
}
.nd__info {
    margin-bottom: 68px;
}
.nd__date {
    padding-right: 20px;
    border-right: solid 1px #000;
    display: inline-block;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 16px;
    font-family:"MinionPro-It", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
    color: #303030;
}
.nd__cat {
    padding-left: 20px;
    display: inline-block;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 16px;
    font-family:"MinionPro-It", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
    color: #303030;
}
.nd__ttl {
    margin-bottom: 1em;
    font-size: 26px;
    color: #303030;
    text-align: left;
    letter-spacing: 3px;
    word-break: normal;
}
.nd__contents {
    font-size: 14px;
    color: #303030;
    line-height: 2;
    letter-spacing: 2px;
    text-align: left;
    word-break: normal;
}
.nd__contents p {
    margin-bottom: 40px;
}
.nd__contents a:hover {
    text-decoration: underline;
}
.nd__contents div {
    max-width: 600px;
}
.nd__contents img {
    max-width: 600px;
    height: auto;
}
.news__paginate--nd > * {
    font-size: 16px;
}
/* contact
------------------------------------------------------------ */
.c__note {
    margin-bottom: 50px;
    letter-spacing: 2px;
}
.c__step {
    margin-bottom: 50px;
}
.c__step img {
    max-width: 100%;
    height: auto;
}
.c__orange {
    color: #e48217;
}
.ct {
    margin: 0 auto;
    display: table;
}
.ct__row {
    display: block;
    /*margin-bottom: 30px;*/
    padding-bottom: 30px;
}
.ct__ttl ,
.ct__cnt {
    overflow: hidden;
    display: table-cell;
    font-size: 14px;
    color: #303030;
}
.ct__cnt {
    letter-spacing: -0.2em;
}
.ct__ttl {
    vertical-align: middle;
    min-width: 285px;
    text-align: right;
    padding-right: 20px;
}
.ct__ttl--top {
    vertical-align: top;
    padding-top: 20px;
}
.ct__require {
    margin-left: .3em;
    color: #fa8500;
}
.ct__cell {
    letter-spacing: normal;
}
.ct__cell--max {
    width:  675px;
}
.ct__cell--half {
    width:  325px;
    display: inline-block;
    vertical-align: top;
}
.ct__cell--sm {
    width:  185px;
    display: inline-block;
    vertical-align: top;
}
.ct__cell--xm {
    padding: 20px 0;
    margin: 0 10px;
    mini-width:  1.0em;
    display: inline-block;
    vertical-align: top;
}
.ct__cell--xm .ct__cnt {
    letter-spacing: normal !important;
}
.ct__cell--half:first-child {
    margin-right: 25px;
}
.ct__input {
    padding: 20px;
    width: 100%;
    color: #303030;
    background-color: #fff;
    border: solid 1px #666666;
}
.ct__select {
    border: solid 1px #666666;
    padding: 20px;
    background: #fff url(../images/contact/arrow_bottom.png) no-repeat 100%;
    overflow: hidden;;
    width: 100%;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    text-indent: 0.01px;
    text-overflow: "";
    color: #303030;
}
.ct__list li {
    display: inline-block;
    margin-right: 25px;
}

input[type='radio'] {
    filter: alpha(opacity=0); -moz-opacity: 0; opacity:0;
    position: absolute;
}
.ct__list label {
    min-width: 5em;
    background:url(../images/contact/radio_btn.png) no-repeat;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 24px;
    cursor: pointer;
    overflow: hidden;
}
.ct_on{
    background:url(../images/contact/radio_btn_active.png) no-repeat !important;
}
.ct__txt {
    color: #303030;
    width: 100%;
    border: solid 1px #666666;
    padding: 32px;
    text-align: left;
    line-height: 2;
    font-size: 14px;
    letter-spacing: 2px;
}
.ct__txt a {
    word-wrap: break-word;
}
.ct__txt--bn {
    border:none;
    padding: 32px 0;
}
.ct__policy {
    margin-top: 16px;
    padding: 20px;
    background-color: #eeeeee;
    text-align: center;
}
.ct__btns {
    margin: 30px 0 0;
    text-align: center;
}
.ct__btn {
    display: inline-block;
    margin: 0 20px;
    color: #303030;
    background-color: #fff;
    padding: 12px 20px 10px;
    border:solid 4px #000;
    line-height: 1;
    letter-spacing: 1px;
    font-family:"AvenirLTStd-Black", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;

    -webkit-transition: 0.15s ease;
    -moz-transition: 0.15s ease;
    -ms-transition: 0.15s ease;
    -o-transition: 0.15s ease;
    transition: 0.15s ease;
}
.ct__btn--back {
    color: #fff;
    background-color: #000;
}
.ct__btn:hover {
    border: solid 4px transparent;
    color: #fff;
    background-color: #e48217;
}
.ct__err {
    text-align: left;
    color: #e48217;
}
.ct__err--center {
    text-align: center;
}
.ct__val {
    margin-left: 30px;
    min-height: 4.6em;
    padding: 20px;
    background-color: #fafafa;
    text-align: left;
    color: #303030;
    letter-spacing: 1px;
}
.cc__info {
    margin-bottom: 4em;
}
.cc__ttl {
    margin-bottom: 42px;
    font-size: 24px;
    font-family:"Lato-Semibold", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"游ゴシック","MS P Gothic",Verdana,sans-serif;
    color: #303030;
    letter-spacing: 2px;
}
.cc__txt {
    margin-bottom: 2em;
    color: #303030;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 2;
}
.small {
    font-size: 12.3px;
}
.small_2 {
    font-size: 14px;
}

/* https://www.bread-espresso.jp/common/css/sp_common.css ここから */
@charset "utf-8";
/* ------------------------------------------------------------

  group sp

------------------------------------------------------------ */
@media screen and (max-width: 815px) {

    .spNone { display: none !important; }
    .spOnly { display: block !important; }
    .spOnly--ib { display: inline-block !important; }
    .pcOnly { display: none !important; }

    html {
        font-size: 14px;
    }
    body {
        position: relative;
    }

    .x-hover {
        border: solid 4px #000;
    }
    .x-hover:hover {
        border: solid 4px transparent;
    }



    /* footer
    ------------------------------------------------------------ */
    .sf__menus{
        padding: 0 20px;
    }
    .sf__menu-link:hover span:after {
        -webkit-transform: scaleX(0.0);
        -moz-transform: scaleX(0.0);
        -ms-transform: scaleX(0.0);
        -o-transform: scaleX(0.0);
        transform: scaleX(0.0);
    }
    .sf__shared {
        margin: 0 15px;
    }
    /* site-header
    ------------------------------------------------------------ */
    .sp-menu {
        z-index: 999;
        position: fixed;
        width: 100%;
    }
    .sh__menu-btn-outer {
        /*z-index: 1;*/
        /*position: fixed;*/
        width: 100%;
        top: 0;
        line-height: 1;
    }
    .sh__menu-btn-outer--index {
        background-color: rgba(0, 0, 0, 0.1);
    }
    .sh__menu-btn-outer--sub {
        background-color: rgba(255, 255, 255, 0.2);
    }
    .sh__menu-btn-outer--sub .bar {
        background-color: #5c5c5c;
    }
    .sh__icon {
        padding: 20px 30px;
        z-index: 1;
        position: relative;
        top: 0;
        left: 0;
        display: inline-block;
        line-height: 1;
    }
    .sh__icon img {
        vertical-align: top;
    }
    .sh__menu-btn {
        z-index: 1;
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        display:inline-block;
    }
    .sh__menu-btn__inner {
        position: relative;
        width: 25px;
        height: 59px;
        padding: 0 40px;
    }


    .sh__menu-btn--open {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 25px;
        height: 25px;
        padding: 30px;
    }
    .sh__nav {
        background-color: transparent;
        z-index: 2;
        position: absolute;
        top:0;
        height: 100%;
        text-align: center;
        border:none;
    }
    .sh__menus {
        height: 100%;
    }
    .sh__menu {
        padding: 0;
        display: block;
        padding-top: 60px;
        width: 50%;
        float: left;
    }
    .sh__menu-link {
        letter-spacing: 1px;
        color: #fff;
        font-size: 12px;
    }
    .sh__menu-link:after {
        display: none !important;
        opacity: 0;
        visibility: hidden;
    }
    .sh__menu-link.active ,
    .sh__menu-link:hover {
        color: #fff;
    }
    .sh__menu-link--cs {
        color: #999;
    }
    .sh__menu-link--cs:hover {
        color: #999;
    }
    .sh__menu-overlay {
        z-index: 1;
        position: absolute;
        top: 0;
        width: 100%;
        height: 120%;
        background-color: rgba(0,0,0,0.8);
    }


    /* site-footer
    ------------------------------------------------------------ */
    .sf__page-top {
        display: inline-block;
        margin-top: 30px;
    }
    .sf__inner {
        padding: 30px 0 65px;
    }
    .sf__nav {
        border: none;
    }
    .sf__logo {
        margin-bottom: 0.6em;
    }
    .sf__menu {
        border-bottom: solid 1px #e1e1e1;
        display: block;
    }
    .sf__menu-link {
        display: block;
        padding: 18px 16px;
    }
    .sf__menu:first-child {
        border-top: solid 1px #e1e1e1;
    }
    .sf__copyright {
        font-size: 12px;
    }
    .sf__menu-link:after {
        border-top: none;
    }
    .sf__shared--fb {
        background: url(../images/sp/common/f_fb.png) no-repeat 50% 50%;
        background-size: contain;
    }
    .sf__shared--tw {
        background: url(../images/sp/common/f_tw.png) no-repeat 50% 50%;
        background-size: contain;
    }
    /* sec
    ------------------------------------------------------------ */
    .sec {
        padding-top: 30px;
    }
    .sec--pt0 {
        padding-top: 0;
    }
    .sec--ptcnt {
        padding-top: 60px;
    }
    .sec__ttl{
        font-size: 27px;
    }
    .sec__ttl--ja{
        font-size: 10px;
    }
    .sec__head {
        line-height: 1;
        padding: 20px 10px 26px;
    }
    .sec__contents {
        padding-bottom: 30px;
    }
    .sec__ttl {
        margin-bottom: 0.4em;
    }
    .sec__ttl--ja {
        padding-top: 1.0em;
    }
    /* page head
    ------------------------------------------------------------ */
    .page-head {
        border-top: 1px solid #E0E0E0;
        padding: 30px 10px 20px;
    }
    .page-ttl {
        font-size: 32px;
    }

    /* page-content-sub
    ------------------------------------------------------------ */
    .pc-sub {
        padding-top: 60px;
        background-color: #fff;

    }
    .ov {
        z-index: -1;
        background-color: transparent;
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        height: 400px;
        overflow: hidden;

        filter: alpha(opacity=000);
        -moz-opacity: 0.0;
        opacity: 0.0;

        -webkit-transition  : 1000ms ease-in;
        -moz-transition     : 1000ms ease-in;
        -ms-transition      : 1000ms ease-in;
        -o-transition       : 1000ms ease-in;
        transition          : 1000ms ease-in;
    }

    /* sec-sub
    ------------------------------------------------------------ */
    .sec-sub__img {
        padding: 0;
    }
    .sec-sub__head {
        padding: 20px 20px 20px;
    }
    .sec-sub__head--top {
        padding-top: 0;
    }
    .sec-sub__head--sm {
        padding: 0 20px 0;
    }
    .sec-sub__head--sppt0 {
        padding-top: 0;
    }
    .sec-sub__ttl {
        letter-spacing: 2px;
        margin-bottom: 30px;
        font-size: 16px;
    }
    .sec-sub__ttl--italic {
        font-size: 20px;
    }
    .sec-sub__ttl--ja {
        letter-spacing: 2px;
    }
    .sec-sub__subttl {
        margin-bottom: 34px;
        font-size: 20px;
    }
    .sec-sub__subttl--wy {
        margin-bottom: 25px;
    }
    .sec-sub__txt {
        padding: 0;
        letter-spacing: 1px;
        margin-bottom: 20px;
        font-size: 15px;
    }
    .sec-sub__txt--ja {
        font-size: 11px;
    }
    .sec-sub__thumbs {
        padding: 0;
    }
    .sec-sub__thumb-txt {
        font-size: 20px;
    }
    .sec-sub__thumb--04 {
        width: 50%;
    }
    .sec-sub__thumb--02 {
        width: 100%;
    }

    /* contents
    ------------------------------------------------------------ */
    .cnts {
        width: 320px;
        margin: 0 auto;
        /*margin-left: 0;*/
        /*padding: 0 20px;*/
        letter-spacing: -0.4em;
    }
    .cnts__item {
        letter-spacing: normal;
        width: 140px;
        margin-left: 0;
        margin-bottom: 0;
    }
    .cnts__item img {
        width: 100%;
        height: auto;
    }
    .cnts__item-ttl {
        padding: 10px 10px 6px;
        font-size: 12px;
    }
    .cnts__item-ttl__outer {
        line-height: 140px;
    }
    .banner {
        margin-top: 20px;
    }

    /* lookbook A
    ------------------------------------------------------------ */
    .lb {
        margin-top: 0;
        padding: 0 7px 0;
    }
    .lb__obj {
        padding: 0 7px 14px;

        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        filter: alpha(opacity=100); -moz-opacity: 1.0; opacity:1.0;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
    .ci {
        padding-bottom: 28px;
        margin-left: 0;
    }
    .ci__item {
        padding: 0 10px;
        width: 32%;
        margin: 10px 0 0;
    }
    .ci__item img {
        width: 79px;
        height: auto;
    }
    .ci__hover {
        display: none;
    }
    .ci__ttl {
        font-size: 12px;
    }
    .stt__ttl, .stt__txt {
        padding: 6px 3px;
    }
    .stt__txt {
        font-size: 11px;
    }
    .sec-sub__ttl--spt {
        margin-bottom: 0;
        font-size: 18px;
    }
    .sec-sub__ttl--spcast {
        margin-bottom: 20px;
        font-size: 18px;
    }

    /* showroom
    ------------------------------------------------------------ */
    .sr {
        padding: 0 20px;
    }
    .sr__map {
        padding: 0;
    }
    .sr__map-window {
        display: none;
    }
    .sr__map {
        height: 240px;
    }
    .sr__map-outer {
        padding: 0px 20px;
    }
    #googlemap {
        height: 240px;
    }

    /* sitemap
    ------------------------------------------------------------ */
    .sm {
        padding: 0 20px;
    }
    .sm--left {
        padding: 0 20px;
    }
    .sm__ttl {
        margin-bottom: 0.7em;
        width: 100%;
        padding: 0;
        display: block;
        text-align: center;
        font-size: 15px;
    }
    .sm__txts {
        margin-bottom: 46px;
        width: 100%;
        padding: 0;
        display: block;
        text-align: center;
        font-size: 11px;
    }
    .sm__txt {
        line-height: 2;
        font-size: 11px;
    }
    .sm__txt-txt {

    }
    .sm__txt--left {
        text-align: left;
    }
    .sm__txt--table {
        display: table;
    }
    .sm__txt-date ,
    .sm__txt-txt {
        display: table-cell;
        vertical-align: top;
        letter-spacing: 1px;
    }
    .sm__txt-date {
        padding-right: 1.8em;
    }

    /* privacy policy
    ------------------------------------------------------------ */
    .pp {
        padding: 0 20px;
        margin-top: 0;
    }
    .pp__block {
        width: auto;
        margin-bottom: 2em;
    }
    .pp__row {
        padding-bottom: 0;
    }
    .pp__ttl {
        margin-bottom: 1em;
        font-size: 14px;
    }
    .pp__txt {
        font-size: 11px;
        letter-spacing: 1px;
    }
    .pp__block ul li {
        font-size: 11px;
    }

    /* jobs
    ------------------------------------------------------------ */
    .toj {
        padding: 0 20px;
    }
    .toj__row {
        margin-left: 0;
        padding-bottom: 0;
    }
    .toj__block {
        display: block;
        margin: 0 auto 50px;
    }
    .toj__img {
        margin-bottom: 16px;
    }
    .toj__ttl {
        margin-bottom: 8px;
        font-size: 15px;
    }
    .toj__subttl {
        margin-bottom: 15px;
        font-size: 11px;
    }
    .toj__txt {
        margin-bottom: 20px;
        font-size: 11px;
    }
    .toj__link {
        font-size: 13px;
        border: solid 2px #3b3b3b;
    }
    .jd__table {
        width: 100%;
    }
    .jd__ttl {
        vertical-align: top;
        padding: 15px 10px;
        min-width: 1px;
        font-size: 11px;
        white-space: nowrap;
    }
    .jd {
        padding: 0 20px 20px;
    }
    .jd__txt {
        padding: 15px 10px;
        font-size: 11px;
    }
    .jan {
        margin-bottom: 0;
        padding: 0 20px;
        width: 300px;
        margin: 0 auto;
    }
    .jan__link {
        padding: 14px 10px;
        border: solid 2px #000;
        font-size: 15px;
        width: 100%;
        max-width: 200px;
        margin: 0 0 20px;
    }
    .jan__link span {
        margin-top: 8px;
        font-size: 12px;
    }

    /* company
    ------------------------------------------------------------ */
    .sm__txt--left {
        max-width: none;
        white-space: normal;
    }
    .sm__list li {
        text-align: left;
        font-size: 11px;
    }
    .cm {
        padding: 0;
    }
    .cm__block {
        padding: 0;
    }
    .cm__ttl {
        font-size: 11px;
        padding: 17px 10px;
    }
    .cm__ttl.on {
        background-color: #303030;
    }
    .cm__map {
        height: 240px;
    }
    .cm__close {
        padding: 15px 10px;
    }
    .cm__plus--close img {
        width: 12px;
        height: 12px;
    }
    .cm__btn:hover .cm__ttl {
        background-color: #303030;
    }
    .cm__btn:hover ~ .cm__plus {
        height: 0;
    }
    .cm__plus:hover {
        height: 0;
        background-color: #303030;
    }
    /* company
    ------------------------------------------------------------ */
    .sec-sub__head--news {
        padding-bottom: 8px;
    }
    .news {
        width: 286px;
        margin: 0 auto;
    }
    .news + .news {
        margin-top: 40px;
    }
    .news__inner {
        text-align: left;
        margin-left: -20px;
    }
    .news__archive-year {
        font-size: 12px;
    }
    .news__block {
        width: 130px;
        margin-left: 20px;
        margin-bottom: 30px;
    }
    .news__head {
        margin-bottom: 0.4em;
        font-size: 35px;
    }
    .news__head-more {
        top: 0;
        width: 110px;
        font-size: 11px;
        height: auto;
        padding: 12px 2px 10px;
        white-space: nowrap;
    }
    .news__info {
        white-space: nowrap;
        margin-bottom: 0.4em;
    }
    .news__date {
        padding-right: 10px;
        font-size: 10px;
    }
    .news__cat {
        padding-left: 10px;
        font-size: 10px;
    }
    .news__ttl {
        font-size: 10px;
    }
    .news__paginate > * {
        font-size: 16px;
    }

    /* news detail
    ------------------------------------------------------------ */
    .sec--nd {
        padding-top: 10px;
    }
    .nd {
        min-width: 1px;
        padding: 0 20px;
    }
    .nd__info {
        margin-bottom: 42px;
    }
    .nd__date {
        padding-right: 10px;
        font-size: 12px;
    }
    .nd__cat {
        padding-left: 10px;
        font-size: 12px;
    }
    .nd__ttl {
        font-size: 20px;
    }
    .nd__contents {
        font-size: 11px;
    }
    .nd__contents p {
        margin-bottom: 30px;
    }
    .nd__contents div {
        max-width: 100%;
    }
    .nd__contents iframe {
        max-width: 100%;
    }
    .nd__contents img {
        max-width: 100%;
        height: auto;
    }
    /* contact
    ------------------------------------------------------------ */
    .contact {
        padding: 0 20px;
    }
    .ct {
        display: block;
    }
    .c__step {
        margin-bottom: 25px;
    }
    .c__note {
        margin-bottom: 25px;
        font-size: 11px;
    }
    .ct__row {
        padding-bottom: 0;
    }
    .ct__ttl {
        margin-bottom: 1em;
        width: 100%;
        padding-right: 0;
        min-width: 1px;
        display: block;
        text-align: left;
        font-size: 12px;
    }
    .ct__ttl--top {
        padding-top: 0;
    }
    .ct__cnt {
        display: block;
    }
    .ct__cnt {
        text-align: left;
    }
    .ct__cell {
        padding-bottom: 1.1em;
    }
    .ct__cell--max {
        width: 100%;
    }
    .ct__cell--half {
        width: 48%;
    }
    .ct__cell--half:first-child {
        margin-right: 3%;
    }
    .ct__cell--half:last-child {
        float: right;
    }
    .ct__cell--sm {
        width: 80%;
    }
    .ct__cell--xm {
        padding: 1em 0;
    }
    .ct__cell--spsm {
        width: 40%;
    }
    .ct__input ,
    .ct__select {
        background-position: 98%;
        background-size: 32px;
        font-size: 11px;
        padding: 8px 15px;

        box-shadow: none;
        border-radius: 0;
        -webkit-appearance:none;  /* Remove default shadow */
    }
    .ct__list label {
        text-align: center;
    }
    .ct__txt {
        padding: 15px;
        font-size: 11px;
    }
    .ct__txt--bn {
        padding: 0;
    }
    .ct__policy {
        padding: 10px;
    }
    .ct__btns {
        margin-top: 0;
    }
    .ct__btn {
        margin: 0 15px;

        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }
    .ct__val {
        background-color: #f0f0f0;
        min-height: 3.4em;
        margin-left: 0;
        padding: 12px 16px;
        font-size: 11px;
    }
    .cc__ttl {
        margin-bottom: 1.3em;
    }
    .cc__txt {
        font-size: 11px;
        letter-spacing: 1px;
    }
    .ct__err {
        font-size: 11px;
    }
}

/* https://www.bread-espresso.jp/common/css/subpage.css ここから */
@charset "utf-8";
/* ------------------------------------------------------------

  subpage

------------------------------------------------------------ */
/*  index-bnr
--------------------------------------------- */
.index-bnr__txt {
    display: block;
    height: 0;
    padding-top: 50px;
    background: #e6002d url(https://www.bread-espresso.jp/common/img/txt_bnr_top_pc.png) center no-repeat;
    -webkit-background-size: auto 14px;
    background-size: auto 14px;
    overflow: hidden;
}
@media screen and (min-width: 741px) {
    .index-bnr__txt:hover {
        opacity: 0.7;
    }
}
@media screen and (max-width: 740px) {
    .index-bnr__txt {
        padding-top: 20.27%;
        background-image: url(https://www.bread-espresso.jp/common/img/txt_bnr_top_sp.png);
        -webkit-background-size: auto 16%;
        background-size: auto 16%;
    }
}
/*  index-bnr--row
--------------------------------------------- */
.index-bnr--row.index-bnr {
    background-color: #e6002d;
    display: flex;
    justify-content: center;
    padding: 0 20px;
}
.index-bnr--row.index-bnr .index-bnr__inner {
    width: 100%;
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-bnr--row.index-bnr .index-bnr__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    height: 60px;
}
.index-bnr--row.index-bnr .index-bnr__link--1 {
    width: 349px;
}
.index-bnr--row.index-bnr .index-bnr__link--2 {
    width: 475px;
}
.index-bnr--row.index-bnr .index-bnr__img {
    display: block;
    width: 100%;
}
@media screen and (max-width: 890px) {
    .index-bnr--row.index-bnr {
        padding: 0 4.8%;
    }
    .index-bnr--row.index-bnr .index-bnr__inner {
        display: block;
    }
    .index-bnr--row.index-bnr .index-bnr__link {
        width: 100%;
        height: auto;
        aspect-ratio: 375 / 62.5;
        position: relative;
        display: block;
    }
    .index-bnr--row.index-bnr .index-bnr__link--1 {
        width: 100%;
    }
    .index-bnr--row.index-bnr .index-bnr__link--2 {
        width: 100%;
    }
    .index-bnr--row.index-bnr .index-bnr__img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}
@media screen and (min-width: 891px) {
    .index-bnr--row.index-bnr .index-bnr__link:hover {
        opacity: 0.7;
    }
}

/*  header
-----------------------------*/
.subpage{
  position: relative;
  /*padding-bottom: 90px;*/
	padding-bottom: 150px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.logo_area{
    position: absolute;
    z-index: 100;
}
.logo{
	padding: 20px 30px;
	z-index: 1;
	top: 0;
	left: 0;
	display: inline-block;
	line-height: 1;
}
@media screen and (min-width:1000px) {
	.logo{
		padding-left: 0;
	}
}
.logo img{
	width: 150px;
	height: auto;
}
/*@media screen and (max-width:1000px) {*/
@media screen and (max-width:740px) {
	.logo_area{
		position:inherit;
		text-align: center;
	}
	.logo img{
		width: 150px;
	}
}
/*@media screen and (max-width:780px) {
	.logo img{
		width: 33vw;
	}
}*/
.header_navi.g_navi{
	position: absolute;
	left: 0;
	right: 0;
	background-color:inherit;
	text-align: center;
	border-bottom:none;
}
@media screen and (max-width:740px) {
  .header_navi.g_navi ul{
    padding-top: 25px;
  }

  .header_navi.g_navi ul li .sf__menu-link {
    padding: 0;
  }
}

/*  メインimage
-----------------------------*/
.page_img_area{
	margin-bottom: 50px!important;
}
/*.panes_line{
	z-index: 100;
	background: url(https://www.bread-espresso.jp/common/img/panes_line.png) repeat-x;
	padding-top:17px;
}*/
.panes_line{
	z-index: 100;
	background: url(https://www.bread-espresso.jp/common/img/bg_stripe.png) repeat;
	padding-top:17px;
}
@media screen and (min-width:740px) {
	.page_img_area{
		max-width: 1000px;
		margin: auto;
	}
	.page_img_area h2 img{
		max-width: 100%;
	}
}
@media screen and (max-width:740px) {
	.page_img_area{
		width: 80%;
		text-align: center;
		margin-right: auto;
		margin-left: auto;
	}
	.page_img_area h2 img{
		max-width: 100%;
	}
}


/*  wrapper_box
-----------------------------*/
.wrapper_box{
	margin: auto;
	padding-bottom: 30px;
}
.wrapper_box img {
	width: auto;
	max-width: 100%;
}
@media screen and (min-width:1000px) {
	.wrapper_box{
		max-width: 1000px;
		margin: auto;
	}
}
@media screen and (max-width:1000px) {
	.wrapper_box{
		width: 80%;
	}
}

#wrap img{
    width: auto;
    max-width: 100%;
  }

#mainImg {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    text-align: left;
    overflow: hidden;
    position: relative;
}

#mainImg img {
    top: 0;
    left: 0;
    position: absolute;
}

.shop_header_img{
  width: 100%;
  margin: auto;
  margin-bottom: 50px;
}

.shop_header_img_box{
  overflow: hidden;
}


.shop_logo_area{
  background-color: #fff;
  width: 170px;
  float: left;
}
@media screen and (max-width: 740px) {
  .shop_logo_area{
    float: none;
  }
}

.shop_logo01{
  margin-bottom: 50px;
}
@media screen and (max-width: 740px) {
  .shop_logo01{
  width: 210px;
    margin-left: 4.5em;
  }
}

.shop_img{
  float: left;
  max-width: 830px;
  min-height: 450px;
  padding-left: 20px;
}
@media screen and (max-width: 740px) {
  .shop_img{
    min-height: 43.467vw;
  }
}

.page_line_b{
  z-index: 100;
      background: url(https://www.bread-espresso.jp/common/img/page_line_b.png) repeat-x;
          padding-top:17px;
}


.shop_info_box p {
    font-size: inherit;
    font-family: inherit;
    margin-bottom: 14px;
    line-height: 1.4;
    font-size: 14px;
    text-indent: -8px;
    padding-left: 16px;
}

.shop_info_area{
  overflow: hidden;
  margin-bottom: 50px;
}

.shop_info_box{
  float: left;
}

.sns_area{
  float: right;
	width: 500px;/* 180416 add */
}
.sns_area .shop_instagram_top {
	text-align: center;
	margin:0 auto 20px;
}
.sns_area .shop_instagram_top img.profile_icon {
	border-radius: 50%;
    width:  60px;
    height: 60px;
	border: 1px solid #cccccc;
	margin-right: 15px;
}
.sns_area .shop_instagram_top a:hover {
	opacity: 0.7;
}
.sns_area .shop_instagram_top .instagram_follow_btn {
	padding: 4px 15px;
	font-size: 90%;
	border-radius: 3px;
	background-color: #aaa;
	color: #fff;
	margin-left: 15px;
}

.map_box{
  padding-top: 30px;
  padding-bottom: 30px;
}

.menu_area{
  text-align: center;
  padding-bottom: 30px;
}

.menu_area img{
  width: auto;
  max-width: 100%;
}

.menu_box {
  text-align: center;
}

.menu_box p{
color: red;
  font-weight: bold;
    padding-bottom: 10px;
}

.menu_box p a{
  color: red;
  text-decoration: underline;
  padding-bottom: 10px;
}



/* ---------------------
company page
--------------------- */
.company_info_area{
  padding-left: 0px;
}
.company_info_area img.lead {
	width: 350px;
	text-align: center;
	margin:0 auto 0px;
	display: block;
	margin-top: 80px;
}
@media screen and (max-width: 740px) {
	.company_info_area img.lead {
		width: 70%;
	}
}
.company_info_box h3{
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 24px;
	line-height: 40px;
}
.company_info_box{
  margin-bottom: 0px;
}
.company_info_box dl{
  overflow: hidden;
}
.company_info_box dt{
  float: left;
  width: 25%;
  margin-bottom: 25px;
}
.company_info_box dd{
  float: left;
  width: 70%;
  margin-bottom: 25px;
}
.company_info_box dd li{
  margin-bottom: 15px;
}
.company_info_text_box {
  margin: auto;
  width: 390px;
}
.company_instagram_area .instagram_top {
	text-align: center;
	margin:0 auto 20px;
	font-size: 120%;
}
.company_instagram_area .instagram_top img.profile_icon {
	border-radius: 50%;
    width:  90px;
    height: 90px;
	border: 1px solid #cccccc;
	margin-right: 18px;
}
.company_instagram_area .instagram_top a:hover {
	opacity: 0.7;
}
.company_instagram_area .instagram_top .instagram_follow_btn {
	padding: 8px 30px;
	font-size: 100%;
	border-radius: 3px;
	background-color: #aaa;
	color: #fff;
	font-weight: bold;
	margin-left: 30px;
}

@media screen and (max-width: 740px) {
	.company_instagram_area .instagram_top {
		font-size: 100%;
	}
	.company_instagram_area .instagram_top img.profile_icon {
		width:  60px;
		height: 60px;
		margin-right: 15px;
	}
	.company_instagram_area .instagram_top .instagram_follow_btn {
		padding: 4px 15px;
		font-size: 90%;
		border-radius: 3px;
		margin-left: 15px;
	}
}
@media screen and (max-width:1000px) {
  .company_info_box dt{
    float: none;
    width: 100%;
  margin-bottom: 5px;
  }
  .company_info_box dd{
    float: none;
    width: 100%;
  }
  .company_info_text_box {
      margin: auto;
      padding-left:0px;
  }
}

.company_contact{
      margin-bottom: 0px;
}
.company_contact p{
	line-height: 30px;
	font-size: 14px;
	width: 110%;
	}
@media screen and (max-width: 740px) {
	.company_contact p{
	width: 100%;
	}
}

.company_contact h4{
  font-weight: bold;
    margin-bottom: 20px;
}
.company_contact h4:before {
  content: "■";
  color:#CA1B1D;
  padding-right: 10px;
}


.company_contact{
      margin-bottom: 80px;
}
.company_contact p{
      margin-bottom: 30px;
}
.company_contact h4{
  font-weight: bold;
    margin-bottom: 20px;
}
.company_contact h4:before {
  content: "■";
  color:#CA1B1D;
  padding-right: 10px;
}

/* company_history
------------------------- */
.company_history {
  margin-top: 150px;
  margin-bottom: 200px;
}

@media screen and (max-width: 740px) {
  .company_history {
    margin-top: 100px;
    margin-bottom: 250px;
  }
}

.company_history h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
}

.company_history_box {
  border: 2px solid #d6132d;
  border-radius: 5px;
  width: 220px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  margin-right: 0;
  margin-left: auto;
}

@media screen and (max-width: 740px) {
  .company_history_box {
    width: 195px;
  }
}

.company_history_box li {
  font-size: 14px;
  font-weight: bold;
  color: #000;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 740px) {
  .company_history_box li {
    font-size: 12px;
  }
}

.company_history_box li:nth-of-type(n + 2) {
  margin-top: 7px;
}

.company_history_box li:nth-of-type(3) {
  color: #000;
}

.company_history_box span {
  display: flex;
  justify-content: center;
  width: 14px;
  margin-right: 15px;
}

@media screen and (max-width: 740px) {
  .company_history_box span {
    width: 12px;
  }
}

.company_history_box span img {
  width: 100%;
}

.company_history_box li:nth-of-type(3) span img {
  width: 7px;
}

.history-list {
  margin-top: 15px;
}

@media screen and (max-width: 1000px) {
  .history-list {
    margin-top: 35px;
  }
}

.history-list_item {
  width: 485px;
}

@media screen and (max-width: 1000px) {
  .history-list_item {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 740px) {
  .history-list_item {
    width: 100%;
  }
}

.history-list_item:nth-of-type(2n) {
  margin-left: auto;
}

@media screen and (min-width: 1001px) {
  .history-list_item:nth-of-type(3) {
    margin-top: -40px;
  }
}

@media screen and (min-width: 1001px) {
  .history-list_item:nth-of-type(6) {
    margin-top: -40px;
  }
}

@media screen and (min-width: 1001px) {
  .history-list_item:nth-of-type(7) {
    margin-top: -110px;
  }
}

@media screen and (min-width: 1001px) {
  .history-list_item:nth-of-type(8) {
    margin-top: -90px;
  }
}

@media screen and (min-width: 1001px) {
  .history-list_item:nth-of-type(9) {
    margin-top: -40px;
  }
}

@media screen and (min-width: 1001px) {
  .history-list_item:nth-of-type(10) {
    margin-top: -160px;
  }
}

@media screen and (min-width: 1001px) {
  .history-list_item:nth-of-type(12) {
    margin-top: -465px;
  }
}

@media screen and (min-width: 1001px) {
  .history-list_item:nth-of-type(13) {
    margin-top: 290px;
  }
}

@media screen and (min-width: 1001px) {
  .history-list_item:nth-of-type(14) {
    margin-top: -140px;
  }
}

.history-list_icon {
  position: relative;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  border: 2px solid #d6132d;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

@media screen and (max-width: 740px) {
  .history-list_icon {
    width: 75px;
    height: 75px;
    border-width: 1px;
  }
}

.history-list_icon::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  width: 362px;
  height: 2px;
  background-color: #d6132d;
}

@media screen and (max-width: 740px) {
  .history-list_icon::after {
    width: calc(80vw - 72px);
    height: 1px;
  }
}

.history-list_item:nth-of-type(2n - 1) .history-list_icon {
  margin-right: 0;
  margin-left: auto;
}

.history-list_item:nth-of-type(2n - 1) .history-list_icon::after {
  right: 116px;
}

@media screen and (max-width: 740px) {
  .history-list_item:nth-of-type(2n - 1) .history-list_icon::after {
    right: 70px;
  }
}

.history-list_item:nth-of-type(2n) .history-list_icon::after {
  left: 116px;
}

@media screen and (max-width: 740px) {
  .history-list_item:nth-of-type(2n) .history-list_icon::after {
    left: 70px;
  }
}

.history-list_icon-txt {
  color: #d6132d;
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 740px) {
  .history-list_icon-txt {
    font-size: 15px;
  }
}

.history-list_cont {
  position: relative;
  margin-top: -30px;
}

@media screen and (max-width: 740px) {
  .history-list_cont {
    margin-top: 15px;
  }
}

.history-list_item:nth-of-type(2n - 1) .history-list_cont {
  margin-left: 5px;
}

@media screen and (max-width: 740px) {
  .history-list_item:nth-of-type(2n - 1) .history-list_cont {
    margin-left: 0;
  }
}

.history-list_item:nth-of-type(2n) .history-list_cont {
  margin-left: 180px;
}

@media screen and (max-width: 740px) {
  .history-list_item:nth-of-type(2n) .history-list_cont {
    max-width: 270px;
    margin-left: auto;
  }
}

.history-list_cont-txt {
  color: #d6132d;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-left: 10px;
}

@media screen and (max-width: 740px) {
  .history-list_cont-txt {
    font-size: 12px;
    margin-bottom: 5px;
  }
}

.history-list_txt {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: #303030;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: baseline;
  padding: 10px;
  border-radius: 10px;
  font-feature-settings: "palt";
  transition: background-color 0.3s;
}

@media screen and (max-width: 740px) {
  .history-list_txt {
    font-size: 12px;
  }
}

.history-list_txt.js-store-open {
  cursor: pointer;
}

@media screen and (min-width: 741px) {
    .history-list_txt.js-store-open:hover {
        background-color: #fff8fa;
    }
}

@media screen and (min-width: 741px) {
  .is-current .history-list_txt.js-store-open {
    background-color: #fff8fa;
  }
}

@media screen and (max-width: 740px) {
  .history-list_txt.js-store-open.is-current {
    background-color: #fff8fa;
  }
}

.history-list_txt-icon-open {
  background: url('https://www.bread-espresso.jp/common/img/company/icon_red.svg') 0 0 no-repeat;
  background-size: 100% auto;
}

.history-list_txt-icon-noren {
  background: url('https://www.bread-espresso.jp/common/img/company/icon_gray.svg') 0 0 no-repeat;
  background-size: 100% auto;
}

.history-list_txt-icon-close {
  background: url('https://www.bread-espresso.jp/common/img/company/icon_gray-s.svg') center center no-repeat;
  background-size: 8px 8px;
}

.history-list_txt-inner {
  position: relative;
  display: inline-block;
}

.history-list_txt-dot {
  position: absolute;
  top: -0.5em;
  right: 0;
  font-size: 0.5em;
}

.windows .history-list_txt-dot {
  letter-spacing: -0.5em;
}

.android .history-list_txt-dot {
  top: 0em;
  right: 0.25em;
  letter-spacing: -0.5em;
}

.history-list_txt-gray {
  color: #939292;
}

.history-list_txt-wrap {
  position: relative;
  width: 305px;
    margin-bottom: 10px;
}

@media screen and (max-width: 740px) {
  .history-list_txt-wrap {
    width: 270px;
  }
}

.history-list_box {
  width: 350px;
  height: 184px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  bottom: 42px;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: -1;
}

@media screen and (max-width: 740px) {
  .history-list_box {
    width: 298px;
    height: 150px;
  }
}

.history-list_item:nth-of-type(2n - 1) .history-list_box {
  background-image: url('https://www.bread-espresso.jp/common/img/company/img_balloon_left.png');
}

@media screen and (max-width: 740px) {
  .history-list_item:nth-of-type(2n - 1) .history-list_box {
    background-image: url('https://www.bread-espresso.jp/common/img/company/sp/img_balloon_left.png');
  }
}

.history-list_item:nth-of-type(2n) .history-list_box {
  background-image: url('https://www.bread-espresso.jp/common/img/company/img_balloon_right.png');
  left: auto;
  right: 0;
}

@media screen and (max-width: 740px) {
  .history-list_item:nth-of-type(2n) .history-list_box {
    background-image: url('https://www.bread-espresso.jp/common/img/company/sp/img_balloon_right.png');
  }
}

@media screen and (max-width: 372px) {
  .history-list_item:nth-of-type(2n - 1) .history-list_box {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 372px) {
  .history-list_item:nth-of-type(2n) .history-list_box {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    margin-left: calc(-40vw + 115px);
  }
}

@media screen and (min-width: 741px) {
  .is-current .history-list_box {
    opacity: 1;
    z-index: 10;
  }
}

@media screen and (max-width: 740px) {
  .history-list_box.is-current {
    opacity: 1;
    z-index: 10;
  }
}

.history-list_close {
  position: absolute;
  z-index: 10;
  top: 5px;
  right: 5px;
  width: 19px;
  height: 19px;
  padding: 5px;
  line-height: 0;
  cursor: pointer;
}

@media screen and (min-width: 741px) {
  .history-list_close {
    display: none;
  }
}

.history-list_inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 18px;
  position: relative;
}

@media screen and (max-width: 740px) {
  .history-list_inner {
    padding: 14px;
  }
}

.history-list_txt-icon {
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  line-height: 0;
  position: relative;
  top: 2px;
}

.history-list_img {
  width: 163px;
  margin-right: 15px;
}

@media screen and (max-width: 740px) {
  .history-list_img {
    width: 141px;
    margin-right: 14px;
  }
}

.history-list_txt-area {
  position: relative;
  width: 134px;
}

@media screen and (max-width: 740px) {
  .history-list_txt-area {
    width: 115px;
  }
}

.history-list_link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #d6132d;
  font-size: 13px;
  font-weight: bold;
  border-radius: 4px;
  padding: 3px 13px 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  width: 100%;
  letter-spacing: 0.01em;
}

@media screen and (min-width: 741px) {
  .history-list_link {
    transition: 0.3s;
  }

  .history-list_link:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 740px) {
  .history-list_link {
    width: 100%;
    font-size: 11px;
    padding: 3px 7px 2px;
    border-radius: 6px;
  }
}

.history-list_logo {
  height: calc(100% - 30px);
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 740px) {
  .history-list_logo {
    height: calc(100% - 30px);
  }
}

.history-list_logo img {
  width: 100%;
}

.history-list_logo-be {
  width: 110px;
  margin-top: -6px;
}

@media screen and (max-width: 740px) {
  .history-list_logo-be {
  margin-top: 1px;
    width: 90px;
  }
}


.history-list_logo-be2 {
  margin-top: 10px;
  width: 113px;
}

@media screen and (max-width: 740px) {
  .history-list_logo-be2 {
  margin-top: 10px;
    width: 98px;
  }
}



.history-list_logo-korea {
  margin-top: 12px;
  width: 125px;
}

@media screen and (max-width: 740px) {
  .history-list_logo-korea {
    width: 105px;
  }
}



.history-list_logo-pi {
 width: 98px;
}

@media screen and (max-width: 740px) {
  .history-list_logo-pi {
    width: 92px;
  }
}

.history-list_logo-bes {
  width: 87px;
}

@media screen and (max-width: 740px) {
  .history-list_logo-bes {
    width: 75px;
  }
}



.history-list_logo-dj {
  width: 95px;
  margin-top:10px;
}

@media screen and (max-width: 740px) {
  .history-list_logo-dj {
  margin-top:15px;
    width: 75px;
  }
}

.history-list_logo-beni {
  width: 115px;
  margin-top:12px;
}

@media screen and (max-width: 740px) {
  .history-list_logo-beni {
    width: 100px;
  }
}


.history-list_logo-nbw {
  width: 118px;
  margin-top:10px;
}

@media screen and (max-width: 740px) {
  .history-list_logo-nbw {
  margin-top:15px;
    width: 100px;
  }
}



.history-list_logo-uf {
  width: 124px;
  margin-left: 0;
}

@media screen and (max-width: 740px) {
  .history-list_logo-uf {
    width: 100px;
  }
}


.history-list_logo-ff {
  width: 125px;
  margin-top:10px;
}

@media screen and (max-width: 740px) {
  .history-list_logo-ff{
  margin-top:15px;
    width: 100px;
  }
}



.history-list_logo-nk {
  width: 116px;
}

@media screen and (max-width: 740px) {
  .history-list_logo-nk {
    width: 100px;
  }
}

.history-list_logo-tg {
  width: 115px;
  margin-top:-5px;
  margin-left: 0;
}

@media screen and (max-width: 740px) {
  .history-list_logo-tg {
  margin-top:2px;
    width: 100px;
  }
}


.history-list_logo-beae {
  width: 135px;
  margin-top:-8px;
  margin-left: 0;
}

@media screen and (max-width: 740px) {
  .history-list_logo-beae {
  margin-top:0px;
    width: 110px;
  }
}



.history-list_logo-ag {
  margin-top:-2px;
  width: 100px;
}

@media screen and (max-width: 740px) {
  .history-list_logo-ag {
    width: 86px;
  }
}

.history-list_logo-wr {
  margin-top:10px;
  width: 125px;
}

@media screen and (max-width: 740px) {
  .history-list_logo-wr {
    width: 108px;
  }
}

.history-list_logo-beh {
  margin-top:-5px;
  width: 134px;
}

@media screen and (max-width: 740px) {
  margin-top:-5px;
  .history-list_logo-beh {
    width: 116px;
  }
}

.history-list_logo-fm {
  width: 135px;
}

@media screen and (max-width: 740px) {
  .history-list_logo-fm {
    width: 116px;
  }
}

.history-list_logo-mai {
  margin-top:10px;
  width: 137px;
}

@media screen and (max-width: 740px) {
  .history-list_logo-mai {
    width: 115px;
  }
}


.history-list_logo-tosa {
  margin-top:10px;
  width: 138px;
}

@media screen and (max-width: 740px) {
  .history-list_logo-tosa {
    width: 116px;
  }
}



.history-list_logo-siro {
  margin-top:15px;
  width: 130px;
}

@media screen and (max-width: 740px) {
  .history-list_logo-siro {
    width: 110px;
  }
}



.history-list_logo-sw {
  width: 120px;
  margin-top:15px;
}

@media screen and (max-width: 740px) {
  .history-list_logo-sw {
    width: 100px;
  }
}



.history-list_logo-my {
  margin-top:-3px;
  width: 103px;
}

@media screen and (max-width: 740px) {
  .history-list_logo-my {
    width: 89px;
  }
}

.history-list_logo-hn {
  width: 98px;
}

@media screen and (max-width: 740px) {
  .history-list_logo-hn {
    width: 84px;
  }
}

.history-list_logo-ffk {
  margin-top:18px;
  width:110px;
}

@media screen and (max-width: 740px) {
  .history-list_logo-ffk {
  margin-top:15px;
    width: 100px;
  }
}


.history-list_logo-pe {
  margin-top:-3px;
  width: 96px;
}

@media screen and (max-width: 740px) {
  .history-list_logo-pe {
    width: 84px;
  }
}

.history-list_logo-sc {
  margin-top:-3px;
  width: 95px;
}

@media screen and (max-width: 740px) {
  .history-list_logo-sc {
  margin-top:1px;
    width: 81px;
  }
}

.history-list_logo-yui {
  width: 99px;
}

@media screen and (max-width: 740px) {
  .history-list_logo-yui {
    width: 85px;
  }
}

/* ---------------------
shop page
--------------------- */

@media screen and (min-width:1000px) {
  .fb-page {
    width:500px !important;
  }
}

@media screen and (max-width:1000px) {
	.fb-page {
		width:100% !important;
	}
	.shop_img {
		float:none;
		padding-left: 0px;
	}
	.sns_area{
		float: none;
		width: 100%;/* 180416 add */
		font-size: 94%;
	}
	.sns_area .shop_instagram_top img.profile_icon {
		margin-right: 5px;
		margin-bottom: 5px;
	}
	.sns_area .shop_instagram_top .instagram_follow_btn {
		margin-left: auto;
		margin-right: auto;
		display: block;
		width:30%;
	}
  .shop_logo_area{
    margin-bottom: 30px;
  }
}

  #wrap img{
    width: auto;
    max-width: 100%;
  }

#mainImg {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    text-align: left;
    overflow: hidden;
    position: relative;
}

#mainImg img {
    top: 0;
    left: 0;
    position: absolute;
}



/* .viewer
------------------------- */
.viewer {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.viewer ul {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.viewer ul li {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}
.viewer ul li img {
    width: 100%;
}

/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 101;
}
.viewer .btnPrev {
    left: 10px;
    background: #ccc url(https://www.bread-espresso.jp/common/img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
    right: 10px;
    background: #ccc url(https://www.bread-espresso.jp/common/img/btnNext.jpg) no-repeat center center;
}


.inner_list li:before {
  content: "・";
  color:#CA1B1D;
}

.inner_list li:first-child{
  margin-top: 30px;
}



/* ---------------------
Shop page 直営店
--------------------- */

.shop_sub_img_area{
}
.shop_sub_area{
	clear: both;
	text-align: center;
	margin:0 auto 10px;
	margin-top: 70px;
	margin-bottom: 70px;
}

.shop_sub_area p.head{
	font-weight: bold;
	font-size: 26px;
	line-height: 40px;
	text-indent: -14px;
}
@media screen and (max-width:999px) {
	.shop_sub_area p.head {
	line-height: 20px;
	}
}

.shop_sub_area p.head2{
	font-size: 13.5px;
	line-height: 40px;
	text-indent: -14px;
}
@media screen and (max-width:999px) {
	.shop_sub_area p.head2 {
	line-height: 50px;
	}
}


.shop_sub_area p.sub{
	margin-bottom: 10px;
	font-size: 15px;
	line-height: 40px;
	text-indent: -14px;
}
@media screen and (max-width:999px) {
	.shop_sub_area p.sub {
	text-align: left;
	line-height: 30px;
	text-indent: 0px;
	}
}

.shop_sub_area p{
	margin-bottom: 0px;
	line-height: 30px;
}
.shop_sub_area .recruit_btn {
	display: inline-block;
    padding: 1em 2em;
    text-decoration: none;
	font-weight: bold;
	font-size: 120%;
    background: #CA1B1D;
    color: #FFF;
    border-bottom: solid 4px #a11416;
    border-radius: 3px;
	margin-bottom: 10px;
}
.shop_sub_area .recruit_btn:hover {
	opacity: 0.8;
}





/* ---------------------
recruit page
--------------------- */

.recruit_img_area{
	margin-bottom: 50px;
}
.recruit_info_area{
	clear: both;
	text-align: center;
	margin:0 auto 50px;
}

.recruit_info_area p.head{
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 26px;
	line-height: 40px;
	text-indent: -14px;
}
.recruit_info_area p.sub{
	margin-bottom: 50px;
	font-size: 15px;
	line-height: 40px;
	text-indent: -14px;
}
@media screen and (max-width:999px) {
	.recruit_info_area p.sub {
	text-align: left;
	line-height: 30px;
	text-indent: 0px;
	}
}

.recruit_info_area p{
	margin-bottom: 50px;
	line-height: 30px;
}
.recruit_info_area .recruit_btn {
	display: inline-block;

    padding: 1em 2em;
    text-decoration: none;
	font-weight: bold;
	font-size: 120%;
    background: #CA1B1D;
    color: #FFF;
    border-bottom: solid 4px #a11416;
    border-radius: 3px;
	margin-bottom: 50px;
}



.recruit_info_area .recruit_btn:hover {
	opacity: 0.8;
}

/* recruit_interview_area
------------------------- */
.recruit_interview_area {
	margin-top: 70px;
	margin-bottom: 130px;
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width:999px) {
	.recruit_interview_area {
		width: 100%;
		margin-bottom: 100px;
	}
}
.recruit_interview_area .recruit_interview_top {
	text-align: center!important;
	position: relative;
	border-top: solid 3px #333;
	border-bottom: solid 3px #333;
	background: #fff;
	line-height: 1.4;
	padding: 2.2em 0.5em;
	margin: 2em 0 0.5em;
}
.recruit_interview_area h3.recruit_interview_top:after {
	position: absolute;
	/*font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;*/
	content: 'INTERVIEW';
	background: #333;
	color: #fff;
	left: 0px;
	bottom: 100%;
	border-radius: 4px 4px 0 0;
	padding: 5px 7px 3px;
	font-size: 0.5em;
	line-height: 1;
	letter-spacing: 0.05em;
}
.recruit_interview_area .recruit_interview_lead {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

.recruit_interview_inner {
	text-align: left;
}
.recruit_interview_area h3 {
	margin-top: 80px;
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 26px;
	border-bottom: 1px solid #333;
	text-align: left;
}
.recruit_interview_area h4 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 20px;
	padding: 0 0.5em;
	background: transparent;
	border-left: solid 10px #f4ed41;
}
@media screen and (max-width: 740px) {
	.recruit_interview_area h3 {
		font-size: 22px;
	}
	.recruit_interview_area h4 {
		font-size: 19px;
	}
}
.recruit_interview_area .recruit_interview_inner p {
	margin-bottom: 1em;
	line-height: 30px;
}
.recruit_interview_area .recruit_interview_inner p.recruit_interview_indent{
	margin-left: 20px;
}
.recruit_img_box {
	width: 45%;
	float: right;
	text-align: center;
	margin-left: 30px;
	margin-bottom: 30px;
}
.recruit_img_box2 {
	width: 30%;
	float: right;
	text-align: center;
	margin-left: 30px;
	margin-bottom: 30px;
}
.recruit_img_box img {
	width: 100%;
	margin-bottom: 5px;
	margin-top: 10px;
}
.recruit_img_box div {
	font-size: 85%;
}
@media screen and (max-width: 740px) {
	.recruit_img_box {
		width: 80%;
		float: none;
		margin: 0 auto 30px;
	}
	.recruit_img_box img {
		margin-top: 0;
	}
}
@media screen and (max-width: 740px) {
	.recruit_img_box2 {
		width: 60%;
		float: none;
		margin: 0 auto 30px;
	}
	.recruit_img_box img2 {
		margin-top: 0;
	}
}

/* recruit_interview_thumb
------------------------- */
.recruit_interview_thumb {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 30px;
	margin-bottom: 55px;
}
@media screen and (max-width: 740px) {
	.recruit_interview_thumb {
		display: block;
	}
}

.recruit_interview_thumb_item {
	width: 30.375%;
	margin-right: 4.4375%;
}
@media screen and (max-width: 740px) {
	.recruit_interview_thumb_item {
		width: 80%;
		margin: 10% auto 0;
	}
}
@media screen and (min-width: 741px) {
	.recruit_interview_thumb_item:nth-of-type(n+4) {
		margin-top: 4.4375%;
	}
	.recruit_interview_thumb_item:nth-of-type(3n) {
		margin-right: 0;
	}
}

.recruit_interview_thumb_trigger {
	position: relative;
	display: block;
	outline: none;
}
.recruit_interview_thumb_trigger:hover {
	opacity: .8;
}

.recruit_interview_thumb_img {
	margin-bottom: 10px;
}

.recruit_interview_thumb_img img {
	width: 100%;
}

.recruit_interview_thumb_prof {
	padding-right: 16%;
	text-align: left;
}

.recruit_interview_thumb_shop {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .265em;
}

.recruit_interview_thumb_name {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .374em;
}

.recruit_interview_thumb_name_small {
	font-size: 10px;
	letter-spacing: .075em;
}

.recruit_interview_thumb_ico {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 15.8%;
	max-width: 38.5px;
}

.recruit_interview_thumb_ico img {
	vertical-align: bottom;
}

/* =======================================
    Common
======================================= */
.mgnl20 {margin-left: 20px;}

/* magnific popup (override)
------------------------- */
.mfp-close {
	top: auto;
	bottom: 20px;
	right: 50%;
	width: 58px;
	height: 58px;
	margin-right: -445px;
	opacity: 1;
}
@media screen and (max-width: 890px) {
	.mfp-close {
		right: 6px;
		margin-right: 0;
	}
}
@media screen and (max-width: 740px) {
	.mfp-close {
		bottom: 10px;
		width: 30px;
		height: 30px;
	}
}
.mfp-close:active {
	top: auto;
	bottom: 20px;
}
@media screen and (max-width: 750px) {
	.mfp-close:active {
		bottom: 10px;
	}
}
.mfp-close:hover {
	opacity: .8;
}

.mfp-close img {
	max-width: 100%;
	vertical-align: top;
}

.mfp-inline-popup {
	position: relative;
	max-width: 890px;
	height: calc(100vh - 180px);
	padding-top: 35px;
	border-radius: 15px;
	background-color: #fff;
	margin: 0 auto;
	overflow-y: scroll;
}
@media screen and (max-width: 740px) {
	.mfp-inline-popup {
		height: calc(100vh - 90px);
		padding-top: 18px;
		border-radius: 8px;
	}
}

.mfp-inline-popup img {
	max-width: 100%;
}

.mfp-inline-popup .recruit_interview_area {
	width: 89.8876404494382%;
	margin-top: 0;
}
@media screen and (max-width: 999px) {
	.mfp-inline-popup .recruit_interview_area {
		width: 90%;
	}
}
@media screen and (max-width: 740px) {
	.mfp-inline-popup .recruit_interview_area {
		margin-bottom: 50px;
	}
}

.mfp-inline-popup .recruit_interview_area h3 {
	margin-top: 24px;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;

  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;

  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

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

/* 追加調整 */
.wrapper_box img {
    height: revert-layer;
}

.header_navi img {
    vertical-align: middle;
}

.sf__menus img {
    vertical-align: middle;
}

.subpage a, .wrapper_box a {
    color: #303030;
    text-decoration: none;
}

/* 記事デザインここから */

/* テーブルデザイン */
.post_content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-bottom: 2em;
}
.post_content table th:first-child,
.post_content table td:first-child {
    min-width: 120px;
}
.post_content table th {
  background-color: #585858;
  color: #fff;
  font-weight: bold;
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
}
.post_content table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  vertical-align: top;
  color: #333;
}

/* テーブルスクロール */
.table-scroll {
  width: 100%;
  overflow-x: auto;
  margin: 2em 0;
  -webkit-overflow-scrolling: touch;
/*   background: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0)) 0 0, linear-gradient(to right, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0)) 0 0, linear-gradient(to left, #fff 30%, rgba(255, 255, 255, 0)) 100% 0, linear-gradient(to left, rgba(0, 0, 0, 0.15), rgba(255, 255, 255, 0)) 100% 0; */
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 40px 100%, 15px 100%, 40px 100%, 15px 100%;
  background-attachment: local, scroll, local, scroll;
}
.table-scroll table th,
.table-scroll table td {
  white-space: nowrap;
}
.table-scroll table td:first-child {
    background-color: #f7f7f7;
}
.table-scroll::before {
    display: none;
    content: "> 横スクロールできます";
}
@keyframes scroll-anim {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-5px); }
}
@media (max-width: 768px) {
    .table-scroll::before {
        display: block;
        font-size: 0.8em;
        color: #666;
        text-align: right;
        padding-bottom: 5px;
        background-color: #fff;
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        width: 100%;
        padding-right: 2px;
        box-sizing: border-box;
        animation: scroll-anim 1.5s infinite ease-in-out;
        z-index: 1;
    }
}

/* 強調デザイン */
.post_content strong {
    background: repeating-linear-gradient(-45deg, #fff, #e6002d 2px, transparent 0px, transparent 4px) 
                no-repeat 
                0 0.9em / 100% 0.6em;
    
    padding-bottom: 0.2em;
}

/* 案2改：Arrow Slide 反転ver (PC幅70% / SP幅100%) - Noto Serif JPフォント前提 */
.cta-b {
  text-align: center;
}
.cta-b a {
  font-family: "Noto Serif JP", serif;
  color: #fff; /* 文字色を白に */
  border: 1px solid #e6002d;
  background-color: #e6002d; /* 背景色を赤に */
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.1em;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 24px 50px 24px 30px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}
.cta-b a::after {
  content: '→';
  font-family: sans-serif;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.cta-b a:hover {
  background-color: #fff; /* ホバーで背景を白に */
  color: #e6002d; /* ホバーで文字を赤に */
  padding-right: 60px;
}
.cta-b a:hover::after {
  transform: translate(5px, -50%);
}
@media (min-width: 768px) {
  .cta-b a {
    width: 70%;
  }
}