@charset "UTF-8";

/*------------------ロゴ_テキスト------------------*/
#top_logo_text + .contents_box01 .content_wrapper .heading p {
    position: relative;
    width: 100px;
    height: 100px;
    background: #000;
    padding-bottom: 0;
}
#top_logo_text + .contents_box01 .content_wrapper .heading p:before {
    display: none;
}
#top_logo_text + .contents_box01 .content_wrapper .heading p:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 15px;
    width: 70px;
    height: 90px;
    background-image: url(/common/upload_data/amaboshi-kiwamicom/image/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    filter: drop-shadow(1px 1px 2px #333333);
}
#top_logo_text + .contents_box01 .content_wrapper .inner_item_txt p {
    font-size: 2.4rem;
    letter-spacing: 0.2em;
    font-weight: 600;
}
#top_logo_text + .contents_box01 .content_wrapper .heading .h {
    flex-direction: row-reverse;
    margin: 0 auto;
    writing-mode: vertical-rl;
}


/*------------------天星のテキストをロゴ------------------*/
#seo1 + .contents_box01 .content_wrapper .heading p {
    position: relative;
    width: 70px;
    height: 90px;
}
#seo1 + .contents_box01 .content_wrapper .heading p:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 90px;
    background-image: url(/common/upload_data/amaboshi-kiwamicom/image/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/*-----------------強み------------------*/
#con1 + .contents_box01 .inner_item_txt {
    text-shadow: 0px 0px 2px #eaeaea;
}
#con1 + .contents_box01 .inner_item_txt:before {
    content: "";
    position: absolute;
    top: 5%;
    right: 5vw;
    width: 35vw;
    height: 90%;
    background-image: url(/common/upload_data/amaboshi-kiwamicom/image/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.8;
}
#con1 + .contents_box01 .inner_item_txt .contents_btn01 {
    text-shadow: initial;
}

#con1 + .contents_box01 .inner_item_txt .text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
@media screen and (max-width: 900px){
#con1 + .contents_box01 .inner_item_txt {
    position: relative;
}
#con1 + .contents_box01 .inner_item_txt:before {
    top: 0;
    right: initial;
    left: 5vw;
    width: 30vw;
    height: min(30vw,150px);
}
}

/*-----------------商品紹介------------------*/
#con2 + .contents_box01 .inner_item_txt {
    text-shadow: 0px 0px 2px #eaeaea;
}
#con2 + .contents_box01 .inner_item_txt:before {
    content: "";
    position: absolute;
    top: 5%;
    left: 5vw;
    width: 35vw;
    height: 90%;
    background-image: url(/common/upload_data/amaboshi-kiwamicom/image/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.8;
}
#con2 + .contents_box01 .inner_item_txt .contents_btn01 {
    text-shadow: initial;
}
@media screen and (max-width: 900px){
#con2 + .contents_box01 .inner_item_txt {
    position: relative;
}
#con2 + .contents_box01 .inner_item_txt:before {
    top: 0;
    width: 30vw;
    height: min(30vw,150px);
}
}

/*-----------------アクセス------------------*/
#access + .widget_shop01 .wrapper_item {
    text-shadow: 0px 0px 2px #eaeaea;
    position: relative;
}
#access + .widget_shop01 .wrapper_item:before {
    content: "";
    position: absolute;
    top: 5%;
    right: 5vw;
    width: min(30vw,230px);
    height: 90%;
    background-image: url(/common/upload_data/amaboshi-kiwamicom/image/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.5;
    filter: drop-shadow(1px 1px 3px #33333380);
}
@media screen and (max-width: 900px){
#access + .widget_shop01:before {
    content: "";
    position: absolute;
    top: 60px;
    left: 5vw;
    width: 30vw;
    height: min(30vw,150px);
    background-image: url(/common/upload_data/amaboshi-kiwamicom/image/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 0.8;
    filter: drop-shadow(1px 1px 3px #33333380);
}
#access + .widget_shop01 .wrapper_item:before {
    display: none;
}
}

/*-----------------スタッフ,よくある質問------------------*/
#c2 + .composite_box01 .inner_item {
    flex-direction: row-reverse;
}
#c2 + .composite_box01 .inner_item:nth-of-type(2) {
    margin-top: 100px;
}
#c2 + .composite_box01 .inner_item>a {
    background-color: transparent;
    width: 40%;
}
#c2 + .composite_box01 .inner_item>a img {
    aspect-ratio: 8 / 16;
    height: auto!important;
}
#c2 + .composite_box01 .inner_item .inner_item_txt {
    margin-top: 50px;
    padding-right: 20px;
    width: 60%;
}
@media screen and (max-width: 800px){
#c2 + .composite_box01 .wrapper_item {
    display: block;
}
#c2 + .composite_box01 .inner_item {
    display: block;
    width: 100%!important;
}
#c2 + .composite_box01 .inner_item:nth-of-type(2) {
    margin-top: 10px;
    margin-left: 0!important;
}
#c2 + .composite_box01 .inner_item>a {
    width: 100%;
}
#c2 + .composite_box01 .inner_item>a img {
    aspect-ratio: 16 / 10;
}
#c2 + .composite_box01 .inner_item .inner_item_txt {
    margin-top: 10px;
    padding-right: 0;
    width: 100%;
}
}

/*------------------縦書き------------------*/
a[id^="con"]+section .inner_item_txt,
#c2 + .composite_box01 .inner_item .inner_item_txt,
#access+.widget_shop01 .heading.block_header_1,
#access+.widget_shop01 .content_wrapper>.add_text,
#access+.widget_shop01 .content_wrapper>.wrapper_item{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

/*ボタン*/
a[id^="con"]+section .contents_btn01 .content_wrapper a{
    min-width: auto;
    min-height: 150px;
}

a[id^="con"]+section .contents_btn01>.content_wrapper {
    margin-right: 6rem;
    text-align: center;
}

a[id^="con"]+section .contents_btn01 a:hover span{
    transform: translate(0 , -10px);
}

a[id^="con"]+section .contents_btn01 a:before{
    top: auto;
    bottom: -20px;
    right: 10px;
}

a[id^="con"]+section .contents_btn01 a:hover:before{
    bottom: 20px;
}

/*強み,商品紹介,製造の流れ*/
a[id^="con"]+section .inner_item_txt{
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

a[id^="con"]+section .inner_item_txt .heading>p{
    margin: 0 0 0 2rem;
}

a[id^="con"]+section .inner_item_txt{
    padding-top: 30px!important;
    padding-bottom: 30px!important;
}
@media screen and (max-width: 900px){
a[id^="con"]+section {
    padding-bottom: 20px;
}
a[id^="con"] + .contents_box01 .inner_item_txt {
    margin: 0 auto!important;
    flex-wrap: wrap;
}
a[id^="con"] + .contents_box01 .inner_item_txt>p{
    max-height: 330px;
}
a[id^="con"] + .contents_box01 .inner_item_txt:before {
    left: 0!important;
}
a[id^="con"]+section .contents_btn01>.content_wrapper {
    margin-right: 5rem;
}

a[id^="con"]+section .contents_btn01>.content_wrapper {
    text-align: right;
}
}
@media screen and (max-width: 400px){
a[id^="con"] + .contents_box01 .inner_item_txt {
    height: auto;
    width: 100%;
}
a[id^="con"] + .contents_box01 .inner_item_txt>p{
    max-height: 55vh;
}
a[id^="con"]+section .contents_btn01>.content_wrapper {
    margin-right: 2rem;
}
a[id^="con"]+section {
    padding-top: 0;
    padding-bottom: 20px;
}
}

/*スタッフ・よくある質問*/
#c2 + .composite_box01 .inner_item .inner_item_txt {
    max-height: calc(100vh - 300px);
}
#c2 + .composite_box01 .inner_item .heading {
    width: fit-content;
    text-align: left;
    margin-left: 2rem;
}

@media screen and (max-width: 800px){
#c2 + .composite_box01 .inner_item .inner_item_txt {
    width: fit-content;
    margin: 3rem auto 1rem;
    max-height: 250px;
}
}
@media screen and (max-width: 500px){
#c2 + .composite_box01 .inner_item .inner_item_txt {
    width: fit-content;
    margin: 3rem auto 1rem;
    max-height: calc(100vh - 300px);
}
}

/*-----アクセス-----*/
#access+.widget_shop01 .content_wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: center;
}
#access+.widget_shop01 .heading.block_header_,
#access+.widget_shop01 .content_wrapper>.add_text,
#access+.widget_shop01 .content_wrapper>.wrapper_item{
    height: calc(100% - 230px);
    max-height: 550px;
}
#access+.widget_shop01 .heading.block_header_1{
}
#access+.widget_shop01 .content_wrapper>.add_text{
    text-align: left;
    margin-right: 2rem;
    margin-top: 0;
}
#access+.widget_shop01 .content_wrapper>.wrapper_item{}

#access+.widget_shop01 dd {
    padding-left: 0;
}
/*見出し*/
#access+.widget_shop01 .heading.block_header_1.align-center,
#access+.widget_shop01 .heading.block_header_6.align-center {
    align-items: flex-start;
}
#access+.widget_shop01 .heading.block_header_1 p,
#access+.widget_shop01 .heading.block_header_6 .h {
    padding-left: 0;
    font-size: 3rem !important;
    color: var(--i_sub_color);
    letter-spacing: 0.2rem;
    border-bottom: none;
    padding-bottom: 0;
}
#access+.widget_shop01 .heading.block_header_1 p:before,
#access+.widget_shop01 .heading.block_header_6 .h:before {
    background: none;
}
/*表*/
#access+.widget_shop01 .wrapper_item {
    margin: 0 3rem;
}
#access+.widget_shop01 .heading.block_header_4 .h {
    padding: 0 2rem;
}
#access+.widget_shop01 dt {
    width: 80px;
    height: 90px;
    padding: 0 1rem;
}
#access+.widget_shop01 dl:nth-of-type(1){
    border-top: none;
    border-right: 1px solid var(--i_border_color);
}
#access+.widget_shop01 dl {
    border-bottom: none;
    border-left: 1px solid var(--i_border_color);
    height: 100%;
}
@media screen and (max-width: 800px){
#access+.widget_shop01 dt {
    width: fit-content;
}
#access+.widget_shop01 .content_wrapper>.add_text {
    margin-right: 1rem;
}
}

@media screen and (max-width: 700px){
 #access+.widget_shop01 .content_wrapper>.add_text{
    height: 30vh;
    min-height: 280px;
}
#access+.widget_shop01 .content_wrapper>.wrapper_item {
    height: 30vh;
    min-height: 370px;
    width: fit-content;
    margin-bottom: 2rem;
}

#access+.widget_shop01 dl {
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
}
#access+.widget_shop01 dt {
    border-bottom: none;
}
#access+.widget_shop01 dt {
    padding: 0;
}

#access+.widget_shop01 .heading.block_header_4 .h {
    padding: 0 0.5rem;
    padding-right: 0;
}
}

/*------------------余白なし------------------*/
@media screen and (max-width: 900px){
#con4 + section .content_wrapper {
    padding: 0;
}
#con4 + section .content_wrapper  .inner_item_txt{
    padding: 0 var(--i_padding, 20px);
}
}
@media screen and (max-width: 800px){
#c2 + div .content_wrapper {
    padding: 0;
}
#c2 + div .content_wrapper  .inner_item_txt{
    padding: 0 var(--i_padding, 20px);
}
}
/*---------追加-------------*/
#con1 + .contents_box01 .inner_item_txt > p {
    text-indent: -0.1em;
}
a[id^="con4"] + .contents_box01 .inner_item_txt>p:nth-child(2) {
    text-indent: -0.6em;
}
@media screen and (max-width: 800px) {
.composite_box01.block_images_1:not(.col2) .inner_item:nth-of-type(2n-1):nth-last-of-type(2) {
    margin-bottom: 10px !important;
}
}



/*-----------------強み(コピー元)------------------*/
#con1 + .contents_box01 .inner_item_txt:before {
    background-image: none;
}


/*-----------------強み(コピー1)------------------*/
#con1_copy1 + .contents_box01 .inner_item_txt {
    text-shadow: 0px 0px 2px #eaeaea;
}
#con1_copy1+section .inner_item_img::before {
    background: linear-gradient(90deg, rgba(64, 64, 63, 0) 0%, rgba(64, 64, 63, 0.5) 80%, rgba(64, 64, 63, 0.8) 90%, rgba(64, 64, 63, 1) 100%);
}

#con1_copy1 + .contents_box01 .inner_item_txt:before {
    content: "";
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 70px;
    height: 90px;
    background-image: url(/common/upload_data/amaboshi-kiwamicom/image/20240302152138.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 1;
}
#con1_copy1 + .contents_box01 .inner_item_txt .contents_btn01 {
    text-shadow: initial;
}

#con1_copy1 + .contents_box01 .inner_item_txt .text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
@media screen and (max-width: 900px){
#con1_copy1 + .contents_box01 .inner_item_txt {
    position: relative;
}
}

@media screen and (max-width: 400px){
#con1_copy1 + .contents_box01 .inner_item_txt:before {
    left: 15% !important;
    top: initial;
    bottom: 5%;
}
}


/*-----------------強み(コピー2)------------------*/
#con1_copy2 + .contents_box01.block_image_text_3.width_full:not([class*=' mw']) .inner_item_txt {
    justify-content: flex-end;
    margin-left: 5%;
}
#con1_copy2+section .inner_item_img::before {
    background: linear-gradient(90deg, rgba(64, 64, 63, 0) 0%, rgba(64, 64, 63, 0.5) 80%, rgba(64, 64, 63, 0.8) 90%, rgba(64, 64, 63, 1) 100%);
}
#con1_copy2 + .contents_box01 .inner_item_txt {
    text-shadow: 0px 0px 2px #eaeaea;
}
#con1_copy2 + .contents_box01 .inner_item_txt:before {
content: "";
    position: absolute;
    top: 5%;
    right: 5%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 70px;
    height: 90px;
    background-image: url(/common/upload_data/amaboshi-kiwamicom/image/20240302152138.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    opacity: 1;
}
#con1_copy2 + .contents_box01 .inner_item_txt .contents_btn01 {
    text-shadow: initial;
}

#con1_copy2 + .contents_box01 .inner_item_txt .text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}
@media screen and (max-width: 900px){
#con1_copy2 + .contents_box01 .inner_item_txt {
    position: relative;
}
#con1_copy2 + .contents_box01 .inner_item_txt:before {
    right: -60px;
    top: initial;
    bottom: 5%;
}
}

@media screen and (max-width: 400px){
#con1_copy2 + .contents_box01 .inner_item_txt:before {
    right: 0;
}
}

/*-----------------商品紹介(ロゴ修正)------------------*/
#con2 + .contents_box01 .inner_item_txt:before {
    content: "";
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 70px;
    height: 90px;
    background-image: url(/common/upload_data/amaboshi-kiwamicom/image/20240302152138.png);
    opacity: 1 !important;
}

@media screen and (max-width: 900px){
#con2 + .contents_box01 .inner_item_txt:before {
    right: -60px;
    bottom: 5%;
}
}
@media screen and (max-width: 480px){
#con2 + .contents_box01 .inner_item_txt:before {
    right: 0;
}
}

/*-----アクセス(追加修正)-----*/
#access + .widget_shop01 .wrapper_item:before {
    display: none;
}
#access+.widget_shop01 .heading.block_header_4 .h {
    display: none;
}
#access+.widget_shop01 .content_wrapper {
    flex-direction: row;
}
#access+div .h {
    text-align: justify;
} 

#access+.widget_shop01 .content_wrapper:before  {
    content: "";
    position: absolute;
    top:0;
    right:5%;
    width: 70px;
    height: 90px;
    background-image: url(/common/upload_data/amaboshi-kiwamicom/image/20240302152138.png);
    background-repeat: no-repeat;
    background-size: contain;
    filter: drop-shadow(1px 1px 2px #333333);
    opacity: 1;
}
@media screen and (max-width: 900px){
#access + .widget_shop01:before {
    display: none;
}
}

@media screen and (max-width: 620px){
#access+.widget_shop01 .content_wrapper:before {
    right: -15px;
    height: 60px;
}
}

#access+div .tel span{
  writing-mode: vertical-rl; 
  text-orientation: sideways; 
}

/*------------------強みパーツ（AUN4）------------------*/
#con1_copy1 + .contents_box01 .inner_item_txt,
#con1_copy2 + .contents_box01 .inner_item_txt {
    text-shadow: none;
}

#con1_copy1 + .contents_box01 .inner_item_img {
    position: relative;
}

#con1_copy1 + .contents_box01 .inner_item_txt:before {
    content: none;
}

#con1_copy1 + .contents_box01 .inner_item_img:after {
    content: "";
    position: absolute;
    bottom: 100px;
    right: 50px;
    width: 100px;
    height: 100px;
    background-image: url(/common/upload_data/amaboshi-kiwamicom/image/20240302152138.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 900px) {
#con1_copy1 + .contents_box01 .inner_item_img:after {
    content: "";
    position: absolute;
    bottom: 5%;
    right: 5%;
    transform: translate(-5%, -5%);
}
}

/*------------------強みパーツ（AUN5,6）------------------*/
#con1_copy2 + .contents_box01.block_image_text_3.width_full:not([class*=' mw']) .inner_item_txt {
    justify-content: flex-end;
    margin-left: 0;
}

#con1_copy2 + .contents_box01 .inner_item_txt:before {
    content: none;
}

#con1_copy2 + .contents_box01 .inner_item_txt .heading {
    position: relative;
}

#con1_copy2 + .contents_box01 .inner_item_txt .heading:before {
    content: "";
    position: absolute;
    top: 0;
    right: -120px;
    width: 100px;
    height: 100px;
    background-image: url(/common/upload_data/amaboshi-kiwamicom/image/20240302152138.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (min-width: 901px) and (max-width: 1000px) {
#con1_copy2 + .contents_box01 .inner_item_txt .heading:before {
    right: -100px;
}
}

@media screen and (max-width: 900px) {
#con1_copy2 + .contents_box01 .wrapper_item {
    position: relative;
}

#con1_copy2 + .contents_box01 .inner_item_txt .heading:before {
    content: none;
}

#con1_copy2 + .contents_box01 .wrapper_item:before {
    content: "";
    position: absolute;
    bottom: 5%;
    right: 5%;
    transform: translate(-5%, -5%);
    width: 100px;
    height: 100px;
    background-image: url(/common/upload_data/amaboshi-kiwamicom/image/20240302152138.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#con1_copy2 + .contents_box01.block_image_text_3.width_full:not([class*=' mw']) .inner_item_txt {
    justify-content: center;
}
}

/*------------------強みパーツ------------------*/
@media screen and (max-width: 480px) {
a[id^="con"] + .contents_box01 .inner_item_txt>p {
    max-height: 100vh;
}
}


/*------------------商品紹介パーツ（AUN8）------------------*/
#con2 + .contents_box01 .inner_item_txt:before {
    width: 100px;
    height: 100px;
}

@media screen and (max-width: 900px) {
#con2 + .contents_box01 .wrapper_item {
    position: relative;
}

#con2 + .contents_box01 .inner_item_txt:before {
    content: none;
}

#con2 + .contents_box01 .wrapper_item:before {
    content: "";
    position: absolute;
    bottom: 5%;
    right: 5%;
    transform: translate(-5%, -5%);
    width: 100px;
    height: 100px;
    background-image: url(/common/upload_data/amaboshi-kiwamicom/image/20240302152138.png);
    background-repeat: no-repeat;
    background-size: contain;
}
}

/*------------------アクセスパーツ（AUN11）------------------*/
#access+.widget_shop01 .content_wrapper:before {
    content: none;
}

#access+.widget_shop01 .wrapper_item {
    overflow: visible;
}

#access+.widget_shop01 .inner_item_txt {
    position: relative;
}

#access+.widget_shop01 .inner_item_txt:before {
    content: "";
    position: absolute;
    top: 0;
    right: -120px;
    width: 100px;
    height: 100px;
    background-image: url(/common/upload_data/amaboshi-kiwamicom/image/20240302152138.png);
    background-repeat: no-repeat;
    background-size: contain;
}

@media screen and (max-width: 900px) {
#access+.widget_shop01 .inner_item_txt:before {
    content: none;
}

#access+.widget_shop01 .map:before {
    content: "";
    position: absolute;
    top: -150px;
    right: 5%;
    transform: translateX(-5%);
    width: 100px;
    height: 100px;
    background-image: url(/common/upload_data/amaboshi-kiwamicom/image/20240302152138.png);
    background-repeat: no-repeat;
    background-size: contain;
}

#access+.widget_shop01 .content_wrapper>.wrapper_item {
    margin-right: 0;
}
}

@media screen and (max-width: 480px) {
#access+.widget_shop01 .content_wrapper {
    flex-direction: row;
    gap: 30px;
}

#access+.widget_shop01 .content_wrapper>.wrapper_item {
    margin-right: 0;
    margin-left: 0;
}

#access+div .h {
    text-align: justify;
    max-height: 50vh;
}

#access+.widget_shop01 .map:before {
    top: -120px;
    right: 0;
    transform: inherit;
}
}


/*------------------アクセスパーツ（AUN14）------------------*/
#access+div .tel span,
#access+div .inner_item_txt .the_vertical {
    writing-mode: vertical-rl;
    text-orientation: sideways;
    font-family: "MS PMincho", serif;font-family: "MS PMincho", serif;
}

/*フォントサイズ調整*/
#pattern2+section .heading.block_header_5 .h{
  font-size: 4rem;
}

#pattern2+section .heading.block_header_5 p{
  font-size: 12rem;
}

#pattern2+section .inner_item_txt>p{
  font-size: 4rem;
}

@media screen and (max-width: 900px){
  #pattern2+section .heading.block_header_5 .h{
  font-size: 3.8rem;
}
#pattern2+section .heading.block_header_5 p{
  font-size: 8rem;
}

#pattern2+section .inner_item_txt>p{
  font-size: 3.8rem;
}
}

@media screen and (max-width: 350px){
  #pattern2+section .inner_item_txt>p{
  line-height: 1;
}
}