nav[role=breadcrumb] {
  width: 100%;
  background-color: #805435;
}
nav[role=breadcrumb] ol {
  width: 96em;
  margin: 0 auto;
}
nav[role=breadcrumb] ol li,
nav[role=breadcrumb] ol li a {
  color: #FFF !important;
}
#contents {
  width: 100%;
}
#contents::before {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/theobroma_back_pc.jpg) no-repeat center top;
  background-size: cover;
}
.device-sp #contents::before {
  background: url(../images/theobroma_back_sp.jpg) no-repeat center top;
  background-size: cover;
}
.btn-toggle::before, .btn-toggle::after {
  background-color: #000;
}
#contents {
  padding: 0;
}
.article {
  margin: 0 auto;
  color: #000;
/*  background-color: rgba(255, 255, 255, 0.9);*/
}
a.hover-style {
  color: #774827;
  text-decoration: underline;
}
/*.article a {
  color: #754727;
  text-decoration: underline;
}*/
.article-header {
  margin: 0 auto;
/*  background-color: rgba(255, 255, 255, 0.9);*/
}
.article-title {
  margin: 32px auto;
  background-image: url(../images/main_title_sp.jpg);
/*  background-color: rgba(255, 255, 255, 0.9);*/
}
.article-lead {
  margin: 0 auto;
  border-top: 1px solid #000;
/*  background-color: rgba(255, 255, 255, 0.9);*/
}
.device-sp .article-lead {
  border-top: none;
  padding-bottom: 20px;
}
.article-lead__text {
  letter-spacing: 0em;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}
.device-sp .article-lead__text {
  padding: 2em 16px;
}
.ua-desktop-windows .article-lead__text {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.device-pc .article-lead__text {
  margin: 0 auto 40px !important;
}
.device-pc .article-lead__text p {
  width: 100%;
  font-size: 180%;
  font-family: roboto, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8em;
  letter-spacing:0;
}
.article-content {
  padding: 0 16px 16px;
  border-bottom: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.9);
}
.article-content a {
  color: #ff475f;
}
.profile-content__text a {
  color: #754727;
  text-decoration: underline;
}
.article-content__title {
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  position: relative;
  margin: 0 -16px;
  padding: 24px 0;
  border-bottom: 1px solid #000;
  width: calc(100% + 32px);
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
}
.ua-desktop-windows .article-content__title {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.article-content__title em {
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-right: 0.5em;
  padding: 8px;
  transform: translateY(-50%);
  color: #fff;
  background: #000;
  width: 28.125%;
  max-width: 160px;
  height: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.article-content__title span {
  line-height: 1.25;
  padding-left: 31.25%;
  display: inline-block;
}
.article-content__text .lead .photo {
  border: 1px solid #000;
  margin: 24px -16px;
}
.article-content__text .lead .photo img {
  vertical-align: middle;
}
.article-content__text .lead p {
  font-size: 160%;
  margin-bottom: 1.75em;
}
.article-content__text .step::before, .article-content__text .step::after {
  content: "";
  display: block;
  margin: 24px -16px;
}
.article-content__text .step::before {
  border-top: 1px solid #000;
}
.article-content__text .step::after {
  border-bottom: 1px solid #000;
}
.article-content__text .step .photo {
  border: 1px solid #000;
  margin: 24px -16px;
}
.article-content__text .step .photo img {
  vertical-align: middle;
}
.article-content__text .step p {
  font-size: 150%;
  margin-bottom: 1.75em;
}
.article-content__text .manga {
  margin-top:4em;
  border:solid 3px #ffa6b2;
}
.article-content__text .manga p{
  width: 85%;
  margin: 0 auto;
  padding: 40px 30px 30px;
  font-size: 160%;
  color:#501900;
}
.device-sp .article-content__text .manga{
  margin: 4em 1em 0;
}
.device-sp .article-content__text .manga p{
  width: 100%;
}
.article-content__text .manga .picture{
  width:90%;
  padding:0;
  margin: 1em auto;
}
.device-sp .article-content__text .manga .picture{
  width: 100%;
}
.article-content__text .manga .c{
  margin: 0 auto 2em;
  padding: 0;
  font-size: 120%;
}
.device-sp .article-content__text .manga .c{
  padding: 0 0 0 15px;

}
.article-date {
  margin: 32px auto;
  padding: 8px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.5);
}
.device-sp .article-date {
  margin: 0 auto;
}
.accordion-content.profile-content,
.border-tp.toplink,
.article-footer {
  background-color: rgba(255, 255, 255, 0.8);
}

/*縲繝ｪ繝ｳ繧ｯ縲�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ�ｿ*/
@media screen and (min-width: 600px) {
.article-content__title span {
  font-size: 95%;
  padding-left: 185px;
  letter-spacing:0;
}
.device-pc .main-ttl {
  text-align: center;
  padding: 3em 0 0;
}}
.device-pc .article {
  width: 962px;
  border-right: 1px solid #301E16;
  border-left: 1px solid #301E16;
  border-radius: 20px 20px 0 0;
  -webkit-border-radius: 20px 20px 0 0;
}
.device-pc .article-header {
  margin: 0 auto;
}
.device-pc .article-title {
  background-image: url(../images/main_pc.png);
  margin: 0 auto;
  padding-top: 56.25%;
  background-size: cover;
  padding-bottom: 35em;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.article-title {
  background-image: url(../images/main_pc.png);
  background-size: contain;
  padding-bottom: 35em;
  margin: 0 auto -16em;
}
.article-header {
  max-width: 100%;
}
.column .inner .img {
  width: 50%!important;
}
}
@media only screen and (min-device-width: 639px) and (max-device-width: 740px) {
  .device-sp .article-lead__text {
    padding: 20em 16px 5em;
  }
}
.device-sp .article-title {
  background-image: url(../images/title_h2_sp.jpg);
  background-size: cover;
/*  padding-bottom: 35em;*/
  margin: 0 auto -16em;
  overflow: hidden;
    height: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 90%;
    padding-bottom: 58%;
    text-indent: -9999px;
}
.device-pc .article-lead {
  margin: 0 auto;
  padding: 40px 0 !important;
}
.article-lead {
  background-color: rgba(255, 255, 255, 0.9);
}

.yodo-box {
  width: 84%;
  margin: auto;
  border-bottom: 1px solid #774827;
  border-top: 1px solid #774827;
  padding: .5em 0;
}
.device-sp .yodo-box {
  width: 100%;
  margin: 0 auto;
}
.yodo-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2.8em 0;
  border-bottom: 4px solid #774827;
  border-top: 4px solid #774827;
}
.yodo-img {
    width: 430px;
}
.yodo-img img {
  width: 100%;
}
.device-sp .yodo-img img {
  width: 90%;
  margin: auto;
}
.yodo-description {
  display: table;
  height: 310px;
  margin-left: 3em;
  text-align: left;
}
.device-sp .yodo-description {
  height: auto;
  margin-left: 0;
}
.device-pc .description-txt {
  display: table-cell;
  vertical-align: middle;
  padding-top: 0;
}
.yodo-description .product,
.yodo-description .price {
  font-size: 15px;
  display: block;
  font-weight: bold;
}
.yodo-description .name,
.yodo-description .type {
  font-size: 21px;
  display: block;
  font-weight: bold;
}

.contents_back.bgcolor-br {
  width: 100%;
  background-color: rgba(128,84,53,0.94);
}
.contents_back h2 {
  color: #FFF;
  text-align: center;
}
.device-sp .contents_back h2 {
  font-size: 160%;
  letter-spacing: 1.8px;
  color: #FFF;
  text-align: center;
  padding: 20px 0;
}
.device-pc .contents_back h2 {
  font-size: 180%;
  font-weight: bold;
  letter-spacing: 1.8px;
  color: #FFF;
  text-align: center;
  padding: 20px 0;
}
.device-pc .banner-img {
  width: 480px;
  margin: auto;
  padding: 4.5em 0 3.5em;
}
.banner-img a {
  display: block;
}
.banner-img a img:hover {
  opacity: .5;
  transition: .5s;
}
.device-sp .banner-img {
  width: 90%;
  padding: 4.5em 0 2em;
  text-align: center;
/*  background-color: rgba(128,84,53,0.94);*/
  margin: auto;
}
.yodo-box .yodo-description p .buy a {
  line-height: 3em;
  font-size: 14px;
  color: #fff;
  padding: 8px;
  border-radius: 10px;
  text-decoration-line: none;
  background-color: #805435;
}

.device-pc .article-content {
  padding: 0;
}
.device-pc .article-content__title {
  margin: 0;
  font-size: 300%;
  width: 100%;
}
.device-pc .article-content__text {
  margin: 40px auto;
}
.device-pc .article-content__text .lead .photo {
  border: 1px solid #000;
  margin: 40px -41px;
}
.device-pc .article-content__text .lead .photo img {
  vertical-align: middle;
}
.device-pc .article-content__text .lead .continue {
  text-align: center;
  color: #000;
}
.device-pc .article-content__text .lead .continue p {
  font-size: 160%;
  display: inline-block;
  text-align: left;
}
.device-pc .article-content__text .step::before,
.device-pc .article-content__text .step::after {
  content: "";
  display: block;
  margin: 40px -41px;
}
.device-pc .article-content__text .step::before {
  border-top: 1px solid #000;
}
.device-pc .article-content__text .step::after {
  border-bottom: 1px solid #000;
}
.device-pc .article-content__text .step .photo {
  margin: 40px -41px;
}
.device-pc .article-content__text .step .photo img {
  vertical-align: middle;
}
.device-pc .article-content__text .step p {
  font-size: 160%;
}
.device-pc .article-date {
  margin-bottom: 0;
  padding: 16px 0;
/*  border-bottom: 0 none transparent;*/
}
.device-pc .article-date p {
  font-size: 140%;
  color: #301E16;
}
.device-pc .article-footer {
  padding-bottom: 0.1px;
}
/*.device-pc body[data-article="1"] .article-date {
  margin-top: 8px;
  border-bottom: 1px solid #000;
}*/

.conv .talker0 {
  letter-spacing: -0.25em;
}
.conv .talker1 {
  letter-spacing: 0em;
  font-size: 160%;
  padding: 2em 3em 0 0;
}
.device-sp .conv .talker1 {
  padding-bottom: .2em;
}
.device-sp .conv .talker1 {
  font-size: 160%;
}
.conv dt {
  width: 120px;
  padding: 2em 3em 0 0;
}
.device-sp .conv dt {
  width: 150px;
}
.conv .continue {
  text-align: center;
  color: #000;
  padding-top: 2em;
  margin: 2em -16px 0;
}
.conv .continue p {
  font-size: 160%;
  display: inline-block;
  text-align: left;
}
.conv .photo {
/*  border: 1px solid #000;*/
  margin: 24px -16px;
}
.conv .photo + dl dt {
  padding-top: 0;
}
.device-pc .conv .continue {
  margin: 0 auto 20px;
  padding-top: 30px;
}
.device-pc .conv .photo {
/*  border: 1px solid #000;*/
  margin: 40px -41px;
}
.device-pc .conv .photo + dl dd {
  padding-top: 0;
}
.profile {
  max-width: 100%;
  margin: 0;
  padding: 0 16px;
  border-bottom: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.5);
}
.device-sp .profile {
  padding: 0;
}

.profile-header__title {
  padding-right: 2em;
}
.profile-header__title span {
  display: inline-block;
}
.profile-content__inner {
  border-top: 1px solid #000;
}
.device-sp .profile-content__inner {
/*  background-color: rgba(255, 255, 255, 0.8);*/
  padding: 16px;
}
.profile-content__title {
  line-height: 1.5;
  margin-bottom: 1em;
}
.profile-content__title span, .profile-content__title small {
  display: inline-block;
}
.profile-content__text {
  margin: 1em auto;
}
.profile-content__text p {
  margin: 1em auto;
}
.device-pc .profile {
  margin: 0 auto;
  padding: 0;
}
.device-pc .profile-header__title {
  text-align: right;
  padding-right: 40px;
/*  background-color: rgba(255, 255, 255, 0.5);*/
}
.device-pc .profile-content {
  padding: 0 40px;
/*  background-color: rgba(255, 255, 255, 0.5);*/
}
.device-pc .profile-content__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0;
}
.device-pc .profile-content__title {
  width: 100%;
}
.device-pc .profile-content__photo {
  width: 47.7272727273%;
}
.device-pc .profile-content__text {
  width: 47.7272727273%;
  margin: 0;
}
.device-pc .profile-content__text p:first-child {
  margin-top: 0;
}
.device-pc .profile-content__text p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
.profile {
  margin: 0 auto;
  padding: 0;
}
.profile-header__title {
  text-align: right;
  padding-right: 40px;
}
.profile-content {
  padding: 0 40px;
}
.profile-content__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0;
}
.profile-content__title {
  width: 100%;
}
.profile-content__photo {
  width: 47.7272727273%;
}
.profile-content__text {
  width: 47.7272727273%;
  margin: 0;
}
.profile-content__text p:first-child {
  margin-top: 0;
}
.profile-content__text p:last-child {
  margin-bottom: 0;
}}

.toc {
  max-width: 100%;
  margin: 0 auto 0;
}
.toc-header {
  padding: 0 16px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.5);
}
.toc-header__title {
  max-width: 100%;
  padding-right: 2em;
}
.toc-content {
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}
.toc-item {
  border-bottom:1px solid #301E16;
}
.toc-item:first-child {
  border-top: 0 none transparent;
  border-bottom: 1px solid #301E16;
}
.toc-item > a::after {
  color: #000;
}
.toc-item.current > a {
  color: rgba(0, 0, 0, 0.75);
}
.toc-item > a, .toc-item > span {
  font-family: "roboto", sans-serif;
  padding: 0;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  font-weight: normal;
  color:#000;
}
.ua-desktop-windows .toc-item > a, .ua-desktop-windows .toc-item > span {
  -ms-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
}
.toc-item > a > span, .toc-item > span > span {
  display: inline-block;
  vertical-align: middle;
}
.toc-item__vol {
  font-size: 140%;
  width: calc(3em + 32px);
  margin-right: 8px;
  margin-bottom: -1px;
  padding: 16px;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #fff;
  background-color: #000;
}
.toc-item:last-child .toc-item__vol {
  border-bottom-color: transparent;
}
.device-pc .toc-item.off .toc-item__vol {
  color: gray;
  padding: 18px 0 17px;
}
.device-sp .toc-item.off .toc-item__vol {
  color: gray;
  padding: 28px 0 17px;
}
.toc-item__title {
  font-size: 160%;
}
.toc-item.off .toc-item__title {
  color: rgba(0, 0, 0, 0.2);
}
.toc-item__date {
  font-size: 120%;
}
.toc-item.off .toc-item__date {
  color: rgba(0, 0, 0, 0.2);
}
.toc .accordion-content__inner {
  padding: 0;
}
.device-pc .toc-header__title::before, .device-pc .toc-header__title::after {
  right: auto;
  left: 80px;
}
.device-pc .toc-item > a, .device-pc .toc-item > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.device-pc .toc-item > a > span:last-child, .device-pc .toc-item > span > span:last-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.device-pc .toc-item a::after {
  font-size: 240%;
  right: 4px;
}
.device-pc .products > ul.column-3 a {
  color:#000;
}
.device-pc .toc-item__vol {
  font-size: 160%;
  margin-right: 1em;
}
.device-pc .toc-item__title {
  font-size: 200%;
  margin-right: 1em;
}
.device-pc .toc-item__date {
  font-size: 140%;
}
.article-navi {
  background-color: rgba(255, 255, 255, 0.5);;
  max-width: 100%;
}
.device-sp .article-navi {
/*  border: solid 1px;*/
  border-left: none;
  border-right: none;
  margin: 40px auto 0;
}
.device-sp .article-navi.bottom {
  border-top: 1px solid #301E16;
  border-bottom: 1px solid #301E16;
}
.article-navi.auto.all-off {
  display: none;
}
.article-navi.top-navi {
  margin: 0 auto;
  padding: 16px;
  border-bottom: 1px solid #000;
}
.article-navi ul li span::before, .article-navi ul li a::before {
  color: #000;
}
.device-pc .article-navi:not(.top-navi) {
  margin: 0 auto;
  border-top: 1px solid #301E16;
  border-bottom: 1px solid #301E16;
}
.device-pc .article-navi:not(.top-navi) ul li {
  padding: 12px 5px;
}
.device-pc .article-navi:not(.top-navi) ul li:last-child {
  margin: 0;
  border-top: 1px solid #000;
}
.device-pc .article-navi:not(.top-navi) ul li span, .device-pc .article-navi:not(.top-navi) ul li a {
  position: relative;
}
.device-pc .article-navi:not(.top-navi) ul li span.mdi-arrow-right, .device-pc .article-navi:not(.top-navi) ul li a.mdi-arrow-right {
  padding-right: 35px;
}
.device-pc .article-navi:not(.top-navi) ul li span.mdi-arrow-up, .device-pc .article-navi:not(.top-navi) ul li a.mdi-arrow-up {
  padding-left: 35px;
}
.device-pc .article-navi:not(.top-navi) ul li span.mdi-arrow-left, .device-pc .article-navi:not(.top-navi) ul li a.mdi-arrow-left {
  padding-left: 35px;
}
.device-pc .article-navi.top-navi {
  margin: 0 auto;
  padding: 13px 6px;
}
.article-navi.top-navi {
  background-color: rgba(255, 255, 255, 0.5);
}
.article-navi.top-navi ul li a {
  text-decoration: none;
}
.device-pc .article-navi.top-navi ul li span.mdi-arrow-right, .device-pc .article-navi.top-navi ul li a.mdi-arrow-right {
  padding-right: 34px;
}
.device-pc .article-navi.top-navi ul li span.mdi-arrow-left, .device-pc .article-navi.top-navi ul li a.mdi-arrow-left {
  padding-left: 34px;
}
.device-pc .products {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0px auto;
  padding: 40px 0;
}
.device-sp .article-footer{
  padding-top: 10px;
}
.article-share {
  margin: 32px auto;
  padding: 0 16px;
}
.article-share ul {
  border-color: #000;
  background-color: rgba(255, 255, 255, 0.5);
}
.article-share ul::before {
  color: #000;
}
.device-pc .article-share ul {
  border-color: transparent;
  background-color: transparent;
}
/*.device-sp .article-footer ul li:last-of-type{
  border-top: solid 1px;
}*/

/*追加箇所*/
@media screen and (min-width: 600px) {
.pc {
  display: block;
}
.device-pc .box_responsive {
  position: relative;
  width: 50%;
  height: auto;
}
.device-sp .box_responsive,
.device-sp .main-ttl {
  display: none;
}
.device-pc .ratio-1_1:before {
  content: "";
  display: block;
}
.device-pc .inner_responsive {
  max-width: 50px;
  top: 100px;
  position: absolute;
  top: 65px;
  right: -530px;
  width: 100%;
  height: 100%;
}}
@media screen and (max-width: 599px) {
.pc {
  display: none;
}}

/*#magazine-items,
.magazine-items {
  width: 720px !important;
  margin: auto !important;
}
.device-sp .magazine-items {
  width: 720px !important;
  margin: auto !important;
}*/
.announcement01 {
  background-color: rgba(128,84,53,0.94);
  padding: 5em 0;
}
.announcement01 .yodo-box,
.announcement01 .yodo-inner {
  border-bottom: none;
  border-top: none;
  padding: 0;
}
.announcement01 .description-txt {
  color: #FFF;
}
.device-sp .products {
  background-color: rgba(255, 255, 255, 0.8);
  margin: 0 !important;
}
.contents_back.announcement02 a {
  display: block;
}
.contents_back.announcement02 a:hover {
  opacity: .5;
  transition: .5s;
}
.contents_back.announcement02 h2 {
  color: #301E16;
}
.column {
  padding: 70px 0;
  background-color: rgba(128,84,53,0.9);
}
.device-sp .column {
  padding: 10px 0;
}
.device-pc .column .inner {
  width: 458px;
  margin: auto;
}
.device-sp .column .inner {
  width: 100%;
  margin: 20px auto;
}

.device-pc .column .inner .img {
  width: 285px;
  margin: 0 0 45px;
}
.device-sp .column .inner .img {
  width: 80%;
  margin: 20px auto;
}
.column .inner .img img {
  width: 100%;
}
.device-pc .column .inner .txt,
.device-pc .column .inner .list,
.device-pc .column .inner .address {
  font-size: 160%;
  line-height: 2;
  letter-spacing: 1.6px;
  color: #FFF;
  margin-bottom: 50px;
}
.device-sp .column .inner .txt,
.device-sp .column .inner .list,
.device-sp .column .inner .address {
  padding: 0 16px;
  font-size: 160%;
  line-height: 2;
  letter-spacing: 1.6px;
  color: #FFF;
  margin-bottom: 30px;
}

.column p {
  font-size: 17px;
  line-height: 1.9em;
  letter-spacing: .07em;
}
.column .address a {
  color: #FFEA00;
  text-decoration: underline;
}
#dayfree-banners {
  padding: 30px 0;
}
.contents_back.announcement02 {
  width: 100%
  border-top: 1px solid #301E16;
  border-bottom: 1px solid #301E16;
  text-align: center;
}
.article-share ul::before {
  color: #301E16 !important;
}
#footer-history {
  border-top: none !important;
}


/*lineup*/
#magazine-items {
  width: 75%;
  margin: auto;
}
.article-navi ul li span::before,
.article-navi ul li a::before {
  color: #000;
}
.navi-item a {
  color: #000;
}
.conv dt.talker1 {
  color: #774827 !important;
}
.article-navi:not(.top-navi) ul li a.mdi-arrow-up,
.device-pc .article-navi:not(.top-navi) ul li a.mdi-arrow-right {
  text-decoration: none;
}
.article-share a {
  text-decoration: none;
}
.device-sp #contents a {
  text-decoration: none!important;
}
.magazine-share {
  width: 20em;
  padding: 2em 0 3.5em;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.device-pc .magazine-share {
  margin: 0 auto 3.5em;
}
.device-sp .magazine-share {
  margin: 0 auto;
}
.magazine-share:before {
  font-size: 12px;
  font-weight: 700;
  line-height: 2.33;
  display: block;
  width: 100%;
  margin-bottom: 1.25em;
  content: 'Share';
  text-align: center;
  color: #666;
}
.magazine-share li a img {
  display: block;
  width: 100%;
}
.device-pc .magazine-share li a.btn-permeate {
  display: block;
  width: 3em;
  height: 3em;
  cursor: pointer;
}
.device-sp .magazine-share li a.btn-permeate {
  display: block;
  width: 4em;
  height: 4em;
  cursor: pointer;
}

/*# sourceMappingURL=main.css.map */